b,
strong {
  font-weight: bold;
}
u,
ins {
  text-decoration: underline;
}
i,
em {
  font-style: italic;
}
.placeholderline {
  border-bottom: 3px dashed #5e5e5e;
  font-style: italic;
}
.vxd-footer-default,
#copyright_signin {
  color: #4a4848;
  background-color: #FFFFFF;
}
.vxd-footer-default a,
#copyright_signin a {
  color: #171616;
}
.vxd-footer-default a:hover,
#copyright_signin a:hover {
  color: #000000;
}
#copyright_signin {
  background-color: #f2f2f2;
  padding: 4px 20px;
  text-align: center;
  font-size: .65rem;
}
#copyright_signin .vxd-divider {
  color: #ffffff;
}
#copyright_signin .vxd-powered {
  margin-left: 40px;
}
#main-image.vxd-flex-embed {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 100%;
}
.bus_phone_number a {
  font-size: 1.7rem;
  line-height: 30px;
}
@media (max-width: 480px) {
  .bus_phone_number a {
    font-size: 1.5rem;
    line-height: 20px;
  }
}
.vxd-main-image-bg {
  background-color: #242222;
}
@media (max-width: 991px) {
  #googleDirections button {
    margin-top: 5px;
  }
}
a.vxd-icon-container {
  display: block;
  width: 3em;
  height: 3em;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  opacity: .7;
  filter: alpha(opacity=70);
  color: #171616;
  background: #FFFFFF;
  border: 2px solid #f2f2f2;
  position: fixed;
  z-index: 1050;
  bottom: 85px;
  right: 20px;
}
a.vxd-icon-container:hover {
  color: #000000;
}
a.vxd-icon-container .vxd-icon {
  display: inline-block;
  margin: .20em auto;
  font-size: 2rem;
}
.inherit-color {
  color: inherit;
}
.break-word {
  word-wrap: break-word;
}
.display-inline {
  display: inline;
}
.display-inblock {
  display: inline-block;
}
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;
  }
  .vxd-navbar {
    display: none;
  }
  .vxd-table td,
  .vxd-table th {
    background-color: #fff !important;
  }
  .vxd-btn > .vxd-caret,
  .vxd-dropup > .vxd-btn > .vxd-caret {
    border-top-color: #000 !important;
  }
  .vxd-label {
    border: 1px solid #000;
  }
  .vxd-table {
    border-collapse: collapse !important;
  }
  .vxd-table-bordered th,
  .vxd-table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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 .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
@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');
}
.vxd-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;
}
.vxd-glyphicon-asterisk:before {
  content: "\2a";
}
.vxd-glyphicon-plus:before {
  content: "\2b";
}
.vxd-glyphicon-euro:before {
  content: "\20ac";
}
.vxd-glyphicon-minus:before {
  content: "\2212";
}
.vxd-glyphicon-cloud:before {
  content: "\2601";
}
.vxd-glyphicon-envelope:before {
  content: "\2709";
}
.vxd-glyphicon-pencil:before {
  content: "\270f";
}
.vxd-glyphicon-glass:before {
  content: "\e001";
}
.vxd-glyphicon-music:before {
  content: "\e002";
}
.vxd-glyphicon-search:before {
  content: "\e003";
}
.vxd-glyphicon-heart:before {
  content: "\e005";
}
.vxd-glyphicon-star:before {
  content: "\e006";
}
.vxd-glyphicon-star-empty:before {
  content: "\e007";
}
.vxd-glyphicon-user:before {
  content: "\e008";
}
.vxd-glyphicon-film:before {
  content: "\e009";
}
.vxd-glyphicon-th-large:before {
  content: "\e010";
}
.vxd-glyphicon-th:before {
  content: "\e011";
}
.vxd-glyphicon-th-list:before {
  content: "\e012";
}
.vxd-glyphicon-ok:before {
  content: "\e013";
}
.vxd-glyphicon-remove:before {
  content: "\e014";
}
.vxd-glyphicon-zoom-in:before {
  content: "\e015";
}
.vxd-glyphicon-zoom-out:before {
  content: "\e016";
}
.vxd-glyphicon-off:before {
  content: "\e017";
}
.vxd-glyphicon-signal:before {
  content: "\e018";
}
.vxd-glyphicon-cog:before {
  content: "\e019";
}
.vxd-glyphicon-trash:before {
  content: "\e020";
}
.vxd-glyphicon-home:before {
  content: "\e021";
}
.vxd-glyphicon-file:before {
  content: "\e022";
}
.vxd-glyphicon-time:before {
  content: "\e023";
}
.vxd-glyphicon-road:before {
  content: "\e024";
}
.vxd-glyphicon-download-alt:before {
  content: "\e025";
}
.vxd-glyphicon-download:before {
  content: "\e026";
}
.vxd-glyphicon-upload:before {
  content: "\e027";
}
.vxd-glyphicon-inbox:before {
  content: "\e028";
}
.vxd-glyphicon-play-circle:before {
  content: "\e029";
}
.vxd-glyphicon-repeat:before {
  content: "\e030";
}
.vxd-glyphicon-refresh:before {
  content: "\e031";
}
.vxd-glyphicon-list-alt:before {
  content: "\e032";
}
.vxd-glyphicon-lock:before {
  content: "\e033";
}
.vxd-glyphicon-flag:before {
  content: "\e034";
}
.vxd-glyphicon-headphones:before {
  content: "\e035";
}
.vxd-glyphicon-volume-off:before {
  content: "\e036";
}
.vxd-glyphicon-volume-down:before {
  content: "\e037";
}
.vxd-glyphicon-volume-up:before {
  content: "\e038";
}
.vxd-glyphicon-qrcode:before {
  content: "\e039";
}
.vxd-glyphicon-barcode:before {
  content: "\e040";
}
.vxd-glyphicon-tag:before {
  content: "\e041";
}
.vxd-glyphicon-tags:before {
  content: "\e042";
}
.vxd-glyphicon-book:before {
  content: "\e043";
}
.vxd-glyphicon-bookmark:before {
  content: "\e044";
}
.vxd-glyphicon-print:before {
  content: "\e045";
}
.vxd-glyphicon-camera:before {
  content: "\e046";
}
.vxd-glyphicon-font:before {
  content: "\e047";
}
.vxd-glyphicon-bold:before {
  content: "\e048";
}
.vxd-glyphicon-italic:before {
  content: "\e049";
}
.vxd-glyphicon-text-height:before {
  content: "\e050";
}
.vxd-glyphicon-text-width:before {
  content: "\e051";
}
.vxd-glyphicon-align-left:before {
  content: "\e052";
}
.vxd-glyphicon-align-center:before {
  content: "\e053";
}
.vxd-glyphicon-align-right:before {
  content: "\e054";
}
.vxd-glyphicon-align-justify:before {
  content: "\e055";
}
.vxd-glyphicon-list:before {
  content: "\e056";
}
.vxd-glyphicon-indent-left:before {
  content: "\e057";
}
.vxd-glyphicon-indent-right:before {
  content: "\e058";
}
.vxd-glyphicon-facetime-video:before {
  content: "\e059";
}
.vxd-glyphicon-picture:before {
  content: "\e060";
}
.vxd-glyphicon-map-marker:before {
  content: "\e062";
}
.vxd-glyphicon-adjust:before {
  content: "\e063";
}
.vxd-glyphicon-tint:before {
  content: "\e064";
}
.vxd-glyphicon-edit:before {
  content: "\e065";
}
.vxd-glyphicon-share:before {
  content: "\e066";
}
.vxd-glyphicon-check:before {
  content: "\e067";
}
.vxd-glyphicon-move:before {
  content: "\e068";
}
.vxd-glyphicon-step-backward:before {
  content: "\e069";
}
.vxd-glyphicon-fast-backward:before {
  content: "\e070";
}
.vxd-glyphicon-backward:before {
  content: "\e071";
}
.vxd-glyphicon-play:before {
  content: "\e072";
}
.vxd-glyphicon-pause:before {
  content: "\e073";
}
.vxd-glyphicon-stop:before {
  content: "\e074";
}
.vxd-glyphicon-forward:before {
  content: "\e075";
}
.vxd-glyphicon-fast-forward:before {
  content: "\e076";
}
.vxd-glyphicon-step-forward:before {
  content: "\e077";
}
.vxd-glyphicon-eject:before {
  content: "\e078";
}
.vxd-glyphicon-chevron-left:before {
  content: "\e079";
}
.vxd-glyphicon-chevron-right:before {
  content: "\e080";
}
.vxd-glyphicon-plus-sign:before {
  content: "\e081";
}
.vxd-glyphicon-minus-sign:before {
  content: "\e082";
}
.vxd-glyphicon-remove-sign:before {
  content: "\e083";
}
.vxd-glyphicon-ok-sign:before {
  content: "\e084";
}
.vxd-glyphicon-question-sign:before {
  content: "\e085";
}
.vxd-glyphicon-info-sign:before {
  content: "\e086";
}
.vxd-glyphicon-screenshot:before {
  content: "\e087";
}
.vxd-glyphicon-remove-circle:before {
  content: "\e088";
}
.vxd-glyphicon-ok-circle:before {
  content: "\e089";
}
.vxd-glyphicon-ban-circle:before {
  content: "\e090";
}
.vxd-glyphicon-arrow-left:before {
  content: "\e091";
}
.vxd-glyphicon-arrow-right:before {
  content: "\e092";
}
.vxd-glyphicon-arrow-up:before {
  content: "\e093";
}
.vxd-glyphicon-arrow-down:before {
  content: "\e094";
}
.vxd-glyphicon-share-alt:before {
  content: "\e095";
}
.vxd-glyphicon-resize-full:before {
  content: "\e096";
}
.vxd-glyphicon-resize-small:before {
  content: "\e097";
}
.vxd-glyphicon-exclamation-sign:before {
  content: "\e101";
}
.vxd-glyphicon-gift:before {
  content: "\e102";
}
.vxd-glyphicon-leaf:before {
  content: "\e103";
}
.vxd-glyphicon-fire:before {
  content: "\e104";
}
.vxd-glyphicon-eye-open:before {
  content: "\e105";
}
.vxd-glyphicon-eye-close:before {
  content: "\e106";
}
.vxd-glyphicon-warning-sign:before {
  content: "\e107";
}
.vxd-glyphicon-plane:before {
  content: "\e108";
}
.vxd-glyphicon-calendar:before {
  content: "\e109";
}
.vxd-glyphicon-random:before {
  content: "\e110";
}
.vxd-glyphicon-comment:before {
  content: "\e111";
}
.vxd-glyphicon-magnet:before {
  content: "\e112";
}
.vxd-glyphicon-chevron-up:before {
  content: "\e113";
}
.vxd-glyphicon-chevron-down:before {
  content: "\e114";
}
.vxd-glyphicon-retweet:before {
  content: "\e115";
}
.vxd-glyphicon-shopping-cart:before {
  content: "\e116";
}
.vxd-glyphicon-folder-close:before {
  content: "\e117";
}
.vxd-glyphicon-folder-open:before {
  content: "\e118";
}
.vxd-glyphicon-resize-vertical:before {
  content: "\e119";
}
.vxd-glyphicon-resize-horizontal:before {
  content: "\e120";
}
.vxd-glyphicon-hdd:before {
  content: "\e121";
}
.vxd-glyphicon-bullhorn:before {
  content: "\e122";
}
.vxd-glyphicon-bell:before {
  content: "\e123";
}
.vxd-glyphicon-certificate:before {
  content: "\e124";
}
.vxd-glyphicon-thumbs-up:before {
  content: "\e125";
}
.vxd-glyphicon-thumbs-down:before {
  content: "\e126";
}
.vxd-glyphicon-hand-right:before {
  content: "\e127";
}
.vxd-glyphicon-hand-left:before {
  content: "\e128";
}
.vxd-glyphicon-hand-up:before {
  content: "\e129";
}
.vxd-glyphicon-hand-down:before {
  content: "\e130";
}
.vxd-glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.vxd-glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.vxd-glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.vxd-glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.vxd-glyphicon-globe:before {
  content: "\e135";
}
.vxd-glyphicon-wrench:before {
  content: "\e136";
}
.vxd-glyphicon-tasks:before {
  content: "\e137";
}
.vxd-glyphicon-filter:before {
  content: "\e138";
}
.vxd-glyphicon-briefcase:before {
  content: "\e139";
}
.vxd-glyphicon-fullscreen:before {
  content: "\e140";
}
.vxd-glyphicon-dashboard:before {
  content: "\e141";
}
.vxd-glyphicon-paperclip:before {
  content: "\e142";
}
.vxd-glyphicon-heart-empty:before {
  content: "\e143";
}
.vxd-glyphicon-link:before {
  content: "\e144";
}
.vxd-glyphicon-phone:before {
  content: "\e145";
}
.vxd-glyphicon-pushpin:before {
  content: "\e146";
}
.vxd-glyphicon-usd:before {
  content: "\e148";
}
.vxd-glyphicon-gbp:before {
  content: "\e149";
}
.vxd-glyphicon-sort:before {
  content: "\e150";
}
.vxd-glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.vxd-glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.vxd-glyphicon-sort-by-order:before {
  content: "\e153";
}
.vxd-glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.vxd-glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.vxd-glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.vxd-glyphicon-unchecked:before {
  content: "\e157";
}
.vxd-glyphicon-expand:before {
  content: "\e158";
}
.vxd-glyphicon-collapse-down:before {
  content: "\e159";
}
.vxd-glyphicon-collapse-up:before {
  content: "\e160";
}
.vxd-glyphicon-log-in:before {
  content: "\e161";
}
.vxd-glyphicon-flash:before {
  content: "\e162";
}
.vxd-glyphicon-log-out:before {
  content: "\e163";
}
.vxd-glyphicon-new-window:before {
  content: "\e164";
}
.vxd-glyphicon-record:before {
  content: "\e165";
}
.vxd-glyphicon-save:before {
  content: "\e166";
}
.vxd-glyphicon-open:before {
  content: "\e167";
}
.vxd-glyphicon-saved:before {
  content: "\e168";
}
.vxd-glyphicon-import:before {
  content: "\e169";
}
.vxd-glyphicon-export:before {
  content: "\e170";
}
.vxd-glyphicon-send:before {
  content: "\e171";
}
.vxd-glyphicon-floppy-disk:before {
  content: "\e172";
}
.vxd-glyphicon-floppy-saved:before {
  content: "\e173";
}
.vxd-glyphicon-floppy-remove:before {
  content: "\e174";
}
.vxd-glyphicon-floppy-save:before {
  content: "\e175";
}
.vxd-glyphicon-floppy-open:before {
  content: "\e176";
}
.vxd-glyphicon-credit-card:before {
  content: "\e177";
}
.vxd-glyphicon-transfer:before {
  content: "\e178";
}
.vxd-glyphicon-cutlery:before {
  content: "\e179";
}
.vxd-glyphicon-header:before {
  content: "\e180";
}
.vxd-glyphicon-compressed:before {
  content: "\e181";
}
.vxd-glyphicon-earphone:before {
  content: "\e182";
}
.vxd-glyphicon-phone-alt:before {
  content: "\e183";
}
.vxd-glyphicon-tower:before {
  content: "\e184";
}
.vxd-glyphicon-stats:before {
  content: "\e185";
}
.vxd-glyphicon-sd-video:before {
  content: "\e186";
}
.vxd-glyphicon-hd-video:before {
  content: "\e187";
}
.vxd-glyphicon-subtitles:before {
  content: "\e188";
}
.vxd-glyphicon-sound-stereo:before {
  content: "\e189";
}
.vxd-glyphicon-sound-dolby:before {
  content: "\e190";
}
.vxd-glyphicon-sound-5-1:before {
  content: "\e191";
}
.vxd-glyphicon-sound-6-1:before {
  content: "\e192";
}
.vxd-glyphicon-sound-7-1:before {
  content: "\e193";
}
.vxd-glyphicon-copyright-mark:before {
  content: "\e194";
}
.vxd-glyphicon-registration-mark:before {
  content: "\e195";
}
.vxd-glyphicon-cloud-download:before {
  content: "\e197";
}
.vxd-glyphicon-cloud-upload:before {
  content: "\e198";
}
.vxd-glyphicon-tree-conifer:before {
  content: "\e199";
}
.vxd-glyphicon-tree-deciduous:before {
  content: "\e200";
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=') format('woff2'), url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.vxd-fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vxd-fa-lg {
  font-size: 1.3333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.vxd-fa-2x {
  font-size: 2em;
}
.vxd-fa-3x {
  font-size: 3em;
}
.vxd-fa-4x {
  font-size: 4em;
}
.vxd-fa-5x {
  font-size: 5em;
}
.vxd-fa-6x {
  font-size: 6em;
}
.vxd-fa-7x {
  font-size: 7em;
}
.vxd-fa-8x {
  font-size: 8em;
}
.vxd-fa-9x {
  font-size: 9em;
}
.vxd-fa-fw {
  width: 1.2857142857143em;
  text-align: center;
}
.vxd-fa-ul {
  padding-left: 0;
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.vxd-fa-ul > li {
  position: relative;
}
.vxd-fa-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  top: 0.14285714285714em;
  text-align: center;
}
.vxd-fa-li.vxd-fa-lg {
  left: -1.8571428571429em;
}
.vxd-fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #bbbbbb;
  border-radius: .1em;
}
.vxd-fa-pull-left {
  float: left;
}
.vxd-fa-pull-right {
  float: right;
}
.vxd-fa.vxd-fa-pull-left {
  margin-right: .3em;
}
.vxd-fa.vxd-fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.vxd-fa.pull-left {
  margin-right: .3em;
}
.vxd-fa.pull-right {
  margin-left: .3em;
}
.vxd-fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.vxd-fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.vxd-fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vxd-fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vxd-fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.vxd-fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.vxd-fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
:root .vxd-fa-rotate-90,
:root .vxd-fa-rotate-180,
:root .vxd-fa-rotate-270,
:root .vxd-fa-flip-horizontal,
:root .vxd-fa-flip-vertical {
  filter: none;
}
.vxd-fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.vxd-fa-stack-1x,
.vxd-fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.vxd-fa-stack-1x {
  line-height: inherit;
}
.vxd-fa-stack-2x {
  font-size: 2em;
}
.vxd-fa-inverse {
  color: #4a4848;
}
.vxd-fa-glass:before {
  content: "\f000";
}
.vxd-fa-music:before {
  content: "\f001";
}
.vxd-fa-search:before {
  content: "\f002";
}
.vxd-fa-envelope-o:before {
  content: "\f003";
}
.vxd-fa-heart:before {
  content: "\f004";
}
.vxd-fa-star:before {
  content: "\f005";
}
.vxd-fa-star-o:before {
  content: "\f006";
}
.vxd-fa-user:before {
  content: "\f007";
}
.vxd-fa-film:before {
  content: "\f008";
}
.vxd-fa-th-large:before {
  content: "\f009";
}
.vxd-fa-th:before {
  content: "\f00a";
}
.vxd-fa-th-list:before {
  content: "\f00b";
}
.vxd-fa-check:before {
  content: "\f00c";
}
.vxd-fa-remove:before,
.vxd-fa-close:before,
.vxd-fa-times:before {
  content: "\f00d";
}
.vxd-fa-search-plus:before {
  content: "\f00e";
}
.vxd-fa-search-minus:before {
  content: "\f010";
}
.vxd-fa-power-off:before {
  content: "\f011";
}
.vxd-fa-signal:before {
  content: "\f012";
}
.vxd-fa-gear:before,
.vxd-fa-cog:before {
  content: "\f013";
}
.vxd-fa-trash-o:before {
  content: "\f014";
}
.vxd-fa-home:before {
  content: "\f015";
}
.vxd-fa-file-o:before {
  content: "\f016";
}
.vxd-fa-clock-o:before {
  content: "\f017";
}
.vxd-fa-road:before {
  content: "\f018";
}
.vxd-fa-download:before {
  content: "\f019";
}
.vxd-fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.vxd-fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.vxd-fa-inbox:before {
  content: "\f01c";
}
.vxd-fa-play-circle-o:before {
  content: "\f01d";
}
.vxd-fa-rotate-right:before,
.vxd-fa-repeat:before {
  content: "\f01e";
}
.vxd-fa-refresh:before {
  content: "\f021";
}
.vxd-fa-list-alt:before {
  content: "\f022";
}
.vxd-fa-lock:before {
  content: "\f023";
}
.vxd-fa-flag:before {
  content: "\f024";
}
.vxd-fa-headphones:before {
  content: "\f025";
}
.vxd-fa-volume-off:before {
  content: "\f026";
}
.vxd-fa-volume-down:before {
  content: "\f027";
}
.vxd-fa-volume-up:before {
  content: "\f028";
}
.vxd-fa-qrcode:before {
  content: "\f029";
}
.vxd-fa-barcode:before {
  content: "\f02a";
}
.vxd-fa-tag:before {
  content: "\f02b";
}
.vxd-fa-tags:before {
  content: "\f02c";
}
.vxd-fa-book:before {
  content: "\f02d";
}
.vxd-fa-bookmark:before {
  content: "\f02e";
}
.vxd-fa-print:before {
  content: "\f02f";
}
.vxd-fa-camera:before {
  content: "\f030";
}
.vxd-fa-font:before {
  content: "\f031";
}
.vxd-fa-bold:before {
  content: "\f032";
}
.vxd-fa-italic:before {
  content: "\f033";
}
.vxd-fa-text-height:before {
  content: "\f034";
}
.vxd-fa-text-width:before {
  content: "\f035";
}
.vxd-fa-align-left:before {
  content: "\f036";
}
.vxd-fa-align-center:before {
  content: "\f037";
}
.vxd-fa-align-right:before {
  content: "\f038";
}
.vxd-fa-align-justify:before {
  content: "\f039";
}
.vxd-fa-list:before {
  content: "\f03a";
}
.vxd-fa-dedent:before,
.vxd-fa-outdent:before {
  content: "\f03b";
}
.vxd-fa-indent:before {
  content: "\f03c";
}
.vxd-fa-video-camera:before {
  content: "\f03d";
}
.vxd-fa-photo:before,
.vxd-fa-image:before,
.vxd-fa-picture-o:before {
  content: "\f03e";
}
.vxd-fa-pencil:before {
  content: "\f040";
}
.vxd-fa-map-marker:before {
  content: "\f041";
}
.vxd-fa-adjust:before {
  content: "\f042";
}
.vxd-fa-tint:before {
  content: "\f043";
}
.vxd-fa-edit:before,
.vxd-fa-pencil-square-o:before {
  content: "\f044";
}
.vxd-fa-share-square-o:before {
  content: "\f045";
}
.vxd-fa-check-square-o:before {
  content: "\f046";
}
.vxd-fa-arrows:before {
  content: "\f047";
}
.vxd-fa-step-backward:before {
  content: "\f048";
}
.vxd-fa-fast-backward:before {
  content: "\f049";
}
.vxd-fa-backward:before {
  content: "\f04a";
}
.vxd-fa-play:before {
  content: "\f04b";
}
.vxd-fa-pause:before {
  content: "\f04c";
}
.vxd-fa-stop:before {
  content: "\f04d";
}
.vxd-fa-forward:before {
  content: "\f04e";
}
.vxd-fa-fast-forward:before {
  content: "\f050";
}
.vxd-fa-step-forward:before {
  content: "\f051";
}
.vxd-fa-eject:before {
  content: "\f052";
}
.vxd-fa-chevron-left:before {
  content: "\f053";
}
.vxd-fa-chevron-right:before {
  content: "\f054";
}
.vxd-fa-plus-circle:before {
  content: "\f055";
}
.vxd-fa-minus-circle:before {
  content: "\f056";
}
.vxd-fa-times-circle:before {
  content: "\f057";
}
.vxd-fa-check-circle:before {
  content: "\f058";
}
.vxd-fa-question-circle:before {
  content: "\f059";
}
.vxd-fa-info-circle:before {
  content: "\f05a";
}
.vxd-fa-crosshairs:before {
  content: "\f05b";
}
.vxd-fa-times-circle-o:before {
  content: "\f05c";
}
.vxd-fa-check-circle-o:before {
  content: "\f05d";
}
.vxd-fa-ban:before {
  content: "\f05e";
}
.vxd-fa-arrow-left:before {
  content: "\f060";
}
.vxd-fa-arrow-right:before {
  content: "\f061";
}
.vxd-fa-arrow-up:before {
  content: "\f062";
}
.vxd-fa-arrow-down:before {
  content: "\f063";
}
.vxd-fa-mail-forward:before,
.vxd-fa-share:before {
  content: "\f064";
}
.vxd-fa-expand:before {
  content: "\f065";
}
.vxd-fa-compress:before {
  content: "\f066";
}
.vxd-fa-plus:before {
  content: "\f067";
}
.vxd-fa-minus:before {
  content: "\f068";
}
.vxd-fa-asterisk:before {
  content: "\f069";
}
.vxd-fa-exclamation-circle:before {
  content: "\f06a";
}
.vxd-fa-gift:before {
  content: "\f06b";
}
.vxd-fa-leaf:before {
  content: "\f06c";
}
.vxd-fa-fire:before {
  content: "\f06d";
}
.vxd-fa-eye:before {
  content: "\f06e";
}
.vxd-fa-eye-slash:before {
  content: "\f070";
}
.vxd-fa-warning:before,
.vxd-fa-exclamation-triangle:before {
  content: "\f071";
}
.vxd-fa-plane:before {
  content: "\f072";
}
.vxd-fa-calendar:before {
  content: "\f073";
}
.vxd-fa-random:before {
  content: "\f074";
}
.vxd-fa-comment:before {
  content: "\f075";
}
.vxd-fa-magnet:before {
  content: "\f076";
}
.vxd-fa-chevron-up:before {
  content: "\f077";
}
.vxd-fa-chevron-down:before {
  content: "\f078";
}
.vxd-fa-retweet:before {
  content: "\f079";
}
.vxd-fa-shopping-cart:before {
  content: "\f07a";
}
.vxd-fa-folder:before {
  content: "\f07b";
}
.vxd-fa-folder-open:before {
  content: "\f07c";
}
.vxd-fa-arrows-v:before {
  content: "\f07d";
}
.vxd-fa-arrows-h:before {
  content: "\f07e";
}
.vxd-fa-bar-chart-o:before,
.vxd-fa-bar-chart:before {
  content: "\f080";
}
.vxd-fa-twitter-square:before {
  content: "\f081";
}
.vxd-fa-facebook-square:before {
  content: "\f082";
}
.vxd-fa-camera-retro:before {
  content: "\f083";
}
.vxd-fa-key:before {
  content: "\f084";
}
.vxd-fa-gears:before,
.vxd-fa-cogs:before {
  content: "\f085";
}
.vxd-fa-comments:before {
  content: "\f086";
}
.vxd-fa-thumbs-o-up:before {
  content: "\f087";
}
.vxd-fa-thumbs-o-down:before {
  content: "\f088";
}
.vxd-fa-star-half:before {
  content: "\f089";
}
.vxd-fa-heart-o:before {
  content: "\f08a";
}
.vxd-fa-sign-out:before {
  content: "\f08b";
}
.vxd-fa-linkedin-square:before {
  content: "\f08c";
}
.vxd-fa-thumb-tack:before {
  content: "\f08d";
}
.vxd-fa-external-link:before {
  content: "\f08e";
}
.vxd-fa-sign-in:before {
  content: "\f090";
}
.vxd-fa-trophy:before {
  content: "\f091";
}
.vxd-fa-github-square:before {
  content: "\f092";
}
.vxd-fa-upload:before {
  content: "\f093";
}
.vxd-fa-lemon-o:before {
  content: "\f094";
}
.vxd-fa-phone:before {
  content: "\f095";
}
.vxd-fa-square-o:before {
  content: "\f096";
}
.vxd-fa-bookmark-o:before {
  content: "\f097";
}
.vxd-fa-phone-square:before {
  content: "\f098";
}
.vxd-fa-twitter:before {
  content: "\f099";
}
.vxd-fa-facebook-f:before,
.vxd-fa-facebook:before {
  content: "\f09a";
}
.vxd-fa-github:before {
  content: "\f09b";
}
.vxd-fa-unlock:before {
  content: "\f09c";
}
.vxd-fa-credit-card:before {
  content: "\f09d";
}
.vxd-fa-feed:before,
.vxd-fa-rss:before {
  content: "\f09e";
}
.vxd-fa-hdd-o:before {
  content: "\f0a0";
}
.vxd-fa-bullhorn:before {
  content: "\f0a1";
}
.vxd-fa-bell:before {
  content: "\f0f3";
}
.vxd-fa-certificate:before {
  content: "\f0a3";
}
.vxd-fa-hand-o-right:before {
  content: "\f0a4";
}
.vxd-fa-hand-o-left:before {
  content: "\f0a5";
}
.vxd-fa-hand-o-up:before {
  content: "\f0a6";
}
.vxd-fa-hand-o-down:before {
  content: "\f0a7";
}
.vxd-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.vxd-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.vxd-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.vxd-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.vxd-fa-globe:before {
  content: "\f0ac";
}
.vxd-fa-wrench:before {
  content: "\f0ad";
}
.vxd-fa-tasks:before {
  content: "\f0ae";
}
.vxd-fa-filter:before {
  content: "\f0b0";
}
.vxd-fa-briefcase:before {
  content: "\f0b1";
}
.vxd-fa-arrows-alt:before {
  content: "\f0b2";
}
.vxd-fa-group:before,
.vxd-fa-users:before {
  content: "\f0c0";
}
.vxd-fa-chain:before,
.vxd-fa-link:before {
  content: "\f0c1";
}
.vxd-fa-cloud:before {
  content: "\f0c2";
}
.vxd-fa-flask:before {
  content: "\f0c3";
}
.vxd-fa-cut:before,
.vxd-fa-scissors:before {
  content: "\f0c4";
}
.vxd-fa-copy:before,
.vxd-fa-files-o:before {
  content: "\f0c5";
}
.vxd-fa-paperclip:before {
  content: "\f0c6";
}
.vxd-fa-save:before,
.vxd-fa-floppy-o:before {
  content: "\f0c7";
}
.vxd-fa-square:before {
  content: "\f0c8";
}
.vxd-fa-navicon:before,
.vxd-fa-reorder:before,
.vxd-fa-bars:before {
  content: "\f0c9";
}
.vxd-fa-list-ul:before {
  content: "\f0ca";
}
.vxd-fa-list-ol:before {
  content: "\f0cb";
}
.vxd-fa-strikethrough:before {
  content: "\f0cc";
}
.vxd-fa-underline:before {
  content: "\f0cd";
}
.vxd-fa-table:before {
  content: "\f0ce";
}
.vxd-fa-magic:before {
  content: "\f0d0";
}
.vxd-fa-truck:before {
  content: "\f0d1";
}
.vxd-fa-pinterest:before {
  content: "\f0d2";
}
.vxd-fa-pinterest-square:before {
  content: "\f0d3";
}
.vxd-fa-google-plus-square:before {
  content: "\f0d4";
}
.vxd-fa-google-plus:before {
  content: "\f0d5";
}
.vxd-fa-money:before {
  content: "\f0d6";
}
.vxd-fa-caret-down:before {
  content: "\f0d7";
}
.vxd-fa-caret-up:before {
  content: "\f0d8";
}
.vxd-fa-caret-left:before {
  content: "\f0d9";
}
.vxd-fa-caret-right:before {
  content: "\f0da";
}
.vxd-fa-columns:before {
  content: "\f0db";
}
.vxd-fa-unsorted:before,
.vxd-fa-sort:before {
  content: "\f0dc";
}
.vxd-fa-sort-down:before,
.vxd-fa-sort-desc:before {
  content: "\f0dd";
}
.vxd-fa-sort-up:before,
.vxd-fa-sort-asc:before {
  content: "\f0de";
}
.vxd-fa-envelope:before {
  content: "\f0e0";
}
.vxd-fa-linkedin:before {
  content: "\f0e1";
}
.vxd-fa-rotate-left:before,
.vxd-fa-undo:before {
  content: "\f0e2";
}
.vxd-fa-legal:before,
.vxd-fa-gavel:before {
  content: "\f0e3";
}
.vxd-fa-dashboard:before,
.vxd-fa-tachometer:before {
  content: "\f0e4";
}
.vxd-fa-comment-o:before {
  content: "\f0e5";
}
.vxd-fa-comments-o:before {
  content: "\f0e6";
}
.vxd-fa-flash:before,
.vxd-fa-bolt:before {
  content: "\f0e7";
}
.vxd-fa-sitemap:before {
  content: "\f0e8";
}
.vxd-fa-umbrella:before {
  content: "\f0e9";
}
.vxd-fa-paste:before,
.vxd-fa-clipboard:before {
  content: "\f0ea";
}
.vxd-fa-lightbulb-o:before {
  content: "\f0eb";
}
.vxd-fa-exchange:before {
  content: "\f0ec";
}
.vxd-fa-cloud-download:before {
  content: "\f0ed";
}
.vxd-fa-cloud-upload:before {
  content: "\f0ee";
}
.vxd-fa-user-md:before {
  content: "\f0f0";
}
.vxd-fa-stethoscope:before {
  content: "\f0f1";
}
.vxd-fa-suitcase:before {
  content: "\f0f2";
}
.vxd-fa-bell-o:before {
  content: "\f0a2";
}
.vxd-fa-coffee:before {
  content: "\f0f4";
}
.vxd-fa-cutlery:before {
  content: "\f0f5";
}
.vxd-fa-file-text-o:before {
  content: "\f0f6";
}
.vxd-fa-building-o:before {
  content: "\f0f7";
}
.vxd-fa-hospital-o:before {
  content: "\f0f8";
}
.vxd-fa-ambulance:before {
  content: "\f0f9";
}
.vxd-fa-medkit:before {
  content: "\f0fa";
}
.vxd-fa-fighter-jet:before {
  content: "\f0fb";
}
.vxd-fa-beer:before {
  content: "\f0fc";
}
.vxd-fa-h-square:before {
  content: "\f0fd";
}
.vxd-fa-plus-square:before {
  content: "\f0fe";
}
.vxd-fa-angle-double-left:before {
  content: "\f100";
}
.vxd-fa-angle-double-right:before {
  content: "\f101";
}
.vxd-fa-angle-double-up:before {
  content: "\f102";
}
.vxd-fa-angle-double-down:before {
  content: "\f103";
}
.vxd-fa-angle-left:before {
  content: "\f104";
}
.vxd-fa-angle-right:before {
  content: "\f105";
}
.vxd-fa-angle-up:before {
  content: "\f106";
}
.vxd-fa-angle-down:before {
  content: "\f107";
}
.vxd-fa-desktop:before {
  content: "\f108";
}
.vxd-fa-laptop:before {
  content: "\f109";
}
.vxd-fa-tablet:before {
  content: "\f10a";
}
.vxd-fa-mobile-phone:before,
.vxd-fa-mobile:before {
  content: "\f10b";
}
.vxd-fa-circle-o:before {
  content: "\f10c";
}
.vxd-fa-quote-left:before {
  content: "\f10d";
}
.vxd-fa-quote-right:before {
  content: "\f10e";
}
.vxd-fa-spinner:before {
  content: "\f110";
}
.vxd-fa-circle:before {
  content: "\f111";
}
.vxd-fa-mail-reply:before,
.vxd-fa-reply:before {
  content: "\f112";
}
.vxd-fa-github-alt:before {
  content: "\f113";
}
.vxd-fa-folder-o:before {
  content: "\f114";
}
.vxd-fa-folder-open-o:before {
  content: "\f115";
}
.vxd-fa-smile-o:before {
  content: "\f118";
}
.vxd-fa-frown-o:before {
  content: "\f119";
}
.vxd-fa-meh-o:before {
  content: "\f11a";
}
.vxd-fa-gamepad:before {
  content: "\f11b";
}
.vxd-fa-keyboard-o:before {
  content: "\f11c";
}
.vxd-fa-flag-o:before {
  content: "\f11d";
}
.vxd-fa-flag-checkered:before {
  content: "\f11e";
}
.vxd-fa-terminal:before {
  content: "\f120";
}
.vxd-fa-code:before {
  content: "\f121";
}
.vxd-fa-mail-reply-all:before,
.vxd-fa-reply-all:before {
  content: "\f122";
}
.vxd-fa-star-half-empty:before,
.vxd-fa-star-half-full:before,
.vxd-fa-star-half-o:before {
  content: "\f123";
}
.vxd-fa-location-arrow:before {
  content: "\f124";
}
.vxd-fa-crop:before {
  content: "\f125";
}
.vxd-fa-code-fork:before {
  content: "\f126";
}
.vxd-fa-unlink:before,
.vxd-fa-chain-broken:before {
  content: "\f127";
}
.vxd-fa-question:before {
  content: "\f128";
}
.vxd-fa-info:before {
  content: "\f129";
}
.vxd-fa-exclamation:before {
  content: "\f12a";
}
.vxd-fa-superscript:before {
  content: "\f12b";
}
.vxd-fa-subscript:before {
  content: "\f12c";
}
.vxd-fa-eraser:before {
  content: "\f12d";
}
.vxd-fa-puzzle-piece:before {
  content: "\f12e";
}
.vxd-fa-microphone:before {
  content: "\f130";
}
.vxd-fa-microphone-slash:before {
  content: "\f131";
}
.vxd-fa-shield:before {
  content: "\f132";
}
.vxd-fa-calendar-o:before {
  content: "\f133";
}
.vxd-fa-fire-extinguisher:before {
  content: "\f134";
}
.vxd-fa-rocket:before {
  content: "\f135";
}
.vxd-fa-maxcdn:before {
  content: "\f136";
}
.vxd-fa-chevron-circle-left:before {
  content: "\f137";
}
.vxd-fa-chevron-circle-right:before {
  content: "\f138";
}
.vxd-fa-chevron-circle-up:before {
  content: "\f139";
}
.vxd-fa-chevron-circle-down:before {
  content: "\f13a";
}
.vxd-fa-html5:before {
  content: "\f13b";
}
.vxd-fa-css3:before {
  content: "\f13c";
}
.vxd-fa-anchor:before {
  content: "\f13d";
}
.vxd-fa-unlock-alt:before {
  content: "\f13e";
}
.vxd-fa-bullseye:before {
  content: "\f140";
}
.vxd-fa-ellipsis-h:before {
  content: "\f141";
}
.vxd-fa-ellipsis-v:before {
  content: "\f142";
}
.vxd-fa-rss-square:before {
  content: "\f143";
}
.vxd-fa-play-circle:before {
  content: "\f144";
}
.vxd-fa-ticket:before {
  content: "\f145";
}
.vxd-fa-minus-square:before {
  content: "\f146";
}
.vxd-fa-minus-square-o:before {
  content: "\f147";
}
.vxd-fa-level-up:before {
  content: "\f148";
}
.vxd-fa-level-down:before {
  content: "\f149";
}
.vxd-fa-check-square:before {
  content: "\f14a";
}
.vxd-fa-pencil-square:before {
  content: "\f14b";
}
.vxd-fa-external-link-square:before {
  content: "\f14c";
}
.vxd-fa-share-square:before {
  content: "\f14d";
}
.vxd-fa-compass:before {
  content: "\f14e";
}
.vxd-fa-toggle-down:before,
.vxd-fa-caret-square-o-down:before {
  content: "\f150";
}
.vxd-fa-toggle-up:before,
.vxd-fa-caret-square-o-up:before {
  content: "\f151";
}
.vxd-fa-toggle-right:before,
.vxd-fa-caret-square-o-right:before {
  content: "\f152";
}
.vxd-fa-euro:before,
.vxd-fa-eur:before {
  content: "\f153";
}
.vxd-fa-gbp:before {
  content: "\f154";
}
.vxd-fa-dollar:before,
.vxd-fa-usd:before {
  content: "\f155";
}
.vxd-fa-rupee:before,
.vxd-fa-inr:before {
  content: "\f156";
}
.vxd-fa-cny:before,
.vxd-fa-rmb:before,
.vxd-fa-yen:before,
.vxd-fa-jpy:before {
  content: "\f157";
}
.vxd-fa-ruble:before,
.vxd-fa-rouble:before,
.vxd-fa-rub:before {
  content: "\f158";
}
.vxd-fa-won:before,
.vxd-fa-krw:before {
  content: "\f159";
}
.vxd-fa-bitcoin:before,
.vxd-fa-btc:before {
  content: "\f15a";
}
.vxd-fa-file:before {
  content: "\f15b";
}
.vxd-fa-file-text:before {
  content: "\f15c";
}
.vxd-fa-sort-alpha-asc:before {
  content: "\f15d";
}
.vxd-fa-sort-alpha-desc:before {
  content: "\f15e";
}
.vxd-fa-sort-amount-asc:before {
  content: "\f160";
}
.vxd-fa-sort-amount-desc:before {
  content: "\f161";
}
.vxd-fa-sort-numeric-asc:before {
  content: "\f162";
}
.vxd-fa-sort-numeric-desc:before {
  content: "\f163";
}
.vxd-fa-thumbs-up:before {
  content: "\f164";
}
.vxd-fa-thumbs-down:before {
  content: "\f165";
}
.vxd-fa-youtube-square:before {
  content: "\f166";
}
.vxd-fa-youtube:before {
  content: "\f167";
}
.vxd-fa-xing:before {
  content: "\f168";
}
.vxd-fa-xing-square:before {
  content: "\f169";
}
.vxd-fa-youtube-play:before {
  content: "\f16a";
}
.vxd-fa-dropbox:before {
  content: "\f16b";
}
.vxd-fa-stack-overflow:before {
  content: "\f16c";
}
.vxd-fa-instagram:before {
  content: "\f16d";
}
.vxd-fa-flickr:before {
  content: "\f16e";
}
.vxd-fa-adn:before {
  content: "\f170";
}
.vxd-fa-bitbucket:before {
  content: "\f171";
}
.vxd-fa-bitbucket-square:before {
  content: "\f172";
}
.vxd-fa-tumblr:before {
  content: "\f173";
}
.vxd-fa-tumblr-square:before {
  content: "\f174";
}
.vxd-fa-long-arrow-down:before {
  content: "\f175";
}
.vxd-fa-long-arrow-up:before {
  content: "\f176";
}
.vxd-fa-long-arrow-left:before {
  content: "\f177";
}
.vxd-fa-long-arrow-right:before {
  content: "\f178";
}
.vxd-fa-apple:before {
  content: "\f179";
}
.vxd-fa-windows:before {
  content: "\f17a";
}
.vxd-fa-android:before {
  content: "\f17b";
}
.vxd-fa-linux:before {
  content: "\f17c";
}
.vxd-fa-dribbble:before {
  content: "\f17d";
}
.vxd-fa-skype:before {
  content: "\f17e";
}
.vxd-fa-foursquare:before {
  content: "\f180";
}
.vxd-fa-trello:before {
  content: "\f181";
}
.vxd-fa-female:before {
  content: "\f182";
}
.vxd-fa-male:before {
  content: "\f183";
}
.vxd-fa-gittip:before,
.vxd-fa-gratipay:before {
  content: "\f184";
}
.vxd-fa-sun-o:before {
  content: "\f185";
}
.vxd-fa-moon-o:before {
  content: "\f186";
}
.vxd-fa-archive:before {
  content: "\f187";
}
.vxd-fa-bug:before {
  content: "\f188";
}
.vxd-fa-vk:before {
  content: "\f189";
}
.vxd-fa-weibo:before {
  content: "\f18a";
}
.vxd-fa-renren:before {
  content: "\f18b";
}
.vxd-fa-pagelines:before {
  content: "\f18c";
}
.vxd-fa-stack-exchange:before {
  content: "\f18d";
}
.vxd-fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.vxd-fa-arrow-circle-o-left:before {
  content: "\f190";
}
.vxd-fa-toggle-left:before,
.vxd-fa-caret-square-o-left:before {
  content: "\f191";
}
.vxd-fa-dot-circle-o:before {
  content: "\f192";
}
.vxd-fa-wheelchair:before {
  content: "\f193";
}
.vxd-fa-vimeo-square:before {
  content: "\f194";
}
.vxd-fa-turkish-lira:before,
.vxd-fa-try:before {
  content: "\f195";
}
.vxd-fa-plus-square-o:before {
  content: "\f196";
}
.vxd-fa-space-shuttle:before {
  content: "\f197";
}
.vxd-fa-slack:before {
  content: "\f198";
}
.vxd-fa-envelope-square:before {
  content: "\f199";
}
.vxd-fa-wordpress:before {
  content: "\f19a";
}
.vxd-fa-openid:before {
  content: "\f19b";
}
.vxd-fa-institution:before,
.vxd-fa-bank:before,
.vxd-fa-university:before {
  content: "\f19c";
}
.vxd-fa-mortar-board:before,
.vxd-fa-graduation-cap:before {
  content: "\f19d";
}
.vxd-fa-yahoo:before {
  content: "\f19e";
}
.vxd-fa-google:before {
  content: "\f1a0";
}
.vxd-fa-reddit:before {
  content: "\f1a1";
}
.vxd-fa-reddit-square:before {
  content: "\f1a2";
}
.vxd-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.vxd-fa-stumbleupon:before {
  content: "\f1a4";
}
.vxd-fa-delicious:before {
  content: "\f1a5";
}
.vxd-fa-digg:before {
  content: "\f1a6";
}
.vxd-fa-pied-piper:before {
  content: "\f1a7";
}
.vxd-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.vxd-fa-drupal:before {
  content: "\f1a9";
}
.vxd-fa-joomla:before {
  content: "\f1aa";
}
.vxd-fa-language:before {
  content: "\f1ab";
}
.vxd-fa-fax:before {
  content: "\f1ac";
}
.vxd-fa-building:before {
  content: "\f1ad";
}
.vxd-fa-child:before {
  content: "\f1ae";
}
.vxd-fa-paw:before {
  content: "\f1b0";
}
.vxd-fa-spoon:before {
  content: "\f1b1";
}
.vxd-fa-cube:before {
  content: "\f1b2";
}
.vxd-fa-cubes:before {
  content: "\f1b3";
}
.vxd-fa-behance:before {
  content: "\f1b4";
}
.vxd-fa-behance-square:before {
  content: "\f1b5";
}
.vxd-fa-steam:before {
  content: "\f1b6";
}
.vxd-fa-steam-square:before {
  content: "\f1b7";
}
.vxd-fa-recycle:before {
  content: "\f1b8";
}
.vxd-fa-automobile:before,
.vxd-fa-car:before {
  content: "\f1b9";
}
.vxd-fa-cab:before,
.vxd-fa-taxi:before {
  content: "\f1ba";
}
.vxd-fa-tree:before {
  content: "\f1bb";
}
.vxd-fa-spotify:before {
  content: "\f1bc";
}
.vxd-fa-deviantart:before {
  content: "\f1bd";
}
.vxd-fa-soundcloud:before {
  content: "\f1be";
}
.vxd-fa-database:before {
  content: "\f1c0";
}
.vxd-fa-file-pdf-o:before {
  content: "\f1c1";
}
.vxd-fa-file-word-o:before {
  content: "\f1c2";
}
.vxd-fa-file-excel-o:before {
  content: "\f1c3";
}
.vxd-fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.vxd-fa-file-photo-o:before,
.vxd-fa-file-picture-o:before,
.vxd-fa-file-image-o:before {
  content: "\f1c5";
}
.vxd-fa-file-zip-o:before,
.vxd-fa-file-archive-o:before {
  content: "\f1c6";
}
.vxd-fa-file-sound-o:before,
.vxd-fa-file-audio-o:before {
  content: "\f1c7";
}
.vxd-fa-file-movie-o:before,
.vxd-fa-file-video-o:before {
  content: "\f1c8";
}
.vxd-fa-file-code-o:before {
  content: "\f1c9";
}
.vxd-fa-vine:before {
  content: "\f1ca";
}
.vxd-fa-codepen:before {
  content: "\f1cb";
}
.vxd-fa-jsfiddle:before {
  content: "\f1cc";
}
.vxd-fa-life-bouy:before,
.vxd-fa-life-buoy:before,
.vxd-fa-life-saver:before,
.vxd-fa-support:before,
.vxd-fa-life-ring:before {
  content: "\f1cd";
}
.vxd-fa-circle-o-notch:before {
  content: "\f1ce";
}
.vxd-fa-ra:before,
.vxd-fa-rebel:before {
  content: "\f1d0";
}
.vxd-fa-ge:before,
.vxd-fa-empire:before {
  content: "\f1d1";
}
.vxd-fa-git-square:before {
  content: "\f1d2";
}
.vxd-fa-git:before {
  content: "\f1d3";
}
.vxd-fa-y-combinator-square:before,
.vxd-fa-yc-square:before,
.vxd-fa-hacker-news:before {
  content: "\f1d4";
}
.vxd-fa-tencent-weibo:before {
  content: "\f1d5";
}
.vxd-fa-qq:before {
  content: "\f1d6";
}
.vxd-fa-wechat:before,
.vxd-fa-weixin:before {
  content: "\f1d7";
}
.vxd-fa-send:before,
.vxd-fa-paper-plane:before {
  content: "\f1d8";
}
.vxd-fa-send-o:before,
.vxd-fa-paper-plane-o:before {
  content: "\f1d9";
}
.vxd-fa-history:before {
  content: "\f1da";
}
.vxd-fa-circle-thin:before {
  content: "\f1db";
}
.vxd-fa-header:before {
  content: "\f1dc";
}
.vxd-fa-paragraph:before {
  content: "\f1dd";
}
.vxd-fa-sliders:before {
  content: "\f1de";
}
.vxd-fa-share-alt:before {
  content: "\f1e0";
}
.vxd-fa-share-alt-square:before {
  content: "\f1e1";
}
.vxd-fa-bomb:before {
  content: "\f1e2";
}
.vxd-fa-soccer-ball-o:before,
.vxd-fa-futbol-o:before {
  content: "\f1e3";
}
.vxd-fa-tty:before {
  content: "\f1e4";
}
.vxd-fa-binoculars:before {
  content: "\f1e5";
}
.vxd-fa-plug:before {
  content: "\f1e6";
}
.vxd-fa-slideshare:before {
  content: "\f1e7";
}
.vxd-fa-twitch:before {
  content: "\f1e8";
}
.vxd-fa-yelp:before {
  content: "\f1e9";
}
.vxd-fa-newspaper-o:before {
  content: "\f1ea";
}
.vxd-fa-wifi:before {
  content: "\f1eb";
}
.vxd-fa-calculator:before {
  content: "\f1ec";
}
.vxd-fa-paypal:before {
  content: "\f1ed";
}
.vxd-fa-google-wallet:before {
  content: "\f1ee";
}
.vxd-fa-cc-visa:before {
  content: "\f1f0";
}
.vxd-fa-cc-mastercard:before {
  content: "\f1f1";
}
.vxd-fa-cc-discover:before {
  content: "\f1f2";
}
.vxd-fa-cc-amex:before {
  content: "\f1f3";
}
.vxd-fa-cc-paypal:before {
  content: "\f1f4";
}
.vxd-fa-cc-stripe:before {
  content: "\f1f5";
}
.vxd-fa-bell-slash:before {
  content: "\f1f6";
}
.vxd-fa-bell-slash-o:before {
  content: "\f1f7";
}
.vxd-fa-trash:before {
  content: "\f1f8";
}
.vxd-fa-copyright:before {
  content: "\f1f9";
}
.vxd-fa-at:before {
  content: "\f1fa";
}
.vxd-fa-eyedropper:before {
  content: "\f1fb";
}
.vxd-fa-paint-brush:before {
  content: "\f1fc";
}
.vxd-fa-birthday-cake:before {
  content: "\f1fd";
}
.vxd-fa-area-chart:before {
  content: "\f1fe";
}
.vxd-fa-pie-chart:before {
  content: "\f200";
}
.vxd-fa-line-chart:before {
  content: "\f201";
}
.vxd-fa-lastfm:before {
  content: "\f202";
}
.vxd-fa-lastfm-square:before {
  content: "\f203";
}
.vxd-fa-toggle-off:before {
  content: "\f204";
}
.vxd-fa-toggle-on:before {
  content: "\f205";
}
.vxd-fa-bicycle:before {
  content: "\f206";
}
.vxd-fa-bus:before {
  content: "\f207";
}
.vxd-fa-ioxhost:before {
  content: "\f208";
}
.vxd-fa-angellist:before {
  content: "\f209";
}
.vxd-fa-cc:before {
  content: "\f20a";
}
.vxd-fa-shekel:before,
.vxd-fa-sheqel:before,
.vxd-fa-ils:before {
  content: "\f20b";
}
.vxd-fa-meanpath:before {
  content: "\f20c";
}
.vxd-fa-buysellads:before {
  content: "\f20d";
}
.vxd-fa-connectdevelop:before {
  content: "\f20e";
}
.vxd-fa-dashcube:before {
  content: "\f210";
}
.vxd-fa-forumbee:before {
  content: "\f211";
}
.vxd-fa-leanpub:before {
  content: "\f212";
}
.vxd-fa-sellsy:before {
  content: "\f213";
}
.vxd-fa-shirtsinbulk:before {
  content: "\f214";
}
.vxd-fa-simplybuilt:before {
  content: "\f215";
}
.vxd-fa-skyatlas:before {
  content: "\f216";
}
.vxd-fa-cart-plus:before {
  content: "\f217";
}
.vxd-fa-cart-arrow-down:before {
  content: "\f218";
}
.vxd-fa-diamond:before {
  content: "\f219";
}
.vxd-fa-ship:before {
  content: "\f21a";
}
.vxd-fa-user-secret:before {
  content: "\f21b";
}
.vxd-fa-motorcycle:before {
  content: "\f21c";
}
.vxd-fa-street-view:before {
  content: "\f21d";
}
.vxd-fa-heartbeat:before {
  content: "\f21e";
}
.vxd-fa-venus:before {
  content: "\f221";
}
.vxd-fa-mars:before {
  content: "\f222";
}
.vxd-fa-mercury:before {
  content: "\f223";
}
.vxd-fa-intersex:before,
.vxd-fa-transgender:before {
  content: "\f224";
}
.vxd-fa-transgender-alt:before {
  content: "\f225";
}
.vxd-fa-venus-double:before {
  content: "\f226";
}
.vxd-fa-mars-double:before {
  content: "\f227";
}
.vxd-fa-venus-mars:before {
  content: "\f228";
}
.vxd-fa-mars-stroke:before {
  content: "\f229";
}
.vxd-fa-mars-stroke-v:before {
  content: "\f22a";
}
.vxd-fa-mars-stroke-h:before {
  content: "\f22b";
}
.vxd-fa-neuter:before {
  content: "\f22c";
}
.vxd-fa-genderless:before {
  content: "\f22d";
}
.vxd-fa-facebook-official:before {
  content: "\f230";
}
.vxd-fa-pinterest-p:before {
  content: "\f231";
}
.vxd-fa-whatsapp:before {
  content: "\f232";
}
.vxd-fa-server:before {
  content: "\f233";
}
.vxd-fa-user-plus:before {
  content: "\f234";
}
.vxd-fa-user-times:before {
  content: "\f235";
}
.vxd-fa-hotel:before,
.vxd-fa-bed:before {
  content: "\f236";
}
.vxd-fa-viacoin:before {
  content: "\f237";
}
.vxd-fa-train:before {
  content: "\f238";
}
.vxd-fa-subway:before {
  content: "\f239";
}
.vxd-fa-medium:before {
  content: "\f23a";
}
.vxd-fa-yc:before,
.vxd-fa-y-combinator:before {
  content: "\f23b";
}
.vxd-fa-optin-monster:before {
  content: "\f23c";
}
.vxd-fa-opencart:before {
  content: "\f23d";
}
.vxd-fa-expeditedssl:before {
  content: "\f23e";
}
.vxd-fa-battery-4:before,
.vxd-fa-battery-full:before {
  content: "\f240";
}
.vxd-fa-battery-3:before,
.vxd-fa-battery-three-quarters:before {
  content: "\f241";
}
.vxd-fa-battery-2:before,
.vxd-fa-battery-half:before {
  content: "\f242";
}
.vxd-fa-battery-1:before,
.vxd-fa-battery-quarter:before {
  content: "\f243";
}
.vxd-fa-battery-0:before,
.vxd-fa-battery-empty:before {
  content: "\f244";
}
.vxd-fa-mouse-pointer:before {
  content: "\f245";
}
.vxd-fa-i-cursor:before {
  content: "\f246";
}
.vxd-fa-object-group:before {
  content: "\f247";
}
.vxd-fa-object-ungroup:before {
  content: "\f248";
}
.vxd-fa-sticky-note:before {
  content: "\f249";
}
.vxd-fa-sticky-note-o:before {
  content: "\f24a";
}
.vxd-fa-cc-jcb:before {
  content: "\f24b";
}
.vxd-fa-cc-diners-club:before {
  content: "\f24c";
}
.vxd-fa-clone:before {
  content: "\f24d";
}
.vxd-fa-balance-scale:before {
  content: "\f24e";
}
.vxd-fa-hourglass-o:before {
  content: "\f250";
}
.vxd-fa-hourglass-1:before,
.vxd-fa-hourglass-start:before {
  content: "\f251";
}
.vxd-fa-hourglass-2:before,
.vxd-fa-hourglass-half:before {
  content: "\f252";
}
.vxd-fa-hourglass-3:before,
.vxd-fa-hourglass-end:before {
  content: "\f253";
}
.vxd-fa-hourglass:before {
  content: "\f254";
}
.vxd-fa-hand-grab-o:before,
.vxd-fa-hand-rock-o:before {
  content: "\f255";
}
.vxd-fa-hand-stop-o:before,
.vxd-fa-hand-paper-o:before {
  content: "\f256";
}
.vxd-fa-hand-scissors-o:before {
  content: "\f257";
}
.vxd-fa-hand-lizard-o:before {
  content: "\f258";
}
.vxd-fa-hand-spock-o:before {
  content: "\f259";
}
.vxd-fa-hand-pointer-o:before {
  content: "\f25a";
}
.vxd-fa-hand-peace-o:before {
  content: "\f25b";
}
.vxd-fa-trademark:before {
  content: "\f25c";
}
.vxd-fa-registered:before {
  content: "\f25d";
}
.vxd-fa-creative-commons:before {
  content: "\f25e";
}
.vxd-fa-gg:before {
  content: "\f260";
}
.vxd-fa-gg-circle:before {
  content: "\f261";
}
.vxd-fa-tripadvisor:before {
  content: "\f262";
}
.vxd-fa-odnoklassniki:before {
  content: "\f263";
}
.vxd-fa-odnoklassniki-square:before {
  content: "\f264";
}
.vxd-fa-get-pocket:before {
  content: "\f265";
}
.vxd-fa-wikipedia-w:before {
  content: "\f266";
}
.vxd-fa-safari:before {
  content: "\f267";
}
.vxd-fa-chrome:before {
  content: "\f268";
}
.vxd-fa-firefox:before {
  content: "\f269";
}
.vxd-fa-opera:before {
  content: "\f26a";
}
.vxd-fa-internet-explorer:before {
  content: "\f26b";
}
.vxd-fa-tv:before,
.vxd-fa-television:before {
  content: "\f26c";
}
.vxd-fa-contao:before {
  content: "\f26d";
}
.vxd-fa-500px:before {
  content: "\f26e";
}
.vxd-fa-amazon:before {
  content: "\f270";
}
.vxd-fa-calendar-plus-o:before {
  content: "\f271";
}
.vxd-fa-calendar-minus-o:before {
  content: "\f272";
}
.vxd-fa-calendar-times-o:before {
  content: "\f273";
}
.vxd-fa-calendar-check-o:before {
  content: "\f274";
}
.vxd-fa-industry:before {
  content: "\f275";
}
.vxd-fa-map-pin:before {
  content: "\f276";
}
.vxd-fa-map-signs:before {
  content: "\f277";
}
.vxd-fa-map-o:before {
  content: "\f278";
}
.vxd-fa-map:before {
  content: "\f279";
}
.vxd-fa-commenting:before {
  content: "\f27a";
}
.vxd-fa-commenting-o:before {
  content: "\f27b";
}
.vxd-fa-houzz:before {
  content: "\f27c";
}
.vxd-fa-vimeo:before {
  content: "\f27d";
}
.vxd-fa-black-tie:before {
  content: "\f27e";
}
.vxd-fa-fonticons:before {
  content: "\f280";
}
@media (max-width: 768px) {
  .vxd-social-media {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .vxd-social-media {
    text-align: center;
    display: block;
    float: none;
    width: 95%;
    margin: 3px auto;
  }
}
.vxd-social-media ul {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vxd-social-media ul:before,
.vxd-social-media ul:after {
  content: " ";
  display: table;
}
.vxd-social-media ul:after {
  clear: both;
}
.vxd-social-media li {
  display: inline-block;
  margin-left: 10px;
  float: left;
}
@media (max-width: 500px) {
  .vxd-social-media li {
    float: none;
    text-align: center;
  }
}
.vxd-social-media li a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  padding-top: 10px;
  color: #FFFFFF;
  background-color: #bbbbbb;
}
@media (min-width: 768px) {
  .vxd-social-media li a {
    padding-top: 6px;
    font-size: 0.5em;
    width: 32px;
    height: 32px;
  }
}
.vxd-social-media li a i {
  vertical-align: middle;
}
.vxd-social-media li a:hover {
  color: #e6e6e6;
  text-shadow: 1px 1px 0 #3e3e3e;
  text-decoration: none;
}
.vxd-social-media.vxd-brand-colors li a {
  color: white;
}
.vxd-social-media.vxd-brand-colors li a.tw {
  background-color: #4da7de;
}
.vxd-social-media.vxd-brand-colors li a.fb {
  background-color: #3e5b98;
}
.vxd-social-media.vxd-brand-colors li a.gp {
  background-color: #d93e2d;
}
.vxd-social-media.vxd-brand-colors li a.pin {
  background-color: #c92619;
}
.vxd-social-media.vxd-brand-colors li a.li {
  background-color: #3371b7;
}
.vxd-social-media.vxd-brand-colors li a.insta {
  background-color: #517fa4;
}
.vxd-social-media.vxd-brand-colors li a.yelp {
  background-color: #af0606;
}
.vxd-social-media.vxd-brand-colors li a.ta {
  background-color: #589442;
}
.vxd-social-media.vxd-brand-colors li a.fs {
  background-color: #3371b7;
}
.vxd-social-media.vxd-brand-colors li a.ss {
  background-color: #F7931D;
}
.vxd-social-media.vxd-brand-colors li a.sc {
  background-color: #FF6600;
}
.vxd-social-media.vxd-brand-colors li a.yt {
  background-color: #cd201f;
}
.vxd-social-media.vxd-brand-colors li a:hover {
  color: #f2f2f2;
  text-shadow: 1px 1px 0 gray;
  text-decoration: none;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #e4e4e4;
  text-shadow: 0 1px 0 #4a4848;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #e4e4e4;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: 1.55;
  color: #FFFFFF;
  background-color: #4a4848;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #e4e4e4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #bebebe;
  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;
}
.vxd-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .vxd-img-responsive {
    margin: 5px auto;
  }
}
.vxd-img-rounded {
  border-radius: 6px;
}
.vxd-img-thumbnail {
  padding: 4px;
  line-height: 1.55;
  background-color: #4a4848;
  border: 1px solid #161616;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.vxd-img-circle {
  border-radius: 50%;
}
hr,
.vxd-hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #171616;
}
.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,
.vxd-h1,
.vxd-h2,
.vxd-h3,
.vxd-h4,
.vxd-h5,
.vxd-h6 {
  font-family: , Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .vxd-small,
h2 small,
h2 .vxd-small,
h3 small,
h3 .vxd-small,
h4 small,
h4 .vxd-small,
h5 small,
h5 .vxd-small,
h6 small,
h6 .vxd-small,
.vxd-h1 small,
.vxd-h1 .vxd-small,
.vxd-h2 small,
.vxd-h2 .vxd-small,
.vxd-h3 small,
.vxd-h3 .vxd-small,
.vxd-h4 small,
.vxd-h4 .vxd-small,
.vxd-h5 small,
.vxd-h5 .vxd-small,
.vxd-h6 small,
.vxd-h6 .vxd-small {
  font-weight: normal;
  line-height: 1;
  color: #3e3e3e;
}
h1,
.vxd-h1,
h2,
.vxd-h2,
h3,
.vxd-h3 {
  margin-top: 12px;
  margin-bottom: 24px;
}
h1 small,
h1 .vxd-small,
.vxd-h1 small,
.vxd-h1 .vxd-small,
h2 small,
h2 .vxd-small,
.vxd-h2 small,
.vxd-h2 .vxd-small,
h3 small,
h3 .vxd-small,
.vxd-h3 small,
.vxd-h3 .vxd-small {
  font-size: 0.650rem;
}
h4,
.vxd-h4,
h5,
.vxd-h5,
h6,
.vxd-h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .vxd-small,
.vxd-h4 small,
.vxd-h4 .vxd-small,
h5 small,
h5 .vxd-small,
.vxd-h5 small,
.vxd-h5 .vxd-small,
h6 small,
h6 .vxd-small,
.vxd-h6 small,
.vxd-h6 .vxd-small {
  font-size: 0.750rem;
}
h1,
.vxd-h1 {
  font-size: 3.250rem;
}
h2,
.vxd-h2 {
  font-size: 2.750rem;
}
h3,
.vxd-h3 {
  font-size: 2.250rem;
}
h4,
.vxd-h4 {
  font-size: 1.875rem;
}
h5,
.vxd-h5 {
  font-size: 1.500rem;
}
h6,
.vxd-h6 {
  font-size: 1.125rem;
}
.vxd-text-shrink {
  font-size: 2.250rem !important;
}
@media (max-width: 992px) {
  .vxd-text-shrink {
    font-size: 1.875rem !important;
  }
}
.vxd-text-shrink-2x {
  font-size: 1.875rem !important;
}
@media (max-width: 992px) {
  .vxd-text-shrink-2x {
    font-size: 1.500rem !important;
  }
}
.vxd-text-shrink-3x {
  font-size: 1.500rem !important;
}
@media (max-width: 992px) {
  .vxd-text-shrink-3x {
    font-size: 1.125rem !important;
  }
}
.vxd-text-shrink-4x {
  font-size: 1.125rem !important;
}
@media (max-width: 992px) {
  .vxd-text-shrink-4x {
    font-size: 1rem !important;
  }
}
p {
  margin: 0 0 12px;
}
.vxd-lead,
.vxd-lead-2x {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .vxd-lead,
  .vxd-lead-2x {
    font-size: 24px;
  }
}
.vxd-lead-2x {
  font-size: 34px;
  line-height: 2.4;
}
small,
.vxd-small {
  font-size: 0.850rem;
}
cite {
  font-style: normal;
}
mark,
.vxd-mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.vxd-text-left {
  text-align: left;
}
.vxd-text-right {
  text-align: right;
}
.vxd-text-center {
  text-align: center;
}
.vxd-text-justify {
  text-align: justify;
}
.vxd-text-uppercase {
  text-transform: uppercase;
}
.vxd-text-lowercase {
  text-transform: lowercase;
}
.vxd-text-capitalize {
  text-transform: capitalize;
}
.vxd-text-muted {
  color: #3e3e3e;
}
.vxd-text-primary {
  color: #FFFFFF;
}
a.vxd-text-primary:hover {
  color: #e6e6e6;
}
.vxd-text-success {
  color: #3c763d;
}
a.vxd-text-success:hover {
  color: #2b542c;
}
.vxd-text-info {
  color: #31708f;
}
a.vxd-text-info:hover {
  color: #245269;
}
.vxd-text-warning {
  color: #8a6d3b;
}
a.vxd-text-warning:hover {
  color: #66512c;
}
.vxd-text-danger {
  color: #a94442;
}
a.vxd-text-danger:hover {
  color: #843534;
}
.vxd-inherit-color {
  color: inherit;
}
.vxd-bg-primary {
  color: #fff;
  background-color: #FFFFFF;
}
a.vxd-bg-primary:hover {
  background-color: #e6e6e6;
}
.vxd-bg-success {
  background-color: #dff0d8;
}
a.vxd-bg-success:hover {
  background-color: #c1e2b3;
}
.vxd-bg-info {
  background-color: #d9edf7;
}
a.vxd-bg-info:hover {
  background-color: #afd9ee;
}
.vxd-bg-warning {
  background-color: #fcf8e3;
}
a.vxd-bg-warning:hover {
  background-color: #f7ecb5;
}
.vxd-bg-danger {
  background-color: #f2dede;
}
a.vxd-bg-danger:hover {
  background-color: #e4b9b9;
}
.vxd-page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #171616;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.vxd-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.vxd-list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.vxd-list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.55;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.vxd-dl-horizontal dd:before,
.vxd-dl-horizontal dd:after {
  content: " ";
  display: table;
}
.vxd-dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .vxd-dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vxd-dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #3e3e3e;
}
.vxd-initialism {
  font-size: 0.900rem;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #171616;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .vxd-small {
  display: block;
  font-size: 0.800re;
  line-height: 1.55;
  color: #3e3e3e;
}
blockquote footer:before,
blockquote small:before,
blockquote .vxd-small:before {
  content: '\2014 \00A0';
}
.vxd-blockquote-reverse,
blockquote.vxd-pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #171616;
  border-left: 0;
  text-align: right;
}
.vxd-blockquote-reverse footer:before,
.vxd-blockquote-reverse small:before,
.vxd-blockquote-reverse .vxd-small:before,
blockquote.vxd-pull-right footer:before,
blockquote.vxd-pull-right small:before,
blockquote.vxd-pull-right .vxd-small:before {
  content: '';
}
.vxd-blockquote-reverse footer:after,
.vxd-blockquote-reverse small:after,
.vxd-blockquote-reverse .vxd-small:after,
blockquote.vxd-pull-right footer:after,
blockquote.vxd-pull-right small:after,
blockquote.vxd-pull-right .vxd-small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address,
.vxd-address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.55;
}
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: #4a4848;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  word-break: break-all;
  word-wrap: break-word;
  color: #cca444;
  background-color: #302f2f;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.vxd-pre-scrollable {
  max-height: ;
  overflow-y: scroll;
}
.vxd-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.vxd-container:before,
.vxd-container:after {
  content: " ";
  display: table;
}
.vxd-container:after {
  clear: both;
}
.vxd-row {
  margin-left: -15px;
  margin-right: -15px;
}
.vxd-row:before,
.vxd-row:after {
  content: " ";
  display: table;
}
.vxd-row:after {
  clear: both;
}
.vxd-col-xs-1,
.vxd-col-xs-2,
.vxd-col-xs-3,
.vxd-col-xs-4,
.vxd-col-xs-5,
.vxd-col-xs-6,
.vxd-col-xs-7,
.vxd-col-xs-8,
.vxd-col-xs-9,
.vxd-col-xs-10,
.vxd-col-xs-11,
.vxd-col-xs-12,
.vxd-col-sm-1,
.vxd-col-sm-2,
.vxd-col-sm-3,
.vxd-col-sm-4,
.vxd-col-sm-5,
.vxd-col-sm-6,
.vxd-col-sm-7,
.vxd-col-sm-8,
.vxd-col-sm-9,
.vxd-col-sm-10,
.vxd-col-sm-11,
.vxd-col-sm-12,
.vxd-col-md-1,
.vxd-col-md-2,
.vxd-col-md-3,
.vxd-col-md-4,
.vxd-col-md-5,
.vxd-col-md-6,
.vxd-col-md-7,
.vxd-col-md-8,
.vxd-col-md-9,
.vxd-col-md-10,
.vxd-col-md-11,
.vxd-col-md-12,
.vxd-col-lg-1,
.vxd-col-lg-2,
.vxd-col-lg-3,
.vxd-col-lg-4,
.vxd-col-lg-5,
.vxd-col-lg-6,
.vxd-col-lg-7,
.vxd-col-lg-8,
.vxd-col-lg-9,
.vxd-col-lg-10,
.vxd-col-lg-11,
.vxd-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vxd-col-xs-1,
.vxd-col-xs-2,
.vxd-col-xs-3,
.vxd-col-xs-4,
.vxd-col-xs-5,
.vxd-col-xs-6,
.vxd-col-xs-7,
.vxd-col-xs-8,
.vxd-col-xs-9,
.vxd-col-xs-10,
.vxd-col-xs-11 {
  float: left;
}
.vxd-col-xs-1 {
  width: 8.3333333333333%;
}
.vxd-col-xs-2 {
  width: 16.666666666667%;
}
.vxd-col-xs-3 {
  width: 25%;
}
.vxd-col-xs-4 {
  width: 33.333333333333%;
}
.vxd-col-xs-5 {
  width: 41.666666666667%;
}
.vxd-col-xs-6 {
  width: 50%;
}
.vxd-col-xs-7 {
  width: 58.333333333333%;
}
.vxd-col-xs-8 {
  width: 66.666666666667%;
}
.vxd-col-xs-9 {
  width: 75%;
}
.vxd-col-xs-10 {
  width: 83.333333333333%;
}
.vxd-col-xs-11 {
  width: 91.666666666667%;
}
.vxd-col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .vxd-container {
    max-width: 750px;
  }
  .vxd-col-sm-1,
  .vxd-col-sm-2,
  .vxd-col-sm-3,
  .vxd-col-sm-4,
  .vxd-col-sm-5,
  .vxd-col-sm-6,
  .vxd-col-sm-7,
  .vxd-col-sm-8,
  .vxd-col-sm-9,
  .vxd-col-sm-10,
  .vxd-col-sm-11 {
    float: left;
  }
  .vxd-col-sm-1 {
    width: 8.3333333333333%;
  }
  .vxd-col-sm-2 {
    width: 16.666666666667%;
  }
  .vxd-col-sm-3 {
    width: 25%;
  }
  .vxd-col-sm-4 {
    width: 33.333333333333%;
  }
  .vxd-col-sm-5 {
    width: 41.666666666667%;
  }
  .vxd-col-sm-6 {
    width: 50%;
  }
  .vxd-col-sm-7 {
    width: 58.333333333333%;
  }
  .vxd-col-sm-8 {
    width: 66.666666666667%;
  }
  .vxd-col-sm-9 {
    width: 75%;
  }
  .vxd-col-sm-10 {
    width: 83.333333333333%;
  }
  .vxd-col-sm-11 {
    width: 91.666666666667%;
  }
  .vxd-col-sm-12 {
    width: 100%;
  }
  .vxd-col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .vxd-col-sm-push-2 {
    left: 16.666666666667%;
  }
  .vxd-col-sm-push-3 {
    left: 25%;
  }
  .vxd-col-sm-push-4 {
    left: 33.333333333333%;
  }
  .vxd-col-sm-push-5 {
    left: 41.666666666667%;
  }
  .vxd-col-sm-push-6 {
    left: 50%;
  }
  .vxd-col-sm-push-7 {
    left: 58.333333333333%;
  }
  .vxd-col-sm-push-8 {
    left: 66.666666666667%;
  }
  .vxd-col-sm-push-9 {
    left: 75%;
  }
  .vxd-col-sm-push-10 {
    left: 83.333333333333%;
  }
  .vxd-col-sm-push-11 {
    left: 91.666666666667%;
  }
  .vxd-col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .vxd-col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .vxd-col-sm-pull-3 {
    right: 25%;
  }
  .vxd-col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .vxd-col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .vxd-col-sm-pull-6 {
    right: 50%;
  }
  .vxd-col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .vxd-col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .vxd-col-sm-pull-9 {
    right: 75%;
  }
  .vxd-col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .vxd-col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .vxd-col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .vxd-col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .vxd-col-sm-offset-3 {
    margin-left: 25%;
  }
  .vxd-col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .vxd-col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .vxd-col-sm-offset-6 {
    margin-left: 50%;
  }
  .vxd-col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .vxd-col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .vxd-col-sm-offset-9 {
    margin-left: 75%;
  }
  .vxd-col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .vxd-col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 992px) {
  .vxd-container {
    max-width: 970px;
  }
  .vxd-col-md-1,
  .vxd-col-md-2,
  .vxd-col-md-3,
  .vxd-col-md-4,
  .vxd-col-md-5,
  .vxd-col-md-6,
  .vxd-col-md-7,
  .vxd-col-md-8,
  .vxd-col-md-9,
  .vxd-col-md-10,
  .vxd-col-md-11 {
    float: left;
  }
  .vxd-col-md-1 {
    width: 8.3333333333333%;
  }
  .vxd-col-md-2 {
    width: 16.666666666667%;
  }
  .vxd-col-md-3 {
    width: 25%;
  }
  .vxd-col-md-4 {
    width: 33.333333333333%;
  }
  .vxd-col-md-5 {
    width: 41.666666666667%;
  }
  .vxd-col-md-6 {
    width: 50%;
  }
  .vxd-col-md-7 {
    width: 58.333333333333%;
  }
  .vxd-col-md-8 {
    width: 66.666666666667%;
  }
  .vxd-col-md-9 {
    width: 75%;
  }
  .vxd-col-md-10 {
    width: 83.333333333333%;
  }
  .vxd-col-md-11 {
    width: 91.666666666667%;
  }
  .vxd-col-md-12 {
    width: 100%;
  }
  .vxd-col-md-push-0 {
    left: auto;
  }
  .vxd-col-md-push-1 {
    left: 8.3333333333333%;
  }
  .vxd-col-md-push-2 {
    left: 16.666666666667%;
  }
  .vxd-col-md-push-3 {
    left: 25%;
  }
  .vxd-col-md-push-4 {
    left: 33.333333333333%;
  }
  .vxd-col-md-push-5 {
    left: 41.666666666667%;
  }
  .vxd-col-md-push-6 {
    left: 50%;
  }
  .vxd-col-md-push-7 {
    left: 58.333333333333%;
  }
  .vxd-col-md-push-8 {
    left: 66.666666666667%;
  }
  .vxd-col-md-push-9 {
    left: 75%;
  }
  .vxd-col-md-push-10 {
    left: 83.333333333333%;
  }
  .vxd-col-md-push-11 {
    left: 91.666666666667%;
  }
  .vxd-col-md-pull-0 {
    right: auto;
  }
  .vxd-col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .vxd-col-md-pull-2 {
    right: 16.666666666667%;
  }
  .vxd-col-md-pull-3 {
    right: 25%;
  }
  .vxd-col-md-pull-4 {
    right: 33.333333333333%;
  }
  .vxd-col-md-pull-5 {
    right: 41.666666666667%;
  }
  .vxd-col-md-pull-6 {
    right: 50%;
  }
  .vxd-col-md-pull-7 {
    right: 58.333333333333%;
  }
  .vxd-col-md-pull-8 {
    right: 66.666666666667%;
  }
  .vxd-col-md-pull-9 {
    right: 75%;
  }
  .vxd-col-md-pull-10 {
    right: 83.333333333333%;
  }
  .vxd-col-md-pull-11 {
    right: 91.666666666667%;
  }
  .vxd-col-offset-small {
    margin-left: 4.1666666666667%;
  }
  .vxd-col-md-offset-0 {
    margin-left: 0;
  }
  .vxd-col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .vxd-col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .vxd-col-md-offset-3 {
    margin-left: 25%;
  }
  .vxd-col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .vxd-col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .vxd-col-md-offset-6 {
    margin-left: 50%;
  }
  .vxd-col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .vxd-col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .vxd-col-md-offset-9 {
    margin-left: 75%;
  }
  .vxd-col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .vxd-col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 1200px) {
  .vxd-container {
    max-width: ;
  }
  .vxd-col-lg-1,
  .vxd-col-lg-2,
  .vxd-col-lg-3,
  .vxd-col-lg-4,
  .vxd-col-lg-5,
  .vxd-col-lg-6,
  .vxd-col-lg-7,
  .vxd-col-lg-8,
  .vxd-col-lg-9,
  .vxd-col-lg-10,
  .vxd-col-lg-11 {
    float: left;
  }
  .vxd-col-lg-1 {
    width: 8.3333333333333%;
  }
  .vxd-col-lg-2 {
    width: 16.666666666667%;
  }
  .vxd-col-lg-3 {
    width: 25%;
  }
  .vxd-col-lg-4 {
    width: 33.333333333333%;
  }
  .vxd-col-lg-5 {
    width: 41.666666666667%;
  }
  .vxd-col-lg-6 {
    width: 50%;
  }
  .vxd-col-lg-7 {
    width: 58.333333333333%;
  }
  .vxd-col-lg-8 {
    width: 66.666666666667%;
  }
  .vxd-col-lg-9 {
    width: 75%;
  }
  .vxd-col-lg-10 {
    width: 83.333333333333%;
  }
  .vxd-col-lg-11 {
    width: 91.666666666667%;
  }
  .vxd-col-lg-12 {
    width: 100%;
  }
  .vxd-col-lg-push-0 {
    left: auto;
  }
  .vxd-col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .vxd-col-lg-push-2 {
    left: 16.666666666667%;
  }
  .vxd-col-lg-push-3 {
    left: 25%;
  }
  .vxd-col-lg-push-4 {
    left: 33.333333333333%;
  }
  .vxd-col-lg-push-5 {
    left: 41.666666666667%;
  }
  .vxd-col-lg-push-6 {
    left: 50%;
  }
  .vxd-col-lg-push-7 {
    left: 58.333333333333%;
  }
  .vxd-col-lg-push-8 {
    left: 66.666666666667%;
  }
  .vxd-col-lg-push-9 {
    left: 75%;
  }
  .vxd-col-lg-push-10 {
    left: 83.333333333333%;
  }
  .vxd-col-lg-push-11 {
    left: 91.666666666667%;
  }
  .vxd-col-lg-pull-0 {
    right: auto;
  }
  .vxd-col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .vxd-col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .vxd-col-lg-pull-3 {
    right: 25%;
  }
  .vxd-col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .vxd-col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .vxd-col-lg-pull-6 {
    right: 50%;
  }
  .vxd-col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .vxd-col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .vxd-col-lg-pull-9 {
    right: 75%;
  }
  .vxd-col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .vxd-col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .vxd-col-lg-offset-0 {
    margin-left: 0;
  }
  .vxd-col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .vxd-col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .vxd-col-lg-offset-3 {
    margin-left: 25%;
  }
  .vxd-col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .vxd-col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .vxd-col-lg-offset-6 {
    margin-left: 50%;
  }
  .vxd-col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .vxd-col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .vxd-col-lg-offset-9 {
    margin-left: 75%;
  }
  .vxd-col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .vxd-col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
}
.vxd-flex-embed {
  display: block;
  overflow: hidden;
  position: relative;
}
.vxd-flex-embed:before {
  content: "";
  display: block;
  width: 100%;
}
.vxd-flex-embed--1by1:before {
  padding-bottom: 100%;
}
.vxd-flex-embed--3by1:before {
  padding-bottom: calc(33.333333333333%);
}
.vxd-flex-embed--2by1:before {
  padding-bottom: 50%;
}
.vxd-flex-embed--16by9:before {
  padding-bottom: 56.25%;
}
.vxd-flex-embed--4by3:before {
  padding-bottom: 75%;
}
.vxd-flex-embed-content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.vxd-table {
  width: 100%;
  margin-bottom: 24px;
}
.vxd-table > thead > tr > th,
.vxd-table > thead > tr > td,
.vxd-table > tbody > tr > th,
.vxd-table > tbody > tr > td,
.vxd-table > tfoot > tr > th,
.vxd-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55;
  vertical-align: top;
  border-top: 1px solid #cca444;
}
.vxd-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cca444;
}
.vxd-table > caption + thead > tr:first-child > th,
.vxd-table > caption + thead > tr:first-child > td,
.vxd-table > colgroup + thead > tr:first-child > th,
.vxd-table > colgroup + thead > tr:first-child > td,
.vxd-table > thead:first-child > tr:first-child > th,
.vxd-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.vxd-table > tbody + tbody {
  border-top: 2px solid #cca444;
}
.vxd-table .vxd-table {
  background-color: #4a4848;
}
.vxd-table-condensed > thead > tr > th,
.vxd-table-condensed > thead > tr > td,
.vxd-table-condensed > tbody > tr > th,
.vxd-table-condensed > tbody > tr > td,
.vxd-table-condensed > tfoot > tr > th,
.vxd-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.vxd-table-bordered {
  border: 1px solid #cca444;
}
.vxd-table-bordered > thead > tr > th,
.vxd-table-bordered > thead > tr > td,
.vxd-table-bordered > tbody > tr > th,
.vxd-table-bordered > tbody > tr > td,
.vxd-table-bordered > tfoot > tr > th,
.vxd-table-bordered > tfoot > tr > td {
  border: 1px solid #cca444;
}
.vxd-table-bordered > thead > tr > th,
.vxd-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.vxd-table-striped > tbody > tr:nth-child(odd) > td,
.vxd-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #3d3b3b;
}
.vxd-table-hover > tbody > tr:hover > td,
.vxd-table-hover > tbody > tr:hover > th {
  background-color: #454343;
}
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;
}
.vxd-table > thead > tr > td.vxd-active,
.vxd-table > thead > tr > th.vxd-active,
.vxd-table > thead > tr.vxd-active > td,
.vxd-table > thead > tr.vxd-active > th,
.vxd-table > tbody > tr > td.vxd-active,
.vxd-table > tbody > tr > th.vxd-active,
.vxd-table > tbody > tr.vxd-active > td,
.vxd-table > tbody > tr.vxd-active > th,
.vxd-table > tfoot > tr > td.vxd-active,
.vxd-table > tfoot > tr > th.vxd-active,
.vxd-table > tfoot > tr.vxd-active > td,
.vxd-table > tfoot > tr.vxd-active > th {
  background-color: #454343;
}
.vxd-table-hover > tbody > tr > td.vxd-active:hover,
.vxd-table-hover > tbody > tr > th.vxd-active:hover,
.vxd-table-hover > tbody > tr.vxd-active:hover > td,
.vxd-table-hover > tbody > tr:hover > .vxd-active,
.vxd-table-hover > tbody > tr.vxd-active:hover > th {
  background-color: #383636;
}
.vxd-table > thead > tr > td.vxd-success,
.vxd-table > thead > tr > th.vxd-success,
.vxd-table > thead > tr.vxd-success > td,
.vxd-table > thead > tr.vxd-success > th,
.vxd-table > tbody > tr > td.vxd-success,
.vxd-table > tbody > tr > th.vxd-success,
.vxd-table > tbody > tr.vxd-success > td,
.vxd-table > tbody > tr.vxd-success > th,
.vxd-table > tfoot > tr > td.vxd-success,
.vxd-table > tfoot > tr > th.vxd-success,
.vxd-table > tfoot > tr.vxd-success > td,
.vxd-table > tfoot > tr.vxd-success > th {
  background-color: #dff0d8;
}
.vxd-table-hover > tbody > tr > td.vxd-success:hover,
.vxd-table-hover > tbody > tr > th.vxd-success:hover,
.vxd-table-hover > tbody > tr.vxd-success:hover > td,
.vxd-table-hover > tbody > tr:hover > .vxd-success,
.vxd-table-hover > tbody > tr.vxd-success:hover > th {
  background-color: #d0e9c6;
}
.vxd-table > thead > tr > td.vxd-info,
.vxd-table > thead > tr > th.vxd-info,
.vxd-table > thead > tr.vxd-info > td,
.vxd-table > thead > tr.vxd-info > th,
.vxd-table > tbody > tr > td.vxd-info,
.vxd-table > tbody > tr > th.vxd-info,
.vxd-table > tbody > tr.vxd-info > td,
.vxd-table > tbody > tr.vxd-info > th,
.vxd-table > tfoot > tr > td.vxd-info,
.vxd-table > tfoot > tr > th.vxd-info,
.vxd-table > tfoot > tr.vxd-info > td,
.vxd-table > tfoot > tr.vxd-info > th {
  background-color: #d9edf7;
}
.vxd-table-hover > tbody > tr > td.vxd-info:hover,
.vxd-table-hover > tbody > tr > th.vxd-info:hover,
.vxd-table-hover > tbody > tr.vxd-info:hover > td,
.vxd-table-hover > tbody > tr:hover > .vxd-info,
.vxd-table-hover > tbody > tr.vxd-info:hover > th {
  background-color: #c4e3f3;
}
.vxd-table > thead > tr > td.vxd-warning,
.vxd-table > thead > tr > th.vxd-warning,
.vxd-table > thead > tr.vxd-warning > td,
.vxd-table > thead > tr.vxd-warning > th,
.vxd-table > tbody > tr > td.vxd-warning,
.vxd-table > tbody > tr > th.vxd-warning,
.vxd-table > tbody > tr.vxd-warning > td,
.vxd-table > tbody > tr.vxd-warning > th,
.vxd-table > tfoot > tr > td.vxd-warning,
.vxd-table > tfoot > tr > th.vxd-warning,
.vxd-table > tfoot > tr.vxd-warning > td,
.vxd-table > tfoot > tr.vxd-warning > th {
  background-color: #fcf8e3;
}
.vxd-table-hover > tbody > tr > td.vxd-warning:hover,
.vxd-table-hover > tbody > tr > th.vxd-warning:hover,
.vxd-table-hover > tbody > tr.vxd-warning:hover > td,
.vxd-table-hover > tbody > tr:hover > .vxd-warning,
.vxd-table-hover > tbody > tr.vxd-warning:hover > th {
  background-color: #faf2cc;
}
.vxd-table > thead > tr > td.vxd-danger,
.vxd-table > thead > tr > th.vxd-danger,
.vxd-table > thead > tr.vxd-danger > td,
.vxd-table > thead > tr.vxd-danger > th,
.vxd-table > tbody > tr > td.vxd-danger,
.vxd-table > tbody > tr > th.vxd-danger,
.vxd-table > tbody > tr.vxd-danger > td,
.vxd-table > tbody > tr.vxd-danger > th,
.vxd-table > tfoot > tr > td.vxd-danger,
.vxd-table > tfoot > tr > th.vxd-danger,
.vxd-table > tfoot > tr.vxd-danger > td,
.vxd-table > tfoot > tr.vxd-danger > th {
  background-color: #f2dede;
}
.vxd-table-hover > tbody > tr > td.vxd-danger:hover,
.vxd-table-hover > tbody > tr > th.vxd-danger:hover,
.vxd-table-hover > tbody > tr.vxd-danger:hover > td,
.vxd-table-hover > tbody > tr:hover > .vxd-danger,
.vxd-table-hover > tbody > tr.vxd-danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .vxd-table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cca444;
    -webkit-overflow-scrolling: touch;
  }
  .vxd-table-responsive > .vxd-table {
    margin-bottom: 0;
  }
  .vxd-table-responsive > .vxd-table > thead > tr > th,
  .vxd-table-responsive > .vxd-table > thead > tr > td,
  .vxd-table-responsive > .vxd-table > tbody > tr > th,
  .vxd-table-responsive > .vxd-table > tbody > tr > td,
  .vxd-table-responsive > .vxd-table > tfoot > tr > th,
  .vxd-table-responsive > .vxd-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .vxd-table-responsive > .vxd-table-bordered {
    border: 0;
  }
  .vxd-table-responsive > .vxd-table-bordered > thead > tr > th:first-child,
  .vxd-table-responsive > .vxd-table-bordered > thead > tr > td:first-child,
  .vxd-table-responsive > .vxd-table-bordered > tbody > tr > th:first-child,
  .vxd-table-responsive > .vxd-table-bordered > tbody > tr > td:first-child,
  .vxd-table-responsive > .vxd-table-bordered > tfoot > tr > th:first-child,
  .vxd-table-responsive > .vxd-table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .vxd-table-responsive > .vxd-table-bordered > thead > tr > th:last-child,
  .vxd-table-responsive > .vxd-table-bordered > thead > tr > td:last-child,
  .vxd-table-responsive > .vxd-table-bordered > tbody > tr > th:last-child,
  .vxd-table-responsive > .vxd-table-bordered > tbody > tr > td:last-child,
  .vxd-table-responsive > .vxd-table-bordered > tfoot > tr > th:last-child,
  .vxd-table-responsive > .vxd-table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .vxd-table-responsive > .vxd-table-bordered > tbody > tr:last-child > th,
  .vxd-table-responsive > .vxd-table-bordered > tbody > tr:last-child > td,
  .vxd-table-responsive > .vxd-table-bordered > tfoot > tr:last-child > th,
  .vxd-table-responsive > .vxd-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: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #cca444;
  border: 0;
  border-bottom: 1px solid #a2a2a2;
}
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: 16px;
  line-height: 1.55;
  color: #d7d7d7;
}
.vxd-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #d7d7d7;
  background-color: #575555;
  background-image: none;
  border: 1px solid #a2a2a2;
  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;
}
.vxd-form-control:focus {
  border-color: #FFFFFF;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,0.6);
}
.vxd-form-control::-moz-placeholder {
  color: #cca444;
  opacity: 1;
}
.vxd-form-control:-ms-input-placeholder {
  color: #cca444;
}
.vxd-form-control::-webkit-input-placeholder {
  color: #cca444;
}
.vxd-form-control[disabled],
.vxd-form-control[readonly],
fieldset[disabled] .vxd-form-control {
  cursor: not-allowed;
  background-color: #171616;
  opacity: 1;
}
textarea.vxd-form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 38px;
  line-height: 1.55 \0;
}
input[type="date"].vxd-input-sm,
input[type="time"].vxd-input-sm,
input[type="datetime-local"].vxd-input-sm,
input[type="month"].vxd-input-sm {
  line-height: 13rem;
}
input[type="date"].vxd-input-lg,
input[type="time"].vxd-input-lg,
input[type="datetime-local"].vxd-input-lg,
input[type="month"].vxd-input-lg {
  line-height: 24rem;
}
.vxd-form-group {
  margin-bottom: 15px;
}
.vxd-radio,
.vxd-checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vxd-radio label,
.vxd-checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.vxd-radio input[type="radio"],
.vxd-radio-inline input[type="radio"],
.vxd-checkbox input[type="checkbox"],
.vxd-checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.vxd-radio + .vxd-radio,
.vxd-checkbox + .vxd-checkbox {
  margin-top: -5px;
}
.vxd-radio-inline,
.vxd-checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.vxd-radio-inline + .vxd-radio-inline,
.vxd-checkbox-inline + .vxd-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.vxd-radio[disabled],
fieldset[disabled] .vxd-radio,
.vxd-radio-inline[disabled],
fieldset[disabled] .vxd-radio-inline,
.vxd-checkbox[disabled],
fieldset[disabled] .vxd-checkbox,
.vxd-checkbox-inline[disabled],
fieldset[disabled] .vxd-checkbox-inline {
  cursor: not-allowed;
}
.vxd-input-sm {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.750rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.vxd-input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.vxd-input-sm,
select[multiple].vxd-input-sm {
  height: auto;
}
.vxd-input-lg {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.125rem;
  line-height: 1.33;
  border-radius: 6px;
}
select.vxd-input-lg {
  height: 24rem;
  line-height: 24rem;
}
textarea.vxd-input-lg,
select[multiple].vxd-input-lg {
  height: auto;
}
.vxd-has-feedback {
  position: relative;
}
.vxd-has-feedback .vxd-form-control {
  padding-right: 47.5px;
}
.vxd-form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.vxd-input-lg + .vxd-form-control-feedback {
  width: 24rem;
  height: 24rem;
  line-height: 24rem;
}
.vxd-input-sm + .vxd-form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.vxd-has-success .help-block,
.vxd-has-success .control-label,
.vxd-has-success .radio,
.vxd-has-success .checkbox,
.vxd-has-success .radio-inline,
.vxd-has-success .checkbox-inline {
  color: #3c763d;
}
.vxd-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);
}
.vxd-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;
}
.vxd-has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.vxd-has-success .form-control-feedback {
  color: #3c763d;
}
.vxd-has-warning .help-block,
.vxd-has-warning .control-label,
.vxd-has-warning .radio,
.vxd-has-warning .checkbox,
.vxd-has-warning .radio-inline,
.vxd-has-warning .checkbox-inline {
  color: #8a6d3b;
}
.vxd-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);
}
.vxd-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;
}
.vxd-has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.vxd-has-warning .form-control-feedback {
  color: #8a6d3b;
}
.vxd-has-error .help-block,
.vxd-has-error .control-label,
.vxd-has-error .radio,
.vxd-has-error .checkbox,
.vxd-has-error .radio-inline,
.vxd-has-error .checkbox-inline {
  color: #a94442;
}
.vxd-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);
}
.vxd-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;
}
.vxd-has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.vxd-has-error .form-control-feedback {
  color: #a94442;
}
.vxd-has-feedback label.sr-only ~ .vxd-form-control-feedback {
  top: 0;
}
.vxd-form-control-static {
  margin-bottom: 0;
}
.vxd-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .vxd-form-inline .vxd-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .vxd-form-inline .vxd-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .vxd-form-inline .vxd-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .vxd-form-inline .vxd-input-group .vxd-input-group-addon,
  .vxd-form-inline .vxd-input-group .vxd-input-group-btn,
  .vxd-form-inline .vxd-input-group .vxd-form-control {
    width: auto;
  }
  .vxd-form-inline .vxd-input-group > .vxd-form-control {
    width: 100%;
  }
  .vxd-form-inline .vxd-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .vxd-form-inline .vxd-radio,
  .vxd-form-inline .vxd-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .vxd-form-inline .vxd-radio label,
  .vxd-form-inline .vxd-checkbox label {
    padding-left: 0;
  }
  .vxd-form-inline .vxd-radio input[type="radio"],
  .vxd-form-inline .vxd-checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .vxd-form-inline .vxd-has-feedback .vxd-form-control-feedback {
    top: 0;
  }
}
.vxd-form-horizontal .vxd-radio,
.vxd-form-horizontal .vxd-checkbox,
.vxd-form-horizontal .vxd-radio-inline,
.vxd-form-horizontal .vxd-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.vxd-form-horizontal .vxd-radio,
.vxd-form-horizontal .vxd-checkbox {
  min-height: 31px;
}
.vxd-form-horizontal .vxd-form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.vxd-form-horizontal .vxd-form-group:before,
.vxd-form-horizontal .vxd-form-group:after {
  content: " ";
  display: table;
}
.vxd-form-horizontal .vxd-form-group:after {
  clear: both;
}
.vxd-form-horizontal .vxd-form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .vxd-form-horizontal .vxd-control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.vxd-form-horizontal .vxd-has-feedback .vxd-form-control-feedback {
  top: 0;
  right: 15px;
}
.vxd-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: 16px;
  line-height: 1.55;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vxd-btn:focus,
.vxd-btn:active:focus,
.vxd-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vxd-btn:hover,
.vxd-btn:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.vxd-btn:active,
.vxd-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);
}
.vxd-btn.disabled,
.vxd-btn[disabled],
fieldset[disabled] .vxd-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vxd-btn-default {
  color: #FFFFFF;
  background-color: #4a4848;
  border-color: #302f2f;
}
.vxd-btn-default:hover,
.vxd-btn-default:focus,
.vxd-btn-default:active,
.vxd-btn-default.active,
.open > .dropdown-toggle.vxd-btn-default {
  color: #FFFFFF;
  background-color: #302f2f;
  border-color: #111111;
}
.vxd-btn-default:active,
.vxd-btn-default.active,
.open > .dropdown-toggle.vxd-btn-default {
  background-image: none;
}
.vxd-btn-default.disabled,
.vxd-btn-default.disabled:hover,
.vxd-btn-default.disabled:focus,
.vxd-btn-default.disabled:active,
.vxd-btn-default.disabled.active,
.vxd-btn-default[disabled],
.vxd-btn-default[disabled]:hover,
.vxd-btn-default[disabled]:focus,
.vxd-btn-default[disabled]:active,
.vxd-btn-default[disabled].active,
fieldset[disabled] .vxd-btn-default,
fieldset[disabled] .vxd-btn-default:hover,
fieldset[disabled] .vxd-btn-default:focus,
fieldset[disabled] .vxd-btn-default:active,
fieldset[disabled] .vxd-btn-default.active {
  background-color: #4a4848;
  border-color: #302f2f;
}
.vxd-btn-default .badge {
  color: #4a4848;
  background-color: #FFFFFF;
}
.vxd-btn-primary {
  color: #4a4848;
  background-color: #FFFFFF;
  border-color: #f2f2f2;
}
.vxd-btn-primary:hover,
.vxd-btn-primary:focus,
.vxd-btn-primary:active,
.vxd-btn-primary.active,
.open > .dropdown-toggle.vxd-btn-primary {
  color: #4a4848;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.vxd-btn-primary:active,
.vxd-btn-primary.active,
.open > .dropdown-toggle.vxd-btn-primary {
  background-image: none;
}
.vxd-btn-primary.disabled,
.vxd-btn-primary.disabled:hover,
.vxd-btn-primary.disabled:focus,
.vxd-btn-primary.disabled:active,
.vxd-btn-primary.disabled.active,
.vxd-btn-primary[disabled],
.vxd-btn-primary[disabled]:hover,
.vxd-btn-primary[disabled]:focus,
.vxd-btn-primary[disabled]:active,
.vxd-btn-primary[disabled].active,
fieldset[disabled] .vxd-btn-primary,
fieldset[disabled] .vxd-btn-primary:hover,
fieldset[disabled] .vxd-btn-primary:focus,
fieldset[disabled] .vxd-btn-primary:active,
fieldset[disabled] .vxd-btn-primary.active {
  background-color: #FFFFFF;
  border-color: #f2f2f2;
}
.vxd-btn-primary .badge {
  color: #FFFFFF;
  background-color: #4a4848;
}
.vxd-btn-success {
  color: #4a4848;
  background-color: #bbbbbb;
  border-color: #aeaeae;
}
.vxd-btn-success:hover,
.vxd-btn-success:focus,
.vxd-btn-success:active,
.vxd-btn-success.active,
.open > .dropdown-toggle.vxd-btn-success {
  color: #4a4848;
  background-color: #a2a2a2;
  border-color: #909090;
}
.vxd-btn-success:active,
.vxd-btn-success.active,
.open > .dropdown-toggle.vxd-btn-success {
  background-image: none;
}
.vxd-btn-success.disabled,
.vxd-btn-success.disabled:hover,
.vxd-btn-success.disabled:focus,
.vxd-btn-success.disabled:active,
.vxd-btn-success.disabled.active,
.vxd-btn-success[disabled],
.vxd-btn-success[disabled]:hover,
.vxd-btn-success[disabled]:focus,
.vxd-btn-success[disabled]:active,
.vxd-btn-success[disabled].active,
fieldset[disabled] .vxd-btn-success,
fieldset[disabled] .vxd-btn-success:hover,
fieldset[disabled] .vxd-btn-success:focus,
fieldset[disabled] .vxd-btn-success:active,
fieldset[disabled] .vxd-btn-success.active {
  background-color: #bbbbbb;
  border-color: #aeaeae;
}
.vxd-btn-success .badge {
  color: #bbbbbb;
  background-color: #4a4848;
}
.vxd-btn-info {
  color: #4a4848;
  background-color: #171616;
  border-color: #0a0a0a;
}
.vxd-btn-info:hover,
.vxd-btn-info:focus,
.vxd-btn-info:active,
.vxd-btn-info.active,
.open > .dropdown-toggle.vxd-btn-info {
  color: #4a4848;
  background-color: #000000;
  border-color: #000000;
}
.vxd-btn-info:active,
.vxd-btn-info.active,
.open > .dropdown-toggle.vxd-btn-info {
  background-image: none;
}
.vxd-btn-info.disabled,
.vxd-btn-info.disabled:hover,
.vxd-btn-info.disabled:focus,
.vxd-btn-info.disabled:active,
.vxd-btn-info.disabled.active,
.vxd-btn-info[disabled],
.vxd-btn-info[disabled]:hover,
.vxd-btn-info[disabled]:focus,
.vxd-btn-info[disabled]:active,
.vxd-btn-info[disabled].active,
fieldset[disabled] .vxd-btn-info,
fieldset[disabled] .vxd-btn-info:hover,
fieldset[disabled] .vxd-btn-info:focus,
fieldset[disabled] .vxd-btn-info:active,
fieldset[disabled] .vxd-btn-info.active {
  background-color: #171616;
  border-color: #0a0a0a;
}
.vxd-btn-info .badge {
  color: #171616;
  background-color: #4a4848;
}
.vxd-btn-warning {
  color: #4a4848;
  background-color: #3e3e3e;
  border-color: #313131;
}
.vxd-btn-warning:hover,
.vxd-btn-warning:focus,
.vxd-btn-warning:active,
.vxd-btn-warning.active,
.open > .dropdown-toggle.vxd-btn-warning {
  color: #4a4848;
  background-color: #252525;
  border-color: #131313;
}
.vxd-btn-warning:active,
.vxd-btn-warning.active,
.open > .dropdown-toggle.vxd-btn-warning {
  background-image: none;
}
.vxd-btn-warning.disabled,
.vxd-btn-warning.disabled:hover,
.vxd-btn-warning.disabled:focus,
.vxd-btn-warning.disabled:active,
.vxd-btn-warning.disabled.active,
.vxd-btn-warning[disabled],
.vxd-btn-warning[disabled]:hover,
.vxd-btn-warning[disabled]:focus,
.vxd-btn-warning[disabled]:active,
.vxd-btn-warning[disabled].active,
fieldset[disabled] .vxd-btn-warning,
fieldset[disabled] .vxd-btn-warning:hover,
fieldset[disabled] .vxd-btn-warning:focus,
fieldset[disabled] .vxd-btn-warning:active,
fieldset[disabled] .vxd-btn-warning.active {
  background-color: #3e3e3e;
  border-color: #313131;
}
.vxd-btn-warning .badge {
  color: #3e3e3e;
  background-color: #4a4848;
}
.vxd-btn-danger {
  color: #4a4848;
  background-color: #cca444;
  border-color: #c29835;
}
.vxd-btn-danger:hover,
.vxd-btn-danger:focus,
.vxd-btn-danger:active,
.vxd-btn-danger.active,
.open > .dropdown-toggle.vxd-btn-danger {
  color: #4a4848;
  background-color: #ae892f;
  border-color: #927228;
}
.vxd-btn-danger:active,
.vxd-btn-danger.active,
.open > .dropdown-toggle.vxd-btn-danger {
  background-image: none;
}
.vxd-btn-danger.disabled,
.vxd-btn-danger.disabled:hover,
.vxd-btn-danger.disabled:focus,
.vxd-btn-danger.disabled:active,
.vxd-btn-danger.disabled.active,
.vxd-btn-danger[disabled],
.vxd-btn-danger[disabled]:hover,
.vxd-btn-danger[disabled]:focus,
.vxd-btn-danger[disabled]:active,
.vxd-btn-danger[disabled].active,
fieldset[disabled] .vxd-btn-danger,
fieldset[disabled] .vxd-btn-danger:hover,
fieldset[disabled] .vxd-btn-danger:focus,
fieldset[disabled] .vxd-btn-danger:active,
fieldset[disabled] .vxd-btn-danger.active {
  background-color: #cca444;
  border-color: #c29835;
}
.vxd-btn-danger .badge {
  color: #cca444;
  background-color: #4a4848;
}
.vxd-btn-link {
  color: #e4e4e4;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.vxd-btn-link,
.vxd-btn-link:active,
.vxd-btn-link[disabled],
fieldset[disabled] .vxd-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vxd-btn-link,
.vxd-btn-link:hover,
.vxd-btn-link:focus,
.vxd-btn-link:active {
  border-color: transparent;
}
.vxd-btn-link:hover,
.vxd-btn-link:focus {
  color: #bebebe;
  text-decoration: underline;
  background-color: transparent;
}
.vxd-btn-link[disabled]:hover,
.vxd-btn-link[disabled]:focus,
fieldset[disabled] .vxd-btn-link:hover,
fieldset[disabled] .vxd-btn-link:focus {
  color: #3e3e3e;
  text-decoration: none;
}
.vxd-btn-lg {
  padding: 10px 16px;
  font-size: 1.125rem;
  line-height: 1.33;
  border-radius: 6px;
}
.vxd-btn-sm {
  padding: 5px 10px;
  font-size: 0.750rem;
  line-height: 1.5;
  border-radius: 3px;
}
.vxd-btn-xs {
  padding: 1px 5px;
  font-size: 0.750rem;
  line-height: 1.5;
  border-radius: 3px;
}
.vxd-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.vxd-btn-block + .vxd-btn-block {
  margin-top: 5px;
}
input[type="submit"].vxd-btn-block,
input[type="reset"].vxd-btn-block,
input[type="button"].vxd-btn-block {
  width: 100%;
}
.vxd-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.vxd-nav:before,
.vxd-nav:after {
  content: " ";
  display: table;
}
.vxd-nav:after {
  clear: both;
}
.vxd-nav > li {
  position: relative;
  display: block;
}
.vxd-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.vxd-nav > li > a:hover,
.vxd-nav > li > a:focus {
  text-decoration: none;
  background-color: #171616;
}
.vxd-nav > li.disabled > a {
  color: #3e3e3e;
}
.vxd-nav > li.disabled > a:hover,
.vxd-nav > li.disabled > a:focus {
  color: #3e3e3e;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.vxd-nav .open > a,
.vxd-nav .open > a:hover,
.vxd-nav .open > a:focus {
  background-color: #171616;
  border-color: #e4e4e4;
}
.vxd-nav .vxd-nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.vxd-nav > li > a > img {
  max-width: none;
}
.vxd-nav-tabs {
  border-bottom: 1px solid #bbbbbb;
}
.vxd-nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.vxd-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.55;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.vxd-nav-tabs > li > a:hover {
  border-color: #171616 #171616 #bbbbbb;
}
.vxd-nav-tabs > li.active > a,
.vxd-nav-tabs > li.active > a:hover,
.vxd-nav-tabs > li.active > a:focus {
  color: #bbbbbb;
  background-color: #4a4848;
  border: 1px solid #a2a2a2;
  border-bottom-color: transparent;
  cursor: default;
}
.vxd-nav-pills > li {
  float: left;
}
.vxd-nav-pills > li > a {
  border-radius: 4px;
}
.vxd-nav-pills > li + li {
  margin-left: 2px;
}
.vxd-nav-pills > li.active > a,
.vxd-nav-pills > li.active > a:hover,
.vxd-nav-pills > li.active > a:focus {
  color: #4a4848;
  background-color: #FFFFFF;
}
.vxd-nav-stacked > li {
  float: none;
}
.vxd-nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.vxd-nav-justified {
  width: 100%;
}
.vxd-nav-justified > li {
  float: none;
}
.vxd-nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.vxd-nav-justified > .vxd-dropdown .vxd-dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .vxd-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .vxd-nav-justified > li > a {
    margin-bottom: 0;
  }
}
.vxd-nav-tabs-justified {
  border-bottom: 0;
}
.vxd-nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.vxd-nav-tabs-justified > .active > a,
.vxd-nav-tabs-justified > .active > a:hover,
.vxd-nav-tabs-justified > .active > a:focus {
  border: 1px solid #bbbbbb;
}
@media (min-width: 768px) {
  .vxd-nav-tabs-justified > li > a {
    border-bottom: 1px solid #bbbbbb;
    border-radius: 4px 4px 0 0;
  }
  .vxd-nav-tabs-justified > .active > a,
  .vxd-nav-tabs-justified > .active > a:hover,
  .vxd-nav-tabs-justified > .active > a:focus {
    border-bottom-color: #4a4848;
  }
}
.vxd-tab-content > .vxd-tab-pane {
  display: none;
}
.vxd-tab-content > .active {
  display: block;
}
.vxd-nav-tabs .vxd-dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.vxd-navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.vxd-navbar:before,
.vxd-navbar:after {
  content: " ";
  display: table;
}
.vxd-navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .vxd-navbar {
    border-radius: 4px;
  }
}
.vxd-navbar-header:before,
.vxd-navbar-header:after {
  content: " ";
  display: table;
}
.vxd-navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .vxd-navbar-header {
    float: left;
  }
}
.vxd-navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.vxd-navbar-collapse:before,
.vxd-navbar-collapse:after {
  content: " ";
  display: table;
}
.vxd-navbar-collapse:after {
  clear: both;
}
.vxd-navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .vxd-navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .vxd-navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .vxd-navbar-collapse.in {
    overflow-y: visible;
  }
  .vxd-navbar-fixed-top .vxd-navbar-collapse,
  .vxd-navbar-static-top .vxd-navbar-collapse,
  .vxd-navbar-fixed-bottom .vxd-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.vxd-navbar-fixed-top .vxd-navbar-collapse,
.vxd-navbar-fixed-bottom .vxd-navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .vxd-navbar-fixed-top .vxd-navbar-collapse,
  .vxd-navbar-fixed-bottom .vxd-navbar-collapse {
    max-height: 200px;
  }
}
.vxd-container > .vxd-navbar-header,
.vxd-container > .vxd-navbar-collapse,
.vxd-container-fluid > .vxd-navbar-header,
.vxd-container-fluid > .vxd-navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .vxd-container > .vxd-navbar-header,
  .vxd-container > .vxd-navbar-collapse,
  .vxd-container-fluid > .vxd-navbar-header,
  .vxd-container-fluid > .vxd-navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.vxd-navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .vxd-navbar-static-top {
    border-radius: 0;
  }
}
.vxd-navbar-fixed-top,
.vxd-navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .vxd-navbar-fixed-top,
  .vxd-navbar-fixed-bottom {
    border-radius: 0;
  }
}
.vxd-navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.vxd-navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.vxd-navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 1.125rem;
  line-height: 24px;
  height: 50px;
}
.vxd-navbar-brand:hover,
.vxd-navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .vxd-navbar > .vxd-container .vxd-navbar-brand,
  .vxd-navbar > .vxd-container-fluid .vxd-navbar-brand {
    margin-left: -15px;
  }
}
.vxd-navbar-toggle {
  color: #4a4848;
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.vxd-navbar-toggle:hover {
  text-decoration: none;
  color: #000000;
}
.vxd-navbar-toggle:focus {
  outline: 0;
}
.vxd-navbar-toggle .vxd-icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.vxd-navbar-toggle .vxd-icon-bar + .vxd-icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .vxd-navbar-toggle {
    display: none;
  }
}
.vxd-navbar-nav {
  margin: 6.5px -15px;
}
.vxd-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .vxd-navbar-nav .open .vxd-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .vxd-navbar-nav .open .vxd-dropdown-menu > li > a,
  .vxd-navbar-nav .open .vxd-dropdown-menu .vxd-dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .vxd-navbar-nav .open .vxd-dropdown-menu > li > a {
    line-height: 24px;
  }
  .vxd-navbar-nav .open .vxd-dropdown-menu > li > a:hover,
  .vxd-navbar-nav .open .vxd-dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .vxd-navbar-nav {
    float: left;
    margin: 0;
  }
  .vxd-navbar-nav > li {
    float: left;
  }
  .vxd-navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .vxd-navbar-nav.vxd-navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .vxd-navbar-left {
    float: left !important;
  }
  .vxd-navbar-right {
    float: right !important;
  }
}
.vxd-navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .vxd-navbar-form .vxd-form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .vxd-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;
  }
  .vxd-navbar-form.vxd-navbar-right:last-child {
    margin-right: -15px;
  }
}
.vxd-navbar-nav > li > .vxd-dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.vxd-navbar-fixed-bottom .vxd-navbar-nav > li > .vxd-dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.vxd-navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.vxd-navbar-btn.vxd-btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.vxd-navbar-btn.vxd-btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.vxd-navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .vxd-navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .vxd-navbar-text.vxd-navbar-right:last-child {
    margin-right: 0;
  }
}
.vxd-navbar-default {
  background-color: #FFFFFF;
  border-color: #eeeeee;
}
.vxd-navbar-default .vxd-navbar-brand {
  color: #171616;
}
.vxd-navbar-default .vxd-navbar-brand:hover,
.vxd-navbar-default .vxd-navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.vxd-navbar-default .vxd-navbar-text {
  color: #4a4848;
}
.vxd-navbar-default .vxd-navbar-nav > li > a {
  color: #171616;
}
.vxd-navbar-default .vxd-navbar-nav > li > a:hover,
.vxd-navbar-default .vxd-navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.vxd-navbar-default .vxd-navbar-nav > .active > a,
.vxd-navbar-default .vxd-navbar-nav > .active > a:hover,
.vxd-navbar-default .vxd-navbar-nav > .active > a:focus {
  color: #e1e1e1;
  background-color: #eeeeee;
}
.vxd-navbar-default .vxd-navbar-nav > .disabled > a,
.vxd-navbar-default .vxd-navbar-nav > .disabled > a:hover,
.vxd-navbar-default .vxd-navbar-nav > .disabled > a:focus {
  color: #171616;
  background-color: transparent;
}
.vxd-navbar-default .vxd-navbar-toggle {
  border-color: #ffffff;
}
.vxd-navbar-default .vxd-navbar-toggle:hover,
.vxd-navbar-default .vxd-navbar-toggle:focus {
  background-color: #ffffff;
}
.vxd-navbar-default .vxd-navbar-toggle .vxd-icon-bar {
  background-color: #cca444;
}
.vxd-navbar-default .vxd-navbar-collapse,
.vxd-navbar-default .vxd-navbar-form {
  border-color: #eeeeee;
}
.vxd-navbar-default .vxd-navbar-nav > .open > a,
.vxd-navbar-default .vxd-navbar-nav > .open > a:hover,
.vxd-navbar-default .vxd-navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #e1e1e1;
}
@media (max-width: 767px) {
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > li > a {
    color: #171616;
  }
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > li > a:hover,
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > li > a:focus {
    color: #000000;
    background-color: transparent;
  }
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > .active > a,
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > .active > a:hover,
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > .active > a:focus {
    color: #e1e1e1;
    background-color: #eeeeee;
  }
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > .disabled > a,
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > .disabled > a:hover,
  .vxd-navbar-default .vxd-navbar-nav .open .vxd-dropdown-menu > .disabled > a:focus {
    color: #171616;
    background-color: transparent;
  }
}
.vxd-navbar-default .vxd-navbar-link {
  color: #171616;
}
.vxd-navbar-default .vxd-navbar-link:hover {
  color: #000000;
}
.vxd-navbar-default .vxd-btn-link {
  color: #171616;
}
.vxd-navbar-default .vxd-btn-link:hover,
.vxd-navbar-default .vxd-btn-link:focus {
  color: #000000;
}
.vxd-navbar-default .vxd-btn-link[disabled]:hover,
.vxd-navbar-default .vxd-btn-link[disabled]:focus,
fieldset[disabled] .vxd-navbar-default .vxd-btn-link:hover,
fieldset[disabled] .vxd-navbar-default .vxd-btn-link:focus {
  color: #171616;
}
.vxd-navbar-inverse {
  background-color: #171616;
  border-color: #000000;
}
.vxd-navbar-inverse .vxd-navbar-brand {
  color: #FFFFFF;
}
.vxd-navbar-inverse .vxd-navbar-brand:hover,
.vxd-navbar-inverse .vxd-navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.vxd-navbar-inverse .vxd-navbar-text {
  color: #e4e4e4;
}
.vxd-navbar-inverse .vxd-navbar-nav > li > a {
  color: #FFFFFF;
}
.vxd-navbar-inverse .vxd-navbar-nav > li > a:hover,
.vxd-navbar-inverse .vxd-navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.vxd-navbar-inverse .vxd-navbar-nav > .active > a,
.vxd-navbar-inverse .vxd-navbar-nav > .active > a:hover,
.vxd-navbar-inverse .vxd-navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.vxd-navbar-inverse .vxd-navbar-nav > .disabled > a,
.vxd-navbar-inverse .vxd-navbar-nav > .disabled > a:hover,
.vxd-navbar-inverse .vxd-navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.vxd-navbar-inverse .vxd-navbar-toggle {
  border-color: #3e3e3e;
}
.vxd-navbar-inverse .vxd-navbar-toggle:hover,
.vxd-navbar-inverse .vxd-navbar-toggle:focus {
  background-color: #3e3e3e;
}
.vxd-navbar-inverse .vxd-navbar-toggle .vxd-icon-bar {
  background-color: #e4e4e4;
}
.vxd-navbar-inverse .vxd-navbar-collapse,
.vxd-navbar-inverse .vxd-navbar-form {
  border-color: #050505;
}
.vxd-navbar-inverse .vxd-navbar-nav > .open > a,
.vxd-navbar-inverse .vxd-navbar-nav > .open > a:hover,
.vxd-navbar-inverse .vxd-navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > .vxd-dropdown-header {
    border-color: #000000;
  }
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu .vxd-divider {
    background-color: #000000;
  }
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > li > a {
    color: #FFFFFF;
  }
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > li > a:hover,
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > .active > a,
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > .active > a:hover,
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #000000;
  }
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > .disabled > a,
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > .disabled > a:hover,
  .vxd-navbar-inverse .vxd-navbar-nav .open .vxd-dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.vxd-navbar-inverse .vxd-navbar-link {
  color: #FFFFFF;
}
.vxd-navbar-inverse .vxd-navbar-link:hover {
  color: #ffffff;
}
.vxd-navbar-inverse .vxd-btn-link {
  color: #FFFFFF;
}
.vxd-navbar-inverse .vxd-btn-link:hover,
.vxd-navbar-inverse .vxd-btn-link:focus {
  color: #ffffff;
}
.vxd-navbar-inverse .vxd-btn-link[disabled]:hover,
.vxd-navbar-inverse .vxd-btn-link[disabled]:focus,
fieldset[disabled] .vxd-navbar-inverse .vxd-btn-link:hover,
fieldset[disabled] .vxd-navbar-inverse .vxd-btn-link:focus {
  color: #444;
}
.vxd-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;
}
.vxd-dropdown {
  position: relative;
}
.vxd-dropdown-toggle:focus {
  outline: 0;
}
.vxd-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: 16px;
  text-align: left;
  background-color: #4a4848;
  border: 1px solid #171616;
  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;
}
.vxd-dropdown-menu.vxd-pull-right {
  right: 0;
  left: auto;
}
.vxd-dropdown-menu .vxd-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #302f2f;
}
.vxd-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.55;
  color: #FFFFFF;
  white-space: nowrap;
}
.vxd-dropdown-menu > li > a:hover,
.vxd-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4a4848;
  background-color: #FFFFFF;
}
.vxd-dropdown-menu > .active > a,
.vxd-dropdown-menu > .active > a:hover,
.vxd-dropdown-menu > .active > a:focus {
  color: #4a4848;
  text-decoration: none;
  outline: 0;
  background-color: #FFFFFF;
}
.vxd-dropdown-menu > .disabled > a,
.vxd-dropdown-menu > .disabled > a:hover,
.vxd-dropdown-menu > .disabled > a:focus {
  color: #3e3e3e;
}
.vxd-dropdown-menu > .disabled > a:hover,
.vxd-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 > .vxd-dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.vxd-dropdown-menu-right {
  left: auto;
  right: 0;
}
.vxd-dropdown-menu-left {
  left: 0;
  right: auto;
}
.vxd-dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.750rem;
  line-height: 1.55;
  color: #3e3e3e;
}
.vxd-dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.vxd-pull-right > .vxd-dropdown-menu {
  right: 0;
  left: auto;
}
.vxd-dropup .vxd-caret,
.vxd-navbar-fixed-bottom .vxd-dropdown .vxd-caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.vxd-dropup .vxd-dropdown-menu,
.vxd-navbar-fixed-bottom .vxd-dropdown .vxd-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  .vxd-dropdown .vxd-dropdown-more-btn {
    display: none !important;
  }
}
.vxd-dropdown .vxd-dropdown-menu {
  background: #FFFFFF;
  color: #171616;
}
@media (max-width: 768px) {
  .vxd-dropdown .vxd-dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }
}
.vxd-dropdown .vxd-dropdown-menu li {
  display: block;
  background: #FFFFFF;
}
.vxd-dropdown .vxd-dropdown-menu li:hover a {
  color: #000000;
  background: transparent;
}
.vxd-dropdown .vxd-dropdown-menu li.active a {
  background: #eeeeee;
  color: #e1e1e1;
}
.vxd-dropdown .vxd-dropdown-menu li a {
  padding: 10px 15px;
  line-height: 23px;
  color: #171616;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.vxd-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.55;
  background-color: #4a4848;
  border: 1px solid #161616;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.vxd-thumbnail > img,
.vxd-thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.vxd-thumbnail:hover,
a.vxd-thumbnail:focus,
a.vxd-thumbnail.active {
  border-color: #e4e4e4;
}
.vxd-thumbnail .vxd-caption {
  padding: 9px;
  color: #FFFFFF;
}
.vxd-panel {
  margin-bottom: 24px;
  background-color: #4a4848;
  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);
}
.vxd-panel-body {
  padding: 15px;
}
.vxd-panel-body:before,
.vxd-panel-body:after {
  content: " ";
  display: table;
}
.vxd-panel-body:after {
  clear: both;
}
.vxd-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.vxd-panel-heading > .vxd-dropdown .vxd-dropdown-toggle {
  color: inherit;
}
.vxd-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.vxd-panel-title > a {
  color: inherit;
}
.vxd-panel-footer {
  padding: 10px 15px;
  background-color: #302f2f;
  border-top: 1px solid #161616;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.vxd-panel > .vxd-list-group {
  margin-bottom: 0;
}
.vxd-panel > .vxd-list-group .vxd-list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.vxd-panel > .vxd-list-group:first-child .vxd-list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.vxd-panel > .vxd-list-group:last-child .vxd-list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.vxd-panel-heading + .vxd-list-group .vxd-list-group-item:first-child {
  border-top-width: 0;
}
.vxd-panel > .vxd-table,
.vxd-panel > .vxd-table-responsive > .vxd-table {
  margin-bottom: 0;
}
.vxd-panel > .vxd-table:first-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.vxd-panel > .vxd-table:first-child > thead:first-child > tr:first-child td:first-child,
.vxd-panel > .vxd-table:first-child > thead:first-child > tr:first-child th:first-child,
.vxd-panel > .vxd-table:first-child > tbody:first-child > tr:first-child td:first-child,
.vxd-panel > .vxd-table:first-child > tbody:first-child > tr:first-child th:first-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child > thead:first-child > tr:first-child td:first-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child > thead:first-child > tr:first-child th:first-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child > tbody:first-child > tr:first-child td:first-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.vxd-panel > .vxd-table:first-child > thead:first-child > tr:first-child td:last-child,
.vxd-panel > .vxd-table:first-child > thead:first-child > tr:first-child th:last-child,
.vxd-panel > .vxd-table:first-child > tbody:first-child > tr:first-child td:last-child,
.vxd-panel > .vxd-table:first-child > tbody:first-child > tr:first-child th:last-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child > thead:first-child > tr:first-child td:last-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child > thead:first-child > tr:first-child th:last-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child > tbody:first-child > tr:first-child td:last-child,
.vxd-panel > .vxd-table-responsive:first-child > .vxd-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.vxd-panel > .vxd-table:last-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.vxd-panel > .vxd-table:last-child > tbody:last-child > tr:last-child td:first-child,
.vxd-panel > .vxd-table:last-child > tbody:last-child > tr:last-child th:first-child,
.vxd-panel > .vxd-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.vxd-panel > .vxd-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child > tbody:last-child > tr:last-child td:first-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child > tbody:last-child > tr:last-child th:first-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.vxd-panel > .vxd-table:last-child > tbody:last-child > tr:last-child td:last-child,
.vxd-panel > .vxd-table:last-child > tbody:last-child > tr:last-child th:last-child,
.vxd-panel > .vxd-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.vxd-panel > .vxd-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child > tbody:last-child > tr:last-child td:last-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child > tbody:last-child > tr:last-child th:last-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.vxd-panel > .vxd-table-responsive:last-child > .vxd-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.vxd-panel > .vxd-panel-body + .vxd-table,
.vxd-panel > .vxd-panel-body + .vxd-table-responsive {
  border-top: 1px solid #cca444;
}
.vxd-panel > .vxd-table > tbody:first-child > tr:first-child th,
.vxd-panel > .vxd-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.vxd-panel > .vxd-table-bordered,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered {
  border: 0;
}
.vxd-panel > .vxd-table-bordered > thead > tr > th:first-child,
.vxd-panel > .vxd-table-bordered > thead > tr > td:first-child,
.vxd-panel > .vxd-table-bordered > tbody > tr > th:first-child,
.vxd-panel > .vxd-table-bordered > tbody > tr > td:first-child,
.vxd-panel > .vxd-table-bordered > tfoot > tr > th:first-child,
.vxd-panel > .vxd-table-bordered > tfoot > tr > td:first-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > thead > tr > th:first-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > thead > tr > td:first-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tbody > tr > th:first-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tbody > tr > td:first-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tfoot > tr > th:first-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.vxd-panel > .vxd-table-bordered > thead > tr > th:last-child,
.vxd-panel > .vxd-table-bordered > thead > tr > td:last-child,
.vxd-panel > .vxd-table-bordered > tbody > tr > th:last-child,
.vxd-panel > .vxd-table-bordered > tbody > tr > td:last-child,
.vxd-panel > .vxd-table-bordered > tfoot > tr > th:last-child,
.vxd-panel > .vxd-table-bordered > tfoot > tr > td:last-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > thead > tr > th:last-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > thead > tr > td:last-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tbody > tr > th:last-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tbody > tr > td:last-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tfoot > tr > th:last-child,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.vxd-panel > .vxd-table-bordered > thead > tr:first-child > td,
.vxd-panel > .vxd-table-bordered > thead > tr:first-child > th,
.vxd-panel > .vxd-table-bordered > tbody > tr:first-child > td,
.vxd-panel > .vxd-table-bordered > tbody > tr:first-child > th,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > thead > tr:first-child > td,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > thead > tr:first-child > th,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tbody > tr:first-child > td,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.vxd-panel > .vxd-table-bordered > tbody > tr:last-child > td,
.vxd-panel > .vxd-table-bordered > tbody > tr:last-child > th,
.vxd-panel > .vxd-table-bordered > tfoot > tr:last-child > td,
.vxd-panel > .vxd-table-bordered > tfoot > tr:last-child > th,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tbody > tr:last-child > td,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tbody > tr:last-child > th,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tfoot > tr:last-child > td,
.vxd-panel > .vxd-table-responsive > .vxd-table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.vxd-panel > .vxd-table-responsive {
  border: 0;
  margin-bottom: 0;
}
.vxd-panel-group {
  margin-bottom: 24px;
}
.vxd-panel-group .vxd-panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.vxd-panel-group .vxd-panel + .vxd-panel {
  margin-top: 5px;
}
.vxd-panel-group .vxd-panel-heading {
  border-bottom: 0;
}
.vxd-panel-group .vxd-panel-heading + .vxd-panel-collapse .vxd-panel-body {
  border-top: 1px solid #161616;
}
.vxd-panel-group .vxd-panel-footer {
  border-top: 0;
}
.vxd-panel-group .vxd-panel-footer + .vxd-panel-collapse .vxd-panel-body {
  border-bottom: 1px solid #161616;
}
.vxd-panel-default {
  border-color: #161616;
}
.vxd-panel-default > .panel-heading {
  color: #cca444;
  background-color: #302f2f;
  border-color: #161616;
}
.vxd-panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #161616;
}
.vxd-panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #161616;
}
.vxd-panel-primary {
  border-color: #FFFFFF;
}
.vxd-panel-primary > .panel-heading {
  color: #4a4848;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.vxd-panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FFFFFF;
}
.vxd-panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FFFFFF;
}
.vxd-panel-success {
  border-color: #d6e9c6;
}
.vxd-panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.vxd-panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.vxd-panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.vxd-panel-info {
  border-color: #bce8f1;
}
.vxd-panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.vxd-panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.vxd-panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.vxd-panel-warning {
  border-color: #faebcc;
}
.vxd-panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.vxd-panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.vxd-panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.vxd-panel-danger {
  border-color: #ebccd1;
}
.vxd-panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.vxd-panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.vxd-panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.vxd-timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.vxd-timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #171616;
  background-color: rgba(23,22,22,0.5);
  left: 50%;
  margin-left: -1.5px;
}
@media (max-width: 767px) {
  .vxd-timeline:before {
    left: 40px;
  }
}
.vxd-timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.vxd-timeline > li.vxd-clearfix {
  float: none;
  clear: both !important;
}
@media (max-width: 767px) {
  .vxd-timeline > li {
    width: 100%;
  }
}
.vxd-timeline > li:before,
.vxd-timeline > li:after {
  content: " ";
  display: table;
}
.vxd-timeline > li:after {
  clear: both;
}
.vxd-timeline > li:nth-child(2) {
  margin-top: 60px;
}
.vxd-timeline > li:nth-child(even) {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .vxd-timeline > li:nth-child(even) {
    float: left;
    clear: left;
  }
}
.vxd-timeline > li .vxd-timeline-badge {
  color: #3e3e3e;
  color: rgba(62,62,62,0.8);
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 15px;
  right: -12px;
  z-index: 100;
}
@media (max-width: 767px) {
  .vxd-timeline > li .vxd-timeline-badge {
    left: 28px;
    margin-left: 0;
  }
}
.vxd-timeline > li:nth-child(even) > .vxd-timeline-badge {
  left: -12px;
}
@media (max-width: 767px) {
  .vxd-timeline > li:nth-child(even) > .vxd-timeline-badge {
    left: 28px;
  }
}
.vxd-timeline > li .vxd-timeline-panel {
  width: 94%;
  float: left;
  border: 1px solid #bbbbbb;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
  box-shadow: 0 1px 6px rgba(0,0,0,0.175);
}
@media (max-width: 767px) {
  .vxd-timeline > li .vxd-timeline-panel {
    width: calc(100% -  90px);
    width: -moz-calc(100% -  90px);
    width: -webkit-calc(100% -  90px);
    float: right;
  }
}
.vxd-timeline > li .vxd-timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #aeaeae;
  border-right: 0 solid #aeaeae;
  border-bottom: 15px solid transparent;
  content: " ";
}
@media (max-width: 767px) {
  .vxd-timeline > li .vxd-timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
}
.vxd-timeline > li .vxd-timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #bbbbbb;
  border-right: 0 solid #bbbbbb;
  border-bottom: 14px solid transparent;
  content: " ";
}
@media (max-width: 767px) {
  .vxd-timeline > li .vxd-timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
.vxd-timeline > li:nth-child(even) > .vxd-timeline-panel {
  float: right;
}
.vxd-timeline > li:nth-child(even) > .vxd-timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.vxd-timeline > li:nth-child(even) > .vxd-timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.vxd-timeline > li .vxd-timeline-heading {
  min-height: 200px;
}
.vxd-timeline > li .vxd-timeline-heading a {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.vxd-timeline > li .vxd-timeline-heading .vxd-album-view-gallery {
  position: absolute;
  left: 0;
  right: 0;
  top: 167px;
  text-align: center;
  padding: 5px;
  background: rgba(228,228,228,0.5);
  color: #4a4848;
}
.vxd-timeline > li .vxd-timeline-body {
  padding: 15px;
}
.vxd-timeline > li .vxd-timeline-footer {
  padding: 10px 15px;
  background-color: #cca444;
  background-color: rgba(204,164,68,0.3);
}
.vxd-timeline > li .vxd-timeline-footer .vxd-h3,
.vxd-timeline > li .vxd-timeline-footer .vxd-h4 {
  margin: 0;
  text-align: right;
}
.vxd-img-grid-1 {
  margin-bottom: 20px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.vxd-img-grid-1.vxd-img-grid-pos-3 {
  height: 420px;
}
@media (min-width: 769px) {
  .vxd-img-grid-1.vxd-img-grid-pos-1 {
    width: 62%;
    margin-right: 20px;
  }
  .vxd-img-grid-1.vxd-img-grid-pos-2 {
    width: 30%;
  }
  .vxd-img-grid-1.vxd-img-grid-pos-4 {
    width: 30%;
    margin-right: 20px;
  }
  .vxd-img-grid-1.vxd-img-grid-pos-5 {
    width: 62%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .vxd-img-grid-1 {
    width: 45%;
    margin: 10px auto;
  }
}
.vxd-img-grid-2 {
  margin-bottom: 20px;
  width: 95%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.vxd-img-grid-2.vxd-img-grid-pos-7,
.vxd-img-grid-2.vxd-img-grid-pos-1 {
  height: 460px;
}
@media (min-width: 769px) {
  .vxd-img-grid-2.vxd-img-grid-pos-1 {
    margin-right: 20px;
  }
  .vxd-img-grid-2.vxd-img-grid-pos-2 {
    margin-right: 20px;
  }
  .vxd-img-grid-2.vxd-img-grid-pos-4 {
    margin-right: 20px;
  }
  .vxd-img-grid-2.vxd-img-grid-pos-5 {
    margin-right: 20px;
  }
  .vxd-img-grid-2.vxd-img-grid-pos-6 {
    margin-right: 20px;
  }
}
.vxd-list-item-payment {
  line-height: 40px;
}
.vxd-list-hours {
  width: 90%;
}
.vxd-list-hours li {
  padding: 2px 4px;
  border-radius: 5px 5px 0 0;
  line-height: 32px;
  border-bottom: 1px solid rgba(187,187,187,0.1);
}
@media (max-width: 480px) {
  .vxd-list-hours li {
    border-bottom: 1px solid rgba(187,187,187,0.2);
  }
}
.vxd-list-hours li:hover {
  background: rgba(187,187,187,0.3);
}
.vxd-list-hours li span {
  float: left;
  display: inline-block;
}
.vxd-list-hours li span.vxd-hl-day-name {
  text-align: left;
  width: 40%;
}
.vxd-list-hours li span.vxd-hl-day-time {
  text-align: right;
  width: 60%;
}
@media (max-width: 480px) {
  .vxd-list-hours li span {
    display: block;
    width: 100% !important;
    float: none;
    text-align: left !important;
  }
}
.vxd-list-hours li:before,
.vxd-list-hours li:after {
  content: " ";
  display: table;
}
.vxd-list-hours li:after {
  clear: both;
}
.vxd-list-secondphone {
  width: 90%;
}
.vxd-list-secondphone .vxd-list-item-phone {
  padding: 2px;
  border-radius: 5px;
}
.vxd-list-secondphone .vxd-list-item-phone:hover {
  background: rgba(187,187,187,0.3);
}
.vxd-list-secondphone .vxd-list-item-phone:before,
.vxd-list-secondphone .vxd-list-item-phone:after {
  content: " ";
  display: table;
}
.vxd-list-secondphone .vxd-list-item-phone:after {
  clear: both;
}
.vxd-list-secondphone .vxd-list-item-phone-label,
.vxd-list-secondphone .vxd-list-item-phone-number {
  width: 45%;
  margin: 0 10px;
  display: inline-block;
  float: left;
}
@media (max-width: 480px) {
  .vxd-list-secondphone .vxd-list-item-phone-label,
  .vxd-list-secondphone .vxd-list-item-phone-number {
    display: block;
  }
}
.vxd-text-entry,
.vxd-review-entry,
.vxd-album-entry,
.vxd-album-entry-info {
  margin-bottom: 20px;
  padding: 10px;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .vxd-text-entry,
  .vxd-review-entry,
  .vxd-album-entry,
  .vxd-album-entry-info {
    padding: 5px;
    margin-bottom: 10px;
  }
}
.vxd-album-image-link {
  display: block;
  height: 200px;
  margin: 10px 10px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.vxd-album-image-link p {
  position: absolute;
  left: 0;
  right: 0;
  top: 167px;
  text-align: center;
  padding: 5px;
  background: rgba(228,228,228,0.5);
  color: #4a4848;
}
.vxd-text-entry .vxd-small {
  color: #5e5e5e;
  line-height: 40px;
}
.vxd-text-entry-description {
  overflow: hidden;
  display: block;
  margin: 10px 0;
}
.vxd-text-entry-footer span {
  display: inline-block;
}
.vxd-review-reply {
  margin-top: 10px;
}
.vxd-review-comment {
  min-height: 70px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.vxd-comment-from {
  margin-left: 20%;
  margin-top: 15px;
}
.vxd-comment-from:before {
  content: '\2014 \00A0';
}
.vxd-list-gallery .vxd-album-entry-title {
  text-align: center;
}
.vxd-list-gallery li {
  word-wrap: break-word;
}
.vxd-album-entry img {
  margin-left: auto;
  margin-right: auto;
}
.vxd-ec-view-cart-button {
  margin: 20px;
}
@media (min-width: 767px) {
  .vxd-ec-view-cart-button {
    float: right;
    position: relative;
    margin-top: -110px;
  }
}
.vxd-ec-minicart,
#PPMiniCart {
  z-index: 12000;
}
@media (max-width: 768px) {
  .vxd-ec-block .vxd-form-control {
    max-width: 70%;
  }
}
.vxd-ec-info {
  display: block;
}
.vxd-ec-info span {
  display: block;
}
.vxd-ec-form .vxd-form-control {
  margin-bottom: 5px;
}
.vxd-ec-action-add-to-cart .vxd-fa-check {
  transform: translateX(-200%);
  display: none;
}
.vxd-ec-action-add-to-cart .vxd-fa-check,
.vxd-ec-action-add-to-cart span {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.vxd-ec-action-add-to-cart.is-added span {
  display: none;
}
.vxd-ec-action-add-to-cart.is-added .vxd-fa-check {
  transform: translateX(0);
  display: block;
}
.ec-item-table th,
.ec-cart-summary th {
  background-color: #FFFFFF;
  color: #4a4848;
}
.ec-item-table {
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.2);
  box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.2);
}
.ec-cart-summary {
  margin-top: 20px;
  border: 1px solid #bbbbbb;
  text-align: right;
}
.ec-cart-summary tr,
.ec-cart-summary th,
.ec-cart-summary td {
  border: 0 !important;
}
.ec-cart-summary .ec-cart-total {
  border-top: 2px solid #bbbbbb;
}
.vxd-carousel-control {
  text-decoration: none !important;
  border: none;
}
.vxd-carousel-control:hover {
  text-decoration: none;
}
.vxd-carousel-control.left,
.vxd-carousel-control.right {
  background-image: none !important;
}
.vxd-carousel-control.right {
  left: auto;
  right: 20px;
}
.vxd-album-entry-carousel .vxd-carousel {
  margin-bottom: 30px;
  padding: 0 40px;
}
.vxd-album-entry-carousel .vxd-carousel-control.left,
.vxd-album-entry-carousel .vxd-carousel-control.right {
  top: 12%;
}
.vxd-album-entry-carousel .vxd-carousel-indicators {
  top: auto;
  bottom: -35px !important;
}
.vxd-album-text {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .vxd-album-entry-carousel .vxd-carousel-item .vxd-row {
    margin-left: 0;
    margin-right: 0;
  }
  .vxd-album-entry-carousel .vxd-album-thumb-carousel.vxd-col-xs-6 {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.vxd-featured-title {
  padding-bottom: 10px;
  text-align: center;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .vxd-featured-title {
    max-width: 70%;
  }
}
.vxd-featured-content.vxd-featured-info-cover li {
  min-height: 300px;
}
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry {
  padding: 0;
  position: relative;
  min-height: 300px;
}
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry img {
  height: 300px;
  width: 100%;
}
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry .vxd-album-entry-title,
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry .vxd-ec-buy-cta {
  text-align: center;
  position: absolute;
  background: #4a4848;
  background: rgba(74,72,72,0.7);
  color: #e4e4e4;
  z-index: 1;
  padding: 7px;
}
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry .vxd-ec-buy-cta {
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 992px) {
  .vxd-featured-content.vxd-featured-info-cover .vxd-album-entry .vxd-ec-buy-cta {
    bottom: 15px;
  }
}
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry .vxd-ec-buy-cta:before,
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry .vxd-ec-buy-cta:after {
  content: " ";
  display: table;
}
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry .vxd-ec-buy-cta:after {
  clear: both;
}
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry .vxd-ec-price-label,
.vxd-featured-content.vxd-featured-info-cover .vxd-album-entry a.vxd-btn {
  display: inline-block;
  padding: 5px;
  float: left;
  width: 49%;
}
#main-carousel .vxd-carousel-item .vxd-carousel-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 100%;
}
a.wysi-file {
  display: inline-block;
  padding: 10px;
  width: 150px;
  max-width: 175px;
  border: 1px solid #171616;
  border-radius: 5px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 0.85rem;
}
.wysi-file-img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 120px !important;
}
.WYSIWYG img,
.TWYSIWYG img {
  padding: 5px 10px;
}
.WYSIWYG .vxd-center-block .vxd-img-responsive,
.TWYSIWYG .vxd-center-block .vxd-img-responsive {
  display: inline-block;
}
.vxd-translation-box {
  padding: 5px 15px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: #4a4848;
  position: relative;
  z-index: 15;
}
.vxd-modal-open {
  overflow: hidden;
}
.vxd-modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.vxd-modal.fade .vxd-modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.vxd-modal.in .vxd-modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.vxd-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.vxd-modal-content {
  position: relative;
  background-color: #4a4848;
  border: 1px solid #FFFFFF;
  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;
}
.vxd-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #e4e4e4;
}
.vxd-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vxd-modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.vxd-modal-header {
  padding: 15px;
  border-bottom: 1px solid #3e3e3e;
  min-height: 16.55px;
}
.vxd-modal-header .close {
  margin-top: -2px;
}
.vxd-modal-title {
  margin: 0;
  line-height: 1.55;
}
.vxd-modal-body {
  position: relative;
  padding: 15px;
}
.vxd-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #3e3e3e;
}
.vxd-modal-footer:before,
.vxd-modal-footer:after {
  content: " ";
  display: table;
}
.vxd-modal-footer:after {
  clear: both;
}
.vxd-modal-footer .vxd-btn + .vxd-btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.vxd-modal-footer .vxd-btn-group .vxd-btn + .vxd-btn {
  margin-left: -1px;
}
.vxd-modal-footer .vxd-btn-block + .vxd-btn-block {
  margin-left: 0;
}
.vxd-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .vxd-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .vxd-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);
  }
  .vxd-modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .vxd-modal-lg {
    width: 900px;
  }
}
.vxd-alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.vxd-alert h4 {
  margin-top: 0;
  color: inherit;
}
.vxd-alert .vxd-alert-link {
  font-weight: bold;
}
.vxd-alert > p,
.vxd-alert > ul {
  margin-bottom: 0;
}
.vxd-alert > p + p {
  margin-top: 5px;
}
.vxd-alert-dismissable {
  padding-right: 35px;
}
.vxd-alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.vxd-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.vxd-alert-success hr {
  border-top-color: #c9e2b3;
}
.vxd-alert-success .alert-link {
  color: #2b542c;
}
.vxd-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.vxd-alert-info hr {
  border-top-color: #a6e1ec;
}
.vxd-alert-info .alert-link {
  color: #245269;
}
.vxd-alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.vxd-alert-warning hr {
  border-top-color: #f7e1b5;
}
.vxd-alert-warning .alert-link {
  color: #66512c;
}
.vxd-alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.vxd-alert-danger hr {
  border-top-color: #e4b9c0;
}
.vxd-alert-danger .alert-link {
  color: #843534;
}
.vxd-carousel {
  position: relative;
}
.vxd-carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.vxd-carousel-inner > .vxd-carousel-item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.vxd-carousel-inner > .vxd-carousel-item > img,
.vxd-carousel-inner > .vxd-carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.vxd-carousel-inner > .active,
.vxd-carousel-inner > .next,
.vxd-carousel-inner > .prev {
  display: block;
}
.vxd-carousel-inner > .active {
  left: 0;
}
.vxd-carousel-inner > .next,
.vxd-carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.vxd-carousel-inner > .next {
  left: 100%;
}
.vxd-carousel-inner > .prev {
  left: -100%;
}
.vxd-carousel-inner > .next.left,
.vxd-carousel-inner > .prev.right {
  left: 0;
}
.vxd-carousel-inner > .active.left {
  left: -100%;
}
.vxd-carousel-inner > .active.right {
  left: 100%;
}
.vxd-carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2%;
  opacity: .7;
  filter: alpha(opacity=70);
  font-size: 34pt;
  color: #866924;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.vxd-carousel-control.right {
  left: auto;
  right: 0;
}
.vxd-carousel-control:hover,
.vxd-carousel-control:focus {
  outline: 0;
  color: #72591f;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.vxd-carousel-control .vxd-icon-prev,
.vxd-carousel-control .vxd-icon-next,
.vxd-carousel-control .vxd-glyphicon-chevron-left,
.vxd-carousel-control .vxd-glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.vxd-carousel-control .vxd-icon-prev,
.vxd-carousel-control .vxd-glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.vxd-carousel-control .vxd-icon-next,
.vxd-carousel-control .vxd-glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.vxd-carousel-control .vxd-icon-prev:not(.vxd-fa),
.vxd-carousel-control .vxd-icon-next:not(.vxd-fa) {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.vxd-carousel-control .vxd-icon-prev:not(.vxd-fa):before {
  content: '\2039';
}
.vxd-carousel-control .vxd-icon-next:not(.vxd-fa):before {
  content: '\203a';
}
.vxd-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;
}
.vxd-carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px 2px;
  text-indent: -999px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}
.vxd-carousel-indicators .active {
  margin: 0;
  width: 17px;
  height: 17px;
  background-color: #cca444;
}
.vxd-carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #4a4848;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.vxd-carousel-caption .vxd-btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .vxd-carousel-control .vxd-glyphicon-chevron-left,
  .vxd-carousel-control .vxd-glyphicon-chevron-right,
  .vxd-carousel-control .vxd-icon-prev,
  .vxd-carousel-control .vxd-icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .vxd-carousel-control .vxd-glyphicon-chevron-left,
  .vxd-carousel-control .vxd-icon-prev {
    margin-left: -15px;
  }
  .vxd-carousel-control .vxd-glyphicon-chevron-right,
  .vxd-carousel-control .vxd-icon-next {
    margin-right: -15px;
  }
  .vxd-carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .vxd-carousel-indicators {
    bottom: 20px;
  }
}
.vxd-lightbox-open {
  overflow: hidden;
}
.vxd-lightbox-open,
.vxd-lightbox-open .vxd-navbar-fixed-top,
.vxd-lightbox-open .vxd-navbar-fixed-bottom {
  margin-right: 15px;
}
.vxd-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.vxd-lightbox:focus {
  outline: 0;
}
.vxd-lightbox .fade .vxd-lightbox-dialog {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vxd-lightbox .vxd-lightbox-dialog {
  z-index: 1055;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%;
  margin-right: auto;
  margin-left: auto;
}
.vxd-lightbox .vxd-lightbox-dialog .vxd-lightbox-header {
  float: right;
  background-color: #4a4848;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.vxd-lightbox .vxd-lightbox-dialog .vxd-lightbox-header .close {
  margin-top: -2px;
  margin-right: 4px;
}
.vxd-lightbox .vxd-lightbox-dialog .vxd-lightbox-header .close:focus {
  outline: 0;
}
.vxd-lightbox .vxd-lightbox-dialog .vxd-lightbox-content {
  position: relative;
  background-color: #454343;
  border: 1px solid #3e3e3e;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -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;
  padding: 10px;
  display: inline-block;
}
.vxd-lightbox .vxd-lightbox-dialog .vxd-lightbox-content .vxd-lightbox-control {
  width: 20%;
  z-index: 1058;
  line-height: 320px;
  font-size: 100pt;
  color: #4a4848;
  text-shadow: 1px 1px 0 #e4e4e4;
}
.vxd-lightbox .vxd-lightbox-dialog .vxd-lightbox-content .vxd-lightbox-control.right {
  right: 0;
}
.vxd-lightbox .vxd-lightbox-dialog .vxd-lightbox-content .vxd-lightbox-control.left {
  left: 0;
}
.vxd-lightbox .vxd-lightbox-dialog .vxd-lightbox-content .vxd-lightbox-caption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 10px;
  padding: 2%;
  font-size: 14px;
  line-height: 18px;
  color: #4a4848;
  text-align: center;
  text-shadow: 0 -1px 0 #e4e4e4;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  background: #e4e4e4;
  background: rgba(0,0,0,0.6);
}
.vxd-form-control {
  border-width: 2px;
  border-color: #FFFFFF;
  border-color: rgba(255,255,255,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vxd-thumbnail,
.vxd-panel-group .vxd-panel-primary {
  border: 2px solid rgba(255,255,255,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
blockquote {
  border-left-width: 2px;
}
hr {
  border-color: #bbbbbb;
}
header {
  min-height: 600px;
  max-height: 800px;
  background-color: #171616;
}
header .vxd-bus-logo-div {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
header .vxd-bus-logo-div img {
  max-height: 200px;
  margin: auto;
}
header .vxd-contact-bar {
  position: relative;
  z-index: 4;
  height: 50px;
  padding: 4px;
  background-color: #434343;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
@media (max-width: 768px) {
  header .vxd-contact-bar {
    height: 110px;
    text-align: center;
  }
}
header .vxd-contact-bar ul {
  margin-top: 2px;
}
@media (min-width: 768px) {
  header .vxd-contact-bar ul {
    border-left: 1px solid rgba(62,62,62,0.4);
    margin-left: 15px;
  }
}
header .vxd-contact-bar .PHONE {
  display: inline-block;
  float: left;
}
header .vxd-contact-bar .PHONE a {
  display: inline-block;
  margin-top: 2px;
}
header .vxd-contact-bar .vxd-fa-phone {
  font-size: 1.5em;
}
#main-carousel .vxd-carousel-item {
  min-height: 300px;
}
#main-carousel .vxd-carousel-item .vxd-carousel-image {
  max-height: 350px;
  height: 350px;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  #main-carousel .vxd-carousel-item {
    min-height: 200px;
  }
  #main-carousel .vxd-carousel-item .vxd-carousel-image {
    height: 250px;
    margin: auto;
  }
}
#main-carousel .vxd-carousel-indicators {
  bottom: -10px;
}
#main-carousel .vxd-carousel-indicators li {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.3);
  border: none;
}
#main-carousel .vxd-carousel-indicators li.active {
  background-color: #cca444;
  border: none;
}
.vxd-navbar-default {
  position: relative;
  z-index: 3;
  background-color: #3e3e3e;
  margin-bottom: 0;
  padding: 4px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #313131;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(255,255,255,0.3);
  box-shadow: 2px 2px 5px 2px rgba(255,255,255,0.3);
}
.vxd-navbar-default .vxd-navbar-toggle {
  border-color: #bbbbbb;
  background-color: #cca444;
}
.vxd-navbar-default .vxd-navbar-toggle:hover,
.vxd-navbar-default .vxd-navbar-toggle:focus {
  background-color: #e4e4e4;
}
@media (min-width: 768px) {
  .vxd-navbar-default .vxd-nav.vxd-navbar-nav li {
    margin-right: 8px;
  }
}
.vxd-navbar-default .vxd-navbar-nav li a {
  color: #FFFFFF;
}
.vxd-navbar-default .vxd-navbar-nav li a:hover,
.vxd-navbar-default .vxd-navbar-nav li a:focus {
  color: #4a4848;
  background-color: #e4e4e4;
}
.vxd-navbar-default .vxd-navbar-nav li.active a,
.vxd-navbar-default .vxd-navbar-nav li.open > a {
  color: #4a4848;
  background-color: #cca444;
}
.vxd-navbar-default .vxd-navbar-nav li.active a:hover,
.vxd-navbar-default .vxd-navbar-nav li.active a:focus,
.vxd-navbar-default .vxd-navbar-nav li.open > a:hover,
.vxd-navbar-default .vxd-navbar-nav li.open > a:focus {
  color: #4a4848;
  background-color: #e4e4e4;
}
.vxd-navbar-default .vxd-navbar-nav li.vxd-dropdown .vxd-dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #3e3e3e;
}
.vxd-navbar-default .vxd-navbar-nav li.vxd-dropdown li {
  margin-right: 0 !important;
}
.vxd-navbar-default .vxd-navbar-nav li.vxd-dropdown li.active a {
  color: #4a4848;
  background-color: #cca444;
}
.vxd-navbar-default .vxd-navbar-nav li.vxd-dropdown li.active a:hover,
.vxd-navbar-default .vxd-navbar-nav li.vxd-dropdown li.active a:focus {
  color: #4a4848;
  background-color: #e4e4e4;
}
.vxd-navbar-default .vxd-navbar-nav li.vxd-dropdown li a {
  color: #FFFFFF;
  background-color: #3e3e3e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vxd-navbar-default .vxd-navbar-nav li.vxd-dropdown li a:hover,
.vxd-navbar-default .vxd-navbar-nav li.vxd-dropdown li a:focus {
  color: #4a4848;
  background-color: #e4e4e4;
}
footer {
  color: #4a4848;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
}
footer .vxd-h3 {
  text-align: center;
}
footer .vxd-h6 {
  color: #FFFFFF;
}
footer .vxd-top-footer {
  background-color: #cca444;
  padding: 30px 0;
}
footer .vxd-top-footer a {
  color: #171616;
}
footer .vxd-top-footer a:hover {
  color: #3e3e3e;
}
footer .vxd-top-footer .PAYMENT ul {
  padding-left: 0;
  list-style: none;
}
footer .vxd-top-footer .PAYMENT li {
  display: inline-block;
  margin-right: 5px;
}
footer .vxd-bottom-footer {
  padding: 5px;
}
footer .vxd-nav-pills li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #3e3e3e;
}
footer .vxd-nav-pills li a:hover,
footer .vxd-nav-pills li a:focus {
  color: #313131;
  background-color: #e4e4e4;
}
footer .vxd-nav-pills li.active a {
  background-color: transparent;
  color: #cca444;
}
footer .vxd-nav-pills li.active a:hover,
footer .vxd-nav-pills li.active a:focus {
  color: #313131;
  background-color: #e4e4e4;
}
#vxd-main-site-content {
  padding-bottom: 60px;
}
#vxd-main-site-content .vxd-introduction {
  padding-top: 40px;
  background-color: #171616;
}
#vxd-main-site-content #ins_promotions {
  margin-bottom: 50px;
}
#vxd-main-site-content .vxd-title-header {
  border-bottom: 1px solid #3d3b3b;
  padding-top: 15px;
}
#vxd-main-site-content .vxd-h2,
#vxd-main-site-content .vxd-h3,
#vxd-main-site-content .vxd-h4,
#vxd-main-site-content .vxd-h5,
#vxd-main-site-content .vxd-h6,
#vxd-main-site-content .vxd-form label,
#vxd-main-site-content .vxd-comment-from,
#vxd-main-site-content .vxd-ec-price-label,
#vxd-main-site-content .vxd-carousel-control {
  color: #cca444;
}
#vxd-main-site-content .vxd-featured-view-more {
  text-align: right;
  margin-bottom: 25px;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry {
  position: relative;
  min-height: 390px;
  max-height: 450px;
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.55;
  background-color: #4a4848;
  border: 1px solid #161616;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid rgba(255,255,255,0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 5px;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry > img,
#vxd-main-site-content .vxd-featured-content .vxd-album-entry a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a#vxd-main-site-content .vxd-featured-content .vxd-album-entry:hover,
a#vxd-main-site-content .vxd-featured-content .vxd-album-entry:focus,
a#vxd-main-site-content .vxd-featured-content .vxd-album-entry.active {
  border-color: #e4e4e4;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry .vxd-caption {
  padding: 9px;
  color: #FFFFFF;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry img {
  height: 200px;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry .vxd-album-entry-title,
#vxd-main-site-content .vxd-featured-content .vxd-album-entry .vxd-ec-buy-cta {
  text-align: center;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry .vxd-ec-buy-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry .vxd-ec-buy-cta label {
  display: block;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry .vxd-ec-buy-cta sup {
  display: none;
}
#vxd-main-site-content .vxd-featured-content .vxd-album-entry .vxd-album-entry-desc {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.vxd-timeline:before {
  background-color: rgba(62,62,62,0.4);
}
.vxd-timeline > li .vxd-timeline-badge {
  color: #3e3e3e;
}
.vxd-timeline > li .vxd-timeline-panel {
  border-color: rgba(255,255,255,0.3);
}
.vxd-timeline > li .vxd-timeline-panel:before,
.vxd-timeline > li .vxd-timeline-panel:after {
  border-left-color: rgba(255,255,255,0.3);
  border-right-color: rgba(255,255,255,0.3);
}
.vxd-timeline > li .vxd-timeline-footer {
  background-color: rgba(62,62,62,0.4);
}
.vxd-timeline > li .vxd-timeline-heading .vxd-album-view-gallery {
  top: 162px;
  background-color: rgba(255,255,255,0.3);
}
.vxd-auto-margins {
  margin-left: auto;
  margin-right: auto;
}
.vxd-buffer {
  margin: 10px;
}
.vxd-buffer-2x {
  margin: 20px;
}
.vxd-buffer-3x {
  margin: 30px;
}
.vxd-no-buffer {
  margin: 0;
  padding: 0;
}
.vxd-push-down {
  margin-top: 10px;
}
.vxd-push-down-2x {
  margin-top: 20px;
}
.vxd-push-down-3x {
  margin-top: 30px;
}
.vxd-push-up {
  margin-bottom: 10px;
}
.vxd-clearfix:before,
.vxd-clearfix:after {
  content: " ";
  display: table;
}
.vxd-clearfix:after {
  clear: both;
}
.vxd-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vxd-pull-right {
  float: right !important;
}
.vxd-pull-left {
  float: left !important;
}
.vxd-hide {
  display: none !important;
}
.vxd-show {
  display: block !important;
}
.vxd-invisible {
  visibility: hidden;
}
.vxd-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.vxd-hidden {
  display: none !important;
  visibility: hidden !important;
}
.vxd-affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.vxd-visible-xs,
.vxd-visible-sm,
.vxd-visible-md,
.vxd-visible-lg {
  display: none !important;
}
.vxd-visible-xs-block,
.vxd-visible-xs-inline,
.vxd-visible-xs-inline-block,
.vxd-visible-sm-block,
.vxd-visible-sm-inline,
.vxd-visible-sm-inline-block,
.vxd-visible-md-block,
.vxd-visible-md-inline,
.vxd-visible-md-inline-block,
.vxd-visible-lg-block,
.vxd-visible-lg-inline,
.vxd-visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .vxd-visible-xs {
    display: block !important;
  }
  table.vxd-visible-xs {
    display: table;
  }
  tr.vxd-visible-xs {
    display: table-row !important;
  }
  th.vxd-visible-xs,
  td.vxd-visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .vxd-visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .vxd-visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .vxd-visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vxd-visible-sm {
    display: block !important;
  }
  table.vxd-visible-sm {
    display: table;
  }
  tr.vxd-visible-sm {
    display: table-row !important;
  }
  th.vxd-visible-sm,
  td.vxd-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vxd-visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vxd-visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vxd-visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vxd-visible-md {
    display: block !important;
  }
  table.vxd-visible-md {
    display: table;
  }
  tr.vxd-visible-md {
    display: table-row !important;
  }
  th.vxd-visible-md,
  td.vxd-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vxd-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vxd-visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vxd-visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .vxd-visible-lg {
    display: block !important;
  }
  table.vxd-visible-lg {
    display: table;
  }
  tr.vxd-visible-lg {
    display: table-row !important;
  }
  th.vxd-visible-lg,
  td.vxd-visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .vxd-visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .vxd-visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .vxd-visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .vxd-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vxd-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vxd-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .vxd-hidden-lg {
    display: none !important;
  }
}
.vxd-visible-print {
  display: none !important;
}
@media print {
  .vxd-visible-print {
    display: block !important;
  }
  table.vxd-visible-print {
    display: table;
  }
  tr.vxd-visible-print {
    display: table-row !important;
  }
  th.vxd-visible-print,
  td.vxd-visible-print {
    display: table-cell !important;
  }
}
.vxd-visible-print-block {
  display: none !important;
}
@media print {
  .vxd-visible-print-block {
    display: block !important;
  }
}
.vxd-visible-print-inline {
  display: none !important;
}
@media print {
  .vxd-visible-print-inline {
    display: inline !important;
  }
}
.vxd-visible-print-inline-block {
  display: none !important;
}
@media print {
  .vxd-visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .vxd-hidden-print {
    display: none !important;
  }
}
