@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.als-ebay-store {
  /*! normalize.css v2.0.1 | MIT License | git.io/normalize */
  /* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
  /*
 * Corrects `block` display not defined in IE 8/9.
 */
  /*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
  /*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
  /* ==========================================================================
   Base
   ========================================================================== */
  /*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
  /*
 * Removes default margin.
 */
  /* ==========================================================================
   Links
   ========================================================================== */
  /*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
  /*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
  /* ==========================================================================
   Typography
   ========================================================================== */
  /*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
  /*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
  /*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
  /*
 * Addresses styling not present in Safari 5 and Chrome.
 */
  /*
 * Addresses styling not present in IE 8/9.
 */
  /*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
  /*
 * Improves readability of pre-formatted text in all browsers.
 */
  /*
 * Sets consistent quote types.
 */
  /*
 * Addresses inconsistent and variable font size in all browsers.
 */
  /*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* ==========================================================================
   Embedded content
   ========================================================================== */
  /*
 * Removes border when inside `a` element in IE 8/9.
 */
  /*
 * Corrects overflow displayed oddly in IE 9.
 */
  /* ==========================================================================
   Figures
   ========================================================================== */
  /*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
  /* ==========================================================================
   Forms
   ========================================================================== */
  /*
 * Define consistent border, margin, and padding.
 */
  /*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
  /*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
  /*
 * Re-set default cursor for disabled elements.
 */
  /*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
  /*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
  /*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
  /*
 * Removes inner padding and border in Firefox 4+.
 */
  /*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
  /* ==========================================================================
   Tables
   ========================================================================== */
  /*
 * Remove most spacing between table cells.
 */
  /* ============================================ *
 * Base Styles
 * ============================================ */
  /* ============================================ *
 * Typography
 * ============================================ */
  /* Primary Buttons */
  /* Disabled - class for anchor, state for form elements */
  /* Adjacent buttons */
  /* ============================================ *
 * Header
 * ============================================ */
  /* ============================================ *
 * Header Store
 * ============================================ */
  /* ============================================ *
 * Header Search
 * ============================================ */
  /* ============================================ *
 * Search Form
 * ============================================ */
  /* ============================================ *
 * Header Promo
 * ============================================ */
  /* ============================================ *
 * Header Promo
 * ============================================ */
  /* ============================================ *
 * Header Promo
 * ============================================ */
  /* ============================================ *
 * Header Promo
 * ============================================ */
  /* ============================================ *
 * Footer
 * ============================================ */
  /* -------------------------------------------- *
 * Footer
 */
  /* ============================================ *
 * Search Form
 * ============================================ */
  /* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
  /* ============================================ *
 * Search - Advanced
 * ============================================ */
}

.als-ebay-store article,
.als-ebay-store aside,
.als-ebay-store details,
.als-ebay-store figcaption,
.als-ebay-store figure,
.als-ebay-store footer,
.als-ebay-store header,
.als-ebay-store hgroup,
.als-ebay-store nav,
.als-ebay-store section,
.als-ebay-store summary {
  display: block;
}

.als-ebay-store audio,
.als-ebay-store canvas,
.als-ebay-store video {
  display: inline-block;
}

.als-ebay-store audio:not([controls]) {
  display: none;
  height: 0;
}

.als-ebay-store [hidden] {
  display: none;
}

.als-ebay-store html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

.als-ebay-store body {
  margin: 0;
}

.als-ebay-store a:focus {
  outline: thin dotted;
}

.als-ebay-store a:active,
.als-ebay-store a:hover {
  outline: 0;
}

.als-ebay-store h1 {
  font-size: 2em;
}

.als-ebay-store abbr[title] {
  border-bottom: 1px dotted;
}

.als-ebay-store b,
.als-ebay-store strong {
  font-weight: bold;
}

.als-ebay-store dfn {
  font-style: italic;
}

.als-ebay-store mark {
  background: #ff0;
  color: #000;
}

.als-ebay-store code,
.als-ebay-store kbd,
.als-ebay-store pre,
.als-ebay-store samp {
  font-family: monospace, serif;
  font-size: 1em;
}

.als-ebay-store pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.als-ebay-store q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.als-ebay-store small {
  font-size: 80%;
}

.als-ebay-store sub,
.als-ebay-store sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.als-ebay-store sup {
  top: -0.5em;
}

.als-ebay-store sub {
  bottom: -0.25em;
}

.als-ebay-store img {
  border: 0;
}

.als-ebay-store svg:not(:root) {
  overflow: hidden;
}

.als-ebay-store figure {
  margin: 0;
}

.als-ebay-store fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.als-ebay-store legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

.als-ebay-store button,
.als-ebay-store input,
.als-ebay-store select,
.als-ebay-store textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

.als-ebay-store button,
.als-ebay-store input {
  line-height: normal;
}

.als-ebay-store button,
.als-ebay-store html input[type="button"], .als-ebay-store input[type="reset"],
.als-ebay-store input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

.als-ebay-store button[disabled],
.als-ebay-store input[disabled] {
  cursor: default;
}

.als-ebay-store input[type="checkbox"],
.als-ebay-store input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.als-ebay-store input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

.als-ebay-store input[type="search"]::-webkit-search-cancel-button,
.als-ebay-store input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.als-ebay-store button::-moz-focus-inner,
.als-ebay-store input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.als-ebay-store textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

.als-ebay-store table {
  border-collapse: collapse;
  border-spacing: 0;
}

.als-ebay-store *, .als-ebay-store *:before, .als-ebay-store *:after {
  box-sizing: border-box;
}

@-ms-viewport {
  .als-ebay-store {
    width: device-width;
  }
}

@-o-viewport {
  .als-ebay-store {
    width: device-width;
  }
}

@viewport {
  .als-ebay-store {
    width: device-width;
  }
}

.als-ebay-store a, .als-ebay-store button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.als-ebay-store html {
  font-size: 16px;
}

.als-ebay-store body,
.als-ebay-store button,
.als-ebay-store input,
.als-ebay-store select,
.als-ebay-store table,
.als-ebay-store textarea {
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 1.5;
}

.als-ebay-store a {
  color: #2D2E2F;
  text-decoration: none;
}

.als-ebay-store a:hover {
  color: #212122;
  text-decoration: underline;
}

.als-ebay-store a:focus {
  outline-color: #272828;
  color: black;
}

.als-ebay-store ol,
.als-ebay-store ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.als-ebay-store h1,
.als-ebay-store .h1 {
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  margin: 0;
  margin-bottom: 10px;
  color: #2D2E2F;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

@media (min-width: 40em) {
  .als-ebay-store h1,
  .als-ebay-store .h1 {
    font-size: 24px;
  }
}

@media (min-width: 50em) {
  .als-ebay-store h1,
  .als-ebay-store .h1 {
    font-size: 25px;
  }
}

@media (min-width: 60em) {
  .als-ebay-store h1,
  .als-ebay-store .h1 {
    font-size: 26px;
  }
}

@media (min-width: 70em) {
  .als-ebay-store h1,
  .als-ebay-store .h1 {
    font-size: 28px;
  }
}

@media (min-width: 80em) {
  .als-ebay-store h1,
  .als-ebay-store .h1 {
    font-size: 30px;
  }
}

.als-ebay-store h2,
.als-ebay-store .h2 {
  font-size: 19px;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  margin-bottom: 8px;
  color: #636363;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

@media (min-width: 40em) {
  .als-ebay-store h2,
  .als-ebay-store .h2 {
    font-size: 20px;
  }
}

@media (min-width: 50em) {
  .als-ebay-store h2,
  .als-ebay-store .h2 {
    font-size: 21px;
  }
}

@media (min-width: 60em) {
  .als-ebay-store h2,
  .als-ebay-store .h2 {
    font-size: 22px;
  }
}

@media (min-width: 70em) {
  .als-ebay-store h2,
  .als-ebay-store .h2 {
    font-size: 24px;
  }
}

@media (min-width: 80em) {
  .als-ebay-store h2,
  .als-ebay-store .h2 {
    font-size: 26px;
  }
}

.als-ebay-store h3,
.als-ebay-store .h3 {
  font-size: 16px;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

@media (min-width: 30em) {
  .als-ebay-store h3,
  .als-ebay-store .h3 {
    font-size: 16px;
  }
}

@media (min-width: 40em) {
  .als-ebay-store h3,
  .als-ebay-store .h3 {
    font-size: 18px;
  }
}

@media (min-width: 60em) {
  .als-ebay-store h3,
  .als-ebay-store .h3 {
    font-size: 19px;
  }
}

@media (min-width: 80em) {
  .als-ebay-store h3,
  .als-ebay-store .h3 {
    font-size: 20px;
  }
}

.als-ebay-store h4,
.als-ebay-store .h4 {
  font-size: 15px;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

@media (min-width: 40em) {
  .als-ebay-store h4,
  .als-ebay-store .h4 {
    font-size: 16px;
  }
}

@media (min-width: 60em) {
  .als-ebay-store h4,
  .als-ebay-store .h4 {
    font-size: 17px;
  }
}

@media (min-width: 80em) {
  .als-ebay-store h4,
  .als-ebay-store .h4 {
    font-size: 18px;
  }
}

.als-ebay-store h5,
.als-ebay-store .h5 {
  font-size: 14px;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

@media (min-width: 60em) {
  .als-ebay-store h5,
  .als-ebay-store .h5 {
    font-size: 15px;
  }
}

@media (min-width: 80em) {
  .als-ebay-store h5,
  .als-ebay-store .h5 {
    font-size: 16px;
  }
}

.als-ebay-store h6,
.als-ebay-store .h6 {
  font-size: 13px;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  margin-bottom: 6px;
  color: #636363;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

@media (min-width: 60em) {
  .als-ebay-store h6,
  .als-ebay-store .h6 {
    font-size: 14px;
  }
}

.als-ebay-store .button {
  background: #f7931e;
  border: #c8c8c8;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  box-shadow: none;
  line-height: 20px;
  padding: 10px 20px;
}

.als-ebay-store .button:hover {
  background: #f38709;
  border: #bbbbbb;
  color: #FFFFFF;
  box-shadow: none;
  cursor: pointer;
}

.als-ebay-store .button:active,
.als-ebay-store .button:focus {
  background: #da7908;
  border: #afafaf;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}

.als-ebay-store .button--secondary {
  background: #738d9a;
  border: #c8c8c8;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  box-shadow: none;
  line-height: 20px;
  padding: 10px 20px;
}

.als-ebay-store .button--secondary:hover {
  background: #516570;
  border: #bbbbbb;
  color: #FFFFFF;
  box-shadow: none;
  cursor: pointer;
}

.als-ebay-store .button--secondary:active,
.als-ebay-store .button--secondary:focus {
  background: #516570;
  border: #afafaf;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}

.als-ebay-store a.button {
  text-decoration: none;
  display: inline-block;
}

.als-ebay-store a.button:hover {
  color: #FFFFFF;
}

.als-ebay-store .button.disabled,
.als-ebay-store .button:disabled {
  box-shadow: none;
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

.als-ebay-store .button + .button {
  margin-left: 5px;
}

.als-ebay-store .als-ebay-wrapper {
  font-family: 'Roboto', Verdana, Arial, sans-serif;
}

.als-ebay-store .container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

.als-ebay-store .container:after {
  content: " ";
  display: block;
  clear: both;
}

.als-ebay-store img {
  max-width: 100%;
  height: auto;
}

.als-ebay-store input[type="search"] {
  box-sizing: border-box;
}

.als-ebay-store .footer .fa-stack-2x {
  color: #f7931e;
}

.als-ebay-store .footer .fa-stack-1x {
  font-size: 1.25em;
}

.als-ebay-store #header .header-top .container {
  padding-top: 0;
  padding-bottom: 0;
}

.als-ebay-store .button--account,
.als-ebay-store .button--cart {
  background: #fbb040;
  color: #FFFFFF;
}

@media (min-width: 50em) {
  .als-ebay-store .button--account,
  .als-ebay-store .button--cart {
    background: #738d9a;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .button--account,
  .als-ebay-store .button--cart {
    color: #FFFFFF;
  }
}

.als-ebay-store .button--account:focus,
.als-ebay-store .button--cart:focus {
  background: #fbb040;
  color: #FFFFFF;
}

@media (min-width: 50em) {
  .als-ebay-store .button--account:focus,
  .als-ebay-store .button--cart:focus {
    background: #738d9a;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .button--account:focus,
  .als-ebay-store .button--cart:focus {
    color: #FFFFFF;
  }
}

.als-ebay-store .button--account:hover,
.als-ebay-store .button--cart:hover {
  background: #ea8e05;
  color: #FFFFFF;
}

@media (min-width: 50em) {
  .als-ebay-store .button--account:hover,
  .als-ebay-store .button--cart:hover {
    background: #516570;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .button--account:hover,
  .als-ebay-store .button--cart:hover {
    color: #FFFFFF;
  }
}

.als-ebay-store .button--account:active,
.als-ebay-store .button--cart:active {
  background: #ea8e05;
  color: #FFFFFF;
}

@media (min-width: 50em) {
  .als-ebay-store .button--account:active,
  .als-ebay-store .button--cart:active {
    background: #516570;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .button--account:active,
  .als-ebay-store .button--cart:active {
    color: #FFFFFF;
  }
}

.als-ebay-store .header__store {
  background: #fbb040;
  color: #FFFFFF;
}

@media (min-width: 50em) {
  .als-ebay-store .header__store {
    background: transparent;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .header__store {
    color: #fbb040;
  }
}

@media (max-width: 49.99em) {
  .als-ebay-store .header__store {
    height: 55px;
    max-height: 55px;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .header__store {
    position: relative;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .header__store .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.als-ebay-store .header__store .header__logo {
  width: 31.6666666667%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  text-align: center;
}

@media (max-width: 49.99em) {
  .als-ebay-store .header__store .header__logo {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 45px;
    max-height: 45px;
    line-height: 45px;
  }
}

@media (min-width: 30em) and (max-width: 49.99em) {
  .als-ebay-store .header__store .header__logo {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    text-align: center;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .header__store .header__logo {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    text-align: left;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .header__store .header__methods {
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    padding: 10px;
  }
  .als-ebay-store .header__store .header__methods .header-cart--wrapper,
  .als-ebay-store .header__store .header__methods .header-account--wrapper {
    margin: 0 5px;
  }
}

.als-ebay-store .header__store .skip-links {
  width: 31.6666666667%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

@media (min-width: 30em) and (max-width: 49.99em) {
  .als-ebay-store .header__store .skip-links {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .header__store .skip-links {
    display: none;
  }
}

.als-ebay-store .header__store .skip-links.skip-links--left {
  text-align: left;
}

.als-ebay-store .header__store .skip-links.skip-links--right {
  text-align: right;
}

.als-ebay-store .header__store .skip-links .skip-link {
  font-size: 20px;
  background: #fbb040;
  color: #FFFFFF;
  line-height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: inline-block;
}

@media (min-width: 50em) {
  .als-ebay-store .header__store .skip-links .skip-link {
    background: transparent;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .header__store .skip-links .skip-link {
    color: #fbb040;
  }
}

@media (min-width: 20em) {
  .als-ebay-store .header__store .skip-links .skip-link {
    font-size: 25px;
  }
}

.als-ebay-store .header__store .skip-links .skip-link:hover {
  background: #516570;
  color: #FFFFFF;
}

.als-ebay-store .header__store .skip-links .skip-link:active,
.als-ebay-store .header__store .skip-links .skip-link.is-active {
  background: #516570;
  color: #FFFFFF;
}

.als-ebay-store .header__store .skip-links .skip-link .fa {
  line-height: 55px;
}

.als-ebay-store .header__search {
  background: #EEEEEE;
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  display: none;
}

@media (min-width: 50em) {
  .als-ebay-store .header__search {
    background: transparent;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .header__search {
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    display: block;
    background: transparent;
    padding: 0;
    margin-top: 38px;
  }
}

.als-ebay-store .header__search.is-open {
  display: inline-block;
}

.als-ebay-store .search-form {
  border: 2px solid #738d9a;
  border-radius: 3px;
}

@media (min-width: 50em) {
  .als-ebay-store .search-form {
    border-radius: 3px;
  }
}

.als-ebay-store .search-form .search {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  background-color: white;
  border-radius: 3px;
}

.als-ebay-store .search-form .search .search-label {
  display: none;
}

.als-ebay-store .search-form .search .search-input,
.als-ebay-store .search-form .search .button--search {
  height: 40px;
  padding: 10px;
}

.als-ebay-store .search-form .search .search-input {
  float: left;
  width: 80%;
  border: none;
}

.als-ebay-store .search-form .search .search-input:focus {
  outline: 0;
}

.als-ebay-store .search-form .search .button--search {
  background: #738d9a;
  color: #FFFFFF;
  border-radius: 0;
  float: right;
  width: 20%;
}

.als-ebay-store .search-form .search .button--search:hover {
  background: #516570;
  color: #FFFFFF;
}

.als-ebay-store .search-form .search .button--search:active {
  background: #516570;
  color: #FFFFFF;
}

.als-ebay-store .header__promo {
  display: none;
  padding-top: 10px;
}

@media (min-width: 50em) {
  .als-ebay-store .header__promo {
    display: block;
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
}

.als-ebay-store .header__promo .promo {
  padding: 5px 10px;
  background: #636363;
  border-radius: 5px;
}

@media (min-width: 50em) {
  .als-ebay-store .header__promo .promo {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin: 10px 5px;
  }
}

@media (min-width: 60em) {
  .als-ebay-store .header__promo .promo {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
}

.als-ebay-store .header__promo .promo img {
  max-height: 40px;
  display: block;
  margin: 0 auto;
}

.als-ebay-store .header-contact {
  width: 95%;
  float: left;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: none;
  text-align: center;
}

@media (min-width: 50em) {
  .als-ebay-store .header-contact {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    display: block;
    text-align: right;
    color: #738d9a;
    margin-top: 8px;
  }
}

.als-ebay-store .header-contact .contact-need-help,
.als-ebay-store .header-contact .contact-phone-link,
.als-ebay-store .header-contact .contact-available {
  display: block;
}

.als-ebay-store .header-contact .contact-need-help,
.als-ebay-store .header-contact .contact-available {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.als-ebay-store .header-contact .contact-phone-link {
  font-size: 35px;
  font-weight: bold;
  color: white;
}

@media (min-width: 50em) {
  .als-ebay-store .header-contact .contact-phone-link {
    color: #fbb040;
  }
}

.als-ebay-store .header__links {
  display: none;
}

@media (min-width: 50em) {
  .als-ebay-store .header__links {
    display: block;
    padding-top: 25px;
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
  .als-ebay-store .header__links ul {
    width: 100%;
  }
  .als-ebay-store .header__links ul li {
    display: inline-block;
    padding: 15px;
  }
}

.als-ebay-store .home__slider {
  width: 98.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  padding: 10px 0;
}

@media (max-width: 49.99em) {
  .als-ebay-store .home__slider {
    padding: 20px 0;
  }
}

.als-ebay-store .home__featured {
  width: 98.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

.als-ebay-store .home__featured .featured {
  width: 98.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  padding: 30px 0;
}

@media (min-width: 50em) {
  .als-ebay-store .home__featured .featured {
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
}

.als-ebay-store .home__featured .featured img {
  display: block;
  margin: 0 auto;
}

.als-ebay-store .product__gallery,
.als-ebay-store .product__essential,
.als-ebay-store .promos--featured {
  width: 98.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

@media (min-width: 50em) {
  .als-ebay-store .product__gallery {
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
  .als-ebay-store .product__essential,
  .als-ebay-store .promos--featured {
    width: 65%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
}

.als-ebay-store .product__essential {
  margin-top: 15px;
  margin-bottom: 15px;
}

.als-ebay-store .product__essential .product__name,
.als-ebay-store .product__essential .product__sku,
.als-ebay-store .product__essential .product__description,
.als-ebay-store .product__essential .product__offer,
.als-ebay-store .product__essential .product__actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.als-ebay-store .product__essential .product__name {
  margin-top: 0;
}

.als-ebay-store .product__essential .product__sku {
  font-size: 1em;
}

.als-ebay-store .product__essential .product__sku .value {
  font-weight: normal;
}

.als-ebay-store .product__essential .product__description ul {
  list-style-type: circle;
  list-style-position: inside;
  padding: 0;
}

.als-ebay-store .product__essential .product__offer .price {
  font-weight: bold;
  font-size: 30px;
  color: #f7931e;
}

.als-ebay-store .product__essential .product__actions {
  margin-bottom: 0;
}

.als-ebay-store .product__gallery {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.als-ebay-store .product__gallery .product__gallery-main {
  width: 100%;
  max-width: 100%;
  max-height: 450px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.als-ebay-store .product__gallery .product__gallery-main:hover {
  border: 1px solid #333333;
}

.als-ebay-store .product__gallery .product__gallery-main .product_image {
  max-width: inherit;
  max-height: 448px;
  display: inline;
  margin: 0 auto;
  vertical-align: middle;
}

.als-ebay-store .product__gallery .product__gallery-thumbs {
  display: inline-block;
}

.als-ebay-store .product__gallery .product__gallery-thumbs .product__link {
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  float: left;
  text-align: center;
  margin: 5px;
  width: 80px;
  height: 80px;
  display: block;
}

.als-ebay-store .product__gallery .product__gallery-thumbs .product__link:hover {
  border: 1px solid #333333;
}

.als-ebay-store .product__gallery .product__gallery-thumbs .product__link .product__thumbnail {
  max-width: 78px;
  max-height: 78px;
  display: inline;
  margin: 0 auto;
  vertical-align: middle;
}

.als-ebay-store .promos.promos--featured {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
}

.als-ebay-store .promos.promos--featured .promo-item {
  display: inline-block;
  padding: 10px;
  margin: 5px;
}

.als-ebay-store .promos.promos--featured .promo-item .fa {
  margin-right: 5px;
}

.als-ebay-store .product__supplimental {
  width: 98.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.als-ebay-store .shipping-estimate-graphic {
  content: '';
  display: table;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

.als-ebay-store .shipping-estimate-graphic img {
  width: 98.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
}

@media (min-width: 50em) {
  .als-ebay-store .shipping-estimate-graphic img {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
  }
}

.als-ebay-store .toggle-content {
  width: 100%;
  float: left;
}

.als-ebay-store .toggle-content .toggle-content__link {
  color: #738d9a;
  background-color: #F4F4F4;
  border: 1px solid #cecece;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  float: left;
  width: 100%;
}

@media (min-width: 50em) {
  .als-ebay-store .toggle-content .toggle-content__link {
    display: none;
  }
}

.als-ebay-store .toggle-content .toggle-content__link.is-open {
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #484848;
}

.als-ebay-store .toggle-content .toggle-content__tabs {
  display: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  bottom: -1px;
  position: relative;
}

@media (min-width: 50em) {
  .als-ebay-store .toggle-content .toggle-content__tabs {
    display: block;
  }
}

.als-ebay-store .toggle-content .toggle-content__tabs .toggle-content__link {
  width: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: left;
  display: block;
  margin: 0 5px;
}

.als-ebay-store .toggle-content .toggle-content__tabs .toggle-content__link:first-child {
  margin-left: 0;
}

.als-ebay-store .toggle-content .toggle-content__title {
  font-size: 1em;
  font-weight: 600;
}

.als-ebay-store .toggle-content .toggle-content__item {
  float: left;
  width: 100%;
  display: none;
  border: 1px solid #cecece;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 15px;
}

.als-ebay-store .toggle-content .toggle-content__item.is-open {
  display: block;
}

.als-ebay-store .toggle-content .toggle-content__item ul {
  list-style-type: square;
  list-style-position: inside;
  padding: 0;
}

@media (max-width: 39.99em) {
  .als-ebay-store .zoomContainer {
    display: none;
  }
}

.als-ebay-store .footer,
.als-ebay-store .footer button {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.als-ebay-store .footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}

.als-ebay-store .footer:after {
  content: '';
  display: table;
  clear: both;
}

.als-ebay-store .footer .footer-top,
.als-ebay-store .footer .footer-main,
.als-ebay-store .footer .footer-bottom {
  float: left;
  clear: left;
  width: 100%;
}

.als-ebay-store .footer .block-title {
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.als-ebay-store .footer .form-language,
.als-ebay-store .footer .currency-switcher,
.als-ebay-store .footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}

.als-ebay-store .footer .form-language,
.als-ebay-store .footer .currency-switcher {
  display: none;
}

.als-ebay-store .footer-main {
  background-color: #655586;
  color: #FFFFFF;
}

.als-ebay-store .footer-main .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.als-ebay-store .footer-main .block-title {
  color: #FFFFFF;
}

.als-ebay-store .footer-main a {
  color: #FFFFFF;
}

.als-ebay-store .footer-main a:hover {
  color: #f2f2f2;
}

.als-ebay-store .footer-main a:active {
  color: #e6e6e6;
}

.als-ebay-store .footer-main .block-footer-main-1,
.als-ebay-store .footer-main .block-footer-main-2,
.als-ebay-store .footer-main .block-footer-main-3 {
  width: 48.3333333333%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 39.99em) {
  .als-ebay-store .footer-main .block-footer-main-1:nth-child(2n+1),
  .als-ebay-store .footer-main .block-footer-main-2:nth-child(2n+1),
  .als-ebay-store .footer-main .block-footer-main-3:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 40em) {
  .als-ebay-store .footer-main .block-footer-main-1,
  .als-ebay-store .footer-main .block-footer-main-2,
  .als-ebay-store .footer-main .block-footer-main-3 {
    width: 31.6666666667%;
    float: left;
  }
  .als-ebay-store .footer-main .block-footer-main-1:nth-child(3n + 1),
  .als-ebay-store .footer-main .block-footer-main-2:nth-child(3n + 1),
  .als-ebay-store .footer-main .block-footer-main-3:nth-child(3n + 1) {
    margin-left: 0.8333333333%;
    margin-right: -100%;
    clear: both;
  }
  .als-ebay-store .footer-main .block-footer-main-1:nth-child(3n + 2),
  .als-ebay-store .footer-main .block-footer-main-2:nth-child(3n + 2),
  .als-ebay-store .footer-main .block-footer-main-3:nth-child(3n + 2) {
    margin-left: 34.1666666667%;
    margin-right: -100%;
    clear: none;
  }
  .als-ebay-store .footer-main .block-footer-main-1:nth-child(3n + 3),
  .als-ebay-store .footer-main .block-footer-main-2:nth-child(3n + 3),
  .als-ebay-store .footer-main .block-footer-main-3:nth-child(3n + 3) {
    margin-left: 67.5%;
    margin-right: -100%;
    clear: none;
  }
}

.als-ebay-store .footer-main .block-footer-main-1 li,
.als-ebay-store .footer-main .block-footer-main-2 li,
.als-ebay-store .footer-main .block-footer-main-3 li {
  line-height: 1.4;
  padding: 4px 0;
}

.als-ebay-store .footer-bottom {
  background-color: #FFFFFF;
  color: #738d9a;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}

.als-ebay-store .footer-bottom a {
  color: #FFFFFF;
}

.als-ebay-store .footer-bottom a:hover {
  color: #f2f2f2;
}

.als-ebay-store .footer-bottom a:active {
  color: #e6e6e6;
}

.als-ebay-store .footer-bottom .block-footer-bottom {
  width: 65%;
  float: left;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.als-ebay-store .footer-bottom .copywright {
  width: 31.6666666667%;
  float: right;
  margin-left: 0.8333333333%;
  margin-right: 0.8333333333%;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 39.99em) {
  .als-ebay-store .footer-bottom .copywright,
  .als-ebay-store .footer-bottom .block-footer-bottom {
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    text-align: center;
  }
}

.als-ebay-store .logo {
  /* constrain to the parent element */
  max-width: inherit;
  max-height: inherit;
}

.als-ebay-store .logo:hover {
  opacity: 0.8;
}

.als-ebay-store .logo .logo__link {
  /* constrain to the parent element */
  max-width: inherit;
  max-height: inherit;
}

.als-ebay-store .logo .logo__image {
  /* constrain to the parent element */
  max-width: 100%;
  max-height: inherit;
}

.als-ebay-store .logo .logo__image.logo__image--compact {
  display: inline-block;
}

.als-ebay-store .logo .logo__image.logo__image--full {
  display: none;
}

@media (min-width: 50em) {
  .als-ebay-store .logo .logo__image.logo__image--compact {
    display: none;
  }
  .als-ebay-store .logo .logo__image.logo__image--full {
    display: inline-block;
  }
}

.als-ebay-store .site-search {
  border: 2px solid #738d9a;
  border-radius: 3px;
}

@media (min-width: 50em) {
  .als-ebay-store .site-search {
    border-radius: 3px;
  }
}

.als-ebay-store .search__form {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  margin: 0;
}

.als-ebay-store .search__form .search__label {
  display: none;
}

.als-ebay-store .search__form .search__input,
.als-ebay-store .search__form .search__submit {
  height: 40px;
  padding: 10px;
}

.als-ebay-store .search__form .search__input {
  float: left;
  width: 80%;
  border: none;
}

.als-ebay-store .search__form .search__input:focus {
  outline: 0;
}

.als-ebay-store .search__form .search__submit {
  background: #738d9a;
  color: #FFFFFF;
  border-radius: 0;
  float: right;
  width: 20%;
}

.als-ebay-store .search__form .search__submit:hover {
  background: #516570;
  color: #FFFFFF;
}

.als-ebay-store .search__form .search__submit:active {
  background: #516570;
  color: #FFFFFF;
}

.als-ebay-store .search__autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}

.als-ebay-store .search__autocomplete ul {
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #FFFFFF;
  border: 1px solid #2D2E2F;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.als-ebay-store .search__autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #2D2E2F;
  cursor: pointer;
  font-size: 16px;
  padding: 4px 6px;
  text-align: left;
}

.als-ebay-store .search__autocomplete ul li:hover {
  color: #212122;
}

.als-ebay-store .search__autocomplete ul li.selected {
  background-color: #2D2E2F;
  color: white;
}

.als-ebay-store .search__autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}

.als-ebay-store .search__autocomplete ul li:last-child {
  border-bottom: none;
}

.als-ebay-store .search__autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #2D2E2F;
  border-top: none;
  left: 50%;
  top: -7px;
}

.als-ebay-store .advanced-search {
  background-color: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}

.als-ebay-store .advanced-search select.multiselect option {
  border-bottom: 1px solid #ECECEC;
  padding: 2px 5px;
}

@media (max-width: 29.99em) {
  .als-ebay-store .advanced-search {
    padding: 15px;
  }
}

/* ============================================ *
 * Navigation - Off Canvas
 * ============================================ */
.als-ebay-store {
  /* ============================================ *
     * Navigation - Global Styles
     * ============================================ */
  /* ============================================ *
     * Navigation - Mobile / Tablet Devices
     * ============================================ */
  /* ============================================ *
     * Navigation - Medium+ Devices
     * ============================================ */
}

.als-ebay-store .header-nav {
  background: #655586;
  color: #FFFFFF;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
}

@media (min-width: 50em) {
  .als-ebay-store .header-nav {
    background: #655586;
    color: #FFFFFF;
  }
}

.als-ebay-store .header-nav .container {
  padding: 0;
}

@media (max-width: 49.99em) {
  .als-ebay-store .nav-menu {
    position: fixed;
    width: 80%;
    left: -80%;
    top: 0;
    bottom: 0;
    background: #eee;
    overflow-y: auto;
    display: none;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
  }
  .als-ebay-store .nav-exit {
    display: none;
    -webkit-transition: background 300ms ease;
            transition: background 300ms ease;
    cursor: pointer;
    box-shadow: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent;
  }
  .als-ebay-store .als-ebay-wrapper {
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
  }
  .als-ebay-store.is-nav-open {
    overflow-x: hidden;
  }
  .als-ebay-store.is-nav-open .als-ebay-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
            transform: translate3d(80%, 0, 0);
  }
  .als-ebay-store.is-nav-open .nav-menu {
    display: block;
  }
  .als-ebay-store.is-nav-open .nav-exit {
    display: block;
  }
}

@media (min-width: 50em) {
  .als-ebay-store .nav-exit {
    display: none;
  }
}

.als-ebay-store .menu-dropdown,
.als-ebay-store .menu-content {
  display: none;
}

@media (max-width: 49.99em) {
  .als-ebay-store .menu {
    width: 100%;
  }
  .als-ebay-store .menu,
  .als-ebay-store .menu-item {
    display: block;
  }
  .als-ebay-store .menu-items {
    display: none;
  }
  .als-ebay-store .menu-item .menu-item-link {
    background: #FEFEFE;
    color: #738d9a;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
    width: 100%;
  }
  .als-ebay-store .menu-item .menu-item-link:hover {
    background: green;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item .menu-item-link:active {
    background: #516570;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item .menu-item-link.has-children {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }
  .als-ebay-store .menu-item .menu-item-link.has-children:after {
    content: "+";
    float: right;
  }
  .als-ebay-store .menu-item.is-open > .menu-item-link.has-children:after {
    content: "x";
  }
  .als-ebay-store .menu-item.is-open > .menu-dropdown,
  .als-ebay-store .menu-item.is-open > .menu-dropdown > .menu-items,
  .als-ebay-store .menu-item.is-open > .menu-items {
    display: block;
  }
  .als-ebay-store .menu-item .menu-item-link--level0 {
    background: #FEFEFE;
    color: #738d9a;
    padding: 15px 15px;
    font-size: 16px;
  }
  .als-ebay-store .menu-item .menu-item-link--level0:hover {
    background: #516570;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item .menu-item-link--level0:active {
    background: #516570;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item .menu-item-link--level1 {
    background: #f9f9f9;
    color: #738d9a;
    padding: 5px 15px 5px 30px;
    font-size: 15px;
  }
  .als-ebay-store .menu-item .menu-item-link--level1:hover {
    background: #516570;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item .menu-item-link--level1:active {
    background: #516570;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item .menu-item-link--level2 {
    background: #dfdfdf;
    color: #738d9a;
    padding: 5px 15px 5px 45px;
    font-size: 14px;
  }
  .als-ebay-store .menu-item .menu-item-link--level2:hover {
    background: #516570;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item .menu-item-link--level2:active {
    background: #516570;
    color: #FFFFFF;
  }
}

@media (min-width: 50em) {
  .als-ebay-store {
    /********************
         * Mega Menu Display
         ********************/
    /***********************
         * Standard Menu Display
         ***********************/
  }
  .als-ebay-store .nav-menu {
    position: relative;
  }
  .als-ebay-store .nav-menu .menu-dropdown {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    background: #FEFEFE;
    color: #516570;
  }
  .als-ebay-store .menu {
    width: 100%;
  }
  .als-ebay-store .menu-item--level0 .menu-item--view-all,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-item--view-all {
    display: none !important;
  }
  .als-ebay-store .menu-item--level0 .menu-dropdown,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-dropdown {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 200;
    line-height: normal;
  }
  .als-ebay-store .menu-item--level0 .menu-content,
  .als-ebay-store .menu-item--level0 .menu-items,
  .als-ebay-store .menu-item--level0 .menu-item--level1,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-item--level1 {
    display: inline-block;
    vertical-align: top;
  }
  .als-ebay-store .menu-item--level0 .menu-content,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content {
    padding: 15px;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--top,
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--bottom,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--top,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--bottom {
    width: 100%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-1,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-1 {
    width: 8.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-2,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-2 {
    width: 16.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-3,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-3 {
    width: 25%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-4,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-4 {
    width: 33.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-5,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-5 {
    width: 41.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-6,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-6 {
    width: 50%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-7,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-7 {
    width: 58.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-8,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-8 {
    width: 66.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-9,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-9 {
    width: 75%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-10,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-10 {
    width: 83.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-11,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-11 {
    width: 91.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-content.menu-content--span-12,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-content.menu-content--span-12 {
    width: 100%;
  }
  .als-ebay-store .menu-item--level0.is-open .menu-dropdown,
  .als-ebay-store .menu-item--level0.menu-item--mega.is-open .menu-dropdown {
    display: block;
  }
  .als-ebay-store .menu-item--level0 .menu-items--level0,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--level0 {
    padding: 10px;
  }
  .als-ebay-store .menu-item--level0 .menu-items--level0 .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--level0 .menu-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .als-ebay-store .menu-item--level0 .menu-item--level1,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-item--level1 {
    width: 16%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-1,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-1 {
    width: 8.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-2,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-2 {
    width: 16.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-3,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-3 {
    width: 25%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-4,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-4 {
    width: 33.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-5,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-5 {
    width: 41.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-6,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-6 {
    width: 50%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-7,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-7 {
    width: 58.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-8,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-8 {
    width: 66.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-9,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-9 {
    width: 75%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-10,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-10 {
    width: 83.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-11,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-11 {
    width: 91.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--span-12,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--span-12 {
    width: 100%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-1 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-1 > .menu-item {
    width: 100%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-2 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-2 > .menu-item {
    width: 50%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-3 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-3 > .menu-item {
    width: 33.3333333333%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-4 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-4 > .menu-item {
    width: 25%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-5 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-5 > .menu-item {
    width: 20%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-6 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-6 > .menu-item {
    width: 16.6666666667%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-7 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-7 > .menu-item {
    width: 14.2857142857%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-8 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-8 > .menu-item {
    width: 12.5%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-9 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-9 > .menu-item {
    width: 11.1111111111%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-10 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-10 > .menu-item {
    width: 10%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-11 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-11 > .menu-item {
    width: 9.0909090909%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--col-12 > .menu-item,
  .als-ebay-store .menu-item--level0.menu-item--mega .menu-items--col-12 > .menu-item {
    width: 8.3333333333%;
  }
  .als-ebay-store .menu-item--level0 {
    display: inline-block;
    line-height: 50px;
  }
  .als-ebay-store .menu-item--level0 .menu-item-link--level0 {
    font-weight: bold;
    padding: 0 15px;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item--level0 .menu-item-link--level0:hover {
    background: #f7931e;
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item--level0 .menu-item-link--level0:active {
    background: #f7931e;
    color: #FFFFFF;
    text-decoration: none;
  }
  .als-ebay-store .menu-item--level0 .menu-items--level0 {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .als-ebay-store .menu-item--level0 .menu-items--level0 .menu-item-link {
    width: 100%;
  }
  .als-ebay-store .menu-item--level0:hover,
  .als-ebay-store .menu-item--level0:active {
    background: #f7931e;
  }
  .als-ebay-store .menu-item--level0:hover .menu-item-link--level0,
  .als-ebay-store .menu-item--level0:active .menu-item-link--level0 {
    color: #FFFFFF;
  }
  .als-ebay-store .menu-item--level1 {
    padding: 10px;
    margin-bottom: 15px;
  }
  .als-ebay-store .menu-item--level1 .menu-item-link--level1 {
    font-weight: bold;
    padding: 5px;
    color: #516570;
    text-decoration: none;
  }
  .als-ebay-store .menu-item--level1 .menu-item-link--level1.has-children {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
  }
  .als-ebay-store .menu-item--level1 .menu-item-link--level1.has-children:hover {
    color: #fbb040;
    border-bottom: 1px solid #fbb040;
  }
  .als-ebay-store .menu-item--level1 .menu-item-link--level1.has-children:active {
    color: #fbb040;
    border-bottom: 1px solid #fbb040;
    text-decoration: none;
  }
  .als-ebay-store .menu-item--level1 .menu-item-link--level1:hover {
    color: #fbb040;
  }
  .als-ebay-store .menu-item--level1 .menu-item-link--level1:active {
    color: #fbb040;
  }
  .als-ebay-store .menu-item--level2 {
    margin-bottom: 2px;
  }
  .als-ebay-store .menu-item--level2 .menu-item-link--level2 {
    font-weight: normal;
    padding: 5px;
    color: #516570;
    text-decoration: none;
  }
  .als-ebay-store .menu-item--level2 .menu-item-link--level2.has-children {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
  }
  .als-ebay-store .menu-item--level2 .menu-item-link--level2.has-children:hover {
    color: #fbb040;
    border-bottom: 1px solid #fbb040;
  }
  .als-ebay-store .menu-item--level2 .menu-item-link--level2.has-children:active {
    color: #fbb040;
    border-bottom: 1px solid #fbb040;
    text-decoration: none;
  }
  .als-ebay-store .menu-item--level2 .menu-item-link--level2:hover {
    color: #fbb040;
  }
  .als-ebay-store .menu-item--level2 .menu-item-link--level2:active {
    color: #fbb040;
  }
}

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/vendor/jquery-fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/vendor/jquery-fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/vendor/jquery-fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

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

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/vendor/jquery-fancybox/fancybox_overlay.png");
}

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

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

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

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

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

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

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

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

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

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
