﻿@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300");
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,800';
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'FSEmeric', "Times";
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff9c00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b36d00;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'FSEmeric', "Times";
  font-weight: 500;
  line-height: 1.42857143;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ff9c00;
}
a.text-primary:hover {
  color: #cc7d00;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ff9c00;
}
a.bg-primary:hover {
  background-color: #cc7d00;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1530px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
/* Removed since it causes styling issues on type="date" on the Date input field.
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: @input-height-base;
  // IE8+ misaligns the text within date inputs, so we reset
  line-height: @line-height-base ~"\0";

  &.input-sm {
    line-height: @input-height-small;
  }
  &.input-lg {
    line-height: @input-height-large;
  }
}

*/
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #ff9c00;
  border-color: #e68c00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #cc7d00;
  border-color: #a86700;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff9c00;
  border-color: #e68c00;
}
.btn-primary .badge {
  color: #ff9c00;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #ff9c00;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b36d00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ff9c00;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ff9c00;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff9c00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 576px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0 0;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ff9c00;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #b36d00;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff9c00;
  border-color: #ff9c00;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #ff9c00;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cc7d00;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ff9c00;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff9c00;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #ff9c00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff9c00;
  border-color: #ff9c00;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffebcc;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ff9c00;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ff9c00;
  border-color: #ff9c00;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff9c00;
}
.panel-primary > .panel-heading .badge {
  color: #ff9c00;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff9c00;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.carousel-promo .item > ul:before,
.carousel-promo .item > ul:after,
.carousel-promo .item .vehicle-container .data ul:before,
.carousel-promo .item .vehicle-container .data ul:after,
form ul:before,
form ul:after,
#modalBox .unitLeadButtons:before,
#modalBox .unitLeadButtons:after,
body[class*="inventorydetail"] .unitLeadButtons:before,
body[class*="inventorydetail"] .unitLeadButtons:after,
body[class*="InventoryDetail"] .unitLeadButtons:before,
body[class*="InventoryDetail"] .unitLeadButtons:after,
.dst-block .dst-row:before,
.dst-block .dst-row:after,
.two-columns:before,
.two-columns:after,
.content-hours:before,
.content-hours:after,
body.inventorydetails .invUnitHeader:before,
body.inventorydetails .invUnitHeader:after,
body.inventorydetails .rowBlock:before,
body.inventorydetails .rowBlock:after,
body.inventorydetails #invUnitSliderTray .item > ul:before,
body.inventorydetails #invUnitSliderTray .item > ul:after,
body.inventorydetails .unitPrice:before,
body.inventorydetails .unitPrice:after,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:before,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:after,
body.inventorydetails .panel.unitSpecifications ul:before,
body.inventorydetails .panel.unitSpecifications ul:after,
body.inventorydetails .panel.unitPaymentCalculator .panel-body:before,
body.inventorydetails .panel.unitPaymentCalculator .panel-body:after,
body.inventorydetails .panel.unitShippingCalculator .panel-body:before,
body.inventorydetails .panel.unitShippingCalculator .panel-body:after,
body.inventorydetails .invUnitRecommendations ul:before,
body.inventorydetails .invUnitRecommendations ul:after,
body.InventoryDetail .invUnitHeader:before,
body.InventoryDetail .invUnitHeader:after,
body.InventoryDetail .rowBlock:before,
body.InventoryDetail .rowBlock:after,
body.InventoryDetail #invUnitSliderTray .item > ul:before,
body.InventoryDetail #invUnitSliderTray .item > ul:after,
body.InventoryDetail .unitPrice:before,
body.InventoryDetail .unitPrice:after,
body.InventoryDetail .socialButtons:before,
body.InventoryDetail .socialButtons:after,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:before,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:after,
body.InventoryDetail .panel.unitSpecifications ul:before,
body.InventoryDetail .panel.unitSpecifications ul:after,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:before,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:after,
body.InventoryDetail .panel.unitShippingCalculator .panel-body:before,
body.InventoryDetail .panel.unitShippingCalculator .panel-body:after,
body.InventoryDetail .invUnitRecommendations ul:before,
body.InventoryDetail .invUnitRecommendations ul:after,
body.InventoryList.xFacebookInventoryList #InvSearchContainer:before,
body.InventoryList.xFacebookInventoryList #InvSearchContainer:after,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:before,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:after,
body.InventoryList.xFacebookInventoryList #InvToolbar ul:before,
body.InventoryList.xFacebookInventoryList #InvToolbar ul:after,
body.InventoryList.xFacebookInventoryList .vehicle_row:before,
body.InventoryList.xFacebookInventoryList .vehicle_row:after,
body.InventoryList.xFacebookInventoryList .unitImage > div:before,
body.InventoryList.xFacebookInventoryList .unitImage > div:after,
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:before,
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:after,
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:before,
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:after,
body.InventoryList.xFacebookInventoryList .invUnitHeader:before,
body.InventoryList.xFacebookInventoryList .invUnitHeader:after,
body.InventoryList.xFacebookInventoryList .invUnitInfo:before,
body.InventoryList.xFacebookInventoryList .invUnitInfo:after,
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:before,
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:after,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .imageRow:before,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .imageRow:after,
#main.xinventorymap .dvInventoryMap ul:before,
#main.xinventorymap .dvInventoryMap ul:after,
.print-detail #print-header > div:before,
.print-detail #print-header > div:after,
.print-detail .print-body > div:before,
.print-detail .print-body > div:after,
.print-detail .print-body .unit-gallery > ul:before,
.print-detail .print-body .unit-gallery > ul:after,
body.xShowroomListXml .makes:before,
body.xShowroomListXml .makes:after,
.staff-page-container:before,
.staff-page-container:after,
.staffgroup:before,
.staffgroup:after,
#StaffModal .modal-content:before,
#StaffModal .modal-content:after,
#modalStaff .staff-modal-wrap:before,
#modalStaff .staff-modal-wrap:after,
.staff-page-container:before,
.staff-page-container:after,
#StaffModal .modal-content:before,
#StaffModal .modal-content:after,
body.storefront .ecommerce-wrapper:before,
body.storefront .ecommerce-wrapper:after,
body.storefront .products-list:before,
body.storefront .products-list:after,
body.storefront .cart .cart-items:before,
body.storefront .cart .cart-items:after,
body.storefront .cart .cart-item:before,
body.storefront .cart .cart-item:after,
body.storefront #main form.product-search-form .search-wrapper:before,
body.storefront #main form.product-search-form .search-wrapper:after,
body.storefront .cart .cart-items:before,
body.storefront .cart .cart-items:after,
body.storefront .checkout-response .cart-items:before,
body.storefront .checkout-response .cart-items:after,
body.storefront .ecommerce-main .cart-items:before,
body.storefront .ecommerce-main .cart-items:after,
body.storefront .ecommerce-content .cart-items:before,
body.storefront .ecommerce-content .cart-items:after,
.button-ul-styles:before,
.button-ul-styles:after,
[class*="dst-header-container"][class*="container-none"] .header-info:before,
[class*="dst-header-container"][class*="container-none"] .header-info:after,
[class*="dst-header-container"][class*="container-none"] .navbar > *:before,
[class*="dst-header-container"][class*="container-none"] .navbar > *:after,
[class*="dst-header-container"][class*="container-all"]:before,
[class*="dst-header-container"][class*="container-all"]:after,
[class*="dst-header-container"][class*="container-nav"] .header-info:before,
[class*="dst-header-container"][class*="container-nav"] .header-info:after,
[class*="dst-header-container"][class*="container-nav"] .navbar:before,
[class*="dst-header-container"][class*="container-nav"] .navbar:after,
#header .header-info > div .header-content .header-brands .header-brands-list:before,
#header .header-info > div .header-content .header-brands .header-brands-list:after,
footer .footer-column-container > *:before,
footer .footer-column-container > *:after,
footer .footer-bottom-row > *:before,
footer .footer-bottom-row > *:after,
.dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row:before,
.dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row:after,
[class*="dst-footer-container"][class*="container-columns"] .footer-column-container:before,
[class*="dst-footer-container"][class*="container-columns"] .footer-column-container:after,
[class*="dst-footer-container"][class*="container-all"]:before,
[class*="dst-footer-container"][class*="container-all"]:after,
#footer.non-landing-footer .footer-slideshow:before,
#footer.non-landing-footer .footer-slideshow:after,
.landing-index.main-home:before,
.landing-index.main-home:after,
.non-landing-index .content-home:before,
.non-landing-index .content-home:after,
.non-landing-index .content-home .home-buttons:before,
.non-landing-index .content-home .home-buttons:after,
.non-landing-index .promo-finv-container:before,
.non-landing-index .promo-finv-container:after,
.non-landing-index .promo-finv-container > div:before,
.non-landing-index .promo-finv-container > div:after,
.non-landing-index .home-row-wrapper .home-row-container:before,
.non-landing-index .home-row-wrapper .home-row-container:after,
.non-landing-index .home-row-wrapper .home-row-container .home-row:before,
.non-landing-index .home-row-wrapper .home-row-container .home-row:after,
.non-landing-index .awards-wrapper:before,
.non-landing-index .awards-wrapper:after,
[id="main"]:before,
[id="main"]:after,
.home-brands-sticky .collapsing-brands:before,
.home-brands-sticky .collapsing-brands:after,
.home-brands-sticky .collapse-body > div:before,
.home-brands-sticky .collapse-body > div:after,
.vespa-red #main .dst-block .dst-content .vespa-footer:before,
.vespa-red #main .dst-block .dst-content .vespa-footer:after,
.vespa-red #main .dst-block .dst-content .vespa-content2:before,
.vespa-red #main .dst-block .dst-content .vespa-content2:after,
body.finance-calculator .dst-block .calculator-wrapper:before,
body.finance-calculator .dst-block .calculator-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.carousel-promo .item > ul:after,
.carousel-promo .item .vehicle-container .data ul:after,
form ul:after,
#modalBox .unitLeadButtons:after,
body[class*="inventorydetail"] .unitLeadButtons:after,
body[class*="InventoryDetail"] .unitLeadButtons:after,
.dst-block .dst-row:after,
.two-columns:after,
.content-hours:after,
body.inventorydetails .invUnitHeader:after,
body.inventorydetails .rowBlock:after,
body.inventorydetails #invUnitSliderTray .item > ul:after,
body.inventorydetails .unitPrice:after,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:after,
body.inventorydetails .panel.unitSpecifications ul:after,
body.inventorydetails .panel.unitPaymentCalculator .panel-body:after,
body.inventorydetails .panel.unitShippingCalculator .panel-body:after,
body.inventorydetails .invUnitRecommendations ul:after,
body.InventoryDetail .invUnitHeader:after,
body.InventoryDetail .rowBlock:after,
body.InventoryDetail #invUnitSliderTray .item > ul:after,
body.InventoryDetail .unitPrice:after,
body.InventoryDetail .socialButtons:after,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:after,
body.InventoryDetail .panel.unitSpecifications ul:after,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:after,
body.InventoryDetail .panel.unitShippingCalculator .panel-body:after,
body.InventoryDetail .invUnitRecommendations ul:after,
body.InventoryList.xFacebookInventoryList #InvSearchContainer:after,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:after,
body.InventoryList.xFacebookInventoryList #InvToolbar ul:after,
body.InventoryList.xFacebookInventoryList .vehicle_row:after,
body.InventoryList.xFacebookInventoryList .unitImage > div:after,
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:after,
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:after,
body.InventoryList.xFacebookInventoryList .invUnitHeader:after,
body.InventoryList.xFacebookInventoryList .invUnitInfo:after,
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:after,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .imageRow:after,
#main.xinventorymap .dvInventoryMap ul:after,
.print-detail #print-header > div:after,
.print-detail .print-body > div:after,
.print-detail .print-body .unit-gallery > ul:after,
body.xShowroomListXml .makes:after,
.staff-page-container:after,
.staffgroup:after,
#StaffModal .modal-content:after,
#modalStaff .staff-modal-wrap:after,
.staff-page-container:after,
#StaffModal .modal-content:after,
body.storefront .ecommerce-wrapper:after,
body.storefront .products-list:after,
body.storefront .cart .cart-items:after,
body.storefront .cart .cart-item:after,
body.storefront #main form.product-search-form .search-wrapper:after,
body.storefront .cart .cart-items:after,
body.storefront .checkout-response .cart-items:after,
body.storefront .ecommerce-main .cart-items:after,
body.storefront .ecommerce-content .cart-items:after,
.button-ul-styles:after,
[class*="dst-header-container"][class*="container-none"] .header-info:after,
[class*="dst-header-container"][class*="container-none"] .navbar > *:after,
[class*="dst-header-container"][class*="container-all"]:after,
[class*="dst-header-container"][class*="container-nav"] .header-info:after,
[class*="dst-header-container"][class*="container-nav"] .navbar:after,
#header .header-info > div .header-content .header-brands .header-brands-list:after,
footer .footer-column-container > *:after,
footer .footer-bottom-row > *:after,
.dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row:after,
[class*="dst-footer-container"][class*="container-columns"] .footer-column-container:after,
[class*="dst-footer-container"][class*="container-all"]:after,
#footer.non-landing-footer .footer-slideshow:after,
.landing-index.main-home:after,
.non-landing-index .content-home:after,
.non-landing-index .content-home .home-buttons:after,
.non-landing-index .promo-finv-container:after,
.non-landing-index .promo-finv-container > div:after,
.non-landing-index .home-row-wrapper .home-row-container:after,
.non-landing-index .home-row-wrapper .home-row-container .home-row:after,
.non-landing-index .awards-wrapper:after,
[id="main"]:after,
.home-brands-sticky .collapsing-brands:after,
.home-brands-sticky .collapse-body > div:after,
.vespa-red #main .dst-block .dst-content .vespa-footer:after,
.vespa-red #main .dst-block .dst-content .vespa-content2:after,
body.finance-calculator .dst-block .calculator-wrapper:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.vcard {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.textbuttons ul {
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
}
.textbuttons li {
  display: none;
  list-style: none;
  padding: 0;
}
.textbuttons li.textbutton {
  display: block;
}
.textbuttons li a {
  position: relative;
}
.textbutton a {
  display: block;
  padding: 10px;
  font-size: calc(0.22727272727272727vw + 11.272727272727273px);
  line-height: 26px;
}
@media (max-width: 320px) {
  .textbutton a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .textbutton a {
    font-size: 14px;
  }
}
.actions {
  margin-top: auto;
}
.actions .Actionables.unitLeadButtons {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.actions .textbuttons .ulCallToAction {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.actions .textbuttons .ulCallToAction .textbutton {
  background-color: transparent;
}
.actions .textbuttons .ulCallToAction .textbutton a {
  background-color: #1e1e1e;
  color: #ffffff;
}
.actions .details-button {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  line-height: 26px;
  background-color: #ff9c00;
  color: #ffffff;
}
.unit-cta .textbuttons {
  padding-right: 10px;
}
.unit-cta .details-button {
  background-color: #1e1e1e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px;
}
.unit-cta .details-button:hover {
  background-color: #2e2e2e;
  color: #ffffff;
  color: #ff9c00;
}
.textbuttonIcon,
.details-button::before {
  float: left;
  font: normal normal normal 26px FontAwesome;
  width: 26px;
  height: 26px;
  text-align: center;
  margin-right: 7px;
}
.textbuttonContent {
  display: block;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.textbuttonArrow {
  float: right;
  font: normal normal normal 26px FontAwesome;
  width: 26px;
  height: 26px;
}
.textbuttonArrow:before {
  content: '\f0da';
}
.details-button::before {
  content: '\f085';
}
.invBikeSpecs span:first-child:before,
.invViewDetails span:first-child:before {
  content: '\f085';
}
.invContactUs span:first-child:before {
  content: '\f003';
}
.invGetFinancing span:first-child:before,
.invInsuranceQuote span:first-child:before {
  content: '\f155';
}
.invInsQuoteLink span:first-child:before {
  content: '\f0e6';
}
.invGetQuote span:first-child:before {
  content: '\f0e5';
}
.invPrintVehicle span:first-child:before {
  content: '\f02f';
}
.invScheduleRide span:first-child:before {
  content: '\f073';
}
.invSendToFriend span:first-child:before {
  content: '\f1d9';
}
.invValueTrade span:first-child:before {
  content: '\f0ec';
}
.invVINCheck span:first-child:before {
  content: '\f085';
}
.invLowestPrice span:first-child:before {
  content: '\f0d6';
}
.invShareVehicle span:first-child:before {
  content: '\f1e0';
}
.invRentalAvailability span:first-child:before {
  content: '\f073';
}
/*! nouislider - 9.0.0 - 2016-09-29 21:44:02 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: auto;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/*! Reflex v1.3.0 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 * The MIT License (MIT)

    Copyright (c) 2015 Lee Jordan

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.
 */
body.GRIDVIEW .ds-grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}
body.GRIDVIEW .ds-grid:before,
body.GRIDVIEW .ds-grid:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
}
body.GRIDVIEW .ds-grid *:before,
body.GRIDVIEW .ds-grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
body.GRIDVIEW .ds-grid .ds-grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.GRIDVIEW .ds-grid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.GRIDVIEW .ds-grid *:before,
body.GRIDVIEW .ds-grid *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.GRIDVIEW [class*="ds-grid__col-"] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 1em 1em;
}
body.GRIDVIEW .ds-grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.GRIDVIEW _:-ms-fullscreen,
body.GRIDVIEW :root .grid__cell {
  width: 100%;
}
body.GRIDVIEW .ds-grid__col-12 {
  width: 100%;
  *width: 99.9%;
}
body.GRIDVIEW .ds-grid__col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}
body.GRIDVIEW .ds-grid__col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}
body.GRIDVIEW .ds-grid__col-9 {
  width: 75%;
  *width: 74.9%;
}
body.GRIDVIEW .ds-grid__col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}
body.GRIDVIEW .ds-grid__col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}
body.GRIDVIEW .ds-grid__col-6 {
  width: 50%;
  *width: 49.9%;
}
body.GRIDVIEW .ds-grid__col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}
body.GRIDVIEW .ds-grid__col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}
body.GRIDVIEW .ds-grid__col-3 {
  width: 25%;
  *width: 24.9%;
}
body.GRIDVIEW .ds-grid__col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}
body.GRIDVIEW .ds-grid__col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}
@media (min-width: 480px) {
  body.GRIDVIEW .ds-grid__col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  body.GRIDVIEW .ds-grid__col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  body.GRIDVIEW .ds-grid__col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  body.GRIDVIEW .ds-grid__col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  body.GRIDVIEW .ds-grid__col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 768px) {
  body.GRIDVIEW .ds-grid__col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  body.GRIDVIEW .ds-grid__col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  body.GRIDVIEW .ds-grid__col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  body.GRIDVIEW .ds-grid__col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  body.GRIDVIEW .ds-grid__col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 992px) {
  body.GRIDVIEW .ds-grid__col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  body.GRIDVIEW .ds-grid__col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  body.GRIDVIEW .ds-grid__col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  body.GRIDVIEW .ds-grid__col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  body.GRIDVIEW .ds-grid__col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1200px) {
  body.GRIDVIEW .ds-grid__col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  body.GRIDVIEW .ds-grid__col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  body.GRIDVIEW .ds-grid__col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  body.GRIDVIEW .ds-grid__col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  body.GRIDVIEW .ds-grid__col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1600px) {
  body.GRIDVIEW .ds-grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  body.GRIDVIEW .ds-grid__col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
body.GRIDVIEW .ds-grid__col-auto {
  -ms-flex: 1 0 auto;
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}
@media (min-width: 480px) {
  body.GRIDVIEW .ds-grid__col-xs-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body.GRIDVIEW .ds-grid__col-sm-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  body.GRIDVIEW .ds-grid__col-md-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  body.GRIDVIEW .ds-grid__col-lg-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  body.GRIDVIEW .ds-grid__col-xlg-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
body.GRIDVIEW .ds-grid--order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}
body.GRIDVIEW .ds-grid--order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}
body.GRIDVIEW .ds-grid--order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
body.GRIDVIEW .ds-grid--order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}
body.GRIDVIEW .ds-grid--order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
body.GRIDVIEW .ds-grid--order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
body.GRIDVIEW .ds-grid--order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
body.GRIDVIEW .ds-grid--order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
body.GRIDVIEW .ds-grid--order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
body.GRIDVIEW .ds-grid--order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
body.GRIDVIEW .ds-grid--order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
body.GRIDVIEW .ds-grid--order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
body.GRIDVIEW .ds-grid--order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
@media only screen and (min-width: 480px) {
  body.GRIDVIEW .ds-grid--order-12-xs {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  body.GRIDVIEW .ds-grid--order-11-xs {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  body.GRIDVIEW .ds-grid--order-10-xs {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  body.GRIDVIEW .ds-grid--order-9-xs {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  body.GRIDVIEW .ds-grid--order-8-xs {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  body.GRIDVIEW .ds-grid--order-7-xs {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  body.GRIDVIEW .ds-grid--order-6-xs {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body.GRIDVIEW .ds-grid--order-5-xs {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body.GRIDVIEW .ds-grid--order-4-xs {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.GRIDVIEW .ds-grid--order-3-xs {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.GRIDVIEW .ds-grid--order-2-xs {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.GRIDVIEW .ds-grid--order-1-xs {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.GRIDVIEW .ds-grid--order-0-xs {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.GRIDVIEW .ds-grid--order-12-sm {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  body.GRIDVIEW .ds-grid--order-11-sm {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  body.GRIDVIEW .ds-grid--order-10-sm {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  body.GRIDVIEW .ds-grid--order-9-sm {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  body.GRIDVIEW .ds-grid--order-8-sm {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  body.GRIDVIEW .ds-grid--order-7-sm {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  body.GRIDVIEW .ds-grid--order-6-sm {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body.GRIDVIEW .ds-grid--order-5-sm {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body.GRIDVIEW .ds-grid--order-4-sm {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.GRIDVIEW .ds-grid--order-3-sm {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.GRIDVIEW .ds-grid--order-2-sm {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.GRIDVIEW .ds-grid--order-1-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.GRIDVIEW .ds-grid--order-0-sm {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  body.GRIDVIEW .ds-grid--order-12-md {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  body.GRIDVIEW .ds-grid--order-11-md {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  body.GRIDVIEW .ds-grid--order-10-md {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  body.GRIDVIEW .ds-grid--order-9-md {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  body.GRIDVIEW .ds-grid--order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  body.GRIDVIEW .ds-grid--order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  body.GRIDVIEW .ds-grid--order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body.GRIDVIEW .ds-grid--order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body.GRIDVIEW .ds-grid--order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.GRIDVIEW .ds-grid--order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.GRIDVIEW .ds-grid--order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.GRIDVIEW .ds-grid--order-1-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.GRIDVIEW .ds-grid--order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body.GRIDVIEW .ds-grid--order-12-lg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  body.GRIDVIEW .ds-grid--order-11-lg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  body.GRIDVIEW .ds-grid--order-10-lg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  body.GRIDVIEW .ds-grid--order-9-lg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  body.GRIDVIEW .ds-grid--order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  body.GRIDVIEW .ds-grid--order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  body.GRIDVIEW .ds-grid--order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body.GRIDVIEW .ds-grid--order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body.GRIDVIEW .ds-grid--order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.GRIDVIEW .ds-grid--order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.GRIDVIEW .ds-grid--order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.GRIDVIEW .ds-grid--order-1-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.GRIDVIEW .ds-grid--order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  body.GRIDVIEW .ds-grid--order-12-xlg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  body.GRIDVIEW .ds-grid--order-11-xlg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  body.GRIDVIEW .ds-grid--order-10-xlg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  body.GRIDVIEW .ds-grid--order-9-xlg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  body.GRIDVIEW .ds-grid--order-8-xlg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  body.GRIDVIEW .ds-grid--order-7-xlg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  body.GRIDVIEW .ds-grid--order-6-xlg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  body.GRIDVIEW .ds-grid--order-5-xlg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body.GRIDVIEW .ds-grid--order-4-xlg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.GRIDVIEW .ds-grid--order-3-xlg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.GRIDVIEW .ds-grid--order-2-xlg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.GRIDVIEW .ds-grid--order-1-xlg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.GRIDVIEW .ds-grid--order-0-xlg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
body.GRIDVIEW .ds-grid--bleed [class*="ds-grid__col-"] {
  padding: 0;
}
body.GRIDVIEW .ds-grid--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.GRIDVIEW .ds-grid--no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.GRIDVIEW .ds-grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
body.GRIDVIEW .ds-grid--direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
body.GRIDVIEW .ds-grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body.GRIDVIEW .ds-grid--direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.GRIDVIEW .ds-grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
body.GRIDVIEW .ds-grid--align-start {
  -ms-flex-align: start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
body.GRIDVIEW .ds-grid--align-end {
  -ms-flex-align: end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
body.GRIDVIEW .ds-grid--align-end [class*="ds-grid__col-"] {
  vertical-align: bottom;
}
body.GRIDVIEW .ds-grid--align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body.GRIDVIEW .ds-grid--align-center [class*="ds-grid__col-"] {
  vertical-align: middle;
}
body.GRIDVIEW .ds-grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
body.GRIDVIEW .ds-grid--align-baseline [class*="ds-grid__col-"] {
  vertical-align: baseline;
}
body.GRIDVIEW .ds-grid--align-content-start {
  -ms-flex-line-pack: start;
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
body.GRIDVIEW .ds-grid--align-content-end {
  -ms-flex-line-pack: end;
  -ms-flex-line-pack: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
body.GRIDVIEW .ds-grid--align-content-end [class*="ds-grid__col-"] {
  vertical-align: bottom;
}
body.GRIDVIEW .ds-grid--align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
body.GRIDVIEW .ds-grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body.GRIDVIEW .ds-grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
body.GRIDVIEW .ds-grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
body.GRIDVIEW .ds-grid--align-self-start {
  -ms-flex-item-align: start;
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
body.GRIDVIEW .ds-grid--align-self-end {
  -ms-flex-item-align: end;
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
body.GRIDVIEW .ds-grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}
body.GRIDVIEW .ds-grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
body.GRIDVIEW .ds-grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body.GRIDVIEW .ds-grid--justify-end {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body.GRIDVIEW .ds-grid--justify-end .ds-grid__cell,
body.GRIDVIEW .ds-grid--justify-end [class*="ds-grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
body.GRIDVIEW .ds-grid--justify-center {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.GRIDVIEW .ds-grid--justify-center .ds-grid__cell,
body.GRIDVIEW .ds-grid--justify-center [class*="ds-grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
body.GRIDVIEW .ds-grid--justify-space-between {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body.GRIDVIEW .ds-grid--justify-space-between .ds-grid__cell,
body.GRIDVIEW .ds-grid--justify-space-between [class*="ds-grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
body.GRIDVIEW .ds-grid--justify-space-around {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
body.GRIDVIEW .ds-grid--justify-space-around .ds-grid__cell,
body.GRIDVIEW .ds-grid--justify-space-around [class*="ds-grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
body.GRIDVIEW .ds-grid__col--bleed {
  padding: 0;
}
body.GRIDVIEW .ds-grid__col--bleed-x {
  padding: 1em 0;
}
body.GRIDVIEW .ds-grid__col--bleed-y {
  padding: 0 1em;
}
body.GRIDVIEW .ds-grid__col--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50%;
}
body.GRIDVIEW .ds-grid__cell--padding-sm {
  padding: 0.5em;
}
body.GRIDVIEW .ds-grid__cell--padding-md {
  padding: 1em;
}
body.GRIDVIEW .ds-grid__cell--padding-lg {
  padding: 2em;
}
body.GRIDVIEW .ds-grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.GRIDVIEW .ds-grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto;
}
.carousel-promo .item > ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  margin-bottom: 0;
}
.carousel-promo .item > ul:before,
.carousel-promo .item > ul:after {
  content: " ";
  display: table;
}
.carousel-promo .item > ul:after {
  clear: both;
}
.carousel-promo .item > ul:before,
.carousel-promo .item > ul:after {
  content: " ";
  display: table;
}
.carousel-promo .item > ul:after {
  clear: both;
}
.carousel-promo .item > ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .carousel-promo .item > ul > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .carousel-promo .item > ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .carousel-promo .item > ul > li {
    float: left;
    width: 25%;
  }
}
.carousel-promo .item .featured-content {
  display: block;
}
.carousel-promo .item .featured-content:hover .data {
  opacity: 1;
}
.carousel-promo .item .vehicle-container {
  position: relative;
}
.carousel-promo .item .vehicle-container .data {
  opacity: 0;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .carousel-promo .item .vehicle-container .data {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-promo .item .vehicle-container .data {
    display: none !important;
  }
}
.carousel-promo .item .vehicle-container .data ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
.carousel-promo .item .vehicle-container .data ul:before,
.carousel-promo .item .vehicle-container .data ul:after {
  content: " ";
  display: table;
}
.carousel-promo .item .vehicle-container .data ul:after {
  clear: both;
}
.carousel-promo .item .vehicle-container .data ul:before,
.carousel-promo .item .vehicle-container .data ul:after {
  content: " ";
  display: table;
}
.carousel-promo .item .vehicle-container .data ul:after {
  clear: both;
}
.carousel-promo .item .vehicle-container .data ul > li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: table;
  list-style: none;
}
.carousel-promo .item .vehicle-container .data ul > li label,
.carousel-promo .item .vehicle-container .data ul > li span {
  display: inline-block;
  vertical-align: top;
}
.carousel-promo .item .vehicle-container .data ul > li label {
  width: 40%;
  font-weight: normal;
}
.carousel-promo .item .vehicle-container .data ul > li span {
  width: 60%;
  font-weight: bold;
  text-align: right;
}
.carousel-promo .item .vehicle-title h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.carousel-promo .item .vehicle-title h3 span {
  margin-right: 5px;
}
body.EDITING .formField .label.placeholder {
  display: inline-block;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.form-header,
.form-footer {
  width: 83.33333333%;
  margin: 0px auto;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .form-header,
  .form-footer {
    width: 100%;
  }
}
.form-header #requiredMessageBlock,
.form-footer #requiredMessageBlock {
  text-align: center;
}
form {
  width: 83.33333333%;
  margin: 0px auto;
}
@media (max-width: 767px) {
  form {
    width: 100%;
  }
}
form h3 {
  font-weight: 400;
}
form ul {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  padding-left: 0;
}
form ul:before,
form ul:after {
  content: " ";
  display: table;
}
form ul:after {
  clear: both;
}
form ul:before,
form ul:after {
  content: " ";
  display: table;
}
form ul:after {
  clear: both;
}
form ul > li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
form ul > li {
  list-style: none;
  padding-bottom: 7.5px;
}
form ul > li.formSubject {
  display: none;
}
form ul > li > .formField {
  position: relative;
}
form ul > li > .formField .label {
  display: none;
  white-space: normal;
  display: block\9;
  font-size: 18px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  form ul > li > .formField .label {
    display: none;
  }
}
form ul > li > .formField .formRequired {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 1px;
  line-height: 1px;
  margin-top: auto;
  margin-bottom: auto;
}
.submitBlock {
  text-align: center;
  margin: 0 -15px;
  padding-top: 15px;
}
.submitBlock li {
  display: inline-block;
  float: none;
}
@media (min-width: 768px) {
  .submitBlock li {
    width: auto;
  }
}
.submitBlock button {
  width: 230px;
  display: block;
  padding: 0;
}
.modal .submitBlock button {
  width: 220px;
}
.NOLOCALSTORAGE form .resetButton,
form.NOLOCALSTORAGE .resetButton {
  display: none;
}
.single-column > li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.double-column > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .double-column > li {
    float: left;
    width: 50%;
  }
}
.tri-column > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .tri-column > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tri-column > li {
    float: left;
    width: 33.33333333%;
  }
}
.quad-column > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .quad-column > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .quad-column > li {
    float: left;
    width: 25%;
  }
}
.xcareers form ul.ulCareerInterest > li .label {
  display: inline-block;
}
.xcontact form ul.ulContact #formAddress,
.xcontact form ul.ulContact #formCity,
.xcontact form ul.ulContact #formState,
.xcontact form ul.ulContact #formZip {
  display: none;
}
.xdonations form ul.ulDonations #formTaxReceipt .label {
  display: inline-block;
}
.xget_quote form ul.ulContact > li,
.xget_quote form ul.ulExtraPhones > li,
.xget_quote form ul.ulVehicleInfo > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xget_quote form ul.ulContact > li,
  .xget_quote form ul.ulExtraPhones > li,
  .xget_quote form ul.ulVehicleInfo > li {
    float: left;
    width: 50%;
  }
}
.xget_quote form ul.ulContact #formAddress,
.xget_quote form ul.ulContact #formCity,
.xget_quote form ul.ulContact #formState,
.xget_quote form ul.ulContact #formZip {
  display: none;
}
.xget_quote form ul.ulVehicleInfo #formVIN,
.xget_quote form ul.ulVehicleInfo #formMiles {
  display: none;
}
.xinquiry form ul.ulContact #formAddress,
.xinquiry form ul.ulContact #formCity,
.xinquiry form ul.ulContact #formState,
.xinquiry form ul.ulContact #formZip {
  display: none;
}
.xmotorclothes form ul.ulContact > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xmotorclothes form ul.ulContact > li {
    float: left;
    width: 50%;
  }
}
#newsletter-signup-form #newsletter-subscribe {
  display: none;
}
.xparts_request form ul.ulContact > li,
.xparts_request form ul.ulTypeOfVehicle > li,
.xparts_request form ul.ulVehicleInfo > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xparts_request form ul.ulContact > li,
  .xparts_request form ul.ulTypeOfVehicle > li,
  .xparts_request form ul.ulVehicleInfo > li {
    float: left;
    width: 50%;
  }
}
.xrentals form ul.ulRentalsContactExtra > li,
.xrentals form ul.ulContact > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xrentals form ul.ulRentalsContactExtra > li,
  .xrentals form ul.ulContact > li {
    float: left;
    width: 50%;
  }
}
.xrentalavailability form ul.ulRentalDates > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xrentalavailability form ul.ulRentalDates > li {
    float: left;
    width: 50%;
  }
}
.xrentalavailability form ul.ulContact #formAddress,
.xrentalavailability form ul.ulContact #formCity,
.xrentalavailability form ul.ulContact #formState,
.xrentalavailability form ul.ulContact #formZip {
  display: none;
}
.xsched_ride form ul.ulContact > li,
.xsched_ride form ul.ulExtraPhones > li,
.xsched_ride form ul.ulSchedRide > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xsched_ride form ul.ulContact > li,
  .xsched_ride form ul.ulExtraPhones > li,
  .xsched_ride form ul.ulSchedRide > li {
    float: left;
    width: 50%;
  }
}
.xsched_ride form ul.ulContact #formAddress,
.xsched_ride form ul.ulContact #formCity,
.xsched_ride form ul.ulContact #formState,
.xsched_ride form ul.ulContact #formZip {
  display: none;
}
.xsendtofriend form ul.ulContact #formTelephone,
.xsendtofriend form ul.ulContact #formAddress,
.xsendtofriend form ul.ulContact #formCity,
.xsendtofriend form ul.ulContact #formState,
.xsendtofriend form ul.ulContact #formZip {
  display: none;
}
.xservice_request form ul.ulContact > li,
.xservice_request form ul.ulTypeOfVehicle > li,
.xservice_request form ul.ulVehicleInfo > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xservice_request form ul.ulContact > li,
  .xservice_request form ul.ulTypeOfVehicle > li,
  .xservice_request form ul.ulVehicleInfo > li {
    float: left;
    width: 50%;
  }
}
.xservice_request form ul.ulPriorService #formServiced .label {
  display: inline-block;
}
.modal-dialog form[name='xsurvey'] ul.ulSurveyPermission > li .label,
.modal-dialog form[name='xsurvey'] ul.ulRateSurvey > li .label,
.modal-dialog form[name='xsurvey'] ul.ulSurveyHear > li .label {
  display: inline-block;
}
.modal-dialog form[name='xsurvey'] ul.ulContact #formTelephone,
.modal-dialog form[name='xsurvey'] ul.ulContact #formAddress,
.modal-dialog form[name='xsurvey'] ul.ulContact #formZip {
  display: none;
}
.modal-dialog form[name='xsurvey'] ul.ulSurveyHear > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .modal-dialog form[name='xsurvey'] ul.ulSurveyHear > li {
    float: left;
    width: 50%;
  }
}
.modal-dialog form[name='xsurvey'] #formAllowContact .label,
.modal-dialog form[name='xsurvey'] #formAllowComments .label {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.xsurvey form ul.ulRateSurvey > li,
.xsurvey form ul.ulContact > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xsurvey form ul.ulRateSurvey > li,
  .xsurvey form ul.ulContact > li {
    float: left;
    width: 50%;
  }
}
.xsurvey form ul.ulSurveyPermission > li .label,
.xsurvey form ul.ulRateSurvey > li .label,
.xsurvey form ul.ulSurveyHear > li .label {
  display: inline-block;
}
.xsurvey form ul.ulContact #formTelephone,
.xsurvey form ul.ulContact #formAddress,
.xsurvey form ul.ulContact #formZip {
  display: none;
}
.xsurvey form ul.ulSurveyHear > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xsurvey form ul.ulSurveyHear > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .xsurvey form ul.ulSurveyHear > li {
    float: left;
    width: 33.33333333%;
  }
}
.xnew_rider_inquiry form ul.ulInterestedIn > li,
.xnew_rider_inquiry form ul.ulContact > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xnew_rider_inquiry form ul.ulInterestedIn > li,
  .xnew_rider_inquiry form ul.ulContact > li {
    float: left;
    width: 50%;
  }
}
.xnew_rider_inquiry form ul.ulInterestedIn > li .label {
  display: inline-block;
}
.xtrade_value form ul.ulContact > li,
.xconsignment form ul.ulContact > li,
.xtrade_value form ul.ulTypeOfVehicle > li,
.xconsignment form ul.ulTypeOfVehicle > li,
.xtrade_value form ul.ulTradeInVehicle > li,
.xconsignment form ul.ulTradeInVehicle > li,
.xtrade_value form ul.ulVehicleInfo > li,
.xconsignment form ul.ulVehicleInfo > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xtrade_value form ul.ulContact > li,
  .xconsignment form ul.ulContact > li,
  .xtrade_value form ul.ulTypeOfVehicle > li,
  .xconsignment form ul.ulTypeOfVehicle > li,
  .xtrade_value form ul.ulTradeInVehicle > li,
  .xconsignment form ul.ulTradeInVehicle > li,
  .xtrade_value form ul.ulVehicleInfo > li,
  .xconsignment form ul.ulVehicleInfo > li {
    float: left;
    width: 50%;
  }
}
.xtrade_value form ul.ulContact #formAddress,
.xconsignment form ul.ulContact #formAddress,
.xtrade_value form ul.ulContact #formCity,
.xconsignment form ul.ulContact #formCity,
.xtrade_value form ul.ulContact #formState,
.xconsignment form ul.ulContact #formState,
.xtrade_value form ul.ulContact #formZip,
.xconsignment form ul.ulContact #formZip {
  display: none;
}
.xtrade_value form ul.ulVehicleInfo #formVIN,
.xconsignment form ul.ulVehicleInfo #formVIN,
.xtrade_value form ul.ulVehicleInfo #formMiles,
.xconsignment form ul.ulVehicleInfo #formMiles {
  display: none;
}
.xvin_check .ulContact > li,
.xvin_check .ulVehicleInfo > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xvin_check .ulContact > li,
  .xvin_check .ulVehicleInfo > li {
    float: left;
    width: 50%;
  }
}
#formPickUp .placeholder,
#formDropOff .placeholder {
  display: block;
}
body.xstorage [id='formAddress'],
body.xstorage [id='formCity'],
body.xstorage [id='formState'],
body.xstorage [id='formZip'] {
  display: none;
}
.modal img {
  max-width: 100%;
}
.modal .modal-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal .modal-content {
  position: relative;
}
.modal .modal-content:before,
.modal .modal-content:after {
  content: " ";
  display: table;
}
.modal .modal-content:after {
  clear: both;
}
.modal .modal-content:before,
.modal .modal-content:after {
  content: " ";
  display: table;
}
.modal .modal-content:after {
  clear: both;
}
.modal .modal-content h1 {
  display: none;
}
.modal .modal-content ul li.textbutton a {
  display: block;
  padding: 10px;
  font-size: 17px;
}
.modal .modal-content ul li.textbutton a .textbuttonContent {
  text-transform: uppercase;
  padding: 0 10px;
}
.modal .modal-content ul li.textbutton a a:hover {
  opacity: .85;
}
.modal#modalGallery .modal-content .image_overlay {
  display: none;
}
.modal#modalGallery .modal-content:hover .carousel-nav {
  display: block;
}
.modal#modalGallery .modal-content .carousel-indicators-buttons {
  margin-bottom: 0;
  bottom: 0;
}
.modal#modalVideo .modal-content {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 75%;
}
.modal#modalVideo .modal-content .embed-responsive-item,
.modal#modalVideo .modal-content iframe,
.modal#modalVideo .modal-content embed,
.modal#modalVideo .modal-content object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.modal#modalVideo .modal-content.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.modal#modalVideo .modal-content.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal#modalVideo .modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.modal#modalVideo.widescreen .modal-content {
  padding-bottom: 56.25%;
}
#modalBox.COMPLETED .modal-header h2 {
  display: none;
}
#modalBox.COMPLETED .modal-header h2.modal-completed {
  display: block;
}
#modalBox .modal-header h2.modal-completed {
  display: none;
}
#modalBox .unitLeadButtons,
body[class*="inventorydetail"] .unitLeadButtons,
body[class*="InventoryDetail"] .unitLeadButtons {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}
#modalBox .unitLeadButtons:before,
body[class*="inventorydetail"] .unitLeadButtons:before,
body[class*="InventoryDetail"] .unitLeadButtons:before,
#modalBox .unitLeadButtons:after,
body[class*="inventorydetail"] .unitLeadButtons:after,
body[class*="InventoryDetail"] .unitLeadButtons:after {
  content: " ";
  display: table;
}
#modalBox .unitLeadButtons:after,
body[class*="inventorydetail"] .unitLeadButtons:after,
body[class*="InventoryDetail"] .unitLeadButtons:after {
  clear: both;
}
#modalBox .unitLeadButtons:before,
body[class*="inventorydetail"] .unitLeadButtons:before,
body[class*="InventoryDetail"] .unitLeadButtons:before,
#modalBox .unitLeadButtons:after,
body[class*="inventorydetail"] .unitLeadButtons:after,
body[class*="InventoryDetail"] .unitLeadButtons:after {
  content: " ";
  display: table;
}
#modalBox .unitLeadButtons:after,
body[class*="inventorydetail"] .unitLeadButtons:after,
body[class*="InventoryDetail"] .unitLeadButtons:after {
  clear: both;
}
#modalBox .unitLeadButtons ul,
body[class*="inventorydetail"] .unitLeadButtons ul,
body[class*="InventoryDetail"] .unitLeadButtons ul {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
#modalBox .unitLeadButtons ul > li,
body[class*="inventorydetail"] .unitLeadButtons ul > li,
body[class*="InventoryDetail"] .unitLeadButtons ul > li {
  display: none;
}
#modalBox .unitLeadButtons ul > li.textbutton,
body[class*="inventorydetail"] .unitLeadButtons ul > li.textbutton,
body[class*="InventoryDetail"] .unitLeadButtons ul > li.textbutton {
  list-style: none;
  display: block;
}
#modalBox .unitLeadButtons ul > li.textbutton:last-child a,
body[class*="inventorydetail"] .unitLeadButtons ul > li.textbutton:last-child a,
body[class*="InventoryDetail"] .unitLeadButtons ul > li.textbutton:last-child a {
  border-bottom-width: 0;
}
#modalBox .unitLeadButtons ul > li.textbutton a,
body[class*="inventorydetail"] .unitLeadButtons ul > li.textbutton a,
body[class*="InventoryDetail"] .unitLeadButtons ul > li.textbutton a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #modalBox .unitLeadButtons ul > li.textbutton a,
  body[class*="inventorydetail"] .unitLeadButtons ul > li.textbutton a,
  body[class*="InventoryDetail"] .unitLeadButtons ul > li.textbutton a {
    padding: 7.5px 10px;
  }
}
#modalBox .unitLeadButtons ul > li.textbutton a > span.textbuttonIcon,
body[class*="inventorydetail"] .unitLeadButtons ul > li.textbutton a > span.textbuttonIcon,
body[class*="InventoryDetail"] .unitLeadButtons ul > li.textbutton a > span.textbuttonIcon {
  font-size: 25px;
  margin-right: 15px;
  min-width: 25px;
  text-align: center;
}
#modalBox .unitLeadButtons ul > li.textbutton a > span.textbuttonContent,
body[class*="inventorydetail"] .unitLeadButtons ul > li.textbutton a > span.textbuttonContent,
body[class*="InventoryDetail"] .unitLeadButtons ul > li.textbutton a > span.textbuttonContent {
  font-size: 17px;
  text-transform: uppercase;
}
#modalBox .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow,
body[class*="inventorydetail"] .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow,
body[class*="InventoryDetail"] .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  margin-top: -7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #modalBox .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow,
  body[class*="inventorydetail"] .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow,
  body[class*="InventoryDetail"] .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow {
    right: 10px;
  }
}
.carousel-slideshow {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.carousel-slideshow .carousel-inner {
  width: 100%;
  height: 100%;
}
.carousel-slideshow .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.carousel-slideshow .carousel-inner .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.carousel-slideshow .carousel-inner .item .carousel-caption {
  display: none;
}
.carousel-slideshow .carousel-control {
  z-index: 2;
}
.share-modal {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 2px 10px #000;
  background-color: #0f0f0f;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #ffffff;
}
.share-modal__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 35px 35px 10px;
}
.share-modal__header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
  border-bottom: 1px solid #3d3d3d;
}
.share-modal__header:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 35px;
  width: 20px;
  height: 5px;
  transform: skew(-30deg);
  background-color: #3d3d3d;
}
.share-modal__heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.share-modal__heading-icon {
  transform: translateY(-0.1em);
  vertical-align: middle;
  padding-right: 5px;
  font-size: 20px;
  color: #b3b3b3;
}
.share-modal__close-btn {
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  text-align: center;
  font-size: 14px;
  color: #b3b3b3;
}
.share-modal__close-btn:hover,
.share-modal__close-btn:active,
.share-modal__close-btn:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.share-modal__close-btn .fa {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}
.share-modal__content {
  padding: 25px 35px 40px;
}
.share-modal__copy-url {
  margin-bottom: 25px;
}
.share-modal__copy-input-wrapper {
  display: block;
  position: relative;
}
.share-modal__copy-overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto 0;
  background-color: rgba(255, 156, 0, 0.9);
  padding-left: 10px;
  padding-right: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  color: #000000;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.share-modal__copy-overlay.is-visible {
  transition: all 0s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.share-modal__copy-overlay:before,
.share-modal__copy-overlay:after {
  content: '';
  position: absolute;
  left: -10px;
  border-right: 10px solid rgba(255, 156, 0, 0.9);
}
.share-modal__copy-overlay:before {
  top: 0;
  border-top: 15px solid transparent;
}
.share-modal__copy-overlay:after {
  bottom: 0;
  border-bottom: 15px solid transparent;
}
.share-modal__copy-input {
  transition: all 0.25s ease-in-out;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #3d3d3d;
  background-color: #ffffff;
  padding: 0 15px;
  color: #000000;
}
.share-modal__copy-input:hover,
.share-modal__copy-input:active,
.share-modal__copy-input:focus {
  background-color: #d9d9d9;
  color: #000000;
}
.share-modal__copy-button {
  transition: all 0.25s ease-in-out;
  position: relative;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: none;
  background-color: #ff9c00;
  color: #000000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 40px;
}
.share-modal__copy-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.08) 100%);
}
.share-modal__copy-button:hover,
.share-modal__copy-button:active,
.share-modal__copy-button:focus {
  background-color: #ffac29;
  color: #000000;
}
.share-modal__copy-button .share-modal__copy-icon {
  font-size: smaller;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.share-modal__social-list {
  list-style-type: none;
  margin: 0 -5px;
  padding: 0;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .share-modal__social-list {
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.share-modal__social-item {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-bottom: 10px;
}
@media (min-width: 567px) {
  .share-modal__social-item {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
.share-modal__social-link {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  position: relative;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid #3d3d3d;
  background-color: #0f0f0f;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 36px;
  line-height: 70px;
  color: #d1d1d1;
}
.share-modal__social-link:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
}
.share-modal__social-link:hover,
.share-modal__social-link:active,
.share-modal__social-link:focus {
  background-color: #262626;
  color: #ffffff;
}
.share-modal__social-link:hover,
.share-modal__social-link:active,
.share-modal__social-link:focus {
  color: #ffffff;
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close {
  color: #fff!important;
}
.eventCalendar #content {
  position: relative;
}
.eventCalendar hr {
  border: none;
}
.eventCalendar #calendar {
  padding: 15px 0;
}
.eventCalendar #calendar .fc-header {
  margin-bottom: 10px;
}
.eventCalendar #calendar .fc-header tr {
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventCalendar #calendar .fc-header tr td.fc-header-left {
    display: block;
  }
}
.eventCalendar #calendar .fc-header tr td.fc-header-left h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
.eventCalendar #calendar .fc-header tr td.fc-header-center {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventCalendar #calendar .fc-header tr td.fc-header-right {
    display: block;
    width: auto;
  }
}
.eventCalendar #calendar .fc-header tr td.fc-header-right > span {
  border-radius: 0!important;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-month {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-basicDay {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .eventCalendar #calendar .fc-header tr {
    display: block;
  }
  .eventCalendar #calendar .fc-header tr td {
    display: block;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-left h2 {
    font-size: 22px;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right {
    width: auto;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right:before,
  .eventCalendar #calendar .fc-header tr td.fc-header-right:after {
    content: " ";
    display: table;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right:after {
    clear: both;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right:before,
  .eventCalendar #calendar .fc-header tr td.fc-header-right:after {
    content: " ";
    display: table;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right:after {
    clear: both;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 0!important;
    text-align: center;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-listbt,
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-calendarbt {
    width: 50%;
    overflow-x: hidden;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-month,
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-basicWeek,
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-basicDay {
    width: 33.33333333%;
  }
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-prevYear,
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-prev,
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-today,
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-next,
  .eventCalendar #calendar .fc-header tr td.fc-header-right > span.fc-button-nextYear {
    width: 20%;
  }
}
.eventCalendar #calendar .fc-content.listView .fc-view.fc-list {
  display: block;
}
.eventCalendar #calendar .fc-content.listView .fc-view.fc-grid {
  display: none;
}
.eventCalendar #calendar .fc-content .fc-view.fc-list {
  display: none;
}
.eventCalendar #calendar .fc-content .fc-view.fc-list .dvListviewEvent .dvHeader {
  padding: 5px;
}
.eventCalendar #calendar .fc-content .fc-view.fc-list .dvListviewEvent .dvHeader a {
  font-size: 16px;
}
.eventCalendar #calendar .fc-content .fc-view .fc-event-container .fc-event {
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .eventCalendar #calendar .fc-content .fc-view .fc-event-container .fc-event {
    padding-top: 20px;
  }
  .eventCalendar #calendar .fc-content .fc-view .fc-event-container .fc-event * {
    display: none;
  }
}
.eventCalendar #calendar .fc-content .fc-view .fc-event-container .fc-event .fc-event-inner {
  padding: 5px;
}
.eventCalendar #calendar .fc-content .fc-view .fc-event-container .fc-event .fc-event-inner .iconWrapper {
  display: block;
  padding-bottom: 5px;
  min-height: 48px;
}
.eventCalendar #calendar .fc-content .fc-view .fc-event-container .fc-event .fc-event-inner .fc-event-time {
  display: inline;
}
.eventCalendar #dvTemplates,
.eventCalendar .dvTemplates {
  display: none;
}
.dvListviewEvent {
  margin-top: 10px;
  padding: 10px;
}
.dvListviewEvent .dvSocial {
  float: right;
  padding-top: 8px;
  padding-right: 7px;
  padding-left: 7px;
}
.dvListviewEvent .dvHeader a {
  font-size: 16px;
}
.dvListviewEvent .dvDate {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dvListviewEvent .dvContent {
  margin-top: 10px;
}
#overlayBlock {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
#eventDetails {
  display: none;
  position: fixed;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  width: 90%;
  max-height: 90%;
  overflow: hidden;
  padding: 10px;
  z-index: 1000;
}
#eventDetails .close {
  float: right;
  z-index: 1001;
  display: block;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
}
#eventDetails h3 {
  margin: 0 0 10px;
  padding: 5px;
}
#eventDetails h3.grabber {
  cursor: move;
}
#eventDetails > .content .dvDetailView {
  overflow: auto;
}
@media (min-width: 768px) {
  #eventDetails > .content .dvDetailView .dvSocial {
    float: right;
  }
}
#eventDetails > .content .dvDetailView .dvImage {
  padding: 10px;
}
#eventDetails > .content .dvDetailView .dvImage img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  width: auto;
  height: auto;
}
.qtip {
  z-index: 12;
}
.qtip .close {
  cursor: pointer;
}
@media (max-width: 767px) {
  .qtip {
    display: none !important;
  }
}
.qtip .qtip-tip {
  z-index: 1;
  background: none !important;
  width: 50px;
  height: 25px !important;
}
.qtip .qtip-tip:before {
  content: "";
  display: block;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.qtip .qtip-tip[rel='bottomMiddle']:before {
  border-bottom: 25px solid #fff;
  border-bottom-color: inherit;
}
.qtip .qtip-tip[rel='topMiddle']:before {
  border-top: 25px solid #fff;
  border-top-color: inherit;
}
.qtip .qtip-tip canvas {
  display: none;
}
.qtip .qtip-wrapper {
  border-radius: 0;
}
.qtip .qtip-wrapper a {
  color: #000;
  font-weight: bold;
}
.qtip .qtip-wrapper .qtip-contentWrapper {
  padding: 10px;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content {
  padding: 0 !important;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content .content .dvHeader {
  padding: 5px;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content .content .dvHeader a {
  color: inherit;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content .content .dvDate {
  margin-top: 5px;
  margin-bottom: 5px;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content .content .dvImage img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  width: auto;
  height: auto;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content .content .dvFooter .dvSocial {
  padding: 5px 0;
}
.xListEvents .dvListviewCategory {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.xListEvents .dvListviewCategory .dvCategoryTitle {
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.xListEvents .dvListviewCategory .dvListviewEvent {
  border: none;
  margin-top: 0;
  padding: 10px;
}
.xListEvents .dvListviewCategory .dvListviewEvent .dvHeader {
  margin: 0;
}
.xListEvents .dvListviewCategory .dvListviewEvent .dvImage img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  width: auto;
  height: auto;
}
.event-by-date .event-by-date-header {
  padding-bottom: 10px;
}
.event-by-date .event-by-date-header .event-by-date-search {
  text-align: center;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .event-by-date .event-by-date-header .event-by-date-search > div {
    display: inline-block;
  }
}
.event-by-date .event-by-date-header .event-by-date-search > div > div {
  display: inline-block;
}
.event-by-date .event-by-date-header .event-by-date-search > div > div select {
  font-size: 16px;
  padding: 8px 10px;
  cursor: pointer;
}
.event-by-date .event-by-date-header .event-by-date-search > div > div .submit-event-by-date-search {
  padding: 8px;
}
.event-by-date .event-by-date-header .event-by-date-search > div.ui-grid-a > div {
  padding-left: 10px;
}
.event-by-date .event-by-date-header .event-by-date-search > div.ui-grid-a > div:first-child {
  padding-left: 0;
}
.event-by-date .event-by-date-header .event-by-date-search > div:not(.date-to) {
  font-size: 0;
}
.event-by-date .event-by-date-header .event-by-date-search > div.date-to {
  line-height: 40px;
}
@media (min-width: 768px) {
  .event-by-date .event-by-date-header .event-by-date-search > div.date-to {
    line-height: inherit;
  }
}
.event-by-date .event-by-date-header .event-by-date-search > div.search-dates {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .event-by-date .event-by-date-header .event-by-date-search > div.search-dates {
    padding-top: 0;
  }
}
.event-by-date .event-by-date-pagination {
  padding: 0 15px;
}
.event-by-date .event-by-date-pagination:before,
.event-by-date .event-by-date-pagination:after {
  content: " ";
  display: table;
}
.event-by-date .event-by-date-pagination:after {
  clear: both;
}
.event-by-date .event-by-date-pagination:before,
.event-by-date .event-by-date-pagination:after {
  content: " ";
  display: table;
}
.event-by-date .event-by-date-pagination:after {
  clear: both;
}
.event-by-date .event-by-date-pagination > span > a {
  display: inline-block;
  width: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .event-by-date .event-by-date-pagination > span > a {
    width: auto;
    text-align: left;
  }
}
.event-by-date .event-by-date-pagination a {
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .event-by-date .event-by-date-pagination a {
    font-size: 14px;
    padding: 0 5px;
    line-height: inherit;
  }
}
.event-by-date .event-by-date-search + .event-by-date-pagination > span > a {
  margin-top: 6px;
}
.event-by-date .event-by-date-results + .event-by-date-pagination {
  padding-top: 10px;
}
.event-by-date .event-by-date-results + .event-by-date-pagination > span {
  display: block;
}
@media (min-width: 768px) {
  .event-by-date .event-by-date-results + .event-by-date-pagination > span {
    float: left;
    line-height: inherit;
  }
}
.event-by-date .event-by-date-results + .event-by-date-pagination > a {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .event-by-date .event-by-date-results + .event-by-date-pagination > a {
    float: right;
    margin-top: 0;
  }
}
.event-by-date .event-month {
  margin-top: 10px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}
.event-by-date .event-month:before,
.event-by-date .event-month:after {
  content: " ";
  display: table;
}
.event-by-date .event-month:after {
  clear: both;
}
.event-by-date .event-month:before,
.event-by-date .event-month:after {
  content: " ";
  display: table;
}
.event-by-date .event-month:after {
  clear: both;
}
.event-by-date .event-month:first-child {
  margin-top: 0;
}
.event-by-date .event-month-title {
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
.event-by-date .event-month-title:before,
.event-by-date .event-month-title:after {
  content: " ";
  display: table;
}
.event-by-date .event-month-title:after {
  clear: both;
}
.event-by-date .event-month-title:before,
.event-by-date .event-month-title:after {
  content: " ";
  display: table;
}
.event-by-date .event-month-title:after {
  clear: both;
}
.event-by-date .event-item {
  padding: 6px 10px 0;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 1px;
}
.event-by-date .event-item:before,
.event-by-date .event-item:after {
  content: " ";
  display: table;
}
.event-by-date .event-item:after {
  clear: both;
}
.event-by-date .event-item:before,
.event-by-date .event-item:after {
  content: " ";
  display: table;
}
.event-by-date .event-item:after {
  clear: both;
}
.event-by-date .event-item:first-child {
  border-top: none;
}
.event-by-date .event-item.has-image {
  padding-top: 15px;
}
.event-by-date .event-item.has-image .event-info > h3 {
  float: none;
}
@media (min-width: 992px) {
  .event-by-date .event-item.has-image .event-info > h3 {
    float: left;
    margin-bottom: 10px;
  }
}
.event-by-date .event-item.has-image .event-info .event-desc .addthis_toolbox {
  float: none;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .event-by-date .event-item.has-image .event-info .event-desc .addthis_toolbox {
    float: right;
    padding-top: 12px;
    padding-left: 8px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .event-by-date .event-item .event-image {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .event-by-date .event-item .event-image {
    width: 20%;
  }
}
.event-by-date .event-item .event-image a img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.event-by-date .event-item .event-info {
  overflow: hidden;
}
.event-by-date .event-item .event-info > h3 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .event-by-date .event-item .event-info > h3 {
    float: left;
    margin-bottom: 10px;
  }
}
.event-by-date .event-item .event-info .event-desc:before,
.event-by-date .event-item .event-info .event-desc:after {
  content: " ";
  display: table;
}
.event-by-date .event-item .event-info .event-desc:after {
  clear: both;
}
.event-by-date .event-item .event-info .event-desc:before,
.event-by-date .event-item .event-info .event-desc:after {
  content: " ";
  display: table;
}
.event-by-date .event-item .event-info .event-desc:after {
  clear: both;
}
.event-by-date .event-item .event-info .event-desc .addthis_toolbox {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .event-by-date .event-item .event-info .event-desc .addthis_toolbox {
    float: right;
    padding-top: 12px;
    padding-left: 8px;
    padding-bottom: 0;
  }
}
.event-by-date .event-item .event-info .event-desc .short-desc:before,
.event-by-date .event-item .event-info .event-desc .short-desc:after {
  content: " ";
  display: table;
}
.event-by-date .event-item .event-info .event-desc .short-desc:after {
  clear: both;
}
.event-by-date .event-item .event-info .event-desc .short-desc:before,
.event-by-date .event-item .event-info .event-desc .short-desc:after {
  content: " ";
  display: table;
}
.event-by-date .event-item .event-info .event-desc .short-desc:after {
  clear: both;
}
.event-by-date .event-item .event-info .event-desc .short-desc:before {
  clear: both;
}
.event-by-date .event-item .event-info .event-time {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .content-header {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .content-header h1 {
    margin-top: 0;
  }
}
.content-header .content-header-image {
  display: block;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .content-header .content-header-image {
    display: none !important;
  }
}
.content-3-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-3-col {
    float: left;
    width: 25%;
  }
}
.content-4-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-4-col {
    float: left;
    width: 33.33333333%;
  }
}
.content-6-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-6-col {
    float: left;
    width: 50%;
  }
}
.content-8-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-8-col {
    float: left;
    width: 66.66666667%;
  }
}
.content-9-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-9-col {
    float: left;
    width: 75%;
  }
}
.content-12-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .content-big-image {
    display: none !important;
  }
}
.center-text {
  text-align: center;
}
.xcontent img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  height: auto !important;
}
.non-resp-images img {
  display: inline-block;
  display: inline;
  max-width: none;
  width: auto;
  max-height: none;
}
.dst-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.dst-block:before,
.dst-block .dst-header:before,
.dst-block:after,
.dst-block .dst-header:after {
  content: " ";
  display: table;
}
.dst-block:after,
.dst-block .dst-header:after {
  clear: both;
}
.dst-block:before,
.dst-block .dst-header:before,
.dst-block:after,
.dst-block .dst-header:after {
  content: " ";
  display: table;
}
.dst-block:after,
.dst-block .dst-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .dst-block[class*=dst-img][class*=img-l] .dst-content > .dsImageContainer {
    float: left;
    padding-right: 15px;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .dst-block[class*=dst-img][class*=img-r] .dst-content > .dsImageContainer {
    float: right;
    padding-left: 15px;
    max-width: 25%;
  }
}
.dst-block[class*=dst-img] .dsImageContainer {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.dst-block[class*=dst-img] .dsImageContainer + * {
  position: relative;
  z-index: 1;
}
.dst-block > .dsImageContainer {
  padding-bottom: 15px;
}
.dst-block .dst-row {
  margin-left: -15px;
  margin-right: -15px;
}
.dst-block .dst-row .dst-col-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dst-block .dst-row .dst-col-9 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .dst-block .dst-row .dst-col-9 {
    float: left;
    width: 75%;
  }
}
.dst-block .dst-row .dst-col-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dst-block .dst-row .dst-col-8 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .dst-block .dst-row .dst-col-8 {
    float: left;
    width: 66.66666667%;
  }
}
.dst-block .dst-row .dst-col-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dst-block .dst-row .dst-col-6 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .dst-block .dst-row .dst-col-6 {
    float: left;
    width: 50%;
  }
}
.dst-block .dst-row .dst-col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dst-block .dst-row .dst-col-4 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .dst-block .dst-row .dst-col-4 {
    float: left;
    width: 33.33333333%;
  }
}
.dst-block .dst-row .dst-col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dst-block .dst-row .dst-col-3 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .dst-block .dst-row .dst-col-3 {
    float: left;
    width: 25%;
  }
}
iframe.store-map {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0px auto;
}
@media (max-width: 767px) {
  iframe.store-map {
    height: 244px;
  }
}
@media (min-width: 768px) {
  iframe.store-map {
    height: 300px;
  }
}
@media (min-width: 992px) {
  iframe.store-map {
    height: 352px;
  }
}
@media (min-width: 1200px) {
  iframe.store-map {
    height: 432px;
  }
}
.two-columns {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
.two-columns:before,
.two-columns:after {
  content: " ";
  display: table;
}
.two-columns:after {
  clear: both;
}
.two-columns:before,
.two-columns:after {
  content: " ";
  display: table;
}
.two-columns:after {
  clear: both;
}
.two-columns li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .two-columns li {
    float: left;
    width: 50%;
  }
}
.two-columns li img {
  display: block;
  margin: 0px auto;
}
.two-columns li h4 {
  color: #ff9c00;
  margin: 10px;
  text-align: center;
}
.two-columns li p {
  padding: 0 15px 10px;
}
.two-columns li.store-map {
  width: 100%;
}
@media (max-width: 767px) {
  .two-columns li.store-map {
    height: 244px;
  }
}
@media (min-width: 768px) {
  .two-columns li.store-map {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .two-columns li.store-map {
    height: 352px;
  }
}
@media (min-width: 1200px) {
  .two-columns li.store-map {
    height: 432px;
  }
}
.content-hours {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
.content-hours:before,
.content-hours:after {
  content: " ";
  display: table;
}
.content-hours:after {
  clear: both;
}
.content-hours:before,
.content-hours:after {
  content: " ";
  display: table;
}
.content-hours:after {
  clear: both;
}
.content-hours h3 {
  max-width: 300px;
  margin: 0px auto;
  text-align: left;
}
@media (max-width: 991px) {
  .content-hours h3 {
    text-align: center;
  }
}
.content-hours li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
.content-hours dl {
  max-width: 300px;
  margin: 0px auto;
}
.content-hours dl:before,
.content-hours dl:after {
  content: " ";
  display: table;
}
.content-hours dl:after {
  clear: both;
}
.content-hours dl:before,
.content-hours dl:after {
  content: " ";
  display: table;
}
.content-hours dl:after {
  clear: both;
}
.content-hours dl dt {
  float: left;
  width: 50%;
}
.content-hours dl dd {
  float: left;
  width: 50%;
}
.textbuttons li.textbutton.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.unit-text-tax {
  margin-right: 3px;
}
.unit-text-tax:empty {
  display: none;
}
body.modal-open {
  position: fixed;
}
body.inventorydetails #main #template h1,
body.inventorydetails #main #template h2,
body.inventorydetails #main #template h3,
body.inventorydetails #main #template h4,
body.inventorydetails #main #template h5,
body.inventorydetails #main #template h6 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
body.inventorydetails .lSSlideOuter {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
body.inventorydetails .lSSlideOuter .lSSlideWrapper {
  -webkit-box-flex: 1 1 80%;
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
}
body.inventorydetails .lSSlideOuter .lSSlideWrapper .lightSlider {
  height: 100% !important;
}
body.inventorydetails .lSSlideOuter .lSSlideWrapper li {
  height: 100%;
}
body.inventorydetails .lSSlideOuter .lSSlideWrapper li .lS-image-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #262626;
  padding: 10px;
}
body.inventorydetails .lSSlideOuter .lSSlideWrapper li .lS-image-wrapper img {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body.inventorydetails .lSSlideOuter .lSPager,
body.inventorydetails .lSSlideOuter .lSGallery {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 1px;
  padding-top: 5px;
}
body.inventorydetails .lSSlideOuter .lSPager li,
body.inventorydetails .lSSlideOuter .lSGallery li {
  transition: all 0.25s ease-in-out;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
}
body.inventorydetails .lSSlideOuter .lSPager li:hover,
body.inventorydetails .lSSlideOuter .lSGallery li:hover,
body.inventorydetails .lSSlideOuter .lSPager li:active,
body.inventorydetails .lSSlideOuter .lSGallery li:active,
body.inventorydetails .lSSlideOuter .lSPager li:focus,
body.inventorydetails .lSSlideOuter .lSGallery li:focus {
  border-radius: 0;
  transform: translateY(-3px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
body.inventorydetails .lSSlideOuter .lSPager li.active,
body.inventorydetails .lSSlideOuter .lSGallery li.active {
  border-radius: 0px;
  border: 1px solid #ff9c00;
}
body.inventorydetails .lSSlideOuter .lSPager a,
body.inventorydetails .lSSlideOuter .lSGallery a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 75%;
}
body.inventorydetails .lSSlideOuter .lSPager img,
body.inventorydetails .lSSlideOuter .lSGallery img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
body.inventorydetails .lSNext {
  right: 0px;
  left: auto;
  padding: 3px 10px;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 12px;
  background: -webkit-linear-gradient(left, rgba(255, 156, 0, 0), #ff9c00);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255, 156, 0, 0), #ff9c00);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 156, 0, 0), #ff9c00);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255, 156, 0, 0), #ff9c00);
  /* Standard syntax (must be last) */
}
body.inventorydetails .lSNext:after {
  font-family: FontAwesome;
  content: '\f054';
  color: #000000;
}
body.inventorydetails .lSPrev {
  left: 0px;
  right: auto;
  padding: 3px 10px;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 12px;
  background: -webkit-linear-gradient(right, rgba(255, 156, 0, 0), #ff9c00);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgba(255, 156, 0, 0), #ff9c00);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, rgba(255, 156, 0, 0), #ff9c00);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, rgba(255, 156, 0, 0), #ff9c00);
  /* Standard syntax (must be last) */
}
body.inventorydetails .lSPrev:after {
  font-family: FontAwesome;
  content: '\f053';
  color: #000000;
}
body.inventorydetails .mfp-title {
  display: none;
}
body.inventorydetails .invUnitHeader {
  margin-left: -15px;
  margin-right: -15px;
}
body.inventorydetails .invUnitHeader:before,
body.inventorydetails .invUnitHeader:after {
  content: " ";
  display: table;
}
body.inventorydetails .invUnitHeader:after {
  clear: both;
}
body.inventorydetails .invUnitHeader:before,
body.inventorydetails .invUnitHeader:after {
  content: " ";
  display: table;
}
body.inventorydetails .invUnitHeader:after {
  clear: both;
}
body.inventorydetails .unitTitle {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.inventorydetails .unitTitle:before,
body.inventorydetails .unitTitle:after {
  content: " ";
  display: table;
}
body.inventorydetails .unitTitle:after {
  clear: both;
}
body.inventorydetails .unitTitle:before,
body.inventorydetails .unitTitle:after {
  content: " ";
  display: table;
}
body.inventorydetails .unitTitle:after {
  clear: both;
}
body.inventorydetails .unitTitle h1 {
  display: inline;
  font-size: 24px;
  margin: 0;
}
body.inventorydetails .unitTitle .backLink {
  display: inline-block;
  padding-right: 15px;
}
body.inventorydetails .unitTitle .backLink a {
  display: inline-block;
  background-color: #262626;
  font-size: 18px;
  padding: 5px 10px;
}
body.inventorydetails .unitTitle .backLink a span {
  opacity: 0.75;
}
@media (min-width: 992px) {
  body.inventorydetails .unitTitle .backLink a span.fa {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  body.inventorydetails .unitTitle .backLink a span.buttontext {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.inventorydetails .unitTitle .backLink a span.buttontext {
    display: none !important;
  }
}
body.inventorydetails .unitTitle .backLink a:hover span {
  opacity: 1;
}
body.inventorydetails .unitText {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  body.inventorydetails .unitText {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  body.inventorydetails .unitText {
    margin-bottom: 10px;
  }
}
body.inventorydetails .BreadCrumbs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
body.inventorydetails .BreadCrumbs .fa {
  padding-left: 5px;
  padding-right: 5px;
}
body.inventorydetails .BreadCrumbs .fa:last-child {
  display: none;
}
body.inventorydetails .rowBlock {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
body.inventorydetails .rowBlock:before,
body.inventorydetails .rowBlock:after {
  content: " ";
  display: table;
}
body.inventorydetails .rowBlock:after {
  clear: both;
}
body.inventorydetails .rowBlock:before,
body.inventorydetails .rowBlock:after {
  content: " ";
  display: table;
}
body.inventorydetails .rowBlock:after {
  clear: both;
}
@media (max-width: 991px) {
  body.inventorydetails .rowBlock {
    margin-top: 0;
  }
}
body.inventorydetails .invUnitSlider {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 350px;
}
@media (min-width: 992px) {
  body.inventorydetails .invUnitSlider {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  body.inventorydetails .invUnitSlider {
    height: 600px;
  }
}
@media (min-width: 1529px) {
  body.inventorydetails .invUnitSlider {
    height: 731px;
  }
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay {
  transition: background-color 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay--main {
  transition: opacity 0.25s ease-in-out;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  background-color: transparent;
  pointer-events: none;
  opacity: .9;
  padding-left: 15px;
  padding-right: 15px;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay--main .vehicle-image__overlay-content {
  display: block;
  position: relative;
  bottom: 22.5%;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay--main .vehicle-image__overlay-content:before,
body.inventorydetails .invUnitSlider .vehicle-image__overlay--main .vehicle-image__overlay-content:after {
  content: '';
  position: absolute;
  right: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay--main .vehicle-image__overlay-content:before {
  top: 0;
  border-bottom: 20px solid #ffffff;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay--main .vehicle-image__overlay-content:after {
  bottom: 0;
  border-top: 20px solid #ffffff;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay--main .vehicle-image__overlay-text {
  position: relative;
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 5px;
  text-shadow: none;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay-content {
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 10px #000000;
  color: #ffffff;
}
body.inventorydetails .invUnitSlider .vehicle-image__overlay-text:before {
  font-family: FontAwesome;
  font-size: 26px;
  font-weight: normal;
}
body.inventorydetails #invUnitCarousel:hover .image_overlay {
  display: none !important;
}
body.inventorydetails #invUnitCarousel:hover .carousel-nav {
  display: block;
}
body.inventorydetails #invUnitCarousel .item {
  padding-bottom: 75%;
}
body.inventorydetails #invUnitCarousel.paused a.pause {
  right: 49px;
}
body.inventorydetails #invUnitCarousel.paused a.pause .fa-pause {
  display: none;
}
body.inventorydetails #invUnitCarousel.paused a.pause .fa-play {
  display: block;
}
body.inventorydetails #invUnitCarousel .image_overlay {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 2;
}
body.inventorydetails #invUnitCarousel .image_overlay.visible {
  display: block;
  padding: 15px 30px;
  opacity: 0.8;
}
body.inventorydetails #invUnitCarousel .image_overlay.visible p {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}
body.inventorydetails #invUnitSliderTray {
  position: relative;
  margin-top: 4px;
}
@media (max-width: 767px) {
  body.inventorydetails #invUnitSliderTray {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.inventorydetails #invUnitSliderTray {
    display: none !important;
  }
}
body.inventorydetails #invUnitSliderTray .item > ul {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  margin-left: -2px;
  margin-right: -2px;
  padding: 0;
}
body.inventorydetails #invUnitSliderTray .item > ul:before,
body.inventorydetails #invUnitSliderTray .item > ul:after {
  content: " ";
  display: table;
}
body.inventorydetails #invUnitSliderTray .item > ul:after {
  clear: both;
}
body.inventorydetails #invUnitSliderTray .item > ul:before,
body.inventorydetails #invUnitSliderTray .item > ul:after {
  content: " ";
  display: table;
}
body.inventorydetails #invUnitSliderTray .item > ul:after {
  clear: both;
}
body.inventorydetails #invUnitSliderTray .item > ul > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2px;
  padding-right: 2px;
  list-style: none;
}
@media (min-width: 992px) {
  body.inventorydetails #invUnitSliderTray .item > ul > li {
    float: left;
    width: 16.66666667%;
  }
}
body.inventorydetails #invUnitSliderTray .item > ul > li > div {
  opacity: 0.75;
}
body.inventorydetails #invUnitSliderTray .item > ul > li > div:active,
body.inventorydetails #invUnitSliderTray .item > ul > li > div:hover,
body.inventorydetails #invUnitSliderTray .item > ul > li > div:focus {
  opacity: 1;
  background-color: transparent;
}
body.inventorydetails #invUnitSliderTray .item > ul > li > div:hover {
  cursor: pointer;
}
body.inventorydetails #invUnitSliderTray .item > ul > li.active > div {
  opacity: 1;
}
body.inventorydetails #invUnitSliderTray .carousel-nav {
  display: none;
  position: static;
  margin: auto;
}
body.inventorydetails #invUnitSliderTray .carousel-nav a {
  position: absolute;
  display: block;
  top: 0;
  width: 30px;
  height: 100%;
  text-shadow: none;
}
body.inventorydetails #invUnitSliderTray .carousel-nav a:hover span {
  opacity: 1;
}
body.inventorydetails #invUnitSliderTray .carousel-nav a.next {
  right: 0;
}
body.inventorydetails #invUnitSliderTray .carousel-nav a.prev {
  left: 0;
}
body.inventorydetails #invUnitSliderTray .carousel-nav a > .fa {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 14px;
  margin-top: -7px;
  margin-left: -3px;
  opacity: 0.75;
}
body.inventorydetails #invUnitSliderTray:hover .carousel-nav {
  display: block;
}
body.inventorydetails .carousel .carousel-nav {
  position: absolute;
  display: none;
  top: 50%;
  z-index: 3;
  margin-top: -22.5px;
  width: 100%;
}
@media (max-width: 767px) {
  body.inventorydetails .carousel .carousel-nav {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
body.inventorydetails .carousel .carousel-nav .carousel-control {
  width: 45px;
  height: 45px;
  opacity: 1;
  text-shadow: none;
}
body.inventorydetails .carousel .carousel-nav .carousel-control span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 14px;
  margin-top: -7px;
  margin-left: -3px;
  opacity: 0.75;
}
body.inventorydetails .carousel .carousel-nav .carousel-control.next {
  right: 0;
  left: initial;
}
body.inventorydetails .carousel .carousel-nav .carousel-control.prev {
  left: 0;
  right: initial;
}
body.inventorydetails .carousel .carousel-nav .carousel-control.pause {
  right: 49px;
}
body.inventorydetails .carousel .carousel-nav .carousel-control.pause .fa {
  margin-left: -6px;
}
body.inventorydetails .carousel .carousel-nav .carousel-control.pause .fa-pause {
  display: block;
}
body.inventorydetails .carousel .carousel-nav .carousel-control.pause .fa-play {
  display: none;
}
body.inventorydetails .carousel .carousel-nav .carousel-control:hover {
  opacity: 1;
}
body.inventorydetails .carousel .carousel-nav .carousel-control:hover span {
  opacity: 1;
}
body.inventorydetails .carousel ul.carousel-indicators {
  position: static;
  bottom: initial;
  left: initial;
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
}
body.inventorydetails .carousel ul.carousel-indicators > li {
  border-color: #ffffff;
}
body.inventorydetails .carousel ul.carousel-indicators > li.active {
  background-color: #ffffff;
}
body.inventorydetails .carousel ul.carousel-indicators.carousel-indicators-buttons {
  margin-bottom: 0;
  bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.inventorydetails .carousel ul.carousel-indicators.carousel-indicators-buttons {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  body.inventorydetails .carousel ul.carousel-indicators.carousel-indicators-buttons {
    display: none !important;
  }
}
body.inventorydetails .background-image-container {
  padding-bottom: 75%;
}
body.inventorydetails .background-image-container .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-origin: content-box;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.inventorydetails .invUnitColRight {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.inventorydetails .invUnitColRight {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  body.inventorydetails .invUnitColRight {
    margin-top: 15px;
  }
}
body.inventorydetails .invUnitColRight .textbuttons ul li.invBikeSpecs,
body.inventorydetails .invUnitColRight .textbuttons ul li.invCompareBike {
  display: none;
}
body.inventorydetails .unitPrice {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0px;
  margin-right: 0px;
}
body.inventorydetails .unitPrice:before,
body.inventorydetails .unitPrice:after {
  content: " ";
  display: table;
}
body.inventorydetails .unitPrice:after {
  clear: both;
}
body.inventorydetails .unitPrice:before,
body.inventorydetails .unitPrice:after {
  content: " ";
  display: table;
}
body.inventorydetails .unitPrice:after {
  clear: both;
}
body.inventorydetails .unitPrice h3 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
body.inventorydetails .unitPrice h2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 991px) {
  body.inventorydetails .unitPrice h2 {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  body.inventorydetails .unitPrice h2 {
    text-align: right;
  }
}
body.inventorydetails .socialButtons {
  margin-top: 15px;
}
body.inventorydetails .socialButtons:before,
body.inventorydetails .socialButtons:after {
  content: " ";
  display: table;
}
body.inventorydetails .socialButtons:after {
  clear: both;
}
body.inventorydetails .socialButtons:before,
body.inventorydetails .socialButtons:after {
  content: " ";
  display: table;
}
body.inventorydetails .socialButtons:after {
  clear: both;
}
body.inventorydetails .socialButtons .v7list-vehicle__share-link {
  font-size: 20px;
  padding: 10px;
  border: 2px solid #ff9c00;
  border-radius: 2px;
  transition: background-color 0.1s ease, color 0.1s ease;
}
body.inventorydetails .socialButtons .v7list-vehicle__share-link:hover {
  background-color: #ff9c00;
  color: white;
}
body.inventorydetails .socialButtons .addthis_toolbox {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.inventorydetails .socialButtons .addthis_toolbox a span {
  opacity: .6;
}
body.inventorydetails .socialButtons .addthis_toolbox a:hover span {
  opacity: 1;
}
body.inventorydetails .socialButtons .addthis_toolbox a.addthis_button_compact span.at15t_compact {
  margin-right: 0;
}
body.inventorydetails .invAutoCheck {
  padding: 10px;
}
body.inventorydetails .invAutoCheck a img {
  display: inline;
  box-shadow: 0;
}
body.inventorydetails #invUnitColors ul {
  padding-left: 0;
  margin-left: -2px;
  margin-right: -2px;
}
body.inventorydetails #invUnitColors ul:before,
body.inventorydetails #invUnitColors ul:after {
  content: " ";
  display: table;
}
body.inventorydetails #invUnitColors ul:after {
  clear: both;
}
body.inventorydetails #invUnitColors ul:before,
body.inventorydetails #invUnitColors ul:after {
  content: " ";
  display: table;
}
body.inventorydetails #invUnitColors ul:after {
  clear: both;
}
body.inventorydetails #invUnitColors ul > li {
  position: relative;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  list-style: none;
  padding-left: 2px;
  padding-right: 2px;
}
body.inventorydetails #invUnitColors ul > li img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
body.inventorydetails .invUnitInfo {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
body.inventorydetails .invUnitInfo .nav-tabs {
  margin: 0;
  border: none;
}
body.inventorydetails .invUnitInfo .nav-tabs:before,
body.inventorydetails .invUnitInfo .nav-tabs:after {
  content: " ";
  display: table;
}
body.inventorydetails .invUnitInfo .nav-tabs:after {
  clear: both;
}
body.inventorydetails .invUnitInfo .nav-tabs:before,
body.inventorydetails .invUnitInfo .nav-tabs:after {
  content: " ";
  display: table;
}
body.inventorydetails .invUnitInfo .nav-tabs:after {
  clear: both;
}
body.inventorydetails .invUnitInfo .nav-tabs > li {
  margin-bottom: 0;
}
body.inventorydetails .invUnitInfo .nav-tabs > li > a {
  background: transparent;
  border: none;
  border-radius: 0px;
}
body.inventorydetails .invUnitInfo .nav-tabs > li.active > a {
  cursor: default;
  font-weight: bold;
}
body.inventorydetails .invUnitInfo .nav-tabs > li.active .panel-heading a {
  font-weight: bold;
}
body.inventorydetails .invUnitInfo .nav-tabs > li .panel-heading {
  padding: 0;
  background-color: #262626;
}
body.inventorydetails .invUnitInfo .nav-tabs > li .panel-heading a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 19.8px;
  margin: 0;
  text-transform: uppercase;
}
body.inventorydetails .invUnitInfo .panel-default {
  border-color: #0f0f0f;
}
body.inventorydetails .invUnitInfo .panel-default > .panel-heading {
  border-color: #0f0f0f;
  background-color: #262626;
  color: #ffffff;
}
body.inventorydetails .invUnitInfo .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0f0f0f;
}
body.inventorydetails .invUnitInfo .panel-default .panel-body {
  background-color: #262626;
}
@media (min-width: 992px) {
  body.inventorydetails .invUnitInfoTable {
    display: table;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.inventorydetails .invUnitInfoTable .invUnitInfoCols {
    display: table-row;
  }
}
@media (max-width: 991px) {
  body.inventorydetails #unitDetails {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  body.inventorydetails #unitDetails {
    width: 66.66666667%;
    display: table-cell;
    padding: 15px 20px;
    vertical-align: top;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  body.inventorydetails #unitDetails .panel + .panel {
    margin-top: 0;
  }
}
body.inventorydetails .panel-group {
  margin-bottom: 5px;
}
body.inventorydetails .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0px;
}
body.inventorydetails .panel .panel-title {
  font-size: 20px;
}
body.inventorydetails .panel .panel-title a {
  position: relative;
}
body.inventorydetails .panel .panel-title a::after {
  position: absolute;
  content: '\f107';
  font-family: FontAwesome;
  right: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #ff9c00;
  -webkit-transition: transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  pointer-events: none;
}
body.inventorydetails .panel .panel-title a:not(.collapsed)::after {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
body.inventorydetails .panel .panel-heading {
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  padding: 0;
}
body.inventorydetails .panel .panel-heading h4 {
  padding: 0;
}
body.inventorydetails .panel .panel-heading a {
  display: block;
  font-weight: bold;
  padding: 15px 20px;
}
body.inventorydetails .panel .panel-heading a:hover,
body.inventorydetails .panel .panel-heading a:focus,
body.inventorydetails .panel .panel-heading a:active {
  text-decoration: none;
}
body.inventorydetails .panel .panel-heading a.collapsed {
  font-weight: normal;
}
@media (min-width: 992px) {
  body.inventorydetails .panel .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
body.inventorydetails .panel.panel-default .panel-body {
  padding: 20px;
  background-color: #262626;
}
body.inventorydetails .panel.unitDetailsGallery ul {
  position: relative;
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
  margin-bottom: 0;
}
body.inventorydetails .panel.unitDetailsGallery ul:before,
body.inventorydetails .panel.unitDetailsGallery ul:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel.unitDetailsGallery ul:after {
  clear: both;
}
body.inventorydetails .panel.unitDetailsGallery ul:before,
body.inventorydetails .panel.unitDetailsGallery ul:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel.unitDetailsGallery ul:after {
  clear: both;
}
body.inventorydetails .panel.unitDetailsGallery ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  body.inventorydetails .panel.unitDetailsGallery ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.inventorydetails .panel.unitDetailsGallery ul > li {
    float: left;
    width: 25%;
  }
}
@media (max-width: 500px) {
  body.inventorydetails .panel.unitDetailsGallery ul > li {
    width: 100%;
  }
}
body.inventorydetails .panel.unitDetailsGallery ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  background-origin: content-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (min-width: 992px) {
  body.inventorydetails .panel.unitDetailsGallery ul > li a:hover {
    opacity: 0.75;
  }
}
body.inventorydetails .panel #accordionInfo .panel-body > * {
  max-width: 1100px;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer {
  margin-bottom: 19.8px;
  list-style: none;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:before,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:after {
  clear: both;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:before,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a:after {
  clear: both;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /* Hidden for now, possible use later. */
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage img {
  width: 100%;
  cursor: pointer;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage img:hover {
  outline: 1px solid #ff9c00;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage {
    padding-right: 0px;
  }
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage .videoDuration {
  position: absolute;
  text-align: right;
  font-weight: bold;
  bottom: 4px;
  right: 19px;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  color: white;
  background-color: rgba(1, 1, 1, 0.5);
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage .videoLikes {
  display: none;
  position: absolute;
  text-align: right;
  font-weight: bold;
  bottom: 4px;
  left: 19px;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  color: white;
  background-color: rgba(1, 1, 1, 0.5);
}
@media (max-width: 991px) {
  body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage .videoLikes {
    left: 4px;
    bottom: 4px;
  }
  body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage .videoDuration {
    right: 4px;
    bottom: 4px;
  }
}
@media (max-width: 767px) {
  body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage .videoLikes {
    left: 19px;
    bottom: 4px;
  }
  body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoImage .videoDuration {
    right: 19px;
    bottom: 4px;
  }
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent h3 {
  margin-bottom: 7.5px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent h3.videoTitle {
  font-weight: bold !important;
  cursor: pointer;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent ul {
  margin-bottom: 7.5px;
  padding-left: 0;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent ul > li {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent ul > li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    float: left;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 3px;
  }
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent ul > li i {
  font-size: 5px;
  line-height: 16px;
  position: relative;
  left: -9px;
  top: -2px;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent ul > li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent .video-content-divider {
    display: none;
  }
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent .videoAuthor {
  font-weight: bold;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent .videoDescription label,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent .videoUpdated,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent .videoRecorded,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent .videoFavoriteCount,
body.inventorydetails .panel #accordionVideosGallery .videoContainer a .videoContent .videoDescription label {
  display: none;
}
body.inventorydetails .panel #accordionVideosGallery .videoContainer:last-child {
  margin-bottom: 0;
}
body.inventorydetails .panel.unitSpecifications .panel-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.inventorydetails .panel.unitSpecifications ul {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  padding-left: 0;
}
body.inventorydetails .panel.unitSpecifications ul:before,
body.inventorydetails .panel.unitSpecifications ul:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel.unitSpecifications ul:after {
  clear: both;
}
body.inventorydetails .panel.unitSpecifications ul:before,
body.inventorydetails .panel.unitSpecifications ul:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel.unitSpecifications ul:after {
  clear: both;
}
body.inventorydetails .panel.unitSpecifications ul > li.unitSpec {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: table;
  list-style: none;
}
body.inventorydetails .panel.unitSpecifications ul > li.unitSpec.unitSpecHeader {
  font-size: 18px;
  font-size: 1.5em;
  font-weight: 700;
  background-color: #262626;
}
body.inventorydetails .panel.unitSpecifications ul > li.unitSpec:nth-child(odd):not(.unitSpecHeader) {
  background-color: rgba(61, 61, 61, 0.5);
}
body.inventorydetails .panel.unitSpecifications ul > li.unitSpec:nth-child(even):not(.unitSpecHeader) {
  background-color: rgba(61, 61, 61, 0.3);
}
body.inventorydetails .panel.unitSpecifications ul > li.unitSpec label,
body.inventorydetails .panel.unitSpecifications ul > li.unitSpec span {
  display: table-cell;
  vertical-align: top;
  margin-bottom: 0;
  padding: 5px 10px;
}
body.inventorydetails .panel.unitSpecifications ul > li.unitSpec label {
  width: 40%;
  font-weight: normal;
}
body.inventorydetails .panel.unitSpecifications ul > li.unitSpec span {
  width: 60%;
  text-align: left;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body {
  margin-left: -15px;
  margin-right: -15px;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body:before,
body.inventorydetails .panel.unitPaymentCalculator .panel-body:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body:after {
  clear: both;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body:before,
body.inventorydetails .panel.unitPaymentCalculator .panel-body:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body:after {
  clear: both;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul > li {
    float: left;
    width: 50%;
  }
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul label {
  font-weight: normal;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl,
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentEstimate {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl,
  body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentEstimate {
    float: left;
    width: 100%;
  }
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  margin-right: 10px;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:focus,
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:active:focus,
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:hover,
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:focus {
  color: #333333;
  text-decoration: none;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:active,
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button.disabled,
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button[disabled],
fieldset[disabled] body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:hover,
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:hover,
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentTerm select {
  height: 30px;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form > ul .paymentEstimate {
  margin-top: 15px;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form .fa {
  margin-right: 5px;
  font-size: 16px;
}
body.inventorydetails .panel.unitPaymentCalculator .panel-body form .disclaimer {
  margin-top: 5px;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body {
  margin-left: -15px;
  margin-right: -15px;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body:before,
body.inventorydetails .panel.unitShippingCalculator .panel-body:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body:after {
  clear: both;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body:before,
body.inventorydetails .panel.unitShippingCalculator .panel-body:after {
  content: " ";
  display: table;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body:after {
  clear: both;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul > li {
    float: left;
    width: 50%;
  }
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul label {
  font-weight: normal;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP {
    float: left;
    width: 100%;
  }
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  margin-top: 7.5px;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:focus,
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:active:focus,
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:hover,
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:focus {
  color: #333333;
  text-decoration: none;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:active,
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button.disabled,
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button[disabled],
fieldset[disabled] body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:hover,
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:hover,
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvMapResults {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (min-width: 768px) {
  body.inventorydetails .panel.unitShippingCalculator .panel-body form > ul .dvMapResults {
    float: left;
    width: 100%;
  }
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form .fa {
  margin-right: 5px;
  font-size: 16px;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form .disclaimer {
  margin-top: 5px;
}
body.inventorydetails .panel.unitShippingCalculator .panel-body form .disclaimer li {
  padding-bottom: 0;
}
body.inventorydetails .unitHighlights {
  padding: 15px 0px;
}
body.inventorydetails .unitHighlights ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
body.inventorydetails .unitHighlights ul > li {
  list-style: none;
  -webkit-flex-basis: calc(33.33333333%);
  -ms-flex-basis: calc(33.33333333%);
  flex-basis: calc(33.33333333%);
  padding-right: 50px;
  padding-left: 50px;
  border-right: 1px solid #3d3d3d;
  display: flex;
}
@media (min-width: 992px) {
  body.inventorydetails .unitHighlights ul > li {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  body.inventorydetails .unitHighlights ul > li {
    max-width: 33.33%;
  }
}
body.inventorydetails .unitHighlights ul > li label.lblUnitLabel {
  display: inline-block;
  width: 40%;
  font-weight: normal;
  vertical-align: top;
}
body.inventorydetails .unitHighlights ul > li span.spnUnitValue {
  display: inline-block;
  width: 60%;
  font-weight: bold;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: left;
  vertical-align: top;
}
body.inventorydetails .unitHighlights ul > li.LiInvStatus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 1199px) {
  body.inventorydetails .unitHighlights ul > li {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  body.inventorydetails .unitHighlights ul > li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
body.inventorydetails .invUnitRecommendations {
  margin-top: 30px;
}
body.inventorydetails .invUnitRecommendations h3 {
  margin-bottom: 0;
}
body.inventorydetails .invUnitRecommendations ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
body.inventorydetails .invUnitRecommendations ul:before,
body.inventorydetails .invUnitRecommendations ul:after {
  content: " ";
  display: table;
}
body.inventorydetails .invUnitRecommendations ul:after {
  clear: both;
}
body.inventorydetails .invUnitRecommendations ul:before,
body.inventorydetails .invUnitRecommendations ul:after {
  content: " ";
  display: table;
}
body.inventorydetails .invUnitRecommendations ul:after {
  clear: both;
}
body.inventorydetails .invUnitRecommendations ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  float: none;
  list-style: none;
}
@media (min-width: 768px) {
  body.inventorydetails .invUnitRecommendations ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body.inventorydetails .invUnitRecommendations ul > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body.inventorydetails .invUnitRecommendations ul > li {
    width: 20%;
    *width: 20%;
  }
}
@media (min-width: 1200px) {
  body.inventorydetails .invUnitRecommendations ul > li:nth-child(-n+5) {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.inventorydetails .invUnitRecommendations ul > li:nth-child(-n+4) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.inventorydetails .invUnitRecommendations ul > li:nth-child(-n+3) {
    display: block;
  }
}
@media (max-width: 767px) {
  body.inventorydetails .invUnitRecommendations ul > li:nth-child(-n+2) {
    display: block;
    margin-bottom: 10px;
  }
  body.inventorydetails .invUnitRecommendations ul > li:nth-child(-n+2):last-child {
    margin-bottom: 0;
  }
}
body.inventorydetails .invUnitRecommendations ul > li a {
  display: block;
  position: relative;
}
body.inventorydetails .invUnitRecommendations ul > li .vehicle-container {
  position: relative;
  padding-top: 75%;
}
body.inventorydetails .invUnitRecommendations ul > li .vehicle-container .inv-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-origin: content-box;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
body.inventorydetails .invUnitRecommendations ul > li .vehicle-title h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.inventorydetails .invUnitRecommendations ul > li .vehicle-title h3 span {
  margin-right: 5px;
}
body.inventorydetails .invUnitRecommendations ul > li .vehicle-title h3 span.StockNumber,
body.inventorydetails .invUnitRecommendations ul > li .vehicle-title h3 span.Condition,
body.inventorydetails .invUnitRecommendations ul > li .vehicle-title h3 span.BodySubType {
  display: none;
}
body.inventorydetails .invUnitDisclaimer {
  margin-top: 30px;
}
body.inventorydetails .invUnitDisclaimer h3 {
  margin-bottom: 0;
}
body.inventorydetails .InvDetailFooter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
body.inventorydetails #modalGallery .modal-header {
  min-height: 50px;
}
body.inventorydetails #modalGallery .modal-header h2 {
  display: none;
}
body.inventorydetails #modalGallery .carousel .carousel-nav {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.inventorydetails #modalGallery .carousel .carousel-nav {
    display: block !important;
  }
  tablebody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table;
  }
  trbody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table-row !important;
  }
  thbody.inventorydetails #modalGallery .carousel .carousel-nav,
  tdbody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.inventorydetails #modalGallery .carousel .carousel-nav {
    display: block !important;
  }
  tablebody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table;
  }
  trbody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table-row !important;
  }
  thbody.inventorydetails #modalGallery .carousel .carousel-nav,
  tdbody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  body.inventorydetails #modalGallery .carousel .carousel-nav {
    display: block !important;
  }
  tablebody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table;
  }
  trbody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table-row !important;
  }
  thbody.inventorydetails #modalGallery .carousel .carousel-nav,
  tdbody.inventorydetails #modalGallery .carousel .carousel-nav {
    display: table-cell !important;
  }
}
body.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
    display: block !important;
  }
  tablebody.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
    display: table;
  }
  trbody.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
    display: table-row !important;
  }
  thbody.inventorydetails #modalGallery .carousel .carousel-indicators-buttons,
  tdbody.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  body.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
    display: block !important;
  }
  tablebody.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
    display: table;
  }
  trbody.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
    display: table-row !important;
  }
  thbody.inventorydetails #modalGallery .carousel .carousel-indicators-buttons,
  tdbody.inventorydetails #modalGallery .carousel .carousel-indicators-buttons {
    display: table-cell !important;
  }
}
body.inventorydetails .invUnitInfo {
  padding-left: 15px;
  padding-right: 15px;
}
body.inventorydetails .invUnitInfo ul.nav li a span.fa-caret-down,
body.inventorydetails .invUnitInfo ul.nav li a span.fa-caret-up {
  display: none;
}
body.inventorydetails #unitDetails .panel {
  border-radius: 0px;
}
body.inventorydetails #unitDetails .panel a:before,
body.inventorydetails #unitDetails .panel a:after {
  content: " ";
  display: table;
}
body.inventorydetails #unitDetails .panel a:after {
  clear: both;
}
body.inventorydetails #unitDetails .panel a:before,
body.inventorydetails #unitDetails .panel a:after {
  content: " ";
  display: table;
}
body.inventorydetails #unitDetails .panel a:after {
  clear: both;
}
body.inventorydetails #unitDetails .panel a span {
  float: right;
}
body.inventorydetails #unitDetails .panel a span.fa-caret-up {
  display: inline;
}
body.inventorydetails #unitDetails .panel a span.fa-caret-down {
  display: none;
}
body.inventorydetails #unitDetails .panel a.collapsed .fa-caret-up {
  display: none;
}
body.inventorydetails #unitDetails .panel a.collapsed .fa-caret-down {
  display: inline;
}
body.inventorydetails .unitSliderImg,
body.inventorydetails .noImages {
  display: none;
}
body.inventorydetails.NOIMAGE .invUnitSlider {
  display: table;
}
body.inventorydetails.NOIMAGE .invUnitSlider .noImages {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.inventorydetails.NOIMAGE .invUnitSlider .noImages {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.inventorydetails.NOIMAGE .invUnitSlider .noImages {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  body.inventorydetails.NOIMAGE .invUnitSlider .noImages {
    height: 550px;
  }
}
@media (min-width: 1529px) {
  body.inventorydetails.NOIMAGE .invUnitSlider .noImages {
    height: 728px;
  }
}
body.inventorydetails.NOIMAGE .invUnitSlider .noImages h3 {
  margin: 0;
  padding: 0;
}
body.inventorydetails.NOPHOTOS .unitSliderImg {
  display: block;
}
body.inventorydetails.NOPHOTOS .carousel-nav,
body.inventorydetails.NOPHOTOS #invUnitSliderTray,
body.inventorydetails.NOPHOTOS #li-unitinfo-gallery,
body.inventorydetails.NOPHOTOS #unitDetailsGallery {
  display: none;
}
body.inventorydetails.NOVIDEOS #li-unitinfo-videogallery,
body.inventorydetails.NOVIDEOS #unitDetailsVideosGallery {
  display: none;
}
body.inventorydetails.NOSPECIFICATIONS #li-unitinfo-specifications,
body.inventorydetails.NOSPECIFICATIONS #unitDetailsSpecifications {
  display: none;
}
body.inventorydetails.NORECOMMENDATIONS .invUnitRecommendations {
  display: none;
}
body.inventorydetails.xShowroomDetailsXml .backLink {
  display: none;
}
body.inventorydetails.xShowroomDetailsXml .invUnitRecommendations {
  display: none;
}
body .unitPaymentCalculator,
body .unitShippingCalculator {
  display: none;
}
body #li-unitinfo-payments,
body #li-unitinfo-delivery {
  display: none;
}
body.ENABLEPAYMENTS .unitPaymentCalculator {
  display: block;
}
body.ENABLEPAYMENTS #li-unitinfo-payments {
  display: block;
}
body.ENABLESHIPPING .unitShippingCalculator {
  display: block;
}
body.ENABLESHIPPING #li-unitinfo-delivery {
  display: block;
}
.unitText {
  position: relative;
  min-height: 2em;
}
.unitText .morelessButton {
  color: #ff9c00;
  user-select: none;
}
.NOUNITTEXT .unitText {
  display: none;
}
.MOREUNITTEXT .unitText {
  padding-right: 60px !important;
  overflow: hidden;
}
.MOREUNITTEXT .unitText.MORE {
  max-height: none;
}
.MOREUNITTEXT .unitText.MORE > div {
  overflow: visible;
  white-space: normal;
  text-overflow: inherit;
}
.MOREUNITTEXT .unitText.MORE .morelessButton .less {
  display: inline;
}
.MOREUNITTEXT .unitText.MORE .morelessButton .less:hover {
  cursor: pointer;
}
.MOREUNITTEXT .unitText.MORE .morelessButton .more {
  display: none;
}
.MOREUNITTEXT .unitText > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MOREUNITTEXT .unitText .morelessButton {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
}
.MOREUNITTEXT .unitText .morelessButton .more {
  display: inline;
}
.MOREUNITTEXT .unitText .morelessButton .more:hover {
  cursor: pointer;
}
.MOREUNITTEXT .unitText .morelessButton .less {
  display: none;
}
.DiscountPrice .unitPrice h2 {
  text-decoration: line-through;
}
#li-unitinfo-advertisement,
.unitDetailsAdvertisement {
  display: none;
}
body.ADVERTISEMENT #li-unitinfo-advertisement,
body.ADVERTISEMENT .unitDetailsAdvertisement {
  display: block;
}
body.inventorydetails .image-gallery {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  margin-right: -15px;
}
body.inventorydetails .image-gallery li {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
  padding-right: 15px;
  padding-bottom: 15px;
}
body.inventorydetails .image-gallery li img {
  vertical-align: middle;
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-height: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
}
body.inventorydetails .image-gallery li img:hover {
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25), 0 3px 14px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1199px) {
  body.inventorydetails .image-gallery li {
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%;
  }
}
@media (max-width: 991px) {
  body.inventorydetails .image-gallery li {
    -webkit-flex-basis: calc(33.33333333%);
    -ms-flex-basis: calc(33.33333333%);
    flex-basis: calc(33.33333333%);
    width: calc(33.33333333%);
  }
}
body.inventorydetails .invUnitRecommendations > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}
body.inventorydetails .invUnitRecommendations > div .recommendation {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  min-width: 0;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  body.inventorydetails .invUnitRecommendations > div .recommendation {
    -webkit-flex-basis: calc(33.33333333%);
    -ms-flex-basis: calc(33.33333333%);
    flex-basis: calc(33.33333333%);
  }
}
@media (max-width: 991px) {
  body.inventorydetails .invUnitRecommendations > div .recommendation {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  body.inventorydetails .invUnitRecommendations > div .recommendation {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
body.inventorydetails .invUnitRecommendations > div .recommendation .img-block {
  padding-top: 75%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 157px;
}
body.inventorydetails .invUnitRecommendations > div .recommendation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  padding: 10px;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  min-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
body.inventorydetails .invUnitRecommendations > div .recommendation a img {
  width: 100%;
}
body.inventorydetails .invUnitRecommendations > div .recommendation a strong {
  font-size: 18px;
  padding-top: 15px;
}
body.inventorydetails .invUnitRecommendations > div .recommendation:nth-of-type(n + 5) {
  display: none;
}
body.inventorydetails .recommendation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
body.inventorydetails .prices {
  font-size: 22px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.inventorydetails .prices a {
  color: #ff9c00;
}
body.inventorydetails .prices a:hover {
  opacity: 0.7;
}
body.inventorydetails .price {
  line-height: 1.2;
}
body.inventorydetails .price a {
  color: #ff9c00;
  display: block;
}
body.inventorydetails .price a .price-value--strikethrough {
  text-decoration: line-through;
}
body.inventorydetails .price-msrp a {
  color: #000000;
}
body.inventorydetails .price-msrp a .price-label {
  font-weight: bold;
}
body.inventorydetails .price-msrp a .price-value {
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}
body.inventorydetails .price-pricedifference {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 2px;
}
@media (max-width: 767px) {
  body.inventorydetails .price-pricedifference {
    display: inline-block;
  }
}
body.inventorydetails .price-pricedifference a {
  color: #000000;
}
body.inventorydetails .price-label {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  float: left;
  line-height: 28px;
  margin-right: 10px;
}
body.inventorydetails .price-value {
  display: block;
  font-size: 24px;
  float: right;
  line-height: 26px;
}
body.inventorydetails .price-value.enable_lowest_price {
  text-decoration: line-through;
}
body.inventorydetails .lowest-price-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 56px;
  background-color: #ff9c00;
  color: white;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
body.inventorydetails .lowest-price-button,
body.inventorydetails .lowest-price-button * {
  transition: 0.3s;
}
body.inventorydetails .lowest-price-button:hover {
  background-color: white;
}
body.inventorydetails .lowest-price-button:hover span.lowest-price-button-label {
  color: #ff9c00;
}
body.inventorydetails .lowest-price-button span {
  display: block;
}
body.inventorydetails .lowest-price-button span.lowest-price-button-label {
  color: white;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
}
body.inventorydetails .lowest-price-button span.lowest-price-button-caption {
  color: black;
  font-size: 18px;
}
body.inventorydetails .lowest-price-button span.lowest-price-button-caption:before {
  content: '\f02c';
  font-family: FontAwesome;
  padding-right: 5px;
}
body.inventorydetails .v7list-vehicle__info-extra {
  text-align: right;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price {
  display: block;
  font-size: 14px;
  line-height: 1;
}
body.inventorydetails .v7list-vehicle__info-extra .v7list-vehicle__small-text {
  font-size: 10px;
  color: #d1d1d1;
  margin-bottom: 0;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price {
  display: block;
  font-size: 14px;
  line-height: 1;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly {
  padding-right: 5px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #b3b3b3;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly:before {
  transition: color 0.25s ease-in-out;
  content: "Payments";
  display: block;
  padding-bottom: 5px;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly .vehicle-price__price {
  font-size: 18px;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly .vehicle-price__label {
  vertical-align: text-bottom;
  text-transform: uppercase;
  font-size: 0;
  color: #b3b3b3;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly .vehicle-price__label:before {
  content: "/mo*";
  font-size: 14px;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly {
  padding-right: 0;
  color: #ffffff;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly:before {
  display: none;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly .vehicle-price__price {
  padding-right: 5px;
  font-size: 24px;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly .vehicle-price__label {
  vertical-align: middle;
  font-size: inherit;
}
body.inventorydetails .v7list-vehicle__info-extra .vehicle-price--monthly .vehicle-price__label:before {
  display: none;
}
body.InventoryDetail #main.InvDetailResponsive #template,
body.InventoryDetail #main.ShowRoomDetailResponsive #template {
  font-family: 'Roboto Condensed', sans-serif;
}
body.InventoryDetail #main.InvDetailResponsive #template h1,
body.InventoryDetail #main.ShowRoomDetailResponsive #template h1,
body.InventoryDetail #main.InvDetailResponsive #template h2,
body.InventoryDetail #main.ShowRoomDetailResponsive #template h2,
body.InventoryDetail #main.InvDetailResponsive #template h3,
body.InventoryDetail #main.ShowRoomDetailResponsive #template h3,
body.InventoryDetail #main.InvDetailResponsive #template h4,
body.InventoryDetail #main.ShowRoomDetailResponsive #template h4,
body.InventoryDetail #main.InvDetailResponsive #template h5,
body.InventoryDetail #main.ShowRoomDetailResponsive #template h5,
body.InventoryDetail #main.InvDetailResponsive #template h6,
body.InventoryDetail #main.ShowRoomDetailResponsive #template h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
body.InventoryDetail .invUnitHeader {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryDetail .invUnitHeader:before,
body.InventoryDetail .invUnitHeader:after {
  content: " ";
  display: table;
}
body.InventoryDetail .invUnitHeader:after {
  clear: both;
}
body.InventoryDetail .invUnitHeader:before,
body.InventoryDetail .invUnitHeader:after {
  content: " ";
  display: table;
}
body.InventoryDetail .invUnitHeader:after {
  clear: both;
}
body.InventoryDetail .unitTitle {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.InventoryDetail .unitTitle:before,
body.InventoryDetail .unitTitle:after {
  content: " ";
  display: table;
}
body.InventoryDetail .unitTitle:after {
  clear: both;
}
body.InventoryDetail .unitTitle:before,
body.InventoryDetail .unitTitle:after {
  content: " ";
  display: table;
}
body.InventoryDetail .unitTitle:after {
  clear: both;
}
body.InventoryDetail .unitTitle h1 {
  display: inline;
  font-size: 24px;
  margin: 0;
}
body.InventoryDetail .unitTitle .backLink {
  display: inline;
  padding-right: 15px;
}
body.InventoryDetail .unitTitle .backLink a {
  display: inline-block;
  font-size: 18px;
  padding: 5px 10px;
}
body.InventoryDetail .unitTitle .backLink a span {
  opacity: 0.75;
}
@media (min-width: 992px) {
  body.InventoryDetail .unitTitle .backLink a span.fa {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  body.InventoryDetail .unitTitle .backLink a span.buttontext {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryDetail .unitTitle .backLink a span.buttontext {
    display: none !important;
  }
}
body.InventoryDetail .unitTitle .backLink a:hover span {
  opacity: 1;
}
body.InventoryDetail .unitText {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  body.InventoryDetail .unitText {
    float: left;
    width: 66.66666667%;
  }
}
body.InventoryDetail .BreadCrumbs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
body.InventoryDetail .BreadCrumbs .fa {
  padding-left: 5px;
  padding-right: 5px;
}
body.InventoryDetail .BreadCrumbs .fa:last-child {
  display: none;
}
body.InventoryDetail .rowBlock {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
body.InventoryDetail .rowBlock:before,
body.InventoryDetail .rowBlock:after {
  content: " ";
  display: table;
}
body.InventoryDetail .rowBlock:after {
  clear: both;
}
body.InventoryDetail .rowBlock:before,
body.InventoryDetail .rowBlock:after {
  content: " ";
  display: table;
}
body.InventoryDetail .rowBlock:after {
  clear: both;
}
body.InventoryDetail .invUnitSlider {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.InventoryDetail .invUnitSlider {
    float: left;
    width: 66.66666667%;
  }
}
body.InventoryDetail #invUnitCarousel:hover .image_overlay {
  display: none !important;
}
body.InventoryDetail #invUnitCarousel:hover .carousel-nav {
  display: block;
}
body.InventoryDetail #invUnitCarousel .item {
  padding-bottom: 75%;
}
body.InventoryDetail #invUnitCarousel.paused a.pause {
  right: 49px;
}
body.InventoryDetail #invUnitCarousel.paused a.pause .fa-pause {
  display: none;
}
body.InventoryDetail #invUnitCarousel.paused a.pause .fa-play {
  display: block;
}
body.InventoryDetail #invUnitCarousel .image_overlay {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 2;
}
body.InventoryDetail #invUnitCarousel .image_overlay.visible {
  display: block;
  padding: 15px 30px;
  opacity: 0.8;
}
body.InventoryDetail #invUnitCarousel .image_overlay.visible p {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}
body.InventoryDetail #invUnitSliderTray {
  position: relative;
  margin-top: 4px;
}
@media (max-width: 767px) {
  body.InventoryDetail #invUnitSliderTray {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryDetail #invUnitSliderTray {
    display: none !important;
  }
}
body.InventoryDetail #invUnitSliderTray .item > ul {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  margin-left: -2px;
  margin-right: -2px;
  padding: 0;
}
body.InventoryDetail #invUnitSliderTray .item > ul:before,
body.InventoryDetail #invUnitSliderTray .item > ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail #invUnitSliderTray .item > ul:after {
  clear: both;
}
body.InventoryDetail #invUnitSliderTray .item > ul:before,
body.InventoryDetail #invUnitSliderTray .item > ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail #invUnitSliderTray .item > ul:after {
  clear: both;
}
body.InventoryDetail #invUnitSliderTray .item > ul > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2px;
  padding-right: 2px;
  list-style: none;
}
@media (min-width: 992px) {
  body.InventoryDetail #invUnitSliderTray .item > ul > li {
    float: left;
    width: 16.66666667%;
  }
}
body.InventoryDetail #invUnitSliderTray .item > ul > li > div {
  opacity: 0.75;
}
body.InventoryDetail #invUnitSliderTray .item > ul > li > div:active,
body.InventoryDetail #invUnitSliderTray .item > ul > li > div:hover,
body.InventoryDetail #invUnitSliderTray .item > ul > li > div:focus {
  opacity: 1;
  background-color: transparent;
}
body.InventoryDetail #invUnitSliderTray .item > ul > li > div:hover {
  cursor: pointer;
}
body.InventoryDetail #invUnitSliderTray .item > ul > li.active > div {
  opacity: 1;
}
body.InventoryDetail #invUnitSliderTray .carousel-nav {
  display: none;
  position: static;
  margin: auto;
}
body.InventoryDetail #invUnitSliderTray .carousel-nav a {
  position: absolute;
  display: block;
  top: 0;
  width: 30px;
  height: 100%;
  text-shadow: none;
}
body.InventoryDetail #invUnitSliderTray .carousel-nav a:hover span {
  opacity: 1;
}
body.InventoryDetail #invUnitSliderTray .carousel-nav a.next {
  right: 0;
}
body.InventoryDetail #invUnitSliderTray .carousel-nav a.prev {
  left: 0;
}
body.InventoryDetail #invUnitSliderTray .carousel-nav a > .fa {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 14px;
  margin-top: -7px;
  margin-left: -3px;
  opacity: 0.75;
}
body.InventoryDetail #invUnitSliderTray:hover .carousel-nav {
  display: block;
}
body.InventoryDetail .carousel .carousel-nav {
  position: absolute;
  display: none;
  top: 50%;
  z-index: 3;
  margin-top: -22.5px;
  width: 100%;
}
@media (max-width: 767px) {
  body.InventoryDetail .carousel .carousel-nav {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
body.InventoryDetail .carousel .carousel-nav .carousel-control {
  width: 45px;
  height: 45px;
  opacity: 1;
  text-shadow: none;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 14px;
  margin-top: -7px;
  margin-left: -3px;
  opacity: 0.75;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control.next {
  right: 0;
  left: initial;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control.prev {
  left: 0;
  right: initial;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control.pause {
  right: 49px;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control.pause .fa {
  margin-left: -6px;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control.pause .fa-pause {
  display: block;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control.pause .fa-play {
  display: none;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control:hover {
  opacity: 1;
}
body.InventoryDetail .carousel .carousel-nav .carousel-control:hover span {
  opacity: 1;
}
body.InventoryDetail .carousel ul.carousel-indicators {
  position: static;
  bottom: initial;
  left: initial;
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
}
body.InventoryDetail .carousel ul.carousel-indicators > li {
  border-color: #ffffff;
}
body.InventoryDetail .carousel ul.carousel-indicators > li.active {
  background-color: #ffffff;
}
body.InventoryDetail .carousel ul.carousel-indicators.carousel-indicators-buttons {
  margin-bottom: 0;
  bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.InventoryDetail .carousel ul.carousel-indicators.carousel-indicators-buttons {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  body.InventoryDetail .carousel ul.carousel-indicators.carousel-indicators-buttons {
    display: none !important;
  }
}
body.InventoryDetail .background-image-container {
  padding-bottom: 75%;
}
body.InventoryDetail .background-image-container .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-origin: content-box;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.InventoryDetail .invUnitColRight {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.InventoryDetail .invUnitColRight {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  body.InventoryDetail .invUnitColRight {
    margin-top: 15px;
  }
}
body.InventoryDetail .invUnitColRight .textbuttons ul li.invBikeSpecs,
body.InventoryDetail .invUnitColRight .textbuttons ul li.invCompareBike {
  display: none;
}
body.InventoryDetail .unitPrice {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryDetail .unitPrice:before,
body.InventoryDetail .unitPrice:after {
  content: " ";
  display: table;
}
body.InventoryDetail .unitPrice:after {
  clear: both;
}
body.InventoryDetail .unitPrice:before,
body.InventoryDetail .unitPrice:after {
  content: " ";
  display: table;
}
body.InventoryDetail .unitPrice:after {
  clear: both;
}
body.InventoryDetail .unitPrice h3 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
body.InventoryDetail .unitPrice h2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
@media (max-width: 991px) {
  body.InventoryDetail .unitPrice h2 {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  body.InventoryDetail .unitPrice h2 {
    text-align: right;
  }
}
body.InventoryDetail .socialButtons {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}
body.InventoryDetail .socialButtons:before,
body.InventoryDetail .socialButtons:after {
  content: " ";
  display: table;
}
body.InventoryDetail .socialButtons:after {
  clear: both;
}
body.InventoryDetail .socialButtons:before,
body.InventoryDetail .socialButtons:after {
  content: " ";
  display: table;
}
body.InventoryDetail .socialButtons:after {
  clear: both;
}
body.InventoryDetail .socialButtons .addthis_toolbox {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.InventoryDetail .socialButtons .addthis_toolbox a span {
  opacity: .6;
}
body.InventoryDetail .socialButtons .addthis_toolbox a:hover span {
  opacity: 1;
}
body.InventoryDetail .socialButtons .addthis_toolbox a.addthis_button_compact span.at15t_compact {
  margin-right: 0;
}
body.InventoryDetail .socialButtons .addthis_toolbox a.addthis_button_print {
  display: none;
}
body.InventoryDetail .invAutoCheck {
  padding: 10px;
}
body.InventoryDetail .invAutoCheck a img {
  display: inline;
  box-shadow: 0;
}
body.InventoryDetail #invUnitColors ul {
  padding-left: 0;
  margin-left: -2px;
  margin-right: -2px;
}
body.InventoryDetail #invUnitColors ul:before,
body.InventoryDetail #invUnitColors ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail #invUnitColors ul:after {
  clear: both;
}
body.InventoryDetail #invUnitColors ul:before,
body.InventoryDetail #invUnitColors ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail #invUnitColors ul:after {
  clear: both;
}
body.InventoryDetail #invUnitColors ul > li {
  position: relative;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  list-style: none;
  padding-left: 2px;
  padding-right: 2px;
}
body.InventoryDetail #invUnitColors ul > li img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
body.InventoryDetail .invUnitInfo {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
body.InventoryDetail .invUnitInfo .nav-tabs {
  margin: 0;
}
@media (max-width: 767px) {
  body.InventoryDetail .invUnitInfo .nav-tabs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryDetail .invUnitInfo .nav-tabs {
    display: none !important;
  }
}
body.InventoryDetail .invUnitInfo .nav-tabs:before,
body.InventoryDetail .invUnitInfo .nav-tabs:after {
  content: " ";
  display: table;
}
body.InventoryDetail .invUnitInfo .nav-tabs:after {
  clear: both;
}
body.InventoryDetail .invUnitInfo .nav-tabs:before,
body.InventoryDetail .invUnitInfo .nav-tabs:after {
  content: " ";
  display: table;
}
body.InventoryDetail .invUnitInfo .nav-tabs:after {
  clear: both;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li {
  margin-bottom: 0;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li.active .panel-heading a {
  font-weight: bold;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li .panel-heading {
  padding: 0;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li .panel-heading a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 19.8px;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body.InventoryDetail .invUnitInfoTable {
    display: table;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryDetail .invUnitInfoTable .invUnitInfoCols {
    display: table-row;
  }
}
@media (max-width: 991px) {
  body.InventoryDetail #unitDetails {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  body.InventoryDetail #unitDetails {
    width: 66.66666667%;
    display: table-cell;
    padding: 15px 20px;
    vertical-align: top;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  body.InventoryDetail #unitDetails .panel + .panel {
    margin-top: 0;
  }
}
body.InventoryDetail .panel-group {
  margin-bottom: 0;
}
body.InventoryDetail .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
body.InventoryDetail .panel .panel-heading {
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body.InventoryDetail .panel .panel-heading {
    display: none!important;
  }
}
body.InventoryDetail .panel .panel-heading a {
  display: block;
  font-weight: bold;
}
body.InventoryDetail .panel .panel-heading a:hover,
body.InventoryDetail .panel .panel-heading a:focus,
body.InventoryDetail .panel .panel-heading a:active {
  text-decoration: none;
}
body.InventoryDetail .panel .panel-heading a.collapsed {
  font-weight: normal;
}
@media (min-width: 992px) {
  body.InventoryDetail .panel .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
body.InventoryDetail .panel .panel-body {
  padding: 0;
}
@media (max-width: 991px) {
  body.InventoryDetail .panel .panel-body {
    padding: 15px 5px 10px 5px;
  }
}
body.InventoryDetail .panel.unitDetailsGallery ul {
  position: relative;
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
  margin-bottom: 0;
}
body.InventoryDetail .panel.unitDetailsGallery ul:before,
body.InventoryDetail .panel.unitDetailsGallery ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitDetailsGallery ul:after {
  clear: both;
}
body.InventoryDetail .panel.unitDetailsGallery ul:before,
body.InventoryDetail .panel.unitDetailsGallery ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitDetailsGallery ul:after {
  clear: both;
}
body.InventoryDetail .panel.unitDetailsGallery ul > li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  body.InventoryDetail .panel.unitDetailsGallery ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.InventoryDetail .panel.unitDetailsGallery ul > li {
    float: left;
    width: 25%;
  }
}
@media (max-width: 500px) {
  body.InventoryDetail .panel.unitDetailsGallery ul > li {
    width: 100%;
  }
}
body.InventoryDetail .panel.unitDetailsGallery ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  background-origin: content-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (min-width: 992px) {
  body.InventoryDetail .panel.unitDetailsGallery ul > li a:hover {
    opacity: 0.75;
  }
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer {
  margin-bottom: 19.8px;
  list-style: none;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:before,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:after {
  clear: both;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:before,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a:after {
  clear: both;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /* Hidden for now, possible use later. */
}
@media (min-width: 768px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage {
    float: left;
    width: 25%;
  }
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage img {
  width: 100%;
  cursor: pointer;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage img:hover {
  outline: 1px solid #ff9c00;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage {
    padding-right: 0px;
  }
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage .videoDuration {
  position: absolute;
  text-align: right;
  font-weight: bold;
  bottom: 4px;
  right: 19px;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  color: white;
  background-color: rgba(1, 1, 1, 0.5);
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage .videoLikes {
  display: none;
  position: absolute;
  text-align: right;
  font-weight: bold;
  bottom: 4px;
  left: 19px;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  color: white;
  background-color: rgba(1, 1, 1, 0.5);
}
@media (max-width: 991px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage .videoLikes {
    left: 4px;
    bottom: 4px;
  }
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage .videoDuration {
    right: 4px;
    bottom: 4px;
  }
}
@media (max-width: 767px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage .videoLikes {
    left: 19px;
    bottom: 4px;
  }
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoImage .videoDuration {
    right: 19px;
    bottom: 4px;
  }
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent {
    float: left;
    width: 75%;
  }
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent h3 {
  margin-bottom: 7.5px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent h3.videoTitle {
  font-weight: bold !important;
  cursor: pointer;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent ul {
  margin-bottom: 7.5px;
  padding-left: 0;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent ul > li {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent ul > li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    float: left;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 3px;
  }
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent ul > li i {
  font-size: 5px;
  line-height: 16px;
  position: relative;
  left: -9px;
  top: -2px;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent ul > li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent .video-content-divider {
    display: none;
  }
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent .videoAuthor {
  font-weight: bold;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent .videoDescription label,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent .videoUpdated,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent .videoRecorded,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent .videoFavoriteCount,
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer a .videoContent .videoDescription label {
  display: none;
}
body.InventoryDetail .panel.unitDetailsVideosGallery .videoContainer:last-child {
  margin-bottom: 0;
}
body.InventoryDetail .panel.unitSpecifications ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
body.InventoryDetail .panel.unitSpecifications ul:before,
body.InventoryDetail .panel.unitSpecifications ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitSpecifications ul:after {
  clear: both;
}
body.InventoryDetail .panel.unitSpecifications ul:before,
body.InventoryDetail .panel.unitSpecifications ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitSpecifications ul:after {
  clear: both;
}
body.InventoryDetail .panel.unitSpecifications ul > li.unitSpec {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: table;
  list-style: none;
}
body.InventoryDetail .panel.unitSpecifications ul > li.unitSpec.unitSpecHeader {
  font-size: 18px;
  font-size: 1.5em;
  font-weight: 700;
}
body.InventoryDetail .panel.unitSpecifications ul > li.unitSpec label,
body.InventoryDetail .panel.unitSpecifications ul > li.unitSpec span {
  display: table-cell;
  vertical-align: top;
  margin-bottom: 0;
  padding: 5px 10px;
}
body.InventoryDetail .panel.unitSpecifications ul > li.unitSpec label {
  width: 40%;
  font-weight: normal;
}
body.InventoryDetail .panel.unitSpecifications ul > li.unitSpec span {
  width: 60%;
  text-align: right;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:before,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:after {
  clear: both;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:before,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body:after {
  clear: both;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul > li {
    float: left;
    width: 50%;
  }
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul label {
  font-weight: normal;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentEstimate {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl,
  body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentEstimate {
    float: left;
    width: 100%;
  }
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  margin-right: 10px;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:focus,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:active:focus,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:hover,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:focus {
  color: #333333;
  text-decoration: none;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:active,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button.disabled,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button[disabled],
fieldset[disabled] body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:hover,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:hover,
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentControl button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentTerm select {
  height: 30px;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form > ul .paymentEstimate {
  margin-top: 15px;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form .fa {
  margin-right: 5px;
  font-size: 16px;
}
body.InventoryDetail .panel.unitPaymentCalculator .panel-body form .disclaimer {
  margin-top: 5px;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body:before,
body.InventoryDetail .panel.unitShippingCalculator .panel-body:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body:after {
  clear: both;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body:before,
body.InventoryDetail .panel.unitShippingCalculator .panel-body:after {
  content: " ";
  display: table;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body:after {
  clear: both;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul > li {
    float: left;
    width: 50%;
  }
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul label {
  font-weight: normal;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP {
    float: left;
    width: 100%;
  }
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  margin-top: 7.5px;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:focus,
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:active:focus,
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:hover,
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:focus {
  color: #333333;
  text-decoration: none;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:active,
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button.disabled,
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button[disabled],
fieldset[disabled] body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:hover,
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:hover,
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvShipZIP div button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvMapResults {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (min-width: 768px) {
  body.InventoryDetail .panel.unitShippingCalculator .panel-body form > ul .dvMapResults {
    float: left;
    width: 100%;
  }
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form .fa {
  margin-right: 5px;
  font-size: 16px;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form .disclaimer {
  margin-top: 5px;
}
body.InventoryDetail .panel.unitShippingCalculator .panel-body form .disclaimer li {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  body.InventoryDetail .unitHighlights {
    width: 33.33333333%;
    display: table-cell;
    padding: 15px 20px;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  body.InventoryDetail .unitHighlights {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  body.InventoryDetail .unitHighlights {
    padding: 15px 20px;
  }
}
body.InventoryDetail .unitHighlights ul {
  padding-left: 0;
  margin-bottom: 0;
}
body.InventoryDetail .unitHighlights ul > li {
  list-style: none;
}
body.InventoryDetail .unitHighlights ul > li label.lblUnitLabel {
  display: inline-block;
  width: 40%;
  font-weight: normal;
  vertical-align: top;
}
body.InventoryDetail .unitHighlights ul > li span.spnUnitValue {
  display: inline-block;
  width: 60%;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
body.InventoryDetail .unitHighlights ul > li.LiInvStatus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.InventoryDetail .invUnitRecommendations {
  margin-top: 30px;
}
body.InventoryDetail .invUnitRecommendations h3 {
  margin-bottom: 0;
}
body.InventoryDetail .invUnitRecommendations ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
body.InventoryDetail .invUnitRecommendations ul:before,
body.InventoryDetail .invUnitRecommendations ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail .invUnitRecommendations ul:after {
  clear: both;
}
body.InventoryDetail .invUnitRecommendations ul:before,
body.InventoryDetail .invUnitRecommendations ul:after {
  content: " ";
  display: table;
}
body.InventoryDetail .invUnitRecommendations ul:after {
  clear: both;
}
body.InventoryDetail .invUnitRecommendations ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  float: none;
  list-style: none;
}
@media (min-width: 768px) {
  body.InventoryDetail .invUnitRecommendations ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body.InventoryDetail .invUnitRecommendations ul > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body.InventoryDetail .invUnitRecommendations ul > li {
    width: 20%;
    *width: 20%;
  }
}
@media (min-width: 1200px) {
  body.InventoryDetail .invUnitRecommendations ul > li:nth-child(-n+5) {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.InventoryDetail .invUnitRecommendations ul > li:nth-child(-n+4) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryDetail .invUnitRecommendations ul > li:nth-child(-n+3) {
    display: block;
  }
}
@media (max-width: 767px) {
  body.InventoryDetail .invUnitRecommendations ul > li:nth-child(-n+2) {
    display: block;
    margin-bottom: 10px;
  }
  body.InventoryDetail .invUnitRecommendations ul > li:nth-child(-n+2):last-child {
    margin-bottom: 0;
  }
}
body.InventoryDetail .invUnitRecommendations ul > li a {
  display: block;
  position: relative;
}
body.InventoryDetail .invUnitRecommendations ul > li .vehicle-container {
  position: relative;
  padding-top: 75%;
}
body.InventoryDetail .invUnitRecommendations ul > li .vehicle-container .inv-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-origin: content-box;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
body.InventoryDetail .invUnitRecommendations ul > li .vehicle-title h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.InventoryDetail .invUnitRecommendations ul > li .vehicle-title h3 span {
  margin-right: 5px;
}
body.InventoryDetail .invUnitRecommendations ul > li .vehicle-title h3 span.StockNumber,
body.InventoryDetail .invUnitRecommendations ul > li .vehicle-title h3 span.Condition,
body.InventoryDetail .invUnitRecommendations ul > li .vehicle-title h3 span.BodySubType {
  display: none;
}
body.InventoryDetail .InvDetailFooter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
body.InventoryDetail #modalGallery .modal-header {
  min-height: 50px;
}
body.InventoryDetail #modalGallery .modal-header h2 {
  display: none;
}
body.InventoryDetail #modalGallery .carousel .carousel-nav {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: block !important;
  }
  tablebody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table;
  }
  trbody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table-row !important;
  }
  thbody.InventoryDetail #modalGallery .carousel .carousel-nav,
  tdbody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: block !important;
  }
  tablebody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table;
  }
  trbody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table-row !important;
  }
  thbody.InventoryDetail #modalGallery .carousel .carousel-nav,
  tdbody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  body.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: block !important;
  }
  tablebody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table;
  }
  trbody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table-row !important;
  }
  thbody.InventoryDetail #modalGallery .carousel .carousel-nav,
  tdbody.InventoryDetail #modalGallery .carousel .carousel-nav {
    display: table-cell !important;
  }
}
body.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
    display: block !important;
  }
  tablebody.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
    display: table;
  }
  trbody.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
    display: table-row !important;
  }
  thbody.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons,
  tdbody.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  body.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
    display: block !important;
  }
  tablebody.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
    display: table;
  }
  trbody.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
    display: table-row !important;
  }
  thbody.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons,
  tdbody.InventoryDetail #modalGallery .carousel .carousel-indicators-buttons {
    display: table-cell !important;
  }
}
body.InventoryDetail .invUnitInfo ul.nav li a span.fa-caret-down,
body.InventoryDetail .invUnitInfo ul.nav li a span.fa-caret-up {
  display: none;
}
body.InventoryDetail #unitDetails .panel a:before,
body.InventoryDetail #unitDetails .panel a:after {
  content: " ";
  display: table;
}
body.InventoryDetail #unitDetails .panel a:after {
  clear: both;
}
body.InventoryDetail #unitDetails .panel a:before,
body.InventoryDetail #unitDetails .panel a:after {
  content: " ";
  display: table;
}
body.InventoryDetail #unitDetails .panel a:after {
  clear: both;
}
body.InventoryDetail #unitDetails .panel a span {
  float: right;
}
body.InventoryDetail #unitDetails .panel a span.fa-caret-up {
  display: inline;
}
body.InventoryDetail #unitDetails .panel a span.fa-caret-down {
  display: none;
}
body.InventoryDetail #unitDetails .panel a.collapsed .fa-caret-up {
  display: none;
}
body.InventoryDetail #unitDetails .panel a.collapsed .fa-caret-down {
  display: inline;
}
body.InventoryDetail .unitSliderImg,
body.InventoryDetail .noImages {
  display: none;
}
body.InventoryDetail.NOIMAGE .invUnitSlider {
  display: table;
}
body.InventoryDetail.NOIMAGE .invUnitSlider .noImages {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryDetail.NOIMAGE .invUnitSlider .noImages {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.InventoryDetail.NOIMAGE .invUnitSlider .noImages {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  body.InventoryDetail.NOIMAGE .invUnitSlider .noImages {
    height: 550px;
  }
}
body.InventoryDetail.NOIMAGE .invUnitSlider .noImages img {
  margin: 0 auto;
}
body.InventoryDetail.NOPHOTOS .unitSliderImg {
  display: block;
}
body.InventoryDetail.NOPHOTOS .carousel-nav,
body.InventoryDetail.NOPHOTOS #invUnitSliderTray,
body.InventoryDetail.NOPHOTOS #li-unitinfo-gallery,
body.InventoryDetail.NOPHOTOS #unitDetailsGallery {
  display: none;
}
body.InventoryDetail.NOVIDEOS #li-unitinfo-videogallery,
body.InventoryDetail.NOVIDEOS #unitDetailsVideosGallery {
  display: none;
}
body.InventoryDetail.NOSPECIFICATIONS #li-unitinfo-specifications,
body.InventoryDetail.NOSPECIFICATIONS #unitDetailsSpecifications {
  display: none;
}
body.InventoryDetail.NORECOMMENDATIONS .invUnitRecommendations {
  display: none;
}
body.InventoryDetail.xShowroomDetailsXml .backLink {
  display: none;
}
body.InventoryDetail.xShowroomDetailsXml .invUnitRecommendations {
  display: none;
}
body .unitPaymentCalculator,
body .unitShippingCalculator {
  display: none;
}
body #li-unitinfo-payments,
body #li-unitinfo-delivery {
  display: none;
}
body.ENABLEPAYMENTS .unitPaymentCalculator {
  display: block;
}
body.ENABLEPAYMENTS #li-unitinfo-payments {
  display: block;
}
body.ENABLESHIPPING .unitShippingCalculator {
  display: block;
}
body.ENABLESHIPPING #li-unitinfo-delivery {
  display: block;
}
.unitText {
  position: relative;
  min-height: 2em;
}
.unitText .morelessButton {
  display: none;
}
.NOUNITTEXT .unitText {
  display: none;
}
.MOREUNITTEXT .unitText {
  padding-right: 60px !important;
  overflow: hidden;
  max-height: 2.5em;
}
.MOREUNITTEXT .unitText.MORE {
  max-height: none;
}
.MOREUNITTEXT .unitText.MORE > div {
  overflow: visible;
  white-space: normal;
  text-overflow: inherit;
}
.MOREUNITTEXT .unitText.MORE .morelessButton .less {
  display: inline;
}
.MOREUNITTEXT .unitText.MORE .morelessButton .less:hover {
  cursor: pointer;
}
.MOREUNITTEXT .unitText.MORE .morelessButton .more {
  display: none;
}
.MOREUNITTEXT .unitText > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MOREUNITTEXT .unitText .morelessButton {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
}
.MOREUNITTEXT .unitText .morelessButton .more {
  display: inline;
}
.MOREUNITTEXT .unitText .morelessButton .more:hover {
  cursor: pointer;
}
.MOREUNITTEXT .unitText .morelessButton .less {
  display: none;
}
.DiscountPrice .unitPrice h2 {
  text-decoration: line-through;
}
#li-unitinfo-advertisement,
.unitDetailsAdvertisement {
  display: none;
}
body.ADVERTISEMENT #li-unitinfo-advertisement,
body.ADVERTISEMENT .unitDetailsAdvertisement {
  display: block;
}
.v7modal {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 2px 10px #000000;
  background-color: #0f0f0f;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #ffffff;
}
.v7modal__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 35px 35px 10px;
}
.v7modal__header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
  border-bottom: 1px solid #3d3d3d;
}
.v7modal__header:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 35px;
  width: 20px;
  height: 5px;
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  background-color: #3d3d3d;
}
.v7modal__heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.v7modal__heading-icon {
  transform: translateY(-0.1em);
  vertical-align: middle;
  padding-right: 5px;
  font-size: 20px;
  color: #b3b3b3;
}
.v7modal__close-link {
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  text-align: center;
  font-size: 14px;
  color: #b3b3b3;
}
.v7modal__close-link:hover,
.v7modal__close-link:active,
.v7modal__close-link:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.v7modal__close-link .fa {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}
.v7modal__content {
  padding: 25px 35px 40px;
}
.v7modal__content .v7modal__content-dsDisclaimer {
  margin-top: 15px;
}
.v7share__copy-url {
  margin-bottom: 25px;
}
.v7share__copy-input-wrapper {
  display: block;
  position: relative;
}
.v7share__copy-overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto 0;
  background-color: rgba(255, 156, 0, 0.9);
  padding-left: 10px;
  padding-right: 15px;
  text-align: center;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  color: #000000;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.v7share__copy-overlay.is-visible {
  transition: all 0s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.v7share__copy-overlay:before,
.v7share__copy-overlay:after {
  content: '';
  position: absolute;
  left: -10px;
  border-right: 10px solid rgba(255, 156, 0, 0.9);
}
.v7share__copy-overlay:before {
  top: 0;
  border-top: 15px solid transparent;
}
.v7share__copy-overlay:after {
  bottom: 0;
  border-bottom: 15px solid transparent;
}
.v7share__copy-input {
  transition: border-color 0.25s ease-in-out;
  height: 50px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #636363;
  background-color: #ffffff;
  padding: 0 15px;
  color: #000000;
}
.v7share__copy-button {
  transition: all 0.25s ease-in-out;
  position: relative;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: none;
  background-color: #ff9c00;
  color: #000000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  width: 100%;
  height: 50px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 40px;
}
.v7share__copy-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.08) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.08) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.08) 100%);
}
.v7share__copy-button:hover,
.v7share__copy-button:active,
.v7share__copy-button:focus {
  background-color: #ffac29;
  color: #000000;
}
.v7share__copy-button .v7share__copy-icon {
  font-size: smaller;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.v7share__social-list {
  list-style-type: none;
  margin: 0 -5px;
  padding: 0;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .v7share__social-list {
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.v7share__social-item {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .v7share__social-item {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
.v7share__social-button {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  position: relative;
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid #3d3d3d;
  background-color: #0f0f0f;
  color: #ffffff;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 36px;
  line-height: 70px;
  color: #d1d1d1;
}
.v7share__social-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
}
.v7share__social-button:hover,
.v7share__social-button:active,
.v7share__social-button:focus {
  background-color: #262626;
  color: #ffffff;
}
.v7share__social-button:hover,
.v7share__social-button:active,
.v7share__social-button:focus {
  color: #ffffff;
}
/*

    ====== Zoom effect ======

    */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.v7list-featuredbannerbelowh1 img,
.v7list-featuredbanner img {
  max-width: 100%;
}
.v7list-pagefooter img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .v7list-pagefooter img {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .v7list-pagefooter img {
    max-width: 33%;
  }
}
@media (min-width: 992px) {
  .v7list-pagefooter img {
    max-width: 300px;
  }
}
.v7seo-title {
  margin-top: 0;
  margin-bottom: .5em;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
}
.v7seo-heading {
  margin-top: 0;
  margin-bottom: .5em;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  font-size: 20px;
}
.v7seo-subheading {
  margin-top: 0;
  margin-bottom: .5em;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
}
.v7seo-button {
  position: relative;
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid #3d3d3d;
  background-color: #0f0f0f;
  color: #ffffff;
  transition: background-color 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  line-height: 1;
  height: 3.5em;
  text-transform: uppercase;
}
.v7seo-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
}
.v7seo-button:hover,
.v7seo-button:active,
.v7seo-button:focus {
  background-color: #262626;
  color: #ffffff;
}
.v7seo-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.v7seo-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v7seo-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v7seo-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v7seo-video-wrapper iframe {
  border: 0;
}
.v7list-seo-header .v7seo-button.primary,
.v7list-seo-footer .v7seo-button.primary {
  border: none;
  background-color: #ff9c00;
  color: #000000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.v7list-seo-header .v7seo-button.primary:hover,
.v7list-seo-footer .v7seo-button.primary:hover,
.v7list-seo-header .v7seo-button.primary:active,
.v7list-seo-footer .v7seo-button.primary:active,
.v7list-seo-header .v7seo-button.primary:focus,
.v7list-seo-footer .v7seo-button.primary:focus {
  background-color: #ffac29;
  color: #000000;
}
.v7list-seo-header {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .v7list-seo-header--2col-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.v7list-seo-header--2col-img .v7seo-image-wrapper {
  display: none;
}
@media (min-width: 576px) {
  .v7list-seo-header--2col-img .v7seo-image-wrapper {
    display: block;
  }
}
.v7list-seo-header--2col-img .v7seo-image {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .v7list-seo-header--2col-img .v7seo-image {
    display: block;
  }
}
@media (min-width: 576px) {
  .v7list-seo-header--2col-img-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .v7list-seo-header--2col-img-btn .v7seo-image-wrapper > * {
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .v7list-seo-header--2col-img-btn .v7seo-image {
    display: block;
  }
}
@media (min-width: 576px) {
  .v7list-seo-header--2col-img-btn .v7seo-text__overflow {
    max-height: 12em;
  }
}
.v7list-seo-header--2col-img-btn .v7seo-button-wrapper {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .v7list-seo-header--2col-img-btn .v7seo-button-wrapper {
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .v7list-seo-header--2col-img-btn .v7seo-button {
    height: 2.5em;
  }
}
@media (min-width: 768px) {
  .v7list-seo-header--3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.v7list-seo-header--3col .v7seo-image {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .v7list-seo-header--3col .v7seo-image {
    display: block;
  }
}
@media (min-width: 768px) {
  .v7list-seo-header--3col .v7seo-button-group {
    margin-left: 0;
    margin-right: 0;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .v7list-seo-header--3col .v7seo-button__list {
    display: block;
    margin-top: 0px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .v7list-seo-header--3col .v7seo-button__item {
    display: block;
  }
}
@media (min-width: 768px) {
  .v7list-seo-header--3col .v7seo-button__item:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (min-width: 576px) {
  .v7list-seo-header--3col .v7seo-button {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .v7list-seo-header--3col .v7seo-button {
    margin-left: 0;
    margin-right: 0;
    height: 2.5em;
  }
}
@media (min-width: 576px) {
  .v7list-seo-header--2row .v7seo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.v7list-seo-header--2row .v7seo-button__item {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .v7list-seo-header--2row .v7seo-button {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.v7list-seo-header--2row .v7seo-image {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .v7list-seo-header--2row .v7seo-image {
    display: block;
  }
}
@media (min-width: 576px) {
  .v7list-seo-header--image-left .v7seo-image-wrapper {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .v7list-seo-header--image-left .v7seo-image-wrapper > * {
    padding-left: 0;
    padding-right: 15px;
  }
}
.v7seo-image-wrapper {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v7seo-image {
  display: none;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.v7seo-text-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .v7seo-text-wrapper {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.v7seo-text-wrapper.is-open .v7seo-text__overflow {
  max-height: 100%;
  padding-bottom: 1.5em;
}
.v7seo-text-wrapper.is-open .v7seo-text__more-link:before {
  opacity: 0;
  pointer-events: none;
}
.v7seo-text-wrapper.is-open .v7seo-text__link-text:after {
  content: " Less";
}
.v7seo-text__overflow {
  overflow: hidden;
  max-height: 9em;
  padding-bottom: 0;
}
.v7seo-text {
  font-size: 14px;
  line-height: 1.5;
}
.v7seo-text > * + * {
  margin-top: 1.5em;
}
.v7seo-text p,
.v7seo-text ul,
.v7seo-text ol {
  margin-bottom: 0;
  word-wrap: break-word;
}
.v7seo-text ul {
  list-style-type: circle;
}
.v7seo-text a {
  transition: color 0.25s ease-in-out;
  text-decoration: underline;
  color: #ff9c00;
}
.v7seo-text a:hover,
.v7seo-text a:active,
.v7seo-text a:focus {
  color: #ffffff;
}
.v7seo-text__more {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.v7seo-text__more.is-hidden {
  display: none;
}
.v7seo-text__more-link {
  transition: color 0.25s ease-in-out;
  display: inline-block;
  background-color: #0f0f0f;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff9c00;
  line-height: 1.5;
}
.v7seo-text__more-link:hover,
.v7seo-text__more-link:active,
.v7seo-text__more-link:focus {
  color: #ffac29;
}
.v7seo-text__more-link:before {
  content: '';
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5em;
  background: -moz-linear-gradient(top, rgba(15, 15, 15, 0) 0%, #0f0f0f 80%, #0f0f0f 100%);
  background: -webkit-linear-gradient(top, rgba(15, 15, 15, 0) 0%, #0f0f0f 80%, #0f0f0f 100%);
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, #0f0f0f 80%, #0f0f0f 100%);
}
.v7seo-text__link-text {
  display: inline-block;
}
.v7seo-text__link-text:after {
  content: " More";
}
@media (min-width: 576px) {
  .v7seo-button-group {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 768px) {
  .v7seo-button-group {
    -webkit-box-flex: 1 0 200px;
    -webkit-flex: 1 0 200px;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
  }
}
@media (min-width: 576px) {
  .v7seo-button-group--footer {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.v7seo-button-group--footer .v7seo-button__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .v7seo-button-group--footer .v7seo-button__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.v7seo-button-group--footer .v7seo-button {
  margin-left: 10px;
  margin-right: 10px;
}
.v7seo-button__list {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 576px) {
  .v7seo-button__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }
}
.v7seo-button__item:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .v7seo-button__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .v7seo-button__item {
    -webkit-box-flex: 1 1 33.3%;
    -webkit-flex: 1 1 33.3%;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
  }
}
.v7seo-button-single {
  margin-top: 15px;
}
.v7seo-group {
  margin-bottom: 30px;
  text-align: left;
}
.v7seo-group:first-child {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .v7seo-group--media-image .v7seo-button-single,
  .v7seo-group--media-video .v7seo-button-single {
    display: inline-block;
    min-width: 300px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .v7seo-group--media-left .v7seo-media-video__content {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
@media (min-width: 576px) {
  .v7seo-group--media-left .v7seo-media-image__content {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
.v7seo-group--descriptions,
.v7seo-group--divider {
  margin-bottom: 0;
}
.v7seo-video__list {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .v7seo-video__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.v7seo-video__item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .v7seo-video__item {
    margin-bottom: 0;
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  .v7seo-video__item {
    -webkit-box-flex: 0 1 33.33%;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }
}
@media (min-width: 768px) {
  .v7seo-video__item:last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .v7seo-video__item:last-child {
    display: block;
  }
}
.v7seo-video__content {
  padding-left: 10px;
  padding-right: 10px;
}
.v7seo-video__heading {
  margin-top: 0;
  margin-bottom: .5em;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .v7seo-media-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .v7seo-media-video__video {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .v7seo-media-video__video .v7seo-video-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .v7seo-media-video__video {
    -webkit-box-flex: 0 1 33.33%;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }
}
.v7seo-media-video__content {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .v7seo-media-video__content {
    margin-top: 0;
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .v7seo-media-video__content > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .v7seo-media-video__content {
    -webkit-box-flex: 1 1 66.66%;
    -webkit-flex: 1 1 66.66%;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
  }
}
@media (min-width: 768px) {
  .v7seo-media-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.v7seo-media-image__content {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .v7seo-media-image__content {
    margin-top: 0;
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .v7seo-media-image__content > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .v7seo-media-image__image-wrapper {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.v7seo-media-image__image {
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .v7seo-media-image__image {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.v7seo-description__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .v7seo-description__list {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.v7seo-description__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .v7seo-description__item {
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .v7seo-description__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.v7seo-divider {
  margin-top: 10px;
  margin-bottom: 30px;
  border-color: #3d3d3d;
}
.v7-inventory-list {
  /*#v7share {
    width: 400px;
    height: 250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #6A6A6A;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #EBEBEB;
    justify-content: space-between;
    border-radius: 3px;
    .v7share__header {
        color: #EBEBEB;
        font-size: 25px;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        .v7share__header-icon {
            margin-right: 5px;
        }
        .v7share__header-text {
            flex-grow: 1;
        }
        .v7share__header-close {
            align-self: flex-end;
            a {
                color: #EBEBEB;
            }
        }
    }
    .v7share__link-copy-button {
        background-color: @inv-primary;
        color: #EBEBEB;
    }
    .v7share__link {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;       
        .v7share__link-text {
            height: 40px;
            color: gray;
            -webkit-appearance: none !important;
            border: none;
            border-radius: 2px;
            margin-bottom: 5px;
            padding-left: 7px;
            padding-right: 7px;
            font-size: 11px;
        }
        .v7share__link-copy-button {
            height: 30px;
            line-height: 30px;
        }
    }
    .v7share__button-group {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        .v7share__button {
            font-size: 80px;
            color: #EBEBEB;
            a {
                color: #EBEBEB;
                &:hover {
                    color: lighten(#EBEBEB, 15%);
                }
            }
        }
    }
}*/
  /**
   * Animations
   */
  /**
   * Intensifies
   * - Slowly increases in shaking and madness
   */
  /**
   * Animations
   */
  /**
   * Intensifies
   * - Slowly increases in shaking and madness
   */
}
.v7-inventory-list #dsFilters {
  background-color: #303030;
  color: #ffffff;
}
@media (max-width: 991px) {
  .v7-inventory-list #dsFilters {
    min-height: 100%;
    box-shadow: 0 0 15px 0 transparent;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list #dsFilters {
    border: 1px solid #cccccc;
  }
}
.v7-inventory-list .v7list-counter-badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 26px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #ff9c00;
  padding: 0 2px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.v7-inventory-list .v7list-counter-badge--small {
  min-width: 21px;
  font-size: 13px;
  line-height: 20px;
}
.v7-inventory-list .v7list-sidebar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #636363;
  padding: 15px;
}
.v7-inventory-list .v7list-sidebar__heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-sidebar__heading {
    font-size: 19px;
  }
}
.v7-inventory-list .v7list-sidebar__button {
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #cccccc;
  padding: 0 5px;
  line-height: 38px;
  height: 40px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-sidebar__button {
    line-height: 32px;
    height: 34px;
  }
}
.v7-inventory-list .v7list-sidebar__button:hover,
.v7-inventory-list .v7list-sidebar__button:active,
.v7-inventory-list .v7list-sidebar__button:focus {
  border-color: #ffffff;
}
.v7-inventory-list .v7list-sidebar__button:hover .v7list-sidebar__button-icon,
.v7-inventory-list .v7list-sidebar__button:active .v7list-sidebar__button-icon,
.v7-inventory-list .v7list-sidebar__button:focus .v7list-sidebar__button-icon {
  color: #ffffff;
}
.v7-inventory-list .v7list-sidebar__button:hover .v7list-sidebar__button-text:before,
.v7-inventory-list .v7list-sidebar__button:active .v7list-sidebar__button-text:before,
.v7-inventory-list .v7list-sidebar__button:focus .v7list-sidebar__button-text:before {
  color: #ffffff;
}
.v7-inventory-list .v7list-sidebar__button--reset {
  min-width: 70px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .v7-inventory-list .v7list-sidebar__button--reset {
    min-width: 80px;
  }
}
.v7-inventory-list .v7list-sidebar__button--reset .v7list-sidebar__button-text:before {
  -webkit-transform: translateY(-0.05em);
  transform: translateY(-0.05em);
  display: inline-block;
  font-size: smaller;
  line-height: inherit;
  color: #cccccc;
  transition: color 0.25s ease-in-out;
  content: "\f021";
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 5px;
}
.v7-inventory-list .v7list-sidebar__button--close {
  margin-left: 10px;
  width: 40px;
  text-align: center;
  color: #e6e6e6;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-sidebar__button--close {
    display: none;
  }
}
.v7-inventory-list .v7list-sidebar__button--close:hover,
.v7-inventory-list .v7list-sidebar__button--close:active,
.v7-inventory-list .v7list-sidebar__button--close:focus {
  color: #ffffff;
}
.v7-inventory-list .v7list-sidebar__active-filters {
  border-bottom: 1px solid #636363;
  background-color: #4a4a4a;
  padding: 15px 15px 5px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-sidebar__active-filters {
    padding-bottom: 15px;
  }
}
.v7-inventory-list .active-filters__heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.v7-inventory-list .active-filters__heading-icon {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  font-size: smaller;
  line-height: inherit;
  color: #cccccc;
  padding-right: 3px;
  font-size: normal;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.v7-inventory-list .active-filters__heading-text {
  display: inline-block;
  vertical-align: middle;
}
.v7-inventory-list .active-filters__heading-text:before {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  font-size: smaller;
  line-height: inherit;
  color: #cccccc;
  content: "\f1de";
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 5px;
}
.v7-inventory-list .active-filters__heading-number {
  position: relative;
  top: -0.05em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.v7-inventory-list .active-filters__group-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.v7-inventory-list .active-filters__group-item {
  position: relative;
  border-top: 1px solid #636363;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .v7-inventory-list .active-filters__group-item {
    padding-bottom: 10px;
  }
}
.v7-inventory-list .active-filters__group-item:last-child {
  padding-bottom: 0;
}
.v7-inventory-list .active-filters__group-heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .v7-inventory-list .active-filters__group-heading {
    padding-top: 5px;
    line-height: 30px;
  }
}
.v7-inventory-list .active-filters__clear-all {
  position: absolute;
  top: 0px;
  right: -5px;
  display: inline-block;
  border: none;
  background-color: transparent;
  line-height: 40px;
  color: #cccccc;
}
.v7-inventory-list .active-filters__clear-all:hover .active-filters__clear-all-icon,
.v7-inventory-list .active-filters__clear-all:active .active-filters__clear-all-icon,
.v7-inventory-list .active-filters__clear-all:focus .active-filters__clear-all-icon {
  border-color: #ffffff;
  color: #ffffff;
}
.v7-inventory-list .active-filters__clear-all-icon {
  transition: all 0.25s ease-in-out;
  position: relative;
  border: none;
  font-size: 14px;
  line-height: 1;
  vertical-align: baseline;
}
@media (min-width: 992px) {
  .v7-inventory-list .active-filters__clear-all-icon {
    font-size: 20px;
  }
}
.v7-inventory-list .active-filters__clear-all-text {
  transition: color 0.25s ease-in-out;
  color: #ffffff;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .v7-inventory-list .active-filters__clear-all-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.v7-inventory-list .active-filters__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.v7-inventory-list .active-filters__item {
  position: relative;
}
@media (max-width: 991px) {
  .v7-inventory-list .active-filters__item {
    margin-bottom: 10px;
  }
}
.v7-inventory-list .active-filters__clear-one {
  transition: border-color 0.25s ease-in-out;
  background-color: transparent;
  color: #ffffff;
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px 0 13px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .v7-inventory-list .active-filters__clear-one {
    border: 1px solid #636363;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .active-filters__clear-one {
    border: none;
    white-space: normal;
    padding: 5px 0 5px 1em;
    line-height: 1;
  }
}
.v7-inventory-list .active-filters__clear-one:hover,
.v7-inventory-list .active-filters__clear-one:active,
.v7-inventory-list .active-filters__clear-one:focus {
  border-color: #ffffff;
}
.v7-inventory-list .active-filters__clear-one:hover .active-filters__item-text:before,
.v7-inventory-list .active-filters__clear-one:active .active-filters__item-text:before,
.v7-inventory-list .active-filters__clear-one:focus .active-filters__item-text:before {
  color: #ffffff;
}
.v7-inventory-list .active-filters__item-text:before {
  transition: color 0.25s ease-in-out;
  content: '\f00d';
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
  color: #cccccc;
}
@media (min-width: 992px) {
  .v7-inventory-list .active-filters__item-text:before {
    position: absolute;
    left: 0;
    top: 6px;
  }
}
.v7-inventory-list .filter-groups__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.v7-inventory-list .filter-groups__item {
  position: relative;
  border-bottom: 1px solid #636363;
}
.v7-inventory-list .filter-groups__item:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 5px solid #636363;
  border-right: 5px solid transparent;
}
.v7-inventory-list .filter-groups__item--monthlyrate .filter-group__heading {
  letter-spacing: -0.02em;
}
.v7-inventory-list .filter-groups__item--monthlyrate .filter-group__apply-button {
  padding-left: 4px;
  padding-right: 4px;
}
.v7-inventory-list .filter-group__header {
  position: relative;
  padding: 0 15px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.v7-inventory-list .filter-group__toggle {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}
.v7-inventory-list .filter-group__toggle:before {
  transition: left 0.25s ease-in-out;
  content: '';
  position: absolute;
  left: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #e6e6e6;
  border-bottom: 5px solid transparent;
}
.v7-inventory-list .filter-group__toggle:after {
  content: '\f107';
  font-family: FontAwesome;
  font-weight: normal;
  transition: transform 0.25s ease-in-out, color 0.25s ease-in-out;
  transform: scale(1, 1);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 54px;
  line-height: 54px;
  text-align: right;
  font-size: 16px;
  color: #cccccc;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__toggle:after {
    height: 40px;
    line-height: 40px;
  }
}
.v7-inventory-list .filter-group__toggle:hover:before,
.v7-inventory-list .filter-group__toggle:active:before,
.v7-inventory-list .filter-group__toggle:focus:before {
  left: 0;
}
.v7-inventory-list .filter-group__toggle:hover:after,
.v7-inventory-list .filter-group__toggle:active:after,
.v7-inventory-list .filter-group__toggle:focus:after {
  color: #ffffff;
}
.v7-inventory-list .filter-group__toggle.is-open:after {
  transform: scale(1, -1);
}
.v7-inventory-list .filter-group__heading {
  padding-top: 2px;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: color 0.25s ease-in-out;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 52px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__heading {
    line-height: 38px;
  }
}
.v7-inventory-list .filter-group__apply-button {
  transition: all 0.25s ease-in-out;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 37px;
  margin-left: 5px;
  vertical-align: middle;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  background-color: #ff9c00;
  padding: 0 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  color: #000000;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__apply-button {
    height: 23px;
  }
}
.v7-inventory-list .filter-group__apply-button--bucket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
}
.v7-inventory-list .filter-group__apply-button:hover,
.v7-inventory-list .filter-group__apply-button:active,
.v7-inventory-list .filter-group__apply-button:focus {
  background-color: #ffac29;
  color: #000000;
}
.v7-inventory-list .filter-group__apply-button:before {
  content: '';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.08) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.08) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 75%, rgba(0, 0, 0, 0.08) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .v7-inventory-list .filter-group__apply-text {
    padding-bottom: 2px;
  }
}
.v7-inventory-list .filter-group__content {
  padding-left: 15px;
  padding-right: 15px;
}
.v7-inventory-list .filter-group__content--checkbox {
  padding-bottom: 10px;
}
.v7-inventory-list .filter-group__content--select {
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 15px;
}
.v7-inventory-list .filter-group__content--select:before,
.v7-inventory-list .filter-group__content--select:after {
  content: " ";
  display: table;
}
.v7-inventory-list .filter-group__content--select:after {
  clear: both;
}
.v7-inventory-list .filter-group__content--select:before,
.v7-inventory-list .filter-group__content--select:after {
  content: " ";
  display: table;
}
.v7-inventory-list .filter-group__content--select:after {
  clear: both;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__content--select {
    padding-bottom: 10px;
  }
}
.v7-inventory-list .filter-group__content--slider {
  padding-bottom: 20px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__content--slider {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
.v7-inventory-list .filters__list-wrapper {
  padding-top: 5px;
  border-top: 1px solid #636363;
}
.v7-inventory-list .filters__list-wrapper:not(:first-child) {
  margin-top: 10px;
}
.v7-inventory-list .filters__list-heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
}
.v7-inventory-list .filters__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 991px) {
  .v7-inventory-list .filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v7-inventory-list .filters__list .filters__item {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
  .v7-inventory-list .filters__list .filters__item--custom-price {
    width: 100%;
  }
  .v7-inventory-list .filters__list .filters__item--custom-price .filter__checkbox-wrapper {
    padding-right: 0;
  }
}
.v7-inventory-list .filters__item {
  display: block;
}
@media (max-width: 991px) {
  .v7-inventory-list .filters__item {
    margin-bottom: 10px;
  }
}
.v7-inventory-list .filters__item--custom-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 5px;
}
.v7-inventory-list .filter__checkbox-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .v7-inventory-list .filter__checkbox-wrapper {
    position: relative;
    padding-right: 7px;
  }
  .v7-inventory-list .filter__checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:focus + .filter__text:before,
  .v7-inventory-list .filter__checkbox-wrapper input:active + .filter__text:before {
    border-color: #ff9c00;
    border-width: 2px;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:checked:focus + .filter__text:before,
  .v7-inventory-list .filter__checkbox-wrapper input:checked:active + .filter__text:before {
    border-color: #ff9c00;
    background-color: #ff9c00;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:checked:focus + .filter__text:after,
  .v7-inventory-list .filter__checkbox-wrapper input:checked:active + .filter__text:after {
    color: #000000;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:checked + .filter__text:before {
    background-color: #cccccc;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:checked + .filter__text:after {
    opacity: 1;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text {
    display: inline-block;
    padding-left: 25px;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text:before,
  .v7-inventory-list .filter__checkbox-wrapper .filter__text:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    pointer-events: none;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text:before {
    content: '';
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text:after {
    content: '\f00c';
    font-family: FontAwesome;
    padding-left: 1px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    opacity: 0;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text {
    line-height: 1.2em;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .filter__checkbox-wrapper {
    position: relative;
  }
  .v7-inventory-list .filter__checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:focus + .filter__text:before,
  .v7-inventory-list .filter__checkbox-wrapper input:active + .filter__text:before {
    border-color: #ff9c00;
    border-width: 2px;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:checked:focus + .filter__text:before,
  .v7-inventory-list .filter__checkbox-wrapper input:checked:active + .filter__text:before {
    border-color: #ff9c00;
    background-color: #ff9c00;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:checked:focus + .filter__text:after,
  .v7-inventory-list .filter__checkbox-wrapper input:checked:active + .filter__text:after {
    color: #000000;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:checked + .filter__text:before {
    background-color: #cccccc;
  }
  .v7-inventory-list .filter__checkbox-wrapper input:checked + .filter__text:after {
    opacity: 1;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text {
    display: inline-block;
    padding-left: 19px;
    text-align: left;
    font-weight: normal;
    line-height: 14px;
    cursor: pointer;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text:before,
  .v7-inventory-list .filter__checkbox-wrapper .filter__text:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    pointer-events: none;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text:before {
    content: '';
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
  }
  .v7-inventory-list .filter__checkbox-wrapper .filter__text:after {
    content: '\f00c';
    font-family: FontAwesome;
    padding-left: 1px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 0;
  }
}
.v7-inventory-list .filter__checkbox {
  display: inline-block;
  margin: 0;
}
.v7-inventory-list .filter__text {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  padding-right: 3px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter__text {
    vertical-align: baseline;
    padding-right: 0;
    padding-bottom: 3px;
  }
}
.v7-inventory-list .filter__text--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.v7-inventory-list .filter__select-wrapper {
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .v7-inventory-list .filter__select-wrapper {
    position: relative;
  }
  .v7-inventory-list .filter__select-wrapper:before {
    content: '\f107';
    font-family: FontAwesome;
    color: #303030;
    position: absolute;
    right: 15px;
    top: 1px;
    line-height: 44px;
    font-size: 12px;
    pointer-events: none;
    text-align: center;
  }
  .v7-inventory-list .filter__select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .v7-inventory-list .filter__select-wrapper select::-ms-expand {
    display: none;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .filter__select-wrapper {
    position: relative;
  }
  .v7-inventory-list .filter__select-wrapper:before {
    content: '\f107';
    font-family: FontAwesome;
    color: #303030;
    position: absolute;
    right: 15px;
    top: 1px;
    line-height: 32px;
    font-size: 12px;
    pointer-events: none;
    text-align: center;
  }
  .v7-inventory-list .filter__select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .v7-inventory-list .filter__select-wrapper select::-ms-expand {
    display: none;
  }
}
.v7-inventory-list .filter__select,
.v7-inventory-list .filter__input {
  transition: border-color 0.25s ease-in-out;
  width: 100%;
  height: 46px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #636363;
  background-color: #ffffff;
  padding: 0 25px 0 10px;
  font-weight: normal;
  color: #000000;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter__select,
  .v7-inventory-list .filter__input {
    height: 34px;
  }
}
.v7-inventory-list .filter__select:hover,
.v7-inventory-list .filter__input:hover,
.v7-inventory-list .filter__select:active,
.v7-inventory-list .filter__input:active,
.v7-inventory-list .filter__select:focus,
.v7-inventory-list .filter__input:focus {
  border-color: #ffffff;
}
.v7-inventory-list .filter__select--number,
.v7-inventory-list .filter__input--number {
  -moz-appearance: textfield;
}
.v7-inventory-list .filter__select--number::-webkit-outer-spin-button,
.v7-inventory-list .filter__input--number::-webkit-outer-spin-button,
.v7-inventory-list .filter__select--number::-webkit-inner-spin-button,
.v7-inventory-list .filter__input--number::-webkit-inner-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.v7-inventory-list .filter__input-toggle {
  transition: color 0.25s ease-in-out;
  color: #e6e6e6;
  font-size: 12px;
}
.v7-inventory-list .filter__input-toggle:hover,
.v7-inventory-list .filter__input-toggle:active,
.v7-inventory-list .filter__input-toggle:focus {
  color: #ffffff;
}
.v7-inventory-list .filter__input-toggle:hover .fa,
.v7-inventory-list .filter__input-toggle:active .fa,
.v7-inventory-list .filter__input-toggle:focus .fa {
  color: #ffffff;
}
.v7-inventory-list .filter__input-toggle.is-open:after {
  content: 'Hide text input';
}
.v7-inventory-list .filter__input-toggle.is-open > span {
  display: none;
}
.v7-inventory-list .filter__input-toggle.is-open .fa:before {
  content: '\f00d';
}
.v7-inventory-list .filter__input-toggle .fa {
  transition: color 0.25s ease-in-out;
  font-size: 14px;
  color: #cccccc;
}
.v7-inventory-list .filter__slider-backup {
  padding-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.v7-inventory-list .filter__slider-backup:before,
.v7-inventory-list .filter__slider-backup:after {
  content: " ";
  display: table;
}
.v7-inventory-list .filter__slider-backup:after {
  clear: both;
}
.v7-inventory-list .filter__slider-backup:before,
.v7-inventory-list .filter__slider-backup:after {
  content: " ";
  display: table;
}
.v7-inventory-list .filter__slider-backup:after {
  clear: both;
}
.v7-inventory-list .filter__custom-wrapper {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.v7-inventory-list .filter__custom-wrapper--price .filter__input-wrapper {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  float: none;
}
.v7-inventory-list .filter__custom-wrapper--price .filter__input-wrapper:first-child {
  padding-left: 0;
}
.v7-inventory-list .filter__custom-wrapper--price .filter__input-wrapper:last-child {
  padding-right: 0;
}
.v7-inventory-list .filter__custom-wrapper--price .filter__custom-text {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v7-inventory-list .filter__input-wrapper {
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
}
.v7-inventory-list .filter__input {
  padding: 0 10px;
}
.v7-inventory-list .filter__slider {
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter__slider {
    margin-top: 15px;
  }
}
.v7-inventory-list .filter__slider-content {
  position: relative;
}
.v7-inventory-list .slider__hatch-marks {
  height: 15px;
  overflow: hidden;
  margin-bottom: 5px;
}
.v7-inventory-list .slider__hatch-marks svg {
  position: relative;
  bottom: -5px;
  height: 100%;
  min-width: 100%;
}
.v7-inventory-list .slider__hatch-marks line {
  stroke: #cccccc;
  stroke-miterlimit: 5px;
  stroke-width: 5px;
}
.v7-inventory-list .slider__hatch-marks line:nth-child(even) {
  stroke-dasharray: 5px;
}
.v7-inventory-list .slider__handle {
  transition: transform 0.25s ease-in-out;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  bottom: 18px;
  width: 60px;
  height: 40px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #cccccc;
  padding: 0px 5px;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  cursor: col-resize;
}
@media (min-width: 992px) {
  .v7-inventory-list .slider__handle {
    bottom: 12px;
    height: 30px;
    width: 50px;
  }
}
.v7-inventory-list .slider__handle:hover,
.v7-inventory-list .slider__handle:active,
.v7-inventory-list .slider__handle:focus {
  -webkit-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
}
.v7-inventory-list .slider__handle:before,
.v7-inventory-list .slider__handle:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.v7-inventory-list .slider__handle:before {
  bottom: -20px;
  width: 14px;
  height: 20px;
}
.v7-inventory-list .slider__handle:after {
  bottom: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid #cccccc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.v7-inventory-list .slider__handle--min {
  left: 0;
}
.v7-inventory-list .slider__handle--max {
  left: 100%;
}
.v7-inventory-list .slider__range-bar {
  position: relative;
  height: 15px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #636363;
  background-color: #ffffff;
  overflow: hidden;
  cursor: move;
}
@media (min-width: 992px) {
  .v7-inventory-list .slider__range-bar {
    height: 10px;
  }
}
.v7-inventory-list .range-bar__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ff9c00;
}
.v7-inventory-list .v7list-sidebar__footer {
  padding: 15px;
}
.v7-inventory-list .v7list-help__link {
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 991px) {
  .v7-inventory-list .v7list-help__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.v7-inventory-list .v7list-help__link:hover .v7list-help__icon,
.v7-inventory-list .v7list-help__link:active .v7list-help__icon,
.v7-inventory-list .v7list-help__link:focus .v7list-help__icon {
  color: #ffffff;
}
.v7-inventory-list .v7list-help__icon {
  transition: color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #cccccc;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-help__icon {
    font-size: 30px;
  }
}
.v7-inventory-list .v7list-help__icon:before {
  padding-right: 7px;
}
.v7-inventory-list .v7list-help__text {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-help__text {
    max-width: 150px;
    line-height: 1.1;
  }
}
.v7-inventory-list .v7list-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .v7-inventory-list .v7list-filters {
    -webkit-box-lines: single;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.v7-inventory-list .v7list-filters__item {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 10px;
}
.v7-inventory-list .v7list-filters__item--filter-toggle {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
}
@media (min-width: 576px) and (max-width: 767px) {
  .v7-inventory-list .v7list-filters__item--filter-toggle {
    -webkit-box-flex: 1 0 33%;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-filters__item--filter-toggle {
    display: none;
  }
}
.v7-inventory-list .v7list-filters__item--search {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 576px) {
  .v7-inventory-list .v7list-filters__item--search {
    -webkit-box-flex: 1 0 66%;
    -webkit-flex: 1 0 66%;
    -ms-flex: 1 0 66%;
    flex: 1 0 66%;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-filters__item--search {
    -webkit-box-flex: 1 0 80%;
    -webkit-flex: 1 0 80%;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
  }
}
@media (min-width: 1200px) {
  .v7-inventory-list .v7list-filters__item--search {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 1200px) {
  .v7-inventory-list .v7list-filters__item--search .v7list-filters__search-wrapper {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .v7-inventory-list .v7list-filters__item--select .v7list-filters__select-wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .v7-inventory-list .v7list-filters__item--sortby {
    -webkit-box-flex: 1 1 60%;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .v7-inventory-list .v7list-filters__item--sortby {
    -webkit-box-flex: 1 1 33%;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
}
@media (min-width: 1200px) {
  .v7-inventory-list .v7list-filters__item--sortby {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.v7-inventory-list .v7list-filters__item--sortby .v7list-filters__select-wrapper {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .v7-inventory-list .v7list-filters__item--showunits {
    -webkit-box-flex: 1 0 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
}
@media (min-width: 576px) {
  .v7-inventory-list .v7list-filters__item--showunits .v7list-filters__select-wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .v7-inventory-list .v7list-filters__item--pagination {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .v7-inventory-list .v7list-filters__item--pagination {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.v7-inventory-list .v7list-filters__item--view-toggle {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .v7-inventory-list .v7list-filters__item--view-toggle {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .v7-inventory-list .v7list-filters__item--view-toggle {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
.v7-inventory-list .v7list-filter-toggle {
  display: block;
  width: calc(100% - 10px);
  height: 50px;
  transition: all 0.25s ease-in-out;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #636363;
  background-color: #303030;
  padding: 0 10px;
  text-align: center;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.v7-inventory-list .v7list-filter-toggle:hover,
.v7-inventory-list .v7list-filter-toggle:active,
.v7-inventory-list .v7list-filter-toggle:focus {
  background-color: #4a4a4a;
  color: #ffffff;
}
.v7-inventory-list .v7list-filter-toggle--sticky {
  display: none;
}
@media (max-width: 767px) {
  .v7-inventory-list .v7list-filter-toggle--sticky {
    transition: top 0.3s ease-in-out, background-color 0.25s ease-in-out;
    display: block;
    position: fixed;
    z-index: 997;
    top: -70px;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
}
.v7-inventory-list .v7list-filter-toggle--sticky.scrolled {
  top: -1px;
}
.v7-inventory-list .v7list-filter-toggle .v7list-button__text {
  display: inline-block;
  vertical-align: middle;
}
.v7-inventory-list .v7list-filter-toggle .v7list-button__text:not(.v7list-button__text--no-icon)::before {
  content: "\f1de";
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 5px;
}
.v7-inventory-list .v7list-filter-toggle__active {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 14px;
}
.v7-inventory-list .v7list-filter-toggle__active-number {
  display: inline-block;
  margin-right: 3px;
}
.v7-inventory-list .v7list-filter-toggle__active-text {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.v7-inventory-list .v7list-filters__search-wrapper {
  position: relative;
}
.v7-inventory-list .v7list-filters__input {
  transition: background-color 0.25s ease-in-out;
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  border: 1px solid #ffffff;
  background-color: #0f0f0f;
  padding: 0 55px 0 15px;
}
.v7-inventory-list .v7list-filters__input::-webkit-input-placeholder {
  /* WebKit browsers */
  transition: color 0.25s ease-in-out;
  color: #b3b3b3;
}
.v7-inventory-list .v7list-filters__input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  transition: color 0.25s ease-in-out;
  color: #b3b3b3;
}
.v7-inventory-list .v7list-filters__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  transition: color 0.25s ease-in-out;
  color: #b3b3b3;
}
.v7-inventory-list .v7list-filters__input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  transition: color 0.25s ease-in-out;
  color: #b3b3b3;
}
.v7-inventory-list .v7list-filters__input:hover::-webkit-input-placeholder,
.v7-inventory-list .v7list-filters__input:active::-webkit-input-placeholder,
.v7-inventory-list .v7list-filters__input:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}
.v7-inventory-list .v7list-filters__input:hover:-moz-placeholder,
.v7-inventory-list .v7list-filters__input:active:-moz-placeholder,
.v7-inventory-list .v7list-filters__input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}
.v7-inventory-list .v7list-filters__input:hover::-moz-placeholder,
.v7-inventory-list .v7list-filters__input:active::-moz-placeholder,
.v7-inventory-list .v7list-filters__input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
}
.v7-inventory-list .v7list-filters__input:hover:-ms-input-placeholder,
.v7-inventory-list .v7list-filters__input:active:-ms-input-placeholder,
.v7-inventory-list .v7list-filters__input:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
}
.v7-inventory-list .v7list-filters__input:hover,
.v7-inventory-list .v7list-filters__input:active,
.v7-inventory-list .v7list-filters__input:focus {
  background-color: #262626;
}
.v7-inventory-list .v7list-filters__search-button {
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 50px;
  border: none;
  background-color: #0f0f0f;
  padding: 0;
  color: #ff9c00;
}
.v7-inventory-list .v7list-filters__search-button:hover,
.v7-inventory-list .v7list-filters__search-button:active,
.v7-inventory-list .v7list-filters__search-button:focus {
  background-color: #262626;
  color: #ffffff;
}
.v7-inventory-list .v7list-filters__select-wrapper {
  position: relative;
}
.v7-inventory-list .v7list-filters__select-wrapper:before {
  content: "\f107";
  font-family: FontAwesome;
  color: #ff9c00;
  position: absolute;
  right: 10px;
  top: 1px;
  line-height: 48px;
  font-size: 18px;
  pointer-events: none;
  text-align: center;
}
.v7-inventory-list .v7list-filters__select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.v7-inventory-list .v7list-filters__select-wrapper select::-ms-expand {
  display: none;
}
.v7-inventory-list .v7list-filters__select {
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 50px;
  border: 1px solid #ffffff;
  background-color: #0f0f0f;
  padding: 0 30px 0 15px;
  color: #ffffff;
}
.v7-inventory-list .v7list-filters__select:hover,
.v7-inventory-list .v7list-filters__select:active,
.v7-inventory-list .v7list-filters__select:focus {
  background-color: #262626;
}
.v7-inventory-list .v7list-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.v7-inventory-list .v7list-pagination__item {
  color: #ffffff;
}
.v7-inventory-list .v7list-pagination__item--link {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v7-inventory-list .v7list-pagination__item--page {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.v7-inventory-list .v7list-pagination__item > * {
  display: block;
  height: 50px;
  border: 1px solid #3d3d3d;
  background-color: #262626;
  line-height: 48px;
}
.v7-inventory-list .v7list-pagination__link {
  transition: border-color 0.25s ease-in-out;
  width: 30px;
  font-size: 24px;
  color: #ffffff;
}
@media (min-width: 576px) {
  .v7-inventory-list .v7list-pagination__link {
    width: 50px;
  }
}
.v7-inventory-list .v7list-pagination__link:hover,
.v7-inventory-list .v7list-pagination__link:active,
.v7-inventory-list .v7list-pagination__link:focus {
  border-color: #ffffff;
}
.v7-inventory-list .v7list-pagination__link:disabled {
  color: rgba(179, 179, 179, 0.6);
  pointer-events: none;
}
.v7-inventory-list .v7list-pagination__link .fa {
  position: relative;
  top: -1px;
}
.v7-inventory-list .v7list-pagination__page {
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .v7-inventory-list .v7list-pagination__page {
    padding-left: 15px;
    padding-right: 15px;
    font-size: inherit;
  }
}
.v7-inventory-list .v7list-view-toggle {
  transition: color 0.25s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 50px;
  width: 60px;
  background: none;
  border: none;
  margin-left: 15px;
  padding: 5px 0px 2px 6px;
  color: #b3b3b3;
}
.v7-inventory-list .v7list-view-toggle:hover,
.v7-inventory-list .v7list-view-toggle:active,
.v7-inventory-list .v7list-view-toggle:focus {
  color: #ffffff;
}
.v7-inventory-list .v7list-view-toggle:hover .v7list-view-toggle__icon:before,
.v7-inventory-list .v7list-view-toggle:active .v7list-view-toggle__icon:before,
.v7-inventory-list .v7list-view-toggle:focus .v7list-view-toggle__icon:before,
.v7-inventory-list .v7list-view-toggle:hover .v7list-view-toggle__icon:after,
.v7-inventory-list .v7list-view-toggle:active .v7list-view-toggle__icon:after,
.v7-inventory-list .v7list-view-toggle:focus .v7list-view-toggle__icon:after {
  background-color: #ffac29;
}
.v7-inventory-list .v7list-view-toggle.listview .v7list-view-toggle__icon-wrapper:after {
  display: none;
}
.v7-inventory-list .v7list-view-toggle.listview .v7list-view-toggle__text:before {
  content: "List ";
}
.v7-inventory-list .v7list-view-toggle__icon-wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-width: 45px;
  height: 26px;
  line-height: 26px;
}
.v7-inventory-list .v7list-view-toggle__icon-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 2px;
  background-color: #0f0f0f;
}
.v7-inventory-list .v7list-view-toggle__icon:before,
.v7-inventory-list .v7list-view-toggle__icon:after {
  transition: background-color 0.25s ease-in-out;
  content: '';
  position: absolute;
  left: 0;
  width: 26px;
  height: 12px;
  background-color: #ff9c00;
}
.v7-inventory-list .v7list-view-toggle__icon:before {
  top: 0;
}
.v7-inventory-list .v7list-view-toggle__icon:after {
  bottom: 0;
}
.v7-inventory-list .v7list-view-toggle__arrow {
  position: absolute;
  top: 0;
  left: 35px;
  line-height: inherit;
  color: #ffffff;
}
.v7-inventory-list .v7list-view-toggle__text {
  padding-top: 5px;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.v7-inventory-list .v7list-view-toggle__text:before {
  content: "Grid ";
}
@keyframes fontalicious {
  0% {
    font-family: helvetica;
  }
  10% {
    font-family: times;
  }
  20% {
    font-family: fantasy;
  }
  30% {
    font-family: monospace;
  }
  40% {
    font-family: Palatino;
  }
  50% {
    font-family: Tahoma;
  }
  60% {
    font-family: impact;
  }
  70% {
    font-family: cursive;
  }
  80% {
    font-family: monospace;
  }
  90% {
    font-family: fantasy;
  }
  99% {
    font-family: futura;
  }
}
.v7-inventory-list .fontalicious {
  animation-name: fontalicious;
  animation-iteration-count: 4;
  animation-duration: 1s;
}
.v7-inventory-list .animated {
  animation-fill-mode: both;
}
@keyframes intensifies {
  0% {
    transform: translate(1px, 1px) scale(1);
  }
  1% {
    transform: translate(-1px, -1px) scale(1.02);
  }
  2% {
    transform: translate(1px, 2px) scale(1.04);
  }
  3% {
    transform: translate(-3px, -1px) scale(1.06);
  }
  4% {
    transform: translate(3px, 3px) scale(1.08);
  }
  5% {
    transform: translate(-4px, -5px) scale(1.1);
  }
  6% {
    transform: translate(4px, 4px) scale(1.12);
  }
  7% {
    transform: translate(-1px, -2px) scale(1.14);
  }
  8% {
    transform: translate(5px, 1px) scale(1.16);
  }
  9% {
    transform: translate(-4px, -10px) scale(1.18);
  }
  10% {
    transform: translate(7px, 7px) scale(1.2);
  }
  11% {
    transform: translate(-8px, -7px) scale(1.22);
  }
  12% {
    transform: translate(1px, 8px) scale(1.24);
  }
  13% {
    transform: translate(-2px, -10px) scale(1.26);
  }
  14% {
    transform: translate(14px, 7px) scale(1.28);
  }
  15% {
    transform: translate(-14px, -6px) scale(1.3);
  }
  16% {
    transform: translate(2px, 6px) scale(1.32);
  }
  17% {
    transform: translate(-16px, -4px) scale(1.34);
  }
  18% {
    transform: translate(11px, 12px) scale(1.36);
  }
  19% {
    transform: translate(-4px, -17px) scale(1.38);
  }
  20% {
    transform: translate(12px, 7px) scale(1.4);
  }
  21% {
    transform: translate(-11px, -13px) scale(1.42);
  }
  22% {
    transform: translate(4px, 22px) scale(1.44);
  }
  23% {
    transform: translate(-13px, -24px) scale(1.46);
  }
  24% {
    transform: translate(23px, 5px) scale(1.48);
  }
  25% {
    transform: translate(-15px, -16px) scale(1.5);
  }
  26% {
    transform: translate(16px, 7px) scale(1.52);
  }
  27% {
    transform: translate(-25px, -11px) scale(1.54);
  }
  28% {
    transform: translate(25px, 20px) scale(1.56);
  }
  29% {
    transform: translate(-16px, -20px) scale(1.58);
  }
  30% {
    transform: translate(12px, 23px) scale(1.6);
  }
  31% {
    transform: translate(-15px, -18px) scale(1.62);
  }
  32% {
    transform: translate(3px, 27px) scale(1.64);
  }
  33% {
    transform: translate(-18px, -14px) scale(1.66);
  }
  34% {
    transform: translate(14px, 9px) scale(1.68);
  }
  35% {
    transform: translate(-28px, -23px) scale(1.7);
  }
  36% {
    transform: translate(12px, 30px) scale(1.72);
  }
  37% {
    transform: translate(-25px, -27px) scale(1.74);
  }
  38% {
    transform: translate(39px, 1px) scale(1.76);
  }
  39% {
    transform: translate(-10px, -32px) scale(1.78);
  }
  40% {
    transform: translate(15px, 35px) scale(1.8);
  }
  41% {
    transform: translate(-27px, -15px) scale(1.82);
  }
  42% {
    transform: translate(15px, 41px) scale(1.84);
  }
  43% {
    transform: translate(-39px, -4px) scale(1.86);
  }
  44% {
    transform: translate(34px, 19px) scale(1.88);
  }
  45% {
    transform: translate(-4px, -45px) scale(1.9);
  }
  46% {
    transform: translate(38px, 7px) scale(1.92);
  }
  47% {
    transform: translate(-21px, -1px) scale(1.94);
  }
  48% {
    transform: translate(19px, 6px) scale(1.96);
  }
  49% {
    transform: translate(-49px, -25px) scale(1.98);
  }
  50% {
    transform: translate(25px, 25px) scale(2);
  }
  51% {
    transform: translate(-33px, -24px) scale(2.02);
  }
  52% {
    transform: translate(45px, 36px) scale(2.04);
  }
  53% {
    transform: translate(-44px, -7px) scale(2.06);
  }
  54% {
    transform: translate(30px, 28px) scale(2.08);
  }
  55% {
    transform: translate(-4px, -27px) scale(2.1);
  }
  56% {
    transform: translate(17px, 18px) scale(2.12);
  }
  57% {
    transform: translate(-4px, -12px) scale(2.14);
  }
  58% {
    transform: translate(1px, 50px) scale(2.16);
  }
  59% {
    transform: translate(-8px, -36px) scale(2.18);
  }
  60% {
    transform: translate(29px, 26px) scale(2.2);
  }
  61% {
    transform: translate(-24px, -21px) scale(2.22);
  }
  62% {
    transform: translate(60px, 21px) scale(2.24);
  }
  63% {
    transform: translate(-9px, -36px) scale(2.26);
  }
  64% {
    transform: translate(44px, 1px) scale(2.28);
  }
  65% {
    transform: translate(-38px, -40px) scale(2.3);
  }
  66% {
    transform: translate(42px, 33px) scale(2.32);
  }
  67% {
    transform: translate(-17px, -45px) scale(2.34);
  }
  68% {
    transform: translate(1px, 17px) scale(2.36);
  }
  69% {
    transform: translate(-20px, -62px) scale(2.38);
  }
  70% {
    transform: translate(6px, 53px) scale(2.4);
  }
  71% {
    transform: translate(-64px, -14px) scale(2.42);
  }
  72% {
    transform: translate(67px, 48px) scale(2.44);
  }
  73% {
    transform: translate(-47px, -39px) scale(2.46);
  }
  74% {
    transform: translate(5px, 62px) scale(2.48);
  }
  75% {
    transform: translate(-29px, -50px) scale(2.5);
  }
  76% {
    transform: translate(5px, 60px) scale(2.52);
  }
  77% {
    transform: translate(-51px, -76px) scale(2.54);
  }
  78% {
    transform: translate(58px, 16px) scale(2.56);
  }
  79% {
    transform: translate(-79px, -32px) scale(2.58);
  }
  80% {
    transform: translate(41px, 22px) scale(2.6);
  }
  81% {
    transform: translate(-43px, -48px) scale(2.62);
  }
  82% {
    transform: translate(35px, 65px) scale(2.64);
  }
  83% {
    transform: translate(-65px, -84px) scale(2.66);
  }
  84% {
    transform: translate(62px, 73px) scale(2.68);
  }
  85% {
    transform: translate(-48px, -40px) scale(2.7);
  }
  86% {
    transform: translate(30px, 25px) scale(2.72);
  }
  87% {
    transform: translate(-16px, -46px) scale(2.74);
  }
  88% {
    transform: translate(81px, 73px) scale(2.76);
  }
  89% {
    transform: translate(-79px, -76px) scale(2.78);
  }
  90% {
    transform: translate(55px, 62px) scale(2.8);
  }
  91% {
    transform: translate(-44px, -56px) scale(2.82);
  }
  92% {
    transform: translate(46px, 91px) scale(2.84);
  }
  93% {
    transform: translate(-48px, -34px) scale(2.86);
  }
  94% {
    transform: translate(18px, 10px) scale(2.88);
  }
  95% {
    transform: translate(-11px, -4px) scale(2.9);
  }
  96% {
    transform: translate(14px, 80px) scale(2.92);
  }
  97% {
    transform: translate(-29px, -54px) scale(2.94);
  }
  98% {
    transform: translate(51px, 95px) scale(2.96);
  }
  99% {
    transform: translate(-71px, -4px) scale(2.98);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.v7-inventory-list .intensifies {
  animation-timing-function: ease-out;
  transform-origin: bottom center;
  animation-name: intensifies;
  animation-duration: 5s;
}
.v7-inventory-list .animated {
  animation-fill-mode: both;
}
@keyframes shakeit {
  0% {
    transform: translate(0px, 0) rotate(0deg);
  }
  1% {
    transform: translate(-2px, 0) rotate(-1deg);
  }
  2% {
    transform: translate(4px, 0) rotate(2deg);
  }
  3% {
    transform: translate(-6px, 0) rotate(-3deg);
  }
  4% {
    transform: translate(8px, 0) rotate(4deg);
  }
  5% {
    transform: translate(-10px, 0) rotate(-5deg);
  }
  6% {
    transform: translate(12px, 0) rotate(6deg);
  }
  7% {
    transform: translate(-14px, 0) rotate(-7deg);
  }
  8% {
    transform: translate(16px, 0) rotate(8deg);
  }
  9% {
    transform: translate(-18px, 0) rotate(-9deg);
  }
  10% {
    transform: translate(20px, 0) rotate(8deg);
  }
  11% {
    transform: translate(-22px, 0) rotate(-8deg);
  }
  12% {
    transform: translate(24px, 0) rotate(8deg);
  }
  13% {
    transform: translate(-26px, 0) rotate(-8deg);
  }
  14% {
    transform: translate(28px, 0) rotate(8deg);
  }
  15% {
    transform: translate(-30px, 0) rotate(-8deg);
  }
  16% {
    transform: translate(32px, 0) rotate(8deg);
  }
  17% {
    transform: translate(-34px, 0) rotate(-8deg);
  }
  18% {
    transform: translate(36px, 0) rotate(8deg);
  }
  19% {
    transform: translate(-38px, 0) rotate(-8deg);
  }
  20% {
    transform: translate(40px, 0) rotate(8deg);
  }
  21% {
    transform: translate(-42px, 0) rotate(-8deg);
  }
  22% {
    transform: translate(44px, 0) rotate(8deg);
  }
  23% {
    transform: translate(-46px, 0) rotate(-8deg);
  }
  24% {
    transform: translate(48px, 0) rotate(8deg);
  }
  25% {
    transform: translate(-50px, 0) rotate(-8deg);
  }
  26% {
    transform: translate(52px, 0) rotate(8deg);
  }
  27% {
    transform: translate(-54px, 0) rotate(-8deg);
  }
  28% {
    transform: translate(56px, 0) rotate(8deg);
  }
  29% {
    transform: translate(-58px, 0) rotate(-8deg);
  }
  30% {
    transform: translate(60px, 0) rotate(8deg);
  }
  31% {
    transform: translate(-62px, 0) rotate(-8deg);
  }
  32% {
    transform: translate(64px, 0) rotate(8deg);
  }
  33% {
    transform: translate(-66px, 0) rotate(-8deg);
  }
  34% {
    transform: translate(68px, 0) rotate(8deg);
  }
  35% {
    transform: translate(-70px, 0) rotate(-8deg);
  }
  36% {
    transform: translate(72px, 0) rotate(8deg);
  }
  37% {
    transform: translate(-74px, 0) rotate(-8deg);
  }
  38% {
    transform: translate(76px, 0) rotate(8deg);
  }
  39% {
    transform: translate(-78px, 0) rotate(-8deg);
  }
  40% {
    transform: translate(80px, 0) rotate(8deg);
  }
  41% {
    transform: translate(-82px, 0) rotate(-8deg);
  }
  42% {
    transform: translate(84px, 0) rotate(8deg);
  }
  43% {
    transform: translate(-86px, 0) rotate(-8deg);
  }
  44% {
    transform: translate(88px, 0) rotate(8deg);
  }
  45% {
    transform: translate(-90px, 0) rotate(-8deg);
  }
  46% {
    transform: translate(92px, 0) rotate(8deg);
  }
  47% {
    transform: translate(-94px, 0) rotate(-8deg);
  }
  48% {
    transform: translate(96px, 0) rotate(8deg);
  }
  49% {
    transform: translate(-98px, 0) rotate(-8deg);
  }
  50% {
    transform: translate(100px, 0) rotate(8deg);
  }
  51% {
    transform: translate(-102px, 0) rotate(-8deg);
  }
  52% {
    transform: translate(104px, 0) rotate(8deg);
  }
  53% {
    transform: translate(-106px, 0) rotate(-8deg);
  }
  54% {
    transform: translate(108px, 0) rotate(8deg);
  }
  55% {
    transform: translate(-110px, 0) rotate(-8deg);
  }
  56% {
    transform: translate(112px, 0) rotate(8deg);
  }
  57% {
    transform: translate(-114px, 0) rotate(-8deg);
  }
  58% {
    transform: translate(116px, 0) rotate(8deg);
  }
  59% {
    transform: translate(-118px, 0) rotate(-8deg);
  }
  60% {
    transform: translate(120px, 0) rotate(8deg);
  }
  61% {
    transform: translate(-122px, 0) rotate(-8deg);
  }
  62% {
    transform: translate(124px, 0) rotate(8deg);
  }
  63% {
    transform: translate(-126px, 0) rotate(-8deg);
  }
  64% {
    transform: translate(128px, 0) rotate(8deg);
  }
  65% {
    transform: translate(-130px, 0) rotate(-8deg);
  }
  66% {
    transform: translate(132px, 0) rotate(8deg);
  }
  67% {
    transform: translate(-134px, 0) rotate(-8deg);
  }
  68% {
    transform: translate(136px, 0) rotate(8deg);
  }
  69% {
    transform: translate(-138px, 0) rotate(-8deg);
  }
  70% {
    transform: translate(140px, 0) rotate(8deg);
  }
  71% {
    transform: translate(-142px, 0) rotate(-8deg);
  }
  72% {
    transform: translate(144px, 0) rotate(8deg);
  }
  73% {
    transform: translate(-146px, 0) rotate(-8deg);
  }
  74% {
    transform: translate(148px, 0) rotate(8deg);
  }
  75% {
    transform: translate(-150px, 0) rotate(-8deg);
  }
  76% {
    transform: translate(152px, 0) rotate(8deg);
  }
  77% {
    transform: translate(-154px, 0) rotate(-8deg);
  }
  78% {
    transform: translate(156px, 0) rotate(8deg);
  }
  79% {
    transform: translate(-158px, 0) rotate(-8deg);
  }
  80% {
    transform: translate(160px, 0) rotate(8deg);
  }
  81% {
    transform: translate(-162px, 0) rotate(-8deg);
  }
  82% {
    transform: translate(164px, 0) rotate(8deg);
  }
  83% {
    transform: translate(-166px, 0) rotate(-8deg);
  }
  84% {
    transform: translate(168px, 0) rotate(8deg);
  }
  85% {
    transform: translate(-170px, 0) rotate(-8deg);
  }
  86% {
    transform: translate(172px, 0) rotate(8deg);
  }
  87% {
    transform: translate(-174px, 0) rotate(-8deg);
  }
  88% {
    transform: translate(176px, 0) rotate(8deg);
  }
  89% {
    transform: translate(-178px, 0) rotate(-8deg);
  }
  90% {
    transform: translate(180px, 0) rotate(8deg);
  }
  91% {
    transform: translate(-182px, 0) rotate(-8deg);
  }
  92% {
    transform: translate(184px, 0) rotate(8deg);
  }
  93% {
    transform: translate(-186px, 0) rotate(-8deg);
  }
  94% {
    transform: translate(188px, 0) rotate(8deg);
  }
  95% {
    transform: translate(-190px, 0) rotate(-8deg);
  }
  96% {
    transform: translate(192px, 0) rotate(8deg);
  }
  97% {
    transform: translate(-194px, 0) rotate(-8deg);
  }
  98% {
    transform: translate(196px, 0) rotate(8deg);
  }
  99% {
    transform: translate(-198px, 0) rotate(-8deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.v7-inventory-list .shakeit {
  animation-timing-function: ease-in;
  transform-origin: bottom center;
  animation-name: shakeit;
  animation-duration: 12s;
}
@keyframes strobe {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  1% {
    opacity: 0;
    transform: scale(1.1);
  }
  2% {
    opacity: 1;
    transform: scale(1.2);
  }
  3% {
    opacity: 0;
    transform: scale(1.3);
  }
  4% {
    opacity: 1;
    transform: scale(1.4);
  }
  5% {
    opacity: 0;
    transform: scale(1.5);
  }
  6% {
    opacity: 1;
    transform: scale(1.6);
  }
  7% {
    opacity: 0;
    transform: scale(1.7);
  }
  8% {
    opacity: 1;
    transform: scale(1.8);
  }
  9% {
    opacity: 0;
    transform: scale(1.9);
  }
  10% {
    opacity: 1;
    transform: scale(2);
  }
  11% {
    opacity: 0;
    transform: scale(2.1);
  }
  12% {
    opacity: 1;
    transform: scale(2.2);
  }
  13% {
    opacity: 0;
    transform: scale(2.3);
  }
  14% {
    opacity: 1;
    transform: scale(2.4);
  }
  15% {
    opacity: 0;
    transform: scale(2.5);
  }
  16% {
    opacity: 1;
    transform: scale(2.6);
  }
  17% {
    opacity: 0;
    transform: scale(2.7);
  }
  18% {
    opacity: 1;
    transform: scale(2.8);
  }
  19% {
    opacity: 0;
    transform: scale(2.9);
  }
  20% {
    opacity: 1;
    transform: scale(3);
  }
  21% {
    opacity: 0;
    transform: scale(3.1);
  }
  22% {
    opacity: 1;
    transform: scale(3.2);
  }
  23% {
    opacity: 0;
    transform: scale(3.3);
  }
  24% {
    opacity: 1;
    transform: scale(3.4);
  }
  25% {
    opacity: 0;
    transform: scale(3.5);
  }
  26% {
    opacity: 1;
    transform: scale(3.6);
  }
  27% {
    opacity: 0;
    transform: scale(3.7);
  }
  28% {
    opacity: 1;
    transform: scale(3.8);
  }
  29% {
    opacity: 0;
    transform: scale(3.9);
  }
  30% {
    opacity: 1;
    transform: scale(4);
  }
  31% {
    opacity: 0;
    transform: scale(4.1);
  }
  32% {
    opacity: 1;
    transform: scale(4.2);
  }
  33% {
    opacity: 0;
    transform: scale(4.3);
  }
  34% {
    opacity: 1;
    transform: scale(4.4);
  }
  35% {
    opacity: 0;
    transform: scale(4.5);
  }
  36% {
    opacity: 1;
    transform: scale(4.6);
  }
  37% {
    opacity: 0;
    transform: scale(4.7);
  }
  38% {
    opacity: 1;
    transform: scale(4.8);
  }
  39% {
    opacity: 0;
    transform: scale(4.9);
  }
  40% {
    opacity: 1;
    transform: scale(5);
  }
  41% {
    opacity: 0;
    transform: scale(5.1);
  }
  42% {
    opacity: 1;
    transform: scale(5.2);
  }
  43% {
    opacity: 0;
    transform: scale(5.3);
  }
  44% {
    opacity: 1;
    transform: scale(5.4);
  }
  45% {
    opacity: 0;
    transform: scale(5.5);
  }
  46% {
    opacity: 1;
    transform: scale(5.6);
  }
  47% {
    opacity: 0;
    transform: scale(5.7);
  }
  48% {
    opacity: 1;
    transform: scale(5.8);
  }
  49% {
    opacity: 0;
    transform: scale(5.9);
  }
  50% {
    opacity: 1;
    transform: scale(6);
  }
  51% {
    opacity: 0;
    transform: scale(6.1);
  }
  52% {
    opacity: 1;
    transform: scale(6.2);
  }
  53% {
    opacity: 0;
    transform: scale(6.3);
  }
  54% {
    opacity: 1;
    transform: scale(6.4);
  }
  55% {
    opacity: 0;
    transform: scale(6.5);
  }
  56% {
    opacity: 1;
    transform: scale(6.6);
  }
  57% {
    opacity: 0;
    transform: scale(6.7);
  }
  58% {
    opacity: 1;
    transform: scale(6.8);
  }
  59% {
    opacity: 0;
    transform: scale(6.9);
  }
  60% {
    opacity: 1;
    transform: scale(7);
  }
  61% {
    opacity: 0;
    transform: scale(7.1);
  }
  62% {
    opacity: 1;
    transform: scale(7.2);
  }
  63% {
    opacity: 0;
    transform: scale(7.3);
  }
  64% {
    opacity: 1;
    transform: scale(7.4);
  }
  65% {
    opacity: 0;
    transform: scale(7.5);
  }
  66% {
    opacity: 1;
    transform: scale(7.6);
  }
  67% {
    opacity: 0;
    transform: scale(7.7);
  }
  68% {
    opacity: 1;
    transform: scale(7.8);
  }
  69% {
    opacity: 0;
    transform: scale(7.9);
  }
  70% {
    opacity: 1;
    transform: scale(8);
  }
  71% {
    opacity: 0;
    transform: scale(8.1);
  }
  72% {
    opacity: 1;
    transform: scale(8.2);
  }
  73% {
    opacity: 0;
    transform: scale(8.3);
  }
  74% {
    opacity: 1;
    transform: scale(8.4);
  }
  75% {
    opacity: 0;
    transform: scale(8.5);
  }
  76% {
    opacity: 1;
    transform: scale(8.6);
  }
  77% {
    opacity: 0;
    transform: scale(8.7);
  }
  78% {
    opacity: 1;
    transform: scale(8.8);
  }
  79% {
    opacity: 0;
    transform: scale(8.9);
  }
  80% {
    opacity: 1;
    transform: scale(9);
  }
  81% {
    opacity: 0;
    transform: scale(9.1);
  }
  82% {
    opacity: 1;
    transform: scale(9.2);
  }
  83% {
    opacity: 0;
    transform: scale(9.3);
  }
  84% {
    opacity: 1;
    transform: scale(9.4);
  }
  85% {
    opacity: 0;
    transform: scale(9.5);
  }
  86% {
    opacity: 1;
    transform: scale(9.6);
  }
  87% {
    opacity: 0;
    transform: scale(9.7);
  }
  88% {
    opacity: 1;
    transform: scale(9.8);
  }
  89% {
    opacity: 0;
    transform: scale(9.9);
  }
  90% {
    opacity: 1;
    transform: scale(10);
  }
  91% {
    opacity: 0;
    transform: scale(10.1);
  }
  92% {
    opacity: 1;
    transform: scale(10.2);
  }
  93% {
    opacity: 0;
    transform: scale(10.3);
  }
  94% {
    opacity: 1;
    transform: scale(10.4);
  }
  95% {
    opacity: 0;
    transform: scale(10.5);
  }
  96% {
    opacity: 1;
    transform: scale(10.6);
  }
  97% {
    opacity: 0;
    transform: scale(10.7);
  }
  98% {
    opacity: 1;
    transform: scale(10.8);
  }
  99% {
    opacity: 0;
    transform: scale(10.9);
  }
  100% {
    opacity: 1;
    transform: 1;
  }
}
.v7-inventory-list .strobe {
  animation-timing-function: ease-in-out;
  animation-name: strobe;
  animation-duration: 6s;
}
@keyframes twister {
  0% {
    transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(360deg);
  }
  20% {
    transform: rotateZ(720deg);
  }
  30% {
    transform: rotateZ(1080deg);
  }
  40% {
    transform: rotateZ(1440deg);
  }
  50% {
    transform: rotateZ(1800deg);
  }
  60% {
    transform: rotateZ(2160deg);
  }
  70% {
    transform: rotateZ(2520deg);
  }
}
.v7-inventory-list .twister {
  animation-name: twister;
  animation-duration: 5s;
  z-index: 1000;
}
.v7-inventory-list .filter-group__content--slider__wrapper {
  position: relative;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.v7-inventory-list .filter-group__content--slider__wrapper * {
  -webkit-font-smoothing: antialiased;
}
.v7-inventory-list .filter-group__content--slider .filter__slider.ds-range-slider {
  margin-top: 25px;
  margin-bottom: 0;
}
.v7-inventory-list .filter-group__content--slider .ds-range-slider__wrapper {
  position: relative;
}
.v7-inventory-list .filter-group__content--slider .ticks-wrapper {
  position: relative;
  width: 100%;
  height: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}
.v7-inventory-list .filter-group__content--slider .ticks-wrapper svg {
  display: block;
  width: 100%;
  height: 10px;
  padding-left: 2px;
  padding-right: 2px;
}
.v7-inventory-list .filter-group__content--slider .ticks-wrapper .cls-1 {
  fill: none;
  stroke: #cccccc;
  stroke-miterlimit: 5px;
  stroke-width: 5px;
}
.v7-inventory-list .filter-group__content--slider .ticks-wrapper .cls-1:nth-child(even) {
  stroke-dasharray: 5px;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__content--slider .ticks-wrapper .cls-1 {
    stroke-width: 10px;
  }
}
.v7-inventory-list .filter-group__content--slider .bubble {
  width: 60px;
  height: 60px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  padding-bottom: 12px;
  backface-visibility: hidden;
  transition: transform 0.25s ease-in-out;
  cursor: col-resize;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__content--slider .bubble {
    bottom: 6px;
    height: 40px;
  }
}
.v7-inventory-list .filter-group__content--slider .bubble input {
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  padding: 0 5px;
  height: 100%;
  border: 1px solid #cccccc;
  background-color: #303030;
  color: #ffffff;
}
.v7-inventory-list .filter-group__content--slider .bubble.bubble-in {
  -webkit-transform: translateX(-23%);
  transform: translateX(-23%);
  left: 0;
  z-index: 3;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__content--slider .bubble.bubble-in:hover,
  .v7-inventory-list .filter-group__content--slider .bubble.bubble-in:active,
  .v7-inventory-list .filter-group__content--slider .bubble.bubble-in:focus {
    -webkit-transform: translate(-23%, -3px);
    transform: translate(-23%, -3px);
  }
}
.v7-inventory-list .filter-group__content--slider .bubble.bubble-out {
  -webkit-transform: translateX(23%);
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translateX(23%);
  right: 0;
  z-index: 4;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__content--slider .bubble.bubble-out:hover,
  .v7-inventory-list .filter-group__content--slider .bubble.bubble-out:active,
  .v7-inventory-list .filter-group__content--slider .bubble.bubble-out:focus {
    -webkit-transform: translate(23%, -3px);
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translate(23%, -3px);
  }
}
.v7-inventory-list .filter-group__content--slider .bubble:active,
.v7-inventory-list .filter-group__content--slider .bubble:focus,
.v7-inventory-list .filter-group__content--slider .bubble:hover {
  z-index: 5;
}
.v7-inventory-list .filter-group__content--slider .bubble__box__input {
  height: 100%;
}
.v7-inventory-list .filter-group__content--slider .bubble__box {
  transition: transform 0.25s ease-in-out;
  position: relative;
  transform-origin: bottom;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  background-color: #cccccc;
  color: #000000;
  box-shadow: 0 0 3px 0 #303030;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__content--slider .bubble__box {
    height: 32px;
  }
}
@media (max-width: 991px) {
  .v7-inventory-list .filter-group__content--slider .bubble__box:hover,
  .v7-inventory-list .filter-group__content--slider .bubble__box:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.v7-inventory-list .filter-group__content--slider .bubble__box__value {
  -moz-user-select: none;
  /* Firefox */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  pointer-events: none;
}
@media (min-width: 992px) {
  .v7-inventory-list .filter-group__content--slider .bubble__box__value {
    pointer-events: auto;
  }
}
.v7-inventory-list .filter-group__content--slider .bubble__box__triangle {
  transition: bottom 0.25s ease-in-out;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform-origin: top;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #cccccc transparent transparent transparent;
}
.v7-inventory-list .scale-wrapper__bar {
  position: relative;
  height: 15px;
  border: 1px solid #636363;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .v7-inventory-list .scale-wrapper__bar {
    height: 10px;
  }
}
.v7-inventory-list .scale-wrapper__handle {
  opacity: 0;
  height: 100%;
  width: 5px;
  position: absolute;
  z-index: 2;
}
.v7-inventory-list .scale-wrapper__handle:hover,
.v7-inventory-list .scale-wrapper__handle:active,
.v7-inventory-list .scale-wrapper__handle:focus {
  cursor: col-resize;
}
.v7-inventory-list .scale-wrapper__handle-in {
  left: 0;
}
.v7-inventory-list .scale-wrapper__handle-out {
  right: 0;
}
.v7-inventory-list .scale-wrapper__track {
  position: absolute;
  height: 100%;
  width: 50px;
  left: 30px;
  z-index: 1;
  background: #ff9c00;
}
.v7-inventory-list .scale-wrapper__track:hover {
  cursor: move;
}
.v7-inventory-list #main {
  background-color: #0f0f0f;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .v7-inventory-list #main {
    transition: z-index 0.5s step-end;
  }
}
@media (max-width: 991px) {
  .v7-inventory-list.drawer-open {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .v7-inventory-list.drawer-open #main {
    transition: z-index 0.5s step-start;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .v7-inventory-list.drawer-open #dsFilters {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  }
}
.v7-inventory-list.drawer-open .v7list-sidebar-content {
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-overflow-scrolling: touch;
}
.v7-inventory-list.drawer-open .v7list-sidebar-overlay {
  visibility: visible;
  opacity: .5;
  pointer-events: auto;
}
.v7-inventory-list .inv-skip-link {
  position: absolute;
  top: auto;
  left: -100000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.v7-inventory-list .inv-skip-link:focus,
.v7-inventory-list .inv-skip-link:active {
  position: absolute;
  z-index: 9999;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px 10px;
  background-color: #ff9c00;
  color: #000000;
  font-weight: 700;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.v7-inventory-list .v7list-header {
  margin-bottom: 25px;
}
.v7-inventory-list .v7list-header__heading {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #ff9c00;
}
.v7-inventory-list .v7list-description__text {
  display: inline;
  color: #ffffff;
}
.v7-inventory-list .v7list-description__more-link {
  transition: color 0.25s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ff9c00;
  cursor: pointer;
}
.v7-inventory-list .v7list-description__more-link:hover,
.v7-inventory-list .v7list-description__more-link:active,
.v7-inventory-list .v7list-description__more-link:focus {
  color: #ffac29;
}
.v7-inventory-list .v7list-content {
  position: relative;
  margin-bottom: 20px;
}
.v7-inventory-list .v7list-content:before,
.v7-inventory-list .v7list-content:after {
  content: " ";
  display: table;
}
.v7-inventory-list .v7list-content:after {
  clear: both;
}
.v7-inventory-list .v7list-content:before,
.v7-inventory-list .v7list-content:after {
  content: " ";
  display: table;
}
.v7-inventory-list .v7list-content:after {
  clear: both;
}
.v7-inventory-list .v7list-content h2,
.v7-inventory-list .v7list-content h3,
.v7-inventory-list .v7list-content h4,
.v7-inventory-list .v7list-content h5,
.v7-inventory-list .v7list-content h6 {
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
}
.v7-inventory-list .v7list-sidebar {
  position: relative;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-sidebar {
    width: 220px;
    float: left;
  }
}
@media (max-width: 991px) {
  .v7-inventory-list .v7list-sidebar-content {
    transition: transform 0.5s ease-in-out;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
  }
}
@media (max-width: 991px) {
  .v7-inventory-list .v7list-sidebar-content {
    width: 367px;
    -ms-transform: translateX(-367px);
    -webkit-transform: translateX(-367px);
    transform: translateX(-367px);
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-sidebar-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .v7-inventory-list .v7list-sidebar-overlay {
    transition: opacity .3s ease, visibility .3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    z-index: 998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-subcontent {
    float: right;
    width: calc(100% - 220px - 20px);
  }
}
.v7-inventory-list .v7list-subheader__heading {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.v7-inventory-list .v7list-subheader__result-text {
  margin-bottom: 10px;
}
.v7-inventory-list .v7list-subheader__result-text > span {
  font-weight: 700;
}
.v7-inventory-list .v7list-results__recommendation {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #d1d1d1;
}
.v7-inventory-list .v7list-results__recommendation:before {
  content: '\f103';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 280px;
  font-family: FontAwesome;
  font-size: 280px;
  line-height: 1;
  color: #262626;
}
.v7-inventory-list .v7list-recommendation__divider {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.v7-inventory-list .v7list-recommendation__small {
  position: relative;
  display: inline-block;
  max-width: 70%;
}
.v7-inventory-list .v7list-recommendation__small:before,
.v7-inventory-list .v7list-recommendation__small:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  height: 0px;
  border-bottom: 1px solid #3d3d3d;
  width: 1000px;
}
.v7-inventory-list .v7list-recommendation__small:before {
  right: calc(100% + 20px);
}
.v7-inventory-list .v7list-recommendation__small:after {
  left: calc(100% + 20px);
}
.v7-inventory-list .v7list-recommendation__big {
  position: relative;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: .4em;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-footer .v7list-pagination {
    -webkit-box-flex: 0 0 250px;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}
.v7-inventory-list .v7list-footer .v7list-pagination .v7list-pagination__link {
  width: 50px;
}
.v7-inventory-list .v7list-footer .v7list-pagination .v7list-pagination__page {
  font-size: inherit;
}
.v7-inventory-list .v7list-footer__text {
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-footer__text {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.v7-inventory-list .v7list-footer__text a {
  transition: color 0.25s ease-in-out;
  color: #ff9c00;
  text-decoration: underline;
}
.v7-inventory-list .v7list-footer__text a:hover,
.v7-inventory-list .v7list-footer__text a:active,
.v7-inventory-list .v7list-footer__text a:focus {
  color: #ffffff;
}
.v7-inventory-list .v7list-footer__addition {
  margin-top: 15px;
}
.v7-inventory-list .v7list-footer__disclaimer {
  position: relative;
  margin-bottom: 15px;
  padding-left: .65em;
  color: #d1d1d1;
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-footer__disclaimer {
    margin-bottom: 0;
    padding-right: 15px;
    max-width: 500px;
  }
}
.v7-inventory-list .v7list-footer__disclaimer:before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
}
.v7-inventory-list .v7list-footer__disclaimer .v7list-footer__disclaimer-ds {
  display: block;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .v7-inventory-list .v7list-results .v7list-vehicle__more-content {
    transition: visibility 0.4s step-end;
    height: calc(100% + 4px);
    visibility: hidden;
    position: absolute;
    z-index: 3;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  }
  .v7-inventory-list .v7list-results .v7list-vehicle__more-content.is-open {
    transition: visibility 0.4s step-start;
    height: calc(100% + 4px);
    visibility: visible;
  }
  .v7-inventory-list .v7list-results .v7list-vehicle__more-content.is-open .v7list-vehicle__more-collapse {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .v7-inventory-list .v7list-results .v7list-vehicle__more-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: transform 0.4s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    min-height: 100%;
    background-color: rgba(74, 74, 74, 0.97);
    overflow: hidden;
  }
  .v7-inventory-list .v7list-results .v7list-vehicle__more-collapse .v7list-vehicle__view-all {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-results:not(.listview) .v7list-vehicle__more-content {
    transition: visibility 0.4s step-end;
    height: calc(100% + 4px);
    visibility: hidden;
    position: absolute;
    z-index: 3;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  }
  .v7-inventory-list .v7list-results:not(.listview) .v7list-vehicle__more-content.is-open {
    transition: visibility 0.4s step-start;
    height: calc(100% + 4px);
    visibility: visible;
  }
  .v7-inventory-list .v7list-results:not(.listview) .v7list-vehicle__more-content.is-open .v7list-vehicle__more-collapse {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .v7-inventory-list .v7list-results:not(.listview) .v7list-vehicle__more-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: transform 0.4s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    min-height: 100%;
    background-color: rgba(74, 74, 74, 0.97);
    overflow: hidden;
  }
  .v7-inventory-list .v7list-results:not(.listview) .v7list-vehicle__more-collapse .v7list-vehicle__view-all {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .v7-inventory-list .v7list-results.listview .v7list-results__item {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__visible-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 15px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__image-group {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__info {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 200px);
    padding-left: 20px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__banner {
    top: -17px;
  }
  .v7-inventory-list .v7list-results.listview .vehicle__image {
    padding-top: 70%;
  }
  .v7-inventory-list .v7list-results.listview .vehicle__image--small {
    float: left;
    width: 50%;
    padding-top: 28%;
  }
  .v7-inventory-list .v7list-results.listview .vehicle__image--small:not(:first-child) {
    border-left: 1px solid #0f0f0f;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-image__overlay--main .vehicle-image__overlay-content {
    left: -17px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__sub-images {
    display: block;
    margin-top: 1px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__sub-images:before,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__sub-images:after {
    content: " ";
    display: table;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__sub-images:after {
    clear: both;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__sub-images:before,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__sub-images:after {
    content: " ";
    display: table;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__sub-images:after {
    clear: both;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__header {
    margin-left: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 65px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__header:before {
    right: -15px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__header:after {
    width: 50px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__heading {
    font-size: 24px;
    color: #ffffff;
    white-space: normal;
    overflow: visible;
    line-height: 1;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-heading__year {
    color: #d1d1d1;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__share {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__info-column {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__info-column--finance {
    display: block;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__info-column--buttons {
    -webkit-box-flex: 0 0 250px;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__info-finance {
    display: block;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__info-finance > * {
    display: inline-block;
    vertical-align: middle;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__price-group {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__price-link--main {
    margin-right: 15px;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-price--old {
    margin-top: 0;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-price--current {
    font-size: 24px;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-price--monthly {
    padding-right: 0;
    color: #ffffff;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-price--monthly:before {
    display: none;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-price--monthly .vehicle-price__price {
    padding-right: 5px;
    font-size: 24px;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-price--monthly .vehicle-price__label {
    vertical-align: middle;
    font-size: inherit;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-price--monthly .vehicle-price__label:before {
    display: none;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__info-extra {
    margin-top: 10px;
    padding-right: 10px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__comments {
    display: block;
    word-wrap: break-word;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__price-details {
    display: block;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__button-list {
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__button-item:first-child {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 4px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__button-item:first-child .vehicle-button {
    margin-right: 0;
    height: 74px;
    font-size: 26px;
    line-height: 70px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__button-item:first-child .vehicle-button__icon {
    -webkit-transform: translateY(-0.15em);
    transform: translateY(-0.15em);
    margin-right: -4px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__button-item:nth-child(2) {
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__button-item:nth-child(2) .vehicle-button {
    margin-left: 0;
    margin-right: 2px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__button-item:nth-child(3) {
    display: block;
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__button-item:nth-child(3) .vehicle-button {
    margin-left: 2px;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-button--solo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 10px;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-button--solo.vehicle-button--instantprice {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__more-content {
    position: relative;
    z-index: auto;
    color: #ffffff;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__more-content.is-open .v7list-vehicle__more-collapse:before {
    top: -10px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__more-collapse {
    border-top: 1px solid #3d3d3d;
    padding: 25px 35px 35px;
    position: relative;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__more-collapse:before {
    transition: top 0.25s ease-in-out;
    content: '';
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    background-color: #0f0f0f;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__more-header {
    display: none;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__specs {
    padding: 0;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-specs__item {
    margin-bottom: 20px;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-specs__item:nth-child(-n+12) {
    display: block;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-specs__item:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #3d3d3d;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-specs__label {
    color: #ffffff;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-specs__value {
    color: #d1d1d1;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__description {
    display: block;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__view-all {
    display: none;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand {
    position: relative;
    z-index: 1;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand:before,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: calc(110px + 30px + 1px);
    height: 8px;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand:before {
    -ms-transform: skew(40deg);
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
    border-left: 40px solid #3d3d3d;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand:after {
    -ms-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
    border-right: 40px solid #3d3d3d;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link {
    transition: color 0.25s ease-in-out;
    top: auto;
    left: 0;
    right: 0;
    bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 110px;
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:before,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:after {
    transition: all 0.25s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - 30px);
    border: 1px solid #3d3d3d;
    background-color: #0f0f0f;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:before {
    -ms-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
    left: 0;
    border-right: none;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:after {
    -ms-transform: skew(40deg);
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
    right: 0;
    border-left: none;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link.is-open .expand-link__text:before {
    content: "Close";
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link.is-open .expand-link__text:after {
    content: "\f106";
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:hover,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:active,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:focus {
    color: #ffffff;
  }
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:hover:before,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:active:before,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:focus:before,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:hover:after,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:active:after,
  .v7-inventory-list .v7list-results.listview .v7list-vehicle__expand-link:focus:after {
    background-color: #262626;
  }
  .v7-inventory-list .v7list-results.listview .expand-link__text {
    position: relative;
    z-index: 1;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
  .v7-inventory-list .v7list-results.listview .expand-link__text:before {
    content: "Quick Look";
  }
  .v7-inventory-list .v7list-results.listview .expand-link__text:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 2px;
    font-size: inherit;
  }
}
@media (min-width: 992px) and (min-width: 768px) and (max-width: 1199px) {
  .v7-inventory-list .v7list-results.listview .vehicle-specs__item {
    -webkit-box-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-specs__item:nth-child(4n+1):before {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .v7-inventory-list .v7list-results.listview .vehicle-specs__item {
    -webkit-box-flex: 1 1 16%;
    -webkit-flex: 1 1 16%;
    -ms-flex: 1 1 16%;
    flex: 1 1 16%;
    max-width: 16.66666667%;
  }
  .v7-inventory-list .v7list-results.listview .vehicle-specs__item:nth-child(6n+1):before {
    display: none;
  }
}
.v7-inventory-list .v7list-results__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.v7-inventory-list .v7list-results__item {
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .v7-inventory-list .v7list-results__item {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .v7-inventory-list .v7list-results__item {
    -webkit-box-flex: 0 1 33.33%;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    max-width: 33.33333333%;
  }
}
.v7-inventory-list .v7list-vehicle {
  position: relative;
  min-height: 335px;
  border: 2px solid #3d3d3d;
  margin-left: 10px;
  margin-right: 10px;
}
.v7-inventory-list .v7list-vehicle:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
}
.v7-inventory-list .v7list-vehicle--featured {
  border-color: rgba(255, 156, 0, 0.5);
}
.v7-inventory-list .v7list-vehicle--featured .v7list-vehicle__banner {
  display: block;
}
.v7-inventory-list .v7list-vehicle__banner {
  display: none;
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
}
.v7-inventory-list .v7list-vehicle__banner > span {
  position: relative;
  display: inline-block;
  background-color: #ff9c00;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  color: #000000;
  padding: 2px 6px 0;
}
.v7-inventory-list .v7list-vehicle__banner > span:before,
.v7-inventory-list .v7list-vehicle__banner > span:after {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #ff9c00;
}
.v7-inventory-list .v7list-vehicle__banner > span:before {
  left: -10px;
  -ms-transform: skew(40deg);
  -webkit-transform: skew(40deg);
  transform: skew(40deg);
}
.v7-inventory-list .v7list-vehicle__banner > span:after {
  right: -10px;
  -ms-transform: skew(-40deg);
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg);
}
.v7-inventory-list .v7list-vehicle__visible-content {
  padding: 5px;
}
.v7-inventory-list .v7list-vehicle__image-group {
  position: relative;
}
.v7-inventory-list .vehicle__image {
  transition: border-color 0.25s ease-in-out;
  position: relative;
  display: block;
  background-color: #262626;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
}
.v7-inventory-list .vehicle__image:hover:before,
.v7-inventory-list .vehicle__image:active:before,
.v7-inventory-list .vehicle__image:focus:before {
  border-color: rgba(255, 255, 255, 0.5);
}
.v7-inventory-list .vehicle__image:hover .vehicle-image__overlay--main,
.v7-inventory-list .vehicle__image:active .vehicle-image__overlay--main,
.v7-inventory-list .vehicle__image:focus .vehicle-image__overlay--main {
  opacity: 0;
}
.v7-inventory-list .vehicle__image:before {
  transition: border-color 0.25s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid transparent;
}
.v7-inventory-list .vehicle__image--small:hover .vehicle-image__overlay,
.v7-inventory-list .vehicle__image--small:active .vehicle-image__overlay,
.v7-inventory-list .vehicle__image--small:focus .vehicle-image__overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.v7-inventory-list .vehicle__image--small:before {
  z-index: 1;
}
.v7-inventory-list .v7list-results--contain-unit-images .vehicle__image:not(.vehicle__image--small) {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.v7-inventory-list .v7list-results--maintain-aspect-ratio .vehicle__image:not(.vehicle__image--small) {
  padding-top: 70%;
}
.v7-inventory-list .v7list-vehicle__sub-images {
  display: none;
}
.v7-inventory-list .vehicle-image__overlay {
  transition: background-color 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.v7-inventory-list .vehicle-image__overlay--main {
  transition: opacity 0.25s ease-in-out;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  background-color: transparent;
  pointer-events: none;
  opacity: .9;
}
.v7-inventory-list .vehicle-image__overlay--main .vehicle-image__overlay-content {
  max-width: calc(100% - 40px);
  position: relative;
  left: -7px;
  bottom: 5px;
}
.v7-inventory-list .vehicle-image__overlay--main .vehicle-image__overlay-content:before,
.v7-inventory-list .vehicle-image__overlay--main .vehicle-image__overlay-content:after {
  content: '';
  position: absolute;
  right: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
}
.v7-inventory-list .vehicle-image__overlay--main .vehicle-image__overlay-content:before {
  top: 0;
  border-bottom: 20px solid #ffffff;
}
.v7-inventory-list .vehicle-image__overlay--main .vehicle-image__overlay-content:after {
  bottom: 0;
  border-top: 20px solid #ffffff;
}
.v7-inventory-list .vehicle-image__overlay--main .vehicle-image__overlay-text {
  position: relative;
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 5px;
  text-shadow: none;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
}
.v7-inventory-list .vehicle-image__overlay--photo .vehicle-image__overlay-text:before {
  content: '\e020';
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-family: iconmonstr-iconic-font;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: -2px;
}
.v7-inventory-list .vehicle-image__overlay--video .vehicle-image__overlay-text:before {
  content: '\f01d';
}
.v7-inventory-list .vehicle-image__overlay-content {
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
}
.v7-inventory-list .vehicle-image__overlay-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 10px #000000;
  color: #ffffff;
}
.v7-inventory-list .vehicle-image__overlay-text:before {
  font-family: FontAwesome;
  font-size: 26px;
  font-weight: normal;
}
.v7-inventory-list .v7list-vehicle__header {
  position: relative;
  margin-left: 3px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.v7-inventory-list .v7list-vehicle__header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5px;
  right: -5px;
  border-bottom: 1px solid #3d3d3d;
}
.v7-inventory-list .v7list-vehicle__header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 5px;
  width: 35px;
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  background-color: #3d3d3d;
}
.v7-inventory-list .v7list-vehicle__heading {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.v7-inventory-list .vehicle-heading__link {
  color: #ffffff;
}
.v7-inventory-list .vehicle-heading__link:hover,
.v7-inventory-list .vehicle-heading__link:active,
.v7-inventory-list .vehicle-heading__link:focus {
  color: #ff9c00;
}
.v7-inventory-list .vehicle-heading__link:hover .vehicle-heading__year,
.v7-inventory-list .vehicle-heading__link:active .vehicle-heading__year,
.v7-inventory-list .vehicle-heading__link:focus .vehicle-heading__year {
  color: #ff9c00;
}
.v7-inventory-list .vehicle-heading__year {
  transition: color 0.25s ease-in-out;
  font-weight: 700;
}
.v7-inventory-list .vehicle-heading__name {
  transition: color 0.25s ease-in-out;
  font-weight: 700;
}
.v7-inventory-list .vehicle-heading__model {
  transition: color 0.25s ease-in-out;
  font-weight: 300;
}
.v7-inventory-list .v7list-vehicle__share {
  display: none;
}
.v7-inventory-list .v7list-vehicle__share-link {
  transition: color 0.25s ease-in-out;
  display: inline-block;
  color: #d1d1d1;
}
.v7-inventory-list .v7list-vehicle__share-link:hover,
.v7-inventory-list .v7list-vehicle__share-link:active,
.v7-inventory-list .v7list-vehicle__share-link:focus {
  color: #ffffff;
}
.v7-inventory-list .v7list-vehicle__info-column--finance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  min-height: 71px;
  padding-left: 3px;
  padding-bottom: 5px;
}
.v7-inventory-list .v7list-vehicle__info-finance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.v7-inventory-list .v7list-vehicle__info-finance .vehicle-button__wrapper {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.v7-inventory-list .v7list-vehicle__price-group {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.v7-inventory-list .v7list-vehicle__price-link {
  display: inline-block;
}
.v7-inventory-list .v7list-vehicle__price-link--main {
  margin-right: 10px;
}
.v7-inventory-list .v7list-vehicle__price-link:hover .vehicle-price--old,
.v7-inventory-list .v7list-vehicle__price-link:active .vehicle-price--old,
.v7-inventory-list .v7list-vehicle__price-link:focus .vehicle-price--old {
  color: #ffffff;
}
.v7-inventory-list .v7list-vehicle__price-link:hover .vehicle-price--current,
.v7-inventory-list .v7list-vehicle__price-link:active .vehicle-price--current,
.v7-inventory-list .v7list-vehicle__price-link:focus .vehicle-price--current {
  color: #d1d1d1;
}
.v7-inventory-list .v7list-vehicle__price-link:hover .vehicle-price--current .vehicle-price__label,
.v7-inventory-list .v7list-vehicle__price-link:active .vehicle-price--current .vehicle-price__label,
.v7-inventory-list .v7list-vehicle__price-link:focus .vehicle-price--current .vehicle-price__label {
  color: #ffffff;
}
.v7-inventory-list .v7list-vehicle__price-link:hover .vehicle-price--savings,
.v7-inventory-list .v7list-vehicle__price-link:active .vehicle-price--savings,
.v7-inventory-list .v7list-vehicle__price-link:focus .vehicle-price--savings {
  color: #ff9c00;
}
.v7-inventory-list .v7list-vehicle__price-link:hover .vehicle-price--monthly,
.v7-inventory-list .v7list-vehicle__price-link:active .vehicle-price--monthly,
.v7-inventory-list .v7list-vehicle__price-link:focus .vehicle-price--monthly {
  color: #ffffff;
}
.v7-inventory-list .v7list-vehicle__price-link:hover .vehicle-price--monthly .vehicle-price__label,
.v7-inventory-list .v7list-vehicle__price-link:active .vehicle-price--monthly .vehicle-price__label,
.v7-inventory-list .v7list-vehicle__price-link:focus .vehicle-price--monthly .vehicle-price__label {
  color: #ffffff;
}
.v7-inventory-list .vehicle-price {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.v7-inventory-list .vehicle-price--old {
  margin-top: 2px;
  color: #b3b3b3;
}
.v7-inventory-list .vehicle-price--old .vehicle-price__price {
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.v7-inventory-list .vehicle-price--current {
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.v7-inventory-list .vehicle-price--current .vehicle-price__label {
  color: #ff9c00;
}
.v7-inventory-list .vehicle-price--savings {
  margin-top: 3px;
  color: #ffffff;
}
.v7-inventory-list .vehicle-price--monthly {
  padding-right: 5px;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #b3b3b3;
}
.v7-inventory-list .vehicle-price--monthly:before {
  transition: color 0.25s ease-in-out;
  content: "Payments";
  display: block;
  padding-bottom: 5px;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.v7-inventory-list .vehicle-price--monthly .vehicle-price__price {
  font-size: 18px;
}
.v7-inventory-list .vehicle-price--monthly .vehicle-price__label {
  vertical-align: text-bottom;
  text-transform: uppercase;
  font-size: 0;
  color: #b3b3b3;
}
.v7-inventory-list .vehicle-price--monthly .vehicle-price__label:before {
  content: "/mo*";
  font-size: 14px;
}
.v7-inventory-list .vehicle-price__price,
.v7-inventory-list .vehicle-price__label {
  transition: color 0.25s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
.v7-inventory-list .vehicle-price__price.strike,
.v7-inventory-list .vehicle-price__label.strike {
  text-decoration: line-through;
}
.v7-inventory-list .v7list-vehicle__price-details {
  display: none;
  margin-top: 5px;
}
.v7-inventory-list .v7list-vehicle__small-text {
  font-size: 10px;
  color: #d1d1d1;
  margin-bottom: 0;
}
.v7-inventory-list .v7list-vehicle__text-link {
  transition: color 0.25s ease-in-out;
  color: #ff9c00;
  text-decoration: underline;
}
.v7-inventory-list .v7list-vehicle__text-link:hover,
.v7-inventory-list .v7list-vehicle__text-link:active,
.v7-inventory-list .v7list-vehicle__text-link:focus {
  color: #ffffff;
}
.v7-inventory-list .v7list-vehicle__comments {
  display: none;
  margin-bottom: 0;
  padding-right: 15px;
  line-height: 1.25;
}
.v7-inventory-list .v7list-vehicle__comments-link {
  transition: color 0.25s ease-in-out;
  color: #ffffff;
}
.v7-inventory-list .v7list-vehicle__comments-link:hover,
.v7-inventory-list .v7list-vehicle__comments-link:active,
.v7-inventory-list .v7list-vehicle__comments-link:focus {
  color: #ff9c00;
}
.v7-inventory-list .v7list-vehicle__comments-read-more {
  transition: color 0.25s ease-in-out;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff9c00;
}
.v7-inventory-list .v7list-vehicle__comments-read-more:hover,
.v7-inventory-list .v7list-vehicle__comments-read-more:active,
.v7-inventory-list .v7list-vehicle__comments-read-more:focus {
  color: #ffac29;
}
.v7-inventory-list .v7list-vehicle__button-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.v7-inventory-list .v7list-vehicle__button-item {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.v7-inventory-list .v7list-vehicle__button-item:nth-child(n+3) {
  display: none;
}
.v7-inventory-list .v7list-vehicle__button-item:first-child .vehicle-button {
  border: none;
  background-color: #ff9c00;
  color: #000000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  margin-right: 2px;
}
.v7-inventory-list .v7list-vehicle__button-item:first-child .vehicle-button:hover,
.v7-inventory-list .v7list-vehicle__button-item:first-child .vehicle-button:active,
.v7-inventory-list .v7list-vehicle__button-item:first-child .vehicle-button:focus {
  background-color: #ffac29;
  color: #000000;
}
.v7-inventory-list .v7list-vehicle__button-item:first-child .vehicle-button__text:before {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.v7-inventory-list .v7list-vehicle__button-item:nth-child(2) .vehicle-button {
  margin-left: 2px;
}
.v7-inventory-list .vehicle-button {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 62px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #3d3d3d;
  background-color: #0f0f0f;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  white-space: normal;
}
.v7-inventory-list .vehicle-button .vehicle-button__text {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.v7-inventory-list .vehicle-button .vehicle-button__text:before {
  font-family: FontAwesome;
}
.v7-inventory-list .vehicle-button:hover,
.v7-inventory-list .vehicle-button:active,
.v7-inventory-list .vehicle-button:focus {
  background-color: #262626;
  color: #ffffff;
}
.v7-inventory-list .vehicle-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
}
.v7-inventory-list .vehicle-button--solo {
  display: none;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.v7-inventory-list .vehicle-button--solo.vehicle-button--instantprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 105px;
  padding-left: 10px;
  padding-right: 10px;
}
.v7-inventory-list .vehicle-button--more-cta {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 50px;
  border: none;
  background-color: #ff9c00;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  color: #000000;
}
.v7-inventory-list .vehicle-button--more-cta:hover,
.v7-inventory-list .vehicle-button--more-cta:active,
.v7-inventory-list .vehicle-button--more-cta:focus {
  background-color: #ffac29;
  color: #000000;
}
.v7-inventory-list .vehicle-button--more-cta:before {
  display: none;
}
.v7-inventory-list .vehicle-button--more-cta .vehicle-button__icon {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.v7-inventory-list .vehicle-button--more-cta .vehicle-button__text:before {
  content: '\f0ca';
  color: rgba(0, 0, 0, 0.7);
}
.v7-inventory-list .vehicle-button--getquote .vehicle-button__text:before {
  content: '\f086';
}
.v7-inventory-list .vehicle-button--details .vehicle-button__text:before {
  content: '\f0ca';
}
.v7-inventory-list .vehicle-button--contact .vehicle-button__text:before {
  content: '\f0e0';
}
.v7-inventory-list .vehicle-button--financing .vehicle-button__text:before {
  content: '\f0d6';
}
.v7-inventory-list .vehicle-button--instantprice .vehicle-button__text:before {
  content: '\f155';
}
.v7-inventory-list .vehicle-button--trade .vehicle-button__text:before {
  content: '\f021';
}
.v7-inventory-list .vehicle-button--testride .vehicle-button__text:before {
  content: '\f073';
}
.v7-inventory-list .vehicle-button__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.v7-inventory-list .vehicle-button__text:before {
  transition: color 0.25s ease-in-out;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  display: inline-block;
  vertical-align: middle;
  content: '';
  font-family: FontAwesome;
  font-weight: normal;
  font-size: smaller;
  line-height: inherit;
  color: #ff9c00;
  padding-right: 0.4em;
}
.v7-inventory-list .v7list-vehicle__expand-link {
  position: absolute;
  line-height: 30px;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  top: 15px;
  right: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  border: none;
  width: 30px;
  height: 50px;
  background-color: #0f0f0f;
  padding: 0;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.v7-inventory-list .v7list-vehicle__expand-link .expand-link__text {
  position: relative;
  display: block;
  height: 50px;
  font-size: 0;
}
.v7-inventory-list .v7list-vehicle__expand-link .expand-link__text:after {
  content: "\e018";
  font-family: iconmonstr-iconic-font;
  font-size: 15px;
  font-weight: normal;
  padding-left: 3px;
}
.v7-inventory-list .v7list-vehicle__expand-link:hover,
.v7-inventory-list .v7list-vehicle__expand-link:active,
.v7-inventory-list .v7list-vehicle__expand-link:focus {
  background-color: #ff9c00;
  color: #000000;
}
.v7-inventory-list .expand-link__text {
  position: relative;
  z-index: 1;
}
.v7-inventory-list .v7list-vehicle__more-header {
  position: relative;
  padding: 20px 20px 0px;
}
.v7-inventory-list .v7list-vehicle__more-close {
  transition: border-color 0.25s ease-in-out;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: transparent;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.v7-inventory-list .v7list-vehicle__more-close:hover,
.v7-inventory-list .v7list-vehicle__more-close:active,
.v7-inventory-list .v7list-vehicle__more-close:focus {
  border-color: #ffffff;
}
.v7-inventory-list .v7list-vehicle__more-close .fa {
  line-height: 28px;
  padding-right: 1px;
}
.v7-inventory-list .v7list-vehicle__more-heading {
  border-bottom: 1px solid #636363;
  padding: 0 30px 12px 0;
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
  font-size: 18px;
  color: #ffffff;
}
.v7-inventory-list .vehicle-more__quick-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: rgba(204, 204, 204, 0.7);
}
.v7-inventory-list .vehicle-more__quick-icon {
  font-size: smaller;
  padding-right: 3px;
}
.v7-inventory-list .vehicle-more__unit-title {
  display: block;
  max-height: 2.1em;
  overflow-y: hidden;
  padding-bottom: 2px;
}
.v7-inventory-list .v7list-vehicle__specs {
  padding: 15px 20px 0;
}
.v7-inventory-list .vehicle-specs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.v7-inventory-list .vehicle-specs__item {
  display: none;
  position: relative;
  -webkit-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  margin-bottom: 15px;
}
.v7-inventory-list .vehicle-specs__item:nth-child(-n+6) {
  display: block;
}
.v7-inventory-list .vehicle-specs__item > * {
  padding-right: 20px;
}
.v7-inventory-list .vehicle-specs__label {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
}
.v7-inventory-list .vehicle-specs__value {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.4;
  color: #e6e6e6;
}
.v7-inventory-list .v7list-vehicle__description {
  display: none;
}
.v7-inventory-list .js-collapse {
  height: 0;
  overflow: hidden;
}
.v7-inventory-list .js-collapse.is-open {
  height: auto;
}
.v7-inventory-list .v7list-vehicle__info-column--buttons.textbuttons ul li {
  background: none;
}
.v7-inventory-list #modalBox .unitLeadButtons .v7list-vehicle__button-item .vehicle-button:before {
  margin: 0px;
}
.v7-inventory-list #modalBox .unitLeadButtons .v7list-vehicle__button-item.disabled {
  height: 0px;
  padding-top: 0px;
}
@-moz-document url-prefix() {
  body.InventoryList.xFacebookInventoryList #dvSearch #iSearch {
    height: 28px;
    box-sizing: content-box;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
body.InventoryList.xFacebookInventoryList #main.xinvlist form {
  font-family: 'Roboto Condensed', sans-serif;
}
body.InventoryList.xFacebookInventoryList #main.xinvlist form h1,
body.InventoryList.xFacebookInventoryList #main.xinvlist form h2,
body.InventoryList.xFacebookInventoryList #main.xinvlist form h3,
body.InventoryList.xFacebookInventoryList #main.xinvlist form h4,
body.InventoryList.xFacebookInventoryList #main.xinvlist form h5,
body.InventoryList.xFacebookInventoryList #main.xinvlist form h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbanner"]:before,
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbannerbelowh1"]:before,
body.InventoryList.xFacebookInventoryList [data-snippetid="pagefooter"]:before,
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbanner"]:after,
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbannerbelowh1"]:after,
body.InventoryList.xFacebookInventoryList [data-snippetid="pagefooter"]:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbanner"]:after,
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbannerbelowh1"]:after,
body.InventoryList.xFacebookInventoryList [data-snippetid="pagefooter"]:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbanner"]:before,
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbannerbelowh1"]:before,
body.InventoryList.xFacebookInventoryList [data-snippetid="pagefooter"]:before,
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbanner"]:after,
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbannerbelowh1"]:after,
body.InventoryList.xFacebookInventoryList [data-snippetid="pagefooter"]:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbanner"]:after,
body.InventoryList.xFacebookInventoryList [data-snippetid="featuredbannerbelowh1"]:after,
body.InventoryList.xFacebookInventoryList [data-snippetid="pagefooter"]:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .MessageDisplayed div#VehBody {
  display: none;
}
body.InventoryList.xFacebookInventoryList .paginationWrapper.MessageDisplayed {
  visibility: hidden;
}
body.InventoryList.xFacebookInventoryList form[name="main"] {
  width: auto;
  padding: 0 15px;
}
body.InventoryList.xFacebookInventoryList form[name="main"]:before,
body.InventoryList.xFacebookInventoryList form[name="main"]:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList form[name="main"]:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList form[name="main"]:before,
body.InventoryList.xFacebookInventoryList form[name="main"]:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList form[name="main"]:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList #filtering {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer:before,
body.InventoryList.xFacebookInventoryList #InvSearchContainer:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer:before,
body.InventoryList.xFacebookInventoryList #InvSearchContainer:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters {
    float: left;
    width: 75%;
  }
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:before,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:before,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 55px;
  position: relative;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy {
    padding-bottom: 10px;
  }
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy select {
  height: 30px;
  padding: 0;
  width: 100%;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 15px;
  height: 30px;
  width: 40px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:focus,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:active:focus,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:focus {
  color: #333333;
  text-decoration: none;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:active,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button.disabled,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button[disabled],
fieldset[disabled] body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button .buttontext {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #dvSortBy button .fa {
  font-size: 16px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop {
  float: left;
  width: 61.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop {
    padding-right: 0;
  }
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop #next {
    margin-left: 5px;
  }
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  height: 30px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:focus,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:active:focus,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:focus {
  color: #333333;
  text-decoration: none;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:active,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button.disabled,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button[disabled],
fieldset[disabled] body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button .PrevText,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button .NextText {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop button .fa {
  font-size: 16px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop span.pagenumbering {
  height: 30px;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop span.pagenumbering .pageText,
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #paginationWrapperTop span.pagenumbering .Units {
    display: none;
  }
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls {
  float: left;
  width: 37.5%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls {
    float: right;
    padding-left: 0;
  }
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  height: 30px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:focus,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:active:focus,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:focus {
  color: #333333;
  text-decoration: none;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:active,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button.disabled,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button[disabled],
fieldset[disabled] body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:hover,
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button .fa {
  font-size: 16px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button .MoreOptionsText,
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button .ResetText {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  body.InventoryList.xFacebookInventoryList #InvSearchContainer #dvFilters > div #InvFilterControls button .fa {
    margin-left: 0;
  }
}
body.InventoryList.xFacebookInventoryList #ShowAllUnits {
  margin-bottom: 15px;
}
body.InventoryList.xFacebookInventoryList #dvSearch {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 55px;
  position: relative;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList #dvSearch {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList #dvSearch {
    float: left;
    width: 25%;
  }
}
@media (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList #dvSearch {
    padding-bottom: 10px;
  }
}
body.InventoryList.xFacebookInventoryList #dvSearch input {
  height: 30px;
  width: 100%;
}
body.InventoryList.xFacebookInventoryList #dvSearch button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 15px;
  height: 30px;
  width: 40px;
}
body.InventoryList.xFacebookInventoryList #dvSearch button:focus,
body.InventoryList.xFacebookInventoryList #dvSearch button:active:focus,
body.InventoryList.xFacebookInventoryList #dvSearch button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.InventoryList.xFacebookInventoryList #dvSearch button:hover,
body.InventoryList.xFacebookInventoryList #dvSearch button:focus {
  color: #333333;
  text-decoration: none;
}
body.InventoryList.xFacebookInventoryList #dvSearch button:active,
body.InventoryList.xFacebookInventoryList #dvSearch button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.InventoryList.xFacebookInventoryList #dvSearch button.disabled,
body.InventoryList.xFacebookInventoryList #dvSearch button[disabled],
fieldset[disabled] body.InventoryList.xFacebookInventoryList #dvSearch button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.InventoryList.xFacebookInventoryList #dvSearch button:hover,
body.InventoryList.xFacebookInventoryList #dvSearch button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #dvSearch button:hover,
body.InventoryList.xFacebookInventoryList #dvSearch button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #dvSearch .ClearText {
  display: none;
}
body.InventoryList.xFacebookInventoryList #dvSearch .fa {
  font-size: 16px;
}
body.InventoryList.xFacebookInventoryList #dvSearch #dvSearchErr {
  display: none;
}
body.InventoryList.xFacebookInventoryList #dvSearch #dvSearchErr.err {
  display: block;
}
body.InventoryList.xFacebookInventoryList #InvToolbar {
  overflow: hidden;
  white-space: nowrap;
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul:before,
body.InventoryList.xFacebookInventoryList #InvToolbar ul:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul:before,
body.InventoryList.xFacebookInventoryList #InvToolbar ul:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul > li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList #InvToolbar ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList #InvToolbar ul > li {
    float: left;
    width: 25%;
  }
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul > li.DS-HIDDEN {
  display: none;
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul > li.DS-DISABLED {
  opacity: 0.6;
}
body.InventoryList.xFacebookInventoryList #InvToolbar ul > li select {
  height: 30px;
  padding: 0;
  width: 100%;
}
body.InventoryList.xFacebookInventoryList .vehicle_row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 19.8px;
  padding-bottom: 19.8px;
  position: relative;
}
body.InventoryList.xFacebookInventoryList .vehicle_row:before,
body.InventoryList.xFacebookInventoryList .vehicle_row:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .vehicle_row:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .vehicle_row:before,
body.InventoryList.xFacebookInventoryList .vehicle_row:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .vehicle_row:after {
  clear: both;
}
@media (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.InventoryList.xFacebookInventoryList .unitImage {
  float: left;
  width: 66.66666667%;
  margin-left: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .unitImage {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .unitImage {
    margin-left: 0%;
  }
}
@media (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList .unitImage {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList .unitImage {
    padding-bottom: 50px;
  }
}
body.InventoryList.xFacebookInventoryList .unitImage > div {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryList.xFacebookInventoryList .unitImage > div:before,
body.InventoryList.xFacebookInventoryList .unitImage > div:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .unitImage > div:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .unitImage > div:before,
body.InventoryList.xFacebookInventoryList .unitImage > div:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .unitImage > div:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .unitImage > div .unitImgCol {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
body.InventoryList.xFacebookInventoryList .unitImage > div .unitImgCol img.unitImg {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
body.InventoryList.xFacebookInventoryList .unitImage > div .unitImgCol .unitImgOverlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
body.InventoryList.xFacebookInventoryList .unitImage > a {
  display: block;
  padding: 7.5px 15px;
}
body.InventoryList.xFacebookInventoryList .unitImage > a:before,
body.InventoryList.xFacebookInventoryList .unitImage > a:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .unitImage > a:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .unitImage > a:before,
body.InventoryList.xFacebookInventoryList .unitImage > a:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .unitImage > a:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .unitImage > a > .fa {
  float: left;
  font-size: 25px;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
body.InventoryList.xFacebookInventoryList .unitImage > a > .buttontext {
  float: left;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
body.InventoryList.xFacebookInventoryList .unitImage > a > .videoContent {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.InventoryList.xFacebookInventoryList .unitImage .img-overlay-container div.image_overlay {
  display: none;
}
body.InventoryList.xFacebookInventoryList .unitImage .img-overlay-container div.image_overlay.visible {
  position: absolute;
  display: block;
  right: 15px;
  top: 0;
  opacity: 0.8;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList .unitImage .img-overlay-container div.image_overlay.visible {
    left: 15px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
body.InventoryList.xFacebookInventoryList .unitImage .img-overlay-container div.image_overlay.visible p {
  margin: 0;
  text-transform: center;
}
body.InventoryList.xFacebookInventoryList .unitImage .img-overlay-container:hover div.image_overlay {
  display: none;
}
body.InventoryList.xFacebookInventoryList .images-2 .unitImage {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .images-2 .unitImage {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .images-2 .unitImage {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .images-2 .unitImage {
    float: left;
    width: 33.33333333%;
  }
}
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:before,
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:before,
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div .unitImgCol {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div .unitImgCol {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .images-2 .unitImage > div .unitImgCol:nth-child(2) {
    display: none !important;
  }
}
body.InventoryList.xFacebookInventoryList .images-2 .unitDesc {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .images-2 .unitDesc {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .images-2 .unitDesc {
    float: left;
    width: 50%;
  }
}
body.InventoryList.xFacebookInventoryList .images-0 .imageRow {
  position: relative;
  margin: 0;
  padding-bottom: 75%;
}
body.InventoryList.xFacebookInventoryList .images-0 .imageRow .img-overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.InventoryList.xFacebookInventoryList .images-0 .imageRow .img-overlay-container .thumbImage {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
body.InventoryList.xFacebookInventoryList .images-0 .imageRow .img-overlay-container .img_overlay {
  right: 0;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock {
    float: left;
    width: 75%;
  }
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock {
    padding-bottom: 90px;
  }
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 19.8px;
  right: 0;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons {
    float: left;
    width: 75%;
  }
}
@media (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons {
    bottom: 10px;
  }
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  position: relative;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:before,
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:before,
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul:after {
  clear: both;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul {
    height: 80px;
  }
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li {
    right: 25%;
  }
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li.textbutton {
  display: block;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li.invViewDetails {
    left: 75%;
  }
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li.disabled {
  display: none;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a {
  display: block;
  padding: 7.5px 10px;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a:before,
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a:before,
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a > .fa {
  float: left;
  font-size: 25px;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a > .buttontext {
  float: left;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
body.InventoryList.xFacebookInventoryList .unitDataBlock .textbuttons ul > li > a > .textbuttonArrow {
  display: none;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader {
  margin-left: -15px;
  margin-right: -15px;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader:before,
body.InventoryList.xFacebookInventoryList .invUnitHeader:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader:before,
body.InventoryList.xFacebookInventoryList .invUnitHeader:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitTitle {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitTitle {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitTitle {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitTitle {
    float: left;
    width: 75%;
  }
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitTitle h2 {
  font-size: 18px;
  margin: 0;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice {
    float: left;
    width: 25%;
  }
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice h3 {
  font-size: 18px;
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice h3 {
    text-align: left;
  }
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice .dvPriceGroup label {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding: 3px 0 3px 10px;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice .dvPriceGroup span {
  display: inline-block;
  width: 50%;
  padding: 3px 10px 3px 0;
  text-align: right;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitPrice .dvPriceGroup span.InvLowestPrice {
  width: 100%;
  padding-right: 0;
  text-align: center;
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitComment {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitComment {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitComment {
    float: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList .invUnitHeader .unitComment {
    padding-bottom: 20px;
  }
}
body.InventoryList.xFacebookInventoryList .invUnitHeader .unitComment .InventoryComment {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo:before,
body.InventoryList.xFacebookInventoryList .invUnitInfo:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo:before,
body.InventoryList.xFacebookInventoryList .invUnitInfo:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo:after {
  clear: both;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .invUnitInfo {
    margin-top: 0;
  }
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:before,
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:before,
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs > li {
    float: left;
    width: 50%;
  }
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs > li > .unitLabel {
  display: inline-block;
  min-width: 40%;
  vertical-align: top;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs > li > .unitLabel:after {
  content: " :";
  display: inline-block;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .VehicleDetail .unitSpecs > li > .unitValue {
  display: inline-block;
  max-width: 60%;
  min-width: 40%;
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .unitBrand {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .invUnitInfo .unitBrand {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .invUnitInfo .unitBrand {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body.InventoryList.xFacebookInventoryList .invUnitInfo .unitBrand {
    float: left;
    width: 16.66666667%;
  }
}
body.InventoryList.xFacebookInventoryList .invUnitInfo .unitBrand > img {
  display: block;
  margin: 0 auto;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom .nav {
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom span.pagenumbering {
  height: 30px;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  height: 30px;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:focus,
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:active:focus,
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:hover,
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:focus {
  color: #333333;
  text-decoration: none;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:active,
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button.disabled,
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button[disabled],
fieldset[disabled] body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:hover,
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:hover,
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button .PrevText,
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button .NextText {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.InventoryList.xFacebookInventoryList #paginationWrapperBottom button .fa {
  font-size: 16px;
}
body.InventoryList.xFacebookInventoryList #filtering .ascendingOrder {
  display: none;
}
body.InventoryList.xFacebookInventoryList #filtering .descendingOrder {
  display: inline;
}
body.InventoryList.xFacebookInventoryList.SORT-ASC #filtering .ascendingOrder {
  display: inline;
}
body.InventoryList.xFacebookInventoryList.SORT-ASC #filtering .descendingOrder {
  display: none;
}
body.InventoryList.xFacebookInventoryList #filtering #InvSearchContainer .lesstext,
body.InventoryList.xFacebookInventoryList #filtering #InvSearchContainer .fa-caret-up {
  display: none;
}
body.InventoryList.xFacebookInventoryList #filtering #InvSearchContainer .moretext,
body.InventoryList.xFacebookInventoryList #filtering #InvSearchContainer .fa-caret-down {
  display: inline;
}
body.InventoryList.xFacebookInventoryList #filtering #InvToolbar {
  height: 30px;
}
body.InventoryList.xFacebookInventoryList.ALLOPTIONS #filtering #InvSearchContainer .moretext,
body.InventoryList.xFacebookInventoryList.ALLOPTIONS #filtering #InvSearchContainer .fa-caret-down {
  display: none;
}
body.InventoryList.xFacebookInventoryList.ALLOPTIONS #filtering #InvSearchContainer .lesstext,
body.InventoryList.xFacebookInventoryList.ALLOPTIONS #filtering #InvSearchContainer .fa-caret-up {
  display: inline;
}
body.InventoryList.xFacebookInventoryList.ALLOPTIONS #filtering #InvToolbar {
  height: auto;
}
#dvCompareModels {
  display: none;
}
#INV-VEHGROUPS {
  display: none;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .invUnitHeader {
  margin: 0;
  padding-bottom: 15px;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .invUnitHeader .unitTitle {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .invUnitHeader .unitTitle {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .invUnitHeader .unitPrice {
    width: 25%;
    padding: 0 15px;
    float: right;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .invUnitHeader .unitComment {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .invUnitHeader .unitComment {
    float: left;
    width: 75%;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .invUnitHeader:after {
  content: " ";
  display: block;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
  padding-top: 15px;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .unitImage,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .unitImage {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  z-index: 2;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .unitImage,
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .unitImage {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .unitImage,
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .unitImage {
    float: left;
    width: 20.83333333%;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .invUnitInfo,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .invUnitInfo {
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .invUnitInfo,
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .invUnitInfo {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .invUnitInfo,
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .invUnitInfo {
    float: left;
    width: 79.16666667%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .invUnitInfo,
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .invUnitInfo {
    padding-left: 7.5px;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .invUnitInfo > *,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .invUnitInfo > * {
  padding-left: 0;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-1 .invUnitInfo .VehicleDetail,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-0 .invUnitInfo .VehicleDetail {
  padding-right: 15px;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImage {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  z-index: 2;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImage {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImage {
    float: left;
    width: 41.66666667%;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImgCol.InventoryPic2:before,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImgCol.InventoryPic2:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImgCol.InventoryPic2:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImgCol.InventoryPic2:before,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImgCol.InventoryPic2:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImgCol.InventoryPic2:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImgCol.InventoryPic2 img {
    float: right;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .unitImgCol.InventoryPic2 {
    padding-left: 7.5px;
    padding-right: 15px;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .invUnitInfo {
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .invUnitInfo {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .invUnitInfo {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .invUnitInfo {
    padding-left: 0;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .invUnitInfo > * {
  padding-left: 0;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout.images-2 .invUnitInfo .VehicleDetail {
  padding-right: 15px;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage {
  margin: 0;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage:before,
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage:after {
    content: " ";
    display: table;
  }
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage:after {
    clear: both;
  }
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage:before,
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage:after {
    content: " ";
    display: table;
  }
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage:after {
    clear: both;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage > a {
  position: absolute;
  bottom: -40px;
  margin: 0;
  left: 15px;
}
@media (max-width: 767px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage > a {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage > a {
    display: none !important;
  }
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage > a {
    width: 173.25px;
  }
}
@media (min-width: 1200px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitImage > a {
    width: 215px;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock {
  width: auto;
  float: none;
  padding: 0;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock:before,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock:before,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock > * {
  z-index: 1;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .imageRow {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitImgCol {
    padding-left: 15px;
    padding-right: 7.5px;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitImgCol img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitImgCol img {
    margin: auto;
  }
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitDesc {
  display: none;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs:before,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs:before,
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs:after {
  content: " ";
  display: table;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs:after {
  clear: both;
}
body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs .textbuttons {
  position: static;
  float: none;
  width: auto;
}
@media (min-width: 992px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs .textbuttons {
    padding-left: 217px;
  }
}
@media (min-width: 1200px) {
  body.InventoryList.xFacebookInventoryList .vehicle_row.DS1RVLayout .unitDataBlock .unitCTAs .textbuttons {
    padding-left: 260px;
  }
}
#main.xinventorymap .dvInventoryMap ul {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  padding-left: 0;
}
#main.xinventorymap .dvInventoryMap ul:before,
#main.xinventorymap .dvInventoryMap ul:after {
  content: " ";
  display: table;
}
#main.xinventorymap .dvInventoryMap ul:after {
  clear: both;
}
#main.xinventorymap .dvInventoryMap ul:before,
#main.xinventorymap .dvInventoryMap ul:after {
  content: " ";
  display: table;
}
#main.xinventorymap .dvInventoryMap ul:after {
  clear: both;
}
#main.xinventorymap .dvInventoryMap ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  #main.xinventorymap .dvInventoryMap ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #main.xinventorymap .dvInventoryMap ul li {
    float: left;
    width: 25%;
  }
}
#main.xinventorymap .dvInventoryMap ul li a {
  display: block;
}
#main.xinventorymap .dvInventoryMap ul li img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#main.xinventorymap .dvInventoryMap ul li .title {
  height: 2.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main.xinventorymap .img-overlay-container div.image_overlay {
  display: none;
}
#main.xinventorymap .img-overlay-container div.image_overlay.visible {
  position: absolute;
  display: block;
  right: 15px;
  top: 0;
  opacity: 0.8;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  #main.xinventorymap .img-overlay-container div.image_overlay.visible {
    left: 15px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
#main.xinventorymap .img-overlay-container div.image_overlay.visible p {
  margin: 0;
  text-transform: uppercase;
}
#main.xinventorymap .img-overlay-container:hover div.image_overlay {
  display: none;
}
body {
  -webkit-print-color-adjust: exact;
}
.print-detail {
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  background: #fff;
  color: #000;
}
@media print {
  .print-detail a:after {
    content: "";
  }
}
.print-detail #print-header {
  padding: 15px 0;
  background: #eeeeee !important;
}
.print-detail #print-header > div {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .print-detail #print-header > div {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .print-detail #print-header > div {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .print-detail #print-header > div {
    width: 1170px;
  }
}
.print-detail #print-header > div > .navbar-header,
.print-detail #print-header > div > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .print-detail #print-header > div > .navbar-header,
  .print-detail #print-header > div > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.print-detail #print-header .print-page {
  clear: both;
  float: right;
}
@media print {
  .print-detail #print-header .print-page {
    display: none;
  }
}
.print-detail #print-header .print-page a {
  color: #000;
}
.print-detail #print-header .print-page a:hover,
.print-detail #print-header .print-page a:focus {
  color: #808080;
}
.print-detail #print-header .company-logo {
  float: right;
  color: #fff;
  margin-bottom: 15px;
}
.print-detail #print-header .company-logo .logo {
  max-width: 160px;
}
@media print {
  .print-detail #print-header .company-logo .logo {
    max-height: 125px;
  }
}
.print-detail #print-header .company-info {
  float: left;
}
.print-detail #print-header .company-info:before,
.print-detail #print-header .company-info:after {
  content: " ";
  display: table;
}
.print-detail #print-header .company-info:after {
  clear: both;
}
.print-detail #print-header .company-info:before,
.print-detail #print-header .company-info:after {
  content: " ";
  display: table;
}
.print-detail #print-header .company-info:after {
  clear: both;
}
.print-detail #print-header .company-info ul {
  margin-bottom: 0;
  padding-left: 0;
}
.print-detail #print-header .company-info ul li {
  list-style: none;
}
.print-detail .print-body > div {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
}
@media (min-width: 768px) {
  .print-detail .print-body > div {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .print-detail .print-body > div {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .print-detail .print-body > div {
    width: 1170px;
  }
}
.print-detail .print-body > div > .navbar-header,
.print-detail .print-body > div > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .print-detail .print-body > div > .navbar-header,
  .print-detail .print-body > div > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.print-detail .print-body h2,
.print-detail .print-body h3,
.print-detail .print-body h4 {
  color: #000;
  text-transform: uppercase;
}
.print-detail .print-body h4 {
  margin-bottom: 10px;
  padding: 7.5px 10px 6px;
  background: #eeeeee !important;
}
.print-detail .print-body p {
  color: #000;
}
.print-detail .print-body .unit-header {
  padding-top: 15px;
}
.print-detail .print-body .unit-header:before,
.print-detail .print-body .unit-header:after {
  content: " ";
  display: table;
}
.print-detail .print-body .unit-header:after {
  clear: both;
}
.print-detail .print-body .unit-header:before,
.print-detail .print-body .unit-header:after {
  content: " ";
  display: table;
}
.print-detail .print-body .unit-header:after {
  clear: both;
}
.print-detail .print-body .unit-header .unit-title h2 {
  margin: 0;
}
.print-detail .print-body .unit-header .unit-price h3 {
  display: inline-block;
  margin: 0;
}
.print-detail .print-body .unit-description {
  padding: 10px 0 15px;
}
.print-detail .print-body .unit-image {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .print-detail .print-body .unit-image {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .print-detail .print-body .unit-image {
    float: left;
    width: 58.33333333%;
  }
}
@media print {
  .print-detail .print-body .unit-image {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 66.66666667%;
  }
}
.print-detail .print-body .unit-image img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.print-detail .print-body .map-image {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .print-detail .print-body .map-image {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .print-detail .print-body .map-image {
    float: left;
    width: 41.66666667%;
  }
}
@media print {
  .print-detail .print-body .map-image {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
}
.print-detail .print-body .map-image img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.print-detail .print-body .unit-about > div {
  padding-top: 15px;
}
.print-detail .print-body .unit-gallery > ul {
  margin-left: -15px;
  margin-right: -15px;
  margin: -10px -5px 0;
  padding-left: 0;
}
.print-detail .print-body .unit-gallery > ul:before,
.print-detail .print-body .unit-gallery > ul:after {
  content: " ";
  display: table;
}
.print-detail .print-body .unit-gallery > ul:after {
  clear: both;
}
.print-detail .print-body .unit-gallery > ul:before,
.print-detail .print-body .unit-gallery > ul:after {
  content: " ";
  display: table;
}
.print-detail .print-body .unit-gallery > ul:after {
  clear: both;
}
.print-detail .print-body .unit-gallery > ul > li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px 5px 0;
  list-style: none;
}
@media (min-width: 768px) {
  .print-detail .print-body .unit-gallery > ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .print-detail .print-body .unit-gallery > ul > li {
    float: left;
    width: 16.66666667%;
  }
}
@media print {
  .print-detail .print-body .unit-gallery > ul > li {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 16.66666667%;
  }
}
.print-detail .print-body .unit-gallery > ul > li img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
.print-detail .print-body .unit-highlights .liUnit label {
  padding-right: 10px;
}
.print-detail .print-body .unit-specs > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.print-detail .print-body .unit-specs > ul > li {
  list-style: none;
}
.print-detail .print-body .unit-specs > ul > li label {
  display: inline-block;
  width: 40%;
  font-weight: normal;
  vertical-align: top;
}
.print-detail .print-body .unit-specs > ul > li span {
  display: inline-block;
  width: 60%;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
.print-detail .print-body .unit-specs > ul > li.LiInvStatus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.xShowroomListXml #content.xinventorypageslist {
  font-family: 'Roboto Condensed', sans-serif;
}
body.xShowroomListXml #content.xinventorypageslist h2,
body.xShowroomListXml #content.xinventorypageslist h3,
body.xShowroomListXml #content.xinventorypageslist h4,
body.xShowroomListXml #content.xinventorypageslist h5,
body.xShowroomListXml #content.xinventorypageslist h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
body.xShowroomListXml .breadcrumbs {
  padding-bottom: 15px;
}
body.xShowroomListXml .group {
  padding-top: 15px;
}
body.xShowroomListXml .group .description {
  margin-bottom: 15px;
}
body.xShowroomListXml .group .showroom-divider {
  display: none;
}
body.xShowroomListXml .group:last-child .makes {
  border-bottom: none;
}
body.xShowroomListXml .makes {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  margin-bottom: 0;
}
body.xShowroomListXml .makes:before,
body.xShowroomListXml .makes:after {
  content: " ";
  display: table;
}
body.xShowroomListXml .makes:after {
  clear: both;
}
body.xShowroomListXml .makes:before,
body.xShowroomListXml .makes:after {
  content: " ";
  display: table;
}
body.xShowroomListXml .makes:after {
  clear: both;
}
body.xShowroomListXml .makes > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body.xShowroomListXml .makes > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body.xShowroomListXml .makes > li {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  body.xShowroomListXml .makes > li {
    padding: 0 15px 15px;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  body.xShowroomListXml .makes > li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  body.xShowroomListXml .makes > li {
    width: 20%;
    *width: 20%;
  }
}
body.xShowroomListXml .makes > li a {
  position: relative;
  display: block;
}
body.xShowroomListXml .makes > li a .make-image {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
body.xShowroomListXml .make-info {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
body.xShowroomListXml .make-info .make-logo {
  width: auto;
  position: absolute;
  bottom: 25.5px;
  left: 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
body.xShowroomListXml .make-info .make-name {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  text-align: right;
  font-size: 15.3px;
}
@media (max-width: 767px) {
  body.xShowroomListXml .make-info .make-name {
    bottom: 13.33333333px;
  }
}
body.xShowroomListXml #preCatalog {
  background: url('//cdn.dealerspike.com/imglib/showroom/powersports-pre.jpg');
}
body.xShowroomListXml #newCatalog {
  background: url('//cdn.dealerspike.com/imglib/showroom/powersports-new.jpg');
}
body.xtestimonials .testimonial-header {
  padding-left: 15px;
  padding-right: 15px;
}
body.xtestimonials .testimonial-header:before,
body.xtestimonials .testimonial-header:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-header:after {
  clear: both;
}
body.xtestimonials .testimonial-header:before,
body.xtestimonials .testimonial-header:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-header:after {
  clear: both;
}
body.xtestimonials .testimonial-header h2 {
  float: left;
}
body.xtestimonials .testimonial-header .testimonial-sortorder {
  float: right;
  display: block;
  position: relative;
  z-index: 10;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button {
  background: #ff9c00;
  border: 1px solid #151414;
  display: block;
  width: 220px;
  height: 50px;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button .testimonial-menu-txt {
  float: left;
  width: 75%;
  height: 48px;
  padding: 10px 10px 10px 15px;
  line-height: 14px;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button .testimonial-menu-txt .sort-by-label {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  margin-left: 1px;
  color: #ffffff;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button .testimonial-menu-txt .sort-by-txt {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button .testimonial-menu-arrow {
  float: left;
  width: 25%;
  height: 48px;
  line-height: 48px;
  border-left: 1px solid #ffffff;
  text-align: center;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button .testimonial-menu-arrow .fa {
  font-size: 18px;
  color: #ffffff;
  line-height: 48px;
  margin-left: 4px;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed {
  background: #0f0f0f;
  border: 1px solid #ff9c00;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed .testimonial-menu-txt .sort-by-label {
  color: rgba(255, 255, 255, 0.45);
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed .testimonial-menu-txt .sort-by-txt {
  color: #ff9c00;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed .testimonial-menu-arrow {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed .testimonial-menu-arrow .fa {
  color: rgba(255, 255, 255, 0.25);
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed:hover {
  background: #ff9c00;
  border: 1px solid #151414;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed:hover .testimonial-menu-txt .sort-by-label {
  color: #000000;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed:hover .testimonial-menu-txt .sort-by-txt {
  color: #000000;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed:hover .testimonial-menu-arrow {
  border-left: 1px solid #ffffff;
}
body.xtestimonials .testimonial-header .testimonial-sortorder button.collapsed:hover .testimonial-menu-arrow .fa {
  color: #ffffff;
}
body.xtestimonials .testimonial-header .testimonial-sortorder #testimonial-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.xtestimonials .testimonial-header .testimonial-sortorder #testimonial-menu li a {
  display: block;
  list-style-type: none;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  background: #0f0f0f;
  color: #ff9c00;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 1px solid #ff9c00;
  border-right: 1px solid #ff9c00;
  border-top: 1px solid #ff9c00;
}
body.xtestimonials .testimonial-header .testimonial-sortorder #testimonial-menu li a:hover {
  color: #000000;
  background: #ff9c00;
}
body.xtestimonials .testimonial-header .testimonial-sortorder #testimonial-menu li a:focus {
  color: #000000;
  background: #ff9c00;
}
body.xtestimonials .testimonial-header .testimonial-sortorder #testimonial-menu li:first-child a {
  border-top: 0;
}
body.xtestimonials .testimonial-header .testimonial-sortorder #testimonial-menu li:last-child a {
  border-bottom: 1px solid #ff9c00;
}
body.xtestimonials .testimonial-list {
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  color: #ffffff;
}
body.xtestimonials .testimonial-list li {
  list-style-type: none;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
body.xtestimonials .testimonial-list li:before,
body.xtestimonials .testimonial-list li:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-list li:after {
  clear: both;
}
body.xtestimonials .testimonial-list li:before,
body.xtestimonials .testimonial-list li:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-list li:after {
  clear: both;
}
body.xtestimonials .testimonial-list li .attribution-store .store-location-label {
  color: #ff9c00;
}
body.xtestimonials .testimonial-list li .attribution-details,
body.xtestimonials .testimonial-list li .attribution-store,
body.xtestimonials .testimonial-list li .testimonial-separator,
body.xtestimonials .testimonial-list li .testimonial-overall-rating,
body.xtestimonials .testimonial-list li .testimonial-date {
  display: inline-block;
}
body.xtestimonials .testimonial-list li .attribution-first-name,
body.xtestimonials .testimonial-list li .attribution-last-name,
body.xtestimonials .testimonial-list li .store-location-label {
  font-weight: 700;
}
body.xtestimonials .testimonial-list li .testimonial-separator {
  vertical-align: middle;
}
body.xtestimonials .testimonial-list li .testimonial-separator:after {
  content: " | ";
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 20px;
}
body.xtestimonials .testimonial-list li .testimonial-rating {
  margin-bottom: 5px;
}
body.xtestimonials .testimonial-list li .testimonial-rating .testimonial-overall-rating {
  color: #ff9c00;
}
body.xtestimonials .testimonial-list li .testimonial-rating .testimonial-overall-rating .rating-label {
  display: none;
}
body.xtestimonials .testimonial-list li .testimonial-rating .testimonial-overall-rating .fa {
  width: 1.2em;
}
body.xtestimonials .testimonial-list li .testimonial-rating .testimonial-date {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  margin-left: 10px;
}
body.xtestimonials .testimonial-list li .testimonial-left {
  width: 75%;
  float: left;
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment {
  position: relative;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment:before,
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment:after {
  clear: both;
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment:before,
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment:after {
  clear: both;
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment p {
  display: inline-block;
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment p:before {
  font-size: 12px;
  font-family: FontAwesome;
  content: '\f10d';
  margin-top: 2px;
  margin-left: -20px;
  position: absolute;
  color: rgba(255, 255, 255, 0.25);
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-comment p:after {
  font-size: 12px;
  font-family: FontAwesome;
  content: '\f10e';
  margin-top: 2px;
  margin-left: 8px;
  position: absolute;
  color: rgba(255, 255, 255, 0.25);
}
body.xtestimonials .testimonial-list li .testimonial-left .testimonial-attribution {
  position: relative;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}
body.xtestimonials .testimonial-list li .testimonial-left.no-right {
  width: 100%;
  float: none;
}
body.xtestimonials .testimonial-list li .testimonial-right {
  width: 25%;
  float: left;
  margin: 0 auto;
}
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div:before,
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div:after {
  clear: both;
}
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div:before,
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div:after {
  clear: both;
}
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div .rating-label {
  float: left;
  width: 50%;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div .rating-value {
  float: left;
  width: 50%;
  color: rgba(255, 156, 0, 0.75);
  text-align: center;
}
body.xtestimonials .testimonial-list li .testimonial-right .testimonial-ratings div .rating-value .fa {
  width: 1.2em;
}
body.xtestimonials .testimonial-list li.hasImage .testimonial-left {
  width: 60%;
  float: left;
}
body.xtestimonials .testimonial-list li.hasImage .testimonial-left.no-right {
  width: 80%;
}
body.xtestimonials .testimonial-list li.hasImage .testimonial-right {
  width: 20%;
  float: left;
}
body.xtestimonials .testimonial-list li.hasImage .testimonial-image {
  width: 20%;
  float: left;
  padding: 10px;
}
body.xtestimonials .testimonial-list li.hasImage .testimonial-image img {
  max-height: 250px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  body.xtestimonials .testimonial-list li.hasImage .testimonial-left {
    width: 50%;
  }
  body.xtestimonials .testimonial-list li.hasImage .testimonial-left.no-right {
    width: 75%;
  }
  body.xtestimonials .testimonial-list li.hasImage .testimonial-right {
    width: 25%;
  }
  body.xtestimonials .testimonial-list li.hasImage .testimonial-image {
    width: 25%;
  }
}
@media (max-width: 990px) {
  body.xtestimonials .testimonial-list li.hasImage .testimonial-left {
    width: 70%;
  }
  body.xtestimonials .testimonial-list li.hasImage .testimonial-left.no-right {
    width: 100%;
  }
  body.xtestimonials .testimonial-list li.hasImage .testimonial-right {
    width: 30%;
  }
  body.xtestimonials .testimonial-list li.hasImage .testimonial-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.xtestimonials .testimonial-list li.hasImage .testimonial-left,
  body.xtestimonials .testimonial-list li.hasImage .testimonial-right,
  body.xtestimonials .testimonial-list li.hasImage .testimonial-image {
    width: 100%;
    float: none;
  }
}
@media (max-width: 990px) {
  body.xtestimonials .testimonial-list li .testimonial-left {
    width: 70%;
  }
  body.xtestimonials .testimonial-list li .testimonial-right {
    width: 30%;
  }
}
@media (max-width: 767px) {
  body.xtestimonials .testimonial-list li .testimonial-left,
  body.xtestimonials .testimonial-list li .testimonial-right {
    width: 100%;
    float: none;
  }
  body.xtestimonials .testimonial-list li .testimonial-right {
    margin: 0 auto;
    max-width: 250px;
  }
}
body.xtestimonials .testimonial-footer {
  width: 100%;
  background: #ff9c00;
  text-align: center;
  margin-top: 50px;
  padding: 25px;
}
body.xtestimonials .testimonial-footer:before,
body.xtestimonials .testimonial-footer:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-footer:after {
  clear: both;
}
body.xtestimonials .testimonial-footer:before,
body.xtestimonials .testimonial-footer:after {
  content: " ";
  display: table;
}
body.xtestimonials .testimonial-footer:after {
  clear: both;
}
body.xtestimonials .testimonial-footer h3 {
  color: #000000;
  font-size: 32px;
}
body.xtestimonials .testimonial-footer .testimonial-lead-btn {
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0;
  margin: 0 15px 15px;
  background: #ff9c00;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 30px;
  text-align: center;
}
body.xtestimonials .testimonial-footer .testimonial-lead-btn span {
  position: relative;
}
body.xtestimonials .testimonial-footer .testimonial-lead-btn span:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.45);
  display: block;
  position: absolute;
  top: -17px;
  right: -17px;
}
body.xtestimonials .testimonial-footer .testimonial-lead-btn:hover {
  background: #151414;
  color: #ffffff;
  border: 2px solid #ffffff;
}
@media (max-width: 767px) {
  body.xtestimonials .testimonial-footer {
    padding: 15px;
  }
  body.xtestimonials .testimonial-footer .testimonial-lead-btn {
    font-size: 14px;
    margin: 0 10px 10px;
  }
}
.staff-page-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.staff-page-container > .navbar-header,
.staff-page-container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .staff-page-container > .navbar-header,
  .staff-page-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.StaffImage {
  height: 0;
  padding-top: 123%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.StaffImage img {
  display: none;
}
@media print {
  .StaffImage {
    padding-top: 0;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .StaffImage img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.staffgroup {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}
.group-wrap {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.group-wrap .trigger {
  margin: 0;
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
}
.group-wrap .trigger .toggle-indicator {
  float: right;
}
.group-wrap .trigger .toggle-indicator:before {
  display: inline-block;
  text-align: right;
  content: '\f078';
  font-family: 'FontAwesome';
  font-weight: 300;
  font-size: 16px;
}
.group-wrap.toggle-open .trigger .toggle-indicator:before {
  content: '\f077';
}
.staffperson {
  display: block;
  margin: 15px 0 0 0;
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .staffperson {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .staffperson {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .staffperson {
    float: left;
    width: 25%;
  }
}
@media all and (max-width: 576px) {
  .staffperson {
    clear: left;
  }
}
@media all and (max-width: 576px) {
  .staffperson {
    /* Extra Small Devices, Phones- two columns */
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
  }
}
@media all and (max-width: 580px) and (min-width: 577px) {
  .staffperson {
    /* Small Devices, Tablets 3 columns */
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .staffperson:nth-child(2n +1) {
    clear: left;
  }
}
@media all and (max-width: 767px) and (min-width: 581px) {
  .staffperson {
    /* Small Devices, Tablets 3 columns */
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .staffperson:nth-child(3n +1) {
    clear: left;
  }
}
@media all and (max-width: 991px) and (min-width: 768px) {
  .staffperson {
    /* Medium Devices, Desktops */
  }
  .staffperson:nth-child(3n +1) {
    clear: left;
  }
}
@media all and (max-width: 1199px) and (min-width: 992px) {
  .staffperson {
    /* Large Devices	3 columns */
  }
  .staffperson:nth-child(3n +1) {
    clear: left;
  }
}
@media all and (min-width: 1200px) {
  .staffperson {
    /* Largest Devices, Wide Screens	4 columns */
  }
  .staffperson:nth-child(4n +1) {
    clear: left;
  }
}
.staffperson .name-title {
  padding: .5em 0;
}
.staffperson .name-title h4 {
  margin: 0;
}
.staffperson .name-title h5 {
  margin: 0;
}
.staffperson .image {
  height: 0;
  padding-top: 123%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.staffperson .image img {
  display: none;
}
@media print {
  .staffperson .image {
    padding-top: 0;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .staffperson .image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.staffperson .additional {
  position: relative;
}
.staffperson .staffperson-more {
  display: none;
}
@media print {
  .staffperson .staffperson-more {
    display: block;
  }
  .staffperson .staffperson-more .image-wrap,
  .staffperson .staffperson-more .contact,
  .staffperson .staffperson-more .contactform,
  .staffperson .staffperson-more .name-title {
    display: none;
  }
}
.staffperson .has-modal .additional-toggle.image:before {
  content: 'i';
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  line-height: 24px;
  text-align: center;
  border-radius: 13px;
  color: #fff;
  font-family: Georgia, Times, serif;
  font-style: italic;
  border: solid 2px #fff;
  font-size: 19px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 999;
}
#StaffModal .modal-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#StaffModal .modal-content > .navbar-header,
#StaffModal .modal-content > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  #StaffModal .modal-content > .navbar-header,
  #StaffModal .modal-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#modalStaff .staff-modal-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
#modalStaff .staff-modal-wrap.has-image .details-wrap {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #modalStaff .staff-modal-wrap.has-image .details-wrap {
    float: left;
    width: 66.66666667%;
  }
}
#modalStaff .staff-modal-wrap.has-image .details-wrap .details {
  min-height: 210px;
}
#modalStaff .staff-modal-wrap.has-image .details-wrap .form {
  min-height: 145px;
}
#modalStaff .staff-modal-wrap.has-image .contact {
  clear: both;
}
#modalStaff .staff-modal-wrap.has-image .image-wrap {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #modalStaff .staff-modal-wrap.has-image .image-wrap {
    float: left;
    width: 33.33333333%;
  }
}
#modalStaff .staff-modal-wrap.has-image .image {
  height: 0;
  padding-top: 123%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  max-width: 100%;
}
#modalStaff .staff-modal-wrap.has-image .image img {
  display: none;
}
@media print {
  #modalStaff .staff-modal-wrap.has-image .image {
    padding-top: 0;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  #modalStaff .staff-modal-wrap.has-image .image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  #modalStaff .staff-modal-wrap.has-image .image-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  #modalStaff .staff-modal-wrap.has-image .details-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#modalStaff .staff-modal-wrap:not(.has-image) .image-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
#modalStaff .staff-modal-wrap:not(.has-image) .details-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#modalStaff .staff-modal-wrap .details h3 {
  margin-top: 0px;
}
#modalStaff .staff-modal-wrap .phone {
  margin: 15px 0;
}
#modalStaff .staff-modal-wrap .contactform form {
  margin: 0;
  width: 100%;
}
#modalStaff .staff-modal-wrap .contactform form .submitBlock li {
  width: auto;
}
@media screen and (max-width: 576px) {
  #modalStaff .staff-modal-wrap .contactform form .submitBlock li {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
#modalStaff .staff-modal-wrap .contactform form .submitBlock .cancelButton,
#modalStaff .staff-modal-wrap .contactform form .submitBlock .resetButton {
  padding-right: 0;
}
#modalStaff .staff-modal-wrap .contactform form .submitBlock .resetButton {
  display: none;
}
#modalStaff .staff-modal-wrap .contactform form .submitBlock button {
  padding: .5em 1em;
  width: auto;
}
#modalStaff .staff-modal-wrap .label {
  display: none;
}
#modalStaff .staff-modal-wrap .email {
  text-align: right;
  float: right;
  padding-right: 0;
}
.dealerModal2col .details-wrap {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dealerModal2col .details-wrap {
    float: left;
    width: 66.66666667%;
  }
}
.dealerModal2col .details-wrap .details {
  min-height: 210px;
}
.dealerModal2col .details-wrap .form {
  min-height: 145px;
}
.dealerModal2col .contact {
  clear: both;
}
.dealerModal2col .image-wrap {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .dealerModal2col .image-wrap {
    float: left;
    width: 33.33333333%;
  }
}
.dealerModal2col .image {
  height: 0;
  padding-top: 123%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  max-width: 100%;
}
.dealerModal2col .image img {
  display: none;
}
@media print {
  .dealerModal2col .image {
    padding-top: 0;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .dealerModal2col .image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.dealerModal1col .image-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.dealerModal1col .details-wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.staff-page-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.staff-page-container > .navbar-header,
.staff-page-container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .staff-page-container > .navbar-header,
  .staff-page-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#StaffModal .modal-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#StaffModal .modal-content > .navbar-header,
#StaffModal .modal-content > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  #StaffModal .modal-content > .navbar-header,
  #StaffModal .modal-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.group-wrap {
  border: solid 1px #151414;
  border-color: #292929;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 30px;
}
.group-wrap > * {
  padding: 0 15px;
}
.group-wrap h3 {
  background-color: #1c1c1c;
  color: #ffffff;
  border-color: #292929;
  text-align: center;
  padding: 0.5em 15px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  font-weight: bold;
}
.group-wrap .trigger {
  line-height: .9em;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.group-wrap .trigger .toggle-indicator {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.55);
}
.group-wrap.toggle-open .trigger {
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-bottom-width: 1px;
}
.group-wrap.toggle-open .trigger .toggle-indicator:before {
  content: '\f077';
}
.staff-modal-wrap .image,
.staffperson .image {
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border: solid 2px #ff9c00;
}
.staff-modal-wrap .details h3,
.staffperson .details h3,
.staff-modal-wrap .details h4,
.staffperson .details h4 {
  font-weight: bold;
}
.staff-modal-wrap .details h3,
.staffperson .details h3 {
  margin: 0;
}
.group {
  padding: 0 15px;
}
.staffperson .name-title {
  text-align: center;
}
.staffperson .name-title h4,
.staffperson .name-title h5 {
  font-weight: bold;
}
.staffperson .name-title h4 {
  font-size: 18px;
}
.staffperson .name-title h5 {
  color: #ffffff;
  font-size: 14px;
}
.staffperson .label {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  border: solid 0px transparent;
}
#modalStaff .modal-message {
  color: #ffffff;
}
.staff-modal-wrap .details-wrap .details {
  color: #ffffff;
}
.staff-modal-wrap .details-wrap .details .name-title h4 {
  color: #ffffff;
}
.staff-modal-wrap .contactform button,
.staff-modal-wrap .contact button,
.staff-modal-wrap .contactform .btn,
.staff-modal-wrap .contact .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  width: auto;
}
.staff-modal-wrap .contactform button:focus,
.staff-modal-wrap .contact button:focus,
.staff-modal-wrap .contactform .btn:focus,
.staff-modal-wrap .contact .btn:focus,
.staff-modal-wrap .contactform button:active:focus,
.staff-modal-wrap .contact button:active:focus,
.staff-modal-wrap .contactform .btn:active:focus,
.staff-modal-wrap .contact .btn:active:focus,
.staff-modal-wrap .contactform button.active:focus,
.staff-modal-wrap .contact button.active:focus,
.staff-modal-wrap .contactform .btn.active:focus,
.staff-modal-wrap .contact .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.staff-modal-wrap .contactform button:hover,
.staff-modal-wrap .contact button:hover,
.staff-modal-wrap .contactform .btn:hover,
.staff-modal-wrap .contact .btn:hover,
.staff-modal-wrap .contactform button:focus,
.staff-modal-wrap .contact button:focus,
.staff-modal-wrap .contactform .btn:focus,
.staff-modal-wrap .contact .btn:focus {
  color: #333333;
  text-decoration: none;
}
.staff-modal-wrap .contactform button:active,
.staff-modal-wrap .contact button:active,
.staff-modal-wrap .contactform .btn:active,
.staff-modal-wrap .contact .btn:active,
.staff-modal-wrap .contactform button.active,
.staff-modal-wrap .contact button.active,
.staff-modal-wrap .contactform .btn.active,
.staff-modal-wrap .contact .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.staff-modal-wrap .contactform button.disabled,
.staff-modal-wrap .contact button.disabled,
.staff-modal-wrap .contactform .btn.disabled,
.staff-modal-wrap .contact .btn.disabled,
.staff-modal-wrap .contactform button[disabled],
.staff-modal-wrap .contact button[disabled],
.staff-modal-wrap .contactform .btn[disabled],
.staff-modal-wrap .contact .btn[disabled],
fieldset[disabled] .staff-modal-wrap .contactform button,
fieldset[disabled] .staff-modal-wrap .contact button,
fieldset[disabled] .staff-modal-wrap .contactform .btn,
fieldset[disabled] .staff-modal-wrap .contact .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.staff-modal-wrap .contactform button:hover,
.staff-modal-wrap .contact button:hover,
.staff-modal-wrap .contactform .btn:hover,
.staff-modal-wrap .contact .btn:hover,
.staff-modal-wrap .contactform button:focus,
.staff-modal-wrap .contact button:focus,
.staff-modal-wrap .contactform .btn:focus,
.staff-modal-wrap .contact .btn:focus {
  background-color: #ffa81f;
  color: #000000;
}
.staff-modal-wrap .contactform button:hover,
.staff-modal-wrap .contact button:hover,
.staff-modal-wrap .contactform .btn:hover,
.staff-modal-wrap .contact .btn:hover,
.staff-modal-wrap .contactform button:focus,
.staff-modal-wrap .contact button:focus,
.staff-modal-wrap .contactform .btn:focus,
.staff-modal-wrap .contact .btn:focus {
  background-color: #ffa81f;
  color: #000000;
}
.staff-modal-wrap .contactform button:hover,
.staff-modal-wrap .contact button:hover,
.staff-modal-wrap .contactform .btn:hover,
.staff-modal-wrap .contact .btn:hover,
.staff-modal-wrap .contactform button:focus,
.staff-modal-wrap .contact button:focus,
.staff-modal-wrap .contactform .btn:focus,
.staff-modal-wrap .contact .btn:focus,
.staff-modal-wrap .contactform button:active,
.staff-modal-wrap .contact button:active,
.staff-modal-wrap .contactform .btn:active,
.staff-modal-wrap .contact .btn:active,
.staff-modal-wrap .contactform button.active,
.staff-modal-wrap .contact button.active,
.staff-modal-wrap .contactform .btn.active,
.staff-modal-wrap .contact .btn.active,
.open > .dropdown-toggle.staff-modal-wrap .contactform button,
.open > .dropdown-toggle.staff-modal-wrap .contact button,
.open > .dropdown-toggle.staff-modal-wrap .contactform .btn,
.open > .dropdown-toggle.staff-modal-wrap .contact .btn {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.staff-modal-wrap .contactform button:active,
.staff-modal-wrap .contact button:active,
.staff-modal-wrap .contactform .btn:active,
.staff-modal-wrap .contact .btn:active,
.staff-modal-wrap .contactform button.active,
.staff-modal-wrap .contact button.active,
.staff-modal-wrap .contactform .btn.active,
.staff-modal-wrap .contact .btn.active,
.open > .dropdown-toggle.staff-modal-wrap .contactform button,
.open > .dropdown-toggle.staff-modal-wrap .contact button,
.open > .dropdown-toggle.staff-modal-wrap .contactform .btn,
.open > .dropdown-toggle.staff-modal-wrap .contact .btn {
  background-image: none;
}
.staff-modal-wrap .contactform button.disabled,
.staff-modal-wrap .contact button.disabled,
.staff-modal-wrap .contactform .btn.disabled,
.staff-modal-wrap .contact .btn.disabled,
.staff-modal-wrap .contactform button[disabled],
.staff-modal-wrap .contact button[disabled],
.staff-modal-wrap .contactform .btn[disabled],
.staff-modal-wrap .contact .btn[disabled],
fieldset[disabled] .staff-modal-wrap .contactform button,
fieldset[disabled] .staff-modal-wrap .contact button,
fieldset[disabled] .staff-modal-wrap .contactform .btn,
fieldset[disabled] .staff-modal-wrap .contact .btn,
.staff-modal-wrap .contactform button.disabled:hover,
.staff-modal-wrap .contact button.disabled:hover,
.staff-modal-wrap .contactform .btn.disabled:hover,
.staff-modal-wrap .contact .btn.disabled:hover,
.staff-modal-wrap .contactform button[disabled]:hover,
.staff-modal-wrap .contact button[disabled]:hover,
.staff-modal-wrap .contactform .btn[disabled]:hover,
.staff-modal-wrap .contact .btn[disabled]:hover,
fieldset[disabled] .staff-modal-wrap .contactform button:hover,
fieldset[disabled] .staff-modal-wrap .contact button:hover,
fieldset[disabled] .staff-modal-wrap .contactform .btn:hover,
fieldset[disabled] .staff-modal-wrap .contact .btn:hover,
.staff-modal-wrap .contactform button.disabled:focus,
.staff-modal-wrap .contact button.disabled:focus,
.staff-modal-wrap .contactform .btn.disabled:focus,
.staff-modal-wrap .contact .btn.disabled:focus,
.staff-modal-wrap .contactform button[disabled]:focus,
.staff-modal-wrap .contact button[disabled]:focus,
.staff-modal-wrap .contactform .btn[disabled]:focus,
.staff-modal-wrap .contact .btn[disabled]:focus,
fieldset[disabled] .staff-modal-wrap .contactform button:focus,
fieldset[disabled] .staff-modal-wrap .contact button:focus,
fieldset[disabled] .staff-modal-wrap .contactform .btn:focus,
fieldset[disabled] .staff-modal-wrap .contact .btn:focus,
.staff-modal-wrap .contactform button.disabled:active,
.staff-modal-wrap .contact button.disabled:active,
.staff-modal-wrap .contactform .btn.disabled:active,
.staff-modal-wrap .contact .btn.disabled:active,
.staff-modal-wrap .contactform button[disabled]:active,
.staff-modal-wrap .contact button[disabled]:active,
.staff-modal-wrap .contactform .btn[disabled]:active,
.staff-modal-wrap .contact .btn[disabled]:active,
fieldset[disabled] .staff-modal-wrap .contactform button:active,
fieldset[disabled] .staff-modal-wrap .contact button:active,
fieldset[disabled] .staff-modal-wrap .contactform .btn:active,
fieldset[disabled] .staff-modal-wrap .contact .btn:active,
.staff-modal-wrap .contactform button.disabled.active,
.staff-modal-wrap .contact button.disabled.active,
.staff-modal-wrap .contactform .btn.disabled.active,
.staff-modal-wrap .contact .btn.disabled.active,
.staff-modal-wrap .contactform button[disabled].active,
.staff-modal-wrap .contact button[disabled].active,
.staff-modal-wrap .contactform .btn[disabled].active,
.staff-modal-wrap .contact .btn[disabled].active,
fieldset[disabled] .staff-modal-wrap .contactform button.active,
fieldset[disabled] .staff-modal-wrap .contact button.active,
fieldset[disabled] .staff-modal-wrap .contactform .btn.active,
fieldset[disabled] .staff-modal-wrap .contact .btn.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.staff-modal-wrap .contactform button .badge,
.staff-modal-wrap .contact button .badge,
.staff-modal-wrap .contactform .btn .badge,
.staff-modal-wrap .contact .btn .badge {
  color: #ffffff;
  background-color: #333333;
}
.staff-modal-wrap .contactform .submitButton button,
.staff-modal-wrap .contact .submitButton button,
.staff-modal-wrap .contactform .contact-button,
.staff-modal-wrap .contact .contact-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  width: auto;
  color: #ffffff;
  background-color: #ff9c00;
  border-color: #e68c00;
}
.staff-modal-wrap .contactform .submitButton button:focus,
.staff-modal-wrap .contact .submitButton button:focus,
.staff-modal-wrap .contactform .contact-button:focus,
.staff-modal-wrap .contact .contact-button:focus,
.staff-modal-wrap .contactform .submitButton button:active:focus,
.staff-modal-wrap .contact .submitButton button:active:focus,
.staff-modal-wrap .contactform .contact-button:active:focus,
.staff-modal-wrap .contact .contact-button:active:focus,
.staff-modal-wrap .contactform .submitButton button.active:focus,
.staff-modal-wrap .contact .submitButton button.active:focus,
.staff-modal-wrap .contactform .contact-button.active:focus,
.staff-modal-wrap .contact .contact-button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.staff-modal-wrap .contactform .submitButton button:hover,
.staff-modal-wrap .contact .submitButton button:hover,
.staff-modal-wrap .contactform .contact-button:hover,
.staff-modal-wrap .contact .contact-button:hover,
.staff-modal-wrap .contactform .submitButton button:focus,
.staff-modal-wrap .contact .submitButton button:focus,
.staff-modal-wrap .contactform .contact-button:focus,
.staff-modal-wrap .contact .contact-button:focus {
  color: #333333;
  text-decoration: none;
}
.staff-modal-wrap .contactform .submitButton button:active,
.staff-modal-wrap .contact .submitButton button:active,
.staff-modal-wrap .contactform .contact-button:active,
.staff-modal-wrap .contact .contact-button:active,
.staff-modal-wrap .contactform .submitButton button.active,
.staff-modal-wrap .contact .submitButton button.active,
.staff-modal-wrap .contactform .contact-button.active,
.staff-modal-wrap .contact .contact-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.staff-modal-wrap .contactform .submitButton button.disabled,
.staff-modal-wrap .contact .submitButton button.disabled,
.staff-modal-wrap .contactform .contact-button.disabled,
.staff-modal-wrap .contact .contact-button.disabled,
.staff-modal-wrap .contactform .submitButton button[disabled],
.staff-modal-wrap .contact .submitButton button[disabled],
.staff-modal-wrap .contactform .contact-button[disabled],
.staff-modal-wrap .contact .contact-button[disabled],
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button,
fieldset[disabled] .staff-modal-wrap .contact .contact-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.staff-modal-wrap .contactform .submitButton button:hover,
.staff-modal-wrap .contact .submitButton button:hover,
.staff-modal-wrap .contactform .contact-button:hover,
.staff-modal-wrap .contact .contact-button:hover,
.staff-modal-wrap .contactform .submitButton button:focus,
.staff-modal-wrap .contact .submitButton button:focus,
.staff-modal-wrap .contactform .contact-button:focus,
.staff-modal-wrap .contact .contact-button:focus {
  background-color: #ffa81f;
  color: #000000;
}
.staff-modal-wrap .contactform .submitButton button:hover,
.staff-modal-wrap .contact .submitButton button:hover,
.staff-modal-wrap .contactform .contact-button:hover,
.staff-modal-wrap .contact .contact-button:hover,
.staff-modal-wrap .contactform .submitButton button:focus,
.staff-modal-wrap .contact .submitButton button:focus,
.staff-modal-wrap .contactform .contact-button:focus,
.staff-modal-wrap .contact .contact-button:focus {
  background-color: #ffa81f;
  color: #000000;
}
.staff-modal-wrap .contactform .submitButton button:hover,
.staff-modal-wrap .contact .submitButton button:hover,
.staff-modal-wrap .contactform .contact-button:hover,
.staff-modal-wrap .contact .contact-button:hover,
.staff-modal-wrap .contactform .submitButton button:focus,
.staff-modal-wrap .contact .submitButton button:focus,
.staff-modal-wrap .contactform .contact-button:focus,
.staff-modal-wrap .contact .contact-button:focus,
.staff-modal-wrap .contactform .submitButton button:active,
.staff-modal-wrap .contact .submitButton button:active,
.staff-modal-wrap .contactform .contact-button:active,
.staff-modal-wrap .contact .contact-button:active,
.staff-modal-wrap .contactform .submitButton button.active,
.staff-modal-wrap .contact .submitButton button.active,
.staff-modal-wrap .contactform .contact-button.active,
.staff-modal-wrap .contact .contact-button.active,
.open > .dropdown-toggle.staff-modal-wrap .contactform .submitButton button,
.open > .dropdown-toggle.staff-modal-wrap .contact .submitButton button,
.open > .dropdown-toggle.staff-modal-wrap .contactform .contact-button,
.open > .dropdown-toggle.staff-modal-wrap .contact .contact-button {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.staff-modal-wrap .contactform .submitButton button:active,
.staff-modal-wrap .contact .submitButton button:active,
.staff-modal-wrap .contactform .contact-button:active,
.staff-modal-wrap .contact .contact-button:active,
.staff-modal-wrap .contactform .submitButton button.active,
.staff-modal-wrap .contact .submitButton button.active,
.staff-modal-wrap .contactform .contact-button.active,
.staff-modal-wrap .contact .contact-button.active,
.open > .dropdown-toggle.staff-modal-wrap .contactform .submitButton button,
.open > .dropdown-toggle.staff-modal-wrap .contact .submitButton button,
.open > .dropdown-toggle.staff-modal-wrap .contactform .contact-button,
.open > .dropdown-toggle.staff-modal-wrap .contact .contact-button {
  background-image: none;
}
.staff-modal-wrap .contactform .submitButton button.disabled,
.staff-modal-wrap .contact .submitButton button.disabled,
.staff-modal-wrap .contactform .contact-button.disabled,
.staff-modal-wrap .contact .contact-button.disabled,
.staff-modal-wrap .contactform .submitButton button[disabled],
.staff-modal-wrap .contact .submitButton button[disabled],
.staff-modal-wrap .contactform .contact-button[disabled],
.staff-modal-wrap .contact .contact-button[disabled],
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button,
fieldset[disabled] .staff-modal-wrap .contact .contact-button,
.staff-modal-wrap .contactform .submitButton button.disabled:hover,
.staff-modal-wrap .contact .submitButton button.disabled:hover,
.staff-modal-wrap .contactform .contact-button.disabled:hover,
.staff-modal-wrap .contact .contact-button.disabled:hover,
.staff-modal-wrap .contactform .submitButton button[disabled]:hover,
.staff-modal-wrap .contact .submitButton button[disabled]:hover,
.staff-modal-wrap .contactform .contact-button[disabled]:hover,
.staff-modal-wrap .contact .contact-button[disabled]:hover,
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button:hover,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button:hover,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button:hover,
fieldset[disabled] .staff-modal-wrap .contact .contact-button:hover,
.staff-modal-wrap .contactform .submitButton button.disabled:focus,
.staff-modal-wrap .contact .submitButton button.disabled:focus,
.staff-modal-wrap .contactform .contact-button.disabled:focus,
.staff-modal-wrap .contact .contact-button.disabled:focus,
.staff-modal-wrap .contactform .submitButton button[disabled]:focus,
.staff-modal-wrap .contact .submitButton button[disabled]:focus,
.staff-modal-wrap .contactform .contact-button[disabled]:focus,
.staff-modal-wrap .contact .contact-button[disabled]:focus,
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button:focus,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button:focus,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button:focus,
fieldset[disabled] .staff-modal-wrap .contact .contact-button:focus,
.staff-modal-wrap .contactform .submitButton button.disabled:active,
.staff-modal-wrap .contact .submitButton button.disabled:active,
.staff-modal-wrap .contactform .contact-button.disabled:active,
.staff-modal-wrap .contact .contact-button.disabled:active,
.staff-modal-wrap .contactform .submitButton button[disabled]:active,
.staff-modal-wrap .contact .submitButton button[disabled]:active,
.staff-modal-wrap .contactform .contact-button[disabled]:active,
.staff-modal-wrap .contact .contact-button[disabled]:active,
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button:active,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button:active,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button:active,
fieldset[disabled] .staff-modal-wrap .contact .contact-button:active,
.staff-modal-wrap .contactform .submitButton button.disabled.active,
.staff-modal-wrap .contact .submitButton button.disabled.active,
.staff-modal-wrap .contactform .contact-button.disabled.active,
.staff-modal-wrap .contact .contact-button.disabled.active,
.staff-modal-wrap .contactform .submitButton button[disabled].active,
.staff-modal-wrap .contact .submitButton button[disabled].active,
.staff-modal-wrap .contactform .contact-button[disabled].active,
.staff-modal-wrap .contact .contact-button[disabled].active,
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button.active,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button.active,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button.active,
fieldset[disabled] .staff-modal-wrap .contact .contact-button.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.staff-modal-wrap .contactform .submitButton button .badge,
.staff-modal-wrap .contact .submitButton button .badge,
.staff-modal-wrap .contactform .contact-button .badge,
.staff-modal-wrap .contact .contact-button .badge {
  color: #ffffff;
  background-color: #333333;
}
.staff-modal-wrap .contactform .submitButton button:hover,
.staff-modal-wrap .contact .submitButton button:hover,
.staff-modal-wrap .contactform .contact-button:hover,
.staff-modal-wrap .contact .contact-button:hover,
.staff-modal-wrap .contactform .submitButton button:focus,
.staff-modal-wrap .contact .submitButton button:focus,
.staff-modal-wrap .contactform .contact-button:focus,
.staff-modal-wrap .contact .contact-button:focus,
.staff-modal-wrap .contactform .submitButton button:active,
.staff-modal-wrap .contact .submitButton button:active,
.staff-modal-wrap .contactform .contact-button:active,
.staff-modal-wrap .contact .contact-button:active,
.staff-modal-wrap .contactform .submitButton button.active,
.staff-modal-wrap .contact .submitButton button.active,
.staff-modal-wrap .contactform .contact-button.active,
.staff-modal-wrap .contact .contact-button.active,
.open > .dropdown-toggle.staff-modal-wrap .contactform .submitButton button,
.open > .dropdown-toggle.staff-modal-wrap .contact .submitButton button,
.open > .dropdown-toggle.staff-modal-wrap .contactform .contact-button,
.open > .dropdown-toggle.staff-modal-wrap .contact .contact-button {
  color: #ffffff;
  background-color: #cc7d00;
  border-color: #a86700;
}
.staff-modal-wrap .contactform .submitButton button:active,
.staff-modal-wrap .contact .submitButton button:active,
.staff-modal-wrap .contactform .contact-button:active,
.staff-modal-wrap .contact .contact-button:active,
.staff-modal-wrap .contactform .submitButton button.active,
.staff-modal-wrap .contact .submitButton button.active,
.staff-modal-wrap .contactform .contact-button.active,
.staff-modal-wrap .contact .contact-button.active,
.open > .dropdown-toggle.staff-modal-wrap .contactform .submitButton button,
.open > .dropdown-toggle.staff-modal-wrap .contact .submitButton button,
.open > .dropdown-toggle.staff-modal-wrap .contactform .contact-button,
.open > .dropdown-toggle.staff-modal-wrap .contact .contact-button {
  background-image: none;
}
.staff-modal-wrap .contactform .submitButton button.disabled,
.staff-modal-wrap .contact .submitButton button.disabled,
.staff-modal-wrap .contactform .contact-button.disabled,
.staff-modal-wrap .contact .contact-button.disabled,
.staff-modal-wrap .contactform .submitButton button[disabled],
.staff-modal-wrap .contact .submitButton button[disabled],
.staff-modal-wrap .contactform .contact-button[disabled],
.staff-modal-wrap .contact .contact-button[disabled],
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button,
fieldset[disabled] .staff-modal-wrap .contact .contact-button,
.staff-modal-wrap .contactform .submitButton button.disabled:hover,
.staff-modal-wrap .contact .submitButton button.disabled:hover,
.staff-modal-wrap .contactform .contact-button.disabled:hover,
.staff-modal-wrap .contact .contact-button.disabled:hover,
.staff-modal-wrap .contactform .submitButton button[disabled]:hover,
.staff-modal-wrap .contact .submitButton button[disabled]:hover,
.staff-modal-wrap .contactform .contact-button[disabled]:hover,
.staff-modal-wrap .contact .contact-button[disabled]:hover,
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button:hover,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button:hover,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button:hover,
fieldset[disabled] .staff-modal-wrap .contact .contact-button:hover,
.staff-modal-wrap .contactform .submitButton button.disabled:focus,
.staff-modal-wrap .contact .submitButton button.disabled:focus,
.staff-modal-wrap .contactform .contact-button.disabled:focus,
.staff-modal-wrap .contact .contact-button.disabled:focus,
.staff-modal-wrap .contactform .submitButton button[disabled]:focus,
.staff-modal-wrap .contact .submitButton button[disabled]:focus,
.staff-modal-wrap .contactform .contact-button[disabled]:focus,
.staff-modal-wrap .contact .contact-button[disabled]:focus,
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button:focus,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button:focus,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button:focus,
fieldset[disabled] .staff-modal-wrap .contact .contact-button:focus,
.staff-modal-wrap .contactform .submitButton button.disabled:active,
.staff-modal-wrap .contact .submitButton button.disabled:active,
.staff-modal-wrap .contactform .contact-button.disabled:active,
.staff-modal-wrap .contact .contact-button.disabled:active,
.staff-modal-wrap .contactform .submitButton button[disabled]:active,
.staff-modal-wrap .contact .submitButton button[disabled]:active,
.staff-modal-wrap .contactform .contact-button[disabled]:active,
.staff-modal-wrap .contact .contact-button[disabled]:active,
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button:active,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button:active,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button:active,
fieldset[disabled] .staff-modal-wrap .contact .contact-button:active,
.staff-modal-wrap .contactform .submitButton button.disabled.active,
.staff-modal-wrap .contact .submitButton button.disabled.active,
.staff-modal-wrap .contactform .contact-button.disabled.active,
.staff-modal-wrap .contact .contact-button.disabled.active,
.staff-modal-wrap .contactform .submitButton button[disabled].active,
.staff-modal-wrap .contact .submitButton button[disabled].active,
.staff-modal-wrap .contactform .contact-button[disabled].active,
.staff-modal-wrap .contact .contact-button[disabled].active,
fieldset[disabled] .staff-modal-wrap .contactform .submitButton button.active,
fieldset[disabled] .staff-modal-wrap .contact .submitButton button.active,
fieldset[disabled] .staff-modal-wrap .contactform .contact-button.active,
fieldset[disabled] .staff-modal-wrap .contact .contact-button.active {
  background-color: #ff9c00;
  border-color: #e68c00;
}
.staff-modal-wrap .contactform .submitButton button .badge,
.staff-modal-wrap .contact .submitButton button .badge,
.staff-modal-wrap .contactform .contact-button .badge,
.staff-modal-wrap .contact .contact-button .badge {
  color: #ff9c00;
  background-color: #ffffff;
}
body.storefront {
  /* *-*-*-*--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
											 utils
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
  /* *-*-*-*--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
											 list page
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
  /* *-*-*-*--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
									 product details page
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
  /*
	This is the visible area of you carousel.
	Set a width here to define how much items are visible.
	The width can be either fixed in px or flexible in %.
	Position must be relative!
	*/
  /* *-*-*-*--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
											 cart
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
}
body.storefront .debug {
  border: solid 1px red;
}
body.storefront #content pre {
  clear: both;
  height: 20px;
  border-radius: 15px;
  width: 20px;
  overflow: hidden;
  position: relative;
  border-width: 0px;
}
body.storefront #content pre:before {
  content: '{}';
  background-color: #ccc;
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  color: #111;
}
body.storefront #content pre:hover {
  height: auto;
  border-radius: 3px;
  width: auto;
  border-width: 1px;
}
body.storefront #content pre:hover:before {
  display: none;
}
body.storefront #main.storefront {
  background-color: white;
  color: black;
}
body.storefront .ReturnPolicyContent h2 {
  font-size: 1.2em;
}
body.storefront .no-image {
  display: block;
  background-color: #ccc;
  padding-top: 77%;
  width: 100%;
  height: 0;
  text-align: center;
  position: relative;
}
body.storefront .no-image:after {
  content: '\f03e';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin: -0.5em 0 0 0;
  line-height: 1em;
  top: 50%;
  display: inline-block;
  color: #fff;
  font-size: 4em;
  text-align: center;
}
body.storefront .ecommerce-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
body.storefront .ecommerce-wrapper a {
  color: #212121;
}
body.storefront .ecom-account-menu {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.storefront .ecom-title h1,
body.storefront h1.ecom-title,
body.storefront .ecom-title h2,
body.storefront h2.ecom-title,
body.storefront .ecom-title h3,
body.storefront h3.ecom-title,
body.storefront .ecom-title h4,
body.storefront h4.ecom-title {
  padding: .5em 0;
  margin: 0;
  font-size: 19px;
  text-align: center;
}
body.storefront .ecom-title {
  margin: 0;
  clear: both;
}
body.storefront .ecommerce-error {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
}
body.storefront .more-info-trigger {
  border-radius: 50%;
  cursor: pointer;
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
}
body.storefront .more-info-trigger:before {
  content: '\f05a';
  font-family: 'FontAwesome';
}
body.storefront .sale-banner {
  position: absolute;
  top: -5px;
  left: 15px;
  border-style: solid;
  border-width: 12px;
  border-top-width: 0px;
  border-bottom-color: transparent;
  color: #dd3324;
  width: 0;
  height: 0;
  padding-top: 46px;
  z-index: 3;
}
body.storefront .sale-banner::before {
  content: attr(data-banner-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 20px;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(-48%, 0, 0) rotate(-45deg);
  transform: translate3d(-48%, 0, 0) rotate(-45deg);
}
body.storefront .sale-banner::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  top: 0px;
  right: -18px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-width: 3px;
}
body.storefront .new-product-banner {
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 1.5em;
  z-index: 3;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  color: #081eab;
}
body.storefront .price {
  text-align: left;
  white-space: nowrap;
  font-size: 26px;
  line-height: 26px;
  vertical-align: top;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}
body.storefront .price span.price-value {
  line-height: 26px;
  font-size: 26px;
}
body.storefront .price span.price-value:before {
  font-size: 26px;
}
body.storefront .price span.price-dollar {
  letter-spacing: .05em;
  line-height: 26px;
  font-size: 26px;
}
body.storefront .price span.price-cents {
  letter-spacing: .05em;
  line-height: 15.6px;
}
body.storefront .price span.price-unit {
  letter-spacing: .05em;
  line-height: 26px;
}
body.storefront .price.strike-through span.price-value:after {
  top: -14.3px;
}
body.storefront .price label,
body.storefront .price span {
  display: inline-block;
  color: inherit;
}
body.storefront .price label {
  letter-spacing: 0em;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
body.storefront .price span.price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  body.storefront .price span.price-value {
    font-size: 0.8333em;
  }
}
body.storefront .price span.price-value:before {
  content: '$';
}
body.storefront .price span.price-dollar {
  vertical-align: top;
}
body.storefront .price span.price-cents {
  vertical-align: top;
  font-size: .55em;
}
body.storefront .price span.price-unit {
  font-size: 0.5em;
  line-height: 1em;
  font-weight: 700;
  display: inline-block;
  margin-left: -0.2em;
  vertical-align: baseline;
}
body.storefront .price span.price-unit:before {
  vertical-align: baseline;
  font-weight: 600;
  content: '/';
  font-size: 1.4em;
  position: relative;
  line-height: 1em;
}
body.storefront .price .price-label {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
body.storefront .price.sale-price span.price-value {
  color: #dd3324;
}
body.storefront .price.strike-through {
  padding-right: 1em;
  margin-right: 1em;
}
body.storefront .price.strike-through span.price-value {
  font-size: .75em;
}
body.storefront .price.strike-through span.price-value:after {
  display: block;
  margin-right: .3em;
  border-top: solid 1px currentColor;
  content: '';
  position: relative;
  left: -0.1em;
}
body.storefront .cart-item .ecom-details-quantity-errors {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body.storefront .cart-item .ecom-details-quantity-errors {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  body.storefront .cart-item .ecom-details-quantity-errors {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.storefront .cart-item .ecom-details-quantity-errors {
    left: 16.66666667%;
  }
}
body.storefront .ecom-details-quantity-errors .available-text {
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
}
body.storefront .ecom-quantity-wrapper,
body.storefront .ecom-details-quantity {
  white-space: nowrap;
}
body.storefront .ecom-quantity-wrapper span,
body.storefront .ecom-details-quantity span,
body.storefront .ecom-quantity-wrapper a,
body.storefront .ecom-details-quantity a {
  display: inline-block;
}
body.storefront .ecom-quantity-wrapper .ecom-quantity:hover,
body.storefront .ecom-details-quantity .ecom-quantity:hover {
  background-color: #BBBBBB;
  cursor: pointer;
}
body.storefront .ecom-quantity-wrapper .ecom-quantity.disabled,
body.storefront .ecom-details-quantity .ecom-quantity.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body.storefront .ecom-quantity-wrapper .ecom-fewer,
body.storefront .ecom-details-quantity .ecom-fewer,
body.storefront .ecom-quantity-wrapper .ecom-more,
body.storefront .ecom-details-quantity .ecom-more {
  vertical-align: middle;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 2px;
  text-align: center;
  line-height: 2em;
  font-size: 20px;
  background-color: #CECECE;
}
body.storefront .ecom-quantity-wrapper .ecom-fewer .sr-only,
body.storefront .ecom-details-quantity .ecom-fewer .sr-only,
body.storefront .ecom-quantity-wrapper .ecom-more .sr-only,
body.storefront .ecom-details-quantity .ecom-more .sr-only {
  display: none;
}
@media (max-width: 767px) {
  .cart body.storefront .ecom-quantity-wrapper .ecom-fewer,
  .cart body.storefront .ecom-details-quantity .ecom-fewer,
  .cart body.storefront .ecom-quantity-wrapper .ecom-more,
  .cart body.storefront .ecom-details-quantity .ecom-more {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .cart body.storefront .ecom-quantity-wrapper .ecom-fewer,
  .cart body.storefront .ecom-details-quantity .ecom-fewer,
  .cart body.storefront .ecom-quantity-wrapper .ecom-more,
  .cart body.storefront .ecom-details-quantity .ecom-more {
    font-size: 14px;
  }
}
body.storefront .ecom-quantity-wrapper .ecom-fewer::before,
body.storefront .ecom-details-quantity .ecom-fewer::before,
body.storefront .ecom-quantity-wrapper .ecom-more::before,
body.storefront .ecom-details-quantity .ecom-more::before {
  font-family: 'FontAwesome';
}
body.storefront .ecom-quantity-wrapper .ecom-fewer::before,
body.storefront .ecom-details-quantity .ecom-fewer::before {
  content: '\f068';
}
body.storefront .ecom-quantity-wrapper .ecom-more::before,
body.storefront .ecom-details-quantity .ecom-more::before {
  content: '\f067';
}
body.storefront .ecomDetailsQuantity,
body.storefront #ecomDetailsQuantity {
  text-align: center;
  height: 1.6em;
  line-height: 1em;
  vertical-align: -0.4em;
  min-width: 1.7em;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  body.storefront .ecomDetailsQuantity,
  body.storefront #ecomDetailsQuantity {
    max-width: 2em;
  }
}
body.storefront .ecomDetailsQuantity::before,
body.storefront #ecomDetailsQuantity::before {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0em;
  content: 'Qty.';
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: 0.625em;
  line-height: 1.3em;
}
body.storefront .productlist-container,
body.storefront .mobile-catalogs-container,
body.storefront .catalogs-container,
body.storefront .cart-container,
body.storefront .product-detail-container,
body.storefront .ecom-account-menu ul,
body.storefront .catalogs-mobile-trigger,
body.storefront .productlist-container h1,
body.storefront .mobile-catalogs-container h1,
body.storefront .catalogs-container h1,
body.storefront .cart-container h1,
body.storefront .product-detail-container h1,
body.storefront .ecom-account-menu ul h1,
body.storefront .catalogs-mobile-trigger h1,
body.storefront .productlist-container h2,
body.storefront .mobile-catalogs-container h2,
body.storefront .catalogs-container h2,
body.storefront .cart-container h2,
body.storefront .product-detail-container h2,
body.storefront .ecom-account-menu ul h2,
body.storefront .catalogs-mobile-trigger h2,
body.storefront .productlist-container h3,
body.storefront .mobile-catalogs-container h3,
body.storefront .catalogs-container h3,
body.storefront .cart-container h3,
body.storefront .product-detail-container h3,
body.storefront .ecom-account-menu ul h3,
body.storefront .catalogs-mobile-trigger h3,
body.storefront .productlist-container h4,
body.storefront .mobile-catalogs-container h4,
body.storefront .catalogs-container h4,
body.storefront .cart-container h4,
body.storefront .product-detail-container h4,
body.storefront .ecom-account-menu ul h4,
body.storefront .catalogs-mobile-trigger h4,
body.storefront .productlist-container h5,
body.storefront .mobile-catalogs-container h5,
body.storefront .catalogs-container h5,
body.storefront .cart-container h5,
body.storefront .product-detail-container h5,
body.storefront .ecom-account-menu ul h5,
body.storefront .catalogs-mobile-trigger h5 {
  font-family: 'Open Sans', sans-serif;
}
body.storefront .ecom-account-menu {
  width: 100%;
  float: left;
  clear: both;
}
body.storefront .ecom-account-menu h1,
body.storefront .ecom-account-menu h2 {
  float: left;
}
body.storefront .ecom-account-menu ul {
  padding: 0;
  margin: 0;
  float: right;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 767px) {
  body.storefront .ecom-account-menu ul {
    width: 100%;
  }
}
body.storefront .ecom-account-menu li {
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 767px) {
  body.storefront .ecom-account-menu li {
    float: left;
    margin-left: 0;
  }
}
body.storefront .ecom-account-menu li a {
  text-decoration: underline;
}
body.storefront .ecom-account-menu .ecom-menu-cart {
  position: relative;
  font-size: 20px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body.storefront .ecom-account-menu .ecom-menu-cart {
    float: right;
  }
}
body.storefront .ecom-account-menu .ecom-menu-cart a {
  text-decoration: none;
}
body.storefront .ecom-account-menu .ecom-cart-quantity {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  padding: 3px;
  line-height: 14px;
  display: block;
  position: absolute;
  font-weight: bold;
  box-sizing: border-box;
  top: -0.6em;
  left: 1.0em;
  background-color: #dd3324;
  color: white;
}
body.storefront .cart-footer,
body.storefront .checkout-response-footer {
  clear: both;
}
@media (max-width: 767px) {
  body.storefront .cart-footer,
  body.storefront .checkout-response-footer {
    margin: 0;
    padding: 0;
  }
}
body.storefront .cart-footer .cart-footer-row .cart-footer-content,
body.storefront .checkout-response-footer .cart-footer-row .cart-footer-content,
body.storefront .cart-footer .checkout-response-footer-row .cart-footer-content,
body.storefront .checkout-response-footer .checkout-response-footer-row .cart-footer-content,
body.storefront .cart-footer .cart-footer-row .checkout-response-footer-content,
body.storefront .checkout-response-footer .cart-footer-row .checkout-response-footer-content,
body.storefront .cart-footer .checkout-response-footer-row .checkout-response-footer-content,
body.storefront .checkout-response-footer .checkout-response-footer-row .checkout-response-footer-content {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin: 5px 0;
}
body.storefront .cart-footer .cart-footer-row .cart-footer-content a,
body.storefront .checkout-response-footer .cart-footer-row .cart-footer-content a,
body.storefront .cart-footer .checkout-response-footer-row .cart-footer-content a,
body.storefront .checkout-response-footer .checkout-response-footer-row .cart-footer-content a,
body.storefront .cart-footer .cart-footer-row .checkout-response-footer-content a,
body.storefront .checkout-response-footer .cart-footer-row .checkout-response-footer-content a,
body.storefront .cart-footer .checkout-response-footer-row .checkout-response-footer-content a,
body.storefront .checkout-response-footer .checkout-response-footer-row .checkout-response-footer-content a {
  text-decoration: underline;
}
body.storefront .cart-footer .cart-footer-row .info,
body.storefront .checkout-response-footer .cart-footer-row .info,
body.storefront .cart-footer .checkout-response-footer-row .info,
body.storefront .checkout-response-footer .checkout-response-footer-row .info {
  font-size: 11px;
}
body.storefront .productlist-wrapper {
  z-index: 1;
}
body.storefront .products-list:after {
  content: '';
  display: table;
  clear: both;
}
body.storefront .Paging {
  height: 40px;
  line-height: 40px;
  margin: 15px 0;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: relative;
}
body.storefront .Paging .status {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: -1px;
}
body.storefront .Paging .prevpage,
body.storefront .Paging .nextpage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 14px;
  height: 40px;
  width: 50px;
  line-height: 40px;
  display: block;
  padding: 0;
  top: -1px;
  text-indent: -999px;
  overflow: hidden;
}
body.storefront .Paging .prevpage:after,
body.storefront .Paging .nextpage:after {
  content: '\f057';
  font-family: 'FontAwesome';
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
}
body.storefront .Paging span.prevpage:after,
body.storefront .Paging span.nextpage:after {
  display: none;
}
body.storefront .Paging .prevpage {
  left: -1px;
  right: auto;
  margin: 0;
}
body.storefront .Paging .prevpage:after {
  content: '\f053';
}
body.storefront .Paging .nextpage {
  right: -1px;
  left: auto;
  margin: 0;
}
body.storefront .Paging .nextpage:after {
  content: '\f054';
}
body.storefront .products-list {
  clear: right;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
body.storefront .products-list pre {
  clear: both;
}
body.storefront .ecommerce-product {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  vertical-align: top;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
}
body.storefront .ecommerce-product:nth-child(2n +1) {
  clear: left;
}
@media (max-width: 991px) {
  body.storefront .ecommerce-product {
    width: 100%;
    clear: left;
  }
}
body.storefront .ecommerce-product > div {
  position: static;
  padding: 22.5px 0;
}
body.storefront .ecommerce-product:not( :nth-child( -n + 2))::before {
  content: ' ';
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #cccccc;
  display: block;
}
@media (max-width: 991px) {
  body.storefront .ecommerce-product:not( :nth-child( -n + 1))::before {
    content: ' ';
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    display: block;
  }
}
body.storefront .ecommerce-product .prod-info {
  padding-bottom: 40px;
}
body.storefront .ecommerce-product .more-info-trigger {
  position: absolute;
  right: 22.5px;
  bottom: 22.5px;
}
body.storefront .ecommerce-product .prod-price {
  height: 40px;
  position: absolute;
  bottom: 22.5px;
}
body.storefront .ecommerce-product .new-product-banner {
  top: 15px;
  left: 15px;
  margin-left: -2px;
  position: absolute;
}
body.storefront .ecommerce-product .sale-banner + .new-product-banner {
  top: 60%;
}
body.storefront .prod-image {
  text-align: center;
  float: left;
  width: 100px;
  position: relative;
  background-size: cover;
  background-position: 50%;
}
body.storefront .prod-image img {
  max-width: 100%;
}
body.storefront .prod-image .product-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
body.storefront .prod-image a:hover img {
  opacity: 0.8;
}
body.storefront .prod-info {
  overflow: hidden;
  padding-left: 15px;
  text-align: left;
}
body.storefront .prod-info h3 {
  line-height: 1.35em;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}
body.storefront .prod-info h3 a:hover {
  color: #737373;
  text-decoration: underline;
}
body.storefront .prod-price {
  vertical-align: top;
}
body.storefront .prod-price:before,
body.storefront .prod-price:after {
  content: " ";
  display: table;
}
body.storefront .prod-price:after {
  clear: both;
}
body.storefront .prod-price:before,
body.storefront .prod-price:after {
  content: " ";
  display: table;
}
body.storefront .prod-price:after {
  clear: both;
}
body.storefront .prod-price .price {
  font-size: 24px;
  line-height: 24px;
}
body.storefront .prod-price .price span.price-value {
  line-height: 24px;
  font-size: 24px;
}
body.storefront .prod-price .price span.price-value:before {
  font-size: 24px;
}
body.storefront .prod-price .price span.price-dollar {
  letter-spacing: .05em;
  line-height: 24px;
  font-size: 24px;
}
body.storefront .prod-price .price span.price-cents {
  letter-spacing: .05em;
  line-height: 14.4px;
}
body.storefront .prod-price .price span.price-unit {
  letter-spacing: .05em;
  line-height: 24px;
}
body.storefront .prod-price .price.strike-through span.price-value:after {
  top: -13.2px;
}
body.storefront .prod-price .price.strike-through {
  font-size: 18px;
  line-height: 18px;
}
body.storefront .prod-price .price.strike-through span.price-value {
  line-height: 18px;
  font-size: 18px;
}
body.storefront .prod-price .price.strike-through span.price-value:before {
  font-size: 18px;
}
body.storefront .prod-price .price.strike-through span.price-dollar {
  letter-spacing: .05em;
  line-height: 18px;
  font-size: 18px;
}
body.storefront .prod-price .price.strike-through span.price-cents {
  letter-spacing: .05em;
  line-height: 10.8px;
}
body.storefront .prod-price .price.strike-through span.price-unit {
  letter-spacing: .05em;
  line-height: 18px;
}
body.storefront .prod-price .price.strike-through.strike-through span.price-value:after {
  top: -9.9px;
}
body.storefront .more-info-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: 15px;
  right: 15px;
  z-index: 9;
  display: none;
}
body.storefront .more-info-panel > div {
  max-height: 100%;
  height: 100%;
  padding: 10px 15px;
}
body.storefront .more-info-panel .short-description {
  line-height: 1.3em;
  font-size: 12px;
  max-height: 5.2em;
  vertical-align: center;
  height: 5.2em;
  overflow: hidden;
}
body.storefront .more-info-panel .short-description::before {
  content: ' ';
  float: left;
  width: 5px;
  height: 5.2em;
}
body.storefront .more-info-panel .short-description > * {
  float: right;
  width: 100%;
  margin-left: -5px;
  line-height: 1.3em;
}
body.storefront .more-info-panel .short-description::after {
  content: '...';
  pointer-events: none;
  letter-spacing: 0.25em;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -1.3em;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  line-height: 1.3em;
  text-align: right;
  transform: translateX(-5px);
}
body.storefront .more-info-panel .short-description:after {
  margin-top: -2px;
}
body.storefront .more-info-panel .details-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 35px 10px 15px;
}
body.storefront .more-info-panel .details-actions .details-link {
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
  border-radius: 2px;
  text-align: center;
  width: 92%;
  font-weight: 600;
  display: inline-block;
}
body.storefront .more-info-panel .details-actions .details-link:focus,
body.storefront .more-info-panel .details-actions .details-link:active:focus,
body.storefront .more-info-panel .details-actions .details-link.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.storefront .more-info-panel .details-actions .details-link:hover,
body.storefront .more-info-panel .details-actions .details-link:focus {
  color: #333333;
  text-decoration: none;
}
body.storefront .more-info-panel .details-actions .details-link:active,
body.storefront .more-info-panel .details-actions .details-link.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.storefront .more-info-panel .details-actions .details-link.disabled,
body.storefront .more-info-panel .details-actions .details-link[disabled],
fieldset[disabled] body.storefront .more-info-panel .details-actions .details-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.storefront .more-info-panel .details-actions .details-link:hover,
body.storefront .more-info-panel .details-actions .details-link:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.storefront .more-info-panel .details-actions .details-link:hover,
body.storefront .more-info-panel .details-actions .details-link:focus {
  background-color: #ffa81f;
  color: #000000;
}
body.storefront .more-info-panel .details-actions .close-info {
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 8%;
  text-align: right;
  position: absolute;
  right: 22.5px;
  bottom: 22.5px;
}
body.storefront .more-info-panel .details-actions .close-info:before {
  background-color: transparent;
  content: '\f057';
  font-family: 'FontAwesome';
}
body.storefront .product-detail-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
body.storefront .product-navigation {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
body.storefront .product-category-breadcrumb {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  body.storefront .product-category-breadcrumb {
    float: left;
    width: 75%;
  }
}
body.storefront .product-detail-search {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
  margin-bottom: 27px;
  margin-top: -10px;
}
@media (min-width: 768px) {
  body.storefront .product-detail-search {
    float: left;
    width: 25%;
  }
}
body.storefront .product-detail-search form.product-search-form {
  width: auto;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  body.storefront .ecom-details-top {
    text-align: right;
    vertical-align: top;
  }
}
body.storefront .ecom-details-top .price {
  font-size: 26px;
  line-height: 26px;
}
body.storefront .ecom-details-top .price span.price-value {
  line-height: 26px;
  font-size: 26px;
}
body.storefront .ecom-details-top .price span.price-value:before {
  font-size: 26px;
}
body.storefront .ecom-details-top .price span.price-dollar {
  letter-spacing: .05em;
  line-height: 26px;
  font-size: 26px;
}
body.storefront .ecom-details-top .price span.price-cents {
  letter-spacing: .05em;
  line-height: 15.6px;
}
body.storefront .ecom-details-top .price span.price-unit {
  letter-spacing: .05em;
  line-height: 26px;
}
body.storefront .ecom-details-top .price.strike-through span.price-value:after {
  top: -14.3px;
}
body.storefront .ecom-details-top .price.strike-through {
  font-size: 21px;
  line-height: 21px;
}
body.storefront .ecom-details-top .price.strike-through span.price-value {
  line-height: 21px;
  font-size: 21px;
}
body.storefront .ecom-details-top .price.strike-through span.price-value:before {
  font-size: 21px;
}
body.storefront .ecom-details-top .price.strike-through span.price-dollar {
  letter-spacing: .05em;
  line-height: 21px;
  font-size: 21px;
}
body.storefront .ecom-details-top .price.strike-through span.price-cents {
  letter-spacing: .05em;
  line-height: 12.6px;
}
body.storefront .ecom-details-top .price.strike-through span.price-unit {
  letter-spacing: .05em;
  line-height: 21px;
}
body.storefront .ecom-details-top .price.strike-through.strike-through span.price-value:after {
  top: -11.55px;
}
body.storefront .ecom-details-top .new-product-banner {
  left: 0px;
  top: -10px;
  position: relative;
}
@media (min-width: 992px) {
  body.storefront .ecom-details-header,
  body.storefront .ecom-details-gallery,
  body.storefront .ecom-details-info,
  body.storefront .ecom-details-save {
    text-align: left;
  }
}
body.storefront .ecom-details-gallery,
body.storefront .ecom-details-social {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  body.storefront .ecom-details-gallery,
  body.storefront .ecom-details-social {
    float: left;
    width: 41.66666667%;
  }
}
body.storefront .ecom-details-gallery {
  position: relative;
}
body.storefront .ecom-details-gallery:before,
body.storefront .ecom-details-gallery:after {
  content: " ";
  display: table;
}
body.storefront .ecom-details-gallery:after {
  clear: both;
}
body.storefront .ecom-details-gallery:before,
body.storefront .ecom-details-gallery:after {
  content: " ";
  display: table;
}
body.storefront .ecom-details-gallery:after {
  clear: both;
}
body.storefront .ecom-details-gallery img {
  max-width: 100%;
}
body.storefront .ecom-details-gallery .image-zoom,
body.storefront .ecom-details-gallery .item a.image-zoom {
  position: absolute;
  overflow: hidden;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 4px;
  bottom: 15px;
  right: 15px;
  text-indent: -999px;
}
body.storefront .ecom-details-gallery .image-zoom:after,
body.storefront .ecom-details-gallery .item a.image-zoom:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-indent: 0px;
  content: "\F00E";
  font-family: 'FontAwesome';
}
body.storefront .product-image-zoomed {
  max-width: 100%;
}
@media (min-width: 992px) {
  body.storefront .ecom-details-slideshow,
  body.storefront .ecom-details-thumbs {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  body.storefront .ecom-details-slideshow {
    float: right;
    width: 80%;
  }
}
body.storefront .ecom-details-thumbs {
  padding-top: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  body.storefront .ecom-details-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 16%;
  }
}
body.storefront .ecom-details-thumbs .tray-img {
  opacity: 1;
  border: solid 2px #fff;
  display: inline-block;
  width: 20%;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.2s ease-in-out;
}
body.storefront .ecom-details-thumbs .tray-img + .tray-img {
  margin: 0 0 0 5px;
}
body.storefront .ecom-details-thumbs .tray-img:hover {
  opacity: 0.9;
}
body.storefront .ecom-details-thumbs .tray-img.active {
  border: solid 2px rgba(0, 0, 0, 0.12);
  opacity: 0.5;
}
@media (min-width: 992px) {
  body.storefront .ecom-details-thumbs {
    padding-top: 0;
  }
  body.storefront .ecom-details-thumbs .tray-img {
    width: auto;
  }
  body.storefront .ecom-details-thumbs .tray-img + .tray-img {
    display: block;
    margin: 8px 0 0;
  }
}
body.storefront .ProductTitle {
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: .2em;
}
body.storefront .ecom-product-number {
  font-size: .9em;
}
body.storefront .ecom-product-number:before {
  content: 'Item #';
}
body.storefront .ecom-details-heading {
  margin-top: .7em;
  margin-bottom: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  body.storefront .ecom-details-heading {
    display: inline-block;
    line-height: 1em;
  }
}
body.storefront .ecom-details-info,
body.storefront .ecom-details-save {
  margin-top: 15px;
}
@media (min-width: 992px) {
  body.storefront .ecom-details-info,
  body.storefront .ecom-details-save {
    float: right;
  }
}
body.storefront .Product .none {
  opacity: .5;
  color: red;
}
body.storefront .Product .cartsection {
  padding-left: 10px;
}
body.storefront .Product .ProductAttributes {
  margin-top: 15px;
}
body.storefront .Product .ProductAttributes h3 {
  margin: 0;
  clear: left;
  font-size: 17px;
}
body.storefront .Product .ProductAttributes li.disabled,
body.storefront .Product .ProductAttributes li.disabled:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
  opacity: .3;
  cursor: normal;
}
body.storefront .Product .ProductAttributes li:hover,
body.storefront .Product .ProductAttributes li:hover.active {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #e6e6e6;
}
body.storefront .Product .ProductAttributes li.active,
body.storefront .Product .ProductAttributes li.ACTIVEPRODUCT {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
body.storefront .Product .ProductAttributes li.active,
body.storefront .Product .ProductAttributes li.ACTIVEPRODUCT {
  opacity: 1;
}
body.storefront .Product .ProductAttributes .validation-error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.storefront .Product .ProductAttributes .validation-error h4 {
  margin-top: 0;
  color: inherit;
}
body.storefront .Product .ProductAttributes .validation-error .alert-link {
  font-weight: bold;
}
body.storefront .Product .ProductAttributes .validation-error > p,
body.storefront .Product .ProductAttributes .validation-error > ul {
  margin-bottom: 0;
}
body.storefront .Product .ProductAttributes .validation-error > p + p {
  margin-top: 5px;
}
body.storefront .Product .ProductAttributes .ecom-details-buttons .product-attribute-list {
  padding: 0;
  margin: 0;
}
body.storefront .Product .ProductAttributes .product-attribute-list {
  width: 100%;
  float: left;
  clear: left;
  margin-top: 6px;
  margin-bottom: 15px;
}
body.storefront .Product .ProductAttributes .product-attribute-list li {
  border-style: solid;
  border-width: 3px;
  display: inline-block;
  margin: 0 8px 8px 0;
  line-height: 2em;
  font-size: 12px;
  padding: 0 1em;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}
body.storefront .ecom-details-buttons {
  overflow: hidden;
}
body.storefront .ecom-details-buttons:before,
body.storefront .ecom-details-buttons:after {
  content: " ";
  display: table;
}
body.storefront .ecom-details-buttons:after {
  clear: both;
}
body.storefront .ecom-details-buttons:before,
body.storefront .ecom-details-buttons:after {
  content: " ";
  display: table;
}
body.storefront .ecom-details-buttons:after {
  clear: both;
}
body.storefront .ecom-details-buttons + body.storefront .ecom-details-buttons {
  margin-top: 15px;
}
body.storefront .ecom-details-buttons h4 {
  margin: 0 0 .3em 0;
}
body.storefront .ecom-details-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.storefront .ecom-details-buttons li {
  float: left;
  padding-top: 8px;
  padding-left: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.storefront .ecom-details-buttons [type='radio'] {
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  visibility: hidden;
}
body.storefront .ecom-details-buttons [type='radio']:checked + label {
  opacity: 0.5;
}
body.storefront .ecom-details-buttons label {
  cursor: pointer;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 26px;
  border: 2px solid currentColor;
  border-radius: 2px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.storefront .ecom-details-buttons,
body.storefront .ecom-details-save {
  margin: 15px 0;
}
body.storefront .ecom-details-cart-options {
  vertical-align: top;
}
body.storefront .ecom-details-cart-options > div,
body.storefront .ecom-details-cart-options > a {
  display: inline-block;
}
@media (min-width: 768px) {
  body.storefront .ecom-details-save .ecom-details-cart-options,
  body.storefront .ecom-details-save .ecom-details-wishlist {
    display: inline-block;
    vertical-align: middle;
  }
}
body.storefront .ecom-add-to-cart,
body.storefront .btn.ecom-add-to-cart {
  vertical-align: top;
  margin-left: 8px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  body.storefront .ecom-add-to-cart,
  body.storefront .btn.ecom-add-to-cart {
    padding: 0 20px;
    margin-left: 15px;
  }
}
body.storefront .ecom-details-social {
  clear: left;
  text-align: left;
  margin: 15px 0;
}
body.storefront .ecom-details-social .addthis_toolbox {
  display: inline-block;
}
@media (min-width: 768px) {
  .product-has-gallery body.storefront .ecom-details-social {
    margin-left: 8.33333333%;
  }
}
body.storefront .ecom-extras {
  clear: both;
  margin: 15px 0;
  float: left;
  width: 100%;
}
body.storefront .ecom-extra {
  margin: 0;
  background: none;
  border-radius: 0;
  margin-top: 15px;
  box-shadow: none;
}
body.storefront .ecom-extra + body.storefront .ecom-extra {
  margin-top: 15px;
}
body.storefront .ecom-extra .collapse-body {
  padding: 15px 30px;
  border-left: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
  border-bottom: solid 1px #DDDDDD;
}
body.storefront .ecom-extra .ProductList.collapse-body {
  position: relative;
  padding: 0;
  margin: 15px 30px 30px 30px;
}
body.storefront .ecom-extra .product-excerpt-list {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
  margin-left: -10px;
  margin-right: -10px;
}
body.storefront .ecom-extra .product-excerpt-list li {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  width: 219.5px;
  margin: 0;
  text-align: center;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-thumbnail {
  display: block;
  margin: 0 auto 7.5px auto;
  text-align: center;
  width: 90%;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-thumbnail a.has-image {
  display: block;
  padding: 0 10px;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-thumbnail a.has-image span {
  padding: 0;
  height: 0;
  display: block;
  padding-top: 70%;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-thumbnail a.has-image span img {
  display: none;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-image {
  max-width: 100%;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-title {
  font-size: 17px;
  padding: 0 10px;
  margin: 0 0 3px 0;
  line-height: 1.05em;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-title a {
  color: inherit;
}
body.storefront .ecom-extra .product-excerpt-list li:hover .product-excerpt-title a,
body.storefront .ecom-extra .product-excerpt-list li:hover .price-dollar,
body.storefront .ecom-extra .product-excerpt-list li:hover .price-cents {
  text-decoration: underline;
}
body.storefront .ecom-extra .product-excerpt-list li .price-label {
  display: none;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-price {
  font-size: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-price span.price-value {
  line-height: 16px;
  font-size: 16px;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-price span.price-value:before {
  font-size: 16px;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-price span.price-dollar {
  letter-spacing: .05em;
  line-height: 16px;
  font-size: 16px;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-price span.price-cents {
  letter-spacing: .05em;
  line-height: 9.6px;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-price span.price-unit {
  letter-spacing: .05em;
  line-height: 16px;
}
body.storefront .ecom-extra .product-excerpt-list li .product-excerpt-price.strike-through span.price-value:after {
  top: -8.8px;
}
body.storefront .ecom-extra .ProductList.carousel-active {
  padding: 0 37px;
}
body.storefront .ecom-extra .ProductList.carousel-active .product-excerpt-list {
  margin-left: 0;
  margin-right: 0;
}
body.storefront .ecom-extra .ProductList.carousel-active .product-excerpt-list li {
  width: 201px;
}
body.storefront .carousel-active .jcarousel-control-next,
body.storefront .carousel-active .jcarousel-control-prev {
  position: absolute;
  height: 100%;
  line-height: 100%;
  width: 37px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
}
body.storefront .carousel-active .jcarousel-control-next:hover,
body.storefront .carousel-active .jcarousel-control-prev:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
body.storefront .carousel-active .jcarousel-control-next:before,
body.storefront .carousel-active .jcarousel-control-prev:before {
  position: absolute;
  text-indent: 0px;
  font-family: 'FontAwesome';
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  display: block;
  height: 1em;
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
  margin-top: -0.5em;
}
body.storefront .carousel-active .jcarousel-control-next.inactive:before,
body.storefront .carousel-active .jcarousel-control-prev.inactive:before {
  display: none;
}
body.storefront .carousel-active .jcarousel-control-prev {
  left: 0;
}
body.storefront .carousel-active .jcarousel-control-prev:before {
  content: '\f104';
}
body.storefront .carousel-active .jcarousel-control-next {
  right: 0;
}
body.storefront .carousel-active .jcarousel-control-next:before {
  content: '\f105';
}
body.storefront .carousel-active .carousel-wrapper {
  position: relative;
  overflow: hidden;
  display: block !important;
}
body.storefront .carousel-active .carousel-wrapper ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
body.storefront .carousel-active .carousel-wrapper ul li {
  display: inline-block;
}
body.storefront .ecom-extra-heading .collapse-title {
  font-weight: 400;
}
body.storefront .ecom-extra-heading a {
  display: block;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1em;
  border: solid 1px #DDDDDD;
}
body.storefront .ecom-extra-heading a::after {
  font-size: inherit;
  font-family: 'FontAwesome';
  content: '\f077';
  float: right;
  font-size: 12px;
  width: 37px;
  text-align: center;
}
body.storefront .ecom-extra-heading a.collapsed::after {
  content: '\f078';
}
body.storefront .RecentlyViewedProducts {
  display: none;
}
body.storefront .RecentlyViewedProducts .ClearRecentlyViewedProducts {
  display: none;
}
body.storefront .RecentlyViewedProducts.has-items {
  display: block;
}
body.storefront .ecom-details-heading,
body.storefront .ecom-details-info,
body.storefront .ecom-details-save,
body.storefront .ecom-manage-cart {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
  padding-right: 0;
}
@media (min-width: 768px) {
  body.storefront .ecom-details-heading,
  body.storefront .ecom-details-info,
  body.storefront .ecom-details-save,
  body.storefront .ecom-manage-cart {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 767px) {
  body.storefront .ecom-details-heading,
  body.storefront .ecom-details-info,
  body.storefront .ecom-details-save,
  body.storefront .ecom-manage-cart {
    padding: 0;
  }
}
body.storefront .StoreFooter {
  clear: both;
}
body.storefront .ecom-manage-cart {
  margin: 10px 0;
}
body.storefront .ecom-manage-cart .btn {
  float: left;
}
body.storefront .empty-cart.content {
  padding: 30px;
}
body.storefront .cart .cart-items {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body.storefront .cart .cart-items > .navbar-header,
body.storefront .cart .cart-items > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-items > .navbar-header,
  body.storefront .cart .cart-items > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.storefront .cart .cart-item {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 25px 0;
}
body.storefront .cart .cart-item .prod-image {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .prod-image {
    float: left;
    width: 16.66666667%;
  }
}
body.storefront .cart .cart-item .cart-item-details {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .cart-item-details {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  body.storefront .cart .cart-item .cart-item-details h3 {
    margin: 0 30px 0.5em 0;
  }
}
body.storefront .cart .cart-item .cart-item-details .cart-short-desc {
  max-width: 100%;
}
body.storefront .cart .cart-item .cart-unit-price {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right !important;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .cart-unit-price {
    float: left;
    width: 83.33333333%;
  }
}
@media (max-width: 767px) {
  body.storefront .cart .cart-item .cart-unit-price {
    clear: left;
    padding: 0;
    margin-top: 15px;
  }
}
body.storefront .cart .cart-item .cart-unit-price .cart-quantity {
  float: left !important;
  padding-right: 0;
}
body.storefront .cart .cart-item .cart-unit-price .prod-price {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .cart-unit-price .prod-price {
    float: left;
    width: 50%;
  }
}
body.storefront .cart .cart-item .cart-unit-price .prod-price .price {
  font-size: 19px;
  line-height: 19px;
  white-space: nowrap;
}
body.storefront .cart .cart-item .cart-unit-price .prod-price .price span.price-value {
  line-height: 19px;
  font-size: 19px;
}
body.storefront .cart .cart-item .cart-unit-price .prod-price .price span.price-value:before {
  font-size: 19px;
}
body.storefront .cart .cart-item .cart-unit-price .prod-price .price span.price-dollar {
  letter-spacing: .05em;
  line-height: 19px;
  font-size: 19px;
}
body.storefront .cart .cart-item .cart-unit-price .prod-price .price span.price-cents {
  letter-spacing: .05em;
  line-height: 11.4px;
}
body.storefront .cart .cart-item .cart-unit-price .prod-price .price span.price-unit {
  letter-spacing: .05em;
  line-height: 19px;
}
body.storefront .cart .cart-item .cart-unit-price .prod-price .price.strike-through span.price-value:after {
  top: -10.45px;
}
@media (max-width: 767px) {
  body.storefront .cart .cart-item .desktop-only {
    display: none !important;
  }
}
body.storefront .cart .cart-item .mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  body.storefront .cart .cart-item .mobile-only {
    display: block !important;
  }
  tablebody.storefront .cart .cart-item .mobile-only {
    display: table;
  }
  trbody.storefront .cart .cart-item .mobile-only {
    display: table-row !important;
  }
  thbody.storefront .cart .cart-item .mobile-only,
  tdbody.storefront .cart .cart-item .mobile-only {
    display: table-cell !important;
  }
}
body.storefront .cart .cart-item .attribute-names {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
body.storefront .cart .cart-item .attribute-names li {
  display: inline;
}
body.storefront .cart .cart-item .attribute-names li:after {
  display: inline;
  content: ', ';
}
body.storefront .cart .cart-item .attribute-names li:last-child:after {
  content: '';
}
body.storefront .cart .cart-item .cart-item-summary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .cart-item-summary {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .cart-item-summary {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.5em;
    z-index: 1;
  }
}
body.storefront .cart .cart-item .total-price,
body.storefront .cart .cart-item .cart-remove {
  font-size: 21px;
  line-height: 21px;
  margin-top: 0em;
  text-align: center;
}
body.storefront .cart .cart-item .total-price span.price-value,
body.storefront .cart .cart-item .cart-remove span.price-value {
  line-height: 21px;
  font-size: 21px;
}
body.storefront .cart .cart-item .total-price span.price-value:before,
body.storefront .cart .cart-item .cart-remove span.price-value:before {
  font-size: 21px;
}
body.storefront .cart .cart-item .total-price span.price-dollar,
body.storefront .cart .cart-item .cart-remove span.price-dollar {
  letter-spacing: .05em;
  line-height: 21px;
  font-size: 21px;
}
body.storefront .cart .cart-item .total-price span.price-cents,
body.storefront .cart .cart-item .cart-remove span.price-cents {
  letter-spacing: .05em;
  line-height: 12.6px;
}
body.storefront .cart .cart-item .total-price span.price-unit,
body.storefront .cart .cart-item .cart-remove span.price-unit {
  letter-spacing: .05em;
  line-height: 21px;
}
body.storefront .cart .cart-item .total-price.strike-through span.price-value:after,
body.storefront .cart .cart-item .cart-remove.strike-through span.price-value:after {
  top: -11.55px;
}
@media (max-width: 767px) {
  body.storefront .cart .cart-item .total-price,
  body.storefront .cart .cart-item .cart-remove {
    padding: 0;
    margin: 0;
    float: right;
  }
}
body.storefront .cart .cart-item .total-price {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .total-price {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .total-price {
    border-right-width: 1px;
  }
}
@media (max-width: 767px) {
  body.storefront .cart .cart-item .total-price {
    float: right;
    width: auto;
    padding: 0;
  }
}
body.storefront .cart .cart-item .cart-remove {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-item .cart-remove {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.storefront .cart .cart-item .cart-remove {
    padding: 0;
    position: absolute;
    top: 24px;
    right: 0;
  }
}
body.storefront .cart .cart-item .cart-remove .remove-from-cart {
  display: inline-block;
  cursor: pointer;
  line-height: 22px;
  text-transform: uppercase;
  color: #dd3324;
  font-weight: 600;
}
body.storefront .cart .cart-item .cart-remove .remove-from-cart .label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.storefront .cart .cart-item .cart-remove .remove-from-cart .label {
    display: none;
  }
}
body.storefront .cart .cart-item .cart-remove .remove-from-cart::before {
  font-size: 24px;
  font-family: 'FontAwesome';
  content: '\f057';
  display: block;
  margin: 0 auto;
}
body.storefront .cart-footer .cart-actions {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.storefront .cart-footer .cart-subtotal,
body.storefront .cart-footer .cart-total {
  text-align: center;
}
@media (max-width: 767px) {
  body.storefront .cart-footer .cart-subtotal,
  body.storefront .cart-footer .cart-total {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
}
body.storefront .cart-footer .cart-subtotal .price-label,
body.storefront .cart-footer .cart-total .price-label {
  width: 100%;
}
body.storefront .cart-footer .update-subtotal,
body.storefront .cart-footer .cart-coupon,
body.storefront .cart-footer .checkout,
body.storefront .cart-footer .cart-subtotal,
body.storefront .cart-footer .cart-total,
body.storefront .cart-footer #cart-checkout {
  display: inline-block;
  vertical-align: middle;
}
body.storefront .cart-footer .cart-coupon,
body.storefront .cart-footer #cart-checkout {
  width: 55%;
}
body.storefront .cart-footer .cart-subtotal,
body.storefront .cart-footer .cart-total {
  width: 40%;
}
body.storefront .cart-footer .cart-coupon {
  position: relative;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
body.storefront .cart-footer .cart-coupon input {
  display: block;
  box-sizing: border-box;
  float: left;
}
body.storefront .cart-footer .cart-coupon input.cart-coupon-code {
  width: 100%;
  padding: 15px;
  padding-right: 35%;
}
body.storefront .cart-footer .cart-coupon .btn {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 7px;
  height: 3em;
  font-size: 12px;
  margin-top: -1.5em;
}
body.storefront .cart-footer .update-subtotal {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
}
body.storefront .cart-footer .update-subtotal .cart-subtotal {
  padding: 0;
}
body.storefront .cart-footer .update-subtotal .cart-coupon {
  padding: 0;
}
body.storefront .cart-footer .checkout {
  padding: 0;
  width: 100%;
  margin: 0 0;
}
body.storefront .cart-footer .checkout #cart-checkout {
  line-height: 2.35em;
  font-weight: bold;
  font-size: 17px;
}
body.storefront .cart-footer .checkout #cart-checkout button {
  width: 100%;
  font-weight: 700;
  font-size: 17px;
  padding: 12px;
  color: #FFFFFF;
}
body.storefront .cart-footer .checkout #cart-checkout button.submit-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
body.storefront .cart-footer .checkout #cart-checkout form {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
body.storefront .first-load-complete .catalogs-container .Catalog {
  -webkit-transition: height 0.3s 0s;
  -o-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
}
body.storefront .first-load-complete .catalogs-container .mobile-catalogs-container {
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
body.storefront .first-load-complete .catalogs-container .Category a:before {
  transition: transform 0.2s 0s ease-in-out, opacity 0.2s 0s ease-in-out;
}
body.storefront .catalog-selector {
  position: relative;
  background-color: #666666;
}
body.storefront .catalog-selector h2 {
  margin: 0;
  font-size: 1rem;
  color: white;
}
body.storefront .catalogs-mobile-trigger {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-radius: 3px;
  clear: both;
  margin: 15px 0;
}
body.storefront .catalogs-mobile-trigger::before {
  content: '\f03a';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
body.storefront .catalogs-mobile-trigger::before {
  content: '\f03a';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
body.storefront .catalogs-container .keyword-search-wrapper {
  display: none;
}
body.storefront .mobile-catalogs-container {
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 9999;
  padding: 0 0 30px;
  max-height: 100vh;
  overflow-y: auto;
  max-width: 90%;
  width: 90%;
}
body.storefront .mobile-catalogs-container.showing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body.storefront .mobile-catalogs-container .mobile-categories-heading {
  font-weight: 400;
  font-size: 22px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px 0 0 0;
}
body.storefront .mobile-catalogs-container .catalogs-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
body.storefront .mobile-catalogs-container .catalogs-container .keyword-search-wrapper {
  display: block;
  margin: 10px 0;
}
body.storefront .mobile-catalogs-shadow {
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s 0s ease-in-out;
}
.showing ~ body.storefront .mobile-catalogs-shadow {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: rgba(0, 0, 0, 0.5);
}
body.storefront .mobile-categories-close {
  float: right !important;
  left: auto;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  position: relative;
}
body.storefront .mobile-categories-close:before,
body.storefront .mobile-categories-close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: ' ';
  display: block;
  width: 22px;
  height: 1px;
  left: 4px;
  top: 4px;
  background: currentColor;
}
body.storefront .mobile-categories-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.storefront .mobile-categories-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.storefront .selected-catalog {
  vertical-align: middle;
}
body.storefront .selected-catalog .selected-title {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  cursor: pointer;
  line-height: 1.2em;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
}
body.storefront .selected-catalog .selected-title:after {
  color: #7d7d7d;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -0.5em;
  line-height: 1em;
  text-align: center;
  width: 10px;
  content: '\f054';
  font-family: 'FontAwesome';
  display: block;
  font-size: 11px;
  font-weight: 100;
}
body.storefront .selected-catalog .logo {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  line-height: 30px;
  width: 55px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  margin-right: .5em;
}
body.storefront .selected-catalog h2,
body.storefront .selected-catalog strong {
  line-height: 1em;
  padding: 8px 15px;
}
body.storefront .selected-catalog h2 {
  font-size: 14px;
}
body.storefront .selected-catalog strong {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
body.storefront .catalog-choices {
  background-color: #FFFFFF;
  height: 0;
  overflow: hidden;
  padding: 0 15px;
  z-index: 99;
}
body.storefront .catalog-choices > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.storefront .catalog-choices > ul:before,
body.storefront .catalog-choices > ul:after {
  content: " ";
  display: table;
}
body.storefront .catalog-choices > ul:after {
  clear: both;
}
body.storefront .catalog-choices > ul:before,
body.storefront .catalog-choices > ul:after {
  content: " ";
  display: table;
}
body.storefront .catalog-choices > ul:after {
  clear: both;
}
@media (min-width: 768px) {
  body.storefront .catalog-choices {
    height: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  body.storefront .catalog-choices > div {
    padding: 15px;
  }
}
body.storefront .catalog-selector [data-catalog-name] {
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  position: relative;
  padding: 7.5px 0;
}
.mobile-catalogs-container body.storefront .catalog-selector [data-catalog-name] {
  display: block;
  padding: 0;
  margin: 9.9px 0;
}
body.storefront .catalog-selector [data-catalog-name] .catalog-choice {
  display: block;
  border-left: solid 5px #fff;
  border-right: solid 0px #fff;
  padding: 15px 0 15px 15px;
  padding-left: 97px;
  vertical-align: middle;
  height: 55px;
  position: relative;
}
body.storefront .catalog-selector [data-catalog-name] .catalog-choice .image {
  position: absolute;
  left: 0;
  top: 7.5px;
  display: inline-block;
  width: 87px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}
body.storefront .catalog-selector [data-catalog-name] .catalog-choice .catalog-title {
  display: inline-block;
  padding-left: 7.5px;
  vertical-align: middle;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body.storefront .catalog-selector [data-catalog-name]:hover .catalog-choice > .catalog-title {
  text-decoration: underline;
}
body.storefront .catalog-selector [data-catalog-name]:hover .catalog-choice > .image {
  opacity: 0.8;
}
body.storefront .image {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-unknown.png') no-repeat 50% 50%;
}
body.storefront .logo-ourinventory,
body.storefront .logo-our-inventory {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-inventory.png') no-repeat 50% 50%;
}
body.storefront .logo-509 {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-509.png') no-repeat 50% 50%;
}
body.storefront .logo-509canada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-509.png') no-repeat 50% 50%;
}
body.storefront .logo-acerbis {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-acerbis.png') no-repeat 50% 50%;
}
body.storefront .logo-alpinestars {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-alpinestars.png') no-repeat 50% 50%;
}
body.storefront .logo-altrider {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-altrider.png') no-repeat 50% 50%;
}
body.storefront .logo-alumacraft {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-alumacraft.png') no-repeat 50% 50%;
}
body.storefront .logo-arcticcat {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-arcticcat.png') no-repeat 50% 50%;
}
body.storefront .logo-arcticcatcanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-arcticcat.png') no-repeat 50% 50%;
}
body.storefront .logo-backcountryaccess {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-bca.png') no-repeat 50% 50%;
}
body.storefront .logo-baroncustom {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-baroncustoms.png') no-repeat 50% 50%;
}
body.storefront .logo-bellpowersports {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-bellpowersports.png') no-repeat 50% 50%;
}
body.storefront .logo-benchmade {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-Benchmade.png') no-repeat 50% 50%;
}
body.storefront .logo-betamotorcycles {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-beta.png') no-repeat 50% 50%;
}
body.storefront .logo-bike-lift {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-bikelift.png') no-repeat 50% 50%;
}
body.storefront .logo-bikerschoice {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-bikers-choice.png') no-repeat 50% 50%;
}
body.storefront .logo-blauer {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-blauer.png') no-repeat 50% 50%;
}
body.storefront .logo-bluecollarbobbers {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-bluecollarbobbers.png') no-repeat 50% 50%;
}
body.storefront .logo-bmw {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-bmw.png') no-repeat 50% 50%;
}
body.storefront .logo-bobcat {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-bobcat.png') no-repeat 50% 50%;
}
body.storefront .logo-briggsandstratton {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-briggs.png') no-repeat 50% 50%;
}
body.storefront .logo-brpcan-amoffroad {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpcan-amoffroad.png') no-repeat 50% 50%;
}
body.storefront .logo-brpcan-amoffroadcanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpcan-amoffroad.png') no-repeat 50% 50%;
}
body.storefront .logo-brpcan-amspyderroadster {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpcan-amspyderroadster.png') no-repeat 50% 50%;
}
body.storefront .logo-brpcan-amspyderroadstercanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpcan-amspyderroadster.png') no-repeat 50% 50%;
}
body.storefront .logo-brpevinrude {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpevinrude.png') no-repeat 50% 50%;
}
body.storefront .logo-brpevinrudecanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpevinrude.png') no-repeat 50% 50%;
}
body.storefront .logo-brpsea-doo {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpsea-doo.png') no-repeat 50% 50%;
}
body.storefront .logo-brpsea-doocanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpsea-doo.png') no-repeat 50% 50%;
}
body.storefront .logo-brpskidoo2014 {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpski-doo.png') no-repeat 50% 50%;
}
body.storefront .logo-brpski-doo {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpski-doo.png') no-repeat 50% 50%;
}
body.storefront .logo-brpski-doocanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-brpski-doo.png') no-repeat 50% 50%;
}
body.storefront .logo-byerly {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-byerly.png') no-repeat 50% 50%;
}
body.storefront .logo-candaproskis {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-capro.png') no-repeat 50% 50%;
}
body.storefront .logo-castle {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-castle.png') no-repeat 50% 50%;
}
body.storefront .logo-chaparralboats {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-chaparral.png') no-repeat 50% 50%;
}
body.storefront .logo-cheetahfactoryracing {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-cheeta.png') no-repeat 50% 50%;
}
body.storefront .logo-chippewaboots {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-cheppewa-boots.png') no-repeat 50% 50%;
}
body.storefront .logo-coastdistribution {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-coast.png') no-repeat 50% 50%;
}
body.storefront .logo-cobaltsports {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-cobalt-sport.png') no-repeat 50% 50%;
}
body.storefront .logo-cobra {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-cobra.png') no-repeat 50% 50%;
}
body.storefront .logo-curt {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-curt.png') no-repeat 50% 50%;
}
body.storefront .logo-cwbboards {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-cwb.png') no-repeat 50% 50%;
}
body.storefront .logo-cwrelectronics {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-cwr-electronics.png') no-repeat 50% 50%;
}
body.storefront .logo-daytonahelmets {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-daytona-helmets.png') no-repeat 50% 50%;
}
body.storefront .logo-donovanmarine {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-donovan.png') no-repeat 50% 50%;
}
body.storefront .logo-dragspecialties {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-dragspecialties.png') no-repeat 50% 50%;
}
body.storefront .logo-ducati {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-ducati.png') no-repeat 50% 50%;
}
body.storefront .logo-ducaticanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-ducati.png') no-repeat 50% 50%;
}
body.storefront .logo-ducatiscrambler {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-scrambler-ducati.png') no-repeat 50% 50%;
}
body.storefront .logo-esquad {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-esquad.png') no-repeat 50% 50%;
}
body.storefront .logo-fox {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-fox-racing.png') no-repeat 50% 50%;
}
body.storefront .logo-foxcanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-fox-racing.png') no-repeat 50% 50%;
}
body.storefront .logo-frankensled {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-frankensled.png') no-repeat 50% 50%;
}
body.storefront .logo-furygan {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-furygan.png') no-repeat 50% 50%;
}
body.storefront .logo-fxr {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-fxr.png') no-repeat 50% 50%;
}
body.storefront .logo-fxrcanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-fxr.png') no-repeat 50% 50%;
}
body.storefront .logo-gamma {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-gamma.png') no-repeat 50% 50%;
}
body.storefront .logo-gem {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-gem.png') no-repeat 50% 50%;
}
body.storefront .logo-harley-davidsonÂ® {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-harley-davidson.png') no-repeat 50% 50%;
}
body.storefront .logo-harley-davidsonÂ®us {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-harley-davidson.png') no-repeat 50% 50%;
}
body.storefront .logo-held {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-held.png') no-repeat 50% 50%;
}
body.storefront .logo-helmethouse {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-helmethouse.png') no-repeat 50% 50%;
}
body.storefront .logo-highmark {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-highmark.png ') no-repeat 50% 50%;
}
body.storefront .logo-honda {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-honda.png') no-repeat 50% 50%;
}
body.storefront .logo-hondaoff-road {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-honda-off-road.png') no-repeat 50% 50%;
}
body.storefront .logo-hondastreet {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-honda-street.png') no-repeat 50% 50%;
}
body.storefront .logo-hondasxsandatv {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-honda-sxs-atv.png') no-repeat 50% 50%;
}
body.storefront .logo-hondagenuine {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-honda.png') no-repeat 50% 50%;
}
body.storefront .logo-hotleathers {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-hot-leathers.png') no-repeat 50% 50%;
}
body.storefront .logo-huggergloves {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-hugger.png') no-repeat 50% 50%;
}
body.storefront .logo-husqvarna {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-husqvarna.png') no-repeat 50% 50%;
}
body.storefront .logo-husqvarnamotorcycles {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-husqvarnamotorcycles.png') no-repeat 50% 50%;
}
body.storefront .logo-hyperlite {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-hyperlite.png') no-repeat 50% 50%;
}
body.storefront .logo-iliumworks {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-iliumworks.png') no-repeat 50% 50%;
}
body.storefront .logo-indianmotorcycle {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-indiancycle.png') no-repeat 50% 50%;
}
body.storefront .logo-indianmotorcyclecanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-indiancycle.png') no-repeat 50% 50%;
}
body.storefront .logo-johndeere {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-john-deere2.png') no-repeat 50% 50%;
}
body.storefront .logo-kawasaki {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kawasaki.png') no-repeat 50% 50%;
}
body.storefront .logo-kawasakicanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kawasaki.png') no-repeat 50% 50%;
}
body.storefront .logo-kawasakius {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kawasaki.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpex {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kimpex.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpexatvandutv {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kimpex-atv-utv.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpexcustomparts {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kimpex-custom-parts.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpexmarine {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kimpex-marine.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpexmotorcycle {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kimpex-motorcycle.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpexsnowmobile {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kimpex-snowmobile.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpexstreet {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kimpex-street.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpextrends {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kimpex-trends.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpextrends-summer2015-usa {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-trendssummer.png') no-repeat 50% 50%;
}
body.storefront .logo-kimpextrendssummer2015 {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-trendssummer.png') no-repeat 50% 50%;
}
body.storefront .logo-kingbaby {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kingbaby.png') no-repeat 50% 50%;
}
body.storefront .logo-kingbaby {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-king-baby.png') no-repeat 50% 50%;
}
body.storefront .logo-klim {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-klimcanada.png') no-repeat 50% 50%;
}
body.storefront .logo-klimcanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-klimcanada.png') no-repeat 50% 50%;
}
body.storefront .logo-kolpin {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kolpin.png') no-repeat 50% 50%;
}
body.storefront .logo-kriega {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kriega.png') no-repeat 50% 50%;
}
body.storefront .logo-ktm {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-ktm.png') no-repeat 50% 50%;
}
body.storefront .logo-ktmcanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-ktm.png') no-repeat 50% 50%;
}
body.storefront .logo-kÃ¼ryakyn {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kuryakyn2.png') no-repeat 50% 50%;
}
body.storefront .logo-kÃ¼ryakynindian {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kuryakin-indian2.png') no-repeat 50% 50%;
}
body.storefront .logo-kÃ¼ryakynvictory {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kuryakin-victory2.png') no-repeat 50% 50%;
}
body.storefront .logo-kuryakynÂ®harley-davidsonÂ® {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kuryakyn-harley2.png') no-repeat 50% 50%;
}
body.storefront .logo-kymco {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-kymco.png') no-repeat 50% 50%;
}
body.storefront .logo-landnsea {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-landnsea.png') no-repeat 50% 50%;
}
body.storefront .logo-landpride {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-landpride.png') no-repeat 50% 50%;
}
body.storefront .logo-leatherlyke {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-leatherlyke.png') no-repeat 50% 50%;
}
body.storefront .logo-lenz {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-lenz.png ') no-repeat 50% 50%;
}
body.storefront .logo-liquidforceboards {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-liquid.png') no-repeat 50% 50%;
}
body.storefront .logo-lowrance {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-lowrance.png') no-repeat 50% 50%;
}
body.storefront .logo-mammut {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-mammut.png') no-repeat 50% 50%;
}
body.storefront .logo-marshalldistributing {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-marshalldistributing.png') no-repeat 50% 50%;
}
body.storefront .logo-mastercraftboats {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-mastercraft.png') no-repeat 50% 50%;
}
body.storefront .logo-medartmarine {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-medart.png') no-repeat 50% 50%;
}
body.storefront .logo-mercuryboats {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-mercury.png') no-repeat 50% 50%;
}
body.storefront .logo-mercurymarinecanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-mercury.png') no-repeat 50% 50%;
}
body.storefront .logo-modrods {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-mod-rods.png') no-repeat 50% 50%;
}
body.storefront .logo-montezuma {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-montezumamfg.png') no-repeat 50% 50%;
}
body.storefront .logo-motorfist {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-motorfist.png') no-repeat 50% 50%;
}
body.storefront .logo-motovan {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-motovanca.png') no-repeat 50% 50%;
}
body.storefront .logo-newholland {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-new-holand.png') no-repeat 50% 50%;
}
body.storefront .logo-northernwholesalesupply {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-northern-wholesale-supply.png') no-repeat 50% 50%;
}
body.storefront .logo-ntp {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-ntpdist.png') no-repeat 50% 50%;
}
body.storefront .logo-ntpdistribution {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-ntpdist.png') no-repeat 50% 50%;
}
body.storefront .logo-oneill {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-oneill.png') no-repeat 50% 50%;
}
body.storefront .logo-olympiamotosports {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-olympia.png') no-repeat 50% 50%;
}
body.storefront .logo-ourinventory,
body.storefront [data-catalog-name="Our Inventory"] .image {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-inventory.png') no-repeat 50% 50%;
}
body.storefront .logo-partscanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-partscanada.png') no-repeat 50% 50%;
}
body.storefront .logo-partsunlimited,
body.storefront .logo-parts-unlimited,
body.storefront [data-catalog-name="Parts Unlimited"] .image {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-parts-unlimited.png') no-repeat 50% 50%;
}
body.storefront .logo-piaa {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-piaa.png') no-repeat 50% 50%;
}
body.storefront .logo-polaris {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-polaris.png') no-repeat 50% 50%;
}
body.storefront .logo-polariscanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-polarisca.png') no-repeat 50% 50%;
}
body.storefront .logo-premierboats {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-premier.png') no-repeat 50% 50%;
}
body.storefront .logo-radarskis {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-radar.png') no-repeat 50% 50%;
}
body.storefront .logo-rangerboats {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-ranger.png') no-repeat 50% 50%;
}
body.storefront .logo-rolandsandsdesign {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-roland-sands-design.png') no-repeat 50% 50%;
}
body.storefront .logo-ronixboards {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-ronix.png') no-repeat 50% 50%;
}
body.storefront .logo-royalenfield {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-royalenfield.png') no-repeat 50% 50%;
}
body.storefront .logo-schuberth {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-schuberth.png') no-repeat 50% 50%;
}
body.storefront .logo-scorpionusa {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-scorpionusa.png') no-repeat 50% 50%;
}
body.storefront .logo-screamingeagleÂ® {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-screamin-eagle.png') no-repeat 50% 50%;
}
body.storefront .logo-seavalue {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-seavalue.png') no-repeat 50% 50%;
}
body.storefront .logo-simrad {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-simrad.png') no-repeat 50% 50%;
}
body.storefront .logo-skinzprotectivegear {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-skinz.png') no-repeat 50% 50%;
}
body.storefront .logo-slednecks {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-slednecks.png') no-repeat 50% 50%;
}
body.storefront .logo-slingshot {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-slingshot.png') no-repeat 50% 50%;
}
body.storefront .logo-slingshotcanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-slingshot.png') no-repeat 50% 50%;
}
body.storefront .logo-slydogskis {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-slydog.png') no-repeat 50% 50%;
}
body.storefront .logo-stadler {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-stadler.png') no-repeat 50% 50%;
}
body.storefront .logo-stagparkway {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-stag.png') no-repeat 50% 50%;
}
body.storefront .logo-staintune {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-staintune.png') no-repeat 50% 50%;
}
body.storefront .logo-stamperjewelry {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-stamperjewelry.png') no-repeat 50% 50%;
}
body.storefront .logo-striktgearcompany {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-strikt.png') no-repeat 50% 50%;
}
body.storefront .logo-sullivansinc {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-sullivans.png') no-repeat 50% 50%;
}
body.storefront .logo-suzuki {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-suzuki.png') no-repeat 50% 50%;
}
body.storefront .logo-timbersled {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-timbersled.png') no-repeat 50% 50%;
}
body.storefront .logo-touratechusa {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-touratech.png') no-repeat 50% 50%;
}
body.storefront .logo-triumph {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-triumph.png') no-repeat 50% 50%;
}
body.storefront .logo-troyleedesigns {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-troy-lee.png') no-repeat 50% 50%;
}
body.storefront .logo-tuckerrocky,
body.storefront .logo-tucker-rocky,
body.storefront [data-catalog-name="Tucker Rocky"] .image {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-tucker-rocky.png') no-repeat 50% 50%;
}
body.storefront .logo-twistedthrottle {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-twisted-trhottle.png') no-repeat 50% 50%;
}
body.storefront .logo-uws {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-UWS.png') no-repeat 50% 50%;
}
body.storefront .logo-vegahelmets {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-vega.png') no-repeat 50% 50%;
}
body.storefront .logo-victory {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-victory.png') no-repeat 50% 50%;
}
body.storefront .logo-victorycanada {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-victory.png') no-repeat 50% 50%;
}
body.storefront .logo-westernpowersports,
body.storefront .logo-western-power-sports,
body.storefront [data-catalog-name="Western Power Sports"] .image {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-western-powersports.png') no-repeat 50% 50%;
}
body.storefront .logo-yamaha {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamaha.png') no-repeat 50% 50%;
}
body.storefront .logo-yamaha2014apparel {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamaha.png') no-repeat 50% 50%;
}
body.storefront .logo-yamahaapparel {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamaha-apparel.png') no-repeat 50% 50%;
}
body.storefront .logo-yamahaboats {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamahaboats.png') no-repeat 50% 50%;
}
body.storefront .logo-yamahagolfcars {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamaha-golf-cars.png') no-repeat 50% 50%;
}
body.storefront .logo-yamahaoutdoors {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamahaoutdoors.png') no-repeat 50% 50%;
}
body.storefront .logo-yamahasport {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamahasport.png') no-repeat 50% 50%;
}
body.storefront .logo-yamahastar {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamahastar.png') no-repeat 50% 50%;
}
body.storefront .logo-yamahawaverunner {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yamahawaverunner.png') no-repeat 50% 50%;
}
body.storefront .logo-yeticoolers {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-yeti.png') no-repeat 50% 50%;
}
body.storefront .logo-zeromotorcycles {
  background: url('/Themes/DealerSpike/Images/new/icons/40px/icon-zeromotorcycles.png') no-repeat 50% 50%;
}
body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name] {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name] {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name] {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name]:nth-child(2n +1) {
    clear: left;
    padding-left: 0;
  }
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name]:not( :nth-child( -n + 2))::before {
    content: ' ';
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name]:nth-child(3n +1) {
    clear: left;
    padding-left: 0;
  }
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name]:not( :nth-child( -n + 3))::before {
    content: ' ';
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    display: block;
  }
}
@media (min-width: 1200px) {
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name]:nth-child(3n +1) {
    clear: left;
    padding-left: 0;
  }
  body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name]:not( :nth-child( -n + 3))::before {
    content: ' ';
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    display: block;
  }
}
body.storefront .ecommerce-wrapper .catalog-selector [data-catalog-name]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.storefront .Catalogs {
  margin-top: 8px;
}
body.storefront .Catalogs [data-catalog-name] {
  height: 0;
  overflow: hidden;
}
body.storefront .Catalogs [data-catalog-name] .catalog-name {
  display: none;
}
body.storefront .Categories {
  padding: 0;
  list-style: none;
  display: block;
  line-height: 1.3em;
}
body.storefront .Category {
  font-size: 14px;
  vertical-align: middle;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 1.2em;
}
body.storefront .Category .category-children {
  display: none;
}
body.storefront .Category.selected > a,
body.storefront .Category .selected > a,
body.storefront .Category.selected > .child-item,
body.storefront .Category .selected > .child-item {
  font-weight: 600;
}
body.storefront .Category.selected > a:before,
body.storefront .Category .selected > a:before,
body.storefront .Category.selected > .child-item:before,
body.storefront .Category .selected > .child-item:before {
  opacity: 1;
  transform: translateX(0);
}
body.storefront .Category.selected .category-children,
body.storefront .Category .selected .category-children {
  display: block;
}
body.storefront .Category.current-ancestor .category-children,
body.storefront .Category .current-ancestor .category-children {
  display: block;
}
body.storefront .Category a,
body.storefront .Category .child-item {
  font-weight: 300;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 15px;
  margin: .3em 0;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  vertical-align: middle;
}
body.storefront .Category a:before,
body.storefront .Category .child-item:before {
  vertical-align: middle;
  display: inline-block;
  content: '\f138';
  font-family: 'FontAwesome';
  position: absolute;
  left: 1px;
  top: 0;
  width: 14px;
  font-weight: 100;
  font-size: 9px;
  line-height: 16.8px;
  opacity: 0;
  transform: translateX(-100%);
}
body.storefront .Category .category-children {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.storefront .Category .category-children li {
  margin-left: 1em;
}
body.storefront .keyword-search-wrapper {
  position: relative;
}
body.storefront .keyword-search-wrapper .search-button {
  background-color: transparent;
  color: #212121;
  position: absolute;
  top: 0;
  right: 15px;
  text-indent: -999px;
  overflow: hidden;
  border: solid 0px transparent;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
}
body.storefront .keyword-search-wrapper .search-button:after {
  line-height: 45px;
  height: 45px;
  width: 45px;
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #888888;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
}
body.storefront .refine-search-wrapper ::-webkit-input-placeholder,
body.storefront .sort-search-wrapper ::-webkit-input-placeholder,
body.storefront .keyword-search-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
body.storefront .refine-search-wrapper ::-moz-placeholder,
body.storefront .sort-search-wrapper ::-moz-placeholder,
body.storefront .keyword-search-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
body.storefront .refine-search-wrapper :-ms-input-placeholder,
body.storefront .sort-search-wrapper :-ms-input-placeholder,
body.storefront .keyword-search-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
body.storefront .refine-search-wrapper :-moz-placeholder,
body.storefront .sort-search-wrapper :-moz-placeholder,
body.storefront .keyword-search-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
body.storefront .refine-search-wrapper input,
body.storefront .sort-search-wrapper input,
body.storefront .keyword-search-wrapper input,
body.storefront .refine-search-wrapper select,
body.storefront .sort-search-wrapper select,
body.storefront .keyword-search-wrapper select {
  height: 43px;
  font-size: 16px;
  background-color: #ffffff;
  color: black !important;
}
body.storefront .refine-search-wrapper input:hover,
body.storefront .sort-search-wrapper input:hover,
body.storefront .keyword-search-wrapper input:hover,
body.storefront .refine-search-wrapper select:hover,
body.storefront .sort-search-wrapper select:hover,
body.storefront .keyword-search-wrapper select:hover {
  background-color: #d0d0d0;
}
body.storefront .productlist-wrapper .refine-search-item,
body.storefront .productlist-wrapper .sort-search-wrapper,
body.storefront .productlist-wrapper .keyword-search-wrapper {
  margin-bottom: 15px;
}
body.storefront .productlist-wrapper .refine-search-item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.storefront .productlist-wrapper .refine-search-item {
    float: left;
    width: 33.33333333%;
  }
}
body.storefront .productlist-wrapper .sort-search-wrapper,
body.storefront .productlist-wrapper .keyword-search-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.storefront .productlist-wrapper .sort-search-wrapper,
  body.storefront .productlist-wrapper .keyword-search-wrapper {
    float: left;
    width: 50%;
  }
}
body.storefront .search-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
body.storefront #main form.product-search-form {
  margin: 0;
  padding: 0;
  width: 100%;
}
body.storefront #main form.product-search-form .search-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
body.storefront #main form.product-search-form .refine-search-wrapper .collapse-body {
  padding: 15px 0 0 0;
  background-color: #dfdfdf;
}
body.storefront #main form.product-search-form .refine-search-toggle {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 7px;
  line-height: 18px;
  vertical-align: top;
}
body.storefront #main form.product-search-form .refine-search-toggle:after {
  vertical-align: top;
  content: '\f077';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 9px;
  font-weight: 400;
  color: #888888;
  text-indent: 0;
  padding: 0 8px;
  line-height: 18px;
}
body.storefront #main form.product-search-form .refine-search-toggle.collapsed:after {
  content: '\f078';
}
body.storefront #main form.product-search-form .sort-search-wrapper {
  padding: 0;
}
body.storefront #main form.product-search-form .sort-search-wrapper .search-sort {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.storefront #main form.product-search-form .sort-search-wrapper .search-limit {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.storefront .catalogs-container,
body.storefront .ecommerce-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  body.storefront .catalogs-container,
  body.storefront .ecommerce-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body.storefront .catalogs-container,
  body.storefront .ecommerce-sidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body.storefront .catalogs-container,
  body.storefront .ecommerce-sidebar {
    float: left;
    width: 25%;
  }
}
body.storefront .catalogs-container > div,
body.storefront .ecommerce-sidebar > div {
  padding: 15px;
  background-color: #111111;
}
body.storefront .cart,
body.storefront .checkout-response,
body.storefront .ecommerce-main,
body.storefront .ecommerce-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}
@media (min-width: 768px) {
  body.storefront .cart,
  body.storefront .checkout-response,
  body.storefront .ecommerce-main,
  body.storefront .ecommerce-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  body.storefront .cart,
  body.storefront .checkout-response,
  body.storefront .ecommerce-main,
  body.storefront .ecommerce-content {
    float: left;
    width: 75%;
  }
}
body.storefront .cart .cart-items,
body.storefront .checkout-response .cart-items,
body.storefront .ecommerce-main .cart-items,
body.storefront .ecommerce-content .cart-items {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body.storefront .cart .cart-items > .navbar-header,
body.storefront .checkout-response .cart-items > .navbar-header,
body.storefront .ecommerce-main .cart-items > .navbar-header,
body.storefront .ecommerce-content .cart-items > .navbar-header,
body.storefront .cart .cart-items > .navbar-collapse,
body.storefront .checkout-response .cart-items > .navbar-collapse,
body.storefront .ecommerce-main .cart-items > .navbar-collapse,
body.storefront .ecommerce-content .cart-items > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  body.storefront .cart .cart-items > .navbar-header,
  body.storefront .checkout-response .cart-items > .navbar-header,
  body.storefront .ecommerce-main .cart-items > .navbar-header,
  body.storefront .ecommerce-content .cart-items > .navbar-header,
  body.storefront .cart .cart-items > .navbar-collapse,
  body.storefront .checkout-response .cart-items > .navbar-collapse,
  body.storefront .ecommerce-main .cart-items > .navbar-collapse,
  body.storefront .ecommerce-content .cart-items > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.storefront .productlist-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  body.storefront .productlist-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  body.storefront .productlist-wrapper {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body.storefront .productlist-wrapper {
    float: left;
    width: 75%;
  }
}
body.storefront .catalog-choices {
  border: solid 1px white;
}
@media (min-width: 768px) {
  body.storefront .catalog-choices {
    width: 250%;
  }
}
@media (min-width: 992px) {
  body.storefront .catalog-choices {
    width: 376%;
  }
}
@media (min-width: 1200px) {
  body.storefront .catalog-choices {
    width: 360%;
  }
}
body.storefront .checkout-success-content {
  padding: 15px;
}
.center-text {
  text-align: center;
}
/* *-*-*-*--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
										 temporary rules for demo
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
body.xbloglist .lead-button,
body.xblogdetail .lead-button {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 150px;
}
body.xbloglist .blog-h1,
body.xblogdetail .blog-h1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .3em;
  font-size: 36px;
  line-height: 1;
}
body.xbloglist .blog-h2,
body.xblogdetail .blog-h2 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .3em;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 992px) {
  body.xbloglist .blog__wrapper,
  body.xblogdetail .blog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
body.xbloglist .blog__sidebar,
body.xblogdetail .blog__sidebar {
  position: relative;
}
@media (min-width: 992px) {
  body.xbloglist .blog__sidebar,
  body.xblogdetail .blog__sidebar {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 265px;
  }
}
body.xbloglist .blog__sidebar:before,
body.xblogdetail .blog__sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
  border: 1px solid currentColor;
  pointer-events: none;
}
body.xbloglist .blog__content,
body.xblogdetail .blog__content {
  max-width: 100%;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  body.xbloglist .blog__content,
  body.xblogdetail .blog__content {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(100% - 265px - 30px);
  }
}
body.xbloglist .blog-article__header-details,
body.xblogdetail .blog-article__header-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  body.xbloglist .blog-article__header-details,
  body.xblogdetail .blog-article__header-details {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 15px;
  }
}
body.xbloglist .blog-article__header-detail,
body.xblogdetail .blog-article__header-detail {
  position: relative;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.xbloglist .blog-article__header-detail,
  body.xblogdetail .blog-article__header-detail {
    margin-bottom: 0;
  }
}
body.xbloglist .blog-article__header-detail:before,
body.xblogdetail .blog-article__header-detail:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 1px;
  height: 2rem;
  background-color: currentColor;
  opacity: 0.8;
}
body.xbloglist .blog-article__header-detail:first-child,
body.xblogdetail .blog-article__header-detail:first-child {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  body.xbloglist .blog-article__header-detail:first-child,
  body.xblogdetail .blog-article__header-detail:first-child {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
body.xbloglist .blog-article__header-detail:first-child:before,
body.xblogdetail .blog-article__header-detail:first-child:before {
  display: none;
}
@media (min-width: 768px) {
  body.xbloglist .blog-article__header-detail:first-child:before,
  body.xblogdetail .blog-article__header-detail:first-child:before {
    display: block;
  }
}
body.xbloglist .blog-article__header-detail:last-child:before,
body.xblogdetail .blog-article__header-detail:last-child:before {
  display: none;
}
body.xbloglist .blog-article__header-detail:last-child .blog-article__detail-text,
body.xblogdetail .blog-article__header-detail:last-child .blog-article__detail-text {
  margin-right: 0;
}
body.xbloglist .blog-article__header-detail--date,
body.xblogdetail .blog-article__header-detail--date {
  font-family: 'FSEmeric', "Times";
  font-weight: 500;
  font-size: larger;
  text-transform: uppercase;
  opacity: 0.8;
}
body.xbloglist .blog-article__header-detail--author .blog-article__detail-text,
body.xblogdetail .blog-article__header-detail--author .blog-article__detail-text {
  pointer-events: none;
  color: currentColor;
  opacity: 0.8;
}
body.xbloglist .blog-article__header-detail--category .blog-article__detail-text,
body.xblogdetail .blog-article__header-detail--category .blog-article__detail-text {
  transition: color 0.25s ease-in-out;
  color: #ff9c00;
}
body.xbloglist .blog-article__header-detail--category .blog-article__detail-text:hover,
body.xblogdetail .blog-article__header-detail--category .blog-article__detail-text:hover,
body.xbloglist .blog-article__header-detail--category .blog-article__detail-text:active,
body.xblogdetail .blog-article__header-detail--category .blog-article__detail-text:active,
body.xbloglist .blog-article__header-detail--category .blog-article__detail-text:focus,
body.xblogdetail .blog-article__header-detail--category .blog-article__detail-text:focus {
  color: currentColor;
}
body.xbloglist .blog-article__detail-text,
body.xblogdetail .blog-article__detail-text {
  display: block;
  margin-right: 30px;
  line-height: 1;
}
body.xbloglist .blog-share--detail,
body.xblogdetail .blog-share--detail {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 7px;
}
@media (min-width: 1200px) {
  body.xbloglist .blog-share--detail,
  body.xblogdetail .blog-share--detail {
    margin-top: -20px;
    margin-left: 15px;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body.xbloglist .blog-share--detail:before,
body.xblogdetail .blog-share--detail:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
  background-color: currentColor;
}
body.xbloglist .blog-share--detail .blog-share__heading,
body.xblogdetail .blog-share--detail .blog-share__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 1200px) {
  body.xbloglist .blog-share--detail .blog-share__link,
  body.xblogdetail .blog-share--detail .blog-share__link {
    line-height: 36px;
  }
}
body.xbloglist .blog-share__heading,
body.xblogdetail .blog-share__heading {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 0;
  font-family: 'FSEmeric', "Times";
  font-weight: 500;
  font-size: 1.25em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.8;
}
body.xbloglist .blog-share__list,
body.xblogdetail .blog-share__list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.xbloglist .blog-share__item,
body.xblogdetail .blog-share__item {
  position: relative;
  float: left;
  text-align: center;
}
body.xbloglist .blog-share__item:not(:first-child):before,
body.xblogdetail .blog-share__item:not(:first-child):before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid currentColor;
  opacity: 0.4;
}
body.xbloglist .blog-share__link,
body.xblogdetail .blog-share__link {
  transition: opacity 0.25s ease-in-out;
  position: relative;
  display: block;
  min-width: 30px;
  min-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 30px;
  color: currentColor;
  opacity: 0.6;
}
body.xbloglist .blog-share__link:hover,
body.xblogdetail .blog-share__link:hover,
body.xbloglist .blog-share__link:active,
body.xblogdetail .blog-share__link:active,
body.xbloglist .blog-share__link:focus,
body.xblogdetail .blog-share__link:focus {
  opacity: 1;
}
body.xbloglist .blog-sidebar__section,
body.xblogdetail .blog-sidebar__section {
  position: relative;
  padding: 25px 30px 30px;
}
body.xbloglist .blog-sidebar__section:before,
body.xblogdetail .blog-sidebar__section:before,
body.xbloglist .blog-sidebar__section:after,
body.xblogdetail .blog-sidebar__section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  opacity: 0.05;
  pointer-events: none;
}
body.xbloglist .blog-sidebar__section:before,
body.xblogdetail .blog-sidebar__section:before {
  top: 0;
  background-color: currentColor;
}
body.xbloglist .blog-sidebar__section:not(:last-child):after,
body.xblogdetail .blog-sidebar__section:not(:last-child):after {
  border-bottom: 1px solid currentColor;
}
body.xbloglist .blog-sidebar__section--link,
body.xblogdetail .blog-sidebar__section--link {
  padding-top: 0;
  padding-bottom: 0;
}
body.xbloglist .blog-sidebar__section--link:before,
body.xblogdetail .blog-sidebar__section--link:before {
  top: 1px;
}
body.xbloglist .blog-sidebar__all-link,
body.xblogdetail .blog-sidebar__all-link {
  transition: opacity 0.25s ease-in-out;
  font-family: 'FSEmeric', "Times";
  font-weight: 500;
  display: inline-block;
  line-height: 70px;
  color: currentColor;
  opacity: 0.8;
}
body.xbloglist .blog-sidebar__all-link:hover,
body.xblogdetail .blog-sidebar__all-link:hover,
body.xbloglist .blog-sidebar__all-link:active,
body.xblogdetail .blog-sidebar__all-link:active,
body.xbloglist .blog-sidebar__all-link:focus,
body.xblogdetail .blog-sidebar__all-link:focus {
  opacity: 1;
}
body.xbloglist .blog-sidebar__all-link:hover .fa,
body.xblogdetail .blog-sidebar__all-link:hover .fa,
body.xbloglist .blog-sidebar__all-link:active .fa,
body.xblogdetail .blog-sidebar__all-link:active .fa,
body.xbloglist .blog-sidebar__all-link:focus .fa,
body.xblogdetail .blog-sidebar__all-link:focus .fa {
  opacity: 1;
}
body.xbloglist .blog-sidebar__all-link .fa,
body.xblogdetail .blog-sidebar__all-link .fa {
  transition: opacity 0.25s ease-in-out;
  display: inline-block;
  padding-left: 5px;
  font-size: smaller;
  opacity: 0.5;
}
body.xbloglist .blog-sidebar__heading,
body.xblogdetail .blog-sidebar__heading {
  margin-bottom: .3em;
  padding: 0;
  line-height: 1;
  color: currentColor;
  opacity: 0.7;
}
body.xbloglist .blog-sidebar__collapse-heading,
body.xblogdetail .blog-sidebar__collapse-heading {
  padding: 0;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: currentColor;
}
body.xbloglist .blog-sidebar__collapse-toggle,
body.xblogdetail .blog-sidebar__collapse-toggle {
  display: inline-block;
  line-height: 2;
  color: currentColor;
}
body.xbloglist .blog-sidebar__collapse-toggle:hover:after,
body.xblogdetail .blog-sidebar__collapse-toggle:hover:after,
body.xbloglist .blog-sidebar__collapse-toggle:active:after,
body.xblogdetail .blog-sidebar__collapse-toggle:active:after,
body.xbloglist .blog-sidebar__collapse-toggle:focus:after,
body.xblogdetail .blog-sidebar__collapse-toggle:focus:after {
  opacity: 1;
}
body.xbloglist .blog-sidebar__collapse-toggle:after,
body.xblogdetail .blog-sidebar__collapse-toggle:after {
  transition: all 0.25s ease-in-out;
  content: '\f106';
  font-family: FontAwesome;
  display: inline-block;
  padding-left: .5rem;
  color: currentColor;
  opacity: 0.5;
}
body.xbloglist .blog-sidebar__collapse-toggle--main,
body.xblogdetail .blog-sidebar__collapse-toggle--main {
  padding: 5px 0;
  line-height: 1;
}
@media (min-width: 992px) {
  body.xbloglist .blog-sidebar__collapse-toggle--main,
  body.xblogdetail .blog-sidebar__collapse-toggle--main {
    pointer-events: none;
    cursor: text;
  }
  body.xbloglist .blog-sidebar__collapse-toggle--main:after,
  body.xblogdetail .blog-sidebar__collapse-toggle--main:after {
    display: none;
  }
}
body.xbloglist .blog-sidebar__collapse-toggle.collapsed:after,
body.xblogdetail .blog-sidebar__collapse-toggle.collapsed:after {
  transform: scale(1, -1);
}
@media (min-width: 992px) {
  body.xbloglist .blog-sidebar__collapse-content--main,
  body.xblogdetail .blog-sidebar__collapse-content--main {
    display: block;
    height: auto !important;
  }
}
body.xbloglist .blog-sidebar__collapse-list,
body.xblogdetail .blog-sidebar__collapse-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.xbloglist .blog-sidebar__collapse-list .blog-sidebar__link-list,
body.xblogdetail .blog-sidebar__collapse-list .blog-sidebar__link-list {
  margin-left: 10px;
}
body.xbloglist .blog-sidebar__link-list,
body.xblogdetail .blog-sidebar__link-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.xbloglist .blog-sidebar__link,
body.xblogdetail .blog-sidebar__link {
  transition: color 0.25s ease-in-out;
  color: #ff9c00;
}
@media (max-width: 991px) {
  body.xbloglist .blog-sidebar__link,
  body.xblogdetail .blog-sidebar__link {
    line-height: 2;
  }
}
body.xbloglist .blog-sidebar__link:hover,
body.xblogdetail .blog-sidebar__link:hover,
body.xbloglist .blog-sidebar__link:active,
body.xblogdetail .blog-sidebar__link:active,
body.xbloglist .blog-sidebar__link:focus,
body.xblogdetail .blog-sidebar__link:focus {
  color: currentColor;
}
body.xbloglist .blog-pagination,
body.xblogdetail .blog-pagination {
  margin-bottom: 20px;
}
body.xbloglist .blog-pagination--detail .blog-pagination__item--next:before,
body.xblogdetail .blog-pagination--detail .blog-pagination__item--next:before {
  display: none;
}
body.xbloglist .blog-pagination__list,
body.xblogdetail .blog-pagination__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  body.xbloglist .blog-pagination__list,
  body.xblogdetail .blog-pagination__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
body.xbloglist .blog-pagination__item,
body.xblogdetail .blog-pagination__item {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body.xbloglist .blog-pagination__item--prev,
body.xblogdetail .blog-pagination__item--prev,
body.xbloglist .blog-pagination__item--next,
body.xblogdetail .blog-pagination__item--next {
  position: relative;
}
body.xbloglist .blog-pagination__item--prev:before,
body.xblogdetail .blog-pagination__item--prev:before,
body.xbloglist .blog-pagination__item--next:before,
body.xblogdetail .blog-pagination__item--next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid currentColor;
  opacity: 0.4;
}
body.xbloglist .blog-pagination__item:only-child:before,
body.xblogdetail .blog-pagination__item:only-child:before {
  display: none;
}
body.xbloglist .blog-pagination__item--prev:before,
body.xblogdetail .blog-pagination__item--prev:before {
  right: 0;
}
body.xbloglist .blog-pagination__item--next:before,
body.xblogdetail .blog-pagination__item--next:before {
  left: 0;
}
body.xbloglist .blog-pagination__link,
body.xblogdetail .blog-pagination__link,
body.xbloglist .blog-pagination__text,
body.xblogdetail .blog-pagination__text {
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 2em;
  color: currentColor;
}
body.xbloglist .blog__back-link,
body.xblogdetail .blog__back-link {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
  line-height: 2.5em;
  color: currentColor;
}
body.xbloglist .blog__back-link,
body.xblogdetail .blog__back-link,
body.xbloglist .blog-pagination__link,
body.xblogdetail .blog-pagination__link {
  transition: all 0.25s ease-in-out;
  font-family: 'FSEmeric', "Times";
  font-weight: 500;
}
body.xbloglist .blog__back-link:hover,
body.xblogdetail .blog__back-link:hover,
body.xbloglist .blog-pagination__link:hover,
body.xblogdetail .blog-pagination__link:hover,
body.xbloglist .blog__back-link:active,
body.xblogdetail .blog__back-link:active,
body.xbloglist .blog-pagination__link:active,
body.xblogdetail .blog-pagination__link:active,
body.xbloglist .blog__back-link:focus,
body.xblogdetail .blog__back-link:focus,
body.xbloglist .blog-pagination__link:focus,
body.xblogdetail .blog-pagination__link:focus {
  color: currentColor;
}
body.xbloglist .blog__back-link:hover .fa,
body.xblogdetail .blog__back-link:hover .fa,
body.xbloglist .blog-pagination__link:hover .fa,
body.xblogdetail .blog-pagination__link:hover .fa,
body.xbloglist .blog__back-link:active .fa,
body.xblogdetail .blog__back-link:active .fa,
body.xbloglist .blog-pagination__link:active .fa,
body.xblogdetail .blog-pagination__link:active .fa,
body.xbloglist .blog__back-link:focus .fa,
body.xblogdetail .blog__back-link:focus .fa,
body.xbloglist .blog-pagination__link:focus .fa,
body.xblogdetail .blog-pagination__link:focus .fa {
  opacity: 0.5;
}
body.xbloglist .blog__back-link:hover > span,
body.xblogdetail .blog__back-link:hover > span,
body.xbloglist .blog-pagination__link:hover > span,
body.xblogdetail .blog-pagination__link:hover > span,
body.xbloglist .blog__back-link:active > span,
body.xblogdetail .blog__back-link:active > span,
body.xbloglist .blog-pagination__link:active > span,
body.xblogdetail .blog-pagination__link:active > span,
body.xbloglist .blog__back-link:focus > span,
body.xblogdetail .blog__back-link:focus > span,
body.xbloglist .blog-pagination__link:focus > span,
body.xblogdetail .blog-pagination__link:focus > span {
  color: currentColor;
}
body.xbloglist .blog__back-link .fa,
body.xblogdetail .blog__back-link .fa,
body.xbloglist .blog-pagination__link .fa,
body.xblogdetail .blog-pagination__link .fa {
  transition: opacity 0.25s ease-in-out;
  padding: 0 5px;
  font-size: smaller;
  opacity: 0.2;
}
body.xbloglist .blog__back-link > span,
body.xblogdetail .blog__back-link > span,
body.xbloglist .blog-pagination__link > span,
body.xblogdetail .blog-pagination__link > span {
  transition: color 0.25s ease-in-out;
  color: #ff9c00;
}
body.xbloglist .blog__back-link--prev,
body.xblogdetail .blog__back-link--prev,
body.xbloglist .blog-pagination__link--prev,
body.xblogdetail .blog-pagination__link--prev {
  padding-left: 0;
}
body.xbloglist .blog__back-link--next,
body.xblogdetail .blog__back-link--next,
body.xbloglist .blog-pagination__link--next,
body.xblogdetail .blog-pagination__link--next {
  padding-right: 0;
}
body.xbloglist .blog__back-link:not([href]),
body.xblogdetail .blog__back-link:not([href]),
body.xbloglist .blog-pagination__link:not([href]),
body.xblogdetail .blog-pagination__link:not([href]) {
  color: currentColor;
}
body.xbloglist .blog__back-link:not([href]) > span,
body.xblogdetail .blog__back-link:not([href]) > span,
body.xbloglist .blog-pagination__link:not([href]) > span,
body.xblogdetail .blog-pagination__link:not([href]) > span {
  color: currentColor;
  opacity: 0.2;
}
body.xbloglist .blog__back-link:not([href]) .fa,
body.xblogdetail .blog__back-link:not([href]) .fa,
body.xbloglist .blog-pagination__link:not([href]) .fa,
body.xblogdetail .blog-pagination__link:not([href]) .fa {
  opacity: 0.1;
}
@media (min-width: 768px) {
  body.xbloglist .blog-list__heading {
    padding-bottom: 0;
  }
}
body.xbloglist .blog-list__list {
  margin: 0 0 20px;
  padding: 20px 0 0;
  list-style-type: none;
}
body.xbloglist .blog-list__item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.xbloglist .blog-list__item:first-child {
  padding-top: 0;
}
body.xbloglist .blog-list__item:first-child:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  border-bottom: 1px solid currentColor;
  opacity: 0.1;
}
@media (min-width: 768px) {
  body.xbloglist .blog-list__item:first-child:before {
    display: none;
  }
}
body.xbloglist .blog-list__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid currentColor;
  opacity: 0.1;
}
@media (min-width: 576px) {
  body.xbloglist .blog-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  body.xbloglist .blog-article__column {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 576px) {
  body.xbloglist .blog-article__column--image {
    -webkit-box-flex: 0 0 160px;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}
@media (min-width: 768px) {
  body.xbloglist .blog-article__column--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 0 0 250px;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}
body.xbloglist .blog-article__column--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 576px) {
  body.xbloglist .blog-article__column--content {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(100% - 180px);
  }
}
@media (min-width: 768px) {
  body.xbloglist .blog-article__column--content {
    width: calc(100% - 280px);
  }
}
body.xbloglist .blog-article__column--content > * {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  word-wrap: break-word;
}
body.xbloglist .blog-article__image-link {
  transition: border-color 0.25s ease-in-out;
  display: inline-block;
  border: 1px solid #ff9c00;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.75rem;
  color: currentColor;
}
@media (min-width: 576px) {
  body.xbloglist .blog-article__image-link {
    margin-bottom: 0px;
  }
}
body.xbloglist .blog-article__image-link:hover,
body.xbloglist .blog-article__image-link:active,
body.xbloglist .blog-article__image-link:focus {
  border-color: currentColor;
}
body.xbloglist .blog-article__image-link:before {
  content: '';
  display: block;
  padding-top: 187px;
}
@media (min-width: 576px) {
  body.xbloglist .blog-article__image-link:before {
    padding-top: 75%;
  }
}
body.xbloglist .blog-article__image-link img {
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
body.xbloglist .blog-article__header {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body.xbloglist .blog-article__heading {
  color: currentColor;
}
body.xbloglist .blog-article__heading-link {
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  color: #ff9c00;
  opacity: 1;
}
body.xbloglist .blog-article__heading-link:hover,
body.xbloglist .blog-article__heading-link:active,
body.xbloglist .blog-article__heading-link:focus {
  color: currentColor;
  opacity: 0.8;
}
body.xbloglist .blog-article__content {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body.xbloglist .blog-article__footer {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
body.xbloglist .blog-article__footer-group {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
}
body.xbloglist .blog-article__footer-group:not(:last-child) {
  margin-right: 30px;
}
body.blog-detail .blog__content > * + *,
body.xblogdetail .blog__content > * + * {
  margin-top: 20px;
}
body.blog-detail .blog-detail__banner,
body.xblogdetail .blog-detail__banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 33%;
}
@media (min-width: 1200px) {
  body.blog-detail .blog-detail__banner,
  body.xblogdetail .blog-detail__banner {
    padding-top: 285px;
  }
}
body.blog-detail .blog-detail__banner:before,
body.xblogdetail .blog-detail__banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid currentColor;
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 1200px) {
  body.blog-detail .blog-detail__header-wrapper,
  body.xblogdetail .blog-detail__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
body.blog-detail .blog-article__tag-list,
body.xblogdetail .blog-article__tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.blog-detail .blog-article__tag-item,
body.xblogdetail .blog-article__tag-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
body.blog-detail .blog-article__tag,
body.xblogdetail .blog-article__tag {
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  display: block;
  border-radius: 4px;
  border: 1px solid currentColor;
  padding: 0 15px;
  line-height: 2;
  color: currentColor;
  opacity: 0.8;
}
body.blog-detail .blog-article__tag:hover,
body.xblogdetail .blog-article__tag:hover,
body.blog-detail .blog-article__tag:active,
body.xblogdetail .blog-article__tag:active,
body.blog-detail .blog-article__tag:focus,
body.xblogdetail .blog-article__tag:focus {
  opacity: 0.8;
}
body.blog-detail .blog-detail__content:before,
body.xblogdetail .blog-detail__content:before,
body.blog-detail .blog-detail__content:after,
body.xblogdetail .blog-detail__content:after {
  content: " ";
  display: table;
}
body.blog-detail .blog-detail__content:after,
body.xblogdetail .blog-detail__content:after {
  clear: both;
}
body.blog-detail .blog-detail__content:before,
body.xblogdetail .blog-detail__content:before,
body.blog-detail .blog-detail__content:after,
body.xblogdetail .blog-detail__content:after {
  content: " ";
  display: table;
}
body.blog-detail .blog-detail__content:after,
body.xblogdetail .blog-detail__content:after {
  clear: both;
}
body.blog-detail .blog-detail__content h1 a,
body.xblogdetail .blog-detail__content h1 a,
body.blog-detail .blog-detail__content h2 a,
body.xblogdetail .blog-detail__content h2 a,
body.blog-detail .blog-detail__content h3 a,
body.xblogdetail .blog-detail__content h3 a,
body.blog-detail .blog-detail__content h4 a,
body.xblogdetail .blog-detail__content h4 a,
body.blog-detail .blog-detail__content h5 a,
body.xblogdetail .blog-detail__content h5 a,
body.blog-detail .blog-detail__content h6 a,
body.xblogdetail .blog-detail__content h6 a {
  text-decoration: underline;
}
body.blog-detail .blog-detail__content p,
body.xblogdetail .blog-detail__content p {
  margin-bottom: 20px;
}
body.blog-detail .blog-detail__content a.image-link:hover img,
body.xblogdetail .blog-detail__content a.image-link:hover img,
body.blog-detail .blog-detail__content a.image-link:active img,
body.xblogdetail .blog-detail__content a.image-link:active img,
body.blog-detail .blog-detail__content a.image-link:focus img,
body.xblogdetail .blog-detail__content a.image-link:focus img {
  opacity: 0.7;
}
body.blog-detail .blog-detail__content a.image-link--block,
body.xblogdetail .blog-detail__content a.image-link--block {
  display: table;
  margin: auto;
}
body.blog-detail .blog-detail__content a.image-link img,
body.xblogdetail .blog-detail__content a.image-link img {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}
body.blog-detail .blog-detail__content a img,
body.xblogdetail .blog-detail__content a img {
  max-width: 100%;
}
body.blog-detail .blog-detail__content img,
body.xblogdetail .blog-detail__content img {
  position: relative;
  max-width: 100%;
}
body.blog-detail .blog-detail__content img.fr-dib,
body.xblogdetail .blog-detail__content img.fr-dib {
  display: block;
  float: none;
  margin: 5px auto;
  vertical-align: top;
}
body.blog-detail .blog-detail__content img.fr-dib.fr-fir,
body.xblogdetail .blog-detail__content img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
body.blog-detail .blog-detail__content img.fr-dib.fr-fil,
body.xblogdetail .blog-detail__content img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
body.blog-detail .blog-detail__content img.fr-dii,
body.xblogdetail .blog-detail__content img.fr-dii {
  display: inline-block;
  vertical-align: bottom;
  margin: 5px 25px;
}
body.blog-detail .blog-detail__content img.fr-dii.fr-fir,
body.xblogdetail .blog-detail__content img.fr-dii.fr-fir {
  float: right;
  margin-right: 0px;
}
body.blog-detail .blog-detail__content img.fr-dii.fr-fil,
body.xblogdetail .blog-detail__content img.fr-dii.fr-fil {
  float: left;
  margin-left: 0px;
}
body.blog-detail .blog-detail__content .fr-video,
body.xblogdetail .blog-detail__content .fr-video {
  position: relative;
  max-width: 100%;
}
body.blog-detail .blog-detail__content .fr-video.fr-dvb,
body.xblogdetail .blog-detail__content .fr-video.fr-dvb {
  margin: 5px auto;
  display: block;
  clear: both;
}
body.blog-detail .blog-detail__content .fr-video.fr-dvb.fr-fvl,
body.xblogdetail .blog-detail__content .fr-video.fr-dvb.fr-fvl {
  text-align: left;
  margin-left: 0;
}
body.blog-detail .blog-detail__content .fr-video.fr-dvb.fr-fvr,
body.xblogdetail .blog-detail__content .fr-video.fr-dvb.fr-fvr {
  text-align: right;
  margin-right: 0;
}
body.blog-detail .blog-detail__content .fr-video.fr-dvi,
body.xblogdetail .blog-detail__content .fr-video.fr-dvi {
  display: inline-block;
  vertical-align: bottom;
  max-width: calc(100% - 10px);
  margin: 5px;
}
body.blog-detail .blog-detail__content .fr-video.fr-dvi.fr-fvl,
body.xblogdetail .blog-detail__content .fr-video.fr-dvi.fr-fvl,
body.blog-detail .blog-detail__content .fr-video.fr-dvi.fr-fvr,
body.xblogdetail .blog-detail__content .fr-video.fr-dvi.fr-fvr {
  max-width: calc(100% - 5px);
}
body.blog-detail .blog-detail__content .fr-video.fr-dvi.fr-fvl,
body.xblogdetail .blog-detail__content .fr-video.fr-dvi.fr-fvl {
  float: left;
  margin-left: 0;
}
body.blog-detail .blog-detail__content .fr-video.fr-dvi.fr-fvr,
body.xblogdetail .blog-detail__content .fr-video.fr-dvi.fr-fvr {
  float: right;
  margin-right: 0;
}
body.blog-detail .blog-detail__content .fr-video .iframe-wrapper,
body.xblogdetail .blog-detail__content .fr-video .iframe-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body.blog-detail .blog-detail__content .fr-video iframe,
body.xblogdetail .blog-detail__content .fr-video iframe {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.blog-detail .blog-detail__content blockquote,
body.xblogdetail .blog-detail__content blockquote {
  font-family: 'FSEmeric', "Times";
  font-weight: 500;
  position: relative;
  max-width: 845px;
  border-left: 0;
  margin: 20px auto;
  padding: 40px 15px;
  text-align: center;
  font-size: 36px;
  color: currentColor;
  line-height: 1;
  opacity: 0.6;
}
body.blog-detail .blog-detail__content blockquote:before,
body.xblogdetail .blog-detail__content blockquote:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  border: 5px solid currentColor;
  border-width: 5px 0;
  opacity: 0.2;
}
body.blog-detail .blog-detail__content blockquote > blockquote,
body.xblogdetail .blog-detail__content blockquote > blockquote {
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
}
body.blog-detail .blog-detail__content blockquote > blockquote:before,
body.xblogdetail .blog-detail__content blockquote > blockquote:before,
body.blog-detail .blog-detail__content blockquote > blockquote:after,
body.xblogdetail .blog-detail__content blockquote > blockquote:after {
  content: unset;
}
body.blog-detail .blog-detail__content blockquote h1,
body.xblogdetail .blog-detail__content blockquote h1,
body.blog-detail .blog-detail__content blockquote h2,
body.xblogdetail .blog-detail__content blockquote h2,
body.blog-detail .blog-detail__content blockquote h3,
body.xblogdetail .blog-detail__content blockquote h3,
body.blog-detail .blog-detail__content blockquote h4,
body.xblogdetail .blog-detail__content blockquote h4,
body.blog-detail .blog-detail__content blockquote h5,
body.xblogdetail .blog-detail__content blockquote h5,
body.blog-detail .blog-detail__content blockquote h6,
body.xblogdetail .blog-detail__content blockquote h6,
body.blog-detail .blog-detail__content blockquote p,
body.xblogdetail .blog-detail__content blockquote p {
  margin-bottom: 0;
}
body.blog-detail .blog-detail__content blockquote * + *,
body.xblogdetail .blog-detail__content blockquote * + * {
  margin-top: 20px;
}
body.blog-detail .blog-detail__content ul,
body.xblogdetail .blog-detail__content ul {
  list-style-type: disc;
}
body.blog-detail .blog-detail__footer,
body.xblogdetail .blog-detail__footer {
  position: relative;
}
body.blog-detail .blog-detail__footer:before,
body.xblogdetail .blog-detail__footer:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  border-top: 1px solid currentColor;
  opacity: 0.2;
}
[id="main"].showroom-detail {
  background: #0f0f0f;
  color: #ffffff;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  [id="main"].showroom-detail {
    font-size: 16px;
  }
}
[id="main"].showroom-detail *:not(i) {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
[id="main"].showroom-detail .textbuttonIcon {
  font-family: FontAwesome;
}
[id="main"].showroom-detail h1,
[id="main"].showroom-detail h2,
[id="main"].showroom-detail h3,
[id="main"].showroom-detail h4 {
  line-height: 1;
  margin: 0 0 1em;
  text-transform: none;
  text-shadow: none;
  padding: 0;
  font-weight: 400;
}
[id="main"].showroom-detail h1 {
  color: #ffffff;
  font-size: 1.9em;
}
[id="main"].showroom-detail h2,
[id="main"].showroom-detail h3 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.7em;
}
[id="main"].showroom-detail h4,
[id="main"].showroom-detail h5,
[id="main"].showroom-detail h6 {
  font-size: 1.3em;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  font-weight: 400;
}
.showroom-detail__content {
  padding-top: 15px;
}
.showroom-detail__section--features {
  padding-bottom: 3em;
}
@media (min-width: 992px) {
  .showroom-detail__section--features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .showroom-detail__section--features > * {
    flex: 1 0 auto;
  }
  .showroom-detail__features-left {
    width: 40%;
    max-width: 40%;
  }
  .showroom-detail__features-center {
    width: 35%;
    padding: 0 3%;
  }
  .showroom-detail__features-right {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .showroom-detail__features-center {
    padding: 0 5%;
  }
}
.showroom-detail__breadcrumbs {
  padding-bottom: 1em;
}
.showroom-detail__crumb {
  display: inline-block;
}
.showroom-detail__crumb + .showroom-detail__crumb:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  padding: 0 .2em;
}
.showroom-detail__crumb a {
  color: #ffffff;
  transition: 0.2s;
}
.showroom-detail__crumb a:hover,
.showroom-detail__crumb a:active,
.showroom-detail__crumb a:focus {
  color: #ff9c00;
}
.showroom-detail__header .showroom-detail__title-year,
.showroom-detail__header .showroom-detail__title-make {
  font-weight: 700;
}
.showroom-detail__header .showroom-detail__title-model,
.showroom-detail__header .showroom-detail__title-name {
  font-weight: 300;
}
.showroom-detail__trim-picker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.trim-picker__select-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.trim-picker__select-wrapper select {
  height: 50px;
  font-size: 16px;
  border: 0;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.trim-picker__select-wrapper select::-ms-expand {
  display: none;
}
.trim-picker__select-wrapper select:hover,
.trim-picker__select-wrapper select:active,
.trim-picker__select-wrapper select:focus {
  background: #fbfbfb;
  color: #000;
}
.trim-picker__select-wrapper:after {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  z-index: 1;
  right: 10px;
  line-height: 50px;
  height: 50px;
  top: 0;
  font-size: inherit;
  font-weight: normal;
  pointer-events: none;
}
.showroom-detail__units-in-stock a {
  display: block;
  background: #eee;
  color: #000;
  padding: 0 1em;
  height: 50px;
  line-height: 50px;
  transition: 0.2s background;
}
.showroom-detail__units-in-stock a > span {
  display: inline-block;
  vertical-align: middle;
}
.showroom-detail__units-in-stock a:hover,
.showroom-detail__units-in-stock a:active,
.showroom-detail__units-in-stock a:focus {
  background: #ddd;
  color: #000;
}
.units-in-stock__units {
  font-size: 2em;
}
.showroom-detail__section--features .showroom-detail__slideshow {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 0;
}
.showroom-detail__section--features .showroom-detail__slideshow img {
  width: 100%;
}
.showroom-detail__slideshow-instructions {
  text-align: center;
  padding: .3em 0;
}
#main[data-photos-length="1"] .showroom-detail__slideshow-instructions {
  display: none;
}
@media (max-width: 991px) {
  .showroom-detail__social {
    padding-top: 1em;
  }
}
.showroom-detail__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 300px;
}
.showroom-detail__social-list > li a {
  color: #ffffff;
  transition: 0.2s;
}
.showroom-detail__social-list > li a:hover,
.showroom-detail__social-list > li a:active,
.showroom-detail__social-list > li a:focus {
  color: #ff9c00;
}
.showroom-detail__social-list > li .addthis_toolbox > a {
  margin: 0;
}
.showroom-detail__social-list > li .addthis_toolbox > a > span {
  line-height: inherit;
}
.showroom-detail__share-button {
  cursor: pointer;
  color: #ffffff;
  background: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  transition: 0.2s;
}
.showroom-detail__share-button:hover,
.showroom-detail__share-button:active,
.showroom-detail__share-button:focus {
  color: #ff9c00;
  background: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.showroom-detail__social-label {
  font-size: .9em;
}
.showroom-detail__social-label:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: .3em;
  font-size: 1.3em;
}
.showroom-detail__social-share .showroom-detail__social-label::before {
  content: "\f1e0";
}
.showroom-detail__social-print .showroom-detail__social-label::before {
  content: "\f02f";
}
.showroom-detail__social-contact .showroom-detail__social-label::before {
  content: "\f0e0";
}
.showroom-detail__pricing-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showroom-detail__price-name {
  width: 60%;
  margin: 0;
  display: inline-block;
  padding-right: 10px;
}
.showroom-detail__price-value {
  width: 38%;
}
.showroom-detail__highlighted-pricing {
  margin: 1em 0;
}
@media (min-width: 992px) {
  .showroom-detail__highlighted-pricing {
    margin: 2em 0 1em;
  }
}
.showroom-detail__highlighted-pricing .showroom-detail__price--highlighted {
  padding-bottom: .7em;
}
.showroom-detail__highlighted-pricing .showroom-detail__price--highlighted .showroom-detail__price-name {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  color: #ffffff;
}
.showroom-detail__highlighted-pricing .showroom-detail__price--highlighted .showroom-detail__price-value {
  display: block;
  font-size: 2.5em;
  color: #ff9c00;
  font-weight: bold;
  line-height: 1;
}
.showroom-detail .showroom-detail__exterior-colors h4,
.showroom-detail .showroom-detail__interior-colors h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: .5em;
}
.showroom-detail__exterior-colors {
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 1.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.showroom-detail__exterior-colors:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.showroom-detail__exterior-colors:after {
  bottom: auto;
  top: 0;
}
.showroom-detail__swatches {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showroom-detail__swatches:before,
.showroom-detail__swatches:after {
  content: " ";
  display: table;
}
.showroom-detail__swatches:after {
  clear: both;
}
.showroom-detail__swatches:before,
.showroom-detail__swatches:after {
  content: " ";
  display: table;
}
.showroom-detail__swatches:after {
  clear: both;
}
.showroom-detail__swatch {
  float: left;
}
.showroom-detail__swatch button {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #ffffff;
  position: relative;
  transition: 0.2s;
  background: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.showroom-detail__swatch button:hover,
.showroom-detail__swatch button:active,
.showroom-detail__swatch button:focus {
  transform: scale(1.05);
  background: 0;
  box-shadow: none;
  border-radius: 0;
}
.showroom-detail__swatch--active {
  pointer-events: none;
}
.showroom-detail__swatch--active button:after {
  content: '\f05d';
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.showroom-detail__selected-swatch {
  padding-top: .2em;
  min-height: 1.6em;
}
.showroom-detail__swatch-img {
  max-width: 100%;
}
.showroom-detail__trim-highlights {
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 1.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.showroom-detail__trim-highlights:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.showroom-detail__trim-highlights:after {
  bottom: auto;
  top: 0;
}
@media (max-width: 991px) {
  .showroom-detail__trim-highlights {
    padding-bottom: 1em;
  }
}
.showroom-detail__trim-highlights-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showroom-detail__trim-highlight {
  margin-bottom: 1em;
  line-height: 1;
}
@media (max-width: 991px) {
  .showroom-detail__trim-highlight {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
}
.showroom-detail__trim-highlight-name {
  display: block;
  color: #ffffff;
  font-weight: bold;
}
.showroom-detail__trim-highlight-value {
  color: rgba(255, 255, 255, 0.7);
}
.showroom-detail__actions {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5em;
}
.showroom-detail__actions:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  width: 20%;
  border-top: 5px solid #ff9c00;
}
.showroom-detail__actions-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showroom-detail__actions .showroom-detail__actions-list {
  margin-bottom: 1em;
}
.showroom-detail__action:not(:first-of-type) {
  margin-top: .5em;
}
.showroom-detail__action.disabled > a {
  position: relative;
  pointer-events: none;
}
.showroom-detail__action.disabled > a:after {
  content: "\02713 \000A0 Thank You!";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
  padding-top: 1em;
  z-index: 1;
}
.showroom-detail__action.disabled:first-child > a:after {
  padding-top: 1.3em;
}
.showroom-detail__action > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 0 .5em;
  height: 4.5em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
  transition: 0.2s background;
}
.showroom-detail__action > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%);
}
.showroom-detail__action > a:hover,
.showroom-detail__action > a:active,
.showroom-detail__action > a:focus {
  background: #212121;
}
.showroom-detail__action > a .showroom-detail__action-text {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.showroom-detail__action > a .showroom-detail__action-text:before {
  font-family: FontAwesome;
  font-weight: normal;
  opacity: .4;
  padding-right: .5em;
}
.showroom-detail__action:first-child > a {
  background: #ff9c00;
  color: #000000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  height: 5.5em;
  border: none;
}
.showroom-detail__action:first-child > a .showroom-detail__action-text {
  font-size: 1.2em;
}
@media (min-width: 1200px) {
  .showroom-detail__action:first-child > a .showroom-detail__action-text {
    font-size: 1.7em;
  }
}
.showroom-detail__action:first-child > a:hover,
.showroom-detail__action:first-child > a:active,
.showroom-detail__action:first-child > a:focus {
  background: #db8600;
}
.showroom-detail__fancy-cta {
  padding-top: .5em;
}
.showroom-detail__fancy-cta > a {
  display: block;
  height: auto;
  padding: 1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: .3em;
  transition: 0.2s;
}
.showroom-detail__fancy-cta > a:hover,
.showroom-detail__fancy-cta > a:active,
.showroom-detail__fancy-cta > a:focus {
  border-color: #ff9c00;
}
.showroom-detail__fancy-cta > a:hover > span:last-child,
.showroom-detail__fancy-cta > a:active > span:last-child,
.showroom-detail__fancy-cta > a:focus > span:last-child {
  color: #ff9c00;
}
.showroom-detail__fancy-cta > a > span {
  line-height: 1.1;
  display: block;
  padding: 0 .5em;
}
.showroom-detail__fancy-cta > a > span:last-child {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  transition: 0.2s color;
}
.showroom-detail__section--panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.showroom-detail__panel-tabs {
  -webkit-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .showroom-detail__panel-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.showroom-detail__tab {
  color: #ffffff;
  padding: 0 1em;
  cursor: pointer;
  transition: 0.2s color;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.5em;
  height: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .showroom-detail__tab {
    display: flex;
    border-left: 3px solid transparent;
  }
}
@media (min-width: 768px) {
  .showroom-detail__tab {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border-bottom: 0.15em solid #0f0f0f;
    height: 4.5em;
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .showroom-detail__tab {
    font-size: 1.5em;
  }
}
.showroom-detail__tab > span {
  position: relative;
  line-height: 1.1;
}
.showroom-detail__tab > span:after {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  transition: 0.2s transform;
}
@media (max-width: 767px) {
  .showroom-detail__tab > span:after {
    transform: rotate(-90deg);
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .showroom-detail__tab > span:after {
    padding-left: .3em;
  }
}
.showroom-detail__tab:hover,
.showroom-detail__tab:active,
.showroom-detail__tab:focus {
  color: rgba(255, 255, 255, 0.7);
}
.showroom-detail__tab--active {
  pointer-events: none;
  border-color: #ff9c00;
}
.showroom-detail__tab--active > span:after {
  transform: none;
}
@media (max-width: 767px) {
  .showroom-detail__tab--active {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
}
.showroom-detail__tab--active:hover,
.showroom-detail__tab--active:active,
.showroom-detail__tab--active:focus {
  opacity: 1;
}
@media (max-width: 767px) {
  .showroom-detail__panel-sidebar {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .showroom-detail__panel-sidebar {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .showroom-detail__panel-sidebar {
    background: rgba(255, 255, 255, 0.03);
    -webkit-box-flex: 1 0 33%;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    width: 33%;
    max-width: 33%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2em;
  }
}
@media (min-width: 1200px) {
  .showroom-detail__panel-sidebar {
    padding: 2em 3em;
  }
}
.showroom-detail__sidebar-image {
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 2em;
  text-align: center;
}
.showroom-detail__sidebar-image:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.showroom-detail__sidebar-image-wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.showroom-detail__sidebar-image-wrapper:after {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 100%;
  padding-right: 5%;
  padding-bottom: 2%;
  font-size: 2.5em;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  text-align: right;
  transition: 0.2s opacity;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.showroom-detail__sidebar-image-wrapper:hover:after,
.showroom-detail__sidebar-image-wrapper:active:after,
.showroom-detail__sidebar-image-wrapper:focus:after {
  opacity: 1;
}
.showroom-detail__sidebar-image-wrapper img {
  max-width: 100%;
}
.showroom-detail__sidebar-highlights {
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 2em;
}
.showroom-detail__sidebar-highlights:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.showroom-detail__featured-attributes {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showroom-detail__featured-attributes li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: .5em;
  line-height: 1.2;
  padding-bottom: .5em;
}
.showroom-detail__featured-attributes li:last-of-type {
  border-bottom: 0;
}
.showroom-detail__featured-attributes .showroom-detail__unit-attr-name,
.showroom-detail__featured-attributes .showroom-detail__unit-attr-value {
  display: inline-block;
  vertical-align: top;
}
.showroom-detail__featured-attributes .showroom-detail__unit-attr-name {
  width: 40%;
  padding-right: .5em;
  margin-right: auto;
  font-weight: bold;
}
.showroom-detail__featured-attributes .showroom-detail__unit-attr-value {
  width: 55%;
}
.showroom-detail__sidebar-ctas .showroom-detail__sidebar-cta {
  margin-bottom: .5em;
}
.showroom-detail__sidebar-ctas-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showroom-detail__sidebar-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1em 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: .3em;
  height: 6.25em;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.2s background;
}
.showroom-detail__sidebar-cta a:hover,
.showroom-detail__sidebar-cta a:active,
.showroom-detail__sidebar-cta a:focus {
  background: #212121;
}
.showroom-detail__sidebar-cta a i {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 20%;
  max-width: 20%;
  color: #ff9c00;
  text-align: center;
  font-size: 1.3em;
}
.showroom-detail__sidebar-cta a > span {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 7%;
  padding-right: 2%;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.showroom-detail__sidebar-cta a > span > span {
  display: block;
}
.showroom-detail__sidebar-cta a > span > span:last-child {
  font-size: 1.5em;
}
.showroom-detail__panels {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
}
@media (min-width: 992px) {
  .showroom-detail__panels {
    -webkit-box-flex: 1 0 67%;
    -webkit-flex: 1 0 67%;
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    width: 67%;
    max-width: 67%;
  }
}
.showroom-detail__panel {
  display: none;
  padding: 2em;
}
@media (min-width: 992px) {
  .showroom-detail__panel {
    padding: 2em 0;
  }
}
.showroom-detail__panel--active {
  display: block;
}
@media (min-width: 992px) {
  .showroom-detail__panel--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.showroom-detail__panel--specs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .showroom-detail__panel--specs li {
    margin-bottom: .5em;
  }
}
.showroom-detail__panel--specs .showroom-detail__unit-attr-name {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
}
.showroom-detail__panel--specs .showroom-detail__unit-attr {
  margin-bottom: .3em;
}
@media (min-width: 768px) {
  .showroom-detail__panel--specs .showroom-detail__unit-attr-name {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-right: .5em;
  }
  .showroom-detail__panel--specs .showroom-detail__unit-attr-value {
    display: inline-block;
    vertical-align: top;
    width: 63%;
  }
}
.showroom-detail__panel--specs h3,
.showroom-detail__panel--specs h4,
.showroom-detail__panel--specs h5,
.showroom-detail__panel--specs h6 {
  font-size: 1.7em!important;
  margin-bottom: .5em!important;
}
.showroom-detail__panel--specs h3:not(:first-of-type),
.showroom-detail__panel--specs h4:not(:first-of-type),
.showroom-detail__panel--specs h5:not(:first-of-type),
.showroom-detail__panel--specs h6:not(:first-of-type) {
  padding-top: 1em;
}
@media (max-width: 767px) {
  .showroom-detail__panel--photos .showroom-detail__photography-header {
    display: none !important;
  }
}
.showroom-detail__panel--photos .showroom-detail__photography-group {
  width: 100%;
}
@media (min-width: 400px) {
  .showroom-detail__panel--photos .showroom-detail__photography-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.showroom-detail__panel--photos .showroom-detail__photograph {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  margin-bottom: .5em;
  cursor: pointer;
}
@media (min-width: 400px) and (max-width: 1199px) {
  .showroom-detail__panel--photos .showroom-detail__photograph {
    width: 49%;
    max-width: 49%;
  }
  .showroom-detail__panel--photos .showroom-detail__photograph:nth-child(odd) {
    margin-right: 1%;
  }
  .showroom-detail__panel--photos .showroom-detail__photograph:nth-child(even) {
    margin-left: 1%;
  }
}
@media (min-width: 1200px) {
  .showroom-detail__panel--photos .showroom-detail__photograph {
    width: 32%;
    max-width: 32%;
  }
  .showroom-detail__panel--photos .showroom-detail__photograph:nth-child(3n+1) {
    margin-right: 1%;
  }
  .showroom-detail__panel--photos .showroom-detail__photograph:nth-child(3n+2) {
    margin-right: 1%;
    margin-left: 1%;
  }
  .showroom-detail__panel--photos .showroom-detail__photograph:nth-child(3n) {
    margin-left: 1%;
  }
}
.showroom-detail__panel-main {
  width: 100%;
}
@media (min-width: 992px) {
  .showroom-detail__panel-main {
    padding: 0 2em;
  }
}
@media (min-width: 1200px) {
  .showroom-detail__panel-main {
    padding: 0 3em;
  }
}
.showroom-detail__panel-main ul {
  list-style: none;
  padding-left: 0;
}
.showroom-detail__panel-main ul li {
  position: relative;
  padding-left: 1em;
}
.showroom-detail__panel-main ul li:before {
  content: '\2022';
  color: #ff9c00;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.showroom-detail__panel-main > strong {
  display: block;
  margin-bottom: .8em;
  font-size: 1.2em;
}
.showroom-detail__disclaimer {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  margin: 1.5em 2em 1em 1em;
}
.showroom-detail__disclaimer:before {
  display: inline-block;
  vertical-align: top;
  content: '\f05a';
  font-family: FontAwesome;
  width: 60px;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
}
.showroom-detail__disclaimer p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 30px;
}
@media (min-width: 992px) {
  .showroom-detail__disclaimer {
    margin: 2em;
  }
  .showroom-detail__disclaimer:before {
    width: 80px;
    vertical-align: middle;
  }
  .showroom-detail__disclaimer p {
    width: calc(100% - 85px);
  }
}
.showroom-detail__slideshow {
  overflow: hidden;
}
.Shell {
  display: none;
}
body.ZOOMED {
  overflow: hidden;
}
body.ZOOMED .Shell {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
body.ZOOMED .Shell .showroom-detail__slideshow {
  text-align: center;
  overflow: hidden;
  width: 1024px;
  max-width: 100vw;
}
body.ZOOMED .Shell .showroom-detail__photograph {
  width: 1024px;
  height: 768px;
  max-width: 100vw;
  max-height: 100vh;
}
body.ZOOMED .showroom-detail__slideshow-nav {
  z-index: 100;
  position: absolute;
  color: #fff;
  text-align: center;
  margin: auto auto;
  cursor: pointer;
  height: 50px;
}
@media (max-width: 767px) {
  body.ZOOMED .showroom-detail__slideshow-nav {
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  body.ZOOMED .showroom-detail__slideshow-nav {
    top: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  body.ZOOMED .showroom-detail__slideshow-nav {
    top: calc(50% - 40px);
    height: 80px;
  }
}
body.ZOOMED .showroom-detail__slideshow-nav i {
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  line-height: 47px;
}
@media (min-width: 992px) {
  body.ZOOMED .showroom-detail__slideshow-nav i {
    width: 80px;
    height: 80px;
    line-height: 77px;
  }
}
body.ZOOMED .showroom-detail__slideshow-nav--left {
  left: calc(50% - 55px);
}
@media (min-width: 768px) {
  body.ZOOMED .showroom-detail__slideshow-nav--left {
    left: 0;
  }
}
body.ZOOMED .showroom-detail__slideshow-nav--right {
  right: calc(50% - 55px);
}
@media (min-width: 768px) {
  body.ZOOMED .showroom-detail__slideshow-nav--right {
    right: 0;
  }
}
body.ZOOMED .showroom-detail__slideshow-image-info {
  z-index: 100;
  position: absolute;
  top: 10px;
  color: #fff;
  text-shadow: 1px 1px #000;
  text-align: right;
  left: 0;
  font-size: 20px;
  padding-right: 20px;
  line-height: 20px;
  right: 50px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  body.ZOOMED .showroom-detail__slideshow-image-info {
    top: 30px;
    right: 80px;
  }
}
body.ZOOMED .showroom-detail__slideshow-image-info .showroom-detail__slideshow-image-number,
body.ZOOMED .showroom-detail__slideshow-image-info .showroom-detail__slideshow-image-count {
  display: inline-block;
}
body.ZOOMED .showroom-detail__slideshow-image-info .showroom-detail__slideshow-image-number:after {
  content: " /";
}
body.ZOOMED .showroom-detail__slideshow-close {
  z-index: 100;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  body.ZOOMED .showroom-detail__slideshow-close {
    width: 80px;
    height: 80px;
  }
}
body.ZOOMED .showroom-detail__slideshow-close:before,
body.ZOOMED .showroom-detail__slideshow-close:after {
  content: "";
  height: 20px;
  width: 3px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
}
body.ZOOMED .showroom-detail__slideshow-close:before {
  transform: rotate(-45deg);
}
body.ZOOMED .showroom-detail__slideshow-close:after {
  transform: rotate(45deg);
}
body.ZOOMED #main[data-photos-length="1"] + .Shell .showroom-detail__slideshow-nav,
body.ZOOMED #main[data-photos-length="1"] + .Shell .showroom-detail__slideshow-image-number,
body.ZOOMED #main[data-photos-length="1"] + .Shell .showroom-detail__slideshow-image-count {
  display: none;
}
.showroom-detail__photograph {
  position: relative;
  overflow: hidden;
  cursor: grab;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.showroom-detail__photograph:after {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 100%;
  padding-right: 5%;
  padding-bottom: 2%;
  font-size: 2.5em;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  text-align: right;
  transition: 0.2s opacity;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.showroom-detail__photograph:hover:after,
.showroom-detail__photograph:active:after,
.showroom-detail__photograph:focus:after {
  opacity: 1;
}
.showroom-detail__photograph:before {
  content: "";
  display: block;
  padding-bottom: 75%;
  position: relative;
}
.Shell .showroom-detail__photograph:after {
  display: none;
}
body.body__showroom-detail #modalBox .modal-message {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  body.body__showroom-detail #modalBox .modal-message {
    font-size: 1.7em;
  }
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  display: block;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li:not(:first-of-type) {
  margin-top: .5em !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li.disabled > a {
  position: relative !important;
  pointer-events: none !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li.disabled > a:after {
  content: "\02713 \000A0 Thank You!" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  border-radius: 5px !important;
  text-align: center !important;
  font-size: 1.5em !important;
  line-height: 1 !important;
  padding-top: 1em !important;
  z-index: 1 !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li.disabled:first-child > a:after {
  padding-top: 1.3em !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 .5em !important;
  height: 4.5em !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
  background: #0f0f0f !important;
  transition: 0.2s background !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li > a:before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.08) 100%) !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li > a:hover,
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li > a:active,
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li > a:focus {
  background: #212121 !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li > a .showroom-detail__action-text {
  text-transform: uppercase !important;
  font-weight: bold !important;
  position: relative !important;
  z-index: 1 !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li > a .showroom-detail__action-text:before {
  font-family: FontAwesome !important;
  font-weight: normal !important;
  opacity: .4 !important;
  padding-right: .5em !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li:first-child > a {
  background: #ff9c00 !important;
  color: #000000 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  height: 5.5em !important;
  border: none !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li:first-child > a .showroom-detail__action-text {
  font-size: 1.2em !important;
}
@media (min-width: 1200px) {
  body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li:first-child > a .showroom-detail__action-text {
    font-size: 1.7em;
  }
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li:first-child > a:hover,
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li:first-child > a:active,
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li:first-child > a:focus {
  background: #db8600 !important;
}
body.body__showroom-detail #modalBox.COMPLETED .unitLeadButtons ul > li:first-child > a > .showroom-detail__action-text {
  font-size: 1.7em!important;
}
.center-image {
  margin: 0 auto;
}
.refine-search-container {
  display: none !important;
}
#modalBox .unitLeadButtons,
body.InventoryDetail .unitLeadButtons,
body.inventorydetails .unitLeadButtons {
  overflow: hidden;
}
#modalBox .unitLeadButtons .textbutton,
body.InventoryDetail .unitLeadButtons .textbutton,
body.inventorydetails .unitLeadButtons .textbutton {
  margin-bottom: 1px;
}
#modalBox .unitLeadButtons a,
body.InventoryDetail .unitLeadButtons a,
body.inventorydetails .unitLeadButtons a {
  position: relative;
  display: block;
  background-color: #262626;
  color: #ffffff;
  font-weight: 700;
}
#modalBox .unitLeadButtons a:hover,
body.InventoryDetail .unitLeadButtons a:hover,
body.inventorydetails .unitLeadButtons a:hover,
#modalBox .unitLeadButtons a:active,
body.InventoryDetail .unitLeadButtons a:active,
body.inventorydetails .unitLeadButtons a:active,
#modalBox .unitLeadButtons a:focus,
body.InventoryDetail .unitLeadButtons a:focus,
body.inventorydetails .unitLeadButtons a:focus {
  background-color: #3d3d3d;
}
#modalBox .unitLeadButtons a:before,
body.InventoryDetail .unitLeadButtons a:before,
body.inventorydetails .unitLeadButtons a:before {
  display: none;
}
#modalBox .unitLeadButtons .textbuttonIcon,
body.InventoryDetail .unitLeadButtons .textbuttonIcon,
body.inventorydetails .unitLeadButtons .textbuttonIcon,
#modalBox .unitLeadButtons .textbuttonArrow,
body.InventoryDetail .unitLeadButtons .textbuttonArrow,
body.inventorydetails .unitLeadButtons .textbuttonArrow {
  color: #ff9c00;
}
#modalBox .unitLeadButtons .textbuttonContent,
body.InventoryDetail .unitLeadButtons .textbuttonContent,
body.inventorydetails .unitLeadButtons .textbuttonContent {
  font-weight: 700;
}
#modalBox .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow,
body.InventoryDetail .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow,
body.inventorydetails .unitLeadButtons ul > li.textbutton a > span.textbuttonArrow {
  right: 0;
  margin-top: -9px;
}
#modalBox .backLink a,
body.InventoryDetail .backLink a,
body.inventorydetails .backLink a {
  background-color: #262626;
}
#modalBox .backLink a .buttontext,
body.InventoryDetail .backLink a .buttontext,
body.inventorydetails .backLink a .buttontext {
  color: #ff9c00;
}
#modalBox .backLink a .fa,
body.InventoryDetail .backLink a .fa,
body.inventorydetails .backLink a .fa {
  color: #ff9c00;
}
#modalBox .backLink a:hover,
body.InventoryDetail .backLink a:hover,
body.inventorydetails .backLink a:hover,
#modalBox .backLink a:active,
body.InventoryDetail .backLink a:active,
body.inventorydetails .backLink a:active,
#modalBox .backLink a:focus,
body.InventoryDetail .backLink a:focus,
body.inventorydetails .backLink a:focus {
  background-color: #3d3d3d;
}
body.InventoryDetail .unitText {
  color: #ffffff;
}
body.InventoryDetail .unitText .more,
body.InventoryDetail .unitText .less {
  color: #ff9c00;
}
body.InventoryDetail .unitText .more:hover,
body.InventoryDetail .unitText .less:hover,
body.InventoryDetail .unitText .more:active,
body.InventoryDetail .unitText .less:active,
body.InventoryDetail .unitText .more:focus,
body.InventoryDetail .unitText .less:focus {
  color: #ffffff;
}
body.InventoryDetail .unitTitle h1 {
  color: #ff9c00;
}
body.InventoryDetail .unitPrice h3 {
  color: rgba(255, 255, 255, 0.5);
}
body.InventoryDetail .unitPrice h2 {
  color: #ff9c00;
}
body.InventoryDetail #invUnitSlider .image_overlay {
  position: absolute;
  display: none;
  top: 0;
  right: 15px;
  z-index: 2;
  background-color: #ff9c00;
}
body.InventoryDetail #invUnitSlider .image_overlay.visible {
  display: block;
  padding: 15px 30px;
  opacity: 0.8;
}
body.InventoryDetail #invUnitSlider .image_overlay.visible p {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767px) {
  body.InventoryDetail #invUnitSlider .image_overlay.visible p {
    font-size: 18px;
  }
}
body.InventoryDetail #invUnitSlider:hover .image_overlay.visible {
  display: none;
}
body.InventoryDetail .invUnitInfo {
  background-color: #262626;
}
body.InventoryDetail .invUnitInfo .nav-tabs {
  background-color: #0f0f0f;
  border-bottom: none;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li {
  padding-right: 1px;
  border-bottom: 1px solid #0f0f0f;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li.active {
  border-bottom-color: #262626;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li.active .panel-heading a {
  background-color: #262626;
  color: #ff9c00;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li .panel-heading {
  background-color: #262626;
  border: none;
  border-radius: 0;
}
body.InventoryDetail .invUnitInfo .nav-tabs > li .panel-heading a {
  outline: none;
  color: #ff9c00;
}
body.InventoryDetail .invUnitInfoTable .panel {
  border-width: 0;
}
body.InventoryDetail .invUnitInfoTable .panel .panel-heading {
  background-color: #0f0f0f;
}
body.InventoryDetail .invUnitInfoTable .panel .panel-heading a {
  color: #ff9c00;
}
body.InventoryDetail .invUnitInfoTable .panel .panel-heading a:hover,
body.InventoryDetail .invUnitInfoTable .panel .panel-heading a:focus,
body.InventoryDetail .invUnitInfoTable .panel .panel-heading a:active {
  color: #ffffff;
}
body.InventoryDetail .invUnitInfoTable .panel .panel-body {
  border-top: none !important;
}
body.InventoryDetail .invUnitInfoTable .panel .panel-body h3 {
  color: #ff9c00;
}
body.InventoryDetail .invUnitInfoTable .panel.unitDetailsVideosGallery .videoContent {
  color: #ffffff;
}
body.InventoryDetail .invUnitInfoTable .panel.unitDetailsVideosGallery .videoContent li {
  border-left-width: 1px;
  border-left-style: dotted;
  border-color: #ffffff;
}
body.InventoryDetail .invUnitInfoTable .panel.unitDetailsVideosGallery .videoContainer a .videoImage img:hover {
  outline: 1px solid #ff9c00;
}
@media (max-width: 767px) {
  body.InventoryDetail .invUnitInfoTable .panel.unitDetailsGallery ul > li {
    width: 50%;
    height: auto;
  }
}
body.InventoryDetail .invUnitInfoTable .panel.unitSpecifications li label,
body.InventoryDetail .invUnitInfoTable .panel.unitSpecifications li span {
  border-bottom: 1px solid rgba(61, 61, 61, 0.8);
}
body.InventoryDetail .invUnitInfoTable .panel.unitSpecifications .unitSpecHeader label {
  color: #ff9c00;
}
body.InventoryDetail .invUnitInfoTable .panel.unitPaymentCalculator ul label,
body.InventoryDetail .invUnitInfoTable .panel.unitShippingCalculator ul label {
  color: rgba(255, 255, 255, 0.75);
}
body.InventoryDetail .invUnitInfoTable .panel.unitPaymentCalculator .disclaimer,
body.InventoryDetail .invUnitInfoTable .panel.unitShippingCalculator .disclaimer {
  color: rgba(255, 255, 255, 0.5);
}
body.InventoryDetail #unitDetails {
  background-color: #262626;
}
body.InventoryDetail .unitHighlights {
  background-color: #262626;
  border-left: 1px solid #0f0f0f;
}
body.InventoryDetail .unitHighlights a {
  color: #ff9c00;
}
body.InventoryDetail .invUnitRecommendations a h3 {
  color: #ffffff;
}
body.InventoryDetail .invUnitRecommendations a:hover h3,
body.InventoryDetail .invUnitRecommendations a:active h3,
body.InventoryDetail .invUnitRecommendations a:focus h3 {
  opacity: 0.7;
}
body.InventoryDetail .noImages {
  background-color: #262626;
}
body.InventoryDetail .noImages h3 {
  color: #ffffff;
}
body.InventoryDetail a.carousel-control {
  background: #262626;
  color: #ffffff;
}
body.InventoryDetail a.carousel-control:hover,
body.InventoryDetail a.carousel-control:active,
body.InventoryDetail a.carousel-control:focus {
  background-color: #3d3d3d;
}
.button-ul-styles {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.slideshow-defaults .pause {
  display: none;
}
.slideshow-defaults .carousel-indicators {
  display: none;
}
@media (min-width: 768px) {
  .slideshow-defaults .carousel-indicators {
    display: block;
  }
}
.slideshow-defaults .carousel-control.left {
  left: 15px;
}
@media (min-width: 768px) {
  .slideshow-defaults .carousel-control.left {
    left: 30px;
  }
}
.slideshow-defaults .carousel-control.right {
  right: 15px;
}
@media (min-width: 768px) {
  .slideshow-defaults .carousel-control.right {
    right: 30px;
  }
}
.slideshow-defaults .fa {
  display: block;
}
@media (min-width: 992px) {
  .slideshow-default-opacity .carousel-nav {
    display: none;
  }
  .slideshow-default-opacity:hover .carousel-nav {
    display: block;
  }
  .slideshow-default-opacity:hover .carousel-control {
    opacity: .5;
  }
  .slideshow-default-opacity .carousel-control:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .slideshow-nav-container .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  .slideshow-nav-container .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  .slideshow-nav-container .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  .slideshow-nav-container .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  .slideshow-nav-container .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  .slideshow-nav-container .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  .slideshow-nav-container .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  .slideshow-nav-container .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  .slideshow-nav-container .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  .slideshow-nav-container .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .slideshow-nav-container .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .slideshow-nav-container .carousel-control.right {
    right: -570px;
  }
}
@media (min-width: 768px) {
  .slideshow-nav-container .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .slideshow-nav-container .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .slideshow-nav-container .carousel-control.right {
    right: -570px;
  }
}
@media (min-width: 768px) {
  .slideshow-nav-container .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .slideshow-nav-container .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .slideshow-nav-container .carousel-control.right {
    right: -570px;
  }
}
.finv-defaults {
  text-transform: uppercase;
}
.finv-defaults .finv-heading span {
  color: #ffffff;
}
.finv-defaults .vehicle-title {
  text-align: center;
}
.finv-defaults .carousel-control {
  opacity: 1;
}
.header-defaults {
  position: relative;
  z-index: 3;
}
.header-defaults .header-brand strong {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
header {
  position: relative;
  z-index: 3;
  width: initial;
  background-color: #ffffff;
  color: #000000;
}
header .header-brand strong {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
[class*="dst-header-container"][class*="container-none"] .header-info {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  [class*="dst-header-container"][class*="container-none"] .header-info {
    width: 750px;
  }
}
@media (min-width: 992px) {
  [class*="dst-header-container"][class*="container-none"] .header-info {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  [class*="dst-header-container"][class*="container-none"] .header-info {
    width: 1170px;
  }
}
[class*="dst-header-container"][class*="container-none"] .header-info > .navbar-header,
[class*="dst-header-container"][class*="container-none"] .header-info > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-header-container"][class*="container-none"] .header-info > .navbar-header,
  [class*="dst-header-container"][class*="container-none"] .header-info > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
[class*="dst-header-container"][class*="container-none"] .navbar > * {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-header-container"][class*="container-none"] .navbar > * {
    width: 750px;
  }
}
@media (min-width: 992px) {
  [class*="dst-header-container"][class*="container-none"] .navbar > * {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  [class*="dst-header-container"][class*="container-none"] .navbar > * {
    width: 1170px;
  }
}
[class*="dst-header-container"][class*="container-none"] .navbar > * > .navbar-header,
[class*="dst-header-container"][class*="container-none"] .navbar > * > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-header-container"][class*="container-none"] .navbar > * > .navbar-header,
  [class*="dst-header-container"][class*="container-none"] .navbar > * > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
[class*="dst-header-container"][class*="container-none"] .navbar .navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}
[class*="dst-header-container"][class*="container-all"] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  [class*="dst-header-container"][class*="container-all"] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  [class*="dst-header-container"][class*="container-all"] {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  [class*="dst-header-container"][class*="container-all"] {
    width: 1170px;
  }
}
[class*="dst-header-container"][class*="container-all"] > .navbar-header,
[class*="dst-header-container"][class*="container-all"] > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-header-container"][class*="container-all"] > .navbar-header,
  [class*="dst-header-container"][class*="container-all"] > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
[class*="dst-header-container"][class*="container-all"] .header-info {
  padding-left: 15px;
  padding-right: 15px;
}
[class*="dst-header-container"][class*="container-nav"] .header-info,
[class*="dst-header-container"][class*="container-nav"] .navbar {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  [class*="dst-header-container"][class*="container-nav"] .header-info,
  [class*="dst-header-container"][class*="container-nav"] .navbar {
    width: 750px;
  }
}
@media (min-width: 992px) {
  [class*="dst-header-container"][class*="container-nav"] .header-info,
  [class*="dst-header-container"][class*="container-nav"] .navbar {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  [class*="dst-header-container"][class*="container-nav"] .header-info,
  [class*="dst-header-container"][class*="container-nav"] .navbar {
    width: 1170px;
  }
}
[class*="dst-header-container"][class*="container-nav"] .header-info > .navbar-header,
[class*="dst-header-container"][class*="container-nav"] .navbar > .navbar-header,
[class*="dst-header-container"][class*="container-nav"] .header-info > .navbar-collapse,
[class*="dst-header-container"][class*="container-nav"] .navbar > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-header-container"][class*="container-nav"] .header-info > .navbar-header,
  [class*="dst-header-container"][class*="container-nav"] .navbar > .navbar-header,
  [class*="dst-header-container"][class*="container-nav"] .header-info > .navbar-collapse,
  [class*="dst-header-container"][class*="container-nav"] .navbar > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
[class*="dst-header-container"][class*="container-nav"] .navbar {
  padding-left: 0;
  padding-right: 0;
}
.header-info > div {
  position: relative;
}
.header-info > div > * {
  text-align: center;
}
@media (min-width: 768px) {
  .header-info > div {
    display: table;
    width: 100%;
    height: auto;
  }
  .header-info > div > * {
    display: table-cell;
    vertical-align: middle;
  }
  [dst-header="1"] .header-info > div > * {
    text-align: right;
  }
  [dst-header="1"] .header-info > div > *.header-brand {
    text-align: left;
  }
  [dst-header="2"] .header-info > div > * {
    width: 33.33333333%;
  }
  [dst-header="2"] .header-info > div > *:first-child {
    text-align: left;
  }
  [dst-header="2"] .header-info > div > *:first-child + * + * {
    text-align: right;
  }
}
@media (min-width: 768px) {
  #header .header-info {
    padding-left: 0;
    padding-right: 0;
  }
}
#header .header-info > div .header-brand {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #header .header-info > div .header-brand {
    text-align: left;
  }
}
#header .header-info > div .header-brand strong {
  width: 100%;
}
@media (min-width: 768px) {
  #header .header-info > div .header-brand strong {
    width: auto;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-brand strong {
    width: 228px;
    text-align: center;
    top: 30px;
  }
}
#header .header-info > div .header-brand strong a {
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  display: block;
  background-color: #ed1c24;
  position: relative;
}
#header .header-info > div .header-brand strong a img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: auto \9;
  display: inline-block;
}
#header .header-info > div .header-brand strong a span {
  position: absolute;
  bottom: 2px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  left: 44px;
  right: 0;
}
#header .header-info > div .header-brand strong a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media (min-width: 992px) {
  #header .header-info > div .header-brand strong:before {
    content: "";
    position: absolute;
    top: -33px;
    bottom: -28px;
    left: 0;
    right: 0;
    background-color: #ed1c24;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-brand strong:after {
    content: "";
    position: absolute;
    bottom: -28px;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #b91c22 transparent transparent transparent;
  }
}
@media (min-width: 768px) {
  #header .header-info > div .header-content {
    text-align: left;
    font-size: 0;
    font-size: 0.01 \9;
  }
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers {
    margin-left: 15px;
    margin-left: 10px \9;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-location-numbers {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  #header .header-info > div .header-content .header-location-numbers {
    margin-left: -50px;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .header-info > div .header-content .header-location-numbers > ul > li {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li {
    display: block;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul > li > span {
  display: inline-block;
  vertical-align: middle;
}
#header .header-info > div .header-content .header-location-numbers > ul > li > span a {
  display: block;
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-social {
  line-height: 60px;
  position: relative;
  left: 20px;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-social {
    left: 0;
    line-height: normal;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-social .social-block {
  margin-bottom: 0;
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-location {
  display: none;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-location {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-location {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (-moz-images-in-menus: 0) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-location abbr {
    border-bottom: none;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers {
  float: right;
  font-size: 0;
  font-size: 0.01 \9;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers {
    float: none;
    margin-right: 0;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers > span {
  display: inline-block;
  vertical-align: middle;
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers > span a {
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  display: block;
  color: #ffffff;
  line-height: 57px;
  border: 1px solid #ffffff;
  font-size: 16px;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers > span a {
    border: none;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a {
  background-color: #000000;
  width: 60px;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a {
    display: inline;
    background-color: transparent;
    color: #ed1c24;
    font-weight: 700;
    width: auto;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a span {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a:before {
    content: "\f2a0";
    font-family: FontAwesome;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a:hover {
    background-color: #ff9c00;
  }
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours {
    margin-left: 10px;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a {
  background-color: #ed1c24;
  width: 40px;
  border-left: none;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a {
    text-transform: uppercase;
    width: 90px;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a {
    width: 110px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a span {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a:before {
    content: "\f041";
    font-family: FontAwesome;
  }
}
@media (max-width: 767px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a:hover {
    background-color: #ff9c00;
    color: #000000;
  }
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
#header .header-info > div .header-content .header-location-numbers > ul > li :before,
#header .header-info > div .header-content .header-location-numbers > ul > li :after {
  vertical-align: middle;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-brands {
    padding: 0 5px;
    margin-left: 15px;
    margin-left: 10px \9;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-brands {
    margin-left: 0;
    float: right;
  }
}
#header .header-info > div .header-content .header-brands > div {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-brands > div {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-brands > div {
    max-width: 316px;
  }
}
#header .header-info > div .header-content .header-brands h3 {
  background-color: rgba(15, 15, 15, 0.1);
  color: rgba(15, 15, 15, 0.65);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-brands h3 {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
#header .header-info > div .header-content .header-brands .header-brands-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
  font-size: 0.01 \9;
  margin-right: -10px;
  margin-left: -10px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-brands .header-brands-list {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-brands .header-brands-list {
    padding: 5px 0;
  }
}
#header .header-info > div .header-content .header-brands .header-brands-list li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-brands .header-brands-list li {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  #header .header-info > div .header-content .header-brands .header-brands-list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header .header-info > div .header-content .header-brands .header-brands-list li a img {
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: auto \9;
  display: inline-block;
  backface-visibility: hidden;
}
#header .header-info > div .header-content .header-brands .header-brands-list li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 768px) {
  #header .header-info > div .header-content .header-location-numbers,
  #header .header-info > div .header-content .header-brands {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header.header-moto-guzzi .header-info > div .header-brand strong {
    width: 160px;
    text-align: center;
  }
}
#header.header-moto-guzzi .header-info > div .header-brand strong a {
  padding-top: 5px;
  padding-bottom: 30px;
  background-color: #000000;
}
#header.header-moto-guzzi .header-info > div .header-brand strong a img {
  width: 178px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header.header-moto-guzzi .header-info > div .header-brand strong a img {
    width: 150px;
  }
}
#header.header-moto-guzzi .header-info > div .header-brand strong a span {
  left: 0;
}
@media (min-width: 992px) {
  #header.header-moto-guzzi .header-info > div .header-brand strong:before {
    background-color: #000000;
    bottom: -29px;
  }
}
@media (min-width: 992px) {
  #header.header-moto-guzzi .header-info > div .header-brand strong:after {
    border-color: #383838 transparent transparent transparent;
    bottom: -29px;
  }
}
#header.header-moto-guzzi .header-info > div .header-brand strong.vespa-logo a {
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header.header-moto-guzzi .header-info > div .header-brand strong.vespa-logo a img {
    width: 140px;
  }
}
#header.header-moto-guzzi .header-info > div .header-brand strong.vespa-logo a span {
  left: 85px;
}
@media (min-width: 768px) {
  #header.header-moto-guzzi .header-info > div .header-brand strong.vespa-logo a span {
    left: 65px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #header.header-moto-guzzi .header-info > div .header-brand strong.vespa-logo a span {
    left: 80px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #header.header-moto-guzzi .header-info > div .header-brand strong.vespa-logo:before {
    top: -34px;
  }
}
@media (min-width: 768px) {
  #header.header-moto-guzzi .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a {
    color: #000000;
  }
}
@media (min-width: 768px) {
  #header.header-moto-guzzi .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a:hover {
    color: #ff9c00;
  }
}
#header.header-moto-guzzi .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a {
  background-color: #0f0f0f;
}
#header.header-moto-guzzi .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a:hover {
  background-color: #ff9c00;
}
#header.header-moto-guzzi .navbar {
  border: none;
}
#header.header-moto-guzzi .navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header.header-moto-guzzi .navbar-header {
    display: none;
  }
}
#header.header-moto-guzzi .navbar-header .home-nav {
  float: left;
  font-size: 26px;
  line-height: 50px;
}
#header.header-moto-guzzi .navbar-header .navbar-toggle {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
#header.header-moto-guzzi .navbar .navbar-collapse {
  border: none;
  box-shadow: none;
}
#header.header-moto-guzzi .navbar .navbar-nav {
  margin: 0 auto;
  text-align: left;
  float: none;
  width: auto;
  font-size: 0px;
}
#header.header-moto-guzzi .navbar .navbar-nav > li {
  display: block;
  float: none;
  text-align: left;
}
@media (min-width: 768px) {
  #header.header-moto-guzzi .navbar .navbar-nav > li {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #header.header-moto-guzzi .navbar .navbar-nav > li.home-nav {
    display: none;
  }
}
#header.header-moto-guzzi .navbar .navbar-nav > li > a {
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
#header.header-moto-guzzi .navbar .navbar-nav > li > a:hover,
#header.header-moto-guzzi .navbar .navbar-nav > li > a:focus {
  opacity: 1;
}
#header.header-moto-guzzi .dropdown {
  border: none;
}
@media (min-width: 992px) {
  #header.header-moto-guzzi .dropdown:hover > .dropdown-menu {
    display: block;
  }
  #header.header-moto-guzzi .dropdown:hover > a {
    outline: 0;
  }
}
#header.header-moto-guzzi .dropdown-menu {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 250px;
}
#header.header-moto-guzzi .dropdown-menu li a {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  #header.header-moto-guzzi .dropdown-menu li a {
    padding: 6px 15px;
  }
}
#header.header-moto-guzzi .navbar {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #header.header-moto-guzzi .navbar-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
  }
}
#header.header-moto-guzzi .nav.navbar-nav > li > a,
#header.header-moto-guzzi .nav.navbar-nav > li:focus > a,
#header.header-moto-guzzi .nav.navbar-nav > li a:focus,
#header.header-moto-guzzi .nav.navbar-nav > li:focus a:focus {
  color: #000000;
}
#header.header-moto-guzzi .nav.navbar-nav > li.open > a,
#header.header-moto-guzzi .nav.navbar-nav > li:hover > a,
#header.header-moto-guzzi .nav.navbar-nav > li.open > a:hover,
#header.header-moto-guzzi .nav.navbar-nav > li:hover > a:hover,
#header.header-moto-guzzi .nav.navbar-nav > li.open > a:focus,
#header.header-moto-guzzi .nav.navbar-nav > li:hover > a:focus {
  background-color: #000000;
  color: #ffffff;
}
#header.header-moto-guzzi .nav.navbar-nav > li.open .dropdown-menu,
#header.header-moto-guzzi .nav.navbar-nav > li:hover .dropdown-menu {
  background-color: #f0f0f0;
  color: #000000;
}
#header.header-moto-guzzi .nav.navbar-nav > li.open .dropdown-menu li a,
#header.header-moto-guzzi .nav.navbar-nav > li:hover .dropdown-menu li a {
  background-color: #f0f0f0;
  color: #000000;
}
#header.header-moto-guzzi .nav.navbar-nav > li.open .dropdown-menu li a:hover,
#header.header-moto-guzzi .nav.navbar-nav > li:hover .dropdown-menu li a:hover {
  background-color: #0f0f0f;
  color: #ffffff;
}
#header.header-moto-guzzi .navbar-header a {
  color: #000000;
}
#header.header-moto-guzzi .navbar-header a:hover {
  color: #ff9c00;
}
#header.header-moto-guzzi .navbar-header .navbar-toggle * {
  overflow: hidden;
}
#header.header-moto-guzzi .navbar-header .navbar-toggle,
#header.header-moto-guzzi .navbar-header .navbar-toggle:hover,
#header.header-moto-guzzi .navbar-header .navbar-toggle:focus,
#header.header-moto-guzzi .navbar-header .navbar-toggle:active {
  background: none;
  border-color: #ff9c00;
}
#header.header-moto-guzzi .navbar-header .navbar-toggle .icon-bar,
#header.header-moto-guzzi .navbar-header .navbar-toggle:hover .icon-bar,
#header.header-moto-guzzi .navbar-header .navbar-toggle:focus .icon-bar,
#header.header-moto-guzzi .navbar-header .navbar-toggle:active .icon-bar {
  background-color: #ff9c00;
}
#header.header-moto-guzzi .navbar-header .navbar-toggle.collapsed,
#header.header-moto-guzzi .navbar-header .navbar-toggle.collapsed:focus {
  background: none;
  border-color: #000000;
}
#header.header-moto-guzzi .navbar-header .navbar-toggle.collapsed .icon-bar,
#header.header-moto-guzzi .navbar-header .navbar-toggle.collapsed:focus .icon-bar {
  background-color: #000000;
}
#header.header-moto-guzzi .navbar-header .navbar-toggle.collapsed:hover,
#header.header-moto-guzzi .navbar-header .navbar-toggle.collapsed:focus:hover {
  border-color: #ff9c00;
}
#header.header-moto-guzzi .navbar-header .navbar-toggle.collapsed:hover .icon-bar,
#header.header-moto-guzzi .navbar-header .navbar-toggle.collapsed:focus:hover .icon-bar {
  background-color: #ff9c00;
}
#header.header-moto-guzzi #main-nav .navbar-collapse .navbar-nav > li:first-child {
  border-color: #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header.header-piaggio .header-info > div .header-brand strong {
    width: 160px;
    text-align: center;
  }
}
#header.header-piaggio .header-info > div .header-brand strong a {
  padding: 11px 0;
  background-color: #019ade;
}
#header.header-piaggio .header-info > div .header-brand strong a img {
  width: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header.header-piaggio .header-info > div .header-brand strong a img {
    width: 150px;
  }
}
#header.header-piaggio .header-info > div .header-brand strong a span {
  left: 77px;
  bottom: 5px;
  color: #000000;
}
@media (min-width: 768px) {
  #header.header-piaggio .header-info > div .header-brand strong a span {
    display: none;
  }
}
@media (min-width: 992px) {
  #header.header-piaggio .header-info > div .header-brand strong:before {
    background-color: #019ade;
    bottom: -30px;
    top: -35px;
  }
}
@media (min-width: 992px) {
  #header.header-piaggio .header-info > div .header-brand strong:after {
    border-color: #0677ab transparent transparent transparent;
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  #header.header-piaggio .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a {
    color: #058dcc;
  }
}
#header.header-piaggio .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .dealer-local-phone a:hover {
  color: #ff9c00;
}
#header.header-piaggio .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a {
  background-color: #058dcc;
}
#header.header-piaggio .header-info > div .header-content .header-location-numbers > ul > li.header-numbers .header-map-hours a:hover {
  background-color: #ff9c00;
}
#header.header-piaggio .navbar {
  border: none;
}
#header.header-piaggio .navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header.header-piaggio .navbar-header {
    display: none;
  }
}
#header.header-piaggio .navbar-header .home-nav {
  float: left;
  font-size: 26px;
  line-height: 50px;
}
#header.header-piaggio .navbar-header .navbar-toggle {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
#header.header-piaggio .navbar .navbar-collapse {
  border: none;
  box-shadow: none;
}
#header.header-piaggio .navbar .navbar-nav {
  margin: 0 auto;
  text-align: left;
  float: none;
  width: auto;
  font-size: 0px;
}
#header.header-piaggio .navbar .navbar-nav > li {
  display: block;
  float: none;
  text-align: left;
}
@media (min-width: 768px) {
  #header.header-piaggio .navbar .navbar-nav > li {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #header.header-piaggio .navbar .navbar-nav > li.home-nav {
    display: none;
  }
}
#header.header-piaggio .navbar .navbar-nav > li > a {
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
#header.header-piaggio .navbar .navbar-nav > li > a:hover,
#header.header-piaggio .navbar .navbar-nav > li > a:focus {
  opacity: 1;
}
#header.header-piaggio .dropdown {
  border: none;
}
@media (min-width: 992px) {
  #header.header-piaggio .dropdown:hover > .dropdown-menu {
    display: block;
  }
  #header.header-piaggio .dropdown:hover > a {
    outline: 0;
  }
}
#header.header-piaggio .dropdown-menu {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 250px;
}
#header.header-piaggio .dropdown-menu li a {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  #header.header-piaggio .dropdown-menu li a {
    padding: 6px 15px;
  }
}
#header.header-piaggio .navbar {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #header.header-piaggio .navbar-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
  }
}
#header.header-piaggio .nav.navbar-nav > li > a,
#header.header-piaggio .nav.navbar-nav > li:focus > a,
#header.header-piaggio .nav.navbar-nav > li a:focus,
#header.header-piaggio .nav.navbar-nav > li:focus a:focus {
  color: #000000;
}
#header.header-piaggio .nav.navbar-nav > li.open > a,
#header.header-piaggio .nav.navbar-nav > li:hover > a,
#header.header-piaggio .nav.navbar-nav > li.open > a:hover,
#header.header-piaggio .nav.navbar-nav > li:hover > a:hover,
#header.header-piaggio .nav.navbar-nav > li.open > a:focus,
#header.header-piaggio .nav.navbar-nav > li:hover > a:focus {
  background-color: #058dcc;
  color: #ffffff;
}
#header.header-piaggio .nav.navbar-nav > li.open .dropdown-menu,
#header.header-piaggio .nav.navbar-nav > li:hover .dropdown-menu {
  background-color: #f0f0f0;
  color: #000000;
}
#header.header-piaggio .nav.navbar-nav > li.open .dropdown-menu li a,
#header.header-piaggio .nav.navbar-nav > li:hover .dropdown-menu li a {
  background-color: #f0f0f0;
  color: #000000;
}
#header.header-piaggio .nav.navbar-nav > li.open .dropdown-menu li a:hover,
#header.header-piaggio .nav.navbar-nav > li:hover .dropdown-menu li a:hover {
  background-color: #06a2ea;
  color: #ffffff;
}
#header.header-piaggio .navbar-header a {
  color: #000000;
}
#header.header-piaggio .navbar-header a:hover {
  color: #058dcc;
}
#header.header-piaggio .navbar-header .navbar-toggle * {
  overflow: hidden;
}
#header.header-piaggio .navbar-header .navbar-toggle,
#header.header-piaggio .navbar-header .navbar-toggle:hover,
#header.header-piaggio .navbar-header .navbar-toggle:focus,
#header.header-piaggio .navbar-header .navbar-toggle:active {
  background: none;
  border-color: #058dcc;
}
#header.header-piaggio .navbar-header .navbar-toggle .icon-bar,
#header.header-piaggio .navbar-header .navbar-toggle:hover .icon-bar,
#header.header-piaggio .navbar-header .navbar-toggle:focus .icon-bar,
#header.header-piaggio .navbar-header .navbar-toggle:active .icon-bar {
  background-color: #058dcc;
}
#header.header-piaggio .navbar-header .navbar-toggle.collapsed,
#header.header-piaggio .navbar-header .navbar-toggle.collapsed:focus {
  background: none;
  border-color: #000000;
}
#header.header-piaggio .navbar-header .navbar-toggle.collapsed .icon-bar,
#header.header-piaggio .navbar-header .navbar-toggle.collapsed:focus .icon-bar {
  background-color: #000000;
}
#header.header-piaggio .navbar-header .navbar-toggle.collapsed:hover,
#header.header-piaggio .navbar-header .navbar-toggle.collapsed:focus:hover {
  border-color: #058dcc;
}
#header.header-piaggio .navbar-header .navbar-toggle.collapsed:hover .icon-bar,
#header.header-piaggio .navbar-header .navbar-toggle.collapsed:focus:hover .icon-bar {
  background-color: #058dcc;
}
#header.header-piaggio #main-nav .navbar-collapse .navbar-nav > li:first-child {
  border-color: #058dcc;
}
@media (min-width: 768px) {
  .navbar-on-top {
    padding-top: 50px;
    position: relative;
  }
  .navbar-on-top .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .navbar-on-top .navbar {
    z-index: auto;
  }
}
.navbar-collapse {
  z-index: inherit;
}
.navbar-collapse li {
  z-index: 4;
}
.navbar {
  border: none;
}
.navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}
.navbar-header .home-nav {
  float: left;
  font-size: 26px;
  line-height: 50px;
}
.navbar-header .navbar-toggle {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar .navbar-collapse {
  border: none;
  box-shadow: none;
}
.navbar .navbar-nav {
  margin: 0 auto;
  text-align: left;
  float: none;
  width: auto;
  font-size: 0px;
}
.navbar .navbar-nav > li {
  display: block;
  float: none;
  text-align: left;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-nav > li.home-nav {
    display: none;
  }
}
.navbar .navbar-nav > li > a {
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  opacity: 1;
}
.dropdown {
  border: none;
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown:hover > a {
    outline: 0;
  }
}
.dropdown-menu {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 250px;
}
.dropdown-menu li a {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .dropdown-menu li a {
    padding: 6px 15px;
  }
}
.navbar {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .navbar-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
  }
}
.nav.navbar-nav > li > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li a:focus,
.nav.navbar-nav > li:focus a:focus {
  color: #000000;
}
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li:hover > a:hover,
.nav.navbar-nav > li.open > a:focus,
.nav.navbar-nav > li:hover > a:focus {
  background-color: #ed1c24;
  color: #000000;
}
.nav.navbar-nav > li.open .dropdown-menu,
.nav.navbar-nav > li:hover .dropdown-menu {
  background-color: #f0f0f0;
  color: #000000;
}
.nav.navbar-nav > li.open .dropdown-menu li a,
.nav.navbar-nav > li:hover .dropdown-menu li a {
  background-color: #f0f0f0;
  color: #000000;
}
.nav.navbar-nav > li.open .dropdown-menu li a:hover,
.nav.navbar-nav > li:hover .dropdown-menu li a:hover {
  background-color: #d91119;
  color: #ffffff;
}
.navbar-header a {
  color: #000000;
}
.navbar-header a:hover {
  color: #ed1c24;
}
.navbar-header .navbar-toggle * {
  overflow: hidden;
}
.navbar-header .navbar-toggle,
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus,
.navbar-header .navbar-toggle:active {
  background: none;
  border-color: #ed1c24;
}
.navbar-header .navbar-toggle .icon-bar,
.navbar-header .navbar-toggle:hover .icon-bar,
.navbar-header .navbar-toggle:focus .icon-bar,
.navbar-header .navbar-toggle:active .icon-bar {
  background-color: #ed1c24;
}
.navbar-header .navbar-toggle.collapsed,
.navbar-header .navbar-toggle.collapsed:focus {
  background: none;
  border-color: #000000;
}
.navbar-header .navbar-toggle.collapsed .icon-bar,
.navbar-header .navbar-toggle.collapsed:focus .icon-bar {
  background-color: #000000;
}
.navbar-header .navbar-toggle.collapsed:hover,
.navbar-header .navbar-toggle.collapsed:focus:hover {
  border-color: #ed1c24;
}
.navbar-header .navbar-toggle.collapsed:hover .icon-bar,
.navbar-header .navbar-toggle.collapsed:focus:hover .icon-bar {
  background-color: #ed1c24;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    margin-left: 1px;
    position: relative;
  }
  .navbar-nav > li:before {
    content: "";
    display: block;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto 0;
    border-left: 1px dotted rgba(0, 0, 0, 0.25);
  }
  .navbar-nav > li:first-child {
    margin-left: 0;
  }
  .navbar-nav > li:first-child:before {
    display: none;
  }
}
.navbar-nav .dropdown > a {
  position: relative;
}
.navbar-nav .dropdown > a:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 7px;
  line-height: 50px;
  color: #000000;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .navbar-nav .dropdown > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
  }
}
.navbar-nav .dropdown.open > a:after,
.navbar-nav .dropdown:hover > a:after {
  color: #ffffff;
}
#main-nav {
  min-height: 0;
}
@media (min-width: 992px) {
  #main-nav .navbar-nav {
    padding-left: 255px;
  }
}
@media (min-width: 1200px) {
  #main-nav .navbar-nav {
    padding-left: 265px;
  }
}
@media (min-width: 768px) {
  #main-nav .navbar-nav > li > a {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    padding: 0 25px;
  }
}
#main-nav .navbar-nav > li > a:after {
  vertical-align: top;
  line-height: 48px;
}
@media (min-width: 768px) {
  #main-nav .navbar-nav > li > a:after {
    right: 11px;
  }
}
@media (min-width: 1200px) {
  #main-nav .navbar-nav > li > a:after {
    right: 16px;
  }
}
#main-nav .navbar-nav > li .dropdown-menu > li > a {
  line-height: 30px;
}
#main-nav .navbar-nav > li:before {
  border-right: 1px dotted rgba(0, 0, 0, 0.25);
  width: 3px;
}
@media (max-width: 767px) {
  #main-nav .navbar-nav > li:first-child {
    border-top: 1px solid #ed1c24;
  }
}
@media (min-width: 768px) {
  #main-nav .navbar-nav > li:last-child:after {
    content: "";
    display: block;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto 0;
    border-left: 1px dotted rgba(0, 0, 0, 0.25);
    border-right: 1px dotted rgba(0, 0, 0, 0.25);
    width: 3px;
  }
}
#main-nav .navbar-nav > li:hover > a,
#main-nav .navbar-nav > li.open > a {
  color: #ffffff;
}
#main-nav .navbar-header {
  border: none;
}
#main-nav .navbar-header .navbar-toggle {
  position: absolute;
  top: -142px;
  left: 15px;
  margin: 0;
  padding: 0;
  border: none;
}
#main-nav .navbar-header .navbar-toggle .icon-bar {
  width: 31px;
  height: 5px;
  border-radius: 2px;
}
#main-nav .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
footer .footer-column-container > *,
footer .footer-bottom-row > * {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .footer-column-container > *,
  footer .footer-bottom-row > * {
    width: 750px;
  }
}
@media (min-width: 992px) {
  footer .footer-column-container > *,
  footer .footer-bottom-row > * {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  footer .footer-column-container > *,
  footer .footer-bottom-row > * {
    width: 1170px;
  }
}
footer .footer-column-container > * > .navbar-header,
footer .footer-bottom-row > * > .navbar-header,
footer .footer-column-container > * > .navbar-collapse,
footer .footer-bottom-row > * > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  footer .footer-column-container > * > .navbar-header,
  footer .footer-bottom-row > * > .navbar-header,
  footer .footer-column-container > * > .navbar-collapse,
  footer .footer-bottom-row > * > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
footer .footer-column-container > *:before,
footer .footer-bottom-row > *:before,
footer .footer-column-container > *:after,
footer .footer-bottom-row > *:after {
  content: " ";
  display: table;
}
footer .footer-column-container > *:after,
footer .footer-bottom-row > *:after {
  clear: both;
}
footer .footer-column-container > *:before,
footer .footer-bottom-row > *:before,
footer .footer-column-container > *:after,
footer .footer-bottom-row > *:after {
  content: " ";
  display: table;
}
footer .footer-column-container > *:after,
footer .footer-bottom-row > *:after {
  clear: both;
}
@media (min-width: 768px) {
  [dst-footer*="col3"] .footer-column-container > * > * {
    float: left;
  }
  [dst-footer*="col3"] .footer-column-container > * > * + * + * {
    float: right;
  }
}
@media (min-width: 768px) {
  [dst-footer*="col4"] .footer-column-container > * > * {
    display: inline-block;
    font-size: 0;
    font-size: 0.03px \9;
    width: 45%;
    vertical-align: top;
    padding: 15px 0 0;
  }
  [dst-footer*="col4"] .footer-column-container > * > *:first-child,
  [dst-footer*="col4"] .footer-column-container > * > *:first-child + * {
    padding-top: 0;
  }
  [dst-footer*="col4"] .footer-column-container > * > * > * {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  [dst-footer*="col4"] .footer-column-container > * > * {
    float: left;
    display: block;
    width: auto;
    padding-top: 0;
    font-size: inherit;
  }
  [dst-footer*="col4"] .footer-column-container > * > * > * {
    font-size: inherit;
  }
  [dst-footer*="col4"] .footer-column-container > * > * + * + * + * {
    float: right;
  }
}
.footer-bottom-row {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom-row {
    text-align: right;
  }
  .footer-bottom-row > * > * {
    display: inline-block;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-bottom-row > * > *:first-child {
    float: left;
  }
}
@media (max-width: 767px) {
  [dst-footer*="no-bottom"] .footer-column-extras {
    text-align: center;
  }
}
[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed {
  position: relative;
  padding-bottom: 70px;
}
[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
}
.dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row {
    width: 1170px;
  }
}
.dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row > .navbar-header,
.dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row > .navbar-header,
  .dst-footer-container-all[dst-footer*="w-bottom"].dst-footer-bottom-row-fixed .footer-bottom-row > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
[class*="dst-footer-container"][class*="container-columns"] .footer-column-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-footer-container"][class*="container-columns"] .footer-column-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  [class*="dst-footer-container"][class*="container-columns"] .footer-column-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  [class*="dst-footer-container"][class*="container-columns"] .footer-column-container {
    width: 1170px;
  }
}
[class*="dst-footer-container"][class*="container-columns"] .footer-column-container > .navbar-header,
[class*="dst-footer-container"][class*="container-columns"] .footer-column-container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-footer-container"][class*="container-columns"] .footer-column-container > .navbar-header,
  [class*="dst-footer-container"][class*="container-columns"] .footer-column-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
[class*="dst-footer-container"][class*="container-all"] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-footer-container"][class*="container-all"] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  [class*="dst-footer-container"][class*="container-all"] {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  [class*="dst-footer-container"][class*="container-all"] {
    width: 1170px;
  }
}
[class*="dst-footer-container"][class*="container-all"] > .navbar-header,
[class*="dst-footer-container"][class*="container-all"] > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [class*="dst-footer-container"][class*="container-all"] > .navbar-header,
  [class*="dst-footer-container"][class*="container-all"] > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .footer-column {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  .footer-column {
    margin-left: 90px;
  }
}
.footer-column:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .footer-column:first-child + * {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  .footer-column:first-child + * {
    margin-left: 90px;
  }
}
@media (min-width: 992px) {
  [dst-footer*="col4"] .footer-column:first-child + * + * {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  [dst-footer*="col4"] .footer-column:first-child + * + * {
    margin-left: 90px;
  }
}
.footer-column {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
@media (min-width: 768px) {
  .footer-column [data-toggle="collapse"] {
    pointer-events: none;
  }
  .footer-column .collapse {
    display: block;
    height: auto !important;
  }
}
#footer .footer-column-container {
  background-color: #0f0f0f;
  color: #ffffff;
}
@media (min-width: 768px) {
  #footer .footer-column-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #footer .footer-column-container > div {
    text-align: center;
    font-size: 0;
    font-size: 0.01 \9;
  }
}
#footer .footer-column-container > div .footer-column {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-column-container > div .footer-column {
    width: auto;
  }
}
@media (min-width: 768px) {
  #footer .footer-column-container > div .footer-column {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #footer .footer-column-container > div .footer-column {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: left;
  }
}
#footer .footer-column-container > div .footer-column h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  color: #ffffff;
}
#footer .footer-column-container > div .footer-column h4 a {
  color: #ff9c00;
}
@media (min-width: 768px) {
  #footer .footer-column-container > div .footer-column h4 a {
    color: #ffffff;
    cursor: default;
  }
}
#footer .footer-column-container > div .footer-column h4 a.collapsed {
  color: #ffffff;
}
#footer .footer-column-container > div .footer-column h4 a:focus {
  outline: none;
}
#footer .footer-column-container > div .footer-column .collapse-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-column-container > div .footer-column .collapse-body ul li {
  display: block;
  line-height: 18px;
}
#footer .footer-column-container > div .footer-column .collapse-body ul li a {
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  color: #ffffff;
}
#footer .footer-column-container > div .footer-column .collapse-body ul li a:hover {
  color: #ff9c00;
}
#footer .footer-column-container > div .footer-column.footer-column-logo {
  display: none;
}
@media (min-width: 992px) {
  #footer .footer-column-container > div .footer-column.footer-column-logo {
    display: inline-block;
  }
}
#footer .footer-column-container > div .footer-column.footer-column-logo a img {
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: auto \9;
  display: inline-block;
}
#footer .footer-column-container > div .footer-column.footer-column-logo a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .footer-column-container > div .footer-column.footer-column-contact .collapse-body .contact-list li .phone-pipe {
  display: inline-block;
  width: 15px;
  text-align: center;
}
#footer .footer-column-container > div .footer-column.footer-column-contact .collapse-body .contact-list li:last-child a {
  text-transform: uppercase;
  color: #ff9c00;
  font-weight: 700;
}
#footer .footer-column-container > div .footer-column.footer-column-contact .collapse-body .contact-list li:last-child a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#footer .footer-column-container > div .footer-column.footer-column-contact .collapse-body .contact-list-manhattan {
  padding-top: 12px;
}
#footer .footer-column-container > div .footer-column.footer-column-contact .collapse-body .hours-list {
  margin-top: 10px;
}
#footer .footer-column-container > div .footer-column.footer-column-contact .collapse-body .hours-list li h4 {
  line-height: 18px;
}
#footer .footer-column-container > div .footer-column.footer-column-links .collapse-body ul li a {
  text-transform: uppercase;
  font-weight: 700;
}
#footer .footer-column-container > div .footer-column.footer-column-links .collapse-body ul li a:hover {
  color: #ff9c00;
}
#footer .footer-column-container > div .footer-column.footer-column-extras {
  text-align: left;
}
#footer .footer-column-container > div .footer-column.footer-column-extras h4 {
  margin-bottom: 4px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
  font-size: 0.01 \9;
  margin-bottom: 15px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a {
  display: block;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social .fa {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social .fa:before {
  line-height: 24px;
}
@media (max-width: 991px) {
  #footer .footer-column-container > div .footer-column.footer-column-extras .footer-social .fa {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  #footer .footer-column-container > div .footer-column.footer-column-extras .footer-social .fa:before {
    line-height: 30px;
  }
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a .fa {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000000;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a .fa {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover .fa {
  color: #ffffff;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover .fa {
  background-color: default;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover.social-facebook .fa {
  background-color: #3b5998;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover.social-twitter .fa {
  background-color: #00aced;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover.social-instagram .fa {
  background-color: #517fa4;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover.social-google .fa {
  background-color: #dd4b39;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover.social-youtube .fa {
  background-color: #bb0000;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover.social-pinterest .fa {
  background-color: #cb2027;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social a:hover.social-rss .fa {
  background-color: #000000;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li {
  display: inline-block;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li a {
  display: block;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li a .fa {
  width: 24px;
  height: 24px;
  font-size: 16px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li a .fa:before {
  line-height: 24px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li:last-child {
  margin-left: 10px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li:last-child a {
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  color: #ffffff;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li:last-child a > span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 10px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li:last-child a > span .fa {
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  padding-right: 3px;
  overflow: visible;
  font-size: 14px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li:last-child a > span .fa:before {
  line-height: 16px;
  position: relative;
  top: -2px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li:last-child a > span span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li:last-child a:hover {
  color: #ff9c00;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li:last-child a:hover > span .fa {
  color: #ff9c00;
}
#footer .footer-column-container > div .footer-column.footer-column-extras .footer-social li + li {
  margin-left: 5px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  margin-bottom: 0;
}
#footer .footer-column-container > div .footer-column.footer-column-extras p.footer-legal a {
  color: rgba(255, 255, 255, 0.1);
}
#footer .footer-column-container > div .footer-column.footer-column-extras p.footer-legal a:hover {
  color: #ffffff;
}
#footer .footer-column-container > div .footer-column.footer-column-extras p.footer-copyright span {
  display: block;
  line-height: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-column-container > div .footer-column:nth-child(n+3) {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  #footer .footer-column-container > div .footer-column:nth-child(n+3):before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    border-top: 1px solid #292929;
  }
}
@media (min-width: 992px) {
  #footer .footer-column-container > div .footer-column:nth-child(2) {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  #footer .footer-column-container > div .footer-column:nth-child(3) {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  #footer .footer-column-container > div .footer-column:nth-child(3) {
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  #footer .footer-column-container > div .footer-column:nth-child(4) {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  #footer .footer-column-container > div .footer-column:nth-child(4) {
    margin-left: 150px;
  }
}
#footer .footer-bottom-row {
  background-color: #ffffff;
  color: #000000;
}
#footer .footer-DS {
  margin-left: -10px;
}
#footer .footer-DS img {
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
#footer .footer-DS:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer.non-landing-footer {
  background-color: #0f0f0f;
}
#footer.non-landing-footer .footer-slideshow {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 56px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow {
    width: 1170px;
  }
}
#footer.non-landing-footer .footer-slideshow > .navbar-header,
#footer.non-landing-footer .footer-slideshow > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow > .navbar-header,
  #footer.non-landing-footer .footer-slideshow > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
#footer.non-landing-footer .footer-slideshow .ribbon-container {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 37.5px;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .ribbon-container {
    top: 35px;
    left: 30px;
    right: auto;
    z-index: 2;
    padding: 0;
  }
}
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon {
  margin: 0 auto;
  max-width: 275px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  width: 100%;
  padding: 0;
  background: #ed1c24;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon {
    width: 275px;
  }
}
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon .ribbon-content:before,
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon .ribbon-content:after {
  bottom: -15px;
  border-color: #9d1b1b transparent transparent transparent;
}
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon .ribbon-content:before {
  left: 0;
  border-width: 15px 0 0 15px;
}
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon .ribbon-content:after {
  right: 0;
  border-width: 15px 15px 0 0;
}
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon:before,
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon:after {
  bottom: -15px;
  border: 25px solid #c51a20;
}
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon:before {
  left: -30px;
  border-right-width: 20px;
  border-left-color: transparent;
}
#footer.non-landing-footer .footer-slideshow .ribbon-container .ribbon:after {
  right: -30px;
  border-left-width: 20px;
  border-right-color: transparent;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .pause {
  display: none;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
  display: none;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    display: block;
  }
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
  left: 15px;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    left: 30px;
  }
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
  right: 15px;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    right: 30px;
  }
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .fa {
  display: block;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .item {
  left: 0 !important;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .next.left,
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .active.left,
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .active.right {
  opacity: 0;
  z-index: 2;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel {
  padding-top: 36%;
  height: auto;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    right: -570px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    right: -570px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right {
    right: -570px;
  }
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control {
  text-shadow: none;
  width: auto;
  font-size: 40px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin: auto 0;
  filter: none;
  background: none;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control .fa {
  display: block;
  line-height: 25px;
  width: 25px;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left .fa:before {
  content: '\f104';
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right .fa:before {
  content: '\f105';
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control {
  opacity: 1;
  text-align: center;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control .fa {
  color: #ffffff;
  background: transparent;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control .fa {
  border-radius: 100%;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control .fa:after {
  border-radius: 100%;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control:hover .fa {
  color: #ed1c24;
  background: transparent;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control .fa:before {
  position: relative;
  top: 0px;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.left .fa:before {
  left: -2px;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-control.right .fa:before {
  right: -2px;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators > li.active {
  background-color: #ffffff;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
  right: auto;
  left: auto;
  bottom: 22px;
  line-height: 0;
  margin-bottom: 0;
  pointer-events: none;
  width: auto;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    right: -570px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    right: -570px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators {
    right: -570px;
  }
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 4px;
  border: none;
  vertical-align: middle;
  pointer-events: auto;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel-indicators li:first-child {
  margin-left: 0;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .carousel-nav .carousel-control .fa:after {
  border: none;
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .carousel-nav .carousel-control.left {
  left: 10px;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .carousel-nav .carousel-control.left {
    margin-left: 0;
    left: 25px;
  }
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .carousel-nav .carousel-control.right {
  right: 10px;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .carousel-nav .carousel-control.right {
    margin-right: 0;
    right: 25px;
  }
}
#footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .carousel-indicators {
  display: block;
  right: 12px;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-slideshow .slideshow-promo .carousel .carousel-indicators {
    margin-right: 0;
  }
}
#footer.non-landing-footer .footer-slideshow.guzzi-footer .ribbon-container .ribbon {
  background: #444444;
}
#footer.non-landing-footer .footer-slideshow.guzzi-footer .ribbon-container .ribbon .ribbon-content:before,
#footer.non-landing-footer .footer-slideshow.guzzi-footer .ribbon-container .ribbon .ribbon-content:after {
  border-color: #0f0f0f transparent transparent transparent;
}
#footer.non-landing-footer .footer-slideshow.guzzi-footer .ribbon-container .ribbon:before,
#footer.non-landing-footer .footer-slideshow.guzzi-footer .ribbon-container .ribbon:after {
  border-color: #2f2f2f;
}
#footer.non-landing-footer .footer-slideshow.guzzi-footer .ribbon-container .ribbon:before {
  border-left-color: transparent;
}
#footer.non-landing-footer .footer-slideshow.guzzi-footer .ribbon-container .ribbon:after {
  border-right-color: transparent;
}
#footer.non-landing-footer .footer-slideshow.piaggio-footer .ribbon-container .ribbon {
  background: #008fd5;
}
#footer.non-landing-footer .footer-slideshow.piaggio-footer .ribbon-container .ribbon .ribbon-content:before,
#footer.non-landing-footer .footer-slideshow.piaggio-footer .ribbon-container .ribbon .ribbon-content:after {
  border-color: #005aa0 transparent transparent transparent;
}
#footer.non-landing-footer .footer-slideshow.piaggio-footer .ribbon-container .ribbon:before,
#footer.non-landing-footer .footer-slideshow.piaggio-footer .ribbon-container .ribbon:after {
  border-color: #007ac0;
}
#footer.non-landing-footer .footer-slideshow.piaggio-footer .ribbon-container .ribbon:before {
  border-left-color: transparent;
}
#footer.non-landing-footer .footer-slideshow.piaggio-footer .ribbon-container .ribbon:after {
  border-right-color: transparent;
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-column-container {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-column-container > div {
    position: relative;
  }
}
@media (min-width: 992px) {
  #footer.non-landing-footer .footer-column-container > div {
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #footer.non-landing-footer .footer-column-container > div .footer-column:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    border-top: 1px solid #292929;
  }
}
@media (min-width: 1200px) {
  #footer.non-landing-footer .footer-column-container > div .footer-column:nth-child(3) {
    margin-left: 160px;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-column-container > div .footer-column:last-child {
    position: static;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-column-container > div .footer-column:last-child:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    border-top: 1px solid #292929;
  }
}
@media (min-width: 768px) {
  #footer.non-landing-footer .footer-column-container > div .footer-column:last-child:after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #292929;
  }
}
.landing-index.main-home {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .landing-index.main-home {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .landing-index.main-home {
    width: 1170px;
  }
}
.landing-index.main-home > .navbar-header,
.landing-index.main-home > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .landing-index.main-home > .navbar-header,
  .landing-index.main-home > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.landing-index.main-home .home-headers {
  text-align: center;
  padding-top: 37px;
}
@media (min-width: 992px) {
  .landing-index.main-home .home-headers {
    padding-top: 42px;
  }
}
.landing-index.main-home .home-headers .header-subtitle {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .landing-index.main-home .home-headers .header-subtitle {
    font-size: 36px;
  }
}
.landing-index.main-home .home-headers h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 28px;
  letter-spacing: 5px;
  color: #151414;
}
@media (max-width: 335px) {
  .landing-index.main-home .home-headers h1 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home .home-headers h1 {
    font-size: 140px;
    line-height: 94px;
    letter-spacing: 12px;
  }
}
.landing-index.main-home .home-headers h1 span {
  display: none;
}
.landing-index.main-home .content-home {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .landing-index.main-home .content-home {
    padding-top: 35px;
  }
}
.landing-index.main-home .content-home .brands-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .landing-index.main-home .content-home .brands-list {
    font-size: 0;
    font-size: 0.01 \9;
    position: relative;
    text-align: center;
  }
}
.landing-index.main-home .content-home .brands-list li {
  text-align: center;
}
@media (min-width: 768px) {
  .landing-index.main-home .content-home .brands-list li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li {
    width: 25%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .landing-index.main-home .content-home .brands-list li {
    width: 22%;
  }
}
.landing-index.main-home .content-home .brands-list li a {
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  line-height: 100px;
  display: block;
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li a {
    padding-top: 290px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .landing-index.main-home .content-home .brands-list li a {
    padding-top: 300px;
  }
}
.landing-index.main-home .content-home .brands-list li a span img {
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: auto \9;
  display: inline-block;
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li a span img {
    max-width: none;
  }
}
.landing-index.main-home .content-home .brands-list li a span:first-child {
  display: none;
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li a span:first-child {
    display: block;
    position: absolute;
    top: 0;
    width: auto;
  }
}
.landing-index.main-home .content-home .brands-list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.landing-index.main-home .content-home .brands-list li a:hover span img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li:first-child {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .landing-index.main-home .content-home .brands-list li:first-child a {
    background-color: #ed1c24;
  }
}
@media (min-width: 1200px) {
  .landing-index.main-home .content-home .brands-list li:first-child a span:first-child {
    top: -10px;
    left: 54px;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li:nth-child(2) {
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .landing-index.main-home .content-home .brands-list li:nth-child(2) a {
    background-color: #000000;
  }
}
@media (max-width: 767px) {
  .landing-index.main-home .content-home .brands-list li:nth-child(2) a span:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) {
  .landing-index.main-home .content-home .brands-list li:nth-child(2) a span:last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li:nth-child(3) {
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li:nth-child(3) a span:first-child {
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .landing-index.main-home .content-home .brands-list li:nth-child(3) a span:first-child {
    top: 10px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li:last-child {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .landing-index.main-home .content-home .brands-list li:last-child a {
    background-color: #058dcc;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home .content-home .brands-list li:last-child a span:first-child {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .landing-index.main-home .content-home .brands-list li:last-child a span:first-child {
    top: -30px;
  }
}
.landing-index.main-home .welcome-wrapper {
  background-color: #0f0f0f;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .landing-index.main-home .welcome-wrapper {
    max-width: 975px;
    margin: 30px auto 0;
  }
}
@media (min-width: 992px) {
  .landing-index.main-home .welcome-wrapper {
    margin-top: 60px;
  }
}
.landing-index.main-home .welcome-wrapper > div {
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
}
@media (min-width: 768px) {
  .landing-index.main-home .welcome-wrapper > div {
    padding: 30px;
  }
}
.landing-index.main-home .welcome-wrapper > div .welcome-text p {
  color: #ffffff;
  line-height: 17px;
  margin-bottom: 0;
}
.landing-index.main-home .welcome-wrapper > div .welcome-text p a:hover {
  color: #ed1c24;
}
@media (min-width: 768px) {
  .non-landing-index {
    background: url('/images/vespabk-aprilia-bg.jpg') no-repeat;
    background-size: 100%;
    background-position: right bottom;
  }
}
.non-landing-index .slideshow-main .pause {
  display: none;
}
.non-landing-index .slideshow-main .carousel-indicators {
  display: none;
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-indicators {
    display: block;
  }
}
.non-landing-index .slideshow-main .carousel-control.left {
  left: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    left: 30px;
  }
}
.non-landing-index .slideshow-main .carousel-control.right {
  right: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    right: 30px;
  }
}
.non-landing-index .slideshow-main .fa {
  display: block;
}
@media (min-width: 992px) {
  .non-landing-index .slideshow-main .carousel-nav {
    display: none;
  }
  .non-landing-index .slideshow-main:hover .carousel-nav {
    display: block;
  }
  .non-landing-index .slideshow-main:hover .carousel-control {
    opacity: .5;
  }
  .non-landing-index .slideshow-main .carousel-control:hover {
    opacity: 1;
  }
}
.non-landing-index .slideshow-main .carousel .item {
  left: 0 !important;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.non-landing-index .slideshow-main .carousel .next.left,
.non-landing-index .slideshow-main .carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.non-landing-index .slideshow-main .carousel .active.left,
.non-landing-index .slideshow-main .carousel .active.right {
  opacity: 0;
  z-index: 2;
}
.non-landing-index .slideshow-main .carousel {
  padding-top: 40%;
  height: auto;
}
.non-landing-index .slideshow-main .carousel-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    margin-left: 50%;
    left: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    left: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .slideshow-main .carousel-control.left {
    left: -570px;
  }
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    right: -570px;
  }
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    right: -570px;
  }
}
@media (min-width: 768px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .slideshow-main .carousel-control.right {
    right: -570px;
  }
}
.non-landing-index .slideshow-main .carousel-control {
  text-shadow: none;
  width: auto;
  font-size: 40px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin: auto 0;
  filter: none;
  background: none;
}
.non-landing-index .slideshow-main .carousel-control .fa {
  display: block;
  line-height: 25px;
  width: 25px;
}
.non-landing-index .slideshow-main .carousel-control.left .fa:before {
  content: '\f104';
}
.non-landing-index .slideshow-main .carousel-control.right .fa:before {
  content: '\f105';
}
.non-landing-index .slideshow-main .carousel-control {
  opacity: 1;
  text-align: center;
}
.non-landing-index .slideshow-main .carousel-control .fa {
  color: #ffffff;
  background: transparent;
}
.non-landing-index .slideshow-main .carousel-control .fa {
  border-radius: 100%;
}
.non-landing-index .slideshow-main .carousel-control .fa:after {
  border-radius: 100%;
}
.non-landing-index .slideshow-main .carousel-control:hover .fa {
  color: #ed1c24;
  background: transparent;
}
.non-landing-index .slideshow-main .carousel-control .fa:before {
  position: relative;
  top: 0px;
}
.non-landing-index .slideshow-main .carousel-control.left .fa:before {
  left: -2px;
}
.non-landing-index .slideshow-main .carousel-control.right .fa:before {
  right: -2px;
}
.non-landing-index .slideshow-main .carousel-indicators > li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #151414;
}
.non-landing-index .slideshow-main .carousel-indicators > li.active {
  background-color: #ff9c00;
}
.non-landing-index .slideshow-main .carousel-indicators {
  right: auto;
  left: auto;
  bottom: 20px;
  line-height: 0;
  margin-bottom: 0;
  pointer-events: none;
  margin: auto;
  width: 100%;
}
.non-landing-index .slideshow-main .carousel-indicators li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
  border: none;
  vertical-align: middle;
  pointer-events: auto;
}
.non-landing-index .slideshow-main .carousel-indicators li:first-child {
  margin-left: 0;
}
.non-landing-index .slideshow-main .carousel-indicators > li {
  border-width: 2px;
  border-style: solid;
  border-color: #ff0000;
}
.non-landing-index .slideshow-main .carousel-indicators > li.active {
  border-color: #0000ff;
}
.non-landing-index .slideshow-main .carousel .carousel-indicators {
  display: none;
}
.non-landing-index .content-home {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
  background-color: #ed1c24;
}
@media (min-width: 768px) {
  .non-landing-index .content-home {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .content-home {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .content-home {
    width: 1170px;
  }
}
.non-landing-index .content-home > .navbar-header,
.non-landing-index .content-home > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .non-landing-index .content-home > .navbar-header,
  .non-landing-index .content-home > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .non-landing-index .content-home {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
}
@media (min-width: 992px) {
  .non-landing-index .content-home {
    position: relative;
    z-index: 2;
    margin-top: -134px;
    background-color: rgba(237, 28, 36, 0.85);
  }
}
@media (min-width: 1200px) {
  .non-landing-index .content-home {
    margin-top: -190px;
  }
}
@media (min-width: 1600px) {
  .non-landing-index .content-home {
    margin-top: -270px;
    margin-bottom: 80px;
  }
}
.non-landing-index .content-home .home-buttons {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.non-landing-index .content-home .home-buttons li {
  position: relative;
}
.non-landing-index .content-home .home-buttons li > a {
  position: absolute;
  z-index: 1;
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.non-landing-index .content-home .home-buttons li:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 74px;
}
.non-landing-index .content-home .home-buttons li > a {
  color: #ffffff;
}
.non-landing-index .content-home .home-buttons li > a .first-line,
.non-landing-index .content-home .home-buttons li > a .third-line {
  color: #ffffff;
}
.non-landing-index .content-home .home-buttons li > a .second-line {
  color: #000000;
}
.non-landing-index .content-home .home-buttons li > a:hover .first-line,
.non-landing-index .content-home .home-buttons li > a:hover .third-line {
  color: #000000;
}
.non-landing-index .content-home .home-buttons li > a:hover .second-line {
  color: #ffffff;
}
.non-landing-index .content-home .home-buttons li > a > span {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.non-landing-index .content-home .home-buttons li > a > span > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.non-landing-index .content-home .home-buttons li > a > span > span > span {
  display: block;
}
.non-landing-index .content-home .home-buttons li {
  -webkit-transform-style: preserve-3d;
}
.non-landing-index .content-home .home-buttons li > a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.non-landing-index .content-home .home-buttons li > a *,
.non-landing-index .content-home .home-buttons li > a:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.non-landing-index .content-home .home-buttons li > a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.non-landing-index .content-home .home-buttons li > a:hover *,
.non-landing-index .content-home .home-buttons li > a:hover:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .non-landing-index .content-home .home-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.non-landing-index .content-home .home-buttons li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .content-home .home-buttons li {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .non-landing-index .content-home .home-buttons li {
    width: 16.66666667%;
  }
}
.non-landing-index .content-home .home-buttons li a {
  text-transform: uppercase;
}
.non-landing-index .content-home .home-buttons li a > span > span {
  padding-left: 15px;
  padding-top: 6px;
}
@media (min-width: 992px) {
  .non-landing-index .content-home .home-buttons li a > span > span {
    text-align: center;
    padding-left: 0;
    padding-top: 0;
  }
}
.non-landing-index .content-home .home-buttons li a > span > span span {
  line-height: 22px;
}
.non-landing-index .content-home .home-buttons li a > span > span span.first-line {
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .non-landing-index .content-home .home-buttons li a > span > span span.first-line {
    font-size: 20px;
  }
}
.non-landing-index .content-home .home-buttons li a > span > span span.second-line {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .non-landing-index .content-home .home-buttons li a > span > span span.second-line {
    font-size: 14px;
  }
}
.non-landing-index .content-home .home-buttons li a:hover > span > span span.second-line {
  color: #000000;
}
@media (min-width: 1200px) {
  .non-landing-index .content-home .home-buttons li:before {
    padding-top: 130px;
  }
}
.non-landing-index .content-home .home-buttons li + li a:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  height: 3px;
}
@media (min-width: 768px) {
  .non-landing-index .content-home .home-buttons li + li a:before {
    content: none;
  }
}
@media (min-width: 992px) {
  .non-landing-index .content-home .home-buttons li + li a:before {
    content: "";
    left: 0;
    right: auto;
    bottom: 0;
    border: none;
    height: auto;
    width: 3px;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
    border-right: 1px dotted rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 768px) {
  .non-landing-index .content-home .home-buttons li:nth-child(n+4) a:before {
    content: "";
  }
}
.non-landing-index .promo-finv-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .promo-finv-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container {
    width: 1170px;
  }
}
.non-landing-index .promo-finv-container > .navbar-header,
.non-landing-index .promo-finv-container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > .navbar-header,
  .non-landing-index .promo-finv-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .non-landing-index .promo-finv-container {
    padding-top: 40px;
  }
}
.non-landing-index .promo-finv-container > div {
  margin-left: -15px;
  margin-right: -15px;
}
.non-landing-index .promo-finv-container > div > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo {
  padding-left: 0;
  padding-right: 0;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .pause {
  display: none;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
  display: none;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    display: block;
  }
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control.left {
  left: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control.left {
    left: 30px;
  }
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control.right {
  right: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control.right {
    right: 30px;
  }
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .fa {
  display: block;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .item {
  left: 0 !important;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .next.left,
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .active.left,
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .active.right {
  opacity: 0;
  z-index: 2;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel {
  padding-top: 40%;
  height: auto;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control {
  text-shadow: none;
  width: auto;
  font-size: 40px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin: auto 0;
  filter: none;
  background: none;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control .fa {
  display: block;
  line-height: 25px;
  width: 25px;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control.left .fa:before {
  content: '\f104';
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control.right .fa:before {
  content: '\f105';
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control {
  opacity: 1;
  text-align: center;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control .fa {
  color: #ffffff;
  background: transparent;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control .fa {
  border-radius: 100%;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control .fa:after {
  border-radius: 100%;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control:hover .fa {
  color: #ed1c24;
  background: transparent;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control .fa:before {
  position: relative;
  top: 0px;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control.left .fa:before {
  left: -2px;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-control.right .fa:before {
  right: -2px;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators > li.active {
  background-color: #ffffff;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
  right: auto;
  left: auto;
  bottom: 15px;
  line-height: 0;
  margin-bottom: 0;
  pointer-events: none;
  width: auto;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    right: -570px;
  }
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    right: -570px;
  }
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    margin-right: 50%;
    right: -360px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    right: -470px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators {
    right: -570px;
  }
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 4px;
  border: none;
  vertical-align: middle;
  pointer-events: auto;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel-indicators li:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo {
    width: 71.5%;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo {
    padding-right: 28px;
    width: 75%;
  }
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .carousel-nav .carousel-control .fa:after {
  border: none;
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .carousel-nav .carousel-control.left {
  left: 10px;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .carousel-nav .carousel-control.left {
    margin-left: 0;
    left: 25px;
  }
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .carousel-nav .carousel-control.right {
  right: 10px;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .carousel-nav .carousel-control.right {
    margin-right: 0;
    right: 25px;
  }
}
.non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .carousel-indicators {
  display: block;
  right: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .promo-finv-container > div > div.slideshow-promo .carousel .carousel-indicators {
    margin-right: 0;
  }
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper {
  text-transform: uppercase;
  padding-top: 30px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-heading span {
  color: #ffffff;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .vehicle-title {
  text-align: center;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control {
  opacity: 1;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 26px;
  margin: auto 0;
  filter: none;
  background: none;
  text-shadow: none;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control .fa {
  display: block;
  line-height: 25px;
  width: 25px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control.left .fa:before {
  content: '\f0d9';
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control.right .fa:before {
  content: '\f0da';
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control {
  bottom: 0px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control.left {
  margin-right: 10px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control.right {
  margin-left: 10px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-heading {
  margin-left: 35px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-inner {
  width: auto;
  margin: 0 35px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control {
  opacity: 1;
  text-align: center;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control .fa {
  color: #000000;
  background: transparent;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .carousel-control:hover .fa {
  color: #ed1c24;
  background: transparent;
}
@media (min-width: 992px) {
  .non-landing-index .promo-finv-container > div > div.finv-wrapper {
    padding-top: 0;
    width: 28.5%;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container > div > div.finv-wrapper {
    width: 25%;
  }
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content {
  max-width: 320px;
  margin: 0 auto;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-heading {
  margin-left: 0;
  padding-left: 15px;
  background-color: #ed1c24;
  padding-top: 14px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-heading {
    margin-bottom: 16px;
  }
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-heading h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-heading h3 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-heading h3:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 15px;
  right: 15px;
  height: 3px;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content #invFeaturedElement .carousel-inner {
    margin: 0 11px;
  }
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content #invFeaturedElement .carousel-nav .carousel-control.left {
  left: -15px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content #invFeaturedElement .carousel-nav .carousel-control.right {
  right: -15px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content #invFeaturedElement .featuredVehicle {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content #invFeaturedElement .item .featured-content .vehicle-title h3 {
  font-size: 11px;
  color: #000000;
  text-align: left;
}
@media (min-width: 1200px) {
  .non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content #invFeaturedElement .item .featured-content .vehicle-title h3 {
    padding-top: 14px;
  }
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content #invFeaturedElement .item .featured-content:hover .vehicle-title h3 {
  color: #ed1c24;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content #invFeaturedElement .item .featured-content:hover .vehicle-container .image-container {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-footer a {
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  display: block;
  text-align: left;
  color: #ffffff;
  background-color: #ed1c24;
  line-height: 30px;
  padding-left: 15px;
  text-align: center;
}
.non-landing-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-footer a:hover {
  background-color: #000000;
  color: #ffffff;
}
.non-landing-index .home-row-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .non-landing-index .home-row-wrapper {
    background: url('/images/vespabk-aprilia-bg.jpg') no-repeat;
    background-size: 100%;
    background-position: bottom right;
  }
}
@media (min-width: 992px) {
  .non-landing-index .home-row-wrapper {
    padding-top: 40px;
  }
}
.non-landing-index .home-row-wrapper .home-row-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .home-row-wrapper .home-row-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .home-row-wrapper .home-row-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .home-row-wrapper .home-row-container {
    width: 1170px;
  }
}
.non-landing-index .home-row-wrapper .home-row-container > .navbar-header,
.non-landing-index .home-row-wrapper .home-row-container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .non-landing-index .home-row-wrapper .home-row-container > .navbar-header,
  .non-landing-index .home-row-wrapper .home-row-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .non-landing-index .home-row-wrapper .home-row-container {
    padding-left: 0;
  }
}
.non-landing-index .home-row-wrapper .home-row-container .home-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .non-landing-index .home-row-wrapper .home-row-container .home-row {
    font-size: 0;
    font-size: 0.01 \9;
  }
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .non-landing-index .home-row-wrapper .home-row-container .home-row > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-image {
  text-align: center;
}
@media (min-width: 768px) {
  .non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-image {
    width: 33.33333333%;
  }
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-image img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: auto \9;
  display: inline-block;
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper {
    padding-top: 0;
    width: 66.66666667%;
  }
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ed1c24;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper h2 {
    margin-bottom: 0;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper h2 span {
    display: block;
    line-height: 26px;
  }
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-subtitle {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-text p {
  line-height: 16px;
  margin-bottom: 25px;
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-text p a {
  color: #ed1c24;
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-text p a:hover {
  color: #ff9c00;
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-link {
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  display: block;
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
  width: 200px;
  line-height: 30px;
  text-align: center;
}
.non-landing-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-link:hover {
  background-color: #000000;
}
.non-landing-index .awards-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .non-landing-index .awards-wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .non-landing-index .awards-wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index .awards-wrapper {
    width: 1170px;
  }
}
.non-landing-index .awards-wrapper > .navbar-header,
.non-landing-index .awards-wrapper > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .non-landing-index .awards-wrapper > .navbar-header,
  .non-landing-index .awards-wrapper > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.non-landing-index .awards-list {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .non-landing-index .awards-list {
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: none;
  }
}
.non-landing-index.guzzi-index .content-home {
  border-color: #0f0f0f;
  background-color: #000000;
}
@media (min-width: 992px) {
  .non-landing-index.guzzi-index .content-home {
    background-color: rgba(0, 0, 0, 0.95);
    margin-top: -138px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index.guzzi-index .content-home {
    margin-top: -194px;
  }
}
@media (min-width: 1600px) {
  .non-landing-index.guzzi-index .content-home {
    margin-top: -274px;
  }
}
.non-landing-index.guzzi-index .content-home .home-buttons {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
}
.non-landing-index.guzzi-index .content-home .home-buttons li a:hover > span > span span.first-line,
.non-landing-index.guzzi-index .content-home .home-buttons li a:hover > span > span span.second-line {
  color: #ff9c00;
}
.non-landing-index.guzzi-index .promo-finv-container > div > div.slideshow-promo .carousel-control:hover .fa {
  color: #000000;
  background: transparent;
}
.non-landing-index.guzzi-index .promo-finv-container > div > div.finv-wrapper .carousel-control:hover .fa {
  color: #ff9c00;
  background: transparent;
}
.non-landing-index.guzzi-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-heading {
  background-color: #000000;
}
.non-landing-index.guzzi-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-footer a {
  background-color: #000000;
}
.non-landing-index.guzzi-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-footer a:hover {
  background-color: #ff9c00;
  color: #000000;
}
.non-landing-index.guzzi-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper h2 {
  color: #000000;
}
.non-landing-index.guzzi-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-text p a {
  color: #ff9c00;
}
.non-landing-index.guzzi-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-text p a:hover {
  color: #000000;
  text-decoration: underline;
}
.non-landing-index.guzzi-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-link {
  background-color: #000000;
}
.non-landing-index.guzzi-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-link:hover {
  background-color: #ff9c00;
  color: #000000;
}
.non-landing-index.piaggio-index .content-home {
  background-color: #058dcc;
}
@media (min-width: 992px) {
  .non-landing-index.piaggio-index .content-home {
    background-color: rgba(5, 141, 204, 0.85);
    margin-top: -134px;
  }
}
@media (min-width: 1200px) {
  .non-landing-index.piaggio-index .content-home {
    margin-top: -190px;
  }
}
@media (min-width: 1600px) {
  .non-landing-index.piaggio-index .content-home {
    margin-top: -270px;
  }
}
.non-landing-index.piaggio-index .promo-finv-container > div > div.slideshow-promo .carousel-control:hover .fa {
  color: #000000;
  background: transparent;
}
.non-landing-index.piaggio-index .promo-finv-container > div > div.finv-wrapper .carousel-control:hover .fa {
  color: #ff9c00;
  background: transparent;
}
.non-landing-index.piaggio-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-heading {
  background-color: #058dcc;
}
.non-landing-index.piaggio-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-footer a {
  background-color: #058dcc;
}
.non-landing-index.piaggio-index .promo-finv-container > div > div.finv-wrapper .finv-content .finv-footer a:hover {
  background-color: #ff9c00;
  color: #000000;
}
.non-landing-index.piaggio-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper h2 {
  color: #058dcc;
}
.non-landing-index.piaggio-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-text p a {
  color: #058dcc;
}
.non-landing-index.piaggio-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-text p a:hover {
  color: #000000;
  text-decoration: underline;
}
.non-landing-index.piaggio-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-link {
  background-color: #058dcc;
}
.non-landing-index.piaggio-index .home-row-wrapper .home-row-container .home-row > div.welcome-wrapper .welcome-link:hover {
  background-color: #ff9c00;
  color: #000000;
}
.awards-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  font-size: 0.01 \9;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .awards-list {
    max-width: 975px;
    margin: 0 auto;
  }
}
.awards-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 8px;
}
@media (min-width: 992px) {
  .awards-list li {
    width: 14.28571429%;
    padding: 0;
  }
}
.awards-list li img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: auto \9;
  display: inline-block;
}
.awards-list li:nth-child(n+5) {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .awards-list li:nth-child(n+5) {
    margin-top: 0;
  }
}
body {
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  body {
    background: #fff !important;
  }
}
.header-brand-nav {
  position: relative;
}
.header-brand-nav .header-brand-nav-bar {
  position: absolute;
  width: 102%;
  margin-left: -1%;
  margin-top: 37px;
  background: #d7d7d7;
  height: 65px;
  border: 1px #7a7a7a solid;
}
@media (max-width: 1499px) {
  .header-brand-nav .header-brand-nav-bar {
    margin-top: 3%;
    height: 50px;
  }
}
@media (max-width: 992px) {
  .header-brand-nav .header-brand-nav-bar {
    text-align: center;
    margin-top: -50px;
    display: flex;
  }
}
.header-brand-nav ul {
  position: relative;
  z-index: 100;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-left: -20px;
}
.header-brand-nav ul li {
  width: 8%;
}
.header-brand-nav ul li.brand-bar-location {
  width: 34%;
  margin-top: 35px;
}
.header-brand-nav ul li.brand-bar-location a {
  background: none;
  text-align: center;
  width: auto;
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  transition: all 200ms;
}
.header-brand-nav ul li.brand-bar-location a.brooklyn {
  position: relative;
  left: 2%;
}
.header-brand-nav ul li.brand-bar-location a.manhattan {
  position: relative;
  right: 2%;
}
.header-brand-nav ul li.brand-bar-location a:hover {
  color: #7a7a7a;
}
@media (max-width: 1499px) {
  .header-brand-nav ul li.brand-bar-location a {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .header-brand-nav ul li.brand-bar-location a {
    font-size: 20px;
  }
}
@media (max-width: 1499px) {
  .header-brand-nav ul li.brand-bar-location {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .header-brand-nav ul li.brand-bar-location {
    margin-top: 2.5%;
  }
}
@media (max-width: 1199px) {
  .header-brand-nav ul li.brand-bar-location {
    width: 26%;
  }
}
@media (max-width: 992px) {
  .header-brand-nav ul li.brand-bar-location {
    font-size: 24px;
    order: 1;
    width: 50%;
    margin-top: -50px;
  }
}
.header-brand-nav ul li a {
  margin: 10px;
  display: block;
  background: #fff;
}
.header-brand-nav ul li a img {
  max-width: 100%;
}
.header-brand-nav ul li a:hover img {
  opacity: .7;
}
@media (max-width: 1499px) {
  .header-brand-nav ul li {
    width: 10%;
  }
}
@media (max-width: 1199px) {
  .header-brand-nav ul li {
    width: 12%;
  }
}
@media (max-width: 992px) {
  .header-brand-nav ul li {
    order: 2;
    width: 20%;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .header-brand-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .header-brand-nav ul {
    margin-top: 50px;
  }
}
.brands-bar-units {
  display: flex;
  align-content: end;
  width: 50%;
  position: relative;
  left: 50%;
  margin-left: -30%;
}
.brands-bar-units a.unit-piaggio {
  width: 35%;
  position: relative;
  z-index: 100;
  margin-top: 3%;
}
.brands-bar-units a.unit-vespa {
  width: 35%;
  position: relative;
  z-index: 90;
  margin-top: -0.5%;
}
.brands-bar-units a.unit-aprilia {
  width: 35%;
  position: relative;
  z-index: 80;
  margin-top: 7%;
}
.brands-bar-units a.unit-moto-guzzi {
  width: 35%;
  position: relative;
  z-index: 70;
  margin-top: 1%;
}
.brands-bar-units a img {
  max-width: 150%;
}
.brands-bar-units a:hover img {
  opacity: .85;
}
@media (max-width: 1199px) {
  .brands-bar-units {
    display: flex;
    align-content: end;
    width: 80%;
    position: relative;
    left: 50%;
    margin-left: -46%;
  }
}
.unit-bar-text {
  text-align: center;
  color: #000;
  font-family: 'FSEmeric', "Times";
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .unit-bar-text {
    font-size: 24px;
  }
}
body {
  background-color: #ffffff;
  background: url('/images/vespabk-landing-bg.jpg') no-repeat;
  background-size: contain;
  background-position: center 80px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ff9c00;
  margin-top: 0;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
button,
input {
  outline: none;
}
button,
.btn {
  background-color: #ff9c00;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb033;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus {
  background-color: #ffa81f;
  color: #000000;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus {
  background-color: #ffa81f;
  color: #000000;
}
input,
textarea,
select {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #232323;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #1c1c1c;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 10px;
  resize: none;
}
input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  background-color: #0f0f0f;
  color: #ffffff;
}
input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  background-color: #0f0f0f;
  color: #ffffff;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  opacity: 85;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 85;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 85;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
  opacity: 85;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
  color: rgba(255, 255, 255, 0.85);
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block;
}
.lead-button,
.submitBlock li button {
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #ffac29;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #ff9c00;
  color: #ffffff;
  text-align: center;
  font-family: 'FSEmeric', "Times";
  font-size: 18px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lead-button,
  .submitBlock li button {
    max-width: 300px;
  }
}
.lead-button:hover,
.submitBlock li button:hover,
.lead-button:focus,
.submitBlock li button:focus {
  background-color: #ffa81f;
  color: #000000;
}
.lead-button:hover,
.submitBlock li button:hover,
.lead-button:focus,
.submitBlock li button:focus {
  background-color: #ffa81f;
  color: #000000;
}
.label {
  color: #ffffff;
}
.social-block {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
  font-size: 0.01 \9;
  margin-bottom: 15px;
}
.social-block a {
  display: block;
}
.social-block .fa {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}
.social-block .fa:before {
  line-height: 24px;
}
@media (max-width: 991px) {
  .social-block .fa {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .social-block .fa:before {
    line-height: 30px;
  }
}
.social-block a .fa {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.social-block a .fa {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000000;
}
.social-block a:hover .fa {
  color: #ffffff;
}
.social-block a:hover .fa {
  background-color: default;
}
.social-block a:hover.social-facebook .fa {
  background-color: #3b5998;
}
.social-block a:hover.social-twitter .fa {
  background-color: #00aced;
}
.social-block a:hover.social-instagram .fa {
  background-color: #517fa4;
}
.social-block a:hover.social-google .fa {
  background-color: #dd4b39;
}
.social-block a:hover.social-youtube .fa {
  background-color: #bb0000;
}
.social-block a:hover.social-pinterest .fa {
  background-color: #cb2027;
}
.social-block a:hover.social-rss .fa {
  background-color: #000000;
}
.social-block li {
  display: inline-block;
  vertical-align: middle;
}
.social-block li a {
  display: block;
}
.social-block li a .fa {
  width: 24px;
  height: 24px;
  font-size: 16px;
}
.social-block li a .fa:before {
  line-height: 24px;
}
.social-block li + li {
  margin-left: 5px;
}
[id="main"] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f0f0f;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  [id="main"] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  [id="main"] {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  [id="main"] {
    width: 1170px;
  }
}
[id="main"] > .navbar-header,
[id="main"] > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [id="main"] > .navbar-header,
  [id="main"] > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
[id="content"]:before,
[id="content"]:after {
  content: " ";
  display: table;
}
[id="content"]:after {
  clear: both;
}
[id="content"]:before,
[id="content"]:after {
  content: " ";
  display: table;
}
[id="content"]:after {
  clear: both;
}
.image-container {
  position: relative;
  padding-top: 75%;
}
.image-container .image-container-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-origin: content-box;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#tyFlash {
  display: none!important;
  visibility: hidden !important;
}
#calendar .fc-content {
  color: #ffffff;
}
#calendar .fc-today {
  background-color: #1e1e1e;
  color: #ffffff;
}
#calendar .fc-header tr td.fc-header-right > span {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
#calendar .fc-header tr td.fc-header-right > span * {
  display: inline-block;
  line-height: 26px;
}
#calendar .fc-header tr td.fc-header-right > span.fc-state-default {
  background: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #2e2e2e;
  border-color: #292929;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-weight: 400;
}
#calendar .fc-header tr td.fc-header-right > span.fc-state-hover,
#calendar .fc-header tr td.fc-header-right > span.fc-state-down,
#calendar .fc-header tr td.fc-header-right > span.fc-state-active,
#calendar .fc-header tr td.fc-header-right > span.fc-state-disabled {
  background-color: #1e1e1e;
  color: #ffffff;
  opacity: .75;
}
#calendar .fc-border-separate th,
#calendar .fc-border-separate td {
  border-color: #292929;
}
#calendar .fc-list .dvListviewEvent {
  background-color: #151515;
  color: #ffffff;
}
#calendar .fc-list .dvListviewEvent:nth-child(even) {
  background-color: #212121;
  color: #ffffff;
}
#calendar .fc-list .dvListviewEvent .dvHeader a {
  color: inherit;
}
.qtip .qtip-wrapper {
  box-shadow: 0 0 5px #000000;
}
.qtip .qtip-wrapper .qtip-contentWrapper {
  border: none !important;
  background-color: #191919 !important;
  color: #ffffff !important;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content {
  background: none !important;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content .content {
  background-color: #191919;
  color: #ffffff;
}
.qtip .qtip-wrapper .qtip-contentWrapper .qtip-content .content .dvSocial .btnOpenDetails {
  background-color: #191919;
  color: #ffffff;
}
#overlayBlock {
  background-color: #000000;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.5);
}
#eventDetails {
  background-color: #0f0f0f;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}
#eventDetails .close {
  opacity: 1;
  background-color: #292929;
  color: #ffffff;
  text-shadow: none;
  font-weight: 400;
}
#eventDetails .close:hover {
  background-color: #1c1c1c;
  color: #ffffff;
}
#eventDetails h3 a {
  line-height: 30px;
}
#eventDetails .content {
  background-color: #0f0f0f;
  color: #ffffff;
}
.xListEvents .dvListviewCategory {
  background-color: #191919;
  color: #ffffff;
}
.xListEvents .dvListviewCategory .dvListviewEvent:nth-child(even) {
  background-color: #0f0f0f;
  color: #ffffff;
}
.xListEvents .dvListviewCategory .dvHeader {
  font-size: 16px;
}
.xListEvents .dvListviewCategory .dvHeader a {
  color: inherit;
}
.event-by-date .event-by-date-header .event-by-date-search .submit-event-by-date-search:hover:hover,
.event-by-date .event-by-date-header .event-by-date-search .submit-event-by-date-search:active:hover,
.event-by-date .event-by-date-header .event-by-date-search .submit-event-by-date-search:hover:focus,
.event-by-date .event-by-date-header .event-by-date-search .submit-event-by-date-search:active:focus {
  background-color: #0f0f0f;
  color: #ffffff;
}
.event-by-date .event-by-date-header .event-by-date-search .submit-event-by-date-search:hover:hover,
.event-by-date .event-by-date-header .event-by-date-search .submit-event-by-date-search:active:hover,
.event-by-date .event-by-date-header .event-by-date-search .submit-event-by-date-search:hover:focus,
.event-by-date .event-by-date-header .event-by-date-search .submit-event-by-date-search:active:focus {
  background-color: #0f0f0f;
  color: #ffffff;
}
.event-by-date .event-by-date-header .event-by-date-search > div.date-to {
  color: #ffffff;
}
.event-by-date .event-by-date-pagination > span > a.active {
  background-color: #1e1e1e;
  color: #ffffff;
  color: #ff9c00;
}
.event-by-date .event-month {
  border-color: #292929;
}
.event-by-date .event-month-title {
  background-color: #ff9c00;
  color: #ffffff;
}
.event-by-date .event-item {
  border-color: #292929;
}
.event-by-date .event-item:nth-of-type(odd) {
  background-color: #0f0f0f;
}
.event-by-date .event-item:nth-of-type(even) {
  background-color: #1e1e1e;
  color: #ffffff;
}
.event-by-date .event-item .event-info .event-loc > span:first-child,
.event-by-date .event-item .event-info .event-time > span:first-child {
  color: #ff9c00;
}
.dvSIZECONTROL {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dvSIZECONTROL {
    width: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dvSIZECONTROL {
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .dvSIZECONTROL {
    width: 1px;
  }
}
div.modal-dialog {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-color: #0f0f0f;
  color: #ffffff;
}
div.modal-dialog div.modal-header {
  background-color: #050505;
  border: none;
}
div.modal-dialog div.modal-header button.close {
  color: #777777;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
}
div.modal-dialog div.modal-header button.close:hover {
  color: #ff9c00;
  background-color: transparent;
  opacity: 1;
}
div.modal-dialog div.modal-header .modal-title span.fa {
  margin-right: 15px;
}
div.modal-dialog div.modal-body div.modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  background-clip: initial;
}
.makes {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #555555;
}
.makes a .make-name {
  color: #fff;
}
.makes a:hover .make-name {
  color: #ff9c00;
}
#main .TestimonialRating .fa-star {
  color: #ffd700;
}
#main .TestimonialRating .fa-minus.rate1 {
  color: #ff1919;
}
#main .TestimonialRating .fa-minus.rate2 {
  color: #bc5f01;
}
#main .TestimonialRating .fa-minus.rate3 {
  color: #939301;
}
#main .TestimonialRating .fa-minus.rate4 {
  color: #589c01;
}
#main .TestimonialRating .fa-minus.rate5 {
  color: #01b101;
}
.ribbon {
  font-size: 16px;
  /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
  width: 50%;
  position: relative;
  background: #ba89b6;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  /* Adjust to suit */
  margin: 2em auto 3em;
  /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #986794;
  z-index: -1;
}
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #804f7c transparent transparent transparent;
  bottom: -1em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
.promos .xcontent .row ul {
  padding-left: 0;
  margin-bottom: 0;
}
.promos .xcontent .row ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .promos .xcontent .row ul li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .promos .xcontent .row ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .promos .xcontent .row ul li {
    float: left;
    width: 20%;
  }
}
@media (min-width: 570px) and (max-width: 767px) {
  .promos .xcontent .row ul li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.promos .xcontent .row ul li a {
  -webkit-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  margin: 10px 0;
  padding: 20px;
  background-color: #555555;
}
.promos .xcontent .row ul li a img {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  /* Safari */
  -webkit-filter: grayscale(100%);
  /*Firefox*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Good browsers */
  filter: #555555;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: auto \9;
  margin: 0 auto;
}
.promos .xcontent .row ul li a:hover {
  background-color: #ffffff;
}
.promos .xcontent .row ul li a:hover img {
  /* Safari */
  -webkit-filter: grayscale(0%);
  /*Firefox*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Good browsers */
  filter: none;
}
@media (max-width: 992px) {
  .promos .xcontent .row ul li a {
    background-color: #777777;
  }
  .promos .xcontent .row ul li a img {
    /* Safari */
    -webkit-filter: grayscale(0%);
    /*Firefox*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Good browsers */
    filter: none;
  }
}
.promos .xcontent .row ul li a.aprilia:hover {
  background-color: #ed1c24;
}
.promos .xcontent .row ul li a.piaggio:hover {
  background-color: #1999d5;
}
.promos .xcontent .row ul li a.vespa:hover {
  background-color: #6dcdb1;
}
/*Hidden Promos*/
#YamahaBoatsPromotions {
  display: none;
}
#YamahaMarinePromotions {
  display: none;
}
#PolarisSnowPromotions {
  display: none;
}
.Promotions-Sheet .table-striped {
  color: #ffffff;
}
.Promotions-Sheet .table-striped tr:nth-child(odd) > td {
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Promotions-Sheet .table-striped tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Promotions-Sheet .panel-body ul,
.Promotions-Sheet .panel-body span,
.Promotions-Sheet .panel-body p {
  color: #000000;
}
.Promotions-Sheet .modal-body p {
  color: #ffffff;
}
.Promotions-Sheet .modal-body span {
  color: #ffffff;
  font-size: bigger;
}
.Promotions-Sheet .modal-content {
  background-color: transparent;
}
.Promotions-Sheet .modal-content .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.home-brands-sticky {
  display: none;
}
@media (min-width: 992px) {
  .home-brands-sticky {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
  }
}
.home-brands-sticky .collapsing-brands {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .home-brands-sticky .collapsing-brands {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .home-brands-sticky .collapsing-brands {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .home-brands-sticky .collapsing-brands {
    width: 1170px;
  }
}
.home-brands-sticky .collapsing-brands > .navbar-header,
.home-brands-sticky .collapsing-brands > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .home-brands-sticky .collapsing-brands > .navbar-header,
  .home-brands-sticky .collapsing-brands > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.home-brands-sticky .collapsing-brands .toggle-brands {
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: absolute;
  left: 0;
  top: -137px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  border-radius: 100%;
  background-color: #ba0c2f;
}
.home-brands-sticky .collapsing-brands .toggle-brands .fa {
  color: #ffffff;
  position: relative;
}
.home-brands-sticky .collapsing-brands .toggle-brands.collapsed {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.home-brands-sticky .collapsing-brands .toggle-brands:hover {
  background-color: #ba0c2f;
}
.home-brands-sticky .collapse-body {
  background-color: #ffffff;
}
.home-brands-sticky .collapse-body > div {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .home-brands-sticky .collapse-body > div {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .home-brands-sticky .collapse-body > div {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .home-brands-sticky .collapse-body > div {
    width: 1170px;
  }
}
.home-brands-sticky .collapse-body > div > .navbar-header,
.home-brands-sticky .collapse-body > div > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .home-brands-sticky .collapse-body > div > .navbar-header,
  .home-brands-sticky .collapse-body > div > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.home-brands-sticky .collapse-body > div .brands-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: -45px;
}
@media (min-width: 1200px) {
  .home-brands-sticky .collapse-body > div .brands-list {
    margin-top: -60px;
  }
}
.home-brands-sticky .collapse-body > div .brands-list li {
  padding: 0 15px;
  width: 12.5%;
}
.home-brands-sticky .collapse-body > div .brands-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 18px;
  position: relative;
}
.home-brands-sticky .collapse-body > div .brands-list li a span img {
  max-width: 100%;
  backface-visibility: hidden;
}
.home-brands-sticky .collapse-body > div .brands-list li a span.vehicle-wrapper {
  -webkit-transition: 0.2s bottom ease-in-out;
  -o-transition: 0.2s bottom ease-in-out;
  transition: 0.2s bottom ease-in-out;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home-brands-sticky .collapse-body > div .brands-list li a span.logo-wrapper {
  line-height: 88px;
  margin-top: 10px;
}
.home-brands-sticky .collapse-body > div .brands-list li a:before {
  -webkit-transition: 0.2s width ease-in-out;
  -o-transition: 0.2s width ease-in-out;
  transition: 0.2s width ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 5px solid #ba0c2f;
  width: 65px;
  margin: 0 auto;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
}
.home-brands-sticky .collapse-body > div .brands-list li a:hover span.vehicle-wrapper {
  bottom: 15px;
}
.home-brands-sticky .collapse-body > div .brands-list li a:hover:before {
  width: 80px;
}
.home-brands-sticky .collapse-body > div .brands-list li:nth-child(1) a:hover span.vehicle-wrapper,
.home-brands-sticky .collapse-body > div .brands-list li:nth-child(2) a:hover span.vehicle-wrapper {
  bottom: 10px;
}
.home-brands-sticky .collapse-body > div .brands-list li:nth-child(1) a:hover:before,
.home-brands-sticky .collapse-body > div .brands-list li:nth-child(2) a:hover:before {
  width: 80px;
}
@font-face {
  font-family: 'FSEmeric';
  src: url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric.woff');
  src: url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric.eot?') format('embedded-opentype'), url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric.ttf') format('truetype'), url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FSEmeric';
  src: url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric-Light.woff');
  src: url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric-Light.eot?') format('embedded-opentype'), url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric-Light.ttf') format('truetype'), url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FSEmeric';
  src: url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric-Heavy.woff');
  src: url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric-Heavy.eot?') format('embedded-opentype'), url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric-Heavy.ttf') format('truetype'), url('//cdn.dealerspike.com/imglib/fonts/FSEmeric/FSEmeric-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* ============================= STARTCONTENT LOADING LESS =========================*/
.fontZero {
  font-size: 0;
  font-size: 0.01px \9;
}
.perfect-li {
  vertical-align: top;
  font-size: 14px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .perfect-li {
    float: none;
    display: inline-block;
  }
}
.perfect-ul {
  font-size: 0;
  font-size: 0.01px \9;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.contentlinks a:not(.lead-button) {
  font-weight: bold;
}
.contentlinks a:not(.lead-button):hover {
  color: #ff9c00;
  text-shadow: 0px 0px 1px #ffffff;
}
.contentlinks a:not(.lead-button):hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.contentlinks .dsImageContainer {
  text-align: center;
  margin-bottom: 15px;
}
.contentlinks .dsImageContainer a img {
  display: inline;
  box-shadow: 0px 0px 15px 0px #ff9c00;
}
.dst-block img {
  width: auto \9;
}
.dst-block .dst-header .dsImageContainer {
  display: none;
}
@media (min-width: 768px) {
  .dst-block .dst-header .dsImageContainer {
    display: block;
  }
}
.dst-block .dst-header .dsImageContainer img {
  margin: 0;
}
.dst-block .dst-content a:not(.lead-button) {
  font-weight: bold;
}
.dst-block .dst-content a:not(.lead-button):hover {
  color: #ff9c00;
  text-shadow: 0px 0px 1px #ffffff;
}
.dst-block .dst-content a:not(.lead-button):hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dst-block .dst-content .dsImageContainer {
  text-align: center;
  margin-bottom: 15px;
}
.dst-block .dst-content .dsImageContainer a img {
  display: inline;
  box-shadow: 0px 0px 15px 0px #ff9c00;
}
.dst-block .dst-content:before,
.dst-block .dst-content:after {
  content: " ";
  display: table;
}
.dst-block .dst-content:after {
  clear: both;
}
.dst-block .dst-content:before,
.dst-block .dst-content:after {
  content: " ";
  display: table;
}
.dst-block .dst-content:after {
  clear: both;
}
.dst-block .dsImageContainer img {
  margin: 10px auto;
}
.dst-block .lead-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
.financing .dst-content .content-floatright:before,
.financing .dst-content .content-floatright:after {
  content: " ";
  display: table;
}
.financing .dst-content .content-floatright:after {
  clear: both;
}
.financing .dst-content .content-floatright:before,
.financing .dst-content .content-floatright:after {
  content: " ";
  display: table;
}
.financing .dst-content .content-floatright:after {
  clear: both;
}
.financing .dst-content .content-floatright .dsImageContainer {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .financing .dst-content .content-floatright .dsImageContainer {
    margin-left: 15px;
    float: right;
    position: relative;
    z-index: 1;
    max-width: 30%;
  }
  .financing .dst-content .content-floatright .dsImageContainer img {
    margin: 0;
  }
}
.hours .dst-content,
.hours-manhattan .dst-content {
  /* Change by: Jorge Humberto 07/03/2017 */
  /* BEGIN */
  /* END*/
}
.hours .dst-content .dst-col-6:nth-of-type(2),
.hours-manhattan .dst-content .dst-col-6:nth-of-type(2) {
  text-align: center;
}
@media (min-width: 992px) {
  .hours .dst-content .dst-col-6:nth-of-type(2),
  .hours-manhattan .dst-content .dst-col-6:nth-of-type(2) {
    text-align: left;
  }
}
.hours .dst-content .dst-col-6 ul li:nth-of-type(2),
.hours-manhattan .dst-content .dst-col-6 ul li:nth-of-type(2) {
  margin-top: 30px;
}
.hours .dst-content .dst-col-6 .content-responsive,
.hours-manhattan .dst-content .dst-col-6 .content-responsive {
  position: relative;
  padding-bottom: 72.72727273%;
  height: 0;
  overflow: hidden;
}
.hours .dst-content .dst-col-6 .content-responsive iframe,
.hours-manhattan .dst-content .dst-col-6 .content-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hours .dst-content .dst-col-6 .content-responsive iframe,
.hours-manhattan .dst-content .dst-col-6 .content-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hours .dst-content .dst-col-6 .content-responsive iframe,
.hours-manhattan .dst-content .dst-col-6 .content-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hours .dst-content .dst-col-6 .content-responsive iframe,
.hours-manhattan .dst-content .dst-col-6 .content-responsive iframe {
  border: 2px solid #ff9c00;
}
.hours .dst-content .content-dirblock,
.hours-manhattan .dst-content .content-dirblock {
  font-size: 0;
  font-size: 0.01px \9;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 15px;
}
.hours .dst-content .content-dirblock li,
.hours-manhattan .dst-content .content-dirblock li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  font-size: 14px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .hours .dst-content .content-dirblock li,
  .hours-manhattan .dst-content .content-dirblock li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hours .dst-content .content-dirblock li,
  .hours-manhattan .dst-content .content-dirblock li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hours .dst-content .content-dirblock li,
  .hours-manhattan .dst-content .content-dirblock li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .hours .dst-content .content-dirblock li,
  .hours-manhattan .dst-content .content-dirblock li {
    float: none;
    display: inline-block;
  }
}
.hours .dst-content .content-dirblock li:before,
.hours-manhattan .dst-content .content-dirblock li:before {
  color: #ff9c00;
  font-family: FontAwesome;
  font-size: 18px;
  content: "\f278";
  padding: 8px;
}
.hours .dst-content .content-dirblock li p,
.hours-manhattan .dst-content .content-dirblock li p {
  display: inline;
}
.hours .dst-content .content-dirblock li b,
.hours-manhattan .dst-content .content-dirblock li b {
  color: #ff9c00;
  font-size: 18px;
}
.hours .dst-content .content-dirblock-2,
.hours-manhattan .dst-content .content-dirblock-2 {
  font-size: 0;
  font-size: 0.01px \9;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 15px;
  text-align: center;
}
.hours .dst-content .content-dirblock-2 li,
.hours-manhattan .dst-content .content-dirblock-2 li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  font-size: 14px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .hours .dst-content .content-dirblock-2 li,
  .hours-manhattan .dst-content .content-dirblock-2 li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .hours .dst-content .content-dirblock-2 li,
  .hours-manhattan .dst-content .content-dirblock-2 li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .hours .dst-content .content-dirblock-2 li,
  .hours-manhattan .dst-content .content-dirblock-2 li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .hours .dst-content .content-dirblock-2 li,
  .hours-manhattan .dst-content .content-dirblock-2 li {
    float: none;
    display: inline-block;
  }
}
.hours .dst-content .content-dirblock-2 li h4,
.hours-manhattan .dst-content .content-dirblock-2 li h4 {
  margin-bottom: 0;
}
.hours .dst-content .cnt-center,
.hours-manhattan .dst-content .cnt-center {
  text-align: center;
}
.info .dst-content ul {
  font-size: 0;
  font-size: 0.01px \9;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.info .dst-content ul li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  font-size: 14px;
  padding-bottom: 15px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .info .dst-content ul li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .info .dst-content ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .info .dst-content ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .info .dst-content ul li {
    float: none;
    display: inline-block;
  }
}
.info .dst-content ul li:before {
  color: #ff9c00;
  font-family: FontAwesome;
  font-size: 18px;
  content: "\f192";
  padding: 6px;
}
.info .dst-content ul li b {
  color: #ff9c00;
  font-size: 18px;
}
.info .dst-content h3 {
  border-bottom: 1px solid #ff9c00;
}
.inventory .dst-content .inventory-list {
  font-size: 0;
  font-size: 0.01px \9;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.inventory .dst-content .inventory-list .inventory-brand {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  font-size: 14px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .inventory .dst-content .inventory-list .inventory-brand {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .inventory .dst-content .inventory-list .inventory-brand {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .inventory .dst-content .inventory-list .inventory-brand {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .inventory .dst-content .inventory-list .inventory-brand {
    float: none;
    display: inline-block;
  }
}
.inventory .dst-content .inventory-list .inventory-brand .dsImageContainer a img {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: none;
}
.inventory .dst-content .inventory-list .inventory-brand .dsImageContainer a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0px 10px 15px -10px #ffffff;
}
.inventory .dst-content .inventory-list .inventory-brand ul {
  padding: 0;
  list-style: none;
}
.inventory .dst-content .inventory-list .inventory-brand ul li {
  margin-bottom: 15px;
}
.inventory .dst-content .inventory-list .inventory-brand ul li a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  width: 95%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
}
.inventory .dst-content .inventory-list .inventory-brand ul li a:hover {
  box-shadow: 0px 0px 30px 0px #ffffff;
  text-shadow: 0px 0px 2px #ffffff;
}
.vespa-red #main {
  background: #f2f2f2;
}
.vespa-red #main .dst-block {
  padding: 0;
  color: #000000;
}
.vespa-red #main .dst-block .dst-header h1 {
  color: #ba0c2f;
  text-align: center;
}
.vespa-red #main .dst-block .dst-header .dsImageContainer {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
  background-color: #ba0c2f;
}
@media (min-width: 1px) {
  .vespa-red #main .dst-block .dst-header .dsImageContainer {
    display: block;
  }
}
.vespa-red #main .dst-block .dst-header .dsImageContainer img {
  margin: 15px auto;
}
.vespa-red #main .dst-block .dst-content .vespa-footer {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
  PADDING-bottom: 30px;
  background-color: #ba0c2f;
}
.vespa-red #main .dst-block .dst-content .vespa-footer h1 {
  text-align: center;
  color: #ffffff;
}
.vespa-red #main .dst-block .dst-content .vespa-footer .lead-button {
  color: #ba0c2f;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  max-width: 95%;
}
.vespa-red #main .dst-block .dst-content .vespa-footer .lead-button:hover {
  background-color: #ba0c2f;
  color: #ffffff;
}
.vespa-red #main .dst-block .dst-content .vespa-content2 {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #ffffff;
  margin-top: 30px;
}
.vespa-red #main .dst-block .dst-content .vespa-content2 .content-6-col {
  padding: 0;
  padding-bottom: 15px;
}
.vespa-red #main .dst-block .dst-content .vespa-content2 .content-6-col h3 {
  margin: 0;
  color: #ffffff;
  background-color: #ba0c2f;
  padding: 30px;
}
.vespa-red #main .dst-block .dst-content .vespa-content2 .content-6-col .vespa-text {
  padding: 30px;
}
.vespa-red #main .dst-block .dst-content .vespa-content2 .content-6-col .vespa-button {
  text-align: center;
}
.vespa-red #main .dst-block .dst-content .vespa-content2 .content-6-col .vespa-button a {
  text-transform: uppercase;
  font-weight: normal;
  border: 1px solid #ffffff;
  background-color: #ba0c2f;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 8px;
  display: inline-block;
}
@media (min-width: 768px) {
  .vespa-red #main .dst-block .dst-content .vespa-content2 .content-6-col .vespa-button a {
    max-width: 80%;
  }
}
.vespa-red #main .dst-block .dst-content .vespa-content2 .content-6-col .vespa-button a:hover {
  text-decoration: none;
  color: #ba0c2f;
  background-color: #ffffff;
  border-color: #ba0c2f;
}
.parts .dst-block .dst-content ul,
.service .dst-block .dst-content ul {
  list-style: none;
}
.parts .dst-block .dst-content ul li:before,
.service .dst-block .dst-content ul li:before {
  color: #ff9c00;
  font-family: FontAwesome;
  font-size: 18px;
  content: "\f192";
  padding: 6px;
}
.parts .dst-block .dst-content h3,
.service .dst-block .dst-content h3 {
  border-bottom: 1px solid #ff9c00;
}
.xcalendar .dst-content {
  text-align: center;
  margin-bottom: 15px;
}
.xcalendar .dst-content a img {
  box-shadow: 0px 0px 15px 0px #ff9c00;
}
.xcalendar .dst-content a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body.finance-calculator .dst-block .calculator-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.finance-calculator .dst-block .calculator-wrapper > div {
  padding-right: 20px;
  padding-left: 20px;
}
body.finance-calculator .dst-block .calculator + .calculator {
  padding-top: 30px;
}
body.finance-calculator .dst-block .calc-body label {
  padding-top: 10px;
  font-weight: 300;
}
body.finance-calculator .dst-block .calc-footer {
  margin-top: 10px;
  border-top: solid 1px #292929;
  padding-top: 10px;
}
body.finance-calculator .dst-block .calc-footer > div {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
body.finance-calculator .dst-block .calculator {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.finance-calculator .dst-block .calculator {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  body.finance-calculator .dst-block .calculator {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  body.finance-calculator .dst-block .calculator {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.finance-calculator .dst-block .calculator {
    float: none;
    margin: 0 auto;
  }
}
body.finance-calculator .dst-block .calculator + .calculator {
  padding-top: 30px;
}
/* ============================= ENDCONTENT LOADING LESS =========================*/
#main.Promotions-Sheet {
  z-index: auto;
}
body.InventoryList .unitBrand img[src*="icon_Harley-Davidson.png"] {
  display: none;
}
body.InventoryList .unitBrand img[src*="icon_Suzuki.png"] {
  display: none;
}
body.InventoryList .unitBrand img[src*="icon_Ducati.png"] {
  display: none;
}
@media (min-width: 768px) {
  .wi-bike {
    margin: auto;
    display: block;
    width: 175px;
    margin-top: 10px;
  }
  .wi-bike img {
    width: 175px;
    max-width: 100%;
  }
  .wi-bike img.white {
    display: none;
  }
  .wi-bike img.black {
    display: block;
  }
  .wi-bike a img {
    transition: 0.2s opacity ease-in-out;
  }
}
@media (max-width: 767px) {
  .wi-bike {
    margin-left: -15px;
    margin-right: -15px;
    height: 100px;
  }
  .wi-bike a {
    width: 100%;
    display: block;
    height: 100%;
    background: black;
  }
  .wi-bike img {
    width: 175px;
    margin: auto;
    display: block;
    padding-top: 27px;
  }
  .wi-bike img.white {
    display: block;
  }
  .wi-bike img.black {
    display: none !important;
  }
  .wi-bike a img {
    transition: 0.2s opacity ease-in-out;
  }
}
.wi-bike > a > .leftbike,
.wi-bike > a > .rightbike {
  display: none;
}
@media (min-width: 992px) {
  .wi-bike {
    width: 627px;
  }
  .wi-bike a {
    display: block;
  }
  .wi-bike a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=70);
  }
  .wi-bike > a > span {
    display: inline-block;
    vertical-align: middle;
  }
  .wi-bike > a > .leftbike {
    margin-right: 20px;
  }
  .wi-bike > a > .rightbike {
    margin-left: 25px;
  }
  .wi-bike > a > .leftbike,
  .wi-bike > a > .rightbike {
    display: inline-block;
  }
  .wi-bike > a > .leftbike img,
  .wi-bike > a > .rightbike img {
    width: 200px;
  }
}
.form-header,
.form-footer {
  width: 83.33333333%;
  margin: 0px auto;
  padding-bottom: 15px;
  display: none;
}
.v7list-main {
  padding-top: 30px;
}
:focus,
a:focus,
.dropdown-toggle:focus,
.carousel-control:focus,
body.InventoryDetail .nav-tabs > li .panel-heading a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#footer .footer-column-container > div .footer-column.footer-column-extras p.footer-legal a {
  color: #ff9c00!important;
}
#footer .footer-column-container > div .footer-column.footer-column-extras p {
  color: white!important;
}
.welcome-text a {
  font-weight: bold;
  text-decoration: underline!important;
}
.xcontent a {
  font-weight: bold;
  text-decoration: underline!important;
}
#ftrColContactCollapse a {
  font-weight: bold;
  text-decoration: underline!important;
}
