@import url("//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("//use.fontawesome.com/releases/v5.3.1/css/all.css");
@import "//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
 #storeify-sl-btn-trigger-popup{
      cursor: pointer;
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999999999;
      width:65px;
      height:65px;
      color:#FFF;
      background: #333;
      border-radius:50px !important;
      text-align:center;
      border: 0;
      justify-content: center;
      align-items: center;
      display: flex;
    }

  /*!
   light-modal v1.1.0: A new lightweight css modal.
   (c) 2017 
   MIT License
   git+https://github.com/hunzaboy/Light-Modal.git
*/
.storeify-sl-light-modal {
  display: none;
  position: fixed;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  right: 0;
  z-index: 9000;
  transition: background 1s;
  font-size: inherit;
  visibility: hidden;
  overflow: auto;
  height: 100%;
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
}
.storeify-sl-light-modal::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.storeify-sl-light-modal::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
.storeify-light-moda::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
.storeify-sl-light-modal::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.storeify-sl-light-modal-content {
  background: transparent;
  width: 1200px;
  margin: 20px auto;
  position: relative;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;


}

.storeify-sl-light-modal-content.large-content {
   width: 780px;
}

.storeify-sl-light-modal.show {
   background-color: rgba(0,0,0,.3);
   background-image: -moz-radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.9));
   background-image: -webkit-radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.9));
   background-image: -o-radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.9));
   background-image: radial-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.9));
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.storeify-sl-light-modal-close-icon {
    position: absolute;
    top: -15px;
    right: -15px;
    text-decoration: none;
    color: #020202;
    padding: 5px 10px;
    border-radius: .2em;
    background: #ffffff;
    font-size: 1.5em;
    line-height: 1;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

@media (max-width: 767px) {
  .storeify-sl-light-modal.show .storeify-sl-light-modal-content {
    width: 90%;
  }
  .storeify-sl-light-modal-content {
    padding-top:5%;
  }
  .storeify-sl-light-modal-body .storelocator-layout-2{padding: 20px;}
}

@supports (display: flex) {
  @media (max-width: 767px) {
    .storeify-sl-light-modal.show .storeify-sl-light-modal-content {
      /*width: 640px;*/
      width: 90%;
    }
  }
}

/*/*/ 
/*BOOTSTRAP FIXING*/
.bootstrap-storeifyapps {

  /*!

 * Bootstrap v3.3.4 (http://getbootstrap.com)

 * Copyright 2011-2015 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */

  /*!

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)

 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1

 */

  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */

  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

  /*!

 * Bootstrap v3.3.4 (http://getbootstrap.com)

 * Copyright 2011-2015 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */

  /*!

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)

 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1

 */

}

.bootstrap-storeifyapps html {

  font-family: sans-serif;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

}

.bootstrap-storeifyapps body {

  margin: 0;

}

.bootstrap-storeifyapps article,

.bootstrap-storeifyapps aside,

.bootstrap-storeifyapps details,

.bootstrap-storeifyapps figcaption,

.bootstrap-storeifyapps figure,

.bootstrap-storeifyapps footer,

.bootstrap-storeifyapps header,

.bootstrap-storeifyapps hgroup,

.bootstrap-storeifyapps main,

.bootstrap-storeifyapps menu,

.bootstrap-storeifyapps nav,

.bootstrap-storeifyapps section,

.bootstrap-storeifyapps summary {

  display: block;

}

.bootstrap-storeifyapps audio,

.bootstrap-storeifyapps canvas,

.bootstrap-storeifyapps progress,

.bootstrap-storeifyapps video {

  display: inline-block;

  vertical-align: baseline;

}

.bootstrap-storeifyapps audio:not([controls]) {

  display: none;

  height: 0;

}

.bootstrap-storeifyapps [hidden],

.bootstrap-storeifyapps template {

  display: none;

}

.bootstrap-storeifyapps a {

  background-color: transparent;

}

.bootstrap-storeifyapps a:active,

.bootstrap-storeifyapps a:hover {

  outline: 0;

}

.bootstrap-storeifyapps abbr[title] {

  border-bottom: 1px dotted;

}

.bootstrap-storeifyapps b,

.bootstrap-storeifyapps strong {

  font-weight: bold;

}

.bootstrap-storeifyapps dfn {

  font-style: italic;

}

.bootstrap-storeifyapps h1 {

  font-size: 2em;

  margin: 0.67em 0;

}

.bootstrap-storeifyapps mark {

  background: #ff0;

  color: #000;

}

.bootstrap-storeifyapps small {

  font-size: 80%;

}

.bootstrap-storeifyapps sub,

.bootstrap-storeifyapps sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}

.bootstrap-storeifyapps sup {

  top: -0.5em;

}

.bootstrap-storeifyapps sub {

  bottom: -0.25em;

}

.bootstrap-storeifyapps img {

  border: 0;

}

.bootstrap-storeifyapps svg:not(:root) {

  overflow: hidden;

}

.bootstrap-storeifyapps figure {

  margin: 1em 40px;

}

.bootstrap-storeifyapps hr {

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

  height: 0;

}

.bootstrap-storeifyapps pre {

  overflow: auto;

}

.bootstrap-storeifyapps code,

.bootstrap-storeifyapps kbd,

.bootstrap-storeifyapps pre,

.bootstrap-storeifyapps samp {

  font-family: monospace, monospace;

  font-size: 1em;

}

.bootstrap-storeifyapps button,

.bootstrap-storeifyapps input,

.bootstrap-storeifyapps optgroup,

.bootstrap-storeifyapps select,

.bootstrap-storeifyapps textarea {

  font: inherit;

  margin: 0;

}

.bootstrap-storeifyapps button {

  overflow: visible;

}

.bootstrap-storeifyapps button,

.bootstrap-storeifyapps select {

  text-transform: none;

}

.bootstrap-storeifyapps button,

.bootstrap-storeifyapps html input[type="button"],

.bootstrap-storeifyapps input[type="reset"],

.bootstrap-storeifyapps input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer;

}

.bootstrap-storeifyapps button[disabled],

.bootstrap-storeifyapps html input[disabled] {

  cursor: default;

}

.bootstrap-storeifyapps button::-moz-focus-inner,

.bootstrap-storeifyapps input::-moz-focus-inner {

  border: 0;

  padding: 0;

}

.bootstrap-storeifyapps input {

  line-height: normal;

}

.bootstrap-storeifyapps input[type="checkbox"],

.bootstrap-storeifyapps input[type="radio"] {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding: 0;

}

.bootstrap-storeifyapps input[type="number"]::-webkit-inner-spin-button,

.bootstrap-storeifyapps input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}

.bootstrap-storeifyapps input[type="search"] {

  -webkit-appearance: textfield;

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

}

.bootstrap-storeifyapps input[type="search"]::-webkit-search-cancel-button,

.bootstrap-storeifyapps input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}

.bootstrap-storeifyapps fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}

.bootstrap-storeifyapps legend {

  border: 0;

  padding: 0;

}

.bootstrap-storeifyapps textarea {

  overflow: auto;

}

.bootstrap-storeifyapps optgroup {

  font-weight: bold;

}

.bootstrap-storeifyapps table {

  border-collapse: collapse;

  border-spacing: 0;

}

.bootstrap-storeifyapps td,

.bootstrap-storeifyapps th {

  padding: 0;

}

@media print {

  .bootstrap-storeifyapps *,

  .bootstrap-storeifyapps *:before,

  .bootstrap-storeifyapps *:after {

    background: transparent !important;

    color: #000 !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    text-shadow: none !important;

  }

  /*

  .bootstrap-storeifyapps a,

  .bootstrap-storeifyapps a:visited {

    text-decoration: underline;

  }

  .bootstrap-storeifyapps a[href]:after {

    content: " (" attr(href) ")";

  }

  .bootstrap-storeifyapps abbr[title]:after {

    content: " (" attr(title) ")";

  }

  .bootstrap-storeifyapps a[href^="#"]:after,

  .bootstrap-storeifyapps a[href^="javascript:"]:after {

    content: "";

  }*/

  .bootstrap-storeifyapps pre,

  .bootstrap-storeifyapps blockquote {

    border: 1px solid #999;

    page-break-inside: avoid;

  }

  .bootstrap-storeifyapps thead {

    display: table-header-group;

  }

  .bootstrap-storeifyapps tr,

  .bootstrap-storeifyapps img {

    page-break-inside: avoid;

  }

  .bootstrap-storeifyapps img {

    max-width: 100% !important;

  }

  .bootstrap-storeifyapps p,

  .bootstrap-storeifyapps h2,

  .bootstrap-storeifyapps h3 {

    orphans: 3;

    widows: 3;

  }

  .bootstrap-storeifyapps h2,

  .bootstrap-storeifyapps h3 {

    page-break-after: avoid;

  }

  .bootstrap-storeifyapps select {

    background: #fff !important;

  }

  .bootstrap-storeifyapps .navbar {

    display: none;

  }

  .bootstrap-storeifyapps .btn > .caret,

  .bootstrap-storeifyapps .dropup > .btn > .caret {

    border-top-color: #000 !important;

  }

  .bootstrap-storeifyapps .label {

    border: 1px solid #000;

  }

  .bootstrap-storeifyapps .table {

    border-collapse: collapse !important;

  }

  .bootstrap-storeifyapps .table td,

  .bootstrap-storeifyapps .table th {

    background-color: #fff !important;

  }

  .bootstrap-storeifyapps .table-bordered th,

  .bootstrap-storeifyapps .table-bordered td {

    border: 1px solid #ddd !important;

  }

}

@font-face {

  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');

  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');

}

.bootstrap-storeifyapps .glyphicon {

  position: relative;

  top: 1px;

  display: inline-block;

  font-family: 'Glyphicons Halflings';

  font-style: normal;

  font-weight: normal;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.bootstrap-storeifyapps .glyphicon-asterisk:before {

  content: "\2a";

}

.bootstrap-storeifyapps .glyphicon-plus:before {

  content: "\2b";

}

.bootstrap-storeifyapps .glyphicon-euro:before,

.bootstrap-storeifyapps .glyphicon-eur:before {

  content: "\20ac";

}

.bootstrap-storeifyapps .glyphicon-minus:before {

  content: "\2212";

}

.bootstrap-storeifyapps .glyphicon-cloud:before {

  content: "\2601";

}

.bootstrap-storeifyapps .glyphicon-envelope:before {

  content: "\2709";

}

.bootstrap-storeifyapps .glyphicon-pencil:before {

  content: "\270f";

}

.bootstrap-storeifyapps .glyphicon-glass:before {

  content: "\e001";

}

.bootstrap-storeifyapps .glyphicon-music:before {

  content: "\e002";

}

.bootstrap-storeifyapps .glyphicon-search:before {

  content: "\e003";

}

.bootstrap-storeifyapps .glyphicon-heart:before {

  content: "\e005";

}

.bootstrap-storeifyapps .glyphicon-star:before {

  content: "\e006";

}

.bootstrap-storeifyapps .glyphicon-star-empty:before {

  content: "\e007";

}

.bootstrap-storeifyapps .glyphicon-user:before {

  content: "\e008";

}

.bootstrap-storeifyapps .glyphicon-film:before {

  content: "\e009";

}

.bootstrap-storeifyapps .glyphicon-th-large:before {

  content: "\e010";

}

.bootstrap-storeifyapps .glyphicon-th:before {

  content: "\e011";

}

.bootstrap-storeifyapps .glyphicon-th-list:before {

  content: "\e012";

}

.bootstrap-storeifyapps .glyphicon-ok:before {

  content: "\e013";

}

.bootstrap-storeifyapps .glyphicon-remove:before {

  content: "\e014";

}

.bootstrap-storeifyapps .glyphicon-zoom-in:before {

  content: "\e015";

}

.bootstrap-storeifyapps .glyphicon-zoom-out:before {

  content: "\e016";

}

.bootstrap-storeifyapps .glyphicon-off:before {

  content: "\e017";

}

.bootstrap-storeifyapps .glyphicon-signal:before {

  content: "\e018";

}

.bootstrap-storeifyapps .glyphicon-cog:before {

  content: "\e019";

}

.bootstrap-storeifyapps .glyphicon-trash:before {

  content: "\e020";

}

.bootstrap-storeifyapps .glyphicon-home:before {

  content: "\e021";

}

.bootstrap-storeifyapps .glyphicon-file:before {

  content: "\e022";

}

.bootstrap-storeifyapps .glyphicon-time:before {

  content: "\e023";

}

.bootstrap-storeifyapps .glyphicon-road:before {

  content: "\e024";

}

.bootstrap-storeifyapps .glyphicon-download-alt:before {

  content: "\e025";

}

.bootstrap-storeifyapps .glyphicon-download:before {

  content: "\e026";

}

.bootstrap-storeifyapps .glyphicon-upload:before {

  content: "\e027";

}

.bootstrap-storeifyapps .glyphicon-inbox:before {

  content: "\e028";

}

.bootstrap-storeifyapps .glyphicon-play-circle:before {

  content: "\e029";

}

.bootstrap-storeifyapps .glyphicon-repeat:before {

  content: "\e030";

}

.bootstrap-storeifyapps .glyphicon-refresh:before {

  content: "\e031";

}

.bootstrap-storeifyapps .glyphicon-list-alt:before {

  content: "\e032";

}

.bootstrap-storeifyapps .glyphicon-lock:before {

  content: "\e033";

}

.bootstrap-storeifyapps .glyphicon-flag:before {

  content: "\e034";

}

.bootstrap-storeifyapps .glyphicon-headphones:before {

  content: "\e035";

}

.bootstrap-storeifyapps .glyphicon-volume-off:before {

  content: "\e036";

}

.bootstrap-storeifyapps .glyphicon-volume-down:before {

  content: "\e037";

}

.bootstrap-storeifyapps .glyphicon-volume-up:before {

  content: "\e038";

}

.bootstrap-storeifyapps .glyphicon-qrcode:before {

  content: "\e039";

}

.bootstrap-storeifyapps .glyphicon-barcode:before {

  content: "\e040";

}

.bootstrap-storeifyapps .glyphicon-tag:before {

  content: "\e041";

}

.bootstrap-storeifyapps .glyphicon-tags:before {

  content: "\e042";

}

.bootstrap-storeifyapps .glyphicon-book:before {

  content: "\e043";

}

.bootstrap-storeifyapps .glyphicon-bookmark:before {

  content: "\e044";

}

.bootstrap-storeifyapps .glyphicon-print:before {

  content: "\e045";

}

.bootstrap-storeifyapps .glyphicon-camera:before {

  content: "\e046";

}

.bootstrap-storeifyapps .glyphicon-font:before {

  content: "\e047";

}

.bootstrap-storeifyapps .glyphicon-bold:before {

  content: "\e048";

}

.bootstrap-storeifyapps .glyphicon-italic:before {

  content: "\e049";

}

.bootstrap-storeifyapps .glyphicon-text-height:before {

  content: "\e050";

}

.bootstrap-storeifyapps .glyphicon-text-width:before {

  content: "\e051";

}

.bootstrap-storeifyapps .glyphicon-align-left:before {

  content: "\e052";

}

.bootstrap-storeifyapps .glyphicon-align-center:before {

  content: "\e053";

}

.bootstrap-storeifyapps .glyphicon-align-right:before {

  content: "\e054";

}

.bootstrap-storeifyapps .glyphicon-align-justify:before {

  content: "\e055";

}

.bootstrap-storeifyapps .glyphicon-list:before {

  content: "\e056";

}

.bootstrap-storeifyapps .glyphicon-indent-left:before {

  content: "\e057";

}

.bootstrap-storeifyapps .glyphicon-indent-right:before {

  content: "\e058";

}

.bootstrap-storeifyapps .glyphicon-facetime-video:before {

  content: "\e059";

}

.bootstrap-storeifyapps .glyphicon-picture:before {

  content: "\e060";

}

.bootstrap-storeifyapps .glyphicon-map-marker:before {

  content: "\e062";

}

.bootstrap-storeifyapps .glyphicon-adjust:before {

  content: "\e063";

}

.bootstrap-storeifyapps .glyphicon-tint:before {

  content: "\e064";

}

.bootstrap-storeifyapps .glyphicon-edit:before {

  content: "\e065";

}

.bootstrap-storeifyapps .glyphicon-share:before {

  content: "\e066";

}

.bootstrap-storeifyapps .glyphicon-check:before {

  content: "\e067";

}

.bootstrap-storeifyapps .glyphicon-move:before {

  content: "\e068";

}

.bootstrap-storeifyapps .glyphicon-step-backward:before {

  content: "\e069";

}

.bootstrap-storeifyapps .glyphicon-fast-backward:before {

  content: "\e070";

}

.bootstrap-storeifyapps .glyphicon-backward:before {

  content: "\e071";

}

.bootstrap-storeifyapps .glyphicon-play:before {

  content: "\e072";

}

.bootstrap-storeifyapps .glyphicon-pause:before {

  content: "\e073";

}

.bootstrap-storeifyapps .glyphicon-stop:before {

  content: "\e074";

}

.bootstrap-storeifyapps .glyphicon-forward:before {

  content: "\e075";

}

.bootstrap-storeifyapps .glyphicon-fast-forward:before {

  content: "\e076";

}

.bootstrap-storeifyapps .glyphicon-step-forward:before {

  content: "\e077";

}

.bootstrap-storeifyapps .glyphicon-eject:before {

  content: "\e078";

}

.bootstrap-storeifyapps .glyphicon-chevron-left:before {

  content: "\e079";

}

.bootstrap-storeifyapps .glyphicon-chevron-right:before {

  content: "\e080";

}

.bootstrap-storeifyapps .glyphicon-plus-sign:before {

  content: "\e081";

}

.bootstrap-storeifyapps .glyphicon-minus-sign:before {

  content: "\e082";

}

.bootstrap-storeifyapps .glyphicon-remove-sign:before {

  content: "\e083";

}

.bootstrap-storeifyapps .glyphicon-ok-sign:before {

  content: "\e084";

}

.bootstrap-storeifyapps .glyphicon-question-sign:before {

  content: "\e085";

}

.bootstrap-storeifyapps .glyphicon-info-sign:before {

  content: "\e086";

}

.bootstrap-storeifyapps .glyphicon-screenshot:before {

  content: "\e087";

}

.bootstrap-storeifyapps .glyphicon-remove-circle:before {

  content: "\e088";

}

.bootstrap-storeifyapps .glyphicon-ok-circle:before {

  content: "\e089";

}

.bootstrap-storeifyapps .glyphicon-ban-circle:before {

  content: "\e090";

}

.bootstrap-storeifyapps .glyphicon-arrow-left:before {

  content: "\e091";

}

.bootstrap-storeifyapps .glyphicon-arrow-right:before {

  content: "\e092";

}

.bootstrap-storeifyapps .glyphicon-arrow-up:before {

  content: "\e093";

}

.bootstrap-storeifyapps .glyphicon-arrow-down:before {

  content: "\e094";

}

.bootstrap-storeifyapps .glyphicon-share-alt:before {

  content: "\e095";

}

.bootstrap-storeifyapps .glyphicon-resize-full:before {

  content: "\e096";

}

.bootstrap-storeifyapps .glyphicon-resize-small:before {

  content: "\e097";

}

.bootstrap-storeifyapps .glyphicon-exclamation-sign:before {

  content: "\e101";

}

.bootstrap-storeifyapps .glyphicon-gift:before {

  content: "\e102";

}

.bootstrap-storeifyapps .glyphicon-leaf:before {

  content: "\e103";

}

.bootstrap-storeifyapps .glyphicon-fire:before {

  content: "\e104";

}

.bootstrap-storeifyapps .glyphicon-eye-open:before {

  content: "\e105";

}

.bootstrap-storeifyapps .glyphicon-eye-close:before {

  content: "\e106";

}

.bootstrap-storeifyapps .glyphicon-warning-sign:before {

  content: "\e107";

}

.bootstrap-storeifyapps .glyphicon-plane:before {

  content: "\e108";

}

.bootstrap-storeifyapps .glyphicon-calendar:before {

  content: "\e109";

}

.bootstrap-storeifyapps .glyphicon-random:before {

  content: "\e110";

}

.bootstrap-storeifyapps .glyphicon-comment:before {

  content: "\e111";

}

.bootstrap-storeifyapps .glyphicon-magnet:before {

  content: "\e112";

}

.bootstrap-storeifyapps .glyphicon-chevron-up:before {

  content: "\e113";

}

.bootstrap-storeifyapps .glyphicon-chevron-down:before {

  content: "\e114";

}

.bootstrap-storeifyapps .glyphicon-retweet:before {

  content: "\e115";

}

.bootstrap-storeifyapps .glyphicon-shopping-cart:before {

  content: "\e116";

}

.bootstrap-storeifyapps .glyphicon-folder-close:before {

  content: "\e117";

}

.bootstrap-storeifyapps .glyphicon-folder-open:before {

  content: "\e118";

}

.bootstrap-storeifyapps .glyphicon-resize-vertical:before {

  content: "\e119";

}

.bootstrap-storeifyapps .glyphicon-resize-horizontal:before {

  content: "\e120";

}

.bootstrap-storeifyapps .glyphicon-hdd:before {

  content: "\e121";

}

.bootstrap-storeifyapps .glyphicon-bullhorn:before {

  content: "\e122";

}

.bootstrap-storeifyapps .glyphicon-bell:before {

  content: "\e123";

}

.bootstrap-storeifyapps .glyphicon-certificate:before {

  content: "\e124";

}

.bootstrap-storeifyapps .glyphicon-thumbs-up:before {

  content: "\e125";

}

.bootstrap-storeifyapps .glyphicon-thumbs-down:before {

  content: "\e126";

}

.bootstrap-storeifyapps .glyphicon-hand-right:before {

  content: "\e127";

}

.bootstrap-storeifyapps .glyphicon-hand-left:before {

  content: "\e128";

}

.bootstrap-storeifyapps .glyphicon-hand-up:before {

  content: "\e129";

}

.bootstrap-storeifyapps .glyphicon-hand-down:before {

  content: "\e130";

}

.bootstrap-storeifyapps .glyphicon-circle-arrow-right:before {

  content: "\e131";

}

.bootstrap-storeifyapps .glyphicon-circle-arrow-left:before {

  content: "\e132";

}

.bootstrap-storeifyapps .glyphicon-circle-arrow-up:before {

  content: "\e133";

}

.bootstrap-storeifyapps .glyphicon-circle-arrow-down:before {

  content: "\e134";

}

.bootstrap-storeifyapps .glyphicon-globe:before {

  content: "\e135";

}

.bootstrap-storeifyapps .glyphicon-wrench:before {

  content: "\e136";

}

.bootstrap-storeifyapps .glyphicon-tasks:before {

  content: "\e137";

}

.bootstrap-storeifyapps .glyphicon-filter:before {

  content: "\e138";

}

.bootstrap-storeifyapps .glyphicon-briefcase:before {

  content: "\e139";

}

.bootstrap-storeifyapps .glyphicon-fullscreen:before {

  content: "\e140";

}

.bootstrap-storeifyapps .glyphicon-dashboard:before {

  content: "\e141";

}

.bootstrap-storeifyapps .glyphicon-paperclip:before {

  content: "\e142";

}

.bootstrap-storeifyapps .glyphicon-heart-empty:before {

  content: "\e143";

}

.bootstrap-storeifyapps .glyphicon-link:before {

  content: "\e144";

}

.bootstrap-storeifyapps .glyphicon-phone:before {

  content: "\e145";

}

.bootstrap-storeifyapps .glyphicon-pushpin:before {

  content: "\e146";

}

.bootstrap-storeifyapps .glyphicon-usd:before {

  content: "\e148";

}

.bootstrap-storeifyapps .glyphicon-gbp:before {

  content: "\e149";

}

.bootstrap-storeifyapps .glyphicon-sort:before {

  content: "\e150";

}

.bootstrap-storeifyapps .glyphicon-sort-by-alphabet:before {

  content: "\e151";

}

.bootstrap-storeifyapps .glyphicon-sort-by-alphabet-alt:before {

  content: "\e152";

}

.bootstrap-storeifyapps .glyphicon-sort-by-order:before {

  content: "\e153";

}

.bootstrap-storeifyapps .glyphicon-sort-by-order-alt:before {

  content: "\e154";

}

.bootstrap-storeifyapps .glyphicon-sort-by-attributes:before {

  content: "\e155";

}

.bootstrap-storeifyapps .glyphicon-sort-by-attributes-alt:before {

  content: "\e156";

}

.bootstrap-storeifyapps .glyphicon-unchecked:before {

  content: "\e157";

}

.bootstrap-storeifyapps .glyphicon-expand:before {

  content: "\e158";

}

.bootstrap-storeifyapps .glyphicon-collapse-down:before {

  content: "\e159";

}

.bootstrap-storeifyapps .glyphicon-collapse-up:before {

  content: "\e160";

}

.bootstrap-storeifyapps .glyphicon-log-in:before {

  content: "\e161";

}

.bootstrap-storeifyapps .glyphicon-flash:before {

  content: "\e162";

}

.bootstrap-storeifyapps .glyphicon-log-out:before {

  content: "\e163";

}

.bootstrap-storeifyapps .glyphicon-new-window:before {

  content: "\e164";

}

.bootstrap-storeifyapps .glyphicon-record:before {

  content: "\e165";

}

.bootstrap-storeifyapps .glyphicon-save:before {

  content: "\e166";

}

.bootstrap-storeifyapps .glyphicon-open:before {

  content: "\e167";

}

.bootstrap-storeifyapps .glyphicon-saved:before {

  content: "\e168";

}

.bootstrap-storeifyapps .glyphicon-import:before {

  content: "\e169";

}

.bootstrap-storeifyapps .glyphicon-export:before {

  content: "\e170";

}

.bootstrap-storeifyapps .glyphicon-send:before {

  content: "\e171";

}

.bootstrap-storeifyapps .glyphicon-floppy-disk:before {

  content: "\e172";

}

.bootstrap-storeifyapps .glyphicon-floppy-saved:before {

  content: "\e173";

}

.bootstrap-storeifyapps .glyphicon-floppy-remove:before {

  content: "\e174";

}

.bootstrap-storeifyapps .glyphicon-floppy-save:before {

  content: "\e175";

}

.bootstrap-storeifyapps .glyphicon-floppy-open:before {

  content: "\e176";

}

.bootstrap-storeifyapps .glyphicon-credit-card:before {

  content: "\e177";

}

.bootstrap-storeifyapps .glyphicon-transfer:before {

  content: "\e178";

}

.bootstrap-storeifyapps .glyphicon-cutlery:before {

  content: "\e179";

}

.bootstrap-storeifyapps .glyphicon-header:before {

  content: "\e180";

}

.bootstrap-storeifyapps .glyphicon-compressed:before {

  content: "\e181";

}

.bootstrap-storeifyapps .glyphicon-earphone:before {

  content: "\e182";

}

.bootstrap-storeifyapps .glyphicon-phone-alt:before {

  content: "\e183";

}

.bootstrap-storeifyapps .glyphicon-tower:before {

  content: "\e184";

}

.bootstrap-storeifyapps .glyphicon-stats:before {

  content: "\e185";

}

.bootstrap-storeifyapps .glyphicon-sd-video:before {

  content: "\e186";

}

.bootstrap-storeifyapps .glyphicon-hd-video:before {

  content: "\e187";

}

.bootstrap-storeifyapps .glyphicon-subtitles:before {

  content: "\e188";

}

.bootstrap-storeifyapps .glyphicon-sound-stereo:before {

  content: "\e189";

}

.bootstrap-storeifyapps .glyphicon-sound-dolby:before {

  content: "\e190";

}

.bootstrap-storeifyapps .glyphicon-sound-5-1:before {

  content: "\e191";

}

.bootstrap-storeifyapps .glyphicon-sound-6-1:before {

  content: "\e192";

}

.bootstrap-storeifyapps .glyphicon-sound-7-1:before {

  content: "\e193";

}

.bootstrap-storeifyapps .glyphicon-copyright-mark:before {

  content: "\e194";

}

.bootstrap-storeifyapps .glyphicon-registration-mark:before {

  content: "\e195";

}

.bootstrap-storeifyapps .glyphicon-cloud-download:before {

  content: "\e197";

}

.bootstrap-storeifyapps .glyphicon-cloud-upload:before {

  content: "\e198";

}

.bootstrap-storeifyapps .glyphicon-tree-conifer:before {

  content: "\e199";

}

.bootstrap-storeifyapps .glyphicon-tree-deciduous:before {

  content: "\e200";

}

.bootstrap-storeifyapps .glyphicon-cd:before {

  content: "\e201";

}

.bootstrap-storeifyapps .glyphicon-save-file:before {

  content: "\e202";

}

.bootstrap-storeifyapps .glyphicon-open-file:before {

  content: "\e203";

}

.bootstrap-storeifyapps .glyphicon-level-up:before {

  content: "\e204";

}

.bootstrap-storeifyapps .glyphicon-copy:before {

  content: "\e205";

}

.bootstrap-storeifyapps .glyphicon-paste:before {

  content: "\e206";

}

.bootstrap-storeifyapps .glyphicon-alert:before {

  content: "\e209";

}

.bootstrap-storeifyapps .glyphicon-equalizer:before {

  content: "\e210";

}

.bootstrap-storeifyapps .glyphicon-king:before {

  content: "\e211";

}

.bootstrap-storeifyapps .glyphicon-queen:before {

  content: "\e212";

}

.bootstrap-storeifyapps .glyphicon-pawn:before {

  content: "\e213";

}

.bootstrap-storeifyapps .glyphicon-bishop:before {

  content: "\e214";

}

.bootstrap-storeifyapps .glyphicon-knight:before {

  content: "\e215";

}

.bootstrap-storeifyapps .glyphicon-baby-formula:before {

  content: "\e216";

}

.bootstrap-storeifyapps .glyphicon-tent:before {

  content: "\26fa";

}

.bootstrap-storeifyapps .glyphicon-blackboard:before {

  content: "\e218";

}

.bootstrap-storeifyapps .glyphicon-bed:before {

  content: "\e219";

}

.bootstrap-storeifyapps .glyphicon-apple:before {

  content: "\f8ff";

}

.bootstrap-storeifyapps .glyphicon-erase:before {

  content: "\e221";

}

.bootstrap-storeifyapps .glyphicon-hourglass:before {

  content: "\231b";

}

.bootstrap-storeifyapps .glyphicon-lamp:before {

  content: "\e223";

}

.bootstrap-storeifyapps .glyphicon-duplicate:before {

  content: "\e224";

}

.bootstrap-storeifyapps .glyphicon-piggy-bank:before {

  content: "\e225";

}

.bootstrap-storeifyapps .glyphicon-scissors:before {

  content: "\e226";

}

.bootstrap-storeifyapps .glyphicon-bitcoin:before {

  content: "\e227";

}

.bootstrap-storeifyapps .glyphicon-btc:before {

  content: "\e227";

}

.bootstrap-storeifyapps .glyphicon-xbt:before {

  content: "\e227";

}

.bootstrap-storeifyapps .glyphicon-yen:before {

  content: "\00a5";

}

.bootstrap-storeifyapps .glyphicon-jpy:before {

  content: "\00a5";

}

.bootstrap-storeifyapps .glyphicon-ruble:before {

  content: "\20bd";

}

.bootstrap-storeifyapps .glyphicon-rub:before {

  content: "\20bd";

}

.bootstrap-storeifyapps .glyphicon-scale:before {

  content: "\e230";

}

.bootstrap-storeifyapps .glyphicon-ice-lolly:before {

  content: "\e231";

}

.bootstrap-storeifyapps .glyphicon-ice-lolly-tasted:before {

  content: "\e232";

}

.bootstrap-storeifyapps .glyphicon-education:before {

  content: "\e233";

}

.bootstrap-storeifyapps .glyphicon-option-horizontal:before {

  content: "\e234";

}

.bootstrap-storeifyapps .glyphicon-option-vertical:before {

  content: "\e235";

}

.bootstrap-storeifyapps .glyphicon-menu-hamburger:before {

  content: "\e236";

}

.bootstrap-storeifyapps .glyphicon-modal-window:before {

  content: "\e237";

}

.bootstrap-storeifyapps .glyphicon-oil:before {

  content: "\e238";

}

.bootstrap-storeifyapps .glyphicon-grain:before {

  content: "\e239";

}

.bootstrap-storeifyapps .glyphicon-sunglasses:before {

  content: "\e240";

}

.bootstrap-storeifyapps .glyphicon-text-size:before {

  content: "\e241";

}

.bootstrap-storeifyapps .glyphicon-text-color:before {

  content: "\e242";

}

.bootstrap-storeifyapps .glyphicon-text-background:before {

  content: "\e243";

}

.bootstrap-storeifyapps .glyphicon-object-align-top:before {

  content: "\e244";

}

.bootstrap-storeifyapps .glyphicon-object-align-bottom:before {

  content: "\e245";

}

.bootstrap-storeifyapps .glyphicon-object-align-horizontal:before {

  content: "\e246";

}

.bootstrap-storeifyapps .glyphicon-object-align-left:before {

  content: "\e247";

}

.bootstrap-storeifyapps .glyphicon-object-align-vertical:before {

  content: "\e248";

}

.bootstrap-storeifyapps .glyphicon-object-align-right:before {

  content: "\e249";

}

.bootstrap-storeifyapps .glyphicon-triangle-right:before {

  content: "\e250";

}

.bootstrap-storeifyapps .glyphicon-triangle-left:before {

  content: "\e251";

}

.bootstrap-storeifyapps .glyphicon-triangle-bottom:before {

  content: "\e252";

}

.bootstrap-storeifyapps .glyphicon-triangle-top:before {

  content: "\e253";

}

.bootstrap-storeifyapps .glyphicon-console:before {

  content: "\e254";

}

.bootstrap-storeifyapps .glyphicon-superscript:before {

  content: "\e255";

}

.bootstrap-storeifyapps .glyphicon-subscript:before {

  content: "\e256";

}

.bootstrap-storeifyapps .glyphicon-menu-left:before {

  content: "\e257";

}

.bootstrap-storeifyapps .glyphicon-menu-right:before {

  content: "\e258";

}

.bootstrap-storeifyapps .glyphicon-menu-down:before {

  content: "\e259";

}

.bootstrap-storeifyapps .glyphicon-menu-up:before {

  content: "\e260";

}

.bootstrap-storeifyapps * {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.bootstrap-storeifyapps *:before,

.bootstrap-storeifyapps *:after {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.bootstrap-storeifyapps html {

  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

.bootstrap-storeifyapps body {

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 14px;

  line-height: 1.42857143;

  color: #333333;

  background-color: #ffffff;

}

.bootstrap-storeifyapps input,

.bootstrap-storeifyapps button,

.bootstrap-storeifyapps select,

.bootstrap-storeifyapps textarea {

  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

}

/*

.bootstrap-storeifyapps a {

  color: #337ab7;

  text-decoration: none;

}

.bootstrap-storeifyapps a:hover,

.bootstrap-storeifyapps a:focus {

  color: #23527c;

  text-decoration: underline;

}

.bootstrap-storeifyapps a:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}

*/

.bootstrap-storeifyapps figure {

  margin: 0;

}

.bootstrap-storeifyapps img {

  vertical-align: middle;

}

.bootstrap-storeifyapps .img-responsive,

.bootstrap-storeifyapps .thumbnail > img,

.bootstrap-storeifyapps .thumbnail a > img,

.bootstrap-storeifyapps .carousel-inner > .item > img,

.bootstrap-storeifyapps .carousel-inner > .item > a > img {

  display: block;

  max-width: 100%;

  height: auto;

}

.bootstrap-storeifyapps .img-rounded {

  border-radius: 6px;

}

.bootstrap-storeifyapps .img-thumbnail {

  padding: 4px;

  line-height: 1.42857143;

  background-color: #ffffff;

  border: 1px solid #dddddd;

  border-radius: 4px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  display: inline-block;

  max-width: 100%;

  height: auto;

}

.bootstrap-storeifyapps .img-circle {

  border-radius: 50%;

}

.bootstrap-storeifyapps hr {

  margin-top: 20px;

  margin-bottom: 20px;

  border: 0;

  border-top: 1px solid #eeeeee;

}

.bootstrap-storeifyapps .sr-only {

  position: absolute;

  width: 1px;

  height: 1px;

  margin: -1px;

  padding: 0;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  border: 0;

}

.bootstrap-storeifyapps .sr-only-focusable:active,

.bootstrap-storeifyapps .sr-only-focusable:focus {

  position: static;

  width: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  clip: auto;

}

.bootstrap-storeifyapps [role="button"] {

  cursor: pointer;

}

.bootstrap-storeifyapps h1,

.bootstrap-storeifyapps h2,

.bootstrap-storeifyapps h3,

.bootstrap-storeifyapps h4,

.bootstrap-storeifyapps h5,

.bootstrap-storeifyapps h6,

.bootstrap-storeifyapps .h1,

.bootstrap-storeifyapps .h2,

.bootstrap-storeifyapps .h3,

.bootstrap-storeifyapps .h4,

.bootstrap-storeifyapps .h5,

.bootstrap-storeifyapps .h6 {

  font-family: inherit;

  font-weight: 500;

  line-height: 1.1;

  color: inherit;

}

.bootstrap-storeifyapps h1 small,

.bootstrap-storeifyapps h2 small,

.bootstrap-storeifyapps h3 small,

.bootstrap-storeifyapps h4 small,

.bootstrap-storeifyapps h5 small,

.bootstrap-storeifyapps h6 small,

.bootstrap-storeifyapps .h1 small,

.bootstrap-storeifyapps .h2 small,

.bootstrap-storeifyapps .h3 small,

.bootstrap-storeifyapps .h4 small,

.bootstrap-storeifyapps .h5 small,

.bootstrap-storeifyapps .h6 small,

.bootstrap-storeifyapps h1 .small,

.bootstrap-storeifyapps h2 .small,

.bootstrap-storeifyapps h3 .small,

.bootstrap-storeifyapps h4 .small,

.bootstrap-storeifyapps h5 .small,

.bootstrap-storeifyapps h6 .small,

.bootstrap-storeifyapps .h1 .small,

.bootstrap-storeifyapps .h2 .small,

.bootstrap-storeifyapps .h3 .small,

.bootstrap-storeifyapps .h4 .small,

.bootstrap-storeifyapps .h5 .small,

.bootstrap-storeifyapps .h6 .small {

  font-weight: normal;

  line-height: 1;

  color: #777777;

}

.bootstrap-storeifyapps h1,

.bootstrap-storeifyapps .h1,

.bootstrap-storeifyapps h2,

.bootstrap-storeifyapps .h2,

.bootstrap-storeifyapps h3,

.bootstrap-storeifyapps .h3 {

  margin-top: 20px;

  margin-bottom: 10px;

}

.bootstrap-storeifyapps h1 small,

.bootstrap-storeifyapps .h1 small,

.bootstrap-storeifyapps h2 small,

.bootstrap-storeifyapps .h2 small,

.bootstrap-storeifyapps h3 small,

.bootstrap-storeifyapps .h3 small,

.bootstrap-storeifyapps h1 .small,

.bootstrap-storeifyapps .h1 .small,

.bootstrap-storeifyapps h2 .small,

.bootstrap-storeifyapps .h2 .small,

.bootstrap-storeifyapps h3 .small,

.bootstrap-storeifyapps .h3 .small {

  font-size: 65%;

}

.bootstrap-storeifyapps h4,

.bootstrap-storeifyapps .h4,

.bootstrap-storeifyapps h5,

.bootstrap-storeifyapps .h5,

.bootstrap-storeifyapps h6,

.bootstrap-storeifyapps .h6 {

  margin-top: 10px;

  margin-bottom: 10px;

}

.bootstrap-storeifyapps h4 small,

.bootstrap-storeifyapps .h4 small,

.bootstrap-storeifyapps h5 small,

.bootstrap-storeifyapps .h5 small,

.bootstrap-storeifyapps h6 small,

.bootstrap-storeifyapps .h6 small,

.bootstrap-storeifyapps h4 .small,

.bootstrap-storeifyapps .h4 .small,

.bootstrap-storeifyapps h5 .small,

.bootstrap-storeifyapps .h5 .small,

.bootstrap-storeifyapps h6 .small,

.bootstrap-storeifyapps .h6 .small {

  font-size: 75%;

}

.bootstrap-storeifyapps h1,

.bootstrap-storeifyapps .h1 {

  font-size: 36px;

}

.bootstrap-storeifyapps h2,

.bootstrap-storeifyapps .h2 {

  font-size: 30px;

}

.bootstrap-storeifyapps h3,

.bootstrap-storeifyapps .h3 {

  font-size: 24px;

}

.bootstrap-storeifyapps h4,

.bootstrap-storeifyapps .h4 {

  font-size: 18px;

}

.bootstrap-storeifyapps h5,

.bootstrap-storeifyapps .h5 {

  font-size: 14px;

}

.bootstrap-storeifyapps h6,

.bootstrap-storeifyapps .h6 {

  font-size: 12px;

}

.bootstrap-storeifyapps p {

  margin: 0 0 10px;

}

.bootstrap-storeifyapps .lead {

  margin-bottom: 20px;

  font-size: 16px;

  font-weight: 300;

  line-height: 1.4;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .lead {

    font-size: 21px;

  }

}

.bootstrap-storeifyapps small,

.bootstrap-storeifyapps .small {

  font-size: 85%;

}

.bootstrap-storeifyapps mark,

.bootstrap-storeifyapps .mark {

  background-color: #fcf8e3;

  padding: .2em;

}

.bootstrap-storeifyapps .text-left {

  text-align: left;

}

.bootstrap-storeifyapps .text-right {

  text-align: right;

}

.bootstrap-storeifyapps .text-center {

  text-align: center;

}

.bootstrap-storeifyapps .text-justify {

  text-align: justify;

}

.bootstrap-storeifyapps .text-nowrap {

  white-space: nowrap;

}

.bootstrap-storeifyapps .text-lowercase {

  text-transform: lowercase;

}

.bootstrap-storeifyapps .text-uppercase {

  text-transform: uppercase;

}

.bootstrap-storeifyapps .text-capitalize {

  text-transform: capitalize;

}

.bootstrap-storeifyapps .text-muted {

  color: #777777;

}

.bootstrap-storeifyapps .text-primary {

  color: #337ab7;

}

.bootstrap-storeifyapps a.text-primary:hover {

  color: #286090;

}

.bootstrap-storeifyapps .text-success {

  color: #3c763d;

}

.bootstrap-storeifyapps a.text-success:hover {

  color: #2b542c;

}

.bootstrap-storeifyapps .text-info {

  color: #31708f;

}

.bootstrap-storeifyapps a.text-info:hover {

  color: #245269;

}

.bootstrap-storeifyapps .text-warning {

  color: #8a6d3b;

}

.bootstrap-storeifyapps a.text-warning:hover {

  color: #66512c;

}

.bootstrap-storeifyapps .text-danger {

  color: #a94442;

}

.bootstrap-storeifyapps a.text-danger:hover {

  color: #843534;

}

.bootstrap-storeifyapps .bg-primary {

  color: #fff;

  background-color: #337ab7;

}

.bootstrap-storeifyapps a.bg-primary:hover {

  background-color: #286090;

}

.bootstrap-storeifyapps .bg-success {

  background-color: #dff0d8;

}

.bootstrap-storeifyapps a.bg-success:hover {

  background-color: #c1e2b3;

}

.bootstrap-storeifyapps .bg-info {

  background-color: #d9edf7;

}

.bootstrap-storeifyapps a.bg-info:hover {

  background-color: #afd9ee;

}

.bootstrap-storeifyapps .bg-warning {

  background-color: #fcf8e3;

}

.bootstrap-storeifyapps a.bg-warning:hover {

  background-color: #f7ecb5;

}

.bootstrap-storeifyapps .bg-danger {

  background-color: #f2dede;

}

.bootstrap-storeifyapps a.bg-danger:hover {

  background-color: #e4b9b9;

}

.bootstrap-storeifyapps .page-header {

  padding-bottom: 9px;

  margin: 40px 0 20px;

  border-bottom: 1px solid #eeeeee;

}

.bootstrap-storeifyapps ul,

.bootstrap-storeifyapps ol {

  margin-top: 0;

  margin-bottom: 10px;

}

.bootstrap-storeifyapps ul ul,

.bootstrap-storeifyapps ol ul,

.bootstrap-storeifyapps ul ol,

.bootstrap-storeifyapps ol ol {

  margin-bottom: 0;

}

.bootstrap-storeifyapps .list-unstyled {

  padding-left: 0;

  list-style: none;

}

.bootstrap-storeifyapps .list-inline {

  padding-left: 0;

  list-style: none;

  margin-left: -5px;

}

.bootstrap-storeifyapps .list-inline > li {

  display: inline-block;

  padding-left: 5px;

  padding-right: 5px;

}

.bootstrap-storeifyapps dl {

  margin-top: 0;

  margin-bottom: 20px;

}

.bootstrap-storeifyapps dt,

.bootstrap-storeifyapps dd {

  line-height: 1.42857143;

}

.bootstrap-storeifyapps dt {

  font-weight: bold;

}

.bootstrap-storeifyapps dd {

  margin-left: 0;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .dl-horizontal dt {

    float: left;

    width: 160px;

    clear: left;

    text-align: right;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

  }

  .bootstrap-storeifyapps .dl-horizontal dd {

    margin-left: 180px;

  }

}

.bootstrap-storeifyapps abbr[title],

.bootstrap-storeifyapps abbr[data-original-title] {

  cursor: help;

  border-bottom: 1px dotted #777777;

}

.bootstrap-storeifyapps .initialism {

  font-size: 90%;

  text-transform: uppercase;

}

.bootstrap-storeifyapps blockquote {

  padding: 10px 20px;

  margin: 0 0 20px;

  font-size: 17.5px;

  border-left: 5px solid #eeeeee;

}

.bootstrap-storeifyapps blockquote p:last-child,

.bootstrap-storeifyapps blockquote ul:last-child,

.bootstrap-storeifyapps blockquote ol:last-child {

  margin-bottom: 0;

}

.bootstrap-storeifyapps blockquote footer,

.bootstrap-storeifyapps blockquote small,

.bootstrap-storeifyapps blockquote .small {

  display: block;

  font-size: 80%;

  line-height: 1.42857143;

  color: #777777;

}

.bootstrap-storeifyapps blockquote footer:before,

.bootstrap-storeifyapps blockquote small:before,

.bootstrap-storeifyapps blockquote .small:before {

  content: '\2014 \00A0';

}

.bootstrap-storeifyapps .blockquote-reverse,

.bootstrap-storeifyapps blockquote.pull-right {

  padding-right: 15px;

  padding-left: 0;

  border-right: 5px solid #eeeeee;

  border-left: 0;

  text-align: right;

}

.bootstrap-storeifyapps .blockquote-reverse footer:before,

.bootstrap-storeifyapps blockquote.pull-right footer:before,

.bootstrap-storeifyapps .blockquote-reverse small:before,

.bootstrap-storeifyapps blockquote.pull-right small:before,

.bootstrap-storeifyapps .blockquote-reverse .small:before,

.bootstrap-storeifyapps blockquote.pull-right .small:before {

  content: '';

}

.bootstrap-storeifyapps .blockquote-reverse footer:after,

.bootstrap-storeifyapps blockquote.pull-right footer:after,

.bootstrap-storeifyapps .blockquote-reverse small:after,

.bootstrap-storeifyapps blockquote.pull-right small:after,

.bootstrap-storeifyapps .blockquote-reverse .small:after,

.bootstrap-storeifyapps blockquote.pull-right .small:after {

  content: '\00A0 \2014';

}

.bootstrap-storeifyapps address {

  margin-bottom: 20px;

  font-style: normal;

  line-height: 1.42857143;

}

.bootstrap-storeifyapps code,

.bootstrap-storeifyapps kbd,

.bootstrap-storeifyapps pre,

.bootstrap-storeifyapps samp {

  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

}

.bootstrap-storeifyapps code {

  padding: 2px 4px;

  font-size: 90%;

  color: #c7254e;

  background-color: #f9f2f4;

  border-radius: 4px;

}

.bootstrap-storeifyapps kbd {

  padding: 2px 4px;

  font-size: 90%;

  color: #ffffff;

  background-color: #333333;

  border-radius: 3px;

  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);

}

.bootstrap-storeifyapps kbd kbd {

  padding: 0;

  font-size: 100%;

  font-weight: bold;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.bootstrap-storeifyapps pre {

  display: block;

  padding: 9.5px;

  margin: 0 0 10px;

  font-size: 13px;

  line-height: 1.42857143;

  word-break: break-all;

  word-wrap: break-word;

  color: #333333;

  background-color: #f5f5f5;

  border: 1px solid #cccccc;

  border-radius: 4px;

}

.bootstrap-storeifyapps pre code {

  padding: 0;

  font-size: inherit;

  color: inherit;

  white-space: pre-wrap;

  background-color: transparent;

  border-radius: 0;

}

.bootstrap-storeifyapps .pre-scrollable {

  max-height: 340px;

  overflow-y: scroll;

}

.bootstrap-storeifyapps .container {

  margin-right: auto;

  margin-left: auto;

  padding-left: 15px;

  padding-right: 15px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .container {

    width: 750px;

  }

}

@media (min-width: 992px) {

  .bootstrap-storeifyapps .container {

    width: 970px;

  }

}

@media (min-width: 1200px) {

  .bootstrap-storeifyapps .container {

    width: 1170px;

  }

}

.bootstrap-storeifyapps .container-fluid {

  margin-right: auto;

  margin-left: auto;

  padding-left: 15px;

  padding-right: 15px;

}

.bootstrap-storeifyapps .row {

  margin-left: -15px;

  margin-right: -15px;

}

.bootstrap-storeifyapps .col-xs-1,

.bootstrap-storeifyapps .col-sm-1,

.bootstrap-storeifyapps .col-md-1,

.bootstrap-storeifyapps .col-lg-1,

.bootstrap-storeifyapps .col-xs-2,

.bootstrap-storeifyapps .col-sm-2,

.bootstrap-storeifyapps .col-md-2,

.bootstrap-storeifyapps .col-lg-2,

.bootstrap-storeifyapps .col-xs-3,

.bootstrap-storeifyapps .col-sm-3,

.bootstrap-storeifyapps .col-md-3,

.bootstrap-storeifyapps .col-lg-3,

.bootstrap-storeifyapps .col-xs-4,

.bootstrap-storeifyapps .col-sm-4,

.bootstrap-storeifyapps .col-md-4,

.bootstrap-storeifyapps .col-lg-4,

.bootstrap-storeifyapps .col-xs-5,

.bootstrap-storeifyapps .col-sm-5,

.bootstrap-storeifyapps .col-md-5,

.bootstrap-storeifyapps .col-lg-5,

.bootstrap-storeifyapps .col-xs-6,

.bootstrap-storeifyapps .col-sm-6,

.bootstrap-storeifyapps .col-md-6,

.bootstrap-storeifyapps .col-lg-6,

.bootstrap-storeifyapps .col-xs-7,

.bootstrap-storeifyapps .col-sm-7,

.bootstrap-storeifyapps .col-md-7,

.bootstrap-storeifyapps .col-lg-7,

.bootstrap-storeifyapps .col-xs-8,

.bootstrap-storeifyapps .col-sm-8,

.bootstrap-storeifyapps .col-md-8,

.bootstrap-storeifyapps .col-lg-8,

.bootstrap-storeifyapps .col-xs-9,

.bootstrap-storeifyapps .col-sm-9,

.bootstrap-storeifyapps .col-md-9,

.bootstrap-storeifyapps .col-lg-9,

.bootstrap-storeifyapps .col-xs-10,

.bootstrap-storeifyapps .col-sm-10,

.bootstrap-storeifyapps .col-md-10,

.bootstrap-storeifyapps .col-lg-10,

.bootstrap-storeifyapps .col-xs-11,

.bootstrap-storeifyapps .col-sm-11,

.bootstrap-storeifyapps .col-md-11,

.bootstrap-storeifyapps .col-lg-11,

.bootstrap-storeifyapps .col-xs-12,

.bootstrap-storeifyapps .col-sm-12,

.bootstrap-storeifyapps .col-md-12,

.bootstrap-storeifyapps .col-lg-12 {

  position: relative;

  min-height: 1px;

  padding-left: 15px;

  padding-right: 15px;

}

.bootstrap-storeifyapps .col-xs-1,

.bootstrap-storeifyapps .col-xs-2,

.bootstrap-storeifyapps .col-xs-3,

.bootstrap-storeifyapps .col-xs-4,

.bootstrap-storeifyapps .col-xs-5,

.bootstrap-storeifyapps .col-xs-6,

.bootstrap-storeifyapps .col-xs-7,

.bootstrap-storeifyapps .col-xs-8,

.bootstrap-storeifyapps .col-xs-9,

.bootstrap-storeifyapps .col-xs-10,

.bootstrap-storeifyapps .col-xs-11,

.bootstrap-storeifyapps .col-xs-12 {

  float: left;

}

.bootstrap-storeifyapps .col-xs-12 {

  width: 100%;

}

.bootstrap-storeifyapps .col-xs-11 {

  width: 91.66666667%;

}

.bootstrap-storeifyapps .col-xs-10 {

  width: 83.33333333%;

}

.bootstrap-storeifyapps .col-xs-9 {

  width: 75%;

}

.bootstrap-storeifyapps .col-xs-8 {

  width: 66.66666667%;

}

.bootstrap-storeifyapps .col-xs-7 {

  width: 58.33333333%;

}

.bootstrap-storeifyapps .col-xs-6 {

  width: 50%;

}

.bootstrap-storeifyapps .col-xs-5 {

  width: 41.66666667%;

}

.bootstrap-storeifyapps .col-xs-4 {

  width: 33.33333333%;

}

.bootstrap-storeifyapps .col-xs-3 {

  width: 25%;

}

.bootstrap-storeifyapps .col-xs-2 {

  width: 16.66666667%;

}

.bootstrap-storeifyapps .col-xs-1 {

  width: 8.33333333%;

}

.bootstrap-storeifyapps .col-xs-pull-12 {

  right: 100%;

}

.bootstrap-storeifyapps .col-xs-pull-11 {

  right: 91.66666667%;

}

.bootstrap-storeifyapps .col-xs-pull-10 {

  right: 83.33333333%;

}

.bootstrap-storeifyapps .col-xs-pull-9 {

  right: 75%;

}

.bootstrap-storeifyapps .col-xs-pull-8 {

  right: 66.66666667%;

}

.bootstrap-storeifyapps .col-xs-pull-7 {

  right: 58.33333333%;

}

.bootstrap-storeifyapps .col-xs-pull-6 {

  right: 50%;

}

.bootstrap-storeifyapps .col-xs-pull-5 {

  right: 41.66666667%;

}

.bootstrap-storeifyapps .col-xs-pull-4 {

  right: 33.33333333%;

}

.bootstrap-storeifyapps .col-xs-pull-3 {

  right: 25%;

}

.bootstrap-storeifyapps .col-xs-pull-2 {

  right: 16.66666667%;

}

.bootstrap-storeifyapps .col-xs-pull-1 {

  right: 8.33333333%;

}

.bootstrap-storeifyapps .col-xs-pull-0 {

  right: auto;

}

.bootstrap-storeifyapps .col-xs-push-12 {

  left: 100%;

}

.bootstrap-storeifyapps .col-xs-push-11 {

  left: 91.66666667%;

}

.bootstrap-storeifyapps .col-xs-push-10 {

  left: 83.33333333%;

}

.bootstrap-storeifyapps .col-xs-push-9 {

  left: 75%;

}

.bootstrap-storeifyapps .col-xs-push-8 {

  left: 66.66666667%;

}

.bootstrap-storeifyapps .col-xs-push-7 {

  left: 58.33333333%;

}

.bootstrap-storeifyapps .col-xs-push-6 {

  left: 50%;

}

.bootstrap-storeifyapps .col-xs-push-5 {

  left: 41.66666667%;

}

.bootstrap-storeifyapps .col-xs-push-4 {

  left: 33.33333333%;

}

.bootstrap-storeifyapps .col-xs-push-3 {

  left: 25%;

}

.bootstrap-storeifyapps .col-xs-push-2 {

  left: 16.66666667%;

}

.bootstrap-storeifyapps .col-xs-push-1 {

  left: 8.33333333%;

}

.bootstrap-storeifyapps .col-xs-push-0 {

  left: auto;

}

.bootstrap-storeifyapps .col-xs-offset-12 {

  margin-left: 100%;

}

.bootstrap-storeifyapps .col-xs-offset-11 {

  margin-left: 91.66666667%;

}

.bootstrap-storeifyapps .col-xs-offset-10 {

  margin-left: 83.33333333%;

}

.bootstrap-storeifyapps .col-xs-offset-9 {

  margin-left: 75%;

}

.bootstrap-storeifyapps .col-xs-offset-8 {

  margin-left: 66.66666667%;

}

.bootstrap-storeifyapps .col-xs-offset-7 {

  margin-left: 58.33333333%;

}

.bootstrap-storeifyapps .col-xs-offset-6 {

  margin-left: 50%;

}

.bootstrap-storeifyapps .col-xs-offset-5 {

  margin-left: 41.66666667%;

}

.bootstrap-storeifyapps .col-xs-offset-4 {

  margin-left: 33.33333333%;

}

.bootstrap-storeifyapps .col-xs-offset-3 {

  margin-left: 25%;

}

.bootstrap-storeifyapps .col-xs-offset-2 {

  margin-left: 16.66666667%;

}

.bootstrap-storeifyapps .col-xs-offset-1 {

  margin-left: 8.33333333%;

}

.bootstrap-storeifyapps .col-xs-offset-0 {

  margin-left: 0%;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .col-sm-1,

  .bootstrap-storeifyapps .col-sm-2,

  .bootstrap-storeifyapps .col-sm-3,

  .bootstrap-storeifyapps .col-sm-4,

  .bootstrap-storeifyapps .col-sm-5,

  .bootstrap-storeifyapps .col-sm-6,

  .bootstrap-storeifyapps .col-sm-7,

  .bootstrap-storeifyapps .col-sm-8,

  .bootstrap-storeifyapps .col-sm-9,

  .bootstrap-storeifyapps .col-sm-10,

  .bootstrap-storeifyapps .col-sm-11,

  .bootstrap-storeifyapps .col-sm-12 {

    float: left;

  }

  .bootstrap-storeifyapps .col-sm-12 {

    width: 100%;

  }

  .bootstrap-storeifyapps .col-sm-11 {

    width: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-10 {

    width: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-9 {

    width: 75%;

  }

  .bootstrap-storeifyapps .col-sm-8 {

    width: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-7 {

    width: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-6 {

    width: 50%;

  }

  .bootstrap-storeifyapps .col-sm-5 {

    width: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-4 {

    width: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-3 {

    width: 25%;

  }

  .bootstrap-storeifyapps .col-sm-2 {

    width: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-1 {

    width: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-pull-12 {

    right: 100%;

  }

  .bootstrap-storeifyapps .col-sm-pull-11 {

    right: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-pull-10 {

    right: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-pull-9 {

    right: 75%;

  }

  .bootstrap-storeifyapps .col-sm-pull-8 {

    right: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-pull-7 {

    right: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-pull-6 {

    right: 50%;

  }

  .bootstrap-storeifyapps .col-sm-pull-5 {

    right: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-pull-4 {

    right: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-pull-3 {

    right: 25%;

  }

  .bootstrap-storeifyapps .col-sm-pull-2 {

    right: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-pull-1 {

    right: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-pull-0 {

    right: auto;

  }

  .bootstrap-storeifyapps .col-sm-push-12 {

    left: 100%;

  }

  .bootstrap-storeifyapps .col-sm-push-11 {

    left: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-push-10 {

    left: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-push-9 {

    left: 75%;

  }

  .bootstrap-storeifyapps .col-sm-push-8 {

    left: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-push-7 {

    left: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-push-6 {

    left: 50%;

  }

  .bootstrap-storeifyapps .col-sm-push-5 {

    left: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-push-4 {

    left: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-push-3 {

    left: 25%;

  }

  .bootstrap-storeifyapps .col-sm-push-2 {

    left: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-push-1 {

    left: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-push-0 {

    left: auto;

  }

  .bootstrap-storeifyapps .col-sm-offset-12 {

    margin-left: 100%;

  }

  .bootstrap-storeifyapps .col-sm-offset-11 {

    margin-left: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-offset-10 {

    margin-left: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-offset-9 {

    margin-left: 75%;

  }

  .bootstrap-storeifyapps .col-sm-offset-8 {

    margin-left: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-offset-7 {

    margin-left: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-offset-6 {

    margin-left: 50%;

  }

  .bootstrap-storeifyapps .col-sm-offset-5 {

    margin-left: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-offset-4 {

    margin-left: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-offset-3 {

    margin-left: 25%;

  }

  .bootstrap-storeifyapps .col-sm-offset-2 {

    margin-left: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-sm-offset-1 {

    margin-left: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-sm-offset-0 {

    margin-left: 0%;

  }

}

@media (min-width: 992px) {

  .bootstrap-storeifyapps .col-md-1,

  .bootstrap-storeifyapps .col-md-2,

  .bootstrap-storeifyapps .col-md-3,

  .bootstrap-storeifyapps .col-md-4,

  .bootstrap-storeifyapps .col-md-5,

  .bootstrap-storeifyapps .col-md-6,

  .bootstrap-storeifyapps .col-md-7,

  .bootstrap-storeifyapps .col-md-8,

  .bootstrap-storeifyapps .col-md-9,

  .bootstrap-storeifyapps .col-md-10,

  .bootstrap-storeifyapps .col-md-11,

  .bootstrap-storeifyapps .col-md-12 {

    float: left;

  }

  .bootstrap-storeifyapps .col-md-12 {

    width: 100%;

  }

  .bootstrap-storeifyapps .col-md-11 {

    width: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-md-10 {

    width: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-md-9 {

    width: 75%;

  }

  .bootstrap-storeifyapps .col-md-8 {

    width: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-md-7 {

    width: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-md-6 {

    width: 50%;

  }

  .bootstrap-storeifyapps .col-md-5 {

    width: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-md-4 {

    width: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-md-3 {

    width: 25%;

  }

  .bootstrap-storeifyapps .col-md-2 {

    width: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-md-1 {

    width: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-md-pull-12 {

    right: 100%;

  }

  .bootstrap-storeifyapps .col-md-pull-11 {

    right: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-md-pull-10 {

    right: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-md-pull-9 {

    right: 75%;

  }

  .bootstrap-storeifyapps .col-md-pull-8 {

    right: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-md-pull-7 {

    right: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-md-pull-6 {

    right: 50%;

  }

  .bootstrap-storeifyapps .col-md-pull-5 {

    right: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-md-pull-4 {

    right: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-md-pull-3 {

    right: 25%;

  }

  .bootstrap-storeifyapps .col-md-pull-2 {

    right: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-md-pull-1 {

    right: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-md-pull-0 {

    right: auto;

  }

  .bootstrap-storeifyapps .col-md-push-12 {

    left: 100%;

  }

  .bootstrap-storeifyapps .col-md-push-11 {

    left: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-md-push-10 {

    left: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-md-push-9 {

    left: 75%;

  }

  .bootstrap-storeifyapps .col-md-push-8 {

    left: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-md-push-7 {

    left: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-md-push-6 {

    left: 50%;

  }

  .bootstrap-storeifyapps .col-md-push-5 {

    left: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-md-push-4 {

    left: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-md-push-3 {

    left: 25%;

  }

  .bootstrap-storeifyapps .col-md-push-2 {

    left: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-md-push-1 {

    left: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-md-push-0 {

    left: auto;

  }

  .bootstrap-storeifyapps .col-md-offset-12 {

    margin-left: 100%;

  }

  .bootstrap-storeifyapps .col-md-offset-11 {

    margin-left: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-md-offset-10 {

    margin-left: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-md-offset-9 {

    margin-left: 75%;

  }

  .bootstrap-storeifyapps .col-md-offset-8 {

    margin-left: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-md-offset-7 {

    margin-left: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-md-offset-6 {

    margin-left: 50%;

  }

  .bootstrap-storeifyapps .col-md-offset-5 {

    margin-left: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-md-offset-4 {

    margin-left: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-md-offset-3 {

    margin-left: 25%;

  }

  .bootstrap-storeifyapps .col-md-offset-2 {

    margin-left: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-md-offset-1 {

    margin-left: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-md-offset-0 {

    margin-left: 0%;

  }

}

@media (min-width: 1200px) {

  .bootstrap-storeifyapps .col-lg-1,

  .bootstrap-storeifyapps .col-lg-2,

  .bootstrap-storeifyapps .col-lg-3,

  .bootstrap-storeifyapps .col-lg-4,

  .bootstrap-storeifyapps .col-lg-5,

  .bootstrap-storeifyapps .col-lg-6,

  .bootstrap-storeifyapps .col-lg-7,

  .bootstrap-storeifyapps .col-lg-8,

  .bootstrap-storeifyapps .col-lg-9,

  .bootstrap-storeifyapps .col-lg-10,

  .bootstrap-storeifyapps .col-lg-11,

  .bootstrap-storeifyapps .col-lg-12 {

    float: left;

  }

  .bootstrap-storeifyapps .col-lg-12 {

    width: 100%;

  }

  .bootstrap-storeifyapps .col-lg-11 {

    width: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-10 {

    width: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-9 {

    width: 75%;

  }

  .bootstrap-storeifyapps .col-lg-8 {

    width: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-7 {

    width: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-6 {

    width: 50%;

  }

  .bootstrap-storeifyapps .col-lg-5 {

    width: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-4 {

    width: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-3 {

    width: 25%;

  }

  .bootstrap-storeifyapps .col-lg-2 {

    width: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-1 {

    width: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-pull-12 {

    right: 100%;

  }

  .bootstrap-storeifyapps .col-lg-pull-11 {

    right: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-pull-10 {

    right: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-pull-9 {

    right: 75%;

  }

  .bootstrap-storeifyapps .col-lg-pull-8 {

    right: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-pull-7 {

    right: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-pull-6 {

    right: 50%;

  }

  .bootstrap-storeifyapps .col-lg-pull-5 {

    right: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-pull-4 {

    right: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-pull-3 {

    right: 25%;

  }

  .bootstrap-storeifyapps .col-lg-pull-2 {

    right: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-pull-1 {

    right: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-pull-0 {

    right: auto;

  }

  .bootstrap-storeifyapps .col-lg-push-12 {

    left: 100%;

  }

  .bootstrap-storeifyapps .col-lg-push-11 {

    left: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-push-10 {

    left: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-push-9 {

    left: 75%;

  }

  .bootstrap-storeifyapps .col-lg-push-8 {

    left: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-push-7 {

    left: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-push-6 {

    left: 50%;

  }

  .bootstrap-storeifyapps .col-lg-push-5 {

    left: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-push-4 {

    left: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-push-3 {

    left: 25%;

  }

  .bootstrap-storeifyapps .col-lg-push-2 {

    left: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-push-1 {

    left: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-push-0 {

    left: auto;

  }

  .bootstrap-storeifyapps .col-lg-offset-12 {

    margin-left: 100%;

  }

  .bootstrap-storeifyapps .col-lg-offset-11 {

    margin-left: 91.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-offset-10 {

    margin-left: 83.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-offset-9 {

    margin-left: 75%;

  }

  .bootstrap-storeifyapps .col-lg-offset-8 {

    margin-left: 66.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-offset-7 {

    margin-left: 58.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-offset-6 {

    margin-left: 50%;

  }

  .bootstrap-storeifyapps .col-lg-offset-5 {

    margin-left: 41.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-offset-4 {

    margin-left: 33.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-offset-3 {

    margin-left: 25%;

  }

  .bootstrap-storeifyapps .col-lg-offset-2 {

    margin-left: 16.66666667%;

  }

  .bootstrap-storeifyapps .col-lg-offset-1 {

    margin-left: 8.33333333%;

  }

  .bootstrap-storeifyapps .col-lg-offset-0 {

    margin-left: 0%;

  }

}

.bootstrap-storeifyapps table {

  background-color: transparent;

}

.bootstrap-storeifyapps caption {

  padding-top: 8px;

  padding-bottom: 8px;

  color: #777777;

  text-align: left;

}

.bootstrap-storeifyapps th {

  text-align: left;

}

.bootstrap-storeifyapps .table {

  width: 100%;

  max-width: 100%;

  margin-bottom: 20px;

}

.bootstrap-storeifyapps .table > thead > tr > th,

.bootstrap-storeifyapps .table > tbody > tr > th,

.bootstrap-storeifyapps .table > tfoot > tr > th,

.bootstrap-storeifyapps .table > thead > tr > td,

.bootstrap-storeifyapps .table > tbody > tr > td,

.bootstrap-storeifyapps .table > tfoot > tr > td {

  padding: 8px;

  line-height: 1.42857143;

  vertical-align: top;

  border-top: 1px solid #dddddd;

}

.bootstrap-storeifyapps .table > thead > tr > th {

  vertical-align: bottom;

  border-bottom: 2px solid #dddddd;

}

.bootstrap-storeifyapps .table > caption + thead > tr:first-child > th,

.bootstrap-storeifyapps .table > colgroup + thead > tr:first-child > th,

.bootstrap-storeifyapps .table > thead:first-child > tr:first-child > th,

.bootstrap-storeifyapps .table > caption + thead > tr:first-child > td,

.bootstrap-storeifyapps .table > colgroup + thead > tr:first-child > td,

.bootstrap-storeifyapps .table > thead:first-child > tr:first-child > td {

  border-top: 0;

}

.bootstrap-storeifyapps .table > tbody + tbody {

  border-top: 2px solid #dddddd;

}

.bootstrap-storeifyapps .table .table {

  background-color: #ffffff;

}

.bootstrap-storeifyapps .table-condensed > thead > tr > th,

.bootstrap-storeifyapps .table-condensed > tbody > tr > th,

.bootstrap-storeifyapps .table-condensed > tfoot > tr > th,

.bootstrap-storeifyapps .table-condensed > thead > tr > td,

.bootstrap-storeifyapps .table-condensed > tbody > tr > td,

.bootstrap-storeifyapps .table-condensed > tfoot > tr > td {

  padding: 5px;

}

.bootstrap-storeifyapps .table-bordered {

  border: 1px solid #dddddd;

}

.bootstrap-storeifyapps .table-bordered > thead > tr > th,

.bootstrap-storeifyapps .table-bordered > tbody > tr > th,

.bootstrap-storeifyapps .table-bordered > tfoot > tr > th,

.bootstrap-storeifyapps .table-bordered > thead > tr > td,

.bootstrap-storeifyapps .table-bordered > tbody > tr > td,

.bootstrap-storeifyapps .table-bordered > tfoot > tr > td {

  border: 1px solid #dddddd;

}

.bootstrap-storeifyapps .table-bordered > thead > tr > th,

.bootstrap-storeifyapps .table-bordered > thead > tr > td {

  border-bottom-width: 2px;

}

.bootstrap-storeifyapps .table-striped > tbody > tr:nth-of-type(odd) {

  background-color: #f9f9f9;

}

.bootstrap-storeifyapps .table-hover > tbody > tr:hover {

  background-color: #f5f5f5;

}

.bootstrap-storeifyapps table col[class*="col-"] {

  position: static;

  float: none;

  display: table-column;

}

.bootstrap-storeifyapps table td[class*="col-"],

.bootstrap-storeifyapps table th[class*="col-"] {

  position: static;

  float: none;

  display: table-cell;

}

.bootstrap-storeifyapps .table > thead > tr > td.active,

.bootstrap-storeifyapps .table > tbody > tr > td.active,

.bootstrap-storeifyapps .table > tfoot > tr > td.active,

.bootstrap-storeifyapps .table > thead > tr > th.active,

.bootstrap-storeifyapps .table > tbody > tr > th.active,

.bootstrap-storeifyapps .table > tfoot > tr > th.active,

.bootstrap-storeifyapps .table > thead > tr.active > td,

.bootstrap-storeifyapps .table > tbody > tr.active > td,

.bootstrap-storeifyapps .table > tfoot > tr.active > td,

.bootstrap-storeifyapps .table > thead > tr.active > th,

.bootstrap-storeifyapps .table > tbody > tr.active > th,

.bootstrap-storeifyapps .table > tfoot > tr.active > th {

  background-color: #f5f5f5;

}

.bootstrap-storeifyapps .table-hover > tbody > tr > td.active:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr > th.active:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr.active:hover > td,

.bootstrap-storeifyapps .table-hover > tbody > tr:hover > .active,

.bootstrap-storeifyapps .table-hover > tbody > tr.active:hover > th {

  background-color: #e8e8e8;

}

.bootstrap-storeifyapps .table > thead > tr > td.success,

.bootstrap-storeifyapps .table > tbody > tr > td.success,

.bootstrap-storeifyapps .table > tfoot > tr > td.success,

.bootstrap-storeifyapps .table > thead > tr > th.success,

.bootstrap-storeifyapps .table > tbody > tr > th.success,

.bootstrap-storeifyapps .table > tfoot > tr > th.success,

.bootstrap-storeifyapps .table > thead > tr.success > td,

.bootstrap-storeifyapps .table > tbody > tr.success > td,

.bootstrap-storeifyapps .table > tfoot > tr.success > td,

.bootstrap-storeifyapps .table > thead > tr.success > th,

.bootstrap-storeifyapps .table > tbody > tr.success > th,

.bootstrap-storeifyapps .table > tfoot > tr.success > th {

  background-color: #dff0d8;

}

.bootstrap-storeifyapps .table-hover > tbody > tr > td.success:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr > th.success:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr.success:hover > td,

.bootstrap-storeifyapps .table-hover > tbody > tr:hover > .success,

.bootstrap-storeifyapps .table-hover > tbody > tr.success:hover > th {

  background-color: #d0e9c6;

}

.bootstrap-storeifyapps .table > thead > tr > td.info,

.bootstrap-storeifyapps .table > tbody > tr > td.info,

.bootstrap-storeifyapps .table > tfoot > tr > td.info,

.bootstrap-storeifyapps .table > thead > tr > th.info,

.bootstrap-storeifyapps .table > tbody > tr > th.info,

.bootstrap-storeifyapps .table > tfoot > tr > th.info,

.bootstrap-storeifyapps .table > thead > tr.info > td,

.bootstrap-storeifyapps .table > tbody > tr.info > td,

.bootstrap-storeifyapps .table > tfoot > tr.info > td,

.bootstrap-storeifyapps .table > thead > tr.info > th,

.bootstrap-storeifyapps .table > tbody > tr.info > th,

.bootstrap-storeifyapps .table > tfoot > tr.info > th {

  background-color: #d9edf7;

}

.bootstrap-storeifyapps .table-hover > tbody > tr > td.info:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr > th.info:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr.info:hover > td,

.bootstrap-storeifyapps .table-hover > tbody > tr:hover > .info,

.bootstrap-storeifyapps .table-hover > tbody > tr.info:hover > th {

  background-color: #c4e3f3;

}

.bootstrap-storeifyapps .table > thead > tr > td.warning,

.bootstrap-storeifyapps .table > tbody > tr > td.warning,

.bootstrap-storeifyapps .table > tfoot > tr > td.warning,

.bootstrap-storeifyapps .table > thead > tr > th.warning,

.bootstrap-storeifyapps .table > tbody > tr > th.warning,

.bootstrap-storeifyapps .table > tfoot > tr > th.warning,

.bootstrap-storeifyapps .table > thead > tr.warning > td,

.bootstrap-storeifyapps .table > tbody > tr.warning > td,

.bootstrap-storeifyapps .table > tfoot > tr.warning > td,

.bootstrap-storeifyapps .table > thead > tr.warning > th,

.bootstrap-storeifyapps .table > tbody > tr.warning > th,

.bootstrap-storeifyapps .table > tfoot > tr.warning > th {

  background-color: #fcf8e3;

}

.bootstrap-storeifyapps .table-hover > tbody > tr > td.warning:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr > th.warning:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr.warning:hover > td,

.bootstrap-storeifyapps .table-hover > tbody > tr:hover > .warning,

.bootstrap-storeifyapps .table-hover > tbody > tr.warning:hover > th {

  background-color: #faf2cc;

}

.bootstrap-storeifyapps .table > thead > tr > td.danger,

.bootstrap-storeifyapps .table > tbody > tr > td.danger,

.bootstrap-storeifyapps .table > tfoot > tr > td.danger,

.bootstrap-storeifyapps .table > thead > tr > th.danger,

.bootstrap-storeifyapps .table > tbody > tr > th.danger,

.bootstrap-storeifyapps .table > tfoot > tr > th.danger,

.bootstrap-storeifyapps .table > thead > tr.danger > td,

.bootstrap-storeifyapps .table > tbody > tr.danger > td,

.bootstrap-storeifyapps .table > tfoot > tr.danger > td,

.bootstrap-storeifyapps .table > thead > tr.danger > th,

.bootstrap-storeifyapps .table > tbody > tr.danger > th,

.bootstrap-storeifyapps .table > tfoot > tr.danger > th {

  background-color: #f2dede;

}

.bootstrap-storeifyapps .table-hover > tbody > tr > td.danger:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr > th.danger:hover,

.bootstrap-storeifyapps .table-hover > tbody > tr.danger:hover > td,

.bootstrap-storeifyapps .table-hover > tbody > tr:hover > .danger,

.bootstrap-storeifyapps .table-hover > tbody > tr.danger:hover > th {

  background-color: #ebcccc;

}

.bootstrap-storeifyapps .table-responsive {

  overflow-x: auto;

  min-height: 0.01%;

}

@media screen and (max-width: 767px) {

  .bootstrap-storeifyapps .table-responsive {

    width: 100%;

    margin-bottom: 15px;

    overflow-y: hidden;

    -ms-overflow-style: -ms-autohiding-scrollbar;

    border: 1px solid #dddddd;

  }

  .bootstrap-storeifyapps .table-responsive > .table {

    margin-bottom: 0;

  }

  .bootstrap-storeifyapps .table-responsive > .table > thead > tr > th,

  .bootstrap-storeifyapps .table-responsive > .table > tbody > tr > th,

  .bootstrap-storeifyapps .table-responsive > .table > tfoot > tr > th,

  .bootstrap-storeifyapps .table-responsive > .table > thead > tr > td,

  .bootstrap-storeifyapps .table-responsive > .table > tbody > tr > td,

  .bootstrap-storeifyapps .table-responsive > .table > tfoot > tr > td {

    white-space: nowrap;

  }

  .bootstrap-storeifyapps .table-responsive > .table-bordered {

    border: 0;

  }

  .bootstrap-storeifyapps .table-responsive > .table-bordered > thead > tr > th:first-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tbody > tr > th:first-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tfoot > tr > th:first-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > thead > tr > td:first-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tbody > tr > td:first-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tfoot > tr > td:first-child {

    border-left: 0;

  }

  .bootstrap-storeifyapps .table-responsive > .table-bordered > thead > tr > th:last-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tbody > tr > th:last-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tfoot > tr > th:last-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > thead > tr > td:last-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tbody > tr > td:last-child,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tfoot > tr > td:last-child {

    border-right: 0;

  }

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tbody > tr:last-child > th,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tfoot > tr:last-child > th,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tbody > tr:last-child > td,

  .bootstrap-storeifyapps .table-responsive > .table-bordered > tfoot > tr:last-child > td {

    border-bottom: 0;

  }

}

.bootstrap-storeifyapps fieldset {

  padding: 0;

  margin: 0;

  border: 0;

  min-width: 0;

}

.bootstrap-storeifyapps legend {

  display: block;

  width: 100%;

  padding: 0;

  margin-bottom: 20px;

  font-size: 21px;

  line-height: inherit;

  color: #333333;

  border: 0;

  border-bottom: 1px solid #e5e5e5;

}

.bootstrap-storeifyapps label {

  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

  font-weight: bold;

}

.bootstrap-storeifyapps input[type="search"] {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.bootstrap-storeifyapps input[type="radio"],

.bootstrap-storeifyapps input[type="checkbox"] {

  margin: 4px 0 0;

  margin-top: 1px \9;

  line-height: normal;

}

.bootstrap-storeifyapps input[type="file"] {

  display: block;

}

.bootstrap-storeifyapps input[type="range"] {

  display: block;

  width: 100%;

}

.bootstrap-storeifyapps select[multiple],

.bootstrap-storeifyapps select[size] {

  height: auto;

}

.bootstrap-storeifyapps input[type="file"]:focus,

.bootstrap-storeifyapps input[type="radio"]:focus,

.bootstrap-storeifyapps input[type="checkbox"]:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}

.bootstrap-storeifyapps output {

  display: block;

  padding-top: 7px;

  font-size: 14px;

  line-height: 1.42857143;

  color: #555555;

}

.bootstrap-storeifyapps .form-control {

  display: block;

  width: 100%;

  height: 34px;

  padding: 6px 12px;

  font-size: 14px;

  line-height: 1.42857143;

  color: #555555;

  background-color: #ffffff;

  background-image: none;

  border: 1px solid #cccccc;

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}

.bootstrap-storeifyapps .form-control:focus {

  border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

}

.bootstrap-storeifyapps .form-control::-moz-placeholder {

  color: #999999;

  opacity: 1;

}

.bootstrap-storeifyapps .form-control:-ms-input-placeholder {

  color: #999999;

}

.bootstrap-storeifyapps .form-control::-webkit-input-placeholder {

  color: #999999;

}

.bootstrap-storeifyapps .form-control[disabled],

.bootstrap-storeifyapps .form-control[readonly],

.bootstrap-storeifyapps fieldset[disabled] .form-control {

  background-color: #eeeeee;

  opacity: 1;

}

.bootstrap-storeifyapps .form-control[disabled],

.bootstrap-storeifyapps fieldset[disabled] .form-control {

  cursor: not-allowed;

}

.bootstrap-storeifyapps textarea.form-control {

  height: auto;

}

.bootstrap-storeifyapps input[type="search"] {

  -webkit-appearance: none;

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  .bootstrap-storeifyapps input[type="date"],

  .bootstrap-storeifyapps input[type="time"],

  .bootstrap-storeifyapps input[type="datetime-local"],

  .bootstrap-storeifyapps input[type="month"] {

    line-height: 34px;

  }

  .bootstrap-storeifyapps input[type="date"].input-sm,

  .bootstrap-storeifyapps input[type="time"].input-sm,

  .bootstrap-storeifyapps input[type="datetime-local"].input-sm,

  .bootstrap-storeifyapps input[type="month"].input-sm,

  .bootstrap-storeifyapps .input-group-sm input[type="date"],

  .bootstrap-storeifyapps .input-group-sm input[type="time"],

  .bootstrap-storeifyapps .input-group-sm input[type="datetime-local"],

  .bootstrap-storeifyapps .input-group-sm input[type="month"] {

    line-height: 30px;

  }

  .bootstrap-storeifyapps input[type="date"].input-lg,

  .bootstrap-storeifyapps input[type="time"].input-lg,

  .bootstrap-storeifyapps input[type="datetime-local"].input-lg,

  .bootstrap-storeifyapps input[type="month"].input-lg,

  .bootstrap-storeifyapps .input-group-lg input[type="date"],

  .bootstrap-storeifyapps .input-group-lg input[type="time"],

  .bootstrap-storeifyapps .input-group-lg input[type="datetime-local"],

  .bootstrap-storeifyapps .input-group-lg input[type="month"] {

    line-height: 46px;

  }

}

.bootstrap-storeifyapps .form-group {

  margin-bottom: 15px;

}

.bootstrap-storeifyapps .radio,

.bootstrap-storeifyapps .checkbox {

  position: relative;

  display: block;

  margin-top: 10px;

  margin-bottom: 10px;

}

.bootstrap-storeifyapps .radio label,

.bootstrap-storeifyapps .checkbox label {

  min-height: 20px;

  padding-left: 20px;

  margin-bottom: 0;

  font-weight: normal;

  cursor: pointer;

}

.bootstrap-storeifyapps .radio input[type="radio"],

.bootstrap-storeifyapps .radio-inline input[type="radio"],

.bootstrap-storeifyapps .checkbox input[type="checkbox"],

.bootstrap-storeifyapps .checkbox-inline input[type="checkbox"] {

  position: absolute;

  margin-left: -20px;

  margin-top: 4px \9;

}

.bootstrap-storeifyapps .radio + .radio,

.bootstrap-storeifyapps .checkbox + .checkbox {

  margin-top: -5px;

}

.bootstrap-storeifyapps .radio-inline,

.bootstrap-storeifyapps .checkbox-inline {

  position: relative;

  display: inline-block;

  padding-left: 20px;

  margin-bottom: 0;

  vertical-align: middle;

  font-weight: normal;

  cursor: pointer;

}

.bootstrap-storeifyapps .radio-inline + .radio-inline,

.bootstrap-storeifyapps .checkbox-inline + .checkbox-inline {

  margin-top: 0;

  margin-left: 10px;

}

.bootstrap-storeifyapps input[type="radio"][disabled],

.bootstrap-storeifyapps input[type="checkbox"][disabled],

.bootstrap-storeifyapps input[type="radio"].disabled,

.bootstrap-storeifyapps input[type="checkbox"].disabled,

.bootstrap-storeifyapps fieldset[disabled] input[type="radio"],

.bootstrap-storeifyapps fieldset[disabled] input[type="checkbox"] {

  cursor: not-allowed;

}

.bootstrap-storeifyapps .radio-inline.disabled,

.bootstrap-storeifyapps .checkbox-inline.disabled,

.bootstrap-storeifyapps fieldset[disabled] .radio-inline,

.bootstrap-storeifyapps fieldset[disabled] .checkbox-inline {

  cursor: not-allowed;

}

.bootstrap-storeifyapps .radio.disabled label,

.bootstrap-storeifyapps .checkbox.disabled label,

.bootstrap-storeifyapps fieldset[disabled] .radio label,

.bootstrap-storeifyapps fieldset[disabled] .checkbox label {

  cursor: not-allowed;

}

.bootstrap-storeifyapps .form-control-static {

  padding-top: 7px;

  padding-bottom: 7px;

  margin-bottom: 0;

  min-height: 34px;

}

.bootstrap-storeifyapps .form-control-static.input-lg,

.bootstrap-storeifyapps .form-control-static.input-sm {

  padding-left: 0;

  padding-right: 0;

}

.bootstrap-storeifyapps .input-sm {

  height: 30px;

  padding: 5px 10px;

  font-size: 12px;

  line-height: 1.5;

  border-radius: 3px;

}

.bootstrap-storeifyapps select.input-sm {

  height: 30px;

  line-height: 30px;

}

.bootstrap-storeifyapps textarea.input-sm,

.bootstrap-storeifyapps select[multiple].input-sm {

  height: auto;

}

.bootstrap-storeifyapps .form-group-sm .form-control {

  height: 30px;

  padding: 5px 10px;

  font-size: 12px;

  line-height: 1.5;

  border-radius: 3px;

}

.bootstrap-storeifyapps select.form-group-sm .form-control {

  height: 30px;

  line-height: 30px;

}

.bootstrap-storeifyapps textarea.form-group-sm .form-control,

.bootstrap-storeifyapps select[multiple].form-group-sm .form-control {

  height: auto;

}

.bootstrap-storeifyapps .form-group-sm .form-control-static {

  height: 30px;

  padding: 5px 10px;

  font-size: 12px;

  line-height: 1.5;

  min-height: 32px;

}

.bootstrap-storeifyapps .input-lg {

  height: 46px;

  padding: 10px 16px;

  font-size: 18px;

  line-height: 1.3333333;

  border-radius: 6px;

}

.bootstrap-storeifyapps select.input-lg {

  height: 46px;

  line-height: 46px;

}

.bootstrap-storeifyapps textarea.input-lg,

.bootstrap-storeifyapps select[multiple].input-lg {

  height: auto;

}

.bootstrap-storeifyapps .form-group-lg .form-control {

  height: 46px;

  padding: 10px 16px;

  font-size: 18px;

  line-height: 1.3333333;

  border-radius: 6px;

}

.bootstrap-storeifyapps select.form-group-lg .form-control {

  height: 46px;

  line-height: 46px;

}

.bootstrap-storeifyapps textarea.form-group-lg .form-control,

.bootstrap-storeifyapps select[multiple].form-group-lg .form-control {

  height: auto;

}

.bootstrap-storeifyapps .form-group-lg .form-control-static {

  height: 46px;

  padding: 10px 16px;

  font-size: 18px;

  line-height: 1.3333333;

  min-height: 38px;

}

.bootstrap-storeifyapps .has-feedback {

  position: relative;

}

.bootstrap-storeifyapps .has-feedback .form-control {

  padding-right: 42.5px;

}

.bootstrap-storeifyapps .form-control-feedback {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 2;

  display: block;

  width: 34px;

  height: 34px;

  line-height: 34px;

  text-align: center;

  pointer-events: none;

}

.bootstrap-storeifyapps .input-lg + .form-control-feedback {

  width: 46px;

  height: 46px;

  line-height: 46px;

}

.bootstrap-storeifyapps .input-sm + .form-control-feedback {

  width: 30px;

  height: 30px;

  line-height: 30px;

}

.bootstrap-storeifyapps .has-success .help-block,

.bootstrap-storeifyapps .has-success .control-label,

.bootstrap-storeifyapps .has-success .radio,

.bootstrap-storeifyapps .has-success .checkbox,

.bootstrap-storeifyapps .has-success .radio-inline,

.bootstrap-storeifyapps .has-success .checkbox-inline,

.bootstrap-storeifyapps .has-success.radio label,

.bootstrap-storeifyapps .has-success.checkbox label,

.bootstrap-storeifyapps .has-success.radio-inline label,

.bootstrap-storeifyapps .has-success.checkbox-inline label {

  color: #3c763d;

}

.bootstrap-storeifyapps .has-success .form-control {

  border-color: #3c763d;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}

.bootstrap-storeifyapps .has-success .form-control:focus {

  border-color: #2b542c;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;

}

.bootstrap-storeifyapps .has-success .input-group-addon {

  color: #3c763d;

  border-color: #3c763d;

  background-color: #dff0d8;

}

.bootstrap-storeifyapps .has-success .form-control-feedback {

  color: #3c763d;

}

.bootstrap-storeifyapps .has-warning .help-block,

.bootstrap-storeifyapps .has-warning .control-label,

.bootstrap-storeifyapps .has-warning .radio,

.bootstrap-storeifyapps .has-warning .checkbox,

.bootstrap-storeifyapps .has-warning .radio-inline,

.bootstrap-storeifyapps .has-warning .checkbox-inline,

.bootstrap-storeifyapps .has-warning.radio label,

.bootstrap-storeifyapps .has-warning.checkbox label,

.bootstrap-storeifyapps .has-warning.radio-inline label,

.bootstrap-storeifyapps .has-warning.checkbox-inline label {

  color: #8a6d3b;

}

.bootstrap-storeifyapps .has-warning .form-control {

  border-color: #8a6d3b;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}

.bootstrap-storeifyapps .has-warning .form-control:focus {

  border-color: #66512c;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;

}

.bootstrap-storeifyapps .has-warning .input-group-addon {

  color: #8a6d3b;

  border-color: #8a6d3b;

  background-color: #fcf8e3;

}

.bootstrap-storeifyapps .has-warning .form-control-feedback {

  color: #8a6d3b;

}

.bootstrap-storeifyapps .has-error .help-block,

.bootstrap-storeifyapps .has-error .control-label,

.bootstrap-storeifyapps .has-error .radio,

.bootstrap-storeifyapps .has-error .checkbox,

.bootstrap-storeifyapps .has-error .radio-inline,

.bootstrap-storeifyapps .has-error .checkbox-inline,

.bootstrap-storeifyapps .has-error.radio label,

.bootstrap-storeifyapps .has-error.checkbox label,

.bootstrap-storeifyapps .has-error.radio-inline label,

.bootstrap-storeifyapps .has-error.checkbox-inline label {

  color: #a94442;

}

.bootstrap-storeifyapps .has-error .form-control {

  border-color: #a94442;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}

.bootstrap-storeifyapps .has-error .form-control:focus {

  border-color: #843534;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;

}

.bootstrap-storeifyapps .has-error .input-group-addon {

  color: #a94442;

  border-color: #a94442;

  background-color: #f2dede;

}

.bootstrap-storeifyapps .has-error .form-control-feedback {

  color: #a94442;

}

.bootstrap-storeifyapps .has-feedback label ~ .form-control-feedback {

  top: 25px;

}

.bootstrap-storeifyapps .has-feedback label.sr-only ~ .form-control-feedback {

  top: 0;

}

.bootstrap-storeifyapps .help-block {

  display: block;

  margin-top: 5px;

  margin-bottom: 10px;

  color: #737373;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .form-inline .form-group {

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .form-inline .form-control {

    display: inline-block;

    width: auto;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .form-inline .form-control-static {

    display: inline-block;

  }

  .bootstrap-storeifyapps .form-inline .input-group {

    display: inline-table;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .form-inline .input-group .input-group-addon,

  .bootstrap-storeifyapps .form-inline .input-group .input-group-btn,

  .bootstrap-storeifyapps .form-inline .input-group .form-control {

    width: auto;

  }

  .bootstrap-storeifyapps .form-inline .input-group > .form-control {

    width: 100%;

  }

  .bootstrap-storeifyapps .form-inline .control-label {

    margin-bottom: 0;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .form-inline .radio,

  .bootstrap-storeifyapps .form-inline .checkbox {

    display: inline-block;

    margin-top: 0;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .form-inline .radio label,

  .bootstrap-storeifyapps .form-inline .checkbox label {

    padding-left: 0;

  }

  .bootstrap-storeifyapps .form-inline .radio input[type="radio"],

  .bootstrap-storeifyapps .form-inline .checkbox input[type="checkbox"] {

    position: relative;

    margin-left: 0;

  }

  .bootstrap-storeifyapps .form-inline .has-feedback .form-control-feedback {

    top: 0;

  }

}

.bootstrap-storeifyapps .form-horizontal .radio,

.bootstrap-storeifyapps .form-horizontal .checkbox,

.bootstrap-storeifyapps .form-horizontal .radio-inline,

.bootstrap-storeifyapps .form-horizontal .checkbox-inline {

  margin-top: 0;

  margin-bottom: 0;

  padding-top: 7px;

}

.bootstrap-storeifyapps .form-horizontal .radio,

.bootstrap-storeifyapps .form-horizontal .checkbox {

  min-height: 27px;

}

.bootstrap-storeifyapps .form-horizontal .form-group {

  margin-left: -15px;

  margin-right: -15px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .form-horizontal .control-label {

    text-align: right;

    margin-bottom: 0;

    padding-top: 7px;

  }

}

.bootstrap-storeifyapps .form-horizontal .has-feedback .form-control-feedback {

  right: 15px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .form-horizontal .form-group-lg .control-label {

    padding-top: 14.333333px;

  }

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .form-horizontal .form-group-sm .control-label {

    padding-top: 6px;

  }

}

.bootstrap-storeifyapps .btn {

  display: inline-block;

  margin-bottom: 0;

  font-weight: normal;

  text-align: center;

  vertical-align: middle;

  -ms-touch-action: manipulation;

  touch-action: manipulation;

  cursor: pointer;

  background-image: none;

  border: 1px solid transparent;

  white-space: nowrap;

  padding: 6px 12px;

  font-size: 14px;

  line-height: 1.42857143;

  border-radius: 4px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

.bootstrap-storeifyapps .btn:focus,

.bootstrap-storeifyapps .btn:active:focus,

.bootstrap-storeifyapps .btn.active:focus,

.bootstrap-storeifyapps .btn.focus,

.bootstrap-storeifyapps .btn:active.focus,

.bootstrap-storeifyapps .btn.active.focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}

.bootstrap-storeifyapps .btn:hover,

.bootstrap-storeifyapps .btn:focus,

.bootstrap-storeifyapps .btn.focus {

  color: #333333;

  text-decoration: none;

}

.bootstrap-storeifyapps .btn:active,

.bootstrap-storeifyapps .btn.active {

  outline: 0;

  background-image: none;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.bootstrap-storeifyapps .btn.disabled,

.bootstrap-storeifyapps .btn[disabled],

.bootstrap-storeifyapps fieldset[disabled] .btn {

  cursor: not-allowed;

  pointer-events: none;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

  box-shadow: none;

}

.bootstrap-storeifyapps .btn-default {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}

.bootstrap-storeifyapps .btn-default:hover,

.bootstrap-storeifyapps .btn-default:focus,

.bootstrap-storeifyapps .btn-default.focus,

.bootstrap-storeifyapps .btn-default:active,

.bootstrap-storeifyapps .btn-default.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-default {

  color: #333333;

  background-color: #e6e6e6;

  border-color: #adadad;

}

.bootstrap-storeifyapps .btn-default:active,

.bootstrap-storeifyapps .btn-default.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-default {

  background-image: none;

}

.bootstrap-storeifyapps .btn-default.disabled,

.bootstrap-storeifyapps .btn-default[disabled],

.bootstrap-storeifyapps fieldset[disabled] .btn-default,

.bootstrap-storeifyapps .btn-default.disabled:hover,

.bootstrap-storeifyapps .btn-default[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .btn-default:hover,

.bootstrap-storeifyapps .btn-default.disabled:focus,

.bootstrap-storeifyapps .btn-default[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-default:focus,

.bootstrap-storeifyapps .btn-default.disabled.focus,

.bootstrap-storeifyapps .btn-default[disabled].focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-default.focus,

.bootstrap-storeifyapps .btn-default.disabled:active,

.bootstrap-storeifyapps .btn-default[disabled]:active,

.bootstrap-storeifyapps fieldset[disabled] .btn-default:active,

.bootstrap-storeifyapps .btn-default.disabled.active,

.bootstrap-storeifyapps .btn-default[disabled].active,

.bootstrap-storeifyapps fieldset[disabled] .btn-default.active {

  background-color: #ffffff;

  border-color: #cccccc;

}

.bootstrap-storeifyapps .btn-default .badge {

  color: #ffffff;

  background-color: #333333;

}

.bootstrap-storeifyapps .btn-primary {

  color: #ffffff;

  background-color: #337ab7;

  border-color: #2e6da4;

}

.bootstrap-storeifyapps .btn-primary:hover,

.bootstrap-storeifyapps .btn-primary:focus,

.bootstrap-storeifyapps .btn-primary.focus,

.bootstrap-storeifyapps .btn-primary:active,

.bootstrap-storeifyapps .btn-primary.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-primary {

  color: #ffffff;

  background-color: #286090;

  border-color: #204d74;

}

.bootstrap-storeifyapps .btn-primary:active,

.bootstrap-storeifyapps .btn-primary.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-primary {

  background-image: none;

}

.bootstrap-storeifyapps .btn-primary.disabled,

.bootstrap-storeifyapps .btn-primary[disabled],

.bootstrap-storeifyapps fieldset[disabled] .btn-primary,

.bootstrap-storeifyapps .btn-primary.disabled:hover,

.bootstrap-storeifyapps .btn-primary[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .btn-primary:hover,

.bootstrap-storeifyapps .btn-primary.disabled:focus,

.bootstrap-storeifyapps .btn-primary[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-primary:focus,

.bootstrap-storeifyapps .btn-primary.disabled.focus,

.bootstrap-storeifyapps .btn-primary[disabled].focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-primary.focus,

.bootstrap-storeifyapps .btn-primary.disabled:active,

.bootstrap-storeifyapps .btn-primary[disabled]:active,

.bootstrap-storeifyapps fieldset[disabled] .btn-primary:active,

.bootstrap-storeifyapps .btn-primary.disabled.active,

.bootstrap-storeifyapps .btn-primary[disabled].active,

.bootstrap-storeifyapps fieldset[disabled] .btn-primary.active {

  background-color: #337ab7;

  border-color: #2e6da4;

}

.bootstrap-storeifyapps .btn-primary .badge {

  color: #337ab7;

  background-color: #ffffff;

}

.bootstrap-storeifyapps .btn-success {

  color: #ffffff;

  background-color: #5cb85c;

  border-color: #4cae4c;

}

.bootstrap-storeifyapps .btn-success:hover,

.bootstrap-storeifyapps .btn-success:focus,

.bootstrap-storeifyapps .btn-success.focus,

.bootstrap-storeifyapps .btn-success:active,

.bootstrap-storeifyapps .btn-success.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-success {

  color: #ffffff;

  background-color: #449d44;

  border-color: #398439;

}

.bootstrap-storeifyapps .btn-success:active,

.bootstrap-storeifyapps .btn-success.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-success {

  background-image: none;

}

.bootstrap-storeifyapps .btn-success.disabled,

.bootstrap-storeifyapps .btn-success[disabled],

.bootstrap-storeifyapps fieldset[disabled] .btn-success,

.bootstrap-storeifyapps .btn-success.disabled:hover,

.bootstrap-storeifyapps .btn-success[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .btn-success:hover,

.bootstrap-storeifyapps .btn-success.disabled:focus,

.bootstrap-storeifyapps .btn-success[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-success:focus,

.bootstrap-storeifyapps .btn-success.disabled.focus,

.bootstrap-storeifyapps .btn-success[disabled].focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-success.focus,

.bootstrap-storeifyapps .btn-success.disabled:active,

.bootstrap-storeifyapps .btn-success[disabled]:active,

.bootstrap-storeifyapps fieldset[disabled] .btn-success:active,

.bootstrap-storeifyapps .btn-success.disabled.active,

.bootstrap-storeifyapps .btn-success[disabled].active,

.bootstrap-storeifyapps fieldset[disabled] .btn-success.active {

  background-color: #5cb85c;

  border-color: #4cae4c;

}

.bootstrap-storeifyapps .btn-success .badge {

  color: #5cb85c;

  background-color: #ffffff;

}

.bootstrap-storeifyapps .btn-info {

  color: #ffffff;

  background-color: #5bc0de;

  border-color: #46b8da;

}

.bootstrap-storeifyapps .btn-info:hover,

.bootstrap-storeifyapps .btn-info:focus,

.bootstrap-storeifyapps .btn-info.focus,

.bootstrap-storeifyapps .btn-info:active,

.bootstrap-storeifyapps .btn-info.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-info {

  color: #ffffff;

  background-color: #31b0d5;

  border-color: #269abc;

}

.bootstrap-storeifyapps .btn-info:active,

.bootstrap-storeifyapps .btn-info.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-info {

  background-image: none;

}

.bootstrap-storeifyapps .btn-info.disabled,

.bootstrap-storeifyapps .btn-info[disabled],

.bootstrap-storeifyapps fieldset[disabled] .btn-info,

.bootstrap-storeifyapps .btn-info.disabled:hover,

.bootstrap-storeifyapps .btn-info[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .btn-info:hover,

.bootstrap-storeifyapps .btn-info.disabled:focus,

.bootstrap-storeifyapps .btn-info[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-info:focus,

.bootstrap-storeifyapps .btn-info.disabled.focus,

.bootstrap-storeifyapps .btn-info[disabled].focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-info.focus,

.bootstrap-storeifyapps .btn-info.disabled:active,

.bootstrap-storeifyapps .btn-info[disabled]:active,

.bootstrap-storeifyapps fieldset[disabled] .btn-info:active,

.bootstrap-storeifyapps .btn-info.disabled.active,

.bootstrap-storeifyapps .btn-info[disabled].active,

.bootstrap-storeifyapps fieldset[disabled] .btn-info.active {

  background-color: #5bc0de;

  border-color: #46b8da;

}

.bootstrap-storeifyapps .btn-info .badge {

  color: #5bc0de;

  background-color: #ffffff;

}

.bootstrap-storeifyapps .btn-warning {

  color: #ffffff;

  background-color: #f0ad4e;

  border-color: #eea236;

}

.bootstrap-storeifyapps .btn-warning:hover,

.bootstrap-storeifyapps .btn-warning:focus,

.bootstrap-storeifyapps .btn-warning.focus,

.bootstrap-storeifyapps .btn-warning:active,

.bootstrap-storeifyapps .btn-warning.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-warning {

  color: #ffffff;

  background-color: #ec971f;

  border-color: #d58512;

}

.bootstrap-storeifyapps .btn-warning:active,

.bootstrap-storeifyapps .btn-warning.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-warning {

  background-image: none;

}

.bootstrap-storeifyapps .btn-warning.disabled,

.bootstrap-storeifyapps .btn-warning[disabled],

.bootstrap-storeifyapps fieldset[disabled] .btn-warning,

.bootstrap-storeifyapps .btn-warning.disabled:hover,

.bootstrap-storeifyapps .btn-warning[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .btn-warning:hover,

.bootstrap-storeifyapps .btn-warning.disabled:focus,

.bootstrap-storeifyapps .btn-warning[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-warning:focus,

.bootstrap-storeifyapps .btn-warning.disabled.focus,

.bootstrap-storeifyapps .btn-warning[disabled].focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-warning.focus,

.bootstrap-storeifyapps .btn-warning.disabled:active,

.bootstrap-storeifyapps .btn-warning[disabled]:active,

.bootstrap-storeifyapps fieldset[disabled] .btn-warning:active,

.bootstrap-storeifyapps .btn-warning.disabled.active,

.bootstrap-storeifyapps .btn-warning[disabled].active,

.bootstrap-storeifyapps fieldset[disabled] .btn-warning.active {

  background-color: #f0ad4e;

  border-color: #eea236;

}

.bootstrap-storeifyapps .btn-warning .badge {

  color: #f0ad4e;

  background-color: #ffffff;

}

.bootstrap-storeifyapps .btn-danger {

  color: #ffffff;

  background-color: #d9534f;

  border-color: #d43f3a;

}

.bootstrap-storeifyapps .btn-danger:hover,

.bootstrap-storeifyapps .btn-danger:focus,

.bootstrap-storeifyapps .btn-danger.focus,

.bootstrap-storeifyapps .btn-danger:active,

.bootstrap-storeifyapps .btn-danger.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-danger {

  color: #ffffff;

  background-color: #c9302c;

  border-color: #ac2925;

}

.bootstrap-storeifyapps .btn-danger:active,

.bootstrap-storeifyapps .btn-danger.active,

.bootstrap-storeifyapps .open > .dropdown-toggle.btn-danger {

  background-image: none;

}

.bootstrap-storeifyapps .btn-danger.disabled,

.bootstrap-storeifyapps .btn-danger[disabled],

.bootstrap-storeifyapps fieldset[disabled] .btn-danger,

.bootstrap-storeifyapps .btn-danger.disabled:hover,

.bootstrap-storeifyapps .btn-danger[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .btn-danger:hover,

.bootstrap-storeifyapps .btn-danger.disabled:focus,

.bootstrap-storeifyapps .btn-danger[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-danger:focus,

.bootstrap-storeifyapps .btn-danger.disabled.focus,

.bootstrap-storeifyapps .btn-danger[disabled].focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-danger.focus,

.bootstrap-storeifyapps .btn-danger.disabled:active,

.bootstrap-storeifyapps .btn-danger[disabled]:active,

.bootstrap-storeifyapps fieldset[disabled] .btn-danger:active,

.bootstrap-storeifyapps .btn-danger.disabled.active,

.bootstrap-storeifyapps .btn-danger[disabled].active,

.bootstrap-storeifyapps fieldset[disabled] .btn-danger.active {

  background-color: #d9534f;

  border-color: #d43f3a;

}

.bootstrap-storeifyapps .btn-danger .badge {

  color: #d9534f;

  background-color: #ffffff;

}

.bootstrap-storeifyapps .btn-link {

  color: #337ab7;

  font-weight: normal;

  border-radius: 0;

}

.bootstrap-storeifyapps .btn-link,

.bootstrap-storeifyapps .btn-link:active,

.bootstrap-storeifyapps .btn-link.active,

.bootstrap-storeifyapps .btn-link[disabled],

.bootstrap-storeifyapps fieldset[disabled] .btn-link {

  background-color: transparent;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.bootstrap-storeifyapps .btn-link,

.bootstrap-storeifyapps .btn-link:hover,

.bootstrap-storeifyapps .btn-link:focus,

.bootstrap-storeifyapps .btn-link:active {

  border-color: transparent;

}

.bootstrap-storeifyapps .btn-link:hover,

.bootstrap-storeifyapps .btn-link:focus {

  color: #23527c;

  text-decoration: underline;

  background-color: transparent;

}

.bootstrap-storeifyapps .btn-link[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .btn-link:hover,

.bootstrap-storeifyapps .btn-link[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .btn-link:focus {

  color: #777777;

  text-decoration: none;

}

.bootstrap-storeifyapps .btn-lg,

.bootstrap-storeifyapps .btn-group-lg > .btn {

  padding: 10px 16px;

  font-size: 18px;

  line-height: 1.3333333;

  border-radius: 6px;

}

.bootstrap-storeifyapps .btn-sm,

.bootstrap-storeifyapps .btn-group-sm > .btn {

  padding: 5px 10px;

  font-size: 12px;

  line-height: 1.5;

  border-radius: 3px;

}

.bootstrap-storeifyapps .btn-xs,

.bootstrap-storeifyapps .btn-group-xs > .btn {

  padding: 1px 5px;

  font-size: 12px;

  line-height: 1.5;

  border-radius: 3px;

}

.bootstrap-storeifyapps .btn-block {

  display: block;

  width: 100%;

}

.bootstrap-storeifyapps .btn-block + .btn-block {

  margin-top: 5px;

}

.bootstrap-storeifyapps input[type="submit"].btn-block,

.bootstrap-storeifyapps input[type="reset"].btn-block,

.bootstrap-storeifyapps input[type="button"].btn-block {

  width: 100%;

}

.bootstrap-storeifyapps .fade {

  opacity: 0;

  -webkit-transition: opacity 0.15s linear;

  -o-transition: opacity 0.15s linear;

  transition: opacity 0.15s linear;

}

.bootstrap-storeifyapps .fade.in {

  opacity: 1;

}

.bootstrap-storeifyapps .collapse {

  display: none;

}

.bootstrap-storeifyapps .collapse.in {

  display: block;

}

.bootstrap-storeifyapps tr.collapse.in {

  display: table-row;

}

.bootstrap-storeifyapps tbody.collapse.in {

  display: table-row-group;

}

.bootstrap-storeifyapps .collapsing {

  position: relative;

  height: 0;

  overflow: hidden;

  -webkit-transition-property: height, visibility;

  -o-transition-property: height, visibility;

  transition-property: height, visibility;

  -webkit-transition-duration: 0.35s;

  -o-transition-duration: 0.35s;

  transition-duration: 0.35s;

  -webkit-transition-timing-function: ease;

  -o-transition-timing-function: ease;

  transition-timing-function: ease;

}

.bootstrap-storeifyapps .caret {

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: 2px;

  vertical-align: middle;

  border-top: 4px dashed;

  border-right: 4px solid transparent;

  border-left: 4px solid transparent;

}

.bootstrap-storeifyapps .dropup,

.bootstrap-storeifyapps .dropdown {

  position: relative;

}

.bootstrap-storeifyapps .dropdown-toggle:focus {

  outline: 0;

}

.bootstrap-storeifyapps .dropdown-menu {

  position: absolute;

  top: 100%;

  left: 0;

  z-index: 1000;

  display: none;

  float: left;

  min-width: 160px;

  padding: 5px 0;

  margin: 2px 0 0;

  list-style: none;

  font-size: 14px;

  text-align: left;

  background-color: #ffffff;

  border: 1px solid #cccccc;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 4px;

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

}

.bootstrap-storeifyapps .dropdown-menu.pull-right {

  right: 0;

  left: auto;

}

.bootstrap-storeifyapps .dropdown-menu .divider {

  height: 1px;

  margin: 9px 0;

  overflow: hidden;

  background-color: #e5e5e5;

}

.bootstrap-storeifyapps .dropdown-menu > li > a {

  display: block;

  padding: 3px 20px;

  clear: both;

  font-weight: normal;

  line-height: 1.42857143;

  color: #333333;

  white-space: nowrap;

}

.bootstrap-storeifyapps .dropdown-menu > li > a:hover,

.bootstrap-storeifyapps .dropdown-menu > li > a:focus {

  text-decoration: none;

  color: #262626;

  background-color: #f5f5f5;

}

.bootstrap-storeifyapps .dropdown-menu > .active > a,

.bootstrap-storeifyapps .dropdown-menu > .active > a:hover,

.bootstrap-storeifyapps .dropdown-menu > .active > a:focus {

  color: #ffffff;

  text-decoration: none;

  outline: 0;

  background-color: #337ab7;

}

.bootstrap-storeifyapps .dropdown-menu > .disabled > a,

.bootstrap-storeifyapps .dropdown-menu > .disabled > a:hover,

.bootstrap-storeifyapps .dropdown-menu > .disabled > a:focus {

  color: #777777;

}

.bootstrap-storeifyapps .dropdown-menu > .disabled > a:hover,

.bootstrap-storeifyapps .dropdown-menu > .disabled > a:focus {

  text-decoration: none;

  background-color: transparent;

  background-image: none;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  cursor: not-allowed;

}

.bootstrap-storeifyapps .open > .dropdown-menu {

  display: block;

}

.bootstrap-storeifyapps .open > a {

  outline: 0;

}

.bootstrap-storeifyapps .dropdown-menu-right {

  left: auto;

  right: 0;

}

.bootstrap-storeifyapps .dropdown-menu-left {

  left: 0;

  right: auto;

}

.bootstrap-storeifyapps .dropdown-header {

  display: block;

  padding: 3px 20px;

  font-size: 12px;

  line-height: 1.42857143;

  color: #777777;

  white-space: nowrap;

}

.bootstrap-storeifyapps .dropdown-backdrop {

  position: fixed;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  z-index: 990;

}

.bootstrap-storeifyapps .pull-right > .dropdown-menu {

  right: 0;

  left: auto;

}

.bootstrap-storeifyapps .dropup .caret,

.bootstrap-storeifyapps .navbar-fixed-bottom .dropdown .caret {

  border-top: 0;

  border-bottom: 4px solid;

  content: "";

}

.bootstrap-storeifyapps .dropup .dropdown-menu,

.bootstrap-storeifyapps .navbar-fixed-bottom .dropdown .dropdown-menu {

  top: auto;

  bottom: 100%;

  margin-bottom: 2px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-right .dropdown-menu {

    left: auto;

    right: 0;

  }

  .bootstrap-storeifyapps .navbar-right .dropdown-menu-left {

    left: 0;

    right: auto;

  }

}

.bootstrap-storeifyapps .btn-group,

.bootstrap-storeifyapps .btn-group-vertical {

  position: relative;

  display: inline-block;

  vertical-align: middle;

}

.bootstrap-storeifyapps .btn-group > .btn,

.bootstrap-storeifyapps .btn-group-vertical > .btn {

  position: relative;

  float: left;

}

.bootstrap-storeifyapps .btn-group > .btn:hover,

.bootstrap-storeifyapps .btn-group-vertical > .btn:hover,

.bootstrap-storeifyapps .btn-group > .btn:focus,

.bootstrap-storeifyapps .btn-group-vertical > .btn:focus,

.bootstrap-storeifyapps .btn-group > .btn:active,

.bootstrap-storeifyapps .btn-group-vertical > .btn:active,

.bootstrap-storeifyapps .btn-group > .btn.active,

.bootstrap-storeifyapps .btn-group-vertical > .btn.active {

  z-index: 2;

}

.bootstrap-storeifyapps .btn-group .btn + .btn,

.bootstrap-storeifyapps .btn-group .btn + .btn-group,

.bootstrap-storeifyapps .btn-group .btn-group + .btn,

.bootstrap-storeifyapps .btn-group .btn-group + .btn-group {

  margin-left: -1px;

}

.bootstrap-storeifyapps .btn-toolbar {

  margin-left: -5px;

}

.bootstrap-storeifyapps .btn-toolbar .btn-group,

.bootstrap-storeifyapps .btn-toolbar .input-group {

  float: left;

}

.bootstrap-storeifyapps .btn-toolbar > .btn,

.bootstrap-storeifyapps .btn-toolbar > .btn-group,

.bootstrap-storeifyapps .btn-toolbar > .input-group {

  margin-left: 5px;

}

.bootstrap-storeifyapps .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {

  border-radius: 0;

}

.bootstrap-storeifyapps .btn-group > .btn:first-child {

  margin-left: 0;

}

.bootstrap-storeifyapps .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}

.bootstrap-storeifyapps .btn-group > .btn:last-child:not(:first-child),

.bootstrap-storeifyapps .btn-group > .dropdown-toggle:not(:first-child) {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}

.bootstrap-storeifyapps .btn-group > .btn-group {

  float: left;

}

.bootstrap-storeifyapps .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}

.bootstrap-storeifyapps .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,

.bootstrap-storeifyapps .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}

.bootstrap-storeifyapps .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}

.bootstrap-storeifyapps .btn-group .dropdown-toggle:active,

.bootstrap-storeifyapps .btn-group.open .dropdown-toggle {

  outline: 0;

}

.bootstrap-storeifyapps .btn-group > .btn + .dropdown-toggle {

  padding-left: 8px;

  padding-right: 8px;

}

.bootstrap-storeifyapps .btn-group > .btn-lg + .dropdown-toggle {

  padding-left: 12px;

  padding-right: 12px;

}

.bootstrap-storeifyapps .btn-group.open .dropdown-toggle {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.bootstrap-storeifyapps .btn-group.open .dropdown-toggle.btn-link {

  -webkit-box-shadow: none;

  box-shadow: none;

}

.bootstrap-storeifyapps .btn .caret {

  margin-left: 0;

}

.bootstrap-storeifyapps .btn-lg .caret {

  border-width: 5px 5px 0;

  border-bottom-width: 0;

}

.bootstrap-storeifyapps .dropup .btn-lg .caret {

  border-width: 0 5px 5px;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn,

.bootstrap-storeifyapps .btn-group-vertical > .btn-group,

.bootstrap-storeifyapps .btn-group-vertical > .btn-group > .btn {

  display: block;

  float: none;

  width: 100%;

  max-width: 100%;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn-group > .btn {

  float: none;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn + .btn,

.bootstrap-storeifyapps .btn-group-vertical > .btn + .btn-group,

.bootstrap-storeifyapps .btn-group-vertical > .btn-group + .btn,

.bootstrap-storeifyapps .btn-group-vertical > .btn-group + .btn-group {

  margin-top: -1px;

  margin-left: 0;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn:not(:first-child):not(:last-child) {

  border-radius: 0;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn:first-child:not(:last-child) {

  border-top-right-radius: 4px;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn:last-child:not(:first-child) {

  border-bottom-left-radius: 4px;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,

.bootstrap-storeifyapps .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}

.bootstrap-storeifyapps .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}

.bootstrap-storeifyapps .btn-group-justified {

  display: table;

  width: 100%;

  table-layout: fixed;

  border-collapse: separate;

}

.bootstrap-storeifyapps .btn-group-justified > .btn,

.bootstrap-storeifyapps .btn-group-justified > .btn-group {

  float: none;

  display: table-cell;

  width: 1%;

}

.bootstrap-storeifyapps .btn-group-justified > .btn-group .btn {

  width: 100%;

}

.bootstrap-storeifyapps .btn-group-justified > .btn-group .dropdown-menu {

  left: auto;

}

.bootstrap-storeifyapps [data-toggle="buttons"] > .btn input[type="radio"],

.bootstrap-storeifyapps [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],

.bootstrap-storeifyapps [data-toggle="buttons"] > .btn input[type="checkbox"],

.bootstrap-storeifyapps [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {

  position: absolute;

  clip: rect(0, 0, 0, 0);

  pointer-events: none;

}

.bootstrap-storeifyapps .input-group {

  position: relative;

  display: table;

  border-collapse: separate;

}

.bootstrap-storeifyapps .input-group[class*="col-"] {

  float: none;

  padding-left: 0;

  padding-right: 0;

}

.bootstrap-storeifyapps .input-group .form-control {

  position: relative;

  z-index: 2;

  float: left;

  width: 100%;

  margin-bottom: 0;

}

.bootstrap-storeifyapps .input-group-lg > .form-control,

.bootstrap-storeifyapps .input-group-lg > .input-group-addon,

.bootstrap-storeifyapps .input-group-lg > .input-group-btn > .btn {

  height: 46px;

  padding: 10px 16px;

  font-size: 18px;

  line-height: 1.3333333;

  border-radius: 6px;

}

.bootstrap-storeifyapps select.input-group-lg > .form-control,

.bootstrap-storeifyapps select.input-group-lg > .input-group-addon,

.bootstrap-storeifyapps select.input-group-lg > .input-group-btn > .btn {

  height: 46px;

  line-height: 46px;

}

.bootstrap-storeifyapps textarea.input-group-lg > .form-control,

.bootstrap-storeifyapps textarea.input-group-lg > .input-group-addon,

.bootstrap-storeifyapps textarea.input-group-lg > .input-group-btn > .btn,

.bootstrap-storeifyapps select[multiple].input-group-lg > .form-control,

.bootstrap-storeifyapps select[multiple].input-group-lg > .input-group-addon,

.bootstrap-storeifyapps select[multiple].input-group-lg > .input-group-btn > .btn {

  height: auto;

}

.bootstrap-storeifyapps .input-group-sm > .form-control,

.bootstrap-storeifyapps .input-group-sm > .input-group-addon,

.bootstrap-storeifyapps .input-group-sm > .input-group-btn > .btn {

  height: 30px;

  padding: 5px 10px;

  font-size: 12px;

  line-height: 1.5;

  border-radius: 3px;

}

.bootstrap-storeifyapps select.input-group-sm > .form-control,

.bootstrap-storeifyapps select.input-group-sm > .input-group-addon,

.bootstrap-storeifyapps select.input-group-sm > .input-group-btn > .btn {

  height: 30px;

  line-height: 30px;

}

.bootstrap-storeifyapps textarea.input-group-sm > .form-control,

.bootstrap-storeifyapps textarea.input-group-sm > .input-group-addon,

.bootstrap-storeifyapps textarea.input-group-sm > .input-group-btn > .btn,

.bootstrap-storeifyapps select[multiple].input-group-sm > .form-control,

.bootstrap-storeifyapps select[multiple].input-group-sm > .input-group-addon,

.bootstrap-storeifyapps select[multiple].input-group-sm > .input-group-btn > .btn {

  height: auto;

}

.bootstrap-storeifyapps .input-group-addon,

.bootstrap-storeifyapps .input-group-btn,

.bootstrap-storeifyapps .input-group .form-control {

  display: table-cell;

}

.bootstrap-storeifyapps .input-group-addon:not(:first-child):not(:last-child),

.bootstrap-storeifyapps .input-group-btn:not(:first-child):not(:last-child),

.bootstrap-storeifyapps .input-group .form-control:not(:first-child):not(:last-child) {

  border-radius: 0;

}

.bootstrap-storeifyapps .input-group-addon,

.bootstrap-storeifyapps .input-group-btn {

  width: 1%;

  white-space: nowrap;

  vertical-align: middle;

}

.bootstrap-storeifyapps .input-group-addon {

  padding: 6px 12px;

  font-size: 14px;

  font-weight: normal;

  line-height: 1;

  color: #555555;

  text-align: center;

  background-color: #eeeeee;

  border: 1px solid #cccccc;

  border-radius: 4px;

}

.bootstrap-storeifyapps .input-group-addon.input-sm {

  padding: 5px 10px;

  font-size: 12px;

  border-radius: 3px;

}

.bootstrap-storeifyapps .input-group-addon.input-lg {

  padding: 10px 16px;

  font-size: 18px;

  border-radius: 6px;

}

.bootstrap-storeifyapps .input-group-addon input[type="radio"],

.bootstrap-storeifyapps .input-group-addon input[type="checkbox"] {

  margin-top: 0;

}

.bootstrap-storeifyapps .input-group .form-control:first-child,

.bootstrap-storeifyapps .input-group-addon:first-child,

.bootstrap-storeifyapps .input-group-btn:first-child > .btn,

.bootstrap-storeifyapps .input-group-btn:first-child > .btn-group > .btn,

.bootstrap-storeifyapps .input-group-btn:first-child > .dropdown-toggle,

.bootstrap-storeifyapps .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),

.bootstrap-storeifyapps .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;

}

.bootstrap-storeifyapps .input-group-addon:first-child {

  border-right: 0;

}

.bootstrap-storeifyapps .input-group .form-control:last-child,

.bootstrap-storeifyapps .input-group-addon:last-child,

.bootstrap-storeifyapps .input-group-btn:last-child > .btn,

.bootstrap-storeifyapps .input-group-btn:last-child > .btn-group > .btn,

.bootstrap-storeifyapps .input-group-btn:last-child > .dropdown-toggle,

.bootstrap-storeifyapps .input-group-btn:first-child > .btn:not(:first-child),

.bootstrap-storeifyapps .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;

}

.bootstrap-storeifyapps .input-group-addon:last-child {

  border-left: 0;

}

.bootstrap-storeifyapps .input-group-btn {

  position: relative;

  font-size: 0;

  white-space: nowrap;

}

.bootstrap-storeifyapps .input-group-btn > .btn {

  position: relative;

}

.bootstrap-storeifyapps .input-group-btn > .btn + .btn {

  margin-left: -1px;

}

.bootstrap-storeifyapps .input-group-btn > .btn:hover,

.bootstrap-storeifyapps .input-group-btn > .btn:focus,

.bootstrap-storeifyapps .input-group-btn > .btn:active {

  z-index: 2;

}

.bootstrap-storeifyapps .input-group-btn:first-child > .btn,

.bootstrap-storeifyapps .input-group-btn:first-child > .btn-group {

  margin-right: -1px;

}

.bootstrap-storeifyapps .input-group-btn:last-child > .btn,

.bootstrap-storeifyapps .input-group-btn:last-child > .btn-group {

  margin-left: -1px;

}

.bootstrap-storeifyapps .nav {

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

}

.bootstrap-storeifyapps .nav > li {

  position: relative;

  display: block;

}

.bootstrap-storeifyapps .nav > li > a {

  position: relative;

  display: block;

  padding: 10px 15px;

}

.bootstrap-storeifyapps .nav > li > a:hover,

.bootstrap-storeifyapps .nav > li > a:focus {

  text-decoration: none;

  background-color: #eeeeee;

}

.bootstrap-storeifyapps .nav > li.disabled > a {

  color: #777777;

}

.bootstrap-storeifyapps .nav > li.disabled > a:hover,

.bootstrap-storeifyapps .nav > li.disabled > a:focus {

  color: #777777;

  text-decoration: none;

  background-color: transparent;

  cursor: not-allowed;

}

.bootstrap-storeifyapps .nav .open > a,

.bootstrap-storeifyapps .nav .open > a:hover,

.bootstrap-storeifyapps .nav .open > a:focus {

  background-color: #eeeeee;

  border-color: #337ab7;

}

.bootstrap-storeifyapps .nav .nav-divider {

  height: 1px;

  margin: 9px 0;

  overflow: hidden;

  background-color: #e5e5e5;

}

.bootstrap-storeifyapps .nav > li > a > img {

  max-width: none;

}

.bootstrap-storeifyapps .nav-tabs {

  border-bottom: 1px solid #dddddd;

}

.bootstrap-storeifyapps .nav-tabs > li {

  float: left;

  margin-bottom: -1px;

}

.bootstrap-storeifyapps .nav-tabs > li > a {

  margin-right: 2px;

  line-height: 1.42857143;

  border: 1px solid transparent;

  border-radius: 4px 4px 0 0;

}

.bootstrap-storeifyapps .nav-tabs > li > a:hover {

  border-color: #eeeeee #eeeeee #dddddd;

}

.bootstrap-storeifyapps .nav-tabs > li.active > a,

.bootstrap-storeifyapps .nav-tabs > li.active > a:hover,

.bootstrap-storeifyapps .nav-tabs > li.active > a:focus {

  color: #555555;

  background-color: #ffffff;

  border: 1px solid #dddddd;

  border-bottom-color: transparent;

  cursor: default;

}

.bootstrap-storeifyapps .nav-tabs.nav-justified {

  width: 100%;

  border-bottom: 0;

}

.bootstrap-storeifyapps .nav-tabs.nav-justified > li {

  float: none;

}

.bootstrap-storeifyapps .nav-tabs.nav-justified > li > a {

  text-align: center;

  margin-bottom: 5px;

}

.bootstrap-storeifyapps .nav-tabs.nav-justified > .dropdown .dropdown-menu {

  top: auto;

  left: auto;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .nav-tabs.nav-justified > li {

    display: table-cell;

    width: 1%;

  }

  .bootstrap-storeifyapps .nav-tabs.nav-justified > li > a {

    margin-bottom: 0;

  }

}

.bootstrap-storeifyapps .nav-tabs.nav-justified > li > a {

  margin-right: 0;

  border-radius: 4px;

}

.bootstrap-storeifyapps .nav-tabs.nav-justified > .active > a,

.bootstrap-storeifyapps .nav-tabs.nav-justified > .active > a:hover,

.bootstrap-storeifyapps .nav-tabs.nav-justified > .active > a:focus {

  border: 1px solid #dddddd;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .nav-tabs.nav-justified > li > a {

    border-bottom: 1px solid #dddddd;

    border-radius: 4px 4px 0 0;

  }

  .bootstrap-storeifyapps .nav-tabs.nav-justified > .active > a,

  .bootstrap-storeifyapps .nav-tabs.nav-justified > .active > a:hover,

  .bootstrap-storeifyapps .nav-tabs.nav-justified > .active > a:focus {

    border-bottom-color: #ffffff;

  }

}

.bootstrap-storeifyapps .nav-pills > li {

  float: left;

}

.bootstrap-storeifyapps .nav-pills > li > a {

  border-radius: 4px;

}

.bootstrap-storeifyapps .nav-pills > li + li {

  margin-left: 2px;

}

.bootstrap-storeifyapps .nav-pills > li.active > a,

.bootstrap-storeifyapps .nav-pills > li.active > a:hover,

.bootstrap-storeifyapps .nav-pills > li.active > a:focus {

  color: #ffffff;

  background-color: #337ab7;

}

.bootstrap-storeifyapps .nav-stacked > li {

  float: none;

}

.bootstrap-storeifyapps .nav-stacked > li + li {

  margin-top: 2px;

  margin-left: 0;

}

.bootstrap-storeifyapps .nav-justified {

  width: 100%;

}

.bootstrap-storeifyapps .nav-justified > li {

  float: none;

}

.bootstrap-storeifyapps .nav-justified > li > a {

  text-align: center;

  margin-bottom: 5px;

}

.bootstrap-storeifyapps .nav-justified > .dropdown .dropdown-menu {

  top: auto;

  left: auto;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .nav-justified > li {

    display: table-cell;

    width: 1%;

  }

  .bootstrap-storeifyapps .nav-justified > li > a {

    margin-bottom: 0;

  }

}

.bootstrap-storeifyapps .nav-tabs-justified {

  border-bottom: 0;

}

.bootstrap-storeifyapps .nav-tabs-justified > li > a {

  margin-right: 0;

  border-radius: 4px;

}

.bootstrap-storeifyapps .nav-tabs-justified > .active > a,

.bootstrap-storeifyapps .nav-tabs-justified > .active > a:hover,

.bootstrap-storeifyapps .nav-tabs-justified > .active > a:focus {

  border: 1px solid #dddddd;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .nav-tabs-justified > li > a {

    border-bottom: 1px solid #dddddd;

    border-radius: 4px 4px 0 0;

  }

  .bootstrap-storeifyapps .nav-tabs-justified > .active > a,

  .bootstrap-storeifyapps .nav-tabs-justified > .active > a:hover,

  .bootstrap-storeifyapps .nav-tabs-justified > .active > a:focus {

    border-bottom-color: #ffffff;

  }

}

.bootstrap-storeifyapps .tab-content > .tab-pane {

  display: none;

}

.bootstrap-storeifyapps .tab-content > .active {

  display: block;

}

.bootstrap-storeifyapps .nav-tabs .dropdown-menu {

  margin-top: -1px;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}

.bootstrap-storeifyapps .navbar {

  position: relative;

  min-height: 50px;

  margin-bottom: 20px;

  border: 1px solid transparent;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar {

    border-radius: 4px;

  }

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-header {

    float: left;

  }

}

.bootstrap-storeifyapps .navbar-collapse {

  overflow-x: visible;

  padding-right: 15px;

  padding-left: 15px;

  border-top: 1px solid transparent;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

  -webkit-overflow-scrolling: touch;

}

.bootstrap-storeifyapps .navbar-collapse.in {

  overflow-y: auto;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-collapse {

    width: auto;

    border-top: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

  }

  .bootstrap-storeifyapps .navbar-collapse.collapse {

    display: block !important;

    height: auto !important;

    padding-bottom: 0;

    overflow: visible !important;

  }

  .bootstrap-storeifyapps .navbar-collapse.in {

    overflow-y: visible;

  }

  .bootstrap-storeifyapps .navbar-fixed-top .navbar-collapse,

  .bootstrap-storeifyapps .navbar-static-top .navbar-collapse,

  .bootstrap-storeifyapps .navbar-fixed-bottom .navbar-collapse {

    padding-left: 0;

    padding-right: 0;

  }

}

.bootstrap-storeifyapps .navbar-fixed-top .navbar-collapse,

.bootstrap-storeifyapps .navbar-fixed-bottom .navbar-collapse {

  max-height: 340px;

}

@media (max-device-width: 480px) and (orientation: landscape) {

  .bootstrap-storeifyapps .navbar-fixed-top .navbar-collapse,

  .bootstrap-storeifyapps .navbar-fixed-bottom .navbar-collapse {

    max-height: 200px;

  }

}

.bootstrap-storeifyapps .container > .navbar-header,

.bootstrap-storeifyapps .container-fluid > .navbar-header,

.bootstrap-storeifyapps .container > .navbar-collapse,

.bootstrap-storeifyapps .container-fluid > .navbar-collapse {

  margin-right: -15px;

  margin-left: -15px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .container > .navbar-header,

  .bootstrap-storeifyapps .container-fluid > .navbar-header,

  .bootstrap-storeifyapps .container > .navbar-collapse,

  .bootstrap-storeifyapps .container-fluid > .navbar-collapse {

    margin-right: 0;

    margin-left: 0;

  }

}

.bootstrap-storeifyapps .navbar-static-top {

  z-index: 1000;

  border-width: 0 0 1px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-static-top {

    border-radius: 0;

  }

}

.bootstrap-storeifyapps .navbar-fixed-top,

.bootstrap-storeifyapps .navbar-fixed-bottom {

  position: fixed;

  right: 0;

  left: 0;

  z-index: 1030;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-fixed-top,

  .bootstrap-storeifyapps .navbar-fixed-bottom {

    border-radius: 0;

  }

}

.bootstrap-storeifyapps .navbar-fixed-top {

  top: 0;

  border-width: 0 0 1px;

}

.bootstrap-storeifyapps .navbar-fixed-bottom {

  bottom: 0;

  margin-bottom: 0;

  border-width: 1px 0 0;

}

.bootstrap-storeifyapps .navbar-brand {

  float: left;

  padding: 15px 15px;

  font-size: 18px;

  line-height: 20px;

  height: 50px;

}

.bootstrap-storeifyapps .navbar-brand:hover,

.bootstrap-storeifyapps .navbar-brand:focus {

  text-decoration: none;

}

.bootstrap-storeifyapps .navbar-brand > img {

  display: block;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar > .container .navbar-brand,

  .bootstrap-storeifyapps .navbar > .container-fluid .navbar-brand {

    margin-left: -15px;

  }

}

.bootstrap-storeifyapps .navbar-toggle {

  position: relative;

  float: right;

  margin-right: 15px;

  padding: 9px 10px;

  margin-top: 8px;

  margin-bottom: 8px;

  background-color: transparent;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 4px;

}

.bootstrap-storeifyapps .navbar-toggle:focus {

  outline: 0;

}

.bootstrap-storeifyapps .navbar-toggle .icon-bar {

  display: block;

  width: 22px;

  height: 2px;

  border-radius: 1px;

}

.bootstrap-storeifyapps .navbar-toggle .icon-bar + .icon-bar {

  margin-top: 4px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-toggle {

    display: none;

  }

}

.bootstrap-storeifyapps .navbar-nav {

  margin: 7.5px -15px;

}

.bootstrap-storeifyapps .navbar-nav > li > a {

  padding-top: 10px;

  padding-bottom: 10px;

  line-height: 20px;

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .navbar-nav .open .dropdown-menu {

    position: static;

    float: none;

    width: auto;

    margin-top: 0;

    background-color: transparent;

    border: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

  }

  .bootstrap-storeifyapps .navbar-nav .open .dropdown-menu > li > a,

  .bootstrap-storeifyapps .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 5px 15px 5px 25px;

  }

  .bootstrap-storeifyapps .navbar-nav .open .dropdown-menu > li > a {

    line-height: 20px;

  }

  .bootstrap-storeifyapps .navbar-nav .open .dropdown-menu > li > a:hover,

  .bootstrap-storeifyapps .navbar-nav .open .dropdown-menu > li > a:focus {

    background-image: none;

  }

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-nav {

    float: left;

    margin: 0;

  }

  .bootstrap-storeifyapps .navbar-nav > li {

    float: left;

  }

  .bootstrap-storeifyapps .navbar-nav > li > a {

    padding-top: 15px;

    padding-bottom: 15px;

  }

}

.bootstrap-storeifyapps .navbar-form {

  margin-left: -15px;

  margin-right: -15px;

  padding: 10px 15px;

  border-top: 1px solid transparent;

  border-bottom: 1px solid transparent;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);

  margin-top: 8px;

  margin-bottom: 8px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-form .form-group {

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .navbar-form .form-control {

    display: inline-block;

    width: auto;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .navbar-form .form-control-static {

    display: inline-block;

  }

  .bootstrap-storeifyapps .navbar-form .input-group {

    display: inline-table;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .navbar-form .input-group .input-group-addon,

  .bootstrap-storeifyapps .navbar-form .input-group .input-group-btn,

  .bootstrap-storeifyapps .navbar-form .input-group .form-control {

    width: auto;

  }

  .bootstrap-storeifyapps .navbar-form .input-group > .form-control {

    width: 100%;

  }

  .bootstrap-storeifyapps .navbar-form .control-label {

    margin-bottom: 0;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .navbar-form .radio,

  .bootstrap-storeifyapps .navbar-form .checkbox {

    display: inline-block;

    margin-top: 0;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .bootstrap-storeifyapps .navbar-form .radio label,

  .bootstrap-storeifyapps .navbar-form .checkbox label {

    padding-left: 0;

  }

  .bootstrap-storeifyapps .navbar-form .radio input[type="radio"],

  .bootstrap-storeifyapps .navbar-form .checkbox input[type="checkbox"] {

    position: relative;

    margin-left: 0;

  }

  .bootstrap-storeifyapps .navbar-form .has-feedback .form-control-feedback {

    top: 0;

  }

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .navbar-form .form-group {

    margin-bottom: 5px;

  }

  .bootstrap-storeifyapps .navbar-form .form-group:last-child {

    margin-bottom: 0;

  }

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-form {

    width: auto;

    border: 0;

    margin-left: 0;

    margin-right: 0;

    padding-top: 0;

    padding-bottom: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

  }

}

.bootstrap-storeifyapps .navbar-nav > li > .dropdown-menu {

  margin-top: 0;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}

.bootstrap-storeifyapps .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {

  margin-bottom: 0;

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}

.bootstrap-storeifyapps .navbar-btn {

  margin-top: 8px;

  margin-bottom: 8px;

}

.bootstrap-storeifyapps .navbar-btn.btn-sm {

  margin-top: 10px;

  margin-bottom: 10px;

}

.bootstrap-storeifyapps .navbar-btn.btn-xs {

  margin-top: 14px;

  margin-bottom: 14px;

}

.bootstrap-storeifyapps .navbar-text {

  margin-top: 15px;

  margin-bottom: 15px;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-text {

    float: left;

    margin-left: 15px;

    margin-right: 15px;

  }

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .navbar-left {

    float: left !important;

  }

  .bootstrap-storeifyapps .navbar-right {

    float: right !important;

    margin-right: -15px;

  }

  .bootstrap-storeifyapps .navbar-right ~ .navbar-right {

    margin-right: 0;

  }

}

.bootstrap-storeifyapps .navbar-default {

  background-color: #f8f8f8;

  border-color: #e7e7e7;

}

.bootstrap-storeifyapps .navbar-default .navbar-brand {

  color: #777777;

}

.bootstrap-storeifyapps .navbar-default .navbar-brand:hover,

.bootstrap-storeifyapps .navbar-default .navbar-brand:focus {

  color: #5e5e5e;

  background-color: transparent;

}

.bootstrap-storeifyapps .navbar-default .navbar-text {

  color: #777777;

}

.bootstrap-storeifyapps .navbar-default .navbar-nav > li > a {

  color: #777777;

}

.bootstrap-storeifyapps .navbar-default .navbar-nav > li > a:hover,

.bootstrap-storeifyapps .navbar-default .navbar-nav > li > a:focus {

  color: #333333;

  background-color: transparent;

}

.bootstrap-storeifyapps .navbar-default .navbar-nav > .active > a,

.bootstrap-storeifyapps .navbar-default .navbar-nav > .active > a:hover,

.bootstrap-storeifyapps .navbar-default .navbar-nav > .active > a:focus {

  color: #555555;

  background-color: #e7e7e7;

}

.bootstrap-storeifyapps .navbar-default .navbar-nav > .disabled > a,

.bootstrap-storeifyapps .navbar-default .navbar-nav > .disabled > a:hover,

.bootstrap-storeifyapps .navbar-default .navbar-nav > .disabled > a:focus {

  color: #cccccc;

  background-color: transparent;

}

.bootstrap-storeifyapps .navbar-default .navbar-toggle {

  border-color: #dddddd;

}

.bootstrap-storeifyapps .navbar-default .navbar-toggle:hover,

.bootstrap-storeifyapps .navbar-default .navbar-toggle:focus {

  background-color: #dddddd;

}

.bootstrap-storeifyapps .navbar-default .navbar-toggle .icon-bar {

  background-color: #888888;

}

.bootstrap-storeifyapps .navbar-default .navbar-collapse,

.bootstrap-storeifyapps .navbar-default .navbar-form {

  border-color: #e7e7e7;

}

.bootstrap-storeifyapps .navbar-default .navbar-nav > .open > a,

.bootstrap-storeifyapps .navbar-default .navbar-nav > .open > a:hover,

.bootstrap-storeifyapps .navbar-default .navbar-nav > .open > a:focus {

  background-color: #e7e7e7;

  color: #555555;

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > li > a {

    color: #777777;

  }

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {

    color: #333333;

    background-color: transparent;

  }

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > .active > a,

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {

    color: #555555;

    background-color: #e7e7e7;

  }

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,

  .bootstrap-storeifyapps .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {

    color: #cccccc;

    background-color: transparent;

  }

}

.bootstrap-storeifyapps .navbar-default .navbar-link {

  color: #777777;

}

.bootstrap-storeifyapps .navbar-default .navbar-link:hover {

  color: #333333;

}

.bootstrap-storeifyapps .navbar-default .btn-link {

  color: #777777;

}

.bootstrap-storeifyapps .navbar-default .btn-link:hover,

.bootstrap-storeifyapps .navbar-default .btn-link:focus {

  color: #333333;

}

.bootstrap-storeifyapps .navbar-default .btn-link[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .navbar-default .btn-link:hover,

.bootstrap-storeifyapps .navbar-default .btn-link[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .navbar-default .btn-link:focus {

  color: #cccccc;

}

.bootstrap-storeifyapps .navbar-inverse {

  background-color: #222222;

  border-color: #080808;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-brand {

  color: #9d9d9d;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-brand:hover,

.bootstrap-storeifyapps .navbar-inverse .navbar-brand:focus {

  color: #ffffff;

  background-color: transparent;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-text {

  color: #9d9d9d;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > li > a {

  color: #9d9d9d;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > li > a:hover,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > li > a:focus {

  color: #ffffff;

  background-color: transparent;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .active > a,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .active > a:hover,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .active > a:focus {

  color: #ffffff;

  background-color: #080808;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .disabled > a,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .disabled > a:hover,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .disabled > a:focus {

  color: #444444;

  background-color: transparent;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-toggle {

  border-color: #333333;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-toggle:hover,

.bootstrap-storeifyapps .navbar-inverse .navbar-toggle:focus {

  background-color: #333333;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-toggle .icon-bar {

  background-color: #ffffff;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-collapse,

.bootstrap-storeifyapps .navbar-inverse .navbar-form {

  border-color: #101010;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .open > a,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .open > a:hover,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .open > a:focus {

  background-color: #080808;

  color: #ffffff;

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {

    border-color: #080808;

  }

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu .divider {

    background-color: #080808;

  }

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {

    color: #9d9d9d;

  }

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {

    color: #ffffff;

    background-color: transparent;

  }

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {

    color: #ffffff;

    background-color: #080808;

  }

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,

  .bootstrap-storeifyapps .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {

    color: #444444;

    background-color: transparent;

  }

}

.bootstrap-storeifyapps .navbar-inverse .navbar-link {

  color: #9d9d9d;

}

.bootstrap-storeifyapps .navbar-inverse .navbar-link:hover {

  color: #ffffff;

}

.bootstrap-storeifyapps .navbar-inverse .btn-link {

  color: #9d9d9d;

}

.bootstrap-storeifyapps .navbar-inverse .btn-link:hover,

.bootstrap-storeifyapps .navbar-inverse .btn-link:focus {

  color: #ffffff;

}

.bootstrap-storeifyapps .navbar-inverse .btn-link[disabled]:hover,

.bootstrap-storeifyapps fieldset[disabled] .navbar-inverse .btn-link:hover,

.bootstrap-storeifyapps .navbar-inverse .btn-link[disabled]:focus,

.bootstrap-storeifyapps fieldset[disabled] .navbar-inverse .btn-link:focus {

  color: #444444;

}

.bootstrap-storeifyapps .breadcrumb {

  padding: 8px 15px;

  margin-bottom: 20px;

  list-style: none;

  background-color: #f5f5f5;

  border-radius: 4px;

}

.bootstrap-storeifyapps .breadcrumb > li {

  display: inline-block;

}

.bootstrap-storeifyapps .breadcrumb > li + li:before {

  content: "/\00a0";

  padding: 0 5px;

  color: #cccccc;

}

.bootstrap-storeifyapps .breadcrumb > .active {

  color: #777777;

}

.bootstrap-storeifyapps .pagination {

  display: inline-block;

  padding-left: 0;

  margin: 20px 0;

  border-radius: 4px;

}

.bootstrap-storeifyapps .pagination > li {

  display: inline;

}

.bootstrap-storeifyapps .pagination > li > a,

.bootstrap-storeifyapps .pagination > li > span {

  position: relative;

  float: left;

  padding: 6px 12px;

  line-height: 1.42857143;

  text-decoration: none;

  color: #337ab7;

  background-color: #ffffff;

  border: 1px solid #dddddd;

  margin-left: -1px;

}

.bootstrap-storeifyapps .pagination > li:first-child > a,

.bootstrap-storeifyapps .pagination > li:first-child > span {

  margin-left: 0;

  border-bottom-left-radius: 4px;

  border-top-left-radius: 4px;

}

.bootstrap-storeifyapps .pagination > li:last-child > a,

.bootstrap-storeifyapps .pagination > li:last-child > span {

  border-bottom-right-radius: 4px;

  border-top-right-radius: 4px;

}

.bootstrap-storeifyapps .pagination > li > a:hover,

.bootstrap-storeifyapps .pagination > li > span:hover,

.bootstrap-storeifyapps .pagination > li > a:focus,

.bootstrap-storeifyapps .pagination > li > span:focus {

  color: #23527c;

  background-color: #eeeeee;

  border-color: #dddddd;

}

.bootstrap-storeifyapps .pagination > .active > a,

.bootstrap-storeifyapps .pagination > .active > span,

.bootstrap-storeifyapps .pagination > .active > a:hover,

.bootstrap-storeifyapps .pagination > .active > span:hover,

.bootstrap-storeifyapps .pagination > .active > a:focus,

.bootstrap-storeifyapps .pagination > .active > span:focus {

  z-index: 2;

  color: #ffffff;

  background-color: #337ab7;

  border-color: #337ab7;

  cursor: default;

}

.bootstrap-storeifyapps .pagination > .disabled > span,

.bootstrap-storeifyapps .pagination > .disabled > span:hover,

.bootstrap-storeifyapps .pagination > .disabled > span:focus,

.bootstrap-storeifyapps .pagination > .disabled > a,

.bootstrap-storeifyapps .pagination > .disabled > a:hover,

.bootstrap-storeifyapps .pagination > .disabled > a:focus {

  color: #777777;

  background-color: #ffffff;

  border-color: #dddddd;

  cursor: not-allowed;

}

.bootstrap-storeifyapps .pagination-lg > li > a,

.bootstrap-storeifyapps .pagination-lg > li > span {

  padding: 10px 16px;

  font-size: 18px;

}

.bootstrap-storeifyapps .pagination-lg > li:first-child > a,

.bootstrap-storeifyapps .pagination-lg > li:first-child > span {

  border-bottom-left-radius: 6px;

  border-top-left-radius: 6px;

}

.bootstrap-storeifyapps .pagination-lg > li:last-child > a,

.bootstrap-storeifyapps .pagination-lg > li:last-child > span {

  border-bottom-right-radius: 6px;

  border-top-right-radius: 6px;

}

.bootstrap-storeifyapps .pagination-sm > li > a,

.bootstrap-storeifyapps .pagination-sm > li > span {

  padding: 5px 10px;

  font-size: 12px;

}

.bootstrap-storeifyapps .pagination-sm > li:first-child > a,

.bootstrap-storeifyapps .pagination-sm > li:first-child > span {

  border-bottom-left-radius: 3px;

  border-top-left-radius: 3px;

}

.bootstrap-storeifyapps .pagination-sm > li:last-child > a,

.bootstrap-storeifyapps .pagination-sm > li:last-child > span {

  border-bottom-right-radius: 3px;

  border-top-right-radius: 3px;

}

.bootstrap-storeifyapps .pager {

  padding-left: 0;

  margin: 20px 0;

  list-style: none;

  text-align: center;

}

.bootstrap-storeifyapps .pager li {

  display: inline;

}

.bootstrap-storeifyapps .pager li > a,

.bootstrap-storeifyapps .pager li > span {

  display: inline-block;

  padding: 5px 14px;

  background-color: #ffffff;

  border: 1px solid #dddddd;

  border-radius: 15px;

}

.bootstrap-storeifyapps .pager li > a:hover,

.bootstrap-storeifyapps .pager li > a:focus {

  text-decoration: none;

  background-color: #eeeeee;

}

.bootstrap-storeifyapps .pager .next > a,

.bootstrap-storeifyapps .pager .next > span {

  float: right;

}

.bootstrap-storeifyapps .pager .previous > a,

.bootstrap-storeifyapps .pager .previous > span {

  float: left;

}

.bootstrap-storeifyapps .pager .disabled > a,

.bootstrap-storeifyapps .pager .disabled > a:hover,

.bootstrap-storeifyapps .pager .disabled > a:focus,

.bootstrap-storeifyapps .pager .disabled > span {

  color: #777777;

  background-color: #ffffff;

  cursor: not-allowed;

}

.bootstrap-storeifyapps .label {

  display: inline;

  padding: .2em .6em .3em;

  font-size: 75%;

  font-weight: bold;

  line-height: 1;

  color: #ffffff;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: .25em;

}

.bootstrap-storeifyapps a.label:hover,

.bootstrap-storeifyapps a.label:focus {

  color: #ffffff;

  text-decoration: none;

  cursor: pointer;

}

.bootstrap-storeifyapps .label:empty {

  display: none;

}

.bootstrap-storeifyapps .btn .label {

  position: relative;

  top: -1px;

}

.bootstrap-storeifyapps .label-default {

  background-color: #777777;

}

.bootstrap-storeifyapps .label-default[href]:hover,

.bootstrap-storeifyapps .label-default[href]:focus {

  background-color: #5e5e5e;

}

.bootstrap-storeifyapps .label-primary {

  background-color: #337ab7;

}

.bootstrap-storeifyapps .label-primary[href]:hover,

.bootstrap-storeifyapps .label-primary[href]:focus {

  background-color: #286090;

}

.bootstrap-storeifyapps .label-success {

  background-color: #5cb85c;

}

.bootstrap-storeifyapps .label-success[href]:hover,

.bootstrap-storeifyapps .label-success[href]:focus {

  background-color: #449d44;

}

.bootstrap-storeifyapps .label-info {

  background-color: #5bc0de;

}

.bootstrap-storeifyapps .label-info[href]:hover,

.bootstrap-storeifyapps .label-info[href]:focus {

  background-color: #31b0d5;

}

.bootstrap-storeifyapps .label-warning {

  background-color: #f0ad4e;

}

.bootstrap-storeifyapps .label-warning[href]:hover,

.bootstrap-storeifyapps .label-warning[href]:focus {

  background-color: #ec971f;

}

.bootstrap-storeifyapps .label-danger {

  background-color: #d9534f;

}

.bootstrap-storeifyapps .label-danger[href]:hover,

.bootstrap-storeifyapps .label-danger[href]:focus {

  background-color: #c9302c;

}

.bootstrap-storeifyapps .badge {

  display: inline-block;

  min-width: 10px;

  padding: 3px 7px;

  font-size: 12px;

  font-weight: bold;

  color: #ffffff;

  line-height: 1;

  vertical-align: baseline;

  white-space: nowrap;

  text-align: center;

  background-color: #777777;

  border-radius: 10px;

}

.bootstrap-storeifyapps .badge:empty {

  display: none;

}

.bootstrap-storeifyapps .btn .badge {

  position: relative;

  top: -1px;

}

.bootstrap-storeifyapps .btn-xs .badge,

.bootstrap-storeifyapps .btn-group-xs > .btn .badge {

  top: 0;

  padding: 1px 5px;

}

.bootstrap-storeifyapps a.badge:hover,

.bootstrap-storeifyapps a.badge:focus {

  color: #ffffff;

  text-decoration: none;

  cursor: pointer;

}

.bootstrap-storeifyapps .list-group-item.active > .badge,

.bootstrap-storeifyapps .nav-pills > .active > a > .badge {

  color: #337ab7;

  background-color: #ffffff;

}

.bootstrap-storeifyapps .list-group-item > .badge {

  float: right;

}

.bootstrap-storeifyapps .list-group-item > .badge + .badge {

  margin-right: 5px;

}

.bootstrap-storeifyapps .nav-pills > li > a > .badge {

  margin-left: 3px;

}

.bootstrap-storeifyapps .jumbotron {

  padding: 30px 15px;

  margin-bottom: 30px;

  color: inherit;

  background-color: #eeeeee;

}

.bootstrap-storeifyapps .jumbotron h1,

.bootstrap-storeifyapps .jumbotron .h1 {

  color: inherit;

}

.bootstrap-storeifyapps .jumbotron p {

  margin-bottom: 15px;

  font-size: 21px;

  font-weight: 200;

}

.bootstrap-storeifyapps .jumbotron > hr {

  border-top-color: #d5d5d5;

}

.bootstrap-storeifyapps .container .jumbotron,

.bootstrap-storeifyapps .container-fluid .jumbotron {

  border-radius: 6px;

}

.bootstrap-storeifyapps .jumbotron .container {

  max-width: 100%;

}

@media screen and (min-width: 768px) {

  .bootstrap-storeifyapps .jumbotron {

    padding: 48px 0;

  }

  .bootstrap-storeifyapps .container .jumbotron,

  .bootstrap-storeifyapps .container-fluid .jumbotron {

    padding-left: 60px;

    padding-right: 60px;

  }

  .bootstrap-storeifyapps .jumbotron h1,

  .bootstrap-storeifyapps .jumbotron .h1 {

    font-size: 63px;

  }

}

.bootstrap-storeifyapps .thumbnail {

  display: block;

  padding: 4px;

  margin-bottom: 20px;

  line-height: 1.42857143;

  background-color: #ffffff;

  border: 1px solid #dddddd;

  border-radius: 4px;

  -webkit-transition: border 0.2s ease-in-out;

  -o-transition: border 0.2s ease-in-out;

  transition: border 0.2s ease-in-out;

}

.bootstrap-storeifyapps .thumbnail > img,

.bootstrap-storeifyapps .thumbnail a > img {

  margin-left: auto;

  margin-right: auto;

}

.bootstrap-storeifyapps a.thumbnail:hover,

.bootstrap-storeifyapps a.thumbnail:focus,

.bootstrap-storeifyapps a.thumbnail.active {

  border-color: #337ab7;

}

.bootstrap-storeifyapps .thumbnail .caption {

  padding: 9px;

  color: #333333;

}

.bootstrap-storeifyapps .alert {

  padding: 15px;

  margin-bottom: 20px;

  border: 1px solid transparent;

  border-radius: 4px;

}

.bootstrap-storeifyapps .alert h4 {

  margin-top: 0;

  color: inherit;

}

.bootstrap-storeifyapps .alert .alert-link {

  font-weight: bold;

}

.bootstrap-storeifyapps .alert > p,

.bootstrap-storeifyapps .alert > ul {

  margin-bottom: 0;

}

.bootstrap-storeifyapps .alert > p + p {

  margin-top: 5px;

}

.bootstrap-storeifyapps .alert-dismissable,

.bootstrap-storeifyapps .alert-dismissible {

  padding-right: 35px;

}

.bootstrap-storeifyapps .alert-dismissable .close,

.bootstrap-storeifyapps .alert-dismissible .close {

  position: relative;

  top: -2px;

  right: -21px;

  color: inherit;

}

.bootstrap-storeifyapps .alert-success {

  background-color: #dff0d8;

  border-color: #d6e9c6;

  color: #3c763d;

}

.bootstrap-storeifyapps .alert-success hr {

  border-top-color: #c9e2b3;

}

.bootstrap-storeifyapps .alert-success .alert-link {

  color: #2b542c;

}

.bootstrap-storeifyapps .alert-info {

  background-color: #d9edf7;

  border-color: #bce8f1;

  color: #31708f;

}

.bootstrap-storeifyapps .alert-info hr {

  border-top-color: #a6e1ec;

}

.bootstrap-storeifyapps .alert-info .alert-link {

  color: #245269;

}

.bootstrap-storeifyapps .alert-warning {

  background-color: #fcf8e3;

  border-color: #faebcc;

  color: #8a6d3b;

}

.bootstrap-storeifyapps .alert-warning hr {

  border-top-color: #f7e1b5;

}

.bootstrap-storeifyapps .alert-warning .alert-link {

  color: #66512c;

}

.bootstrap-storeifyapps .alert-danger {

  background-color: #f2dede;

  border-color: #ebccd1;

  color: #a94442;

}

.bootstrap-storeifyapps .alert-danger hr {

  border-top-color: #e4b9c0;

}

.bootstrap-storeifyapps .alert-danger .alert-link {

  color: #843534;

}

@-webkit-keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }

  to {

    background-position: 0 0;

  }

}

@-o-keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }

  to {

    background-position: 0 0;

  }

}

@keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }

  to {

    background-position: 0 0;

  }

}

.bootstrap-storeifyapps .progress {

  overflow: hidden;

  height: 20px;

  margin-bottom: 20px;

  background-color: #f5f5f5;

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

}

.bootstrap-storeifyapps .progress-bar {

  float: left;

  width: 0%;

  height: 100%;

  font-size: 12px;

  line-height: 20px;

  color: #ffffff;

  text-align: center;

  background-color: #337ab7;

  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);

  -webkit-transition: width 0.6s ease;

  -o-transition: width 0.6s ease;

  transition: width 0.6s ease;

}

.bootstrap-storeifyapps .progress-striped .progress-bar,

.bootstrap-storeifyapps .progress-bar-striped {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  -webkit-background-size: 40px 40px;

  background-size: 40px 40px;

}

.bootstrap-storeifyapps .progress.active .progress-bar,

.bootstrap-storeifyapps .progress-bar.active {

  -webkit-animation: progress-bar-stripes 2s linear infinite;

  -o-animation: progress-bar-stripes 2s linear infinite;

  animation: progress-bar-stripes 2s linear infinite;

}

.bootstrap-storeifyapps .progress-bar-success {

  background-color: #5cb85c;

}

.bootstrap-storeifyapps .progress-striped .progress-bar-success {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.bootstrap-storeifyapps .progress-bar-info {

  background-color: #5bc0de;

}

.bootstrap-storeifyapps .progress-striped .progress-bar-info {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.bootstrap-storeifyapps .progress-bar-warning {

  background-color: #f0ad4e;

}

.bootstrap-storeifyapps .progress-striped .progress-bar-warning {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.bootstrap-storeifyapps .progress-bar-danger {

  background-color: #d9534f;

}

.bootstrap-storeifyapps .progress-striped .progress-bar-danger {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.bootstrap-storeifyapps .media {

  margin-top: 15px;

}

.bootstrap-storeifyapps .media:first-child {

  margin-top: 0;

}

.bootstrap-storeifyapps .media,

.bootstrap-storeifyapps .media-body {

  zoom: 1;

  overflow: hidden;

}

.bootstrap-storeifyapps .media-body {

  width: 10000px;

}

.bootstrap-storeifyapps .media-object {

  display: block;

}

.bootstrap-storeifyapps .media-right,

.bootstrap-storeifyapps .media > .pull-right {

  padding-left: 10px;

}

.bootstrap-storeifyapps .media-left,

.bootstrap-storeifyapps .media > .pull-left {

  padding-right: 10px;

}

.bootstrap-storeifyapps .media-left,

.bootstrap-storeifyapps .media-right,

.bootstrap-storeifyapps .media-body {

  display: table-cell;

  vertical-align: top;

}

.bootstrap-storeifyapps .media-middle {

  vertical-align: middle;

}

.bootstrap-storeifyapps .media-bottom {

  vertical-align: bottom;

}

.bootstrap-storeifyapps .media-heading {

  margin-top: 0;

  margin-bottom: 5px;

}

.bootstrap-storeifyapps .media-list {

  padding-left: 0;

  list-style: none;

}

.bootstrap-storeifyapps .list-group {

  margin-bottom: 20px;

  padding-left: 0;

}

.bootstrap-storeifyapps .list-group-item {

  position: relative;

  display: block;

  padding: 10px 15px;

  margin-bottom: -1px;

  background-color: #ffffff;

  border: 1px solid #dddddd;

}

.bootstrap-storeifyapps .list-group-item:first-child {

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

}

.bootstrap-storeifyapps .list-group-item:last-child {

  margin-bottom: 0;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;

}

.bootstrap-storeifyapps a.list-group-item {

  color: #555555;

}

.bootstrap-storeifyapps a.list-group-item .list-group-item-heading {

  color: #333333;

}

.bootstrap-storeifyapps a.list-group-item:hover,

.bootstrap-storeifyapps a.list-group-item:focus {

  text-decoration: none;

  color: #555555;

  background-color: #f5f5f5;

}

.bootstrap-storeifyapps .list-group-item.disabled,

.bootstrap-storeifyapps .list-group-item.disabled:hover,

.bootstrap-storeifyapps .list-group-item.disabled:focus {

  background-color: #eeeeee;

  color: #777777;

  cursor: not-allowed;

}

.bootstrap-storeifyapps .list-group-item.disabled .list-group-item-heading,

.bootstrap-storeifyapps .list-group-item.disabled:hover .list-group-item-heading,

.bootstrap-storeifyapps .list-group-item.disabled:focus .list-group-item-heading {

  color: inherit;

}

.bootstrap-storeifyapps .list-group-item.disabled .list-group-item-text,

.bootstrap-storeifyapps .list-group-item.disabled:hover .list-group-item-text,

.bootstrap-storeifyapps .list-group-item.disabled:focus .list-group-item-text {

  color: #777777;

}

.bootstrap-storeifyapps .list-group-item.active,

.bootstrap-storeifyapps .list-group-item.active:hover,

.bootstrap-storeifyapps .list-group-item.active:focus {

  z-index: 2;

  color: #ffffff;

  background-color: #337ab7;

  border-color: #337ab7;

}

.bootstrap-storeifyapps .list-group-item.active .list-group-item-heading,

.bootstrap-storeifyapps .list-group-item.active:hover .list-group-item-heading,

.bootstrap-storeifyapps .list-group-item.active:focus .list-group-item-heading,

.bootstrap-storeifyapps .list-group-item.active .list-group-item-heading > small,

.bootstrap-storeifyapps .list-group-item.active:hover .list-group-item-heading > small,

.bootstrap-storeifyapps .list-group-item.active:focus .list-group-item-heading > small,

.bootstrap-storeifyapps .list-group-item.active .list-group-item-heading > .small,

.bootstrap-storeifyapps .list-group-item.active:hover .list-group-item-heading > .small,

.bootstrap-storeifyapps .list-group-item.active:focus .list-group-item-heading > .small {

  color: inherit;

}

.bootstrap-storeifyapps .list-group-item.active .list-group-item-text,

.bootstrap-storeifyapps .list-group-item.active:hover .list-group-item-text,

.bootstrap-storeifyapps .list-group-item.active:focus .list-group-item-text {

  color: #c7ddef;

}

.bootstrap-storeifyapps .list-group-item-success {

  color: #3c763d;

  background-color: #dff0d8;

}

.bootstrap-storeifyapps a.list-group-item-success {

  color: #3c763d;

}

.bootstrap-storeifyapps a.list-group-item-success .list-group-item-heading {

  color: inherit;

}

.bootstrap-storeifyapps a.list-group-item-success:hover,

.bootstrap-storeifyapps a.list-group-item-success:focus {

  color: #3c763d;

  background-color: #d0e9c6;

}

.bootstrap-storeifyapps a.list-group-item-success.active,

.bootstrap-storeifyapps a.list-group-item-success.active:hover,

.bootstrap-storeifyapps a.list-group-item-success.active:focus {

  color: #fff;

  background-color: #3c763d;

  border-color: #3c763d;

}

.bootstrap-storeifyapps .list-group-item-info {

  color: #31708f;

  background-color: #d9edf7;

}

.bootstrap-storeifyapps a.list-group-item-info {

  color: #31708f;

}

.bootstrap-storeifyapps a.list-group-item-info .list-group-item-heading {

  color: inherit;

}

.bootstrap-storeifyapps a.list-group-item-info:hover,

.bootstrap-storeifyapps a.list-group-item-info:focus {

  color: #31708f;

  background-color: #c4e3f3;

}

.bootstrap-storeifyapps a.list-group-item-info.active,

.bootstrap-storeifyapps a.list-group-item-info.active:hover,

.bootstrap-storeifyapps a.list-group-item-info.active:focus {

  color: #fff;

  background-color: #31708f;

  border-color: #31708f;

}

.bootstrap-storeifyapps .list-group-item-warning {

  color: #8a6d3b;

  background-color: #fcf8e3;

}

.bootstrap-storeifyapps a.list-group-item-warning {

  color: #8a6d3b;

}

.bootstrap-storeifyapps a.list-group-item-warning .list-group-item-heading {

  color: inherit;

}

.bootstrap-storeifyapps a.list-group-item-warning:hover,

.bootstrap-storeifyapps a.list-group-item-warning:focus {

  color: #8a6d3b;

  background-color: #faf2cc;

}

.bootstrap-storeifyapps a.list-group-item-warning.active,

.bootstrap-storeifyapps a.list-group-item-warning.active:hover,

.bootstrap-storeifyapps a.list-group-item-warning.active:focus {

  color: #fff;

  background-color: #8a6d3b;

  border-color: #8a6d3b;

}

.bootstrap-storeifyapps .list-group-item-danger {

  color: #a94442;

  background-color: #f2dede;

}

.bootstrap-storeifyapps a.list-group-item-danger {

  color: #a94442;

}

.bootstrap-storeifyapps a.list-group-item-danger .list-group-item-heading {

  color: inherit;

}

.bootstrap-storeifyapps a.list-group-item-danger:hover,

.bootstrap-storeifyapps a.list-group-item-danger:focus {

  color: #a94442;

  background-color: #ebcccc;

}

.bootstrap-storeifyapps a.list-group-item-danger.active,

.bootstrap-storeifyapps a.list-group-item-danger.active:hover,

.bootstrap-storeifyapps a.list-group-item-danger.active:focus {

  color: #fff;

  background-color: #a94442;

  border-color: #a94442;

}

.bootstrap-storeifyapps .list-group-item-heading {

  margin-top: 0;

  margin-bottom: 5px;

}

.bootstrap-storeifyapps .list-group-item-text {

  margin-bottom: 0;

  line-height: 1.3;

}

.bootstrap-storeifyapps .panel {

  margin-bottom: 20px;

  background-color: #ffffff;

  border: 1px solid transparent;

  border-radius: 4px;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}

.bootstrap-storeifyapps .panel-body {

  padding: 15px;

}

.bootstrap-storeifyapps .panel-heading {

  padding: 10px 15px;

  border-bottom: 1px solid transparent;

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}

.bootstrap-storeifyapps .panel-heading > .dropdown .dropdown-toggle {

  color: inherit;

}

.bootstrap-storeifyapps .panel-title {

  margin-top: 0;

  margin-bottom: 0;

  font-size: 16px;

  color: inherit;

}

.bootstrap-storeifyapps .panel-title > a,

.bootstrap-storeifyapps .panel-title > small,

.bootstrap-storeifyapps .panel-title > .small,

.bootstrap-storeifyapps .panel-title > small > a,

.bootstrap-storeifyapps .panel-title > .small > a {

  color: inherit;

}

.bootstrap-storeifyapps .panel-footer {

  padding: 10px 15px;

  background-color: #f5f5f5;

  border-top: 1px solid #dddddd;

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}

.bootstrap-storeifyapps .panel > .list-group,

.bootstrap-storeifyapps .panel > .panel-collapse > .list-group {

  margin-bottom: 0;

}

.bootstrap-storeifyapps .panel > .list-group .list-group-item,

.bootstrap-storeifyapps .panel > .panel-collapse > .list-group .list-group-item {

  border-width: 1px 0;

  border-radius: 0;

}

.bootstrap-storeifyapps .panel > .list-group:first-child .list-group-item:first-child,

.bootstrap-storeifyapps .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {

  border-top: 0;

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}

.bootstrap-storeifyapps .panel > .list-group:last-child .list-group-item:last-child,

.bootstrap-storeifyapps .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {

  border-bottom: 0;

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}

.bootstrap-storeifyapps .panel-heading + .list-group .list-group-item:first-child {

  border-top-width: 0;

}

.bootstrap-storeifyapps .list-group + .panel-footer {

  border-top-width: 0;

}

.bootstrap-storeifyapps .panel > .table,

.bootstrap-storeifyapps .panel > .table-responsive > .table,

.bootstrap-storeifyapps .panel > .panel-collapse > .table {

  margin-bottom: 0;

}

.bootstrap-storeifyapps .panel > .table caption,

.bootstrap-storeifyapps .panel > .table-responsive > .table caption,

.bootstrap-storeifyapps .panel > .panel-collapse > .table caption {

  padding-left: 15px;

  padding-right: 15px;

}

.bootstrap-storeifyapps .panel > .table:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child {

  border-top-right-radius: 3px;

  border-top-left-radius: 3px;

}

.bootstrap-storeifyapps .panel > .table:first-child > thead:first-child > tr:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,

.bootstrap-storeifyapps .panel > .table:first-child > tbody:first-child > tr:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {

  border-top-left-radius: 3px;

  border-top-right-radius: 3px;

}

.bootstrap-storeifyapps .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,

.bootstrap-storeifyapps .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,

.bootstrap-storeifyapps .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,

.bootstrap-storeifyapps .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {

  border-top-left-radius: 3px;

}

.bootstrap-storeifyapps .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,

.bootstrap-storeifyapps .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,

.bootstrap-storeifyapps .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,

.bootstrap-storeifyapps .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {

  border-top-right-radius: 3px;

}

.bootstrap-storeifyapps .panel > .table:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child {

  border-bottom-right-radius: 3px;

  border-bottom-left-radius: 3px;

}

.bootstrap-storeifyapps .panel > .table:last-child > tbody:last-child > tr:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,

.bootstrap-storeifyapps .panel > .table:last-child > tfoot:last-child > tr:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {

  border-bottom-left-radius: 3px;

  border-bottom-right-radius: 3px;

}

.bootstrap-storeifyapps .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,

.bootstrap-storeifyapps .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,

.bootstrap-storeifyapps .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,

.bootstrap-storeifyapps .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {

  border-bottom-left-radius: 3px;

}

.bootstrap-storeifyapps .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,

.bootstrap-storeifyapps .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,

.bootstrap-storeifyapps .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,

.bootstrap-storeifyapps .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,

.bootstrap-storeifyapps .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {

  border-bottom-right-radius: 3px;

}

.bootstrap-storeifyapps .panel > .panel-body + .table,

.bootstrap-storeifyapps .panel > .panel-body + .table-responsive,

.bootstrap-storeifyapps .panel > .table + .panel-body,

.bootstrap-storeifyapps .panel > .table-responsive + .panel-body {

  border-top: 1px solid #dddddd;

}

.bootstrap-storeifyapps .panel > .table > tbody:first-child > tr:first-child th,

.bootstrap-storeifyapps .panel > .table > tbody:first-child > tr:first-child td {

  border-top: 0;

}

.bootstrap-storeifyapps .panel > .table-bordered,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered {

  border: 0;

}

.bootstrap-storeifyapps .panel > .table-bordered > thead > tr > th:first-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,

.bootstrap-storeifyapps .panel > .table-bordered > tbody > tr > th:first-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,

.bootstrap-storeifyapps .panel > .table-bordered > tfoot > tr > th:first-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,

.bootstrap-storeifyapps .panel > .table-bordered > thead > tr > td:first-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,

.bootstrap-storeifyapps .panel > .table-bordered > tbody > tr > td:first-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,

.bootstrap-storeifyapps .panel > .table-bordered > tfoot > tr > td:first-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {

  border-left: 0;

}

.bootstrap-storeifyapps .panel > .table-bordered > thead > tr > th:last-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,

.bootstrap-storeifyapps .panel > .table-bordered > tbody > tr > th:last-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,

.bootstrap-storeifyapps .panel > .table-bordered > tfoot > tr > th:last-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,

.bootstrap-storeifyapps .panel > .table-bordered > thead > tr > td:last-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,

.bootstrap-storeifyapps .panel > .table-bordered > tbody > tr > td:last-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,

.bootstrap-storeifyapps .panel > .table-bordered > tfoot > tr > td:last-child,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {

  border-right: 0;

}

.bootstrap-storeifyapps .panel > .table-bordered > thead > tr:first-child > td,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,

.bootstrap-storeifyapps .panel > .table-bordered > tbody > tr:first-child > td,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,

.bootstrap-storeifyapps .panel > .table-bordered > thead > tr:first-child > th,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,

.bootstrap-storeifyapps .panel > .table-bordered > tbody > tr:first-child > th,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {

  border-bottom: 0;

}

.bootstrap-storeifyapps .panel > .table-bordered > tbody > tr:last-child > td,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,

.bootstrap-storeifyapps .panel > .table-bordered > tfoot > tr:last-child > td,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,

.bootstrap-storeifyapps .panel > .table-bordered > tbody > tr:last-child > th,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,

.bootstrap-storeifyapps .panel > .table-bordered > tfoot > tr:last-child > th,

.bootstrap-storeifyapps .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {

  border-bottom: 0;

}

.bootstrap-storeifyapps .panel > .table-responsive {

  border: 0;

  margin-bottom: 0;

}

.bootstrap-storeifyapps .panel-group {

  margin-bottom: 20px;

}

.bootstrap-storeifyapps .panel-group .panel {

  margin-bottom: 0;

  border-radius: 4px;

}

.bootstrap-storeifyapps .panel-group .panel + .panel {

  margin-top: 5px;

}

.bootstrap-storeifyapps .panel-group .panel-heading {

  border-bottom: 0;

}

.bootstrap-storeifyapps .panel-group .panel-heading + .panel-collapse > .panel-body,

.bootstrap-storeifyapps .panel-group .panel-heading + .panel-collapse > .list-group {

  border-top: 1px solid #dddddd;

}

.bootstrap-storeifyapps .panel-group .panel-footer {

  border-top: 0;

}

.bootstrap-storeifyapps .panel-group .panel-footer + .panel-collapse .panel-body {

  border-bottom: 1px solid #dddddd;

}

.bootstrap-storeifyapps .panel-default {

  border-color: #dddddd;

}

.bootstrap-storeifyapps .panel-default > .panel-heading {

  color: #333333;

  background-color: #f5f5f5;

  border-color: #dddddd;

}

.bootstrap-storeifyapps .panel-default > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #dddddd;

}

.bootstrap-storeifyapps .panel-default > .panel-heading .badge {

  color: #f5f5f5;

  background-color: #333333;

}

.bootstrap-storeifyapps .panel-default > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #dddddd;

}

.bootstrap-storeifyapps .panel-primary {

  border-color: #337ab7;

}

.bootstrap-storeifyapps .panel-primary > .panel-heading {

  color: #ffffff;

  background-color: #337ab7;

  border-color: #337ab7;

}

.bootstrap-storeifyapps .panel-primary > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #337ab7;

}

.bootstrap-storeifyapps .panel-primary > .panel-heading .badge {

  color: #337ab7;

  background-color: #ffffff;

}

.bootstrap-storeifyapps .panel-primary > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #337ab7;

}

.bootstrap-storeifyapps .panel-success {

  border-color: #d6e9c6;

}

.bootstrap-storeifyapps .panel-success > .panel-heading {

  color: #3c763d;

  background-color: #dff0d8;

  border-color: #d6e9c6;

}

.bootstrap-storeifyapps .panel-success > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #d6e9c6;

}

.bootstrap-storeifyapps .panel-success > .panel-heading .badge {

  color: #dff0d8;

  background-color: #3c763d;

}

.bootstrap-storeifyapps .panel-success > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #d6e9c6;

}

.bootstrap-storeifyapps .panel-info {

  border-color: #bce8f1;

}

.bootstrap-storeifyapps .panel-info > .panel-heading {

  color: #31708f;

  background-color: #d9edf7;

  border-color: #bce8f1;

}

.bootstrap-storeifyapps .panel-info > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #bce8f1;

}

.bootstrap-storeifyapps .panel-info > .panel-heading .badge {

  color: #d9edf7;

  background-color: #31708f;

}

.bootstrap-storeifyapps .panel-info > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #bce8f1;

}

.bootstrap-storeifyapps .panel-warning {

  border-color: #faebcc;

}

.bootstrap-storeifyapps .panel-warning > .panel-heading {

  color: #8a6d3b;

  background-color: #fcf8e3;

  border-color: #faebcc;

}

.bootstrap-storeifyapps .panel-warning > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #faebcc;

}

.bootstrap-storeifyapps .panel-warning > .panel-heading .badge {

  color: #fcf8e3;

  background-color: #8a6d3b;

}

.bootstrap-storeifyapps .panel-warning > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #faebcc;

}

.bootstrap-storeifyapps .panel-danger {

  border-color: #ebccd1;

}

.bootstrap-storeifyapps .panel-danger > .panel-heading {

  color: #a94442;

  background-color: #f2dede;

  border-color: #ebccd1;

}

.bootstrap-storeifyapps .panel-danger > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #ebccd1;

}

.bootstrap-storeifyapps .panel-danger > .panel-heading .badge {

  color: #f2dede;

  background-color: #a94442;

}

.bootstrap-storeifyapps .panel-danger > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #ebccd1;

}

.bootstrap-storeifyapps .embed-responsive {

  position: relative;

  display: block;

  height: 0;

  padding: 0;

  overflow: hidden;

}

.bootstrap-storeifyapps .embed-responsive .embed-responsive-item,

.bootstrap-storeifyapps .embed-responsive iframe,

.bootstrap-storeifyapps .embed-responsive embed,

.bootstrap-storeifyapps .embed-responsive object,

.bootstrap-storeifyapps .embed-responsive video {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  border: 0;

}

.bootstrap-storeifyapps .embed-responsive-16by9 {

  padding-bottom: 56.25%;

}

.bootstrap-storeifyapps .embed-responsive-4by3 {

  padding-bottom: 75%;

}

.bootstrap-storeifyapps .well {

  min-height: 20px;

  padding: 19px;

  margin-bottom: 20px;

  background-color: #f5f5f5;

  border: 1px solid #e3e3e3;

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

}

.bootstrap-storeifyapps .well blockquote {

  border-color: #ddd;

  border-color: rgba(0, 0, 0, 0.15);

}

.bootstrap-storeifyapps .well-lg {

  padding: 24px;

  border-radius: 6px;

}

.bootstrap-storeifyapps .well-sm {

  padding: 9px;

  border-radius: 3px;

}

.bootstrap-storeifyapps .close {

  float: right;

  font-size: 21px;

  font-weight: bold;

  line-height: 1;

  color: #000000;

  text-shadow: 0 1px 0 #ffffff;

  opacity: 0.2;

  filter: alpha(opacity=20);

}

.bootstrap-storeifyapps .close:hover,

.bootstrap-storeifyapps .close:focus {

  color: #000000;

  text-decoration: none;

  cursor: pointer;

  opacity: 0.5;

  filter: alpha(opacity=50);

}

.bootstrap-storeifyapps button.close {

  padding: 0;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

}

.bootstrap-storeifyapps .modal-open {

  overflow: hidden;

}

.bootstrap-storeifyapps .modal {

  display: none;

  overflow: hidden;

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1050;

  -webkit-overflow-scrolling: touch;

  outline: 0;

}

.bootstrap-storeifyapps .modal.fade .modal-dialog {

  -webkit-transform: translate(0, -25%);

  -ms-transform: translate(0, -25%);

  -o-transform: translate(0, -25%);

  transform: translate(0, -25%);

  -webkit-transition: -webkit-transform 0.3s ease-out;

  -o-transition: -o-transform 0.3s ease-out;

  transition: transform 0.3s ease-out;

}

.bootstrap-storeifyapps .modal.in .modal-dialog {

  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  -o-transform: translate(0, 0);

  transform: translate(0, 0);

}

.bootstrap-storeifyapps .modal-open .modal {

  overflow-x: hidden;

  overflow-y: auto;

}

.bootstrap-storeifyapps .modal-dialog {

  position: relative;

  width: auto;

  margin: 10px;

}

.bootstrap-storeifyapps .modal-content {

  position: relative;

  background-color: #ffffff;

  border: 1px solid #999999;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 6px;

  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  outline: 0;

}

.bootstrap-storeifyapps .modal-backdrop {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1040;

  background-color: #000000;

}

.bootstrap-storeifyapps .modal-backdrop.fade {

  opacity: 0;

  filter: alpha(opacity=0);

}

.bootstrap-storeifyapps .modal-backdrop.in {

  opacity: 0.5;

  filter: alpha(opacity=50);

}

.bootstrap-storeifyapps .modal-header {

  padding: 15px;

  border-bottom: 1px solid #e5e5e5;

  min-height: 16.42857143px;

}

.bootstrap-storeifyapps .modal-header .close {

  margin-top: -2px;

}

.bootstrap-storeifyapps .modal-title {

  margin: 0;

  line-height: 1.42857143;

}

.bootstrap-storeifyapps .modal-body {

  position: relative;

  padding: 15px;

}

.bootstrap-storeifyapps .modal-footer {

  padding: 15px;

  text-align: right;

  border-top: 1px solid #e5e5e5;

}

.bootstrap-storeifyapps .modal-footer .btn + .btn {

  margin-left: 5px;

  margin-bottom: 0;

}

.bootstrap-storeifyapps .modal-footer .btn-group .btn + .btn {

  margin-left: -1px;

}

.bootstrap-storeifyapps .modal-footer .btn-block + .btn-block {

  margin-left: 0;

}

.bootstrap-storeifyapps .modal-scrollbar-measure {

  position: absolute;

  top: -9999px;

  width: 50px;

  height: 50px;

  overflow: scroll;

}

@media (min-width: 768px) {

  .bootstrap-storeifyapps .modal-dialog {

    width: 600px;

    margin: 30px auto;

  }

  .bootstrap-storeifyapps .modal-content {

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

  }

  .bootstrap-storeifyapps .modal-sm {

    width: 300px;

  }

}

@media (min-width: 992px) {

  .bootstrap-storeifyapps .modal-lg {

    width: 900px;

  }

}

.bootstrap-storeifyapps .tooltip {

  position: absolute;

  z-index: 1070;

  display: block;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 12px;

  font-weight: normal;

  line-height: 1.4;

  opacity: 0;

  filter: alpha(opacity=0);

}

.bootstrap-storeifyapps .tooltip.in {

  opacity: 0.9;

  filter: alpha(opacity=90);

}

.bootstrap-storeifyapps .tooltip.top {

  margin-top: -3px;

  padding: 5px 0;

}

.bootstrap-storeifyapps .tooltip.right {

  margin-left: 3px;

  padding: 0 5px;

}

.bootstrap-storeifyapps .tooltip.bottom {

  margin-top: 3px;

  padding: 5px 0;

}

.bootstrap-storeifyapps .tooltip.left {

  margin-left: -3px;

  padding: 0 5px;

}

.bootstrap-storeifyapps .tooltip-inner {

  max-width: 200px;

  padding: 3px 8px;

  color: #ffffff;

  text-align: center;

  text-decoration: none;

  background-color: #000000;

  border-radius: 4px;

}

.bootstrap-storeifyapps .tooltip-arrow {

  position: absolute;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

}

.bootstrap-storeifyapps .tooltip.top .tooltip-arrow {

  bottom: 0;

  left: 50%;

  margin-left: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000000;

}

.bootstrap-storeifyapps .tooltip.top-left .tooltip-arrow {

  bottom: 0;

  right: 5px;

  margin-bottom: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000000;

}

.bootstrap-storeifyapps .tooltip.top-right .tooltip-arrow {

  bottom: 0;

  left: 5px;

  margin-bottom: -5px;

  border-width: 5px 5px 0;

  border-top-color: #000000;

}

.bootstrap-storeifyapps .tooltip.right .tooltip-arrow {

  top: 50%;

  left: 0;

  margin-top: -5px;

  border-width: 5px 5px 5px 0;

  border-right-color: #000000;

}

.bootstrap-storeifyapps .tooltip.left .tooltip-arrow {

  top: 50%;

  right: 0;

  margin-top: -5px;

  border-width: 5px 0 5px 5px;

  border-left-color: #000000;

}

.bootstrap-storeifyapps .tooltip.bottom .tooltip-arrow {

  top: 0;

  left: 50%;

  margin-left: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000000;

}

.bootstrap-storeifyapps .tooltip.bottom-left .tooltip-arrow {

  top: 0;

  right: 5px;

  margin-top: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000000;

}

.bootstrap-storeifyapps .tooltip.bottom-right .tooltip-arrow {

  top: 0;

  left: 5px;

  margin-top: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: #000000;

}

.bootstrap-storeifyapps .popover {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1060;

  display: none;

  max-width: 276px;

  padding: 1px;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 14px;

  font-weight: normal;

  line-height: 1.42857143;

  text-align: left;

  background-color: #ffffff;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  border: 1px solid #cccccc;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 6px;

  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

  white-space: normal;

}

.bootstrap-storeifyapps .popover.top {

  margin-top: -10px;

}

.bootstrap-storeifyapps .popover.right {

  margin-left: 10px;

}

.bootstrap-storeifyapps .popover.bottom {

  margin-top: 10px;

}

.bootstrap-storeifyapps .popover.left {

  margin-left: -10px;

}

.bootstrap-storeifyapps .popover-title {

  margin: 0;

  padding: 8px 14px;

  font-size: 14px;

  background-color: #f7f7f7;

  border-bottom: 1px solid #ebebeb;

  border-radius: 5px 5px 0 0;

}

.bootstrap-storeifyapps .popover-content {

  padding: 9px 14px;

}

.bootstrap-storeifyapps .popover > .arrow,

.bootstrap-storeifyapps .popover > .arrow:after {

  position: absolute;

  display: block;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

}

.bootstrap-storeifyapps .popover > .arrow {

  border-width: 11px;

}

.bootstrap-storeifyapps .popover > .arrow:after {

  border-width: 10px;

  content: "";

}

.bootstrap-storeifyapps .popover.top > .arrow {

  left: 50%;

  margin-left: -11px;

  border-bottom-width: 0;

  border-top-color: #999999;

  border-top-color: rgba(0, 0, 0, 0.25);

  bottom: -11px;

}

.bootstrap-storeifyapps .popover.top > .arrow:after {

  content: " ";

  bottom: 1px;

  margin-left: -10px;

  border-bottom-width: 0;

  border-top-color: #ffffff;

}

.bootstrap-storeifyapps .popover.right > .arrow {

  top: 50%;

  left: -11px;

  margin-top: -11px;

  border-left-width: 0;

  border-right-color: #999999;

  border-right-color: rgba(0, 0, 0, 0.25);

}

.bootstrap-storeifyapps .popover.right > .arrow:after {

  content: " ";

  left: 1px;

  bottom: -10px;

  border-left-width: 0;

  border-right-color: #ffffff;

}

.bootstrap-storeifyapps .popover.bottom > .arrow {

  left: 50%;

  margin-left: -11px;

  border-top-width: 0;

  border-bottom-color: #999999;

  border-bottom-color: rgba(0, 0, 0, 0.25);

  top: -11px;

}

.bootstrap-storeifyapps .popover.bottom > .arrow:after {

  content: " ";

  top: 1px;

  margin-left: -10px;

  border-top-width: 0;

  border-bottom-color: #ffffff;

}

.bootstrap-storeifyapps .popover.left > .arrow {

  top: 50%;

  right: -11px;

  margin-top: -11px;

  border-right-width: 0;

  border-left-color: #999999;

  border-left-color: rgba(0, 0, 0, 0.25);

}

.bootstrap-storeifyapps .popover.left > .arrow:after {

  content: " ";

  right: 1px;

  border-right-width: 0;

  border-left-color: #ffffff;

  bottom: -10px;

}

.bootstrap-storeifyapps .carousel {

  position: relative;

}

.bootstrap-storeifyapps .carousel-inner {

  position: relative;

  overflow: hidden;

  width: 100%;

}

.bootstrap-storeifyapps .carousel-inner > .item {

  display: none;

  position: relative;

  -webkit-transition: 0.6s ease-in-out left;

  -o-transition: 0.6s ease-in-out left;

  transition: 0.6s ease-in-out left;

}

.bootstrap-storeifyapps .carousel-inner > .item > img,

.bootstrap-storeifyapps .carousel-inner > .item > a > img {

  line-height: 1;

}

@media all and (transform-3d), (-webkit-transform-3d) {

  .bootstrap-storeifyapps .carousel-inner > .item {

    -webkit-transition: -webkit-transform 0.6s ease-in-out;

    -o-transition: -o-transform 0.6s ease-in-out;

    transition: transform 0.6s ease-in-out;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-perspective: 1000;

    perspective: 1000;

  }

  .bootstrap-storeifyapps .carousel-inner > .item.next,

  .bootstrap-storeifyapps .carousel-inner > .item.active.right {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    left: 0;

  }

  .bootstrap-storeifyapps .carousel-inner > .item.prev,

  .bootstrap-storeifyapps .carousel-inner > .item.active.left {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    left: 0;

  }

  .bootstrap-storeifyapps .carousel-inner > .item.next.left,

  .bootstrap-storeifyapps .carousel-inner > .item.prev.right,

  .bootstrap-storeifyapps .carousel-inner > .item.active {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    left: 0;

  }

}

.bootstrap-storeifyapps .carousel-inner > .active,

.bootstrap-storeifyapps .carousel-inner > .next,

.bootstrap-storeifyapps .carousel-inner > .prev {

  display: block;

}

.bootstrap-storeifyapps .carousel-inner > .active {

  left: 0;

}

.bootstrap-storeifyapps .carousel-inner > .next,

.bootstrap-storeifyapps .carousel-inner > .prev {

  position: absolute;

  top: 0;

  width: 100%;

}

.bootstrap-storeifyapps .carousel-inner > .next {

  left: 100%;

}

.bootstrap-storeifyapps .carousel-inner > .prev {

  left: -100%;

}

.bootstrap-storeifyapps .carousel-inner > .next.left,

.bootstrap-storeifyapps .carousel-inner > .prev.right {

  left: 0;

}

.bootstrap-storeifyapps .carousel-inner > .active.left {

  left: -100%;

}

.bootstrap-storeifyapps .carousel-inner > .active.right {

  left: 100%;

}

.bootstrap-storeifyapps .carousel-control {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  width: 15%;

  opacity: 0.5;

  filter: alpha(opacity=50);

  font-size: 20px;

  color: #ffffff;

  text-align: center;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}

.bootstrap-storeifyapps .carousel-control.left {

  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);

  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);

  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));

  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

}

.bootstrap-storeifyapps .carousel-control.right {

  left: auto;

  right: 0;

  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));

  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}

.bootstrap-storeifyapps .carousel-control:hover,

.bootstrap-storeifyapps .carousel-control:focus {

  outline: 0;

  color: #ffffff;

  text-decoration: none;

  opacity: 0.9;

  filter: alpha(opacity=90);

}

.bootstrap-storeifyapps .carousel-control .icon-prev,

.bootstrap-storeifyapps .carousel-control .icon-next,

.bootstrap-storeifyapps .carousel-control .glyphicon-chevron-left,

.bootstrap-storeifyapps .carousel-control .glyphicon-chevron-right {

  position: absolute;

  top: 50%;

  z-index: 5;

  display: inline-block;

}

.bootstrap-storeifyapps .carousel-control .icon-prev,

.bootstrap-storeifyapps .carousel-control .glyphicon-chevron-left {

  left: 50%;

  margin-left: -10px;

}

.bootstrap-storeifyapps .carousel-control .icon-next,

.bootstrap-storeifyapps .carousel-control .glyphicon-chevron-right {

  right: 50%;

  margin-right: -10px;

}

.bootstrap-storeifyapps .carousel-control .icon-prev,

.bootstrap-storeifyapps .carousel-control .icon-next {

  width: 20px;

  height: 20px;

  margin-top: -10px;

  line-height: 1;

  font-family: serif;

}

.bootstrap-storeifyapps .carousel-control .icon-prev:before {

  content: '\2039';

}

.bootstrap-storeifyapps .carousel-control .icon-next:before {

  content: '\203a';

}

.bootstrap-storeifyapps .carousel-indicators {

  position: absolute;

  bottom: 10px;

  left: 50%;

  z-index: 15;

  width: 60%;

  margin-left: -30%;

  padding-left: 0;

  list-style: none;

  text-align: center;

}

.bootstrap-storeifyapps .carousel-indicators li {

  display: inline-block;

  width: 10px;

  height: 10px;

  margin: 1px;

  text-indent: -999px;

  border: 1px solid #ffffff;

  border-radius: 10px;

  cursor: pointer;

  background-color: #000 \9;

  background-color: rgba(0, 0, 0, 0);

}

.bootstrap-storeifyapps .carousel-indicators .active {

  margin: 0;

  width: 12px;

  height: 12px;

  background-color: #ffffff;

}

.bootstrap-storeifyapps .carousel-caption {

  position: absolute;

  left: 15%;

  right: 15%;

  bottom: 20px;

  z-index: 10;

  padding-top: 20px;

  padding-bottom: 20px;

  color: #ffffff;

  text-align: center;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}

.bootstrap-storeifyapps .carousel-caption .btn {

  text-shadow: none;

}

@media screen and (min-width: 768px) {

  .bootstrap-storeifyapps .carousel-control .glyphicon-chevron-left,

  .bootstrap-storeifyapps .carousel-control .glyphicon-chevron-right,

  .bootstrap-storeifyapps .carousel-control .icon-prev,

  .bootstrap-storeifyapps .carousel-control .icon-next {

    width: 30px;

    height: 30px;

    margin-top: -15px;

    font-size: 30px;

  }

  .bootstrap-storeifyapps .carousel-control .glyphicon-chevron-left,

  .bootstrap-storeifyapps .carousel-control .icon-prev {

    margin-left: -15px;

  }

  .bootstrap-storeifyapps .carousel-control .glyphicon-chevron-right,

  .bootstrap-storeifyapps .carousel-control .icon-next {

    margin-right: -15px;

  }

  .bootstrap-storeifyapps .carousel-caption {

    left: 20%;

    right: 20%;

    padding-bottom: 30px;

  }

  .bootstrap-storeifyapps .carousel-indicators {

    bottom: 20px;

  }

}

.bootstrap-storeifyapps .clearfix:before,

.bootstrap-storeifyapps .clearfix:after,

.bootstrap-storeifyapps .dl-horizontal dd:before,

.bootstrap-storeifyapps .dl-horizontal dd:after,

.bootstrap-storeifyapps .container:before,

.bootstrap-storeifyapps .container:after,

.bootstrap-storeifyapps .container-fluid:before,

.bootstrap-storeifyapps .container-fluid:after,

.bootstrap-storeifyapps .row:before,

.bootstrap-storeifyapps .row:after,

.bootstrap-storeifyapps .form-horizontal .form-group:before,

.bootstrap-storeifyapps .form-horizontal .form-group:after,

.bootstrap-storeifyapps .btn-toolbar:before,

.bootstrap-storeifyapps .btn-toolbar:after,

.bootstrap-storeifyapps .btn-group-vertical > .btn-group:before,

.bootstrap-storeifyapps .btn-group-vertical > .btn-group:after,

.bootstrap-storeifyapps .nav:before,

.bootstrap-storeifyapps .nav:after,

.bootstrap-storeifyapps .navbar:before,

.bootstrap-storeifyapps .navbar:after,

.bootstrap-storeifyapps .navbar-header:before,

.bootstrap-storeifyapps .navbar-header:after,

.bootstrap-storeifyapps .navbar-collapse:before,

.bootstrap-storeifyapps .navbar-collapse:after,

.bootstrap-storeifyapps .pager:before,

.bootstrap-storeifyapps .pager:after,

.bootstrap-storeifyapps .panel-body:before,

.bootstrap-storeifyapps .panel-body:after,

.bootstrap-storeifyapps .modal-footer:before,

.bootstrap-storeifyapps .modal-footer:after {

  content: " ";

  display: table;

}

.bootstrap-storeifyapps .clearfix:after,

.bootstrap-storeifyapps .dl-horizontal dd:after,

.bootstrap-storeifyapps .container:after,

.bootstrap-storeifyapps .container-fluid:after,

.bootstrap-storeifyapps .row:after,

.bootstrap-storeifyapps .form-horizontal .form-group:after,

.bootstrap-storeifyapps .btn-toolbar:after,

.bootstrap-storeifyapps .btn-group-vertical > .btn-group:after,

.bootstrap-storeifyapps .nav:after,

.bootstrap-storeifyapps .navbar:after,

.bootstrap-storeifyapps .navbar-header:after,

.bootstrap-storeifyapps .navbar-collapse:after,

.bootstrap-storeifyapps .pager:after,

.bootstrap-storeifyapps .panel-body:after,

.bootstrap-storeifyapps .modal-footer:after {

  clear: both;

}

.bootstrap-storeifyapps .center-block {

  display: block;

  margin-left: auto;

  margin-right: auto;

}

.bootstrap-storeifyapps .pull-right {

  float: right !important;

}

.bootstrap-storeifyapps .pull-left {

  float: left !important;

}

.bootstrap-storeifyapps .hide {

  display: none !important;

}

.bootstrap-storeifyapps .show {

  display: block !important;

}

.bootstrap-storeifyapps .invisible {

  visibility: hidden;

}

.bootstrap-storeifyapps .text-hide {

  font: 0/0 a;

  color: transparent;

  text-shadow: none;

  background-color: transparent;

  border: 0;

}

.bootstrap-storeifyapps .hidden {

  display: none !important;

}

.bootstrap-storeifyapps .affix {

  position: fixed;

}

@-ms-viewport {

  width: device-width;

}

.bootstrap-storeifyapps .visible-xs,

.bootstrap-storeifyapps .visible-sm,

.bootstrap-storeifyapps .visible-md,

.bootstrap-storeifyapps .visible-lg {

  display: none !important;

}

.bootstrap-storeifyapps .visible-xs-block,

.bootstrap-storeifyapps .visible-xs-inline,

.bootstrap-storeifyapps .visible-xs-inline-block,

.bootstrap-storeifyapps .visible-sm-block,

.bootstrap-storeifyapps .visible-sm-inline,

.bootstrap-storeifyapps .visible-sm-inline-block,

.bootstrap-storeifyapps .visible-md-block,

.bootstrap-storeifyapps .visible-md-inline,

.bootstrap-storeifyapps .visible-md-inline-block,

.bootstrap-storeifyapps .visible-lg-block,

.bootstrap-storeifyapps .visible-lg-inline,

.bootstrap-storeifyapps .visible-lg-inline-block {

  display: none !important;

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .visible-xs {

    display: block !important;

  }

  .bootstrap-storeifyapps table.visible-xs {

    display: table;

  }

  .bootstrap-storeifyapps tr.visible-xs {

    display: table-row !important;

  }

  .bootstrap-storeifyapps th.visible-xs,

  .bootstrap-storeifyapps td.visible-xs {

    display: table-cell !important;

  }

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .visible-xs-block {

    display: block !important;

  }

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .visible-xs-inline {

    display: inline !important;

  }

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .visible-xs-inline-block {

    display: inline-block !important;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .bootstrap-storeifyapps .visible-sm {

    display: block !important;

  }

  .bootstrap-storeifyapps table.visible-sm {

    display: table;

  }

  .bootstrap-storeifyapps tr.visible-sm {

    display: table-row !important;

  }

  .bootstrap-storeifyapps th.visible-sm,

  .bootstrap-storeifyapps td.visible-sm {

    display: table-cell !important;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .bootstrap-storeifyapps .visible-sm-block {

    display: block !important;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .bootstrap-storeifyapps .visible-sm-inline {

    display: inline !important;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .bootstrap-storeifyapps .visible-sm-inline-block {

    display: inline-block !important;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .bootstrap-storeifyapps .visible-md {

    display: block !important;

  }

  .bootstrap-storeifyapps table.visible-md {

    display: table;

  }

  .bootstrap-storeifyapps tr.visible-md {

    display: table-row !important;

  }

  .bootstrap-storeifyapps th.visible-md,

  .bootstrap-storeifyapps td.visible-md {

    display: table-cell !important;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .bootstrap-storeifyapps .visible-md-block {

    display: block !important;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .bootstrap-storeifyapps .visible-md-inline {

    display: inline !important;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .bootstrap-storeifyapps .visible-md-inline-block {

    display: inline-block !important;

  }

}

@media (min-width: 1200px) {

  .bootstrap-storeifyapps .visible-lg {

    display: block !important;

  }

  .bootstrap-storeifyapps table.visible-lg {

    display: table;

  }

  .bootstrap-storeifyapps tr.visible-lg {

    display: table-row !important;

  }

  .bootstrap-storeifyapps th.visible-lg,

  .bootstrap-storeifyapps td.visible-lg {

    display: table-cell !important;

  }

}

@media (min-width: 1200px) {

  .bootstrap-storeifyapps .visible-lg-block {

    display: block !important;

  }

}

@media (min-width: 1200px) {

  .bootstrap-storeifyapps .visible-lg-inline {

    display: inline !important;

  }

}

@media (min-width: 1200px) {

  .bootstrap-storeifyapps .visible-lg-inline-block {

    display: inline-block !important;

  }

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .hidden-xs {

    display: none !important;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .bootstrap-storeifyapps .hidden-sm {

    display: none !important;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .bootstrap-storeifyapps .hidden-md {

    display: none !important;

  }

}

@media (min-width: 1200px) {

  .bootstrap-storeifyapps .hidden-lg {

    display: none !important;

  }

}

.bootstrap-storeifyapps .visible-print {

  display: none !important;

}

@media print {

  .bootstrap-storeifyapps .visible-print {

    display: block !important;

  }

  .bootstrap-storeifyapps table.visible-print {

    display: table;

  }

  .bootstrap-storeifyapps tr.visible-print {

    display: table-row !important;

  }

  .bootstrap-storeifyapps th.visible-print,

  .bootstrap-storeifyapps td.visible-print {

    display: table-cell !important;

  }

}

.bootstrap-storeifyapps .visible-print-block {

  display: none !important;

}

@media print {

  .bootstrap-storeifyapps .visible-print-block {

    display: block !important;

  }

}

.bootstrap-storeifyapps .visible-print-inline {

  display: none !important;

}

@media print {

  .bootstrap-storeifyapps .visible-print-inline {

    display: inline !important;

  }

}

.bootstrap-storeifyapps .visible-print-inline-block {

  display: none !important;

}

@media print {

  .bootstrap-storeifyapps .visible-print-inline-block {

    display: inline-block !important;

  }

}

@media print {

  .bootstrap-storeifyapps .hidden-print {

    display: none !important;

  }

}

.bootstrap-storeifyapps .btn-default,

.bootstrap-storeifyapps .btn-primary,

.bootstrap-storeifyapps .btn-success,

.bootstrap-storeifyapps .btn-info,

.bootstrap-storeifyapps .btn-warning,

.bootstrap-storeifyapps .btn-danger {

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);

}

.bootstrap-storeifyapps .btn-default:active,

.bootstrap-storeifyapps .btn-primary:active,

.bootstrap-storeifyapps .btn-success:active,

.bootstrap-storeifyapps .btn-info:active,

.bootstrap-storeifyapps .btn-warning:active,

.bootstrap-storeifyapps .btn-danger:active,

.bootstrap-storeifyapps .btn-default.active,

.bootstrap-storeifyapps .btn-primary.active,

.bootstrap-storeifyapps .btn-success.active,

.bootstrap-storeifyapps .btn-info.active,

.bootstrap-storeifyapps .btn-warning.active,

.bootstrap-storeifyapps .btn-danger.active {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.bootstrap-storeifyapps .btn-default .badge,

.bootstrap-storeifyapps .btn-primary .badge,

.bootstrap-storeifyapps .btn-success .badge,

.bootstrap-storeifyapps .btn-info .badge,

.bootstrap-storeifyapps .btn-warning .badge,

.bootstrap-storeifyapps .btn-danger .badge {

  text-shadow: none;

}

.bootstrap-storeifyapps .btn:active,

.bootstrap-storeifyapps .btn.active {

  background-image: none;

}

.bootstrap-storeifyapps .btn-default {

  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);

  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));

  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  background-repeat: repeat-x;

  border-color: #dbdbdb;

  text-shadow: 0 1px 0 #fff;

  border-color: #ccc;

}

.bootstrap-storeifyapps .btn-default:hover,

.bootstrap-storeifyapps .btn-default:focus {

  background-color: #e0e0e0;

  background-position: 0 -15px;

}

.bootstrap-storeifyapps .btn-default:active,

.bootstrap-storeifyapps .btn-default.active {

  background-color: #e0e0e0;

  border-color: #dbdbdb;

}

.bootstrap-storeifyapps .btn-default.disabled,

.bootstrap-storeifyapps .btn-default:disabled,

.bootstrap-storeifyapps .btn-default[disabled] {

  background-color: #e0e0e0;

  background-image: none;

}

.bootstrap-storeifyapps .btn-primary {

  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);

  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));

  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  background-repeat: repeat-x;

  border-color: #245580;

}

.bootstrap-storeifyapps .btn-primary:hover,

.bootstrap-storeifyapps .btn-primary:focus {

  background-color: #265a88;

  background-position: 0 -15px;

}

.bootstrap-storeifyapps .btn-primary:active,

.bootstrap-storeifyapps .btn-primary.active {

  background-color: #265a88;

  border-color: #245580;

}

.bootstrap-storeifyapps .btn-primary.disabled,

.bootstrap-storeifyapps .btn-primary:disabled,

.bootstrap-storeifyapps .btn-primary[disabled] {

  background-color: #265a88;

  background-image: none;

}

.bootstrap-storeifyapps .btn-success {

  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);

  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));

  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  background-repeat: repeat-x;

  border-color: #3e8f3e;

}

.bootstrap-storeifyapps .btn-success:hover,

.bootstrap-storeifyapps .btn-success:focus {

  background-color: #419641;

  background-position: 0 -15px;

}

.bootstrap-storeifyapps .btn-success:active,

.bootstrap-storeifyapps .btn-success.active {

  background-color: #419641;

  border-color: #3e8f3e;

}

.bootstrap-storeifyapps .btn-success.disabled,

.bootstrap-storeifyapps .btn-success:disabled,

.bootstrap-storeifyapps .btn-success[disabled] {

  background-color: #419641;

  background-image: none;

}

.bootstrap-storeifyapps .btn-info {

  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);

  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));

  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  background-repeat: repeat-x;

  border-color: #28a4c9;

}

.bootstrap-storeifyapps .btn-info:hover,

.bootstrap-storeifyapps .btn-info:focus {

  background-color: #2aabd2;

  background-position: 0 -15px;

}

.bootstrap-storeifyapps .btn-info:active,

.bootstrap-storeifyapps .btn-info.active {

  background-color: #2aabd2;

  border-color: #28a4c9;

}

.bootstrap-storeifyapps .btn-info.disabled,

.bootstrap-storeifyapps .btn-info:disabled,

.bootstrap-storeifyapps .btn-info[disabled] {

  background-color: #2aabd2;

  background-image: none;

}

.bootstrap-storeifyapps .btn-warning {

  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);

  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));

  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  background-repeat: repeat-x;

  border-color: #e38d13;

}

.bootstrap-storeifyapps .btn-warning:hover,

.bootstrap-storeifyapps .btn-warning:focus {

  background-color: #eb9316;

  background-position: 0 -15px;

}

.bootstrap-storeifyapps .btn-warning:active,

.bootstrap-storeifyapps .btn-warning.active {

  background-color: #eb9316;

  border-color: #e38d13;

}

.bootstrap-storeifyapps .btn-warning.disabled,

.bootstrap-storeifyapps .btn-warning:disabled,

.bootstrap-storeifyapps .btn-warning[disabled] {

  background-color: #eb9316;

  background-image: none;

}

.bootstrap-storeifyapps .btn-danger {

  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);

  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));

  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  background-repeat: repeat-x;

  border-color: #b92c28;

}

.bootstrap-storeifyapps .btn-danger:hover,

.bootstrap-storeifyapps .btn-danger:focus {

  background-color: #c12e2a;

  background-position: 0 -15px;

}

.bootstrap-storeifyapps .btn-danger:active,

.bootstrap-storeifyapps .btn-danger.active {

  background-color: #c12e2a;

  border-color: #b92c28;

}

.bootstrap-storeifyapps .btn-danger.disabled,

.bootstrap-storeifyapps .btn-danger:disabled,

.bootstrap-storeifyapps .btn-danger[disabled] {

  background-color: #c12e2a;

  background-image: none;

}

.bootstrap-storeifyapps .thumbnail,

.bootstrap-storeifyapps .img-thumbnail {

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);

}

.bootstrap-storeifyapps .dropdown-menu > li > a:hover,

.bootstrap-storeifyapps .dropdown-menu > li > a:focus {

  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);

  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));

  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);

  background-color: #e8e8e8;

}

.bootstrap-storeifyapps .dropdown-menu > .active > a,

.bootstrap-storeifyapps .dropdown-menu > .active > a:hover,

.bootstrap-storeifyapps .dropdown-menu > .active > a:focus {

  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);

  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));

  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);

  background-color: #2e6da4;

}

.bootstrap-storeifyapps .navbar-default {

  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);

  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));

  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);

}

.bootstrap-storeifyapps .navbar-default .navbar-nav > .open > a,

.bootstrap-storeifyapps .navbar-default .navbar-nav > .active > a {

  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);

  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));

  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);

  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);

  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);

}

.bootstrap-storeifyapps .navbar-brand,

.bootstrap-storeifyapps .navbar-nav > li > a {

  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);

}

.bootstrap-storeifyapps .navbar-inverse {

  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);

  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));

  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .open > a,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > .active > a {

  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);

  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));

  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);

  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);

  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);

}

.bootstrap-storeifyapps .navbar-inverse .navbar-brand,

.bootstrap-storeifyapps .navbar-inverse .navbar-nav > li > a {

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

.bootstrap-storeifyapps .navbar-static-top,

.bootstrap-storeifyapps .navbar-fixed-top,

.bootstrap-storeifyapps .navbar-fixed-bottom {

  border-radius: 0;

}

@media (max-width: 767px) {

  .bootstrap-storeifyapps .navbar .navbar-nav .open .dropdown-menu > .active > a,

  .bootstrap-storeifyapps .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,

  .bootstrap-storeifyapps .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {

    color: #fff;

    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);

    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);

    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));

    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);

    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);

  }

}

.bootstrap-storeifyapps .alert {

  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);

}

.bootstrap-storeifyapps .alert-success {

  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);

  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));

  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);

  border-color: #b2dba1;

}

.bootstrap-storeifyapps .alert-info {

  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);

  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));

  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);

  border-color: #9acfea;

}

.bootstrap-storeifyapps .alert-warning {

  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);

  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));

  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);

  border-color: #f5e79e;

}

.bootstrap-storeifyapps .alert-danger {

  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);

  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));

  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);

  border-color: #dca7a7;

}

.bootstrap-storeifyapps .progress {

  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);

  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));

  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);

}

.bootstrap-storeifyapps .progress-bar {

  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);

  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));

  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);

}

.bootstrap-storeifyapps .progress-bar-success {

  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);

  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));

  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);

}

.bootstrap-storeifyapps .progress-bar-info {

  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);

  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));

  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);

}

.bootstrap-storeifyapps .progress-bar-warning {

  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);

  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));

  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);

}

.bootstrap-storeifyapps .progress-bar-danger {

  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);

  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));

  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);

}

.bootstrap-storeifyapps .progress-bar-striped {

  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

}

.bootstrap-storeifyapps .list-group {

  border-radius: 4px;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);

}

.bootstrap-storeifyapps .list-group-item.active,

.bootstrap-storeifyapps .list-group-item.active:hover,

.bootstrap-storeifyapps .list-group-item.active:focus {

  text-shadow: 0 -1px 0 #286090;

  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);

  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));

  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);

  border-color: #2b669a;

}

.bootstrap-storeifyapps .list-group-item.active .badge,

.bootstrap-storeifyapps .list-group-item.active:hover .badge,

.bootstrap-storeifyapps .list-group-item.active:focus .badge {

  text-shadow: none;

}

.bootstrap-storeifyapps .panel {

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

}

.bootstrap-storeifyapps .panel-default > .panel-heading {

  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);

  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));

  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);

}

.bootstrap-storeifyapps .panel-primary > .panel-heading {

  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);

  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));

  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);

}

.bootstrap-storeifyapps .panel-success > .panel-heading {

  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);

  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));

  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);

}

.bootstrap-storeifyapps .panel-info > .panel-heading {

  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);

  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));

  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);

}

.bootstrap-storeifyapps .panel-warning > .panel-heading {

  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);

  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));

  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);

}

.bootstrap-storeifyapps .panel-danger > .panel-heading {

  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);

  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));

  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);

}

.bootstrap-storeifyapps .well {

  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);

  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);

  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));

  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);

  border-color: #dcdcdc;

  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);

  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);

}

.bootstrap-storeifyapps {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.bootstrap-storeifyapps .row {
    display: block;
}
.bootstrap-storeifyapps .form-control-storeify{
    height: 45px !important;
    line-height: 45px;
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
}

.bootstrap-storeifyapps label{
    margin-right: 5px;
}
.bootstrap-storeifyapps  .storelocator-detail-layout-2{
    padding-top:15px;
    padding-bottom: 15px;
}
.bootstrap-storeifyapps select.form-control-storeify{
    padding-top:0;
    padding-bottom: 0; 
}
.bootstrap-storeifyapps .item-thumb img{
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.bootstrap-storeifyapps .table-store-marker img{
    width: 100%;
}
.bootstrap-storeifyapps .storelocator-content-class .page-main *{box-sizing: border-box;}
.bootstrap-storeifyapps .storelocator-content-class .page-main ul{
    display: block;
    list-style: none;
}
.bootstrap-storeifyapps .field__input{
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 5px 0;
}
.bootstrap-storeifyapps .table-store-marker{
    border: 0 !important;
}
.bootstrap-storeifyapps .storelocator-content-class .page-main img{
    max-width: 100%;
    height: auto;
}
.bootstrap-storeifyapps .store-detail-thum{
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.bootstrap-storeifyapps .storelocator-content-class .page-main ul li{
    display: block;
}
.bootstrap-storeifyapps .storelist h2 { 
    color: #e76200;
    float: left;
}

.bootstrap-storeifyapps .storelist li { 
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 2px;
}

.bootstrap-storeifyapps .storelist li:hover { 
    background:#E0E0E0;
}
.bootstrap-storeifyapps .title-contactstore{
    width: 100%;
    float: left;
    margin-bottom:20px; 
}
.bootstrap-storeifyapps .title-contactstore a{
    border-left: 3px solid #ff5501;
    color: #000;
    display: block;
    padding: 0px 18px 0px 10px;
    border-color: #ff5501;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    float: left;
    position: relative
}
.bootstrap-storeifyapps .title-contactstore a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #ff5501;
}
.bootstrap-storeifyapps .storelocator-content-class .page-main .fieldset{margin-bottom: 15px;}
.bootstrap-storeifyapps .store-locator-search-left,.store-locator-search-right{
    margin-bottom: 20px;
}
.bootstrap-storeifyapps .content-store-info .fieldset.create{
    border: none !important;
    margin-bottom: 0;
}
@media only screen and (min-width: 771px) {
    .bootstrap-storeifyapps .left {
        float:left !important;
        width: 33%;
    }
    .bootstrap-storeifyapps .right {
        float:right !important;
        width: 67%;
    }

  /*  .product-template__container-layout-2 .left {
        float:left !important;
        width: 25%;
    }
    .product-template__container-layout-2 .right {
        float:right !important;
        width: 74%;
    } */

    .bootstrap-storeifyapps .store-locator-search-left{
        float: left;
        width: 50% !important;
        padding-right: 25px;
        box-sizing: border-box;
    }
    .bootstrap-storeifyapps .store-locator-search-right{
        float: right;
        width: 50% !important;
        padding-left: 25px;
        box-sizing: border-box;
    }
}
.bootstrap-storeifyapps .store-title label{
    background-color: #eb5e00;
    padding: 0px 7px;
    color: #fff;
    font-size: 20px;
    margin: 0px 0px 10px;
}
.bootstrap-storeifyapps .store-title a{
        margin: 14px;
    background-color: #3399cc;
    color: #fff;
    padding: 0px 8px;
}
.right{
    margin-bottom: 10px;
}
.map_container{
    float:left;
    width:100%;
}
/*.map_container,.store_list,.backstore{margin-bottom: 25px;}*/
.store_detail{ 
    word-wrap: normal;
}

.store_detail h2 { 
    color: #e76200;
}
.work-time.table td,
.work-time.table th,
.work-time.table tr{
    border:none;
}
.store_detail td { 
    padding: 10px;
    vertical-align: middle;
}

.store_detail td.label { 
    width: 50%;
    padding-bottom: 10px;
}

.store_detail td.weekday { 
    padding-right: 5px;
}

.store_detail img {
    width: 100%;
    border: 1px solid #dedede;
    padding: 6px;
    margin-bottom: 15px;
}

.store_list{
    float: left;   
    width: 100%;
}

.distance {
    float: right;
}

.clear {
    clear: both;
}

/*.label {
    font-weight: bold;
}*/

.address-input-text {
    width: 300px;
}

.loader {
    position: absolute;
    top:45%;
    left:45%;
    z-index:1000;
}

.loader img {
    margin: 0 auto;
    width: 32px !important;
}

#bntDirection{float: right;color: inherit;}
#storeify-detail-store #map {
    height: 600px; 
}

#street_view {
    height: 600px; 
    display: none
}
.store-detail-content-layout-2{
    width: 100%;
    clear: left;
    /*overflow: hidden;
    border-top :1px solid #ccc;
    margin-top:15px;
    padding-top: 15px;*/

}
.store-detail-content-layout-2 .title-store-info{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0;
}
.store-detail-content-layout-2 .content-store-info{
    border:0;
}
.search-address-box,
.search-radius-box,
.store-locator-search-left{
    float: left;
    width: 100%;
}
.search-address-box{
    /*margin-bottom: 10px;*/
}
.store-locator-search-right{
    float: right;
    width: 100%;
}
.store-locator-search-right label, .store-locator-search-left label{
    background-color: #eb5e00;
    padding: 0px 7px;
    color: #fff;
    margin:7px 0px;
}

.backstore{
    float: left;
    width: 100%;
    margin: 7px 0px;
}

.simplePopup {
    display:none;
    position:fixed;
    border:4px solid #808080;
    background:#fff;
    z-index:999;
    padding:12px;
    width:70%;
    min-width:70%;
}

.simplePopupClose {
    float:right;
    cursor:pointer;
    margin-left:10px;
    margin-bottom:10px;
}

.simplePopupBackground {
    display:none;
    background:#000;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:99;
}
.owl-controls{
    position: absolute;
    top: 35%;
    width: 100%;
}
.owl-prev{
    position: absolute;
    left: 0px;
    opacity:0.3;
}
.owl-next{
    position: absolute;
    right: 0px;
    opacity:0.3;
}
/*aaaa*/
.store-info,.content-store-info{
    width: 100%;
    float: left;
}
.store-info .title-store-info{
    display: block;
    width: 100%;
    background: #1979c3;
    padding: 14px 12px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
}
.store-info a {
    color: inherit !important;
}
.content-store-info{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px; 
}
.content-store-info table{margin-bottom: 0 !important;}
/*
.content-store-info label{
    display: block;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-bottom:5px; 
}
*/
.content-store-info .entry-item{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.4; 
}
.content-store-info .entry-thumnai{
    float: left;
}
.content-store-info .entry-info{
    width: 100%;
}
.back-stores{
    font-size: 14px;
}

#toggleStreetView {
    font-size: 16px;
    color: inherit;
    float: right;
    text-align: center;
    padding: 5px 0 10px;
    cursor: pointer;
    position: relative;z-index:9999;
}
#toggleStreetView i{font-size: 20px;}
.product-template__container-layout-2 .content-store-info .entry-info{
    width: 100%;
}
#storeify-detail-store .vertical{display: block;width: 100%;overflow: hidden;text-align: center;padding:0 5px !important;margin: 0!important}
#storeify-detail-store .vertical li{
    display: inline-block !important;
    width: 20px;
    height: 20px;
    margin: 5px !important;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    background-image: url(../images/sprite-icon.png);
    padding: 1px !important;
}
#storeify-detail-store .vertical li.car{
    
    background-position: center -40px;
}
#storeify-detail-store .vertical li.bus{
   
    background-position: center -79px;
}
#storeify-detail-store .vertical li.walk{
  
    background-position: center -119px;
}
#storeify-detail-store .vertical li.bicycle{
   
    background-position: center -160px;
}
#storeify-detail-store .vertical li.car.active{
    
    background-position: center -60px;
}
#storeify-detail-store .vertical li.bus.active{
   
    background-position: center -99px;
}
#storeify-detail-store .vertical li.walk.active{
  
    background-position: center -139px;
}
#storeify-detail-store .vertical li.bicycle.active{
   
    background-position: center -180px;
}
#frm-storelocator-search {
    margin: 0;
    padding: 0;
}
#map,
.storelocator-search,
#frm-storelocator-search,
.header-search-stl,
.content-search-slt,
.search-map,.results-slt{
    display: block;
    width: 100%;
    float: left;
}

.table > tbody > tr:first-child > th, .table > tbody > tr:first-child > td{
    border-top: 0;
}

.storelocator-search{
    margin-bottom: 30px; 
}
.storelocator-search *{
    box-sizing: border-box;
}
.header-search-stl{
    background: #F8F8F8;
    border: 1px solid #ececec;
    float: left;
    box-sizing: border-box;
    margin-bottom: 16px;
    margin-top: 8px;
    padding: 15px ;
}
.linkdetailstore{
    display: block;
    margin-top:10px;
    margin-right: 3px;
}
 .inner-item{
    overflow: hidden;
    display: block;
    padding: 10px;
    cursor: pointer;
}
.inner-item h3{
    margin: 10px 0 5px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.inner-item .item-thumb{
    float: left;
    width: 100%;
    padding-right: 0; 
}
.inner-item .item-content{
    float: left;
    width: 100%;
}
.store-marker h4{
    margin: 0;
}
.store-marker tr td p{display: block;padding: 0;margin: 0;}
.store-marker tr td{padding: 5px;}
.label-radius{
    font-weight: bold;
    margin-right: 5px;
}
.input-radius-slt{
    width: 100%;
    float: left;
    padding-top: 5px;
}

.results-slt .title,.ify-col-schedule .title-store-info{
    display: block;
    width: 100%;
    background: #1979c3;
    padding: 14px 12px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    margin: 20px 0 5px;
}
.gr-search-slt label{
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 5px 1px;
    color: #1979c3;
    text-align: right;
    font-weight: 600;
}
.gr-search-slt{
    float: left;
    width: 100%;
}
@media screen and (min-width: 992px){
    select.chose-search-slt {
        border-right: 0 !important;
    }
    .left-search-slt{
        width: 45%;
        float: left;
    }
    .right-search-slt{
        width: 55%;
        float: left;
        padding-left: 30px; 
        box-sizing: border-box;
    }
    .chose-search-slt{
        float:left;
        width: 30%;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        margin: 0;
    }
    .gr-search-slt input{
        width: 100%;
        display: block;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        margin: 0;
    }
    .gr-search-slt{
        float: right;
        width: 70%;
    }
    .search-slt{
        float: right;
        width: 70% !important;
        display: block;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        margin: 0;
    }
    #typeSelect{
        float: left;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        margin: 0;
        width: 200px;
    }
    
    .search-type{
        float: right;
        clear: left;
        margin-top: 10px;
    }
   

}
@media screen and (max-width: 768px){
    .header-search-stl .input-radius-slt,  .header-search-stl .left-search-slt > *{
        display: block;
        margin-bottom: 15px; 
    }
    .search-type{
        width: 100%;
        margin-top: 20px;
        float: left;
        overflow: visible;
    }
    #street_view {
        height: auto !important; 
        display: none !important;
    }
    #results-slt .list-item-3:not(.owl-carousel) .item.thumbnail{
        width: 100% !important;
    }
  
}
@media screen and (max-width: 480px){
    .owl-carousel .owl-wrapper-outer{
        padding: 0 !important;
        background: transparent !important;
    }
    #location .item{
    margin: 0;
    padding: 0;
    }
    /*#getbylocal{display: none;}*/
    .getdirectionstore{float:left !important;}
}


.storeify-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 25vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.storeify-title-model{
    display: block;
    margin: 10px 0;
    font-size: 16px;
}
/* Modal Content */
.storeify-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.storeify-close {
  color: #444;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.storeify-close:hover,
.storeify-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.storeify-modal-header {
  padding: 2px 16px;
}

.storeify-modal-body {padding: 2px 16px;}

.storeify-modal-footer {
  padding: 2px 16px;
}
.storeify-success {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.storeify-alert{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.inner-item .item-content{
    line-height: 19px;
}
.inner-item .item-content .address, 
.inner-item .item-content .item-envelope, 
.inner-item .item-content .item-phone, 
.inner-item .item-content .item-link,
.inner-item .item-content .item-road{
    margin:0 0 10px 0; 
}
.inner-item .item-content h4{
    margin: 10px 0 5px 0;
}
a.linkdetailstore {
    float: left;
}
.linkdetailstore, .getdirectionstore {
    color: inherit;
    /*border: 1px solid #f5f5f5;
    border-radius: 5px;*/
    padding: 6px !important;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    float: right;
    margin-top: 10px;
}
.right-search-slt #submit-search,
.right-search-slt #reset-search{
    padding: 5px 10px;
    font-size: 14px;

}
.right-search-slt .radius-value-container,
.right-search-slt .label-radius,
.right-search-slt #submit-search,
.right-search-slt #reset-search{
    margin-top:7px;
}
#results-slt .owl-carousel .owl-nav .owl-prev,
#results-slt .owl-carousel .owl-nav .owl-next{
    font-size: 50px !important;
    position: absolute;
    top:35%;
}
#results-slt .owl-carousel .owl-nav .owl-prev{
    left: 0;
}
#results-slt .owl-carousel .owl-nav .owl-next{
    right: 0;
}
.table-store-marker{
    margin: 0;
}
.table-store-marker .row {
    margin: 0 !important;
}
.table-store-marker,
.table-store-marker tr,
.table-store-marker td,
.table-store-marker th{
    border: none !important;
    vertical-align: top
}
#results-slt .list-item-3:not(.owl-carousel) .item.thumbnail{
    width: 33.3333%;
    float: left;
}
.storelocator-layout-2{
    background:#FFF;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.storelocator-layout-2 #main-slider-storelocator{
    overflow-y: scroll;
    height: 470px;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.storelocator-layout-2 #main-slider-storelocator.storeify-first-alert{
    overflow-y: hidden;
}
.storelocator-layout-2 #main-slider-storelocator .storeify_loadmap_text{
    display: block;
    margin-top: 20px;
    padding-left: 10px;
}
#results-slt.results-slt-layout-2  .list-item-3:not(.owl-carousel) .item.thumbnail{
    width:96%;
    float: left;
}
#storeify-contactForm{
    padding: 2px 2px 10px 2px;
}
.storeify-errors{
    list-style: none;
    display: block;
}
.storeify-errors li{
    display: block;
}
#storeify-contactForm .input-err{
    border-color: red;
}
.search-address-box #address{width: 100%;}
#reset-search, #submit-search {
    border: 1px solid #ddd;
    padding: 7px 9px;
    border-radius: 0;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: middle;
}
button#submit-search {
    background: #fff;
    color: #333;
    display: inline;
    padding: 5px 9px;
    outline: none;
}
.range-radius{
    width: 100%;
    max-width: 100%;
    position: relative;
}
.range-radius input{
    width: 100%;
}

.range-radius .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  min-height: 8px;
  border-radius: 25px;
  background: #333;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range-radius .slider:hover {
  opacity: 1;
}

.range-radius .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.range-radius .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

#main-slider-storelocator::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#main-slider-storelocator::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#main-slider-storelocator::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #666;
}
.storeifystorelocator-seach-action-mobile,
.input-radius-slt-mobile,
.input-radius-choose-mobile,
.map-tab-mobile-bnt{
    display: none;
}

#map {
    width: 100%;
    height: 100%;
}
.map-tab-mobile-bnt{
        width: 100%;
        overflow: hidden;
        padding-top: 25px;
    }
    .map-tab-mobile-bnt-item{
            width: 49.2%;
            text-align: center;
            display:block;
            padding: 5px 0;
            border: 1px solid #cccccc;
            background: #fff;
    }
@media screen and (min-width: 721px){
    .storeifyapps-storelocator-layout-3 .seach-action-box,
    .storeifyapps-storelocator-layout-4 .seach-action-box{
        margin-top: 0 !important;
        min-width: 140px;
        height: 45px;
        padding: 5px 0;
        box-sizing: border-box;
        font-size: 16px;
    }
}
@media screen and (max-width: 992px){
    body .storelocator-layout-2{
        border: 0;
        padding: 10px;

    }
    .map_container{
        height: 400px !important;
    }
    #map {
        width: 100%;
        height: 400px !important;
    }
    .chose-search-slt.form-control-storeify{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .storeify-sear-box,
    .storeify-header-inner{
        width: 100%;
        overflow: hidden;
        padding: 20px;
        border: 1px solid #DDD;
        border-radius: 5px;
    }
    .search-radius-box{
        margin-bottom: 15px;
    }
    #main-slider-storelocator{
        border: 1px solid #ddd;
    }
    #main-slider-storelocator .item{
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
    #main-slider-storelocator .item .item-content{
        font-size: 13px;
    }
    #main-slider-storelocator .item .linkdetailstore,
    #main-slider-storelocator .item .getdirectionstore{
        font-size: 12px;
    }
    .search-address-box .search-slt{
        width: 100%;
    }
    .storeifystorelocator-seach-action-box,
    .input-radius-slt-desktop{
        display: none !important;
    }
    .storeifystorelocator-seach-action-mobile,
    .input-radius-slt-mobile,
    .input-radius-choose-mobile,
    .map-tab-mobile-bnt
    {
        display: block;
    }
    .storeifystorelocator-seach-action-mobile{
      display: block !important;
    }
    #tags,#stores-tags-filter{
        text-align: left !important;
    }
    #stores-tags-filter{
        /*border-bottom: 1px solid #ddd;*/
    }
    #stores-tags-filter > label{
        display: block !important;
        width: 100%;
    }
    .form-control-storeify{
        width: 100%;
        display: block;
    }
    .map-tab-mobile{
        display: none;
    }
    .map-tab-mobile.active{
        display: block;
    }
    .map-tab-mobile-bnt{
          margin-bottom: 20px;
    }
    
}
.storeify-storelocator-social-list,.storeify-storelocator-social-maker{width: 100%;overflow: hidden;margin-top: 10px;}
.storeify-storelocator-social-maker .material-icons-outlined {margin-top: 6px;}
.storeify-storelocator-social-list a{
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 10px 10px 10px 0;
    padding: 0;
}
.storeify-storelocator-social-maker a{
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 5px 5px 5px 0;
    padding: 0;
}
.storeify-storelocator-social-list a i,
.storeify-storelocator-social-maker a i{
    line-height: 1;
    padding: 0;
    margin: 0;
}
.storelocator-search .fa {
    font: normal normal normal 14px/1 FontAwesome;
}
.content-store-info .storeify-item-product{
  width: 33.33%;
  float: left;
  padding: 5px;
  text-align: center;
}
.content-store-products{
  max-height: 750px;
  overflow-y: scroll;
}
.storeify-item-product img{margin-bottom: 5px;}
.content-store-products .storeify-flex{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.content-store-products::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.content-store-products::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.content-store-products::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #666;
}

#getbylocal{cursor: pointer;border: 0;padding:5px;background: transparent;float: right;outline: 0;}
#getbylocal .my_location{font-size: 16px;}
.bootstrap-storeifyapps .material-icons-outlined{vertical-align: middle;font-family: 'Material Icons Outlined' !important;}
.bootstrap-storeifyapps .item-content .material-icons-outlined,
.content-store-info .entry-item .material-icons-outlined{float:left;padding-right: 10px;}
.bootstrap-storeifyapps .item-content .getdirectionstore .material-icons-outlined,
.bootstrap-storeifyapps .item-content .linkdetailstore .material-icons-outlined{float:none;}
.store-name{font-size: 18px !important;}
.inner-item.inner-item-active{background:#ddd;}
.storeify-list-product{
  position: relative;
}
.storeify-list-product .load-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #ffffff75;
  display: none;
}
.storeify-list-product.load-ajax .content-store-products{
  height: 750px;
}
.storeify-list-product .load-bg span{
  margin-top: 350px;
  display: inline-block;
  padding: 5px 15px;
  background: #ffffff95;
  border-radius: 2px;
  box-shadow: 1px 7px 14px -1px rgba(0,0,0,0.59);
  -webkit-box-shadow: 1px 7px 14px -1px rgba(0,0,0,0.59);
  -moz-box-shadow: 1px 7px 14px -1px rgba(0,0,0,0.59);
}
.storeify-list-product.load-ajax .load-bg{
  display: block;
  text-align: center;
}
.storelocator-paged{
  width: 100%;
  display: block;
  overflow: hidden;
}
.storelocator-paged .page-item{
  float: left;
  padding: 7px 9px;
  text-decoration: none;
  line-height: 1;
  color: #333;
  cursor: pointer;
}
.storelocator-paged .page-control.page-item{
  background-color:#FFF;
  color: #333;
  display: none;
}
.storelocator-paged .page-control.page-item.active{
  display: block;
}
.storelocator-paged .page-item:hover,
.storelocator-paged .page-control.page-item.active:hover{
  background-color:#cecece;
}
.storeify-list-city,
.storeify-list-country{
  display:block;
  overflow: hidden;
}
.storeify-list-city .storeify-item-city,
.storeify-list-country .storeify-item-country{
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.storeify-list-city .storeify-item-city .storelocator-title,
.storeify-list-country .storeify-item-country .storelocator-title{
  font-size: 20px;
}
.storeify-list-city .storeify-item-city .storeify-item-info,
.storeify-list-country .storeify-item-country .storeify-item-info{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.storeify-list-city .storeify-item-city .storeify-item-info *,
  .storeify-list-country .storeify-item-country .storeify-item-info *{
    display: inline-block;
    line-height: 1.2;
}
.storeify-list-city .storeify-item-city .storeify-item-info a,
  .storeify-list-country .storeify-item-country .storeify-item-info a{
    text-decoration:none;
  }
.storeify-list-city .storeify-item-city .storeify-item-info .material-icons-outlined,
  .storeify-list-country .storeify-item-country .material-icons-outlined{
    vertical-align: bottom;
    margin-right:5px;
    line-height: 1.2;
    font-size: 20px;
  }
.inner-item .item-content .store-name{
  margin-bottom: 15px;
}
.bootstrap-storeifyapps a {
    text-decoration: auto;
}
.bootstrap-storeifyapps .gm-style .gm-style-iw-c {
max-height: max-content !important;
}
.bootstrap-storeifyapps .gm-style .gm-style-iw-d {
    max-height: max-content !important;
    overflow: visible !important;
}
@media screen and (max-width: 680px){
  .table-store-marker{overflow-y: auto;max-height: 300px;}
}
@media screen and (max-width: 450px){
  .store-marker .material-icons-outlined{font-size:15px;}
  .store-marker .store-name{font-size:15px !important;}
  .table-store-marker .content-store-info{padding: 0;}
  .bootstrap-storeifyapps .table-store-marker .table > tbody > tr > th{padding: 5px 2px;}
  .ify-col-schedule .title-store-info{padding: 7px;}
  .store-marker{padding-right:5px;}
  .bootstrap-storeifyapps .table-store-marker .col-md-12{padding:0;}
}
@media screen and (max-width: 400px){
  body .storelocator-layout-2{padding:5px;}
  .table-store-marker{overflow-y: auto;max-height: 270px;}
  body .gm-style .gm-style-iw-c{padding-left:10px !important;}
  body .gm-style-iw{max-width:230px !important;}
}
.storeifyapps-storelocator-layout-6.storeifyapps-storelocator-shortcode,
.storeifyapps-storelocator-layout-7.storeifyapps-storelocator-shortcode
.storeifyapps-storelocator-layout-8.storeifyapps-storelocator-shortcode
.storeifyapps-storelocator-layout-9.storeifyapps-storelocator-shortcode{
  background: #FFF;
}
.storelocator-layout-3 .map-tab-ggmap{opacity: 0;width: 1px;height: 1px;overflow: hidden;}
.bootstrap-storeifyapps .storelocator-layout-3 .thumbnail,
.bootstrap-storeifyapps .storelocator-layout-3 .img-thumbnail{
box-shadow:none;
border:0;
padding: 10px;
}
.bootstrap-storeifyapps .storelocator-layout-3 #main-slider-storelocator{
overflow-y: auto;
  max-height: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.storeifyapps-storelocator-layout-6 #results-slt .list-item-3:not(.owl-carousel) .item.thumbnail{
width: 50%;
}
.storeifyapps-storelocator-layout-7 #results-slt .list-item-3:not(.owl-carousel) .item.thumbnail{
width: 100%;
}
@media only screen and (min-width: 720px){
 .storeifyapps-storelocator-layout-7 .inner-item .item-thumb.has-thumb{
  width: 45%;
  padding-right: 20px;
 }
 .storeifyapps-storelocator-layout-7 .inner-item .item-content{
  float: left;
  width: 55%;
 }
}