/**
 *  Do not remove the comments below. It's the markers used by wiredep to inject
 *  less dependencies when defined in the bower.json of your dependencies
 */
/**
 *  Do not remove the comments below. It's the markers used by gulp-inject to inject
 *  all your less files automatically
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.achievements-at-auction-wrapper .section-wrapper {
  font-size: 14px;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 10px 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.achievements-at-auction-wrapper .section-wrapper .achievement-header {
  font-weight: normal;
  font-family: 'OpenSansRegular';
  font-size: 18px;
  margin-top: 10px;
}
.achievements-at-auction-wrapper .section-wrapper .achievement-block {
  background-color: #fff;
  height: 430px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .achievements-at-auction-wrapper .section-wrapper .achievement-block {
    height: auto;
  }
}
.achievements-at-auction-wrapper .section-wrapper .achievement-block .achievement-item .achievement-item-thumb {
  float: left;
  width: 40%;
  padding: 10px;
}
.achievements-at-auction-wrapper .section-wrapper .achievement-block .achievement-item .achievement-item-meta {
  color: #2c2c2c;
  float: left;
  width: 60%;
  padding: 10px;
}
.achievements-at-auction-wrapper .section-wrapper .achievement-block .achievement-item .achievement-item-meta a {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  color: #6aafae;
  line-height: 18px;
  text-decoration: none;
}
.achievements-at-auction-wrapper .section-wrapper .achievement-block .achievement-item .achievement-item-meta .achievement-item-date {
  line-height: 21px;
  margin-top: 5px;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
}
.achievements-at-auction-wrapper .section-wrapper .achievement-block .achievement-item .achievement-item-meta .achievement-item-sold .sold-price {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  color: #5f294f;
  line-height: 21px;
}
.careers-with-spink-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .careers-with-spink-wrapper .section-header {
    padding: 0;
  }
}
.careers-with-spink-wrapper .section-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .careers-with-spink-wrapper .section-wrapper {
    padding: 0;
  }
}
.spink-staff-wrapper {
  padding-bottom: 50px;
}
.spink-staff-wrapper .board-members-wrapper {
  padding: 20px;
}
.spink-staff-wrapper .board-members-wrapper .header {
  font-family: 'OpenSansRegular';
  font-weight: normal;
  font-size: 18px;
  color: #5f294f;
  margin-top: 0;
  margin-bottom: 50px;
}
.spink-staff-wrapper .department-with-employees > h3 {
  color: #2C2C2C;
  font-family: 'OpenSansRegular';
  font-size: 1.17em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.spink-staff-wrapper #tab-content-department-employees {
  padding: 20px;
  margin-top: -1px;
}
.spink-staff-wrapper .nav.nav-tabs {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .spink-staff-wrapper .nav.nav-tabs li {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  .spink-staff-wrapper .nav.nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .spink-staff-wrapper .nav.nav-tabs li:last-of-type {
    padding-right: 0;
  }
}
.spink-staff-wrapper .nav.nav-tabs li a {
  height: 60px;
  line-height: 40px;
  border: 1px solid #7b496c;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
  background: #6d274f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d2850 0%, #3f132c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d2850', endColorstr='#3f132c', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0px -45px 39px -50px rgba(0, 0, 0, 0.75);
}
.spink-staff-wrapper .nav.nav-tabs li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
.about-us-wrapper .about-panel {
  font-size: 14px;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 10px 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.about-us-wrapper .content-block {
  height: 400px;
  background-color: #fff;
  color: #333;
}
.about-us-wrapper .content-block > img {
  width: 100%;
}
@media (max-width: 767px) {
  .about-us-wrapper .content-block {
    height: auto;
  }
}
@media (max-width: 991px) AND (min-width: 768px) {
  .about-us-wrapper .content-block {
    height: 450px;
  }
}
.about-us-wrapper .content-block p {
  padding: 10px;
  margin-bottom: 0;
}
.about-us-wrapper .all-link {
  background-color: #451e3a;
  height: 40px;
  text-align: right;
}
.about-us-wrapper .all-link a {
  margin-right: 10px;
  margin-top: 13px;
  float: right;
  color: #6AAFAE;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  text-decoration: none;
}
.timeline ul {
  background: #75004F;
  padding: 50px 0;
  border: 1px solid #7A2459;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #4C153C;
}
.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li:nth-child(odd) div {
  left: 45px;
}
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #54003E transparent transparent;
}
.timeline ul li:nth-child(even) div {
  left: -439px;
}
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #54003E;
}
time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: 62vw;
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #54003E transparent transparent;
  }
}
.timeline-image {
  max-width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 30px;
}
.white-text {
  color: white;
}
.timeline-text {
  color: white;
}
.centered-text {
  text-align: center;
}
.timeline-block {
  text-align: center;
}
.find-lots {
  margin-bottom: 50px;
  box-shadow: 0px 48px 69px -30px rgba(0, 0, 0, 0.75);
}
.find-lots-form {
  color: white;
  font-family: LucidaGrandeRegular;
  font-size: 14px;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .find-lots-form .datepicker-wrapper {
    margin-bottom: 15px;
  }
}
.find-lots-form .bootstrap-datetimepicker-widget * {
  color: #000;
}
@media (max-width: 768px) {
  .find-lots-form {
    padding: 50px 20px;
  }
}
.find-lots-form .find-input div.wrapper {
  position: relative;
  width: 80%;
}
@media (max-width: 768px) {
  .find-lots-form .find-input div.wrapper {
    width: 100%;
  }
}
.find-lots-form .find-input div.wrapper > span {
  position: absolute;
  top: -20px;
}
.find-lots-form .find-input div.wrapper input {
  width: 100%;
}
.find-lots-form .selectbox {
  border: 1px solid #000;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  padding: 10px 5px;
  width: 100%;
  box-shadow: inset 0px 28px 20px -30px rgba(0, 0, 0, 0.75);
}
.find-lots-form .selectbox option {
  height: 20px;
  padding-top: 5px;
  color: #666666;
}
.find-lots-form h5 {
  font-family: LucidaGrandeBold;
}
.find-lots-form #idFromDate,
.find-lots-form #idToDate {
  max-width: 100%;
  margin-right: 12px;
}
@media (max-width: 610px) {
  .find-lots-form #idFromDate,
  .find-lots-form #idToDate {
    width: 100%;
  }
}
@media (max-width: 991px) AND (min-width: 768px) {
  .find-lots-form #idFromDate,
  .find-lots-form #idToDate {
    width: 100%;
  }
}
.find-lots-form #minPrice,
.find-lots-form #maxPrice {
  margin-right: 12px;
}
@media (max-width: 610px) {
  .find-lots-form #minPrice,
  .find-lots-form #maxPrice {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) AND (min-width: 768px) {
  .find-lots-form #minPrice,
  .find-lots-form #maxPrice {
    width: 100%;
    margin-bottom: 10px;
  }
}
.find-lots-form .clear-btn {
  margin-top: 15px;
  width: 90px;
}
.find-lots-form label {
  font-weight: normal;
}
.find-lots-form .wrapper {
  display: inline-block;
  background-color: #4e1a39;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
.find-lots-form .type-in {
  margin-top: 20px;
}
.find-lots-form .type-in select {
  min-width: 150px;
  background: white;
  padding-top: 6px !important;
  padding-bottom: 6px;
  height: 29px !important;
  border: 1px solid #000000;
  color: #666666;
  font-size: 12px;
  padding-right: 3px;
}
.article-item a {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  line-height: 21px;
  color: #6aafae;
  text-decoration: none;
}
.article-item a:hover {
  color: #125554;
}
.article-item .body {
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  color: #2c2c2c;
  line-height: 21px;
  margin-top: 10px;
}
.article-item img {
  max-width: 100%;
}
#atg_timed-auction {
  width: 100%;
  border: 0;
  height: 100%;
  background-color: #FFF;
}
.auction-details {
  font-size: 14px;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 10px 30px;
  margin-bottom: 40px;
}
.auction-details .sub-header {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}
.auction-details .parameter {
  font-size: 12px;
  line-height: 23px;
  font-family: LucidaGrandeBold;
}
.auction-details .value {
  font-size: 12px;
  line-height: 23px;
  font-family: LucidaGrandeRegular;
}
.auction-details .value a:not(.btn) {
  color: #6aafae;
  font-family: LucidaGrandeBold;
  text-decoration: none;
}
.auction-details .value i {
  color: #6aafae;
  font-size: 20px !important;
}
.auction-details .find-input h5 {
  display: inline-block;
}
.auction-details .find-input .wrapper {
  display: inline-block;
}
.auction-details .selectbox {
  border: 1px solid #000;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  color: #333333;
  line-height: 21px;
  padding: 10px 5px;
  width: 100%;
  box-shadow: inset 0px 28px 20px -30px rgba(0, 0, 0, 0.75);
}
.auction-details .selectbox option {
  height: 20px;
  padding-top: 5px;
  color: #666666;
}
.auction-details .nav-tabs {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .auction-details .nav-tabs li {
    padding-right: 2.5px;
    padding-left: 2.5px;
    width: auto;
  }
  .auction-details .nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .auction-details .nav-tabs li:last-of-type {
    padding-right: 0;
  }
}
.auction-details .nav-tabs li a {
  height: 60px;
  line-height: 40px;
  border: 1px solid #7b496c;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c274f+0,491734+100 */
  background: #6d274f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d2850 0%, #3f132c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d2850', endColorstr='#3f132c', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0px -45px 39px -50px rgba(0, 0, 0, 0.75);
}
.auction-details .nav-tabs li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
.auction-details .tab-content {
  margin-bottom: 20px;
}
#addToUserCalendarModal .modal-dialog {
  width: 350px;
}
#addToUserCalendarModal .modal-dialog .modal-content {
  background-image: linear-gradient(to bottom, #882862 0%, #1F0916 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#882862", endColorStr="#1F0916");
  border: 1px solid #7B496C;
  color: white;
  border-radius: 0;
  margin-top: 100%;
}
#addToUserCalendarModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 10px 5px;
  font-size: 19px;
  text-transform: uppercase;
}
#addToUserCalendarModal .modal-dialog .modal-content .modal-body {
  line-height: 25px;
  padding: 10px;
  color: #6aafae;
}
#addToUserCalendarModal .modal-dialog .modal-content .modal-body a {
  cursor: pointer;
  text-decoration: none;
}
#addToUserCalendarModal .modal-dialog .modal-content .modal-body a span {
  margin-left: 12px;
}
#multiBidWrapper {
  padding: 10px;
  position: fixed;
  width: 300px;
  max-width: 100%;
  right: 50px;
  top: 20%;
  bottom: 0;
  margin-top: -80px;
  z-index: 10000;
  border-left: 1px solid #882862;
  border-right: 1px solid #882862;
  border-top: 20px solid #882862;
  border-bottom: 20px solid #882862;
  background-image: url('/img/bg-home-2.gif');
  background-position: center top;
  transition: top .3s;
}
#multiBidWrapper.minimized {
  top: 100%;
}
#multiBidWrapper.minimized .multi-bid-controls #maximize-btn {
  display: block;
}
#multiBidWrapper.minimized #minimize-btn {
  display: none;
}
#multiBidWrapper.minimized .bidblock {
  display: none;
}
#multiBidWrapper.minimized hr {
  display: none;
}
#multiBidWrapper .controlBox {
  position: relative;
  top: 20px;
}
#multiBidWrapper input {
  max-width: 100%;
}
#multiBidWrapper .multi-bid-controls {
  position: relative;
  top: -30px;
}
#multiBidWrapper .multi-bid-controls #remove-btn {
  float: right;
}
#multiBidWrapper .multi-bid-controls #minimize-btn,
#multiBidWrapper .multi-bid-controls #maximize-btn {
  float: left;
}
#multiBidWrapper .multi-bid-controls #maximize-btn {
  display: none;
}
#multiBidWrapper .multi-bid-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#multiBidWrapper .total-amount {
  font-family: lucidagranderegular;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
#multiBidWrapper .bidblock {
  font-size: 12px;
  color: #fff;
}
#multiBidWrapper .bidblock .btn-brand {
  font-size: 12px!important;
  height: 23px;
  top: 16px;
}
#multiBidWrapper .bidblock .error {
  border: 1px solid red;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.bidding .bid-notice {
  background-color: #d2e7e7;
  border: 2px solid #257876;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.bidding .bid-notice p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #210f1c;
  font-family: 'LucidaGrandeBold';
  font-size: 13px;
  line-height: 21px;
}
.bidding .header .section-header {
  padding-left: 0;
}
.bidding .header .sub-header {
  font-family: 'LucidaGrandeRegular';
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-right: 110px;
}
.bidding .header .sub-header a:not(.btn) {
  color: #6aafae;
  font-family: 'LucidaGrandeBold';
  text-decoration: none;
}
.bidding .header .sub-header a:not(.btn):hover {
  color: #257876;
}
.bidding .body {
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 10px 15px;
  margin-bottom: 40px;
}
.bidding .body .body-sub-header {
  color: #fff;
  font-family: 'TrajanProBold';
  font-weight: normal;
}
.bidding .body p {
  font-family: 'LucidaGrandeRegular';
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-right: 110px;
}
.bidding .body p.message {
  color: red;
}
.bidding .body .bid button {
  margin-top: 7px;
}
.buying-wrapper {
  color: white;
  margin-bottom: 50px;
}
.buying-wrapper h1 {
  font-family: TrajanProBold;
  font-size: 26px;
}
.buying-wrapper h2 {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  font-weight: normal;
  margin-top: 21px;
  margin-bottom: 15px;
}
.buying-wrapper p {
  text-align: justify;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 18px;
  width: 85%;
}
.buying-wrapper a:not(.btn) {
  color: #6aafae;
  font-family: 'LucidaGrandeBold';
  text-decoration: none;
}
.buying-wrapper a:not(.btn):hover {
  color: #257876;
}
.auction-calendar {
  margin-bottom: 50px;
  box-shadow: 0px 48px 69px -30px rgba(0, 0, 0, 0.75);
}
.auction-calendar .nav-tabs {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .auction-calendar .nav-tabs li {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  .auction-calendar .nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .auction-calendar .nav-tabs li:last-of-type {
    padding-right: 0;
  }
}
.auction-calendar .nav-tabs li a {
  height: 60px;
  line-height: 40px;
  border: 1px solid #7b496c;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c274f+0,491734+100 */
  background: #6d274f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d2850 0%, #3f132c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d2850', endColorstr='#3f132c', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0px -45px 39px -50px rgba(0, 0, 0, 0.75);
}
.auction-calendar .nav-tabs li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
.auction-choose {
  margin-bottom: 50px;
  box-shadow: 0px 48px 69px -30px rgba(0, 0, 0, 0.75);
}
.auction-choose .auction-choose-form {
  font-family: LucidaGrandeRegular;
  font-size: 14px;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 20px 40px;
}
.auction-choose .auction-choose-form h5 {
  font-family: LucidaGrandeBold;
}
.auction-choose .auction-choose-form .clear-btn {
  margin-top: 7.5px;
  width: 90px;
}
.auction-choose .auction-choose-form label {
  font-weight: normal;
}
.auction-choose .auction-choose-form .wrapper {
  display: inline-block;
  background-color: #4e1a39;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
.auction-choose .auction-choose-form select.selectbox {
  min-width: 200px;
  width: 100%;
  max-width: 400px;
  background: white;
  padding-top: 6px !important;
  padding-bottom: 6px;
  height: 29px !important;
  border: 1px solid #000000;
  color: #666666;
  font-size: 12px;
  padding-right: 3px;
}
.auction-choose .auction-choose-form select.selectbox option {
  padding-top: 5px;
  height: 20px;
  color: #666666;
}
@media (max-width: 768px) {
  .auction-choose .auction-choose-form .datepicker-wrapper {
    margin-bottom: 15px;
  }
}
.auction-choose .auction-choose-form .bootstrap-datetimepicker-widget * {
  color: #000;
}
.lot-index {
  margin-bottom: 40px;
}
.lot-index .image-wrapper {
  cursor: pointer;
}
.lot-index .image-wrapper .image {
  min-width: 100%;
}
.lot-index .image-wrapper .toggle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #451e3a;
  position: absolute;
  top: 0;
  right: 10px;
  color: white;
  text-align: right;
}
.lot-index .image-wrapper .toggle i {
  position: absolute;
  top: 3px;
  right: -33px;
}
.lot-index .photo-thumbnails {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.lot-index .photo-thumbnails a.control {
  height: 63px;
  width: 18px;
  background-color: #257876 !important;
  color: #6aafae;
  text-decoration: none;
  padding: 22px 3px !important;
  display: inline-block;
  cursor: pointer;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lot-index .photo-thumbnails a.control:hover {
  color: #93f9df;
}
.lot-index .photo-thumbnails a.control i {
  font-size: 20px;
}
.lot-index .photo-thumbnails a.control:first-child {
  margin-right: 15px;
}
.lot-index .photo-thumbnails a.control:last-child {
  margin-left: 5px;
}
.lot-index .photo-thumbnails .thumbnail {
  width: auto;
  float: left;
  max-height: 63px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  margin-bottom: 6px;
  opacity: 0.7;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 10px;
}
.lot-index .photo-thumbnails .thumbnail.current {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #ef841e;
  border-radius: 0;
}
.lot-index .photo-thumbnails .thumbnail .thumbnail-inner {
  height: 100%;
  overflow: hidden;
}
.lot-index .photo-thumbnails .thumbnail img {
  display: block;
  max-height: 61px;
  margin: 0 auto;
}
.lot-index .name {
  color: #fff;
  font-family: 'LucidaGrandeBold';
  font-size: 16px;
  line-height: 19px;
  width: 80%;
}
.lot-index .id {
  color: #fff;
  font-family: 'LucidaGrandeBold';
  font-size: 14px;
  margin-top: 5px;
  line-height: 19px;
}
.lot-index .description {
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 12px;
  width: 80%;
}
.lot-index .sold-for {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  line-height: 19px;
  color: #fff;
}
.lot-index .amount {
  font-family: 'LucidaGrandeBold';
  font-size: 26px;
  margin-top: 5px;
  line-height: 25px;
  color: #fff;
}
.lot-index .notice-title {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  margin-top: 5px;
  line-height: 12px;
  color: #fff;
}
.lot-index .notice {
  font-size: 13px;
  margin-top: 5px;
  line-height: 12px;
  color: #fff;
}
.panzoom-modal {
  padding-right: 0 !important;
}
.panzoom-modal .modal-dialog {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
.panzoom-modal .modal-header {
  border-bottom: none !important;
}
.panzoom-modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background-color: #451e3a !important;
  text-align: left;
}
.prices-realised {
  margin-bottom: 50px;
}
.prices-realised h5 {
  font-family: LucidaGrandeBold;
}
.prices-realised > div {
  border: 1px solid #7b496c;
}
.prices-realised .text {
  padding: 60px 20px;
  color: white;
  font-size: 16px;
  line-height: 29px;
  min-height: 300px;
}
.prices-realised select.selectbox {
  min-width: 200px;
  width: 100%;
  max-width: 400px;
  background: white;
  padding-top: 6px !important;
  padding-bottom: 6px;
  height: 29px !important;
  border: 1px solid #000000;
  color: #666666;
  font-size: 12px;
  padding-right: 3px;
}
.prices-realised select.selectbox option {
  padding-top: 5px;
  height: 20px;
  color: #666666;
}
.saleroom {
  color: white;
  margin-bottom: 40px;
}
.saleroom .sub-header {
  font-family: 'LucidaGrandeRegular';
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-right: 120px;
  margin-left: 20px;
}
.saleroom .filter {
  font-family: LucidaGrandeRegular;
  font-size: 14px;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 20px 40px;
  margin-top: 30px;
}
.saleroom .filter .wrapper {
  display: inline-block;
  background-color: #4e1a39;
  border-radius: 5px;
  padding: 10px;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
.saleroom .filter .wrapper select {
  min-width: 200px;
  width: 100%;
  max-width: 400px;
  background: white;
  padding-top: 6px !important;
  padding-bottom: 6px;
  height: 29px !important;
  border: 1px solid #000000;
  color: #666666;
  font-size: 12px;
  padding-right: 3px;
}
.saleroom .filter-results {
  font-size: 14px;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 20px 40px;
  margin-top: 2px;
}
.saleroom .filter-results .wrapper {
  padding: 20px;
  background-color: white;
}
.saleroom .filter-results .wrapper .title {
  font-family: LucidaGrandeBold;
  font-size: 12px;
  color: #2c2c2c;
  line-height: 19px;
  margin-bottom: 5px;
}
.saleroom .filter-results .wrapper .date {
  font-size: 12px;
  color: #2c2c2c;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.saleroom .filter-results .wrapper .lot {
  font-size: 12px;
  color: #2c2c2c;
  line-height: 26px;
  margin-top: 5px;
}
.selling-wrapper {
  color: white;
  margin-bottom: 50px;
}
.selling-wrapper h1 {
  font-family: TrajanProBold;
  font-size: 26px;
}
.selling-wrapper h2 {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  font-weight: normal;
  margin-top: 21px;
  margin-bottom: 15px;
}
.selling-wrapper p {
  text-align: justify;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 18px;
  width: 85%;
}
.selling-wrapper a:not(.btn) {
  color: #6aafae;
  font-family: 'LucidaGrandeBold';
  text-decoration: none;
}
.selling-wrapper a:not(.btn):hover {
  color: #257876;
}
.auction-description-wrapper {
  padding: 20px;
}
.auction-description {
  padding: 15px;
  margin: 0 auto;
}
.auction-description a {
  color: #6aafae;
}
.books-wrapper {
  padding-bottom: 90px;
}
.books-wrapper .carousel {
  max-width: 700px;
  margin: 30px auto;
  min-height: 356px;
  max-height: 356px;
  margin-bottom: 80px;
  background-color: #210616;
  box-shadow: 0px 49px 32px -32px rgba(0, 0, 0, 0.75);
  padding: 0 30px;
}
.books-wrapper .carousel .carousel-inner {
  min-height: 356px;
}
.books-wrapper .carousel .carousel-inner .item {
  min-height: 356px;
}
.books-wrapper .carousel .carousel-inner .item img {
  width: 100%;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
}
.books-wrapper .carousel .carousel-inner .item .carousel-caption {
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 46px;
}
.books-wrapper .carousel .carousel-inner .item .carousel-caption p {
  font-family: LucidaGrandeBold;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  margin: 5px 15px;
}
.books-wrapper .carousel .carousel-inner .item .carousel-caption p a {
  text-decoration: none;
  color: #6aafae;
}
.books-wrapper .carousel .carousel-inner .item .carousel-caption p a:hover {
  color: #257876;
}
.books-wrapper .carousel .carousel-control {
  width: 4%;
}
@media (max-width: 570px) {
  .books-wrapper .carousel .carousel-control {
    width: 6%;
  }
}
@media (max-width: 425px) {
  .books-wrapper .carousel .carousel-control {
    width: 10%;
  }
}
.books-wrapper .carousel .carousel-control span {
  color: #93f9df;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  font-size: 1.5em;
}
.books-wrapper .carousel .carousel-indicators {
  bottom: -50px;
  background: black;
  height: 40px;
  line-height: 40px;
}
.books-wrapper .carousel .carousel-indicators li {
  border: 0;
  background-color: white;
  box-shadow: inset 0px 1px 6px 1px rgba(0, 0, 0, 0.45);
}
.books-wrapper .carousel .carousel-indicators li.active {
  background-color: #49b1b0;
}
.department-info-wrapper {
  margin-bottom: 40px;
}
.department-info-wrapper .section-body {
  margin-bottom: 30px;
}
.department-associated-wrapper {
  margin-bottom: 40px;
  background-color: #6d274f;
  border: 1px solid #7b496c;
}
.department-associated-wrapper .section-sub-header {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  color: white;
}
.department-associated-wrapper .padded-row {
  padding-bottom: 10px;
}
.department-associated-wrapper .associated-block {
  min-height: 270px !important;
}
.department-associated-wrapper .section-inner-wrapper {
  background-color: white;
  min-height: 100px;
  padding: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .department-associated-wrapper .section-inner-wrapper .image {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .department-associated-wrapper .section-inner-wrapper .image img {
    margin: 0 auto;
    width: 50%;
  }
}
.department-associated-wrapper .section-inner-wrapper .text {
  color: #333333;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
}
.department-associated-wrapper .section-inner-wrapper .text .title {
  font-family: 'LucidaGrandeBold';
}
.department-associated-wrapper .section-inner-wrapper .text a {
  text-decoration: none;
  color: #6aafae;
}
.department-associated-wrapper .section-inner-wrapper .text a:hover {
  color: #257876;
}
.department-associated-wrapper .section-inner-wrapper .text .lot {
  font-family: 'LucidaGrandeBold';
  margin-bottom: 10px;
}
.department-associated-wrapper .section-inner-wrapper .text .location {
  font-family: 'LucidaGrandeBold';
}
.department-associated-wrapper .section-inner-wrapper .text .date {
  font-family: 'LucidaGrandeRegular';
}
.department-associated-wrapper .section-inner-wrapper .text .add-to-calendar {
  font-family: 'LucidaGrandeRegular';
  color: #6aafae;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .department-associated-wrapper .section-inner-wrapper .text {
    padding-bottom: 10px;
  }
}
#main-carousel {
  min-height: 356px;
  max-height: 356px;
  margin-bottom: 50px;
  background-color: #210616;
  box-shadow: 0px 49px 32px -32px rgba(0, 0, 0, 0.75);
  padding: 0 30px;
}
#main-carousel .carousel-inner {
  min-height: 356px;
}
#main-carousel .carousel-inner .item {
  min-height: 356px;
}
#main-carousel .carousel-inner .item img {
  width: 100%;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-carousel .carousel-inner .item .carousel-caption {
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
#main-carousel .carousel-inner .item .carousel-caption p {
  font-family: LucidaGrandeBold;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  margin: 5px 15px;
}
#main-carousel .carousel-inner .item .carousel-caption p a {
  text-decoration: none;
  color: #6aafae;
}
#main-carousel .carousel-inner .item .carousel-caption p a:hover {
  color: #257876;
}
#main-carousel .carousel-control {
  width: 4%;
}
@media (max-width: 570px) {
  #main-carousel .carousel-control {
    width: 6%;
  }
}
@media (max-width: 425px) {
  #main-carousel .carousel-control {
    width: 10%;
  }
}
#main-carousel .carousel-control span {
  color: #93f9df;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  font-size: 1.5em;
}
#main-carousel .carousel-indicators {
  bottom: -50px;
  background: black;
  height: 40px;
  line-height: 40px;
}
#main-carousel .carousel-indicators li {
  border: 0;
  background-color: white;
  box-shadow: inset 0px 1px 6px 1px rgba(0, 0, 0, 0.45);
}
#main-carousel .carousel-indicators li.active {
  background-color: #49b1b0;
}
.special-commissions-wrapper {
  padding-bottom: 90px;
}
.special-commissions-wrapper #tabs .section-header,
.special-commissions-wrapper #tabs .section-body {
  color: #000;
}
.special-commissions-wrapper .carousel {
  max-width: 700px;
  margin: 30px auto;
  min-height: 356px;
  max-height: 356px;
  margin-bottom: 80px;
  background-color: #210616;
  box-shadow: 0px 49px 32px -32px rgba(0, 0, 0, 0.75);
  padding: 0 30px;
}
.special-commissions-wrapper .carousel .carousel-inner {
  min-height: 356px;
}
.special-commissions-wrapper .carousel .carousel-inner .item {
  min-height: 356px;
}
.special-commissions-wrapper .carousel .carousel-inner .item img {
  width: 100%;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-commissions-wrapper .carousel .carousel-inner .item .carousel-caption {
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 46px;
}
.special-commissions-wrapper .carousel .carousel-inner .item .carousel-caption p {
  font-family: LucidaGrandeBold;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  margin: 5px 15px;
}
.special-commissions-wrapper .carousel .carousel-inner .item .carousel-caption p a {
  text-decoration: none;
  color: #6aafae;
}
.special-commissions-wrapper .carousel .carousel-inner .item .carousel-caption p a:hover {
  color: #257876;
}
.special-commissions-wrapper .carousel .carousel-control {
  width: 4%;
}
@media (max-width: 570px) {
  .special-commissions-wrapper .carousel .carousel-control {
    width: 6%;
  }
}
@media (max-width: 425px) {
  .special-commissions-wrapper .carousel .carousel-control {
    width: 10%;
  }
}
.special-commissions-wrapper .carousel .carousel-control span {
  color: #93f9df;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  font-size: 1.5em;
}
.special-commissions-wrapper .carousel .carousel-indicators {
  bottom: -50px;
  background: black;
  height: 40px;
  line-height: 40px;
}
.special-commissions-wrapper .carousel .carousel-indicators li {
  border: 0;
  background-color: white;
  box-shadow: inset 0px 1px 6px 1px rgba(0, 0, 0, 0.45);
}
.special-commissions-wrapper .carousel .carousel-indicators li.active {
  background-color: #49b1b0;
}
.special-commissions-wrapper .nav.nav-tabs {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .special-commissions-wrapper .nav.nav-tabs li {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  .special-commissions-wrapper .nav.nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .special-commissions-wrapper .nav.nav-tabs li:last-of-type {
    padding-right: 0;
  }
}
.special-commissions-wrapper .nav.nav-tabs li a {
  height: 60px;
  line-height: 40px;
  border: 1px solid #7b496c;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
  background: transparent;
}
.special-commissions-wrapper .nav.nav-tabs li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
.special-commissions-wrapper .tab-content {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faqs .faqs-wrapper {
  padding-left: 20px;
}
.faqs .faqs-wrapper .faq-item {
  margin-bottom: 10px;
}
.faqs .faqs-wrapper .faq-item:last-child {
  margin-bottom: 40px;
}
.faqs .faqs-wrapper .faq-item .accordion-header {
  color: #6aafae;
  font-family: 'LucidaGrandeBold';
  text-decoration: none;
  font-size: 16px;
}
.faqs .faqs-wrapper .faq-item > div {
  color: white;
  font-size: 12px;
  line-height: 18px;
}
.header .wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .wrapper .logo-wrapper {
  white-space: nowrap;
}
.header .wrapper .top .logo {
  text-align: left;
}
.header .wrapper .top .logo .brand-image {
  /*max-width: 180px;*/
  display: inline-block;
  /* @media (max-width: @screen-sm-max) {
            max-width: 125px;
          }*/
}
.header .wrapper .top .logo .brand-image-text {
  display: inline-block;
  position: relative;
  height: 16px;
  max-width: none;
  top: 23px;
  margin-left: 7px;
  /*@media (max-width: @screen-md-max){
            margin-left: 5px;
          }
          @media (max-width: @screen-sm-max) {
            max-width: 150px;
            margin-left: 3px;
          }*/
}
.header .wrapper .top .menu {
  text-align: right;
}
.header .wrapper .top .menu .search-inline-wrapper {
  padding-top: 30px;
}
.header .wrapper .top .menu .search-inline-wrapper button {
  margin-bottom: 0;
}
.header .wrapper .top .menu .menu-list {
  padding: 0 !important;
}
.header .wrapper .top .menu .menu-list li a {
  color: white;
  text-decoration: none;
  margin-bottom: 0;
}
.header .wrapper .top .menu .menu-list li.spacer {
  width: 40px;
}
.header .wrapper .bottom {
  margin-top: 0;
}
@media (max-width: 767px) {
  .header .wrapper .bottom {
    margin-top: 0;
  }
}
.header .wrapper .bottom .main-menu {
  background-color: #451e3a;
  color: white;
  border: 0;
  margin-bottom: 0;
  min-height: 40px;
}
.header .wrapper .bottom .main-menu .brand-image,
.header .wrapper .bottom .main-menu .brand-image-text {
  display: none;
}
@media (max-width: 767px) {
  .header .wrapper .bottom .main-menu .brand-image {
    display: inline-block;
    max-width: 80px;
  }
  .header .wrapper .bottom .main-menu .brand-image-text {
    display: inline-block;
    height: 9px;
    position: relative;
    max-width: none;
    top: 7px;
  }
}
.header .wrapper .bottom .main-menu .navbar-toggle {
  background-color: #451e3a;
  white-space: nowrap;
}
.header .wrapper .bottom .main-menu .navbar-toggle:hover {
  background-color: #6c315a;
}
.header .wrapper .bottom .main-menu .navbar-collapse {
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.header .wrapper .bottom .main-menu .navbar-collapse.in {
  overflow-y: hidden;
  height: 570px;
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list {
  height: 40px;
  background-color: transparent;
  margin: 0 auto;
  margin-bottom: 0;
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li {
  position: relative;
}
@media (min-width: 991px) {
  .header .wrapper .bottom .main-menu .navbar-collapse .menu-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    width: 1px;
    height: 40%;
    background: #000;
  }
  .header .wrapper .bottom .main-menu .navbar-collapse .menu-list li:last-child:after {
    height: 0;
  }
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.hasSubmenu a {
  background-color: #651B45;
  color: #6aafae !important;
  border: 1px solid #7b4a6c;
  border-bottom: 0px;
  height: 42px;
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.hasSubmenu:hover,
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.hasSubmenu:focus {
  background-color: #651B45;
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.hasSubmenu:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 91%;
  background: #7b4a6c;
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.active:not(.hasSubmenu) a {
  color: #6aafae !important;
  height: 42px;
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.active:not(.hasSubmenu):hover,
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.active:not(.hasSubmenu):focus {
  background-color: transparent;
  color: #61a09f;
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li a {
  line-height: 25px;
  white-space: nowrap;
  font-family: TrajanProBold;
  font-size: 15px;
  color: white;
  text-decoration: none;
}
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li a:hover,
.header .wrapper .bottom .main-menu .navbar-collapse .menu-list li a:focus {
  background-color: transparent;
  color: #61a09f;
}
@media (max-width: 991px) {
  .header .wrapper .bottom .main-menu .navbar-collapse .menu-list li a {
    padding: 10px 5px;
  }
}
@media (max-width: 768px) {
  .header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.hasSubmenu a {
    background-color: transparent;
    color: #6aafae !important;
    border: 0;
    height: 42px;
  }
  .header .wrapper .bottom .main-menu .navbar-collapse .menu-list li.hasSubmenu:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
  }
  .header .wrapper .bottom .main-menu .navbar-collapse .search-inline-wrapper {
    padding-top: 10px;
  }
  .header .wrapper .bottom .main-menu .navbar-collapse .search-inline-wrapper button {
    margin-bottom: 0;
  }
}
.login-modal,
.cancel-bid-modal {
  color: white;
}
.login-modal .modal-header,
.cancel-bid-modal .modal-header {
  background-color: #4e1a39;
  border-bottom: none;
}
.login-modal .modal-header button,
.cancel-bid-modal .modal-header button {
  color: white;
  opacity: 0.8;
}
.login-modal .modal-body,
.cancel-bid-modal .modal-body {
  background-color: #4e1a39;
}
.login-modal .modal-body .modal-message,
.cancel-bid-modal .modal-body .modal-message {
  margin-top: 10px;
  margin-bottom: 20px;
}
.login-modal .modal-body a.btn-brand,
.cancel-bid-modal .modal-body a.btn-brand {
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
#cookie-message {
  bottom: 0;
  width: 294px;
  height: 241px;
  z-index: 10000000;
  position: absolute;
  right: 10%;
  color: #fff;
}
#cookie-message p {
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 18px;
}
#cookie-message #cookie-container {
  margin: 0 auto;
  width: 294px;
  background-color: #210f1c;
  position: fixed;
  z-index: 100000000;
}
#cookie-message .inside-cookie {
  float: left;
  width: 280px;
  margin: 5px;
}
#cookie-message .inside-cookie h3 {
  font-family: 'OpenSansRegular';
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}
#cookie-message .inside-cookie h4 {
  font-family: 'OpenSansSemibold';
  font-weight: normal;
  font-size: 13px;
  margin-top: 0px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 2px;
}
#cookie-message .cookie-message-wrapper {
  height: 100px;
  overflow-y: scroll;
  padding: 10px;
}
#cookie-message.fixed {
  position: fixed;
}
.footer {
  background-color: #300d22;
  box-shadow: inset 0px 36px 20px -35px rgba(0, 0, 0, 0.75);
}
.footer .wrapper {
  padding-top: 40px;
}
.footer .wrapper .top .footer-card .image-wrap {
  position: relative;
  display: inline-block;
}
.footer .wrapper .top .footer-card .image-wrap .heading {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 5px 15px;
  font-size: 18px;
  color: white;
  background-color: #210f1c;
}
.footer .wrapper .top .footer-card .image-wrap .heading a {
  text-decoration: none;
  color: white;
  font-family: LucidaGrandeRegular;
}
.footer .wrapper .top .footer-card .image-wrap .heading a:hover {
  color: #61a09f;
}
.footer .wrapper .top .footer-card .image-wrap img {
  border: 1px solid #7b4a6c;
  margin-bottom: 12px;
}
.footer .wrapper .top .footer-card p {
  font-family: LucidaGrandeRegular;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .footer .wrapper .top .footer-card {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .wrapper .top .footer-card p {
    width: 100%;
  }
}
.footer .wrapper .middle {
  margin-top: 30px;
}
.footer .wrapper .middle .footer-nav {
  height: 200px;
}
.footer .wrapper .middle .footer-nav div {
  font-family: TrajanProBold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .wrapper .middle .footer-nav ul {
  list-style-type: none;
  padding-left: 15px;
}
.footer .wrapper .middle .footer-nav ul li {
  font-family: LucidaGrandeRegular;
  font-size: 12px;
  line-height: 15px;
}
.footer .wrapper .middle .footer-nav ul li a {
  color: #6aafae;
  text-decoration: none;
}
.footer .wrapper .middle .footer-nav ul li a:hover {
  color: #518584;
}
@media (max-width: 768px) {
  .footer .wrapper .middle .footer-nav {
    text-align: center;
  }
  .footer .wrapper .middle .footer-nav ul {
    padding-left: 0;
  }
}
.footer .wrapper .bottom .bottom-footer-wrapper {
  margin-top: 15px;
  margin-bottom: 10px;
}
.footer .wrapper .bottom .bottom-footer-wrapper .join-us-online {
  font-family: TrajanProBold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .wrapper .bottom .central-info {
  background-color: #210f1c;
  height: 42px;
  line-height: 42px;
  padding: 0 5px;
}
.footer .wrapper .bottom .central-info .copyright {
  font-family: LucidaGrandeRegular;
  font-size: 11px;
  color: #fff !important;
  display: inline;
}
.footer .wrapper .bottom .central-info .author {
  font-family: LucidaGrandeRegular;
  color: #5B3535 !important;
  font-size: 11px;
  display: inline;
}
.footer .wrapper .bottom .central-info p {
  margin-bottom: 0;
  display: inline-block;
}
.language-picker:hover .nav {
  display: block;
}
.language-picker:hover .btn-active .caret {
  transform: rotate(180deg);
}
.language-picker a {
  width: 90px;
  margin-left: 0;
  padding: 3px;
}
.language-picker a.btn-active .caret {
  transition: 0.3s all;
  transform: rotate(0deg);
}
.language-picker .nav {
  display: none;
  width: auto;
  position: absolute;
  top: 100%;
  right: 0;
}
.language-picker .nav > li > a {
  padding: 3px;
  margin-top: 8px !important;
}
@media (max-width: 767px) {
  #top-menu {
    z-index: 1;
    line-height: 2.2;
  }
  #top-menu .li-forgot {
    width: 100%;
  }
  #top-menu .language-change {
    margin-top: 8px;
    width: auto;
  }
  #top-menu .language-change .language-picker .nav {
    z-index: 1;
  }
}
body {
  background-color: #451e3a;
  font-family: LucidaGrandeRegular;
}
a {
  color: #6aafae;
}
input {
  color: #666666 !important;
}
hr.colored {
  border: 0;
  /* in order to override TWBS stylesheet */
  height: 1px;
  margin: 0;
  padding: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d2851 0%, #7f4b69 50%, #6d2851 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
hr.shadowed {
  box-shadow: 0px 17px 15px -21px rgba(0, 0, 0, 0.75);
}
.shadowed {
  box-shadow: 0px 17px 15px -12px rgba(0, 0, 0, 0.75);
}
.full-width {
  width: 100%;
}
.inline {
  display: inline-block;
}
.nav.nav-tabs li.active a {
  color: #5f294f !important;
}
.nav.nav-tabs li:hover a {
  color: #6aafae !important;
}
.gradient-border-default {
  padding: 1px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#630b46+0,7f4b69+50,630b46+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #630b46 0%, #7f4b69 50%, #630b46 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient-border-default ul {
  box-shadow: inset 20px 0 30px 0 #451e3a, inset -20px 0 30px 0 #451e3a, inset 0 0 62px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .gradient-border-default {
    background: transparent;
  }
  .gradient-border-default ul {
    box-shadow: none;
  }
}
.footer-splitter {
  box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.75);
}
.btn-brand {
  background: rgba(0, 0, 0, 0) linear-gradient(#3bbfbe, #257877) repeat scroll 0 0 !important;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'LucidaGrandeBold';
  min-height: 27px;
  font-size: 14px;
  font-weight: normal;
  margin-left: 2px;
  padding: 3px 7px;
  position: relative;
  margin-bottom: 7px;
  border: 0;
  white-space: normal;
  text-shadow: 1px 1px #237a78, 1px 1px #237a78;
}
.btn-brand:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(#257877, #216665) repeat scroll 0 0 !important;
}
.btn-brand.brand-darker {
  background: rgba(0, 0, 0, 0) linear-gradient(#1c4e4d, #103534) repeat scroll 0 0 !important;
}
.btn-brand.brand-darker {
  background: rgba(0, 0, 0, 0) linear-gradient(#1c4e4d, #103534) repeat scroll 0 0 !important;
}
.btn-brand.brand-darker:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(#2f8280, #27817f) repeat scroll 0 0 !important;
}
.btn-brand.brand-disabled:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(#3bbfbe, #257877) repeat scroll 0 0 !important;
}
.btn-brand.brand-transparent {
  color: #5f294f;
  background: transparent !important;
  border: 1px solid #5f294f;
  text-shadow: none;
}
.btn-brand.brand-transparent:hover {
  background: transparent !important;
}
.section-header {
  font-family: TrajanProBold;
  font-size: 26px;
  padding-left: 20px;
  color: white;
}
@media (max-width: 768px) {
  .section-header {
    padding-left: 0;
  }
}
.section-body {
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  padding-left: 20px;
  color: white;
}
@media (max-width: 768px) {
  .section-body {
    padding-left: 0;
  }
}
.find-lots-form.alt-form {
  border: none;
  padding: 20px;
}
.bg-white {
  background-color: white;
}
.mrb25 {
  margin-bottom: 25px;
}
.mrt20 {
  margin-top: 20px;
}
.mdl-success {
  color: black;
}
.mdl-success .alert-modal-header {
  color: white;
  background-color: rgba(0, 255, 0, 0.6);
}
.mdl-error {
  color: black;
}
.mdl-error .alert-modal-header {
  color: white;
  background-color: rgba(255, 0, 0, 0.6);
}
.media-wrapper > .heading {
  color: #fff;
  font-family: LucidaGrandeRegular;
  font-size: 16px;
  line-height: 21px;
  padding-left: 20px;
}
.media-container {
  border: 1px solid #7B496C;
  background-color: #6d274f;
  margin-bottom: 50px;
  margin-top: 16px;
  padding-bottom: 20px;
}
.media-container .section {
  padding: 15px 20px 0 20px;
}
.media-container .white-panel {
  background-color: #fff;
  padding: 20px;
  padding-top: 15px;
}
.media-container .heading {
  color: #fff;
  font-family: LucidaGrandeRegular;
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
}
.media-container h3 {
  font-family: 'OpenSansRegular';
  font-size: 16px;
  color: #2c2c2c;
  font-weight: normal;
}
.media-container .intro-text-book {
  min-height: 160px;
}
.intro-text-book > p {
  color: #2c2c2c;
  font-size: 12px;
  font-family: LucidaGrandeRegular;
  text-align: justify;
}
.all-links {
  background-color: #451e3a;
  color: #6aafae;
  height: 40px;
  font-family: LucidaGrandeRegular;
  font-size: 12px;
  text-align: right;
  line-height: 18px;
  padding: 10px 14px;
}
.subscribe-section .subscribe-wrapper {
  border: 1px solid #7B496C;
  background-color: #6d274f;
  padding: 20px;
}
.subscribe-section .subscribe-wrapper .wrapper {
  background-color: #4e1a39;
  border-radius: 5px;
  padding: 10px;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
.subscribe-section .subscribe-wrapper .wrapper table {
  margin-bottom: 0;
}
.subscribe-section .subscribe-wrapper .wrapper table td,
.subscribe-section .subscribe-wrapper .wrapper table tr,
.subscribe-section .subscribe-wrapper .wrapper table th {
  border: 1px solid black !important;
}
.subscribe-section .subscribe-wrapper .wrapper table th {
  background-color: #451e3a;
  color: white;
}
.subscribe-section .subscribe-wrapper .wrapper table tr {
  background-color: white;
  color: black;
}
.subscribe-section .subscribe-wrapper .table-legend {
  color: grey;
}
.subscribe-section .subscribe-wrapper .table-legend span {
  color: #fff;
  font-size: 12px;
}
.media-wrapper > .heading {
  color: #fff;
  font-family: LucidaGrandeRegular;
  font-size: 16px;
  line-height: 21px;
}
.media-container {
  border: 1px solid #7B496C;
  background-color: #6d274f;
  margin-bottom: 50px;
  margin-top: 16px;
  padding-bottom: 20px;
}
.media-container .section {
  padding: 15px 20px 0 20px;
  margin-bottom: 20px;
}
.media-container .white-panel {
  background-color: #fff;
  padding: 20px;
  padding-top: 15px;
}
.media-container .heading {
  color: #fff;
  font-family: LucidaGrandeRegular;
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
}
.media-container h3 {
  font-family: 'OpenSansRegular';
  font-size: 16px;
  color: #2c2c2c;
  font-weight: normal;
}
.intro-text-book {
  min-height: 150px;
}
@media (max-width: 1200px) {
  .intro-text-book {
    min-height: 187px;
  }
}
.intro-text-book > p {
  color: #2c2c2c;
  font-size: 12px;
  font-family: LucidaGrandeRegular;
  text-align: justify;
}
.all-links {
  background-color: #451e3a;
  height: 40px;
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
}
.all-links a {
  text-decoration: none;
  font-family: LucidaGrandeRegular;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #6aafae;
}
.all-links a:hover {
  color: #257876;
}
.book-post {
  background: url('/img/post-bg.png') center 156px no-repeat;
  margin-top: 13px;
  min-height: 175px;
}
.books .book-post {
  margin-left: 15px;
  text-align: center;
}
.books img {
  margin: auto;
  width: 95px;
  min-width: 70px;
  min-height: 80px;
}
.book-post img:hover {
  border: 1px solid #6aafae;
}
.publications img {
  width: 100px;
  margin-bottom: 20px;
  margin-right: 10px;
  float: left;
  display: inline;
  border: 1px solid #ccc;
}
.auctions img {
  float: left;
  min-height: 77px;
  vertical-align: middle;
}
.auctions .book-post img {
  margin-right: 10px;
}
.pub-title,
.auctions a {
  font-size: 12px;
  font-family: 'LucidaGrandeBold';
  font-weight: 700;
  text-decoration: none !important;
  color: #6aafae;
}
.pub-title:hover,
.auctions a:hover {
  color: #125554;
}
.auctions .date {
  float: left;
  font-family: 'LucidaGrandeRegular';
  color: #2c2c2c;
  font-size: 12px;
}
.auctions .date + hr {
  margin-top: 17px;
  margin-bottom: 3px;
}
@media (max-width: 656px) {
  .auctions .date + hr {
    margin-top: 3px;
  }
}
.description {
  float: none;
  padding: 0;
  font-family: LucidaGrandeRegular;
  font-size: 12px;
  color: #2c2c2c;
  margin: 0;
}
.article-thumb {
  width: 102px;
}
.article-content > div > h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .article-content > div > h2 {
    padding-left: 0;
    text-align: center;
  }
}
.section-subheader {
  font-family: 'LucidaGrandeRegular';
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding-left: 20px;
}
@media (min-width: 991px) {
  .section-subheader {
    margin-right: 110px;
  }
}
.press-releases-wrapper {
  background-color: white;
  padding: 20px;
  text-align: left;
  margin-bottom: 50px;
}
#my-spink-index .my-spink-intro-text .section-sub-header {
  font-family: 'LucidaGrandeRegular';
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 768px) {
  #my-spink-index .my-spink-intro-text .section-sub-header {
    padding-left: 0;
  }
}
#my-spink-index .my-spink-content {
  padding: 35px;
  padding-top: 15px;
  box-shadow: 0px 48px 69px -30px rgba(0, 0, 0, 0.75);
  background-color: #6d274f;
  border: 1px solid #7b496c;
}
@media (max-width: 768px) {
  #my-spink-index .my-spink-content {
    padding: 15px;
  }
}
#my-spink-index .my-spink-content .recommended-auctions,
#my-spink-index .my-spink-content .recommended-bids {
  font-size: 12px;
  font-family: LucidaGrandeBold;
}
#my-spink-index .my-spink-content #tab-content-my,
#my-spink-index .my-spink-content #tab-content-recomended {
  height: 280px;
  overflow: auto;
}
#my-spink-index .my-spink-content .calendar-wrapper {
  width: 80%;
  margin: 0 auto;
}
#my-spink-index .my-spink-content .calendar-wrapper .fc-scroller {
  height: auto !important;
}
#my-spink-index .my-spink-content .calendar-wrapper .fc-row {
  height: 30px !important;
  min-height: 30px !important;
}
#my-spink-index .my-spink-content .calendar-wrapper .fc-head .fc-row {
  height: 18px !important;
  min-height: 18px !important;
}
#my-spink-index .my-spink-content .calendar-wrapper .hammer {
  height: 20px;
  width: 20px;
  position: absolute;
  top: -7px;
  left: 3px;
}
#my-spink-index .my-spink-content .nav-recommended {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  #my-spink-index .my-spink-content .nav-recommended li {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  #my-spink-index .my-spink-content .nav-recommended li:first-of-type {
    padding-left: 0;
  }
  #my-spink-index .my-spink-content .nav-recommended li:last-of-type {
    padding-right: 0;
  }
}
#my-spink-index .my-spink-content .nav-recommended li a {
  height: 60px;
  line-height: 40px;
  border: 1px solid #7b496c;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
  background: transparent;
}
#my-spink-index .my-spink-content .nav-recommended li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
#my-spink-index .my-spink-content .nav-payment {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  #my-spink-index .my-spink-content .nav-payment li {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  #my-spink-index .my-spink-content .nav-payment li:first-of-type {
    padding-left: 0;
  }
  #my-spink-index .my-spink-content .nav-payment li:last-of-type {
    padding-right: 0;
  }
}
#my-spink-index .my-spink-content .nav-payment li a {
  font-weight: bold;
  height: 60px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #555;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
  background: #eee;
}
#my-spink-index .my-spink-content .nav-payment li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
#my-spink-index .my-spink-content .my-spink-content-headline {
  font-size: 18px;
  font-family: 'OpenSansRegular';
  color: #fff;
}
#my-spink-index .my-spink-content .bg-white {
  padding: 15px;
}
#my-spink-index .my-spink-content .bg-white label {
  margin-right: 20px;
}
#my-spink-index .my-spink-content .bg-white h3 {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  color: #5f294f;
  margin-bottom: 25px;
  margin-top: 15px;
}
#my-spink-index .my-spink-content .tab-content {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  min-height: 150px;
}
#my-spink-index .tooltip {
  z-index: 999999999999;
  position: absolute;
  background-color: #0a0a0a;
  color: #fff;
}
#my-spink-index #calendar .fc-title {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
#my-spink-index .fc-day-grid-event > .fc-content {
  position: static;
}
#my-spink-index .fc-day-grid-event .fc-time {
  display: none;
}
#my-invoice-detail .nav-payment {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  #my-invoice-detail .nav-payment li {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  #my-invoice-detail .nav-payment li:first-of-type {
    padding-left: 0;
  }
  #my-invoice-detail .nav-payment li:last-of-type {
    padding-right: 0;
  }
}
#my-invoice-detail .nav-payment li a {
  font-weight: bold;
  height: 60px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #555;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
  background: #eee;
}
#my-invoice-detail .nav-payment li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
#my-invoice-detail .invoice-detail-link {
  text-decoration: underline;
}
#my-invoice-detail .invoice-detail-link:hover {
  color: #6d274f;
}
.sitemap {
  margin-top: 30px;
}
.sitemap .sitemap-nav {
  height: 200px;
}
.sitemap .sitemap-nav div {
  font-family: TrajanProBold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.sitemap .sitemap-nav ul {
  list-style-type: none;
  padding-left: 15px;
}
.sitemap .sitemap-nav ul li {
  font-family: LucidaGrandeRegular;
  font-size: 12px;
  line-height: 15px;
}
.sitemap .sitemap-nav ul li a {
  color: #6aafae;
  text-decoration: none;
}
.sitemap .sitemap-nav ul li a:hover {
  color: #518584;
}
@media (max-width: 768px) {
  .sitemap .sitemap-nav {
    text-align: left;
  }
  .sitemap .sitemap-nav ul {
    padding-left: 0;
  }
}
.cms-data {
  color: white;
  margin-bottom: 50px;
}
.cms-data h1 {
  font-family: TrajanProBold;
  font-size: 26px;
}
.cms-data h2 {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  font-weight: normal;
  margin-top: 21px;
  margin-bottom: 15px;
}
.cms-data p {
  text-align: justify;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 18px;
  width: 85%;
}
@media (max-width: 768px) {
  .cms-data p {
    width: 100%;
  }
}
.cms-data img {
  max-width: 100%;
}
.cms-data a {
  color: #6aafae;
  font-family: 'LucidaGrandeBold';
  text-decoration: none;
}
.cms-data a:hover {
  color: #257876;
}
.cms-data .private-treaty .home-wrapper {
  max-width: 100%;
}
.search-wrapper {
  background-color: white;
  padding-left: 20px;
  margin-bottom: 40px;
}
.search-wrapper h3 {
  padding-top: 20px;
  color: #257877;
  font-size: 35px;
}
.search-wrapper a {
  color: #451e3a;
}
.search-wrapper a:hover {
  color: #6aafae ;
}
.site-contact .contact-tabs .nav-tabs {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .site-contact .contact-tabs .nav-tabs li {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  .site-contact .contact-tabs .nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .site-contact .contact-tabs .nav-tabs li:last-of-type {
    padding-right: 0;
  }
}
.site-contact .contact-tabs .nav-tabs li a {
  height: 60px;
  line-height: 40px;
  border: 1px solid #7b496c;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c274f+0,491734+100 */
  background: #6d274f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d2850 0%, #3f132c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d2850', endColorstr='#3f132c', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0px -45px 39px -50px rgba(0, 0, 0, 0.75);
}
.site-contact .contact-tabs .nav-tabs li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
.site-contact .contact-tabs .tab-content {
  margin-bottom: 40px;
}
.site-contact #contact-form {
  font-family: LucidaGrandeRegular;
  font-size: 14px;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.site-contact #contact-form .required .top-label:after {
  content: "* :";
}
.site-contact #contact-form .top-label {
  font-family: LucidaGrandeBold;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
}
.site-contact #contact-form .top-label:after {
  content: " :";
}
.site-contact #contact-form .wrapper {
  max-width: 400px;
  background-color: #4e1a39;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
.site-contact #contact-form .wrapper .input-box:not(textarea) {
  max-width: 400px;
  width: 100%;
  border: 0px;
  border-radius: 0;
  height: 34px;
  border: 1px solid #000;
  font-family: 'LucidaGrandeRegular';
  font-size: 16px;
  color: #666666;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
.site-contact #contact-form .wrapper .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.site-contact #contact-form a {
  color: #6aafae;
  font-family: 'LucidaGrandeBold';
  text-decoration: none;
}
.site-contact #contact-form a:hover {
  color: #257876;
}
.body-content .spink-search {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #772c58;
  border: 1px solid #72355a;
}
.body-content .spink-search .search-wrap {
  margin: 0 auto;
  text-align: center;
}
.body-content .spink-search .search-wrap .label {
  font-family: TrajanProBold;
  font-size: 18px;
  padding-top: 5px;
  margin-bottom: 15px;
  width: auto;
}
.body-content .spink-search .search-wrap .search-inline-wrapper {
  display: inline-block;
  background-color: #4e1a39;
  padding: 7px 6px 6px 6px;
  border-radius: 6px;
  width: 80%;
}
@media (max-width: 991px) {
  .body-content .spink-search .search-wrap .search-inline-wrapper {
    width: 70%;
  }
}
@media (max-width: 610px) {
  .body-content .spink-search .search-wrap .search-inline-wrapper {
    width: 60%;
  }
}
@media (max-width: 559px) {
  .body-content .spink-search .search-wrap .search-inline-wrapper {
    width: 100%;
  }
}
.body-content .spink-search .search-wrap .search-inline-wrapper input {
  min-width: 79%;
  margin-bottom: -2px;
}
@media (max-width: 629px) {
  .body-content .spink-search .search-wrap .search-inline-wrapper input {
    min-width: 60%;
  }
}
@media (max-width: 559px) {
  .body-content .spink-search .search-wrap .search-inline-wrapper input {
    min-width: 60%;
  }
}
.body-content .spink-search .search-wrap .search-inline-wrapper button {
  min-width: 19%;
  margin: 0 !important;
}
.body-content .spink-intro .wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.body-content .spink-intro .wrap .heading {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 5px 15px;
  font-size: 18px;
  color: white;
  background-color: #210f1c;
}
.body-content .spink-intro .wrap .heading a {
  text-decoration: none;
  color: white;
  font-family: LucidaGrandeRegular;
}
.body-content .spink-intro .wrap .heading a:hover {
  color: #61a09f;
}
.body-content .spink-intro .wrap img {
  border: 1px solid #7b4a6c;
  margin-bottom: 12px;
}
.body-content .spink-intro .wrap a {
  width: 70%;
  font-family: LucidaGrandeRegular;
}
.body-content .spink-intro .live-bidding {
  text-align: left;
}
@media (max-width: 767px) {
  .body-content .spink-intro .live-bidding {
    text-align: center;
  }
}
.body-content .locations {
  margin-bottom: 50px;
  box-shadow: 0px 48px 69px -30px rgba(0, 0, 0, 0.75);
}
.body-content .locations .nav-tabs {
  white-space: nowrap;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .body-content .locations .nav-tabs li {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
  .body-content .locations .nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .body-content .locations .nav-tabs li:last-of-type {
    padding-right: 0;
  }
}
.body-content .locations .nav-tabs li a {
  height: 60px;
  line-height: 40px;
  border: 1px solid #7b4a6c;
  border-radius: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-family: OpenSansRegular;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c274f+0,491734+100 */
  background: #6d274f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d2850 0%, #3f132c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d2850', endColorstr='#3f132c', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0px -45px 39px -50px rgba(0, 0, 0, 0.75);
}
@media (max-width: 991px) {
  .body-content .locations .nav-tabs li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.body-content .locations .nav-tabs li.active a {
  background: #fff;
  color: #6aafae;
  border: 1px solid #fff;
  border-bottom: none;
  margin-bottom: 0;
  box-shadow: none;
}
.body-content .big-ad {
  background-color: #6d274f;
  padding: 40px 15px 20px 15px;
  border: 1px solid #7b4a6c;
}
@media (min-width: 768px) {
  .body-content .big-ad > .row {
    display: -ms-flexbox;
    display: flex;
  }
  .body-content .big-ad > .row .poll-column {
    -ms-flex: 1;
        flex: 1;
    margin: 0 15px;
    background-color: white;
  }
}
.body-content .big-ad .poll-wrapper .polls-result-show,
.body-content .big-ad .poll-wrapper .polls-result-form {
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 15px !important;
}
.body-content .big-ad .poll-wrapper .polls-result-show *,
.body-content .big-ad .poll-wrapper .polls-result-form * {
  font-family: OpenSansRegular;
}
.body-content .big-ad .poll-wrapper .polls-result-show .progress-bar,
.body-content .big-ad .poll-wrapper .polls-result-form .progress-bar {
  background-color: #48aeac;
}
.body-content .big-ad .background {
  background: url('/img/bg-logged-out.jpg') no-repeat;
  background-size: cover;
  color: #5f294f;
  margin: 0 auto;
}
@media (min-width: 1201px) {
  .body-content .big-ad .background {
    background-position-x: 105%;
  }
}
@media (max-width: 1200px) {
  .body-content .big-ad .background {
    background-position-x: 100%;
  }
}
@media (max-width: 991px) {
  .body-content .big-ad .background {
    background-position-x: 85%;
  }
}
@media (max-width: 768px) {
  .body-content .big-ad .background {
    background: white !important;
    width: 100%;
  }
}
.body-content .big-ad .background > div {
  padding-top: 80px;
  padding-bottom: 80px;
}
.body-content .big-ad .background > div h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: OpenSansLight;
  font-size: 18px;
  font-weight: normal;
  color: #5f294f;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.body-content .big-ad .background > div h3 {
  font-family: OpenSansExtraboldRegular;
  color: #5f294f;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  width: 100%;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.body-content .big-ad .background > div ul li {
  font-family: LucidaGrandeRegular;
  font-size: 16px;
  color: #5f294f;
  line-height: 21px;
  padding-left: 5px;
  margin-top: 8px;
}
.body-content .big-ad .background > div ul li.no-style {
  list-style-type: none;
}
.body-content .big-ad .background > div a {
  width: 80%;
  margin-left: 10%;
  font-family: LucidaGrandeRegular;
}
.body-content .read-more {
  margin-top: 20px;
  margin-bottom: 20px;
}
.body-content .read-more > div .wrapper {
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #7b4a6c;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6c274f+0,491734+100 */
  background: #6c274f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6c274f 0%, #491734 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c274f', endColorstr='#491734', GradientType=0);
  /* IE6-9 */
}
.body-content .read-more > div .wrapper h3 {
  color: white;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 35px;
  margin-top: 0;
  font-family: OpenSansRegular;
}
.body-content .read-more > div .wrapper a {
  position: relative;
  width: 80%;
  white-space: pre-wrap;
  font-family: LucidaGrandeBold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .body-content .read-more > div .wrapper a {
    font-size: 14px;
  }
}
#user-profile-form .field-userprofile-newsletter_category .wrapper {
  max-width: 100%;
}
#landing-page-carousel {
  margin-bottom: 50px;
  background-color: #210616;
  box-shadow: 0px 49px 32px -32px rgba(0, 0, 0, 0.75);
  padding: 0 30px;
}
#landing-page-carousel .carousel-inner .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  #landing-page-carousel .carousel-inner .item img {
    height: 100%;
  }
}
#landing-page-carousel .carousel-inner .item .carousel-caption {
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 46px;
}
#landing-page-carousel .carousel-inner .item .carousel-caption p {
  font-family: LucidaGrandeBold;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  margin: 5px 15px;
}
#landing-page-carousel .carousel-inner .item .carousel-caption p a {
  text-decoration: none;
  color: #6aafae;
}
#landing-page-carousel .carousel-inner .item .carousel-caption p a:hover {
  color: #257876;
}
#landing-page-carousel .carousel-control {
  width: 4%;
}
@media (max-width: 570px) {
  #landing-page-carousel .carousel-control {
    width: 6%;
  }
}
@media (max-width: 425px) {
  #landing-page-carousel .carousel-control {
    width: 10%;
  }
}
#landing-page-carousel .carousel-control span {
  color: #93f9df;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  font-size: 1.5em;
}
#landing-page-carousel .carousel-indicators {
  bottom: -50px;
  background: black;
  height: 40px;
  line-height: 40px;
}
#landing-page-carousel .carousel-indicators li {
  border: 0;
  background-color: white;
  box-shadow: inset 0px 1px 6px 1px rgba(0, 0, 0, 0.45);
}
#landing-page-carousel .carousel-indicators li.active {
  background-color: #49b1b0;
}
.site-signup,
.site-login,
.site-request-password-reset,
.site-reset-password,
.user-profile-form {
  margin-bottom: 50px;
}
#reference_text {
  margin-bottom: -13px;
  font-weight: 600;
  font-size: 19px;
  color: white;
}
#form-signup,
#form-offer,
#login-form,
#request-password-reset-form,
#reset-password-form,
#user-profile-form {
  font-family: LucidaGrandeRegular;
  font-size: 14px;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 20px 40px;
  margin-bottom: 30px;
}
#form-signup .required .top-label:after,
#form-offer .required .top-label:after,
#login-form .required .top-label:after,
#request-password-reset-form .required .top-label:after,
#reset-password-form .required .top-label:after,
#user-profile-form .required .top-label:after {
  content: "* :";
}
#form-signup .top-label,
#form-offer .top-label,
#login-form .top-label,
#request-password-reset-form .top-label,
#reset-password-form .top-label,
#user-profile-form .top-label {
  font-family: LucidaGrandeBold;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
}
#form-signup .top-label:after,
#form-offer .top-label:after,
#login-form .top-label:after,
#request-password-reset-form .top-label:after,
#reset-password-form .top-label:after,
#user-profile-form .top-label:after {
  content: " :";
}
#form-signup .wrapper,
#form-offer .wrapper,
#login-form .wrapper,
#request-password-reset-form .wrapper,
#reset-password-form .wrapper,
#user-profile-form .wrapper {
  max-width: 400px;
  background-color: #4e1a39;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
#form-signup .wrapper .input-box,
#form-offer .wrapper .input-box,
#login-form .wrapper .input-box,
#request-password-reset-form .wrapper .input-box,
#reset-password-form .wrapper .input-box,
#user-profile-form .wrapper .input-box {
  max-width: 400px;
  width: 100%;
  border: 0px;
  border-radius: 0;
  height: 34px;
  border: 1px solid #000;
  font-family: 'LucidaGrandeRegular';
  font-size: 16px;
  color: #666666;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
#form-signup .wrapper .help-block,
#form-offer .wrapper .help-block,
#login-form .wrapper .help-block,
#request-password-reset-form .wrapper .help-block,
#reset-password-form .wrapper .help-block,
#user-profile-form .wrapper .help-block {
  margin-top: 0;
  margin-bottom: 0;
  color: #FC8776;
  font-weight: 900;
}
#form-signup .wrapper-recaptcha,
#form-offer .wrapper-recaptcha,
#login-form .wrapper-recaptcha,
#request-password-reset-form .wrapper-recaptcha,
#reset-password-form .wrapper-recaptcha,
#user-profile-form .wrapper-recaptcha {
  max-width: 324px;
}
#form-signup a,
#form-offer a,
#login-form a,
#request-password-reset-form a,
#reset-password-form a,
#user-profile-form a {
  color: #6aafae;
  font-family: 'LucidaGrandeBold';
  text-decoration: none;
}
#form-signup a:hover,
#form-offer a:hover,
#login-form a:hover,
#request-password-reset-form a:hover,
#reset-password-form a:hover,
#user-profile-form a:hover {
  color: #257876;
}
#form-signup .field-signupform-authorise_box .checkbox {
  color: #ffffff;
}
#form-signup .field-signupform-newsletter_category .wrapper {
  max-width: 100%;
}
#form-signup .field-signupform-references .wrapper {
  max-width: 100%;
}
#form-signup .field-signupform-references .wrapper .references-id {
  max-width: 100%;
}
#form-signup .has-error .wrapper .form-control,
#login-form .has-error .wrapper .form-control,
#form-offer .has-error .wrapper .form-control,
#user-profile-form .has-error .wrapper .form-control,
#request-password-reset-form .has-error .wrapper .form-control,
#reset-password-form .has-error .wrapper .form-control {
  border: 4px solid #FC8776;
  border-radius: 2px;
}
#form-signup .field-signupform-address_2,
#form-signup .field-signupform-address_3,
#user-profile-form .field-useraddress-address_2,
#user-profile-form .field-useraddress-address_3,
#user-profile-form .field-userprofile-phone_2 {
  margin-top: -31px;
}
#form-signup .field-signupform-address_2 .wrapper,
#form-signup .field-signupform-address_3 .wrapper,
#user-profile-form .field-useraddress-address_2 .wrapper,
#user-profile-form .field-useraddress-address_3 .wrapper,
#user-profile-form .field-userprofile-phone_2 .wrapper {
  box-shadow: none;
}
#form-signup .field-signupform-phone_2 {
  margin-top: -31px;
}
#form-signup .field-signupform-phone_2 .wrapper {
  box-shadow: none;
}
#user-profile-form .field-useraddress-state {
  display: none;
}
#form-signup .field-signupform-state {
  display: none;
}
.reg-info {
  background-color: #6d274f;
  border: 1px solid #7b4a6c;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.reg-info h3 {
  font-family: 'OpenSansLight';
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 27px;
}
.reg-info h2 {
  font-family: 'OpenSansRegular';
  font-size: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 4px;
  width: 200px;
  margin: 0 auto;
  line-height: 35px;
}
.reg-info h1 {
  font-family: 'OpenSansRegular';
  font-size: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 4px;
  width: 200px;
  margin: 10px auto;
  line-height: 35px;
}
.reg-info p {
  font-family: 'LucidaGrandeRegular';
  color: #fff;
  font-size: 12px;
}
.reg-info ul {
  list-style: none;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0px;
}
.reg-info ul li {
  color: #fff;
  font-size: 16px;
  font-family: 'LucidaGrandeRegular';
  line-height: 28px;
  text-align: center;
}
.reg-info a {
  height: 40px;
  font-size: 18px;
  line-height: 35px;
  width: 80%;
}
@media (max-width: 768px) {
  .reg-info a {
    font-size: 14px;
  }
}
.checkbox-container {
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 15px;
  width: 15px;
  color: black /*background-color: #eee;*/;
}
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: 0 solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
}
html,
body {
  height: 100%;
}
a {
  transition: 0.3s;
  color: #333;
}
a:hover {
  text-decoration: none;
}
.search-box {
  margin: 80px auto;
  position: absolute;
}
.caption {
  margin-bottom: 50px;
}
.loginForm input[type=text],
.loginForm input[type=password] {
  margin-bottom: 10px;
}
.loginForm input[type=submit] {
  background: #fb044a;
  color: #fff;
  font-weight: 700;
}
#pswd_info {
  box-shadow: 2px 1px 9px 2px rgba(0, 0, 0, 0.5);
  background: #fff none repeat scroll 0 0;
  color: #fff;
  left: 410px;
  position: absolute;
  top: -150px;
  width: 280px;
}
#pswd_info h4 {
  background: #4e1a39 none repeat scroll 0 0;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  padding: 17px 0;
  text-align: center;
  text-transform: uppercase;
}
#pswd_info ul {
  padding-left: 20px;
  list-style: outside none none;
}
#pswd_info ul li {
  padding: 8px 5px;
  margin-right: 35px;
}
.valid {
  background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;
  color: #009c5c;
  line-height: 21px;
  padding-left: 22px;
}
.valid .invalid-icon {
  display: none;
}
.invalid {
  background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;
  color: #ff4040;
  line-height: 21px;
  padding-left: 22px;
}
.invalid .valid-icon {
  display: none;
}
#pswd_info::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 25px;
  left: -13px;
  margin-top: -12.5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 25px;
}
#pswd_info {
  display: none;
}
.staff-member {
  margin-bottom: 30px;
}
.staff-member .staff-member-thumb {
  margin-bottom: 15px;
}
.staff-member .staff-member-thumb img {
  max-width: 150px;
  margin: 0 auto;
  margin-left: 0;
  min-height: 129px;
}
.staff-member .staff-member-info .name {
  font-family: 'LucidaGrandeBold';
  font-size: 14px;
  color: #2c2c2c;
  line-height: 16px;
  margin-bottom: 5px;
}
.staff-member .staff-member-info .position {
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  color: #2c2c2c;
  line-height: 16px;
  margin-bottom: 5px;
  white-space: normal;
}
.staff-member .staff-member-info .link {
  margin-bottom: 0;
}
.staff-member .staff-member-info .link a {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  line-height: 21px;
  color: #6aafae;
  text-decoration: none;
}
.staff-member .staff-member-info .link a:hover {
  color: #125554;
}
.auction-tab-item {
  box-shadow: 0px 17px 15px -21px rgba(0, 0, 0, 0.75);
  padding-top: 20px;
  padding-bottom: 20px;
}
.auction-tab-item .auction-id {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
}
.auction-tab-item .auction-id a {
  text-decoration: none;
  color: #6aafae;
}
.auction-tab-item .auction-id a:hover {
  color: #257876;
}
.auction-tab-item .image img {
  min-width: 100%;
}
@media (max-width: 768px) {
  .auction-tab-item .image {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .auction-tab-item .image img {
    margin: 0 auto;
    width: 50%;
    max-width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .auction-tab-item .btn-brand {
    height: auto;
  }
}
.auction-tab-item .text {
  color: #333333;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
}
.auction-tab-item .text .title {
  font-family: 'LucidaGrandeBold';
}
.auction-tab-item .text a {
  text-decoration: none;
  color: #6aafae;
}
.auction-tab-item .text a:hover {
  color: #257876;
}
.auction-tab-item .text .lot {
  font-family: 'LucidaGrandeBold';
  margin-bottom: 10px;
}
.auction-tab-item .text .location {
  font-family: 'LucidaGrandeBold';
}
.auction-tab-item .text .date {
  font-family: 'LucidaGrandeRegular';
  display: table-cell;
}
.auction-tab-item .text .add-to-calendar {
  font-family: 'LucidaGrandeRegular';
  color: #6aafae;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .auction-tab-item .text {
    padding-bottom: 10px;
  }
}
.auction-tab-item .buttons {
  text-align: center;
}
.auction-tab-item .buttons a:not(.btn) {
  text-decoration: none;
  font-family: 'LucidaGrandeBold';
  color: #6aafae;
}
.auction-tab-item .buttons a:not(.btn):hover {
  color: #257876;
}
.auction-tab-item .buttons .ceo,
.auction-tab-item .buttons .cnsg-date {
  font-family: 'LucidaGrandeRegular';
  color: #333333;
  font-size: 12px;
  line-height: 21px;
}
.auction-tab-item .buttons .btn-brand {
  display: block;
}
@media (max-width: 768px) {
  .auction-tab-item .buttons {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .auction-tab-item .text {
    padding-left: 100px;
    padding-top: 10px;
  }
}
.auction-tab-item .carousel-indicators {
  bottom: -13px;
}
.auction-tab-item .end-date {
  display: table-cell;
}
.auction-tab-item .date-wrapper {
  display: table;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.auction-tabs-pane {
  background-color: white;
  padding: 20px;
  text-align: left;
}
.auction-tabs-pane .summary {
  color: black;
  text-align: left;
}
.auction-tabs-pane .pagination li a,
.auction-tabs-pane .pagination li span {
  border: 0;
  background: transparent;
  color: #257876;
}
.auction-tabs-pane .pagination li a:hover,
.auction-tabs-pane .pagination li span:hover {
  color: #5f294f;
}
.auction-tabs-pane .pagination li.active a,
.auction-tabs-pane .pagination li.active span {
  color: #5f294f;
}
.auction-tabs-pane .pagination li.active:hover a,
.auction-tabs-pane .pagination li.active:hover span {
  background: transparent;
}
.auction-tabs-pane .pagination li:hover {
  background: transparent;
}
.auction-tabs-pane .pagination li.prev a,
.auction-tabs-pane .pagination li.next a,
.auction-tabs-pane .pagination li.first a,
.auction-tabs-pane .pagination li.last a,
.auction-tabs-pane .pagination li.prev span,
.auction-tabs-pane .pagination li.next span,
.auction-tabs-pane .pagination li.first span,
.auction-tabs-pane .pagination li.last span {
  margin: 0 5px !important;
  background: rgba(0, 0, 0, 0) linear-gradient(#3bbfbe, #257877) repeat scroll 0 0;
  color: white;
  font-size: 20px;
  padding: 2px 10px;
  border-radius: 3px;
}
.auction-tabs-pane .pagination li:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(#257877, #216665) repeat scroll 0 0;
}
.lot-tab-item {
  box-shadow: 0px 17px 15px -21px rgba(0, 0, 0, 0.75);
  padding-top: 20px;
  padding-bottom: 20px;
}
.lot-tab-item .image img {
  min-width: 100%;
}
@media (max-width: 768px) {
  .lot-tab-item .image {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lot-tab-item .image img {
    margin: 0 auto;
    width: 50%;
    max-width: 120px;
    min-width: 120px;
  }
}
.lot-tab-item .text {
  color: #333333;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
}
.lot-tab-item .text .title {
  font-family: 'LucidaGrandeBold';
}
.lot-tab-item .text a.title {
  font-family: 'LucidaGrandeBold';
  color: #6aafae;
}
.lot-tab-item .text .description {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  color: #2c2c2c;
  line-height: 18px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .lot-tab-item .text {
    padding-bottom: 10px;
  }
}
.lot-tab-item .prices {
  font-size: 18px;
  font-family: 'LucidaGrandeBold';
  color: #5f294f;
  line-height: 23px;
}
.lot-tab-item .buttons .btn-brand {
  display: block;
  min-width: 100px;
}
@media (max-width: 768px) {
  .lot-tab-item .buttons {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .lot-tab-item .text {
    padding-left: 100px;
    padding-top: 10px;
  }
}
@media print {
  .lot-tab-item .image img {
    min-width: 0;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
}
.lot-item-copyright {
  color: #000;
  text-align: left;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.field-offer-price .wrapper,
.field-offer-reserve_price .wrapper {
  width: 210px;
}
.order-tab-item .panel-default {
  border: 1px solid #7B496C;
  margin: 10px;
  color: #ffffff;
  border-radius: 0;
}
.order-tab-item .panel-heading {
  cursor: pointer;
  padding-bottom: 8px;
  display: inherit;
  padding-top: 8px;
  padding-left: 12px;
  background: #6C244E;
  border-radius: 0;
  color: white;
}
.order-tab-item .panel-heading.collapsed .panel-title i:before {
  content: "\f067";
}
.order-tab-item .panel-heading:not(.collapsed) .panel-title i:before {
  content: "\f068";
}
.order-tab-item .panel-body .head a {
  color: #6aafae;
  font-family: 'LucidaGrandeBold';
  text-decoration: none;
}
.order-tab-item .panel-body .image {
  margin: 0 auto;
  margin-bottom: 10px;
}
.order-tab-item .panel-body .body {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  color: #2c2c2c;
  line-height: 18px;
  width: 98%;
  display: block;
  word-wrap: break-word;
}
.auction-tabs-pane .head {
  padding-left: 5px;
  text-align: left;
  font-family: LucidaGrandeBold;
  color: #2c2c2c;
  font-size: 12px;
  font-weight: normal;
}
.auction-tabs-pane .head tr th {
  border: none;
}
.auction-tabs-pane .body {
  padding-left: 5px;
  font-family: LucidaGrandeRegular;
  font-size: 12px;
  color: #2c2c2c;
  padding-top: 2px;
}
.auction-tabs-pane .body tr {
  height: 25px;
}
.auction-tabs-pane .body tr td {
  border: none;
}
.sub-menu ul.list-inline.auctions {
  list-style: none;
  font-size: 0;
  text-align: justify;
  padding: 0;
  margin: 0;
  margin-top: -15px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #651B45;
  border: 1px solid #72355a;
}
.sub-menu ul.list-inline.auctions li {
  display: inline-block;
}
.sub-menu ul.list-inline.auctions li a {
  display: block;
  padding: 10px 3px;
  color: #fff !important;
  font-family: 'LucidaGrandeRegular';
  font-size: 13px;
  background-color: transparent !important;
  text-decoration: none;
}
.sub-menu ul.list-inline.auctions li.active a {
  color: #6aafae !important;
}
.sub-menu ul.list-inline.auctions li:hover a {
  color: #6aafae !important;
}
.sub-menu ul.list-inline.auctions:after {
  content: '';
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .sub-menu ul.list-inline.auctions {
    margin-top: 0;
  }
}
.lots-tabs-pane {
  background-color: white;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.lots-tabs-pane .summary {
  color: black;
  text-align: left;
}
.lots-tabs-pane .pagination li a,
.lots-tabs-pane .pagination li span {
  border: 0;
  background: transparent;
  color: #257876;
}
.lots-tabs-pane .pagination li a:hover,
.lots-tabs-pane .pagination li span:hover {
  color: #5f294f;
}
.lots-tabs-pane .pagination li.active a,
.lots-tabs-pane .pagination li.active span {
  color: #5f294f;
}
.lots-tabs-pane .pagination li.active:hover a,
.lots-tabs-pane .pagination li.active:hover span {
  background: transparent;
}
.lots-tabs-pane .pagination li:hover {
  background: transparent;
}
.lots-tabs-pane .pagination li.prev a,
.lots-tabs-pane .pagination li.next a,
.lots-tabs-pane .pagination li.first a,
.lots-tabs-pane .pagination li.last a,
.lots-tabs-pane .pagination li.prev span,
.lots-tabs-pane .pagination li.next span,
.lots-tabs-pane .pagination li.first span,
.lots-tabs-pane .pagination li.last span {
  margin: 0 5px !important;
  background: rgba(0, 0, 0, 0) linear-gradient(#3bbfbe, #257877) repeat scroll 0 0;
  color: white;
  font-size: 20px;
  padding: 2px 10px;
  border-radius: 3px;
}
.lots-tabs-pane .pagination li:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(#257877, #216665) repeat scroll 0 0;
}
.sub-menu ul.list-inline.auctions {
  list-style: none;
  font-size: 0;
  text-align: justify;
  padding: 0;
  margin: 0;
  margin-top: -15px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #651B45;
  border: 1px solid #72355a;
}
.sub-menu ul.list-inline.auctions li {
  display: inline-block;
}
.sub-menu ul.list-inline.auctions li a {
  display: block;
  padding: 10px 3px;
  color: #fff !important;
  font-family: 'LucidaGrandeRegular';
  font-size: 13px;
  background-color: transparent !important;
  text-decoration: none;
}
.sub-menu ul.list-inline.auctions li.active a {
  color: #6aafae !important;
}
.sub-menu ul.list-inline.auctions li:hover a {
  color: #6aafae !important;
}
.sub-menu ul.list-inline.auctions:after {
  content: '';
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .sub-menu ul.list-inline.auctions {
    margin-top: 0;
  }
}
.filter-wrapper {
  border: 1px solid #7B496C;
  background-color: #6d274f;
  padding: 25px;
  margin-bottom: 50px;
}
.filter-wrapper .filter-header {
  color: #fff;
  margin-top: 0px;
  font-family: 'OpenSansRegular';
  font-weight: normal;
  font-size: 18px;
}
.filter-wrapper .wrapper {
  background-color: #4e1a39;
  border-radius: 5px;
  padding: 10px;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
.filter-wrapper .filter-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter-wrapper .filter-list .list-item {
  line-height: 24px;
  border-bottom: 1px solid white;
  padding: 3px;
}
.filter-wrapper .filter-list .list-item a {
  font-family: 'LucidaGrandeBold';
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
}
.filter-wrapper .filter-list .list-item a:hover {
  color: #125554;
}
.filter-wrapper .filter-list .list-item.active {
  background-color: #409b98;
  position: relative;
}
@media (min-width: 768px) {
  .filter-wrapper .filter-list .list-item.active:before {
    content: "";
    width: 0;
    position: absolute;
    left: -10px;
    top: 6px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #409b98;
  }
}
.sub-menu-treaty ul.list-inline.treaties {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  margin-top: -15px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #651B45;
  border: 1px solid #72355a;
}
.sub-menu-treaty ul.list-inline.treaties li {
  display: inline-block;
}
.sub-menu-treaty ul.list-inline.treaties li a {
  display: block;
  padding: 10px 3px;
  color: #fff !important;
  font-family: 'LucidaGrandeRegular';
  font-size: 13px;
  background-color: transparent !important;
  text-decoration: none;
}
.sub-menu-treaty ul.list-inline.treaties li.active a {
  color: #6aafae !important;
}
.sub-menu-treaty ul.list-inline.treaties li:hover a {
  color: #6aafae !important;
}
.sub-menu-treaty ul.list-inline.treaties:after {
  content: '';
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .sub-menu-treaty ul.list-inline.treaties {
    margin-top: 0;
  }
}
.index-tabs-pane {
  background-color: white;
  padding: 15px;
}
@media (max-width: 767px) {
  .index-tabs-pane {
    text-align: center;
  }
}
.index-tabs-pane .heading {
  min-height: 45px;
  padding: 10px;
  font-family: 'LucidaGrandeRegular';
  font-size: 16px;
  color: #2c2c2c;
  box-shadow: 0px 17px 15px -21px rgba(0, 0, 0, 0.75);
}
.index-tabs-pane .content {
  padding: 30px 15px;
  position: relative;
}
.index-tabs-pane .content > .row > .col-sm-6:first-child {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .index-tabs-pane .content > .row > .col-sm-6:first-child {
    border-right: 1px solid #d2d2d2;
    border-bottom: none;
  }
}
.index-tabs-pane .content .image {
  margin-bottom: 20px;
  position: relative;
}
.index-tabs-pane .content .image img {
  width: 100%;
}
@media (max-width: 767px) {
  .index-tabs-pane .content .image img {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 991px) {
  .index-tabs-pane .content .text {
    padding-left: 0;
  }
}
.index-tabs-pane .content .text .location-name,
.index-tabs-pane .content .text .auction-name {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  color: #801919;
}
.index-tabs-pane .content .text .location-address,
.index-tabs-pane .content .text .auction-info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.index-tabs-pane .content .text .location-contact {
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 21px;
  color: #2c2c2c;
}
.index-tabs-pane .content .description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.auction-tabs-pane .heading {
  font-family: 'OpenSansRegular';
  font-size: 16px;
  color: #2c2c2c;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
.auction-tabs-pane .addresses {
  list-style-type: none;
  padding-left: 0;
}
.auction-tabs-pane .addresses li {
  color: #2c2c2c;
  font-family: 'LucidaGrandeRegular';
  font-size: 12px;
  line-height: 18px;
}
.signup-success .well {
  font-size: 21px;
  font-family: LucidaGrandeRegular;
  color: white;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.text-white {
  color: #fff;
}
.mrr10 {
  margin-right: 10px;
}
.padding-no {
  padding: 0;
}
input[type="text"]:not(.form-control) {
  width: 171px;
}
@media (max-width: 768px) {
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-left: 0;
  }
}
.navigation-tabs-panel {
  background-color: white;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.navigation-tabs-panel .summary {
  color: black;
  text-align: left;
}
.navigation-tabs-panel .pagination li a,
.navigation-tabs-panel .pagination li span {
  border: 0;
  background: transparent;
  color: #257876;
}
.navigation-tabs-panel .pagination li a:hover,
.navigation-tabs-panel .pagination li span:hover {
  color: #5f294f;
}
.navigation-tabs-panel .pagination li.active a,
.navigation-tabs-panel .pagination li.active span {
  color: #5f294f;
}
.navigation-tabs-panel .pagination li.active:hover a,
.navigation-tabs-panel .pagination li.active:hover span {
  background: transparent;
}
.navigation-tabs-panel .pagination li:hover {
  background: transparent;
}
.navigation-tabs-panel .pagination li.prev a,
.navigation-tabs-panel .pagination li.next a,
.navigation-tabs-panel .pagination li.first a,
.navigation-tabs-panel .pagination li.last a,
.navigation-tabs-panel .pagination li.prev span,
.navigation-tabs-panel .pagination li.next span,
.navigation-tabs-panel .pagination li.first span,
.navigation-tabs-panel .pagination li.last span {
  margin: 0 5px !important;
  background: rgba(0, 0, 0, 0) linear-gradient(#3bbfbe, #257877) repeat scroll 0 0;
  color: white;
  font-size: 20px;
  padding: 2px 10px;
  border-radius: 3px;
}
.navigation-tabs-panel .pagination li:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(#257877, #216665) repeat scroll 0 0;
}
.invoice-tab-content {
  margin-top: 10px;
}
.invoice-choose {
  margin-top: 10px;
  box-shadow: 0px 48px 69px -30px rgba(0, 0, 0, 0.75);
}
.invoice-choose .invoice-choose-form {
  font-family: LucidaGrandeRegular;
  font-size: 14px;
  background-color: #6d274f;
  border: 1px solid #7b496c;
  padding: 20px 40px;
}
.invoice-choose .invoice-choose-form h5 {
  font-family: LucidaGrandeBold;
  color: white;
}
.invoice-choose .invoice-choose-form .clear-btn {
  margin-top: 7.5px;
  width: 90px;
}
.invoice-choose .invoice-choose-form label {
  font-weight: normal;
  color: white;
}
.invoice-choose .invoice-choose-form .wrapper {
  display: inline-block;
  background-color: #4e1a39;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: inset 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}
.invoice-choose .invoice-choose-form select.selectbox {
  min-width: 200px;
  width: 100%;
  max-width: 400px;
  background: white;
  padding-top: 6px !important;
  padding-bottom: 6px;
  height: 29px !important;
  border: 1px solid #000000;
  color: #666666;
  font-size: 12px;
  padding-right: 3px;
}
.invoice-choose .invoice-choose-form select.selectbox option {
  padding-top: 5px;
  height: 20px;
  color: #666666;
}
.amount-hide {
  display: none;
}
.payment-amount {
  width: 110px !important;
}
.payment-checkbox {
  cursor: pointer;
  height: 22px;
  width: 22px;
}
.shipping-collect-checkbox {
  margin-left: 10px;
  cursor: pointer;
  height: 22px;
  width: 22px;
}
.shipping-address-checkbox {
  margin-left: 10px;
  cursor: pointer;
  height: 22px;
  width: 22px;
}
.labels-pre-payment {
  color: white;
  font-weight: 500;
}
.important-labels-pre-payment {
  color: white;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 800;
}
.amount-hide {
  display: none;
}
.payment-amount {
  width: 110px !important;
}
#payment-form p {
  font-size: 10px;
}

/*# sourceMappingURL=../maps/style.css.map */
