@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700italic,700&subset=latin,latin-ext);
@font-face { font-family: 'MyriadPro'; src: url("../font/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../font/MyriadPro-Bold.otf") format("opentype"), url("../font/MyriadPro-Bold.woff") format("woff"), url("../font/MyriadPro-Bold.ttf") format("truetype"), url("../font/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'MyriadPro'; src: url("../font/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/MyriadPro-Regular.otf") format("opentype"), url("../font/MyriadPro-Regular.woff") format("woff"), url("../font/MyriadPro-Regular.ttf") format("truetype"), url("../font/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg"); font-weight: normal; font-style: normal; font-display: swap; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  select { background: #fff !important; }
  .navbar { display: none; }
  .btn > .caret, .panel.panel-auction .panel-image .ribbon-sold > .caret, .dropup > .btn > .caret, .panel.panel-auction .panel-image .dropup > .ribbon-sold > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

body { font-family: "MyriadPro", sans-serif; font-size: 13px; line-height: 1.42857; color: #858585; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #ec1d25; text-decoration: none; }
a:hover, a:focus { color: #ae0f15; text-decoration: underline; }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 20px; }

.img-thumbnail { padding: 4px; line-height: 1.42857; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #dedede; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 28px; }

h2, .h2 { font-size: 24px; }

h3, .h3 { font-size: 14px; }

h4, .h4 { font-size: 14px; }

h5, .h5 { font-size: 13px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 9px; }

.lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; }
@media (min-width: 768px) { .lead { font-size: 19.5px; } }

small, .small { font-size: 92%; }

mark, .mark { background-color: #fcf8e3; padding: .2em; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #777777; }

.text-primary { color: #ec1d25; }

a.text-primary:hover { color: #c51118; }

.text-success { color: #3c763d; }

a.text-success:hover { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover { color: #66512c; }

.text-danger { color: #f02222; }

a.text-danger:hover { color: #d10e0e; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #ec1d25; }

a.bg-primary:hover { background-color: #c51118; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover { background-color: #e4b9b9; }

.page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #dedede; }

ul, ol { margin-top: 0; margin-bottom: 9px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 18px; }

dt, dd { line-height: 1.42857; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; }

.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: 16.25px; border-left: 5px solid #eeeeee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #777777; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 18px; font-style: normal; line-height: 1.42857; }

code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 15px; }

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 20px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; }

pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 15px; }
pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
@media (min-width: 768px) { .container { width: 740px; } }
@media (min-width: 1000px) { .container { width: 980px; } }
@media (min-width: 1200px) { .container { width: 980px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }

.row { margin-left: -10px; margin-right: -10px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 { position: relative; min-height: 1px; padding-left: 10px; padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 { float: left; }

.col-xs-1 { width: 4.16667%; }

.col-xs-2 { width: 8.33333%; }

.col-xs-3 { width: 12.5%; }

.col-xs-4 { width: 16.66667%; }

.col-xs-5 { width: 20.83333%; }

.col-xs-6 { width: 25%; }

.col-xs-7 { width: 29.16667%; }

.col-xs-8 { width: 33.33333%; }

.col-xs-9 { width: 37.5%; }

.col-xs-10 { width: 41.66667%; }

.col-xs-11 { width: 45.83333%; }

.col-xs-12 { width: 50%; }

.col-xs-13 { width: 54.16667%; }

.col-xs-14 { width: 58.33333%; }

.col-xs-15 { width: 62.5%; }

.col-xs-16 { width: 66.66667%; }

.col-xs-17 { width: 70.83333%; }

.col-xs-18 { width: 75%; }

.col-xs-19 { width: 79.16667%; }

.col-xs-20 { width: 83.33333%; }

.col-xs-21 { width: 87.5%; }

.col-xs-22 { width: 91.66667%; }

.col-xs-23 { width: 95.83333%; }

.col-xs-24 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 4.16667%; }

.col-xs-pull-2 { right: 8.33333%; }

.col-xs-pull-3 { right: 12.5%; }

.col-xs-pull-4 { right: 16.66667%; }

.col-xs-pull-5 { right: 20.83333%; }

.col-xs-pull-6 { right: 25%; }

.col-xs-pull-7 { right: 29.16667%; }

.col-xs-pull-8 { right: 33.33333%; }

.col-xs-pull-9 { right: 37.5%; }

.col-xs-pull-10 { right: 41.66667%; }

.col-xs-pull-11 { right: 45.83333%; }

.col-xs-pull-12 { right: 50%; }

.col-xs-pull-13 { right: 54.16667%; }

.col-xs-pull-14 { right: 58.33333%; }

.col-xs-pull-15 { right: 62.5%; }

.col-xs-pull-16 { right: 66.66667%; }

.col-xs-pull-17 { right: 70.83333%; }

.col-xs-pull-18 { right: 75%; }

.col-xs-pull-19 { right: 79.16667%; }

.col-xs-pull-20 { right: 83.33333%; }

.col-xs-pull-21 { right: 87.5%; }

.col-xs-pull-22 { right: 91.66667%; }

.col-xs-pull-23 { right: 95.83333%; }

.col-xs-pull-24 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 4.16667%; }

.col-xs-push-2 { left: 8.33333%; }

.col-xs-push-3 { left: 12.5%; }

.col-xs-push-4 { left: 16.66667%; }

.col-xs-push-5 { left: 20.83333%; }

.col-xs-push-6 { left: 25%; }

.col-xs-push-7 { left: 29.16667%; }

.col-xs-push-8 { left: 33.33333%; }

.col-xs-push-9 { left: 37.5%; }

.col-xs-push-10 { left: 41.66667%; }

.col-xs-push-11 { left: 45.83333%; }

.col-xs-push-12 { left: 50%; }

.col-xs-push-13 { left: 54.16667%; }

.col-xs-push-14 { left: 58.33333%; }

.col-xs-push-15 { left: 62.5%; }

.col-xs-push-16 { left: 66.66667%; }

.col-xs-push-17 { left: 70.83333%; }

.col-xs-push-18 { left: 75%; }

.col-xs-push-19 { left: 79.16667%; }

.col-xs-push-20 { left: 83.33333%; }

.col-xs-push-21 { left: 87.5%; }

.col-xs-push-22 { left: 91.66667%; }

.col-xs-push-23 { left: 95.83333%; }

.col-xs-push-24 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 4.16667%; }

.col-xs-offset-2 { margin-left: 8.33333%; }

.col-xs-offset-3 { margin-left: 12.5%; }

.col-xs-offset-4 { margin-left: 16.66667%; }

.col-xs-offset-5 { margin-left: 20.83333%; }

.col-xs-offset-6 { margin-left: 25%; }

.col-xs-offset-7 { margin-left: 29.16667%; }

.col-xs-offset-8 { margin-left: 33.33333%; }

.col-xs-offset-9 { margin-left: 37.5%; }

.col-xs-offset-10 { margin-left: 41.66667%; }

.col-xs-offset-11 { margin-left: 45.83333%; }

.col-xs-offset-12 { margin-left: 50%; }

.col-xs-offset-13 { margin-left: 54.16667%; }

.col-xs-offset-14 { margin-left: 58.33333%; }

.col-xs-offset-15 { margin-left: 62.5%; }

.col-xs-offset-16 { margin-left: 66.66667%; }

.col-xs-offset-17 { margin-left: 70.83333%; }

.col-xs-offset-18 { margin-left: 75%; }

.col-xs-offset-19 { margin-left: 79.16667%; }

.col-xs-offset-20 { margin-left: 83.33333%; }

.col-xs-offset-21 { margin-left: 87.5%; }

.col-xs-offset-22 { margin-left: 91.66667%; }

.col-xs-offset-23 { margin-left: 95.83333%; }

.col-xs-offset-24 { margin-left: 100%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 { float: left; }
  .col-sm-1 { width: 4.16667%; }
  .col-sm-2 { width: 8.33333%; }
  .col-sm-3 { width: 12.5%; }
  .col-sm-4 { width: 16.66667%; }
  .col-sm-5 { width: 20.83333%; }
  .col-sm-6 { width: 25%; }
  .col-sm-7 { width: 29.16667%; }
  .col-sm-8 { width: 33.33333%; }
  .col-sm-9 { width: 37.5%; }
  .col-sm-10 { width: 41.66667%; }
  .col-sm-11 { width: 45.83333%; }
  .col-sm-12 { width: 50%; }
  .col-sm-13 { width: 54.16667%; }
  .col-sm-14 { width: 58.33333%; }
  .col-sm-15 { width: 62.5%; }
  .col-sm-16 { width: 66.66667%; }
  .col-sm-17 { width: 70.83333%; }
  .col-sm-18 { width: 75%; }
  .col-sm-19 { width: 79.16667%; }
  .col-sm-20 { width: 83.33333%; }
  .col-sm-21 { width: 87.5%; }
  .col-sm-22 { width: 91.66667%; }
  .col-sm-23 { width: 95.83333%; }
  .col-sm-24 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 4.16667%; }
  .col-sm-pull-2 { right: 8.33333%; }
  .col-sm-pull-3 { right: 12.5%; }
  .col-sm-pull-4 { right: 16.66667%; }
  .col-sm-pull-5 { right: 20.83333%; }
  .col-sm-pull-6 { right: 25%; }
  .col-sm-pull-7 { right: 29.16667%; }
  .col-sm-pull-8 { right: 33.33333%; }
  .col-sm-pull-9 { right: 37.5%; }
  .col-sm-pull-10 { right: 41.66667%; }
  .col-sm-pull-11 { right: 45.83333%; }
  .col-sm-pull-12 { right: 50%; }
  .col-sm-pull-13 { right: 54.16667%; }
  .col-sm-pull-14 { right: 58.33333%; }
  .col-sm-pull-15 { right: 62.5%; }
  .col-sm-pull-16 { right: 66.66667%; }
  .col-sm-pull-17 { right: 70.83333%; }
  .col-sm-pull-18 { right: 75%; }
  .col-sm-pull-19 { right: 79.16667%; }
  .col-sm-pull-20 { right: 83.33333%; }
  .col-sm-pull-21 { right: 87.5%; }
  .col-sm-pull-22 { right: 91.66667%; }
  .col-sm-pull-23 { right: 95.83333%; }
  .col-sm-pull-24 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 4.16667%; }
  .col-sm-push-2 { left: 8.33333%; }
  .col-sm-push-3 { left: 12.5%; }
  .col-sm-push-4 { left: 16.66667%; }
  .col-sm-push-5 { left: 20.83333%; }
  .col-sm-push-6 { left: 25%; }
  .col-sm-push-7 { left: 29.16667%; }
  .col-sm-push-8 { left: 33.33333%; }
  .col-sm-push-9 { left: 37.5%; }
  .col-sm-push-10 { left: 41.66667%; }
  .col-sm-push-11 { left: 45.83333%; }
  .col-sm-push-12 { left: 50%; }
  .col-sm-push-13 { left: 54.16667%; }
  .col-sm-push-14 { left: 58.33333%; }
  .col-sm-push-15 { left: 62.5%; }
  .col-sm-push-16 { left: 66.66667%; }
  .col-sm-push-17 { left: 70.83333%; }
  .col-sm-push-18 { left: 75%; }
  .col-sm-push-19 { left: 79.16667%; }
  .col-sm-push-20 { left: 83.33333%; }
  .col-sm-push-21 { left: 87.5%; }
  .col-sm-push-22 { left: 91.66667%; }
  .col-sm-push-23 { left: 95.83333%; }
  .col-sm-push-24 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 4.16667%; }
  .col-sm-offset-2 { margin-left: 8.33333%; }
  .col-sm-offset-3 { margin-left: 12.5%; }
  .col-sm-offset-4 { margin-left: 16.66667%; }
  .col-sm-offset-5 { margin-left: 20.83333%; }
  .col-sm-offset-6 { margin-left: 25%; }
  .col-sm-offset-7 { margin-left: 29.16667%; }
  .col-sm-offset-8 { margin-left: 33.33333%; }
  .col-sm-offset-9 { margin-left: 37.5%; }
  .col-sm-offset-10 { margin-left: 41.66667%; }
  .col-sm-offset-11 { margin-left: 45.83333%; }
  .col-sm-offset-12 { margin-left: 50%; }
  .col-sm-offset-13 { margin-left: 54.16667%; }
  .col-sm-offset-14 { margin-left: 58.33333%; }
  .col-sm-offset-15 { margin-left: 62.5%; }
  .col-sm-offset-16 { margin-left: 66.66667%; }
  .col-sm-offset-17 { margin-left: 70.83333%; }
  .col-sm-offset-18 { margin-left: 75%; }
  .col-sm-offset-19 { margin-left: 79.16667%; }
  .col-sm-offset-20 { margin-left: 83.33333%; }
  .col-sm-offset-21 { margin-left: 87.5%; }
  .col-sm-offset-22 { margin-left: 91.66667%; }
  .col-sm-offset-23 { margin-left: 95.83333%; }
  .col-sm-offset-24 { margin-left: 100%; } }
@media (min-width: 1000px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 { float: left; }
  .col-md-1 { width: 4.16667%; }
  .col-md-2 { width: 8.33333%; }
  .col-md-3 { width: 12.5%; }
  .col-md-4 { width: 16.66667%; }
  .col-md-5 { width: 20.83333%; }
  .col-md-6 { width: 25%; }
  .col-md-7 { width: 29.16667%; }
  .col-md-8 { width: 33.33333%; }
  .col-md-9 { width: 37.5%; }
  .col-md-10 { width: 41.66667%; }
  .col-md-11 { width: 45.83333%; }
  .col-md-12 { width: 50%; }
  .col-md-13 { width: 54.16667%; }
  .col-md-14 { width: 58.33333%; }
  .col-md-15 { width: 62.5%; }
  .col-md-16 { width: 66.66667%; }
  .col-md-17 { width: 70.83333%; }
  .col-md-18 { width: 75%; }
  .col-md-19 { width: 79.16667%; }
  .col-md-20 { width: 83.33333%; }
  .col-md-21 { width: 87.5%; }
  .col-md-22 { width: 91.66667%; }
  .col-md-23 { width: 95.83333%; }
  .col-md-24 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 4.16667%; }
  .col-md-pull-2 { right: 8.33333%; }
  .col-md-pull-3 { right: 12.5%; }
  .col-md-pull-4 { right: 16.66667%; }
  .col-md-pull-5 { right: 20.83333%; }
  .col-md-pull-6 { right: 25%; }
  .col-md-pull-7 { right: 29.16667%; }
  .col-md-pull-8 { right: 33.33333%; }
  .col-md-pull-9 { right: 37.5%; }
  .col-md-pull-10 { right: 41.66667%; }
  .col-md-pull-11 { right: 45.83333%; }
  .col-md-pull-12 { right: 50%; }
  .col-md-pull-13 { right: 54.16667%; }
  .col-md-pull-14 { right: 58.33333%; }
  .col-md-pull-15 { right: 62.5%; }
  .col-md-pull-16 { right: 66.66667%; }
  .col-md-pull-17 { right: 70.83333%; }
  .col-md-pull-18 { right: 75%; }
  .col-md-pull-19 { right: 79.16667%; }
  .col-md-pull-20 { right: 83.33333%; }
  .col-md-pull-21 { right: 87.5%; }
  .col-md-pull-22 { right: 91.66667%; }
  .col-md-pull-23 { right: 95.83333%; }
  .col-md-pull-24 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 4.16667%; }
  .col-md-push-2 { left: 8.33333%; }
  .col-md-push-3 { left: 12.5%; }
  .col-md-push-4 { left: 16.66667%; }
  .col-md-push-5 { left: 20.83333%; }
  .col-md-push-6 { left: 25%; }
  .col-md-push-7 { left: 29.16667%; }
  .col-md-push-8 { left: 33.33333%; }
  .col-md-push-9 { left: 37.5%; }
  .col-md-push-10 { left: 41.66667%; }
  .col-md-push-11 { left: 45.83333%; }
  .col-md-push-12 { left: 50%; }
  .col-md-push-13 { left: 54.16667%; }
  .col-md-push-14 { left: 58.33333%; }
  .col-md-push-15 { left: 62.5%; }
  .col-md-push-16 { left: 66.66667%; }
  .col-md-push-17 { left: 70.83333%; }
  .col-md-push-18 { left: 75%; }
  .col-md-push-19 { left: 79.16667%; }
  .col-md-push-20 { left: 83.33333%; }
  .col-md-push-21 { left: 87.5%; }
  .col-md-push-22 { left: 91.66667%; }
  .col-md-push-23 { left: 95.83333%; }
  .col-md-push-24 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 4.16667%; }
  .col-md-offset-2 { margin-left: 8.33333%; }
  .col-md-offset-3 { margin-left: 12.5%; }
  .col-md-offset-4 { margin-left: 16.66667%; }
  .col-md-offset-5 { margin-left: 20.83333%; }
  .col-md-offset-6 { margin-left: 25%; }
  .col-md-offset-7 { margin-left: 29.16667%; }
  .col-md-offset-8 { margin-left: 33.33333%; }
  .col-md-offset-9 { margin-left: 37.5%; }
  .col-md-offset-10 { margin-left: 41.66667%; }
  .col-md-offset-11 { margin-left: 45.83333%; }
  .col-md-offset-12 { margin-left: 50%; }
  .col-md-offset-13 { margin-left: 54.16667%; }
  .col-md-offset-14 { margin-left: 58.33333%; }
  .col-md-offset-15 { margin-left: 62.5%; }
  .col-md-offset-16 { margin-left: 66.66667%; }
  .col-md-offset-17 { margin-left: 70.83333%; }
  .col-md-offset-18 { margin-left: 75%; }
  .col-md-offset-19 { margin-left: 79.16667%; }
  .col-md-offset-20 { margin-left: 83.33333%; }
  .col-md-offset-21 { margin-left: 87.5%; }
  .col-md-offset-22 { margin-left: 91.66667%; }
  .col-md-offset-23 { margin-left: 95.83333%; }
  .col-md-offset-24 { margin-left: 100%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 { float: left; }
  .col-lg-1 { width: 4.16667%; }
  .col-lg-2 { width: 8.33333%; }
  .col-lg-3 { width: 12.5%; }
  .col-lg-4 { width: 16.66667%; }
  .col-lg-5 { width: 20.83333%; }
  .col-lg-6 { width: 25%; }
  .col-lg-7 { width: 29.16667%; }
  .col-lg-8 { width: 33.33333%; }
  .col-lg-9 { width: 37.5%; }
  .col-lg-10 { width: 41.66667%; }
  .col-lg-11 { width: 45.83333%; }
  .col-lg-12 { width: 50%; }
  .col-lg-13 { width: 54.16667%; }
  .col-lg-14 { width: 58.33333%; }
  .col-lg-15 { width: 62.5%; }
  .col-lg-16 { width: 66.66667%; }
  .col-lg-17 { width: 70.83333%; }
  .col-lg-18 { width: 75%; }
  .col-lg-19 { width: 79.16667%; }
  .col-lg-20 { width: 83.33333%; }
  .col-lg-21 { width: 87.5%; }
  .col-lg-22 { width: 91.66667%; }
  .col-lg-23 { width: 95.83333%; }
  .col-lg-24 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 4.16667%; }
  .col-lg-pull-2 { right: 8.33333%; }
  .col-lg-pull-3 { right: 12.5%; }
  .col-lg-pull-4 { right: 16.66667%; }
  .col-lg-pull-5 { right: 20.83333%; }
  .col-lg-pull-6 { right: 25%; }
  .col-lg-pull-7 { right: 29.16667%; }
  .col-lg-pull-8 { right: 33.33333%; }
  .col-lg-pull-9 { right: 37.5%; }
  .col-lg-pull-10 { right: 41.66667%; }
  .col-lg-pull-11 { right: 45.83333%; }
  .col-lg-pull-12 { right: 50%; }
  .col-lg-pull-13 { right: 54.16667%; }
  .col-lg-pull-14 { right: 58.33333%; }
  .col-lg-pull-15 { right: 62.5%; }
  .col-lg-pull-16 { right: 66.66667%; }
  .col-lg-pull-17 { right: 70.83333%; }
  .col-lg-pull-18 { right: 75%; }
  .col-lg-pull-19 { right: 79.16667%; }
  .col-lg-pull-20 { right: 83.33333%; }
  .col-lg-pull-21 { right: 87.5%; }
  .col-lg-pull-22 { right: 91.66667%; }
  .col-lg-pull-23 { right: 95.83333%; }
  .col-lg-pull-24 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 4.16667%; }
  .col-lg-push-2 { left: 8.33333%; }
  .col-lg-push-3 { left: 12.5%; }
  .col-lg-push-4 { left: 16.66667%; }
  .col-lg-push-5 { left: 20.83333%; }
  .col-lg-push-6 { left: 25%; }
  .col-lg-push-7 { left: 29.16667%; }
  .col-lg-push-8 { left: 33.33333%; }
  .col-lg-push-9 { left: 37.5%; }
  .col-lg-push-10 { left: 41.66667%; }
  .col-lg-push-11 { left: 45.83333%; }
  .col-lg-push-12 { left: 50%; }
  .col-lg-push-13 { left: 54.16667%; }
  .col-lg-push-14 { left: 58.33333%; }
  .col-lg-push-15 { left: 62.5%; }
  .col-lg-push-16 { left: 66.66667%; }
  .col-lg-push-17 { left: 70.83333%; }
  .col-lg-push-18 { left: 75%; }
  .col-lg-push-19 { left: 79.16667%; }
  .col-lg-push-20 { left: 83.33333%; }
  .col-lg-push-21 { left: 87.5%; }
  .col-lg-push-22 { left: 91.66667%; }
  .col-lg-push-23 { left: 95.83333%; }
  .col-lg-push-24 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 4.16667%; }
  .col-lg-offset-2 { margin-left: 8.33333%; }
  .col-lg-offset-3 { margin-left: 12.5%; }
  .col-lg-offset-4 { margin-left: 16.66667%; }
  .col-lg-offset-5 { margin-left: 20.83333%; }
  .col-lg-offset-6 { margin-left: 25%; }
  .col-lg-offset-7 { margin-left: 29.16667%; }
  .col-lg-offset-8 { margin-left: 33.33333%; }
  .col-lg-offset-9 { margin-left: 37.5%; }
  .col-lg-offset-10 { margin-left: 41.66667%; }
  .col-lg-offset-11 { margin-left: 45.83333%; }
  .col-lg-offset-12 { margin-left: 50%; }
  .col-lg-offset-13 { margin-left: 54.16667%; }
  .col-lg-offset-14 { margin-left: 58.33333%; }
  .col-lg-offset-15 { margin-left: 62.5%; }
  .col-lg-offset-16 { margin-left: 66.66667%; }
  .col-lg-offset-17 { margin-left: 70.83333%; }
  .col-lg-offset-18 { margin-left: 75%; }
  .col-lg-offset-19 { margin-left: 79.16667%; }
  .col-lg-offset-20 { margin-left: 83.33333%; }
  .col-lg-offset-21 { margin-left: 87.5%; }
  .col-lg-offset-22 { margin-left: 91.66667%; }
  .col-lg-offset-23 { margin-left: 95.83333%; }
  .col-lg-offset-24 { margin-left: 100%; } }
table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 18px; }
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #eeeeee; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #eeeeee; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #eeeeee; }
.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #eeeeee; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #eeeeee; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #eeeeee; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 6px; font-size: 13px; line-height: 1.42857; color: #666; }

.form-control, .form-group .input-group .form-control { display: block; width: 100%; height: 30px; padding: 5px 16px; font-size: 13px; line-height: 1.42857; color: #666; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 15px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus, .form-group .input-group .form-control:focus { border-color: #000; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); }
.form-control::-moz-placeholder, .form-group .input-group .form-control::-moz-placeholder { color: #999; opacity: 1; }
.form-control:-ms-input-placeholder, .form-group .input-group .form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder, .form-group .input-group .form-control::-webkit-input-placeholder { color: #999; }
.form-control[disabled], .form-group .input-group [disabled].form-control, .form-control[readonly], .form-group .input-group [readonly].form-control, fieldset[disabled] .form-control, fieldset[disabled] .form-group .input-group .form-control, .form-group .input-group fieldset[disabled] .form-control { cursor: not-allowed; background-color: #fffaef; opacity: 1; }

textarea.form-control, .form-group .input-group textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 30px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .form-group .input-group .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > input[type="date"].ribbon-sold, input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .form-group .input-group .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > input[type="time"].ribbon-sold, input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .form-group .input-group .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > input[type="datetime-local"].ribbon-sold, input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .form-group .input-group .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > input[type="month"].ribbon-sold { line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > input[type="date"].ribbon-sold, .form-group .input-group input[type="date"].form-control, input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > input[type="time"].ribbon-sold, .form-group .input-group input[type="time"].form-control, input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > input[type="datetime-local"].ribbon-sold, .form-group .input-group input[type="datetime-local"].form-control, input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > input[type="month"].ribbon-sold, .form-group .input-group input[type="month"].form-control { line-height: 40px; } }
.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 6px; padding-bottom: 6px; margin-bottom: 0; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > .form-control-static.ribbon-sold, .form-group .input-group .form-control-static.form-control, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .form-group .input-group .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > .form-control-static.ribbon-sold { padding-left: 0; padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .form-group .input-group .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > .ribbon-sold, .form-group-sm .form-control, .form-group-sm .form-group .input-group .form-control, .form-group .input-group .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 20px; }

select.input-sm, .input-group-sm > select.form-control, .form-group .input-group .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > select.ribbon-sold, .form-group-sm .form-control, .form-group-sm .form-group .input-group .form-control, .form-group .input-group .form-group-sm .form-control { height: 30px; line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .form-group .input-group .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > textarea.ribbon-sold, .form-group-sm .form-control, .form-group-sm .form-group .input-group .form-control, .form-group .input-group .form-group-sm .form-control, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .form-group .input-group .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > select[multiple].ribbon-sold, .form-group-sm .form-control, .form-group-sm .form-group .input-group .form-control, .form-group .input-group .form-group-sm .form-control { height: auto; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > .ribbon-sold, .form-group .input-group .form-control, .form-group-lg .form-control, .form-group-lg .form-group .input-group .form-control, .form-group .input-group .form-group-lg .form-control { height: 40px; padding: 10px 19px; font-size: 13px; line-height: 1.33; border-radius: 20px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > select.ribbon-sold, .form-group .input-group select.form-control, .form-group-lg .form-control, .form-group-lg .form-group .input-group .form-control, .form-group .input-group .form-group-lg .form-control { height: 40px; line-height: 40px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > textarea.ribbon-sold, .form-group .input-group textarea.form-control, .form-group-lg .form-control, .form-group-lg .form-group .input-group .form-control, .form-group .input-group .form-group-lg .form-control, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > select[multiple].ribbon-sold, .form-group .input-group select[multiple].form-control, .form-group-lg .form-control, .form-group-lg .form-group .input-group .form-control, .form-group .input-group .form-group-lg .form-control { height: auto; }

.has-feedback { position: relative; }
.has-feedback .form-control, .has-feedback .form-group .input-group .form-control, .form-group .input-group .has-feedback .form-control { padding-right: 37.5px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > .ribbon-sold + .form-control-feedback, .form-group .input-group .form-control + .form-control-feedback { width: 40px; height: 40px; line-height: 40px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > .ribbon-sold + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
.has-success .form-control, .has-success .form-group .input-group .form-control, .form-group .input-group .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }
.has-warning .form-control, .has-warning .form-group .input-group .form-control, .form-group .input-group .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #f02222; }
.has-error .form-control, .has-error .form-group .input-group .form-control, .form-group .input-group .has-error .form-control { border-color: #f02222; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #d10e0e; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f68282; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f68282; }
.has-error .input-group-addon { color: #f02222; border-color: #f02222; background-color: #f2dede; }
.has-error .form-control-feedback { color: #f02222; }

.has-feedback label ~ .form-control-feedback { top: 23px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #c5c5c5; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control, .form-inline .form-group .input-group .form-control, .form-group .input-group .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control, .form-inline .form-group .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 6px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 24px; }
.form-horizontal .form-group { margin-left: -10px; margin-right: -10px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
.form-horizontal .form-group:after { clear: both; }
@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 6px; } }
.form-horizontal .has-feedback .form-control-feedback { right: 10px; }
@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.3px; } }
@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } }

.btn, .panel.panel-auction .panel-image .ribbon-sold { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 5px 16px; font-size: 13px; line-height: 1.42857; border-radius: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .panel.panel-auction .panel-image .ribbon-sold:focus, .btn.focus, .panel.panel-auction .panel-image .focus.ribbon-sold, .btn:active:focus, .panel.panel-auction .panel-image .ribbon-sold:active:focus, .btn:active.focus, .panel.panel-auction .panel-image .ribbon-sold:active.focus, .btn.active:focus, .panel.panel-auction .panel-image .active.ribbon-sold:focus, .btn.active.focus, .panel.panel-auction .panel-image .active.focus.ribbon-sold { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .panel.panel-auction .panel-image .ribbon-sold:hover, .btn:focus, .panel.panel-auction .panel-image .ribbon-sold:focus, .btn.focus, .panel.panel-auction .panel-image .focus.ribbon-sold { color: #000; text-decoration: none; }
.btn:active, .panel.panel-auction .panel-image .ribbon-sold:active, .btn.active, .panel.panel-auction .panel-image .active.ribbon-sold { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .panel.panel-auction .panel-image .disabled.ribbon-sold, .btn[disabled], .panel.panel-auction .panel-image [disabled].ribbon-sold, fieldset[disabled] .btn, fieldset[disabled] .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image fieldset[disabled] .ribbon-sold { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default { color: #000; background-color: #fff; border-color: transparent; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #000; background-color: #e6e6e6; border-color: transparent; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: transparent; }
.btn-default .badge { color: #fff; background-color: #000; }

.btn-primary { color: #fff; background-color: #ec1d25; border-color: transparent; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #c51118; border-color: transparent; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #ec1d25; border-color: transparent; }
.btn-primary .badge { color: #ec1d25; background-color: #fff; }

.btn-success { color: #fff; background-color: #27ae60; border-color: transparent; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #1e8449; border-color: transparent; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #27ae60; border-color: transparent; }
.btn-success .badge { color: #27ae60; background-color: #fff; }

.btn-info { color: #fff; background-color: #536980; border-color: transparent; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #3f5061; border-color: transparent; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #536980; border-color: transparent; }
.btn-info .badge { color: #536980; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: transparent; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: transparent; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: transparent; }
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: transparent; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: transparent; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: transparent; }
.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: #ec1d25; font-weight: normal; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #ae0f15; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .panel.panel-auction .panel-image .btn-group-lg > .ribbon-sold { padding: 10px 19px; font-size: 13px; line-height: 1.33; border-radius: 20px; }

.btn-sm, .btn-group-sm > .btn, .panel.panel-auction .panel-image .btn-group-sm > .ribbon-sold { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 20px; }

.btn-xs, .btn-group-xs > .btn, .panel.panel-auction .panel-image .btn-group-xs > .ribbon-sold { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 20px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.fade.in { opacity: 1; }

.collapse { display: none; visibility: hidden; }
.collapse.in { display: block; visibility: visible; }

tr.collapse.in { display: table-row; }

tbody.collapse.in { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }

.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }

.dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 15px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #ec1d25; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }

.open > .dropdown-menu { display: block; }
.open > a { outline: 0; }

.dropdown-menu-right { left: auto; right: 0; }

.dropdown-menu-left { left: 0; right: auto; }

.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857; color: #777777; white-space: nowrap; }

.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }

.pull-right > .dropdown-menu { right: 0; left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }

@media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; }
  .navbar-right .dropdown-menu-left { left: 0; right: auto; } }
.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
.btn-group > .btn, .panel.panel-auction .panel-image .btn-group > .ribbon-sold, .btn-group-vertical > .btn, .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold { position: relative; float: left; }
.btn-group > .btn:hover, .panel.panel-auction .panel-image .btn-group > .ribbon-sold:hover, .btn-group > .btn:focus, .panel.panel-auction .panel-image .btn-group > .ribbon-sold:focus, .btn-group > .btn:active, .panel.panel-auction .panel-image .btn-group > .ribbon-sold:active, .btn-group > .btn.active, .panel.panel-auction .panel-image .btn-group > .active.ribbon-sold, .btn-group-vertical > .btn:hover, .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold:hover, .btn-group-vertical > .btn:focus, .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold:focus, .btn-group-vertical > .btn:active, .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold:active, .btn-group-vertical > .btn.active, .panel.panel-auction .panel-image .btn-group-vertical > .active.ribbon-sold { z-index: 2; }

.btn-group .btn + .btn, .btn-group .panel.panel-auction .panel-image .ribbon-sold + .btn, .panel.panel-auction .panel-image .btn-group .ribbon-sold + .btn, .btn-group .panel.panel-auction .panel-image .btn + .ribbon-sold, .panel.panel-auction .panel-image .btn-group .btn + .ribbon-sold, .btn-group .panel.panel-auction .panel-image .ribbon-sold + .ribbon-sold, .panel.panel-auction .panel-image .btn-group .ribbon-sold + .ribbon-sold, .btn-group .btn + .btn-group, .btn-group .panel.panel-auction .panel-image .ribbon-sold + .btn-group, .panel.panel-auction .panel-image .btn-group .ribbon-sold + .btn-group, .btn-group .btn-group + .btn, .btn-group .panel.panel-auction .panel-image .btn-group + .ribbon-sold, .panel.panel-auction .panel-image .btn-group .btn-group + .ribbon-sold, .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; }
.btn-toolbar:after { clear: both; }
.btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }
.btn-toolbar > .btn, .panel.panel-auction .panel-image .btn-toolbar > .ribbon-sold, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .panel.panel-auction .panel-image .btn-group > .ribbon-sold:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.btn-group > .btn:first-child, .panel.panel-auction .panel-image .btn-group > .ribbon-sold:first-child { margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .panel.panel-auction .panel-image .btn-group > .ribbon-sold:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .panel.panel-auction .panel-image .btn-group > .ribbon-sold:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group > .btn-group { float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .panel.panel-auction .panel-image .btn-group > .btn-group:not(:first-child):not(:last-child) > .ribbon-sold { border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .panel.panel-auction .panel-image .btn-group > .btn-group:first-child > .ribbon-sold:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child, .panel.panel-auction .panel-image .btn-group > .btn-group:last-child > .ribbon-sold:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle, .panel.panel-auction .panel-image .btn-group > .ribbon-sold + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .panel.panel-auction .panel-image .btn-group-lg.btn-group > .ribbon-sold + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }

.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; }

.btn .caret, .panel.panel-auction .panel-image .ribbon-sold .caret { margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .panel.panel-auction .panel-image .btn-group-lg > .ribbon-sold .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .panel.panel-auction .panel-image .btn-group-lg > .ribbon-sold .caret, .panel.panel-auction .panel-image .dropup .btn-group-lg > .ribbon-sold .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .panel.panel-auction .panel-image .btn-group-vertical > .btn-group > .ribbon-sold { display: block; float: none; width: 100%; max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; }
.btn-group-vertical > .btn-group:after { clear: both; }
.btn-group-vertical > .btn-group > .btn, .panel.panel-auction .panel-image .btn-group-vertical > .btn-group > .ribbon-sold { float: none; }
.btn-group-vertical > .btn + .btn, .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold + .btn, .panel.panel-auction .panel-image .btn-group-vertical > .btn + .ribbon-sold, .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold + .ribbon-sold, .btn-group-vertical > .btn + .btn-group, .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold + .btn-group, .btn-group-vertical > .btn-group + .btn, .panel.panel-auction .panel-image .btn-group-vertical > .btn-group + .ribbon-sold, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold:not(:first-child):not(:last-child) { border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child), .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold:first-child:not(:last-child) { border-top-right-radius: 15px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child), .panel.panel-auction .panel-image .btn-group-vertical > .ribbon-sold:last-child:not(:first-child) { border-bottom-left-radius: 15px; border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .panel.panel-auction .panel-image .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .ribbon-sold { border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .panel.panel-auction .panel-image .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ribbon-sold:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .panel.panel-auction .panel-image .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ribbon-sold:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
.btn-group-justified > .btn, .panel.panel-auction .panel-image .btn-group-justified > .ribbon-sold, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; }
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image .btn-group-justified > .btn-group .ribbon-sold { width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu { left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .panel.panel-auction .panel-image [data-toggle="buttons"] > .ribbon-sold input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], .panel.panel-auction .panel-image [data-toggle="buttons"] > .ribbon-sold input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .panel.panel-auction .panel-image [data-toggle="buttons"] > .btn-group > .ribbon-sold input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .panel.panel-auction .panel-image [data-toggle="buttons"] > .btn-group > .ribbon-sold input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.input-group { position: relative; display: table; border-collapse: separate; }
.input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; }
.input-group .form-control, .form-group .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }

.input-group-addon, .input-group-btn, .input-group .form-control, .form-group .input-group .form-control { display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }

.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }

.input-group-addon { padding: 5px 16px; font-size: 13px; font-weight: normal; line-height: 1; color: #666; text-align: center; background-color: #fff; border: 1px solid #ccc; border-radius: 15px; }
.input-group-addon.input-sm, .form-group .input-group .input-group-sm > .input-group-addon.form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .panel.panel-auction .panel-image .input-group-sm > .input-group-btn > .input-group-addon.ribbon-sold { padding: 5px 10px; font-size: 12px; border-radius: 20px; }
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .panel.panel-auction .panel-image .input-group-lg > .input-group-btn > .input-group-addon.ribbon-sold, .form-group .input-group .input-group-addon.form-control { padding: 10px 19px; font-size: 13px; border-radius: 20px; }
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .panel.panel-auction .panel-image .input-group-btn:first-child > .ribbon-sold, .input-group-btn:first-child > .btn-group > .btn, .panel.panel-auction .panel-image .input-group-btn:first-child > .btn-group > .ribbon-sold, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .panel.panel-auction .panel-image .input-group-btn:last-child > .ribbon-sold:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .panel.panel-auction .panel-image .input-group-btn:last-child > .btn-group:not(:last-child) > .ribbon-sold { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .panel.panel-auction .panel-image .input-group-btn:last-child > .ribbon-sold, .input-group-btn:last-child > .btn-group > .btn, .panel.panel-auction .panel-image .input-group-btn:last-child > .btn-group > .ribbon-sold, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .panel.panel-auction .panel-image .input-group-btn:first-child > .ribbon-sold:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .panel.panel-auction .panel-image .input-group-btn:first-child > .btn-group:not(:first-child) > .ribbon-sold { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.input-group-addon:last-child { border-left: 0; }

.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
.input-group-btn > .btn, .panel.panel-auction .panel-image .input-group-btn > .ribbon-sold { position: relative; }
.input-group-btn > .btn + .btn, .panel.panel-auction .panel-image .input-group-btn > .ribbon-sold + .btn, .panel.panel-auction .panel-image .input-group-btn > .btn + .ribbon-sold, .panel.panel-auction .panel-image .input-group-btn > .ribbon-sold + .ribbon-sold { margin-left: -1px; }
.input-group-btn > .btn:hover, .panel.panel-auction .panel-image .input-group-btn > .ribbon-sold:hover, .input-group-btn > .btn:focus, .panel.panel-auction .panel-image .input-group-btn > .ribbon-sold:focus, .input-group-btn > .btn:active, .panel.panel-auction .panel-image .input-group-btn > .ribbon-sold:active { z-index: 2; }
.input-group-btn:first-child > .btn, .panel.panel-auction .panel-image .input-group-btn:first-child > .ribbon-sold, .input-group-btn:first-child > .btn-group { margin-right: -1px; }
.input-group-btn:last-child > .btn, .panel.panel-auction .panel-image .input-group-btn:last-child > .ribbon-sold, .input-group-btn:last-child > .btn-group { margin-left: -1px; }

.nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }
.nav > li.disabled > a { color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #ec1d25; }
.nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; }
.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #d9d9d9; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 15px 15px 0 0; }
.nav-tabs > li > a:hover { border-color: #d9d9d9 #d9d9d9 #d9d9d9; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #000; background-color: #FFF; border: 1px solid #d9d9d9; border-bottom-color: transparent; cursor: default; }

.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 15px; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #ec1d25; }

.nav-stacked > li { float: none; }
.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified { width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li { float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
@media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 15px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #d9d9d9; }
@media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #d9d9d9; border-radius: 15px 15px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #d9d9d9; } }

.tab-content > .tab-pane { display: none; visibility: hidden; }
.tab-content > .active { display: block; visibility: visible; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }

.pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 15px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 5px 16px; line-height: 1.42857; text-decoration: none; color: #7f7f7f; background-color: #fff; border: 1px solid #dedede; margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 15px; border-top-left-radius: 15px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 15px; border-top-right-radius: 15px; }
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { color: #000; background-color: #fff; border-color: #dedede; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 2; color: #fff; background-color: #ec1d25; border-color: #ec1d25; cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 19px; font-size: 13px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 20px; border-top-left-radius: 20px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 20px; border-top-right-radius: 20px; }

.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 20px; border-top-left-radius: 20px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 20px; border-top-right-radius: 20px; }

.pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; }
.pager:before, .pager:after { content: " "; display: table; }
.pager:after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #dedede; border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #fff; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; }

.label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }
.label:empty { display: none; }
.btn .label, .panel.panel-auction .panel-image .ribbon-sold .label { position: relative; top: -1px; }

a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; }

.label-default { background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; }

.label-primary { background-color: #ec1d25; }
.label-primary[href]:hover, .label-primary[href]:focus { background-color: #c51118; }

.label-success { background-color: #27ae60; }
.label-success[href]:hover, .label-success[href]:focus { background-color: #1e8449; }

.label-info { background-color: #536980; }
.label-info[href]:hover, .label-info[href]:focus { background-color: #3f5061; }

.label-warning { background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; }

.label-danger { background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; }

.alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 15px; }
.alert h4 { margin-top: 0; color: inherit; }
.alert .alert-link { font-weight: bold; }
.alert > p, .alert > ul { margin-bottom: 0; }
.alert > p + p { margin-top: 5px; }

.alert-dismissable, .alert-dismissible { padding-right: 35px; }
.alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }
.alert-success hr { border-top-color: #c9e2b3; }
.alert-success .alert-link { color: #2b542c; }

.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.alert-info hr { border-top-color: #a6e1ec; }
.alert-info .alert-link { color: #245269; }

.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.alert-warning hr { border-top-color: #f7e1b5; }
.alert-warning .alert-link { color: #66512c; }

.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #f02222; }
.alert-danger hr { border-top-color: #e4b9c0; }
.alert-danger .alert-link { color: #d10e0e; }

.media { margin-top: 15px; }
.media:first-child { margin-top: 0; }

.media-right, .media > .pull-right { padding-left: 10px; }

.media-left, .media > .pull-left { padding-right: 10px; }

.media-left, .media-right, .media-body { display: table-cell; vertical-align: top; }

.media-middle { vertical-align: middle; }

.media-bottom { vertical-align: bottom; }

.media-heading { margin-top: 0; margin-bottom: 5px; }

.media-list { padding-left: 0; list-style: none; }

.list-group { margin-bottom: 20px; padding-left: 0; }

.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; }
.list-group-item:first-child { border-top-right-radius: 15px; border-top-left-radius: 15px; }
.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; }

a.list-group-item { color: #555; }
a.list-group-item .list-group-item-heading { color: #333; }
a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #ec1d25; border-color: #ec1d25; }
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #fcd9db; }

.list-group-item-success { color: #3c763d; background-color: #dff0d8; }

a.list-group-item-success { color: #3c763d; }
a.list-group-item-success .list-group-item-heading { color: inherit; }
a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; }

.list-group-item-info { color: #31708f; background-color: #d9edf7; }

a.list-group-item-info { color: #31708f; }
a.list-group-item-info .list-group-item-heading { color: inherit; }
a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; }

.list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; }

a.list-group-item-warning { color: #8a6d3b; }
a.list-group-item-warning .list-group-item-heading { color: inherit; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; }

.list-group-item-danger { color: #f02222; background-color: #f2dede; }

a.list-group-item-danger { color: #f02222; }
a.list-group-item-danger .list-group-item-heading { color: inherit; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #f02222; background-color: #ebcccc; }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #f02222; border-color: #f02222; }

.list-group-item-heading { margin-top: 0; margin-bottom: 5px; }

.list-group-item-text { margin-bottom: 0; line-height: 1.3; }

.panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body { padding: 10px; }
.panel-body:before, .panel-body:after { content: " "; display: table; }
.panel-body:after { clear: both; }

.panel-heading { padding: 15px 20px 0 20px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle { color: inherit; }

.panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; }
.panel-title > a { color: inherit; }

.panel-footer { padding: 15px 20px 0 20px; background-color: #f9f9f9; border-top: 1px solid #dedede; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; }
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }

.list-group + .panel-footer { border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; }
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 10px; padding-right: 10px; }
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #eeeeee; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; }
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; }
.panel > .table-responsive { border: 0; margin-bottom: 0; }

.panel-group { margin-bottom: 18px; }
.panel-group .panel { margin-bottom: 0; border-radius: 4px; }
.panel-group .panel + .panel { margin-top: 5px; }
.panel-group .panel-heading { border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #dedede; }
.panel-group .panel-footer { border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dedede; }

.panel-default { border-color: #dedede; }
.panel-default > .panel-heading { color: #333333; background-color: transparent; border-color: #dedede; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #dedede; }
.panel-default > .panel-heading .badge { color: transparent; background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #dedede; }

.panel-primary { border-color: #ec1d25; }
.panel-primary > .panel-heading { color: #fff; background-color: #ec1d25; border-color: #ec1d25; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ec1d25; }
.panel-primary > .panel-heading .badge { color: #ec1d25; background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ec1d25; }

.panel-success { border-color: #d6e9c6; }
.panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; }

.panel-info { border-color: #bce8f1; }
.panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; }

.panel-warning { border-color: #faebcc; }
.panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; }

.panel-danger { border-color: #ebccd1; }
.panel-danger > .panel-heading { color: #f02222; background-color: #f2dede; border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge { color: #f2dede; background-color: #f02222; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; }

.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }
.embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive.embed-responsive-4by3 { padding-bottom: 75%; }

.close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); }
.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); }

button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden { display: none !important; visibility: hidden !important; }

.affix { position: fixed; }

@-ms-viewport { width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (max-width: 767px) { .visible-xs-block { display: block !important; } }

@media (max-width: 767px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 999px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 999px) { .visible-sm-block { display: block !important; } }

@media (min-width: 768px) and (max-width: 999px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 768px) and (max-width: 999px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 1000px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 1000px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 1000px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 1000px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 767px) { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 999px) { .hidden-sm { display: none !important; } }
@media (min-width: 1000px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
.visible-print-block { display: none !important; }
@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }
@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }
@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }
/*! jQuery UI - v1.11.2 - 2015-01-27
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Roboto%2C%20sans-serif&fwDefault=normal&fsDefault=13px&cornerRadius=3px&bgColorHeader=%23536980&bgTextureHeader=flat&bgImgOpacityHeader=0&borderColorHeader=%23536980&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23dedede&fcContent=%23666666&iconColorContent=%23666666&bgColorDefault=%23efefef&bgTextureDefault=flat&bgImgOpacityDefault=0&borderColorDefault=%23dedede&fcDefault=%23666666&iconColorDefault=%23666666&bgColorHover=%23dadada&bgTextureHover=flat&bgImgOpacityHover=0&borderColorHover=%23999999&fcHover=%23666666&iconColorHover=%23666666&bgColorActive=%23ffffff&bgTextureActive=flat&bgImgOpacityActive=0&borderColorActive=%23dedede&fcActive=%23666666&iconColorActive=%23666666&bgColorHighlight=%23f0ae22&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23c48a0f&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23f02222&bgTextureError=flat&bgImgOpacityError=95&borderColorError=%23c30d0d&fcError=%23ffffff&iconColorError=%23ffffff&bgColorOverlay=%23000000&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }

.ui-helper-clearfix:after { clear: both; }

.ui-helper-clearfix { min-height: 0; /* support: IE7 */ }

.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); /* support: IE8 */ }

.ui-front { z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }

.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }

.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }

.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { color: #666; width: 45%; }

.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }

.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }

.ui-datepicker td { border: 0; padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }

.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Roboto, sans-serif; font-size: 13px; }

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Roboto, sans-serif; font-size: 13px; }

.ui-widget-content { border: 1px solid #dedede; background: #ffffff url("../img/jquery-ui/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x; color: #666666; }

.ui-widget-content a { color: #666666; }

.ui-widget-header { border: 1px solid #536980; background: #536980 url("../img/jquery-ui/ui-bg_flat_0_536980_40x100.png") 50% 50% repeat-x; color: #ffffff; font-weight: bold; }

.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dedede; background: #efefef url("../img/jquery-ui/ui-bg_flat_0_efefef_40x100.png") 50% 50% repeat-x; font-weight: normal; color: #666666; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #666666; text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #dedede; background: #ffffff url("../img/jquery-ui/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x; font-weight: normal; color: #666666; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited { color: #666666; text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #c48a0f; background: #f0ae22 url("../img/jquery-ui/ui-bg_flat_0_f0ae22_40x100.png") 50% 50% repeat-x; font-weight: normal; color: #ffffff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #666666; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #c48a0f; background: #f0ae22 url("../img/jquery-ui/ui-bg_flat_0_f0ae22_40x100.png") 50% 50% repeat-x; color: #ffffff; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #ffffff; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #c30d0d; background: #f02222 url("../img/jquery-ui/ui-bg_flat_95_f02222_40x100.png") 50% 50% repeat-x; color: #ffffff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter: Alpha(Opacity=70); /* support: IE8 */ font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); /* support: IE8 */ background-image: none; }

.ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; }

.ui-icon, .ui-widget-content .ui-icon { background-image: url("../img/jquery-ui/ui-icons_666666_256x240.png"); }

.ui-widget-header .ui-icon { background-image: url("../img/jquery-ui/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon { background-image: url("../img/jquery-ui/ui-icons_666666_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url("../img/jquery-ui/ui-icons_666666_256x240.png"); }

.ui-state-active .ui-icon { background-image: url("../img/jquery-ui/ui-icons_666666_256x240.png"); }

.ui-state-highlight .ui-icon { background-image: url("../img/jquery-ui/ui-icons_ffffff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url("../img/jquery-ui/ui-icons_ffffff_256x240.png"); }

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }

.ui-icon-carat-1-n { background-position: 0 0; }

.ui-icon-carat-1-ne { background-position: -16px 0; }

.ui-icon-carat-1-e { background-position: -32px 0; }

.ui-icon-carat-1-se { background-position: -48px 0; }

.ui-icon-carat-1-s { background-position: -64px 0; }

.ui-icon-carat-1-sw { background-position: -80px 0; }

.ui-icon-carat-1-w { background-position: -96px 0; }

.ui-icon-carat-1-nw { background-position: -112px 0; }

.ui-icon-carat-2-n-s { background-position: -128px 0; }

.ui-icon-carat-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -64px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -64px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #000000 url("../img/jquery-ui/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); /* support: IE8 */ }

.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000 url("../img/jquery-ui/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); /* support: IE8 */ border-radius: 8px; }

/* SITE CSS */
.icon, .panel.panel-auction-detail .panel-product-info .product-price .currency, #SSS .toggle .heading::after, #SSS .toggle.expanded .heading::after { content: " "; display: inline-block; font-size: 13px; background-image: url(../img/sprite.png?v=6); background-position: 0 0; background-repeat: no-repeat; vertical-align: middle; }
.icon.icon-profile-user, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-user.currency, #SSS .toggle .icon-profile-user.heading::after { width: 22px; height: 22px; background-position: 0 0; margin: -2px 0; }
.icon.icon-profile-detail, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-detail.currency, #SSS .toggle .icon-profile-detail.heading::after { width: 22px; height: 22px; background-position: -23px 0; margin: -2px 0; }
.icon.icon-profile-bid, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-bid.currency, #SSS .toggle .icon-profile-bid.heading::after { width: 22px; height: 22px; background-position: -46px 0; margin: -2px 0; }
.icon.icon-profile-trophy, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-trophy.currency, #SSS .toggle .icon-profile-trophy.heading::after { width: 22px; height: 22px; background-position: -69px 0; margin: -2px 0; }
.icon.icon-profile-cursor, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-cursor.currency, #SSS .toggle .icon-profile-cursor.heading::after { width: 22px; height: 22px; background-position: -92px 0; margin: -2px 0; }
.icon.icon-profile-favourites, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-favourites.currency, #SSS .toggle .icon-profile-favourites.heading::after { width: 22px; height: 22px; background-position: -200px 0; margin: -2px 0; }
.icon.icon-profile-exit, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-exit.currency, #SSS .toggle .icon-profile-exit.heading::after { width: 22px; height: 22px; background-position: -223px 0; margin: -2px 0; }
.icon.icon-menu-bid, .panel.panel-auction-detail .panel-product-info .product-price .icon-menu-bid.currency, #SSS .toggle .icon-menu-bid.heading::after { background-position: 0 -23px; padding: 3px 12px; }
.icon.icon-menu-cursor, .panel.panel-auction-detail .panel-product-info .product-price .icon-menu-cursor.currency, #SSS .toggle .icon-menu-cursor.heading::after { background-position: -50px -23px; padding: 3px 12px; }
.icon.icon-menu-hands, .panel.panel-auction-detail .panel-product-info .product-price .icon-menu-hands.currency, #SSS .toggle .icon-menu-hands.heading::after { background-position: -230px -170px; padding: 3px 12px; }
.icon.icon-header-car, .panel.panel-auction-detail .panel-product-info .product-price .icon-header-car.currency, #SSS .toggle .icon-header-car.heading::after { width: 27px; height: 25px; line-height: 22px; font-size: 16px; background-position: 0 -50px; padding: 4px 14px; vertical-align: bottom; }
.icon.icon-slider-dot, .panel.panel-auction-detail .panel-product-info .product-price .icon-slider-dot.currency, #SSS .toggle .icon-slider-dot.heading::after { width: 14px; height: 14px; background-position: -30px -50px; }
.icon.icon-slider-dot.active, .panel.panel-auction-detail .panel-product-info .product-price .icon-slider-dot.active.currency, #SSS .toggle .icon-slider-dot.active.heading::after { background-position: -45px -50px; }
.icon.icon-currency-lira, .panel.panel-auction-detail .panel-product-info .product-price .currency, #SSS .toggle .icon-currency-lira.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .heading.currency::after { width: 13px; height: 16px; padding: 0 7px; background-position: -80px -50px; }
.icon.icon-currency-lira.gray, .panel.panel-auction-detail .panel-product-info .product-price .gray.currency, .panel.panel-auction-detail .panel-product-info .product-price.gray .currency, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price.gray .currency.heading::after, .panel.panel-auction-detail .panel-product-info .product-price.gray #SSS .toggle .currency.heading::after, #SSS .toggle .icon-currency-lira.gray.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .gray.heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .gray.heading.currency::after { background-position: -80px -50px; }
.icon.icon-currency-lira.red, .panel.panel-auction-detail .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price.red .currency, #SSS .toggle .icon-currency-lira.red.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .heading.currency::after { background-position: -94px -50px; }
.icon.icon-currency-lira.white, .panel.panel-auction-detail .panel-product-info .product-price .white.currency, #SSS .toggle .icon-currency-lira.white.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .white.heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .white.heading.currency::after { background-position: -108px -50px; }
.icon.icon-currency-lira.green, .panel.panel-auction-detail .panel-product-info .product-price .green.currency, .panel.panel-auction-detail .panel-product-info .product-price.green .currency, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price.green .currency.heading::after, .panel.panel-auction-detail .panel-product-info .product-price.green #SSS .toggle .currency.heading::after, #SSS .toggle .icon-currency-lira.green.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .green.heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .green.heading.currency::after { background-position: -122px -50px; }
.icon.icon-ui-select, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-select.currency, #SSS .toggle .icon-ui-select.heading::after { width: 11px; height: 6px; background-position: -60px -50px; }
.icon.icon-ui-ul, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-ul.currency, #SSS .toggle .icon-ui-ul.heading::after { width: 7px; height: 7px; background-position: -60px -60px; }
.icon.icon-ui-calendar, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-calendar.currency, #SSS .toggle .icon-ui-calendar.heading::after { width: 19px; height: 17px; background-position: -140px -70px; }
.icon.icon-ui-checkbox, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-checkbox.currency, #SSS .toggle .icon-ui-checkbox.heading::after { width: 22px; height: 22px; background-position: -140px 0; }
.icon.icon-ui-checkbox.checked, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-checkbox.checked.currency, #SSS .toggle .icon-ui-checkbox.checked.heading::after { background-position: -170px 0; }
.icon.icon-arrow, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.currency, #SSS .toggle .icon-arrow.heading::after { width: 7px; height: 11px; font-size: 9px; line-height: 18px; margin: 3px 0 4px; }
.icon.icon-arrow.left, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, #SSS .toggle .icon-arrow.left.heading::after { background-position: -30px -70px; }
.icon.icon-arrow.left.yellow, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.yellow.currency, #SSS .toggle .icon-arrow.left.yellow.heading::after { background-position: -50px -70px; }
.icon.icon-arrow.left.white, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.white.currency, #SSS .toggle .icon-arrow.left.white.heading::after { background-position: -70px -70px; }
.icon.icon-arrow.right, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, #SSS .toggle .icon-arrow.right.heading::after { background-position: -40px -70px; }
.icon.icon-arrow.right.yellow, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.yellow.currency, #SSS .toggle .icon-arrow.right.yellow.heading::after { background-position: -60px -70px; }
.icon.icon-arrow.right.white, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.white.currency, #SSS .toggle .icon-arrow.right.white.heading::after { background-position: -80px -70px; }
.icon.icon-arrow-detail, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow-detail.currency, #SSS .toggle .icon-arrow-detail.heading::after { width: 6px; height: 9px; font-size: 8px; padding: 0 3px; background-position: -90px -70px; margin-left: 5px; vertical-align: baseline; }
.icon.icon-accoridon, .panel.panel-auction-detail .panel-product-info .product-price .icon-accoridon.currency, #SSS .toggle .heading::after, #SSS .toggle.expanded .heading::after { width: 16px; height: 16px; }
.icon.icon-accoridon.toggle-open, .panel.panel-auction-detail .panel-product-info .product-price .icon-accoridon.toggle-open.currency, #SSS .toggle .heading::after, #SSS .toggle.expanded .heading::after { background-position: -100px -70px; }
.icon.icon-accoridon.toggle-close, .panel.panel-auction-detail .panel-product-info .product-price .icon-accoridon.toggle-close.currency, #SSS .toggle .toggle-close.heading::after, #SSS .toggle.expanded .heading::after { background-position: -120px -70px; }
.icon.icon-card, .panel.panel-auction-detail .panel-product-info .product-price .icon-card.currency, #SSS .toggle .icon-card.heading::after { width: 21px; height: 15px; padding: 0 11px; background-position: -160px -70px; }
.icon.icon-card-cvc, .panel.panel-auction-detail .panel-product-info .product-price .icon-card-cvc.currency, #SSS .toggle .icon-card-cvc.heading::after { width: 68px; height: 45px; padding: 23px 34px; background-position: 0 -340px; }
.icon.icon-30, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.currency, #SSS .toggle .icon-30.heading::after { width: 30px; height: 30px; padding: 6px 15px; }
.icon.icon-30.facebook, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.facebook.currency, #SSS .toggle .icon-30.facebook.heading::after { background-position: 1px -90px; }
.icon.icon-30.twitter, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.twitter.currency, #SSS .toggle .icon-30.twitter.heading::after { background-position: -30px -90px; }
.icon.icon-30.instagram, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.instagram.currency, #SSS .toggle .icon-30.instagram.heading::after { background-position: -180px -90px; }
.icon.icon-30.googleplus, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.googleplus.currency, #SSS .toggle .icon-30.googleplus.heading::after { background-position: -210px -90px; }
.icon.icon-30.pinterest, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.pinterest.currency, #SSS .toggle .icon-30.pinterest.heading::after { background-position: -240px -90px; }
.icon.icon-30.linkedin, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.linkedin.currency, #SSS .toggle .icon-30.linkedin.heading::after { background-position: -270px -90px; }
.icon.icon-30.youtube, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.youtube.currency, #SSS .toggle .icon-30.youtube.heading::after { background-position: -270px -60px; }
.icon.icon-30.cursor, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.cursor.currency, #SSS .toggle .icon-30.cursor.heading::after { background-position: -60px -90px; }
.icon.icon-30.bid, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.bid.currency, #SSS .toggle .icon-30.bid.heading::after { background-position: -90px -90px; }
.icon.icon-bg-search, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-search.currency, #SSS .toggle .icon-bg-search.heading::after { width: 70px; height: 80px; background-position: 3px -134px; }
.icon.icon-bg-document, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-document.currency, #SSS .toggle .icon-bg-document.heading::after { width: 65px; height: 90px; background-position: -87px -131px; }
.icon.icon-bg-user, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-user.currency, #SSS .toggle .icon-bg-user.heading::after { width: 60px; height: 83px; background-position: 9px -216px; }
.icon.icon-bg-social, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-social.currency, #SSS .toggle .icon-bg-social.heading::after { width: 60px; height: 80px; background-position: -224px -200px; }
.icon.icon-bg-envelope, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-envelope.currency, #SSS .toggle .icon-bg-envelope.heading::after { width: 87px; height: 85px; background-position: -70px -220px; }
.icon.icon-bg-tanotodan, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-tanotodan.currency, #SSS .toggle .icon-bg-tanotodan.heading::after { width: 61px; height: 80px; background-position: -190px -290px; }
@media (max-width: 999px) { .icon.icon-bg-search, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-search.currency, #SSS .toggle .icon-bg-search.heading::after { width: 76px; height: 85px; background-position: 0 -130px; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }
  .icon.icon-bg-tanotodan, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-tanotodan.currency, #SSS .toggle .icon-bg-tanotodan.heading::after { -webkit-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; } }
@media (max-width: 767px) { .icon.icon-bg-envelope, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-envelope.currency, #SSS .toggle .icon-bg-envelope.heading::after { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }
  .icon.icon-bg-search, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-search.currency, #SSS .toggle .icon-bg-search.heading::after { -webkit-transform: scale(0.55); -ms-transform: scale(0.55); -o-transform: scale(0.55); transform: scale(0.55); } }

.icon, .panel.panel-auction-detail .panel-product-info .product-price .currency, #SSS .toggle .heading::after, #SSS .toggle.expanded .heading::after { content: " "; display: inline-block; font-size: 13px; background-image: url(../img/sprite.png?v=6); background-position: 0 0; background-repeat: no-repeat; vertical-align: middle; }
.icon.icon-profile-user, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-user.currency, #SSS .toggle .icon-profile-user.heading::after { width: 22px; height: 22px; background-position: 0 0; margin: -2px 0; }
.icon.icon-profile-detail, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-detail.currency, #SSS .toggle .icon-profile-detail.heading::after { width: 22px; height: 22px; background-position: -23px 0; margin: -2px 0; }
.icon.icon-profile-bid, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-bid.currency, #SSS .toggle .icon-profile-bid.heading::after { width: 22px; height: 22px; background-position: -46px 0; margin: -2px 0; }
.icon.icon-profile-trophy, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-trophy.currency, #SSS .toggle .icon-profile-trophy.heading::after { width: 22px; height: 22px; background-position: -69px 0; margin: -2px 0; }
.icon.icon-profile-cursor, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-cursor.currency, #SSS .toggle .icon-profile-cursor.heading::after { width: 22px; height: 22px; background-position: -92px 0; margin: -2px 0; }
.icon.icon-profile-favourites, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-favourites.currency, #SSS .toggle .icon-profile-favourites.heading::after { width: 22px; height: 22px; background-position: -200px 0; margin: -2px 0; }
.icon.icon-profile-exit, .panel.panel-auction-detail .panel-product-info .product-price .icon-profile-exit.currency, #SSS .toggle .icon-profile-exit.heading::after { width: 22px; height: 22px; background-position: -223px 0; margin: -2px 0; }
.icon.icon-menu-bid, .panel.panel-auction-detail .panel-product-info .product-price .icon-menu-bid.currency, #SSS .toggle .icon-menu-bid.heading::after { background-position: 0 -23px; padding: 3px 12px; }
.icon.icon-menu-cursor, .panel.panel-auction-detail .panel-product-info .product-price .icon-menu-cursor.currency, #SSS .toggle .icon-menu-cursor.heading::after { background-position: -50px -23px; padding: 3px 12px; }
.icon.icon-menu-hands, .panel.panel-auction-detail .panel-product-info .product-price .icon-menu-hands.currency, #SSS .toggle .icon-menu-hands.heading::after { background-position: -230px -170px; padding: 3px 12px; }
.icon.icon-header-car, .panel.panel-auction-detail .panel-product-info .product-price .icon-header-car.currency, #SSS .toggle .icon-header-car.heading::after { width: 27px; height: 25px; line-height: 22px; font-size: 16px; background-position: 0 -50px; padding: 4px 14px; vertical-align: bottom; }
.icon.icon-slider-dot, .panel.panel-auction-detail .panel-product-info .product-price .icon-slider-dot.currency, #SSS .toggle .icon-slider-dot.heading::after { width: 14px; height: 14px; background-position: -30px -50px; }
.icon.icon-slider-dot.active, .panel.panel-auction-detail .panel-product-info .product-price .icon-slider-dot.active.currency, #SSS .toggle .icon-slider-dot.active.heading::after { background-position: -45px -50px; }
.icon.icon-currency-lira, .panel.panel-auction-detail .panel-product-info .product-price .currency, #SSS .toggle .icon-currency-lira.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .heading.currency::after { width: 13px; height: 16px; padding: 0 7px; background-position: -80px -50px; }
.icon.icon-currency-lira.gray, .panel.panel-auction-detail .panel-product-info .product-price .gray.currency, .panel.panel-auction-detail .panel-product-info .product-price.gray .currency, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price.gray .currency.heading::after, .panel.panel-auction-detail .panel-product-info .product-price.gray #SSS .toggle .currency.heading::after, #SSS .toggle .icon-currency-lira.gray.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .gray.heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .gray.heading.currency::after { background-position: -80px -50px; }
.icon.icon-currency-lira.red, .panel.panel-auction-detail .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price.red .currency, #SSS .toggle .icon-currency-lira.red.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .heading.currency::after { background-position: -94px -50px; }
.icon.icon-currency-lira.white, .panel.panel-auction-detail .panel-product-info .product-price .white.currency, #SSS .toggle .icon-currency-lira.white.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .white.heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .white.heading.currency::after { background-position: -108px -50px; }
.icon.icon-currency-lira.green, .panel.panel-auction-detail .panel-product-info .product-price .green.currency, .panel.panel-auction-detail .panel-product-info .product-price.green .currency, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price.green .currency.heading::after, .panel.panel-auction-detail .panel-product-info .product-price.green #SSS .toggle .currency.heading::after, #SSS .toggle .icon-currency-lira.green.heading::after, #SSS .toggle .panel.panel-auction-detail .panel-product-info .product-price .green.heading.currency::after, .panel.panel-auction-detail .panel-product-info .product-price #SSS .toggle .green.heading.currency::after { background-position: -122px -50px; }
.icon.icon-ui-select, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-select.currency, #SSS .toggle .icon-ui-select.heading::after { width: 11px; height: 6px; background-position: -60px -50px; }
.icon.icon-ui-ul, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-ul.currency, #SSS .toggle .icon-ui-ul.heading::after { width: 7px; height: 7px; background-position: -60px -60px; }
.icon.icon-ui-calendar, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-calendar.currency, #SSS .toggle .icon-ui-calendar.heading::after { width: 19px; height: 17px; background-position: -140px -70px; }
.icon.icon-ui-checkbox, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-checkbox.currency, #SSS .toggle .icon-ui-checkbox.heading::after { width: 22px; height: 22px; background-position: -140px 0; }
.icon.icon-ui-checkbox.checked, .panel.panel-auction-detail .panel-product-info .product-price .icon-ui-checkbox.checked.currency, #SSS .toggle .icon-ui-checkbox.checked.heading::after { background-position: -170px 0; }
.icon.icon-arrow, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.currency, #SSS .toggle .icon-arrow.heading::after { width: 7px; height: 11px; font-size: 9px; line-height: 18px; margin: 3px 0 4px; }
.icon.icon-arrow.left, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, #SSS .toggle .icon-arrow.left.heading::after { background-position: -30px -70px; }
.icon.icon-arrow.left.yellow, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.yellow.currency, #SSS .toggle .icon-arrow.left.yellow.heading::after { background-position: -50px -70px; }
.icon.icon-arrow.left.white, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.white.currency, #SSS .toggle .icon-arrow.left.white.heading::after { background-position: -70px -70px; }
.icon.icon-arrow.right, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, #SSS .toggle .icon-arrow.right.heading::after { background-position: -40px -70px; }
.icon.icon-arrow.right.yellow, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.yellow.currency, #SSS .toggle .icon-arrow.right.yellow.heading::after { background-position: -60px -70px; }
.icon.icon-arrow.right.white, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.white.currency, #SSS .toggle .icon-arrow.right.white.heading::after { background-position: -80px -70px; }
.icon.icon-arrow-detail, .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow-detail.currency, #SSS .toggle .icon-arrow-detail.heading::after { width: 6px; height: 9px; font-size: 8px; padding: 0 3px; background-position: -90px -70px; margin-left: 5px; vertical-align: baseline; }
.icon.icon-accoridon, .panel.panel-auction-detail .panel-product-info .product-price .icon-accoridon.currency, #SSS .toggle .heading::after, #SSS .toggle.expanded .heading::after { width: 16px; height: 16px; }
.icon.icon-accoridon.toggle-open, .panel.panel-auction-detail .panel-product-info .product-price .icon-accoridon.toggle-open.currency, #SSS .toggle .heading::after, #SSS .toggle.expanded .heading::after { background-position: -100px -70px; }
.icon.icon-accoridon.toggle-close, .panel.panel-auction-detail .panel-product-info .product-price .icon-accoridon.toggle-close.currency, #SSS .toggle .toggle-close.heading::after, #SSS .toggle.expanded .heading::after { background-position: -120px -70px; }
.icon.icon-card, .panel.panel-auction-detail .panel-product-info .product-price .icon-card.currency, #SSS .toggle .icon-card.heading::after { width: 21px; height: 15px; padding: 0 11px; background-position: -160px -70px; }
.icon.icon-card-cvc, .panel.panel-auction-detail .panel-product-info .product-price .icon-card-cvc.currency, #SSS .toggle .icon-card-cvc.heading::after { width: 68px; height: 45px; padding: 23px 34px; background-position: 0 -340px; }
.icon.icon-30, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.currency, #SSS .toggle .icon-30.heading::after { width: 30px; height: 30px; padding: 6px 15px; }
.icon.icon-30.facebook, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.facebook.currency, #SSS .toggle .icon-30.facebook.heading::after { background-position: 1px -90px; }
.icon.icon-30.twitter, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.twitter.currency, #SSS .toggle .icon-30.twitter.heading::after { background-position: -30px -90px; }
.icon.icon-30.instagram, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.instagram.currency, #SSS .toggle .icon-30.instagram.heading::after { background-position: -180px -90px; }
.icon.icon-30.googleplus, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.googleplus.currency, #SSS .toggle .icon-30.googleplus.heading::after { background-position: -210px -90px; }
.icon.icon-30.pinterest, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.pinterest.currency, #SSS .toggle .icon-30.pinterest.heading::after { background-position: -240px -90px; }
.icon.icon-30.linkedin, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.linkedin.currency, #SSS .toggle .icon-30.linkedin.heading::after { background-position: -270px -90px; }
.icon.icon-30.youtube, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.youtube.currency, #SSS .toggle .icon-30.youtube.heading::after { background-position: -270px -60px; }
.icon.icon-30.cursor, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.cursor.currency, #SSS .toggle .icon-30.cursor.heading::after { background-position: -60px -90px; }
.icon.icon-30.bid, .panel.panel-auction-detail .panel-product-info .product-price .icon-30.bid.currency, #SSS .toggle .icon-30.bid.heading::after { background-position: -90px -90px; }
.icon.icon-bg-search, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-search.currency, #SSS .toggle .icon-bg-search.heading::after { width: 70px; height: 80px; background-position: 3px -134px; }
.icon.icon-bg-document, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-document.currency, #SSS .toggle .icon-bg-document.heading::after { width: 65px; height: 90px; background-position: -87px -131px; }
.icon.icon-bg-user, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-user.currency, #SSS .toggle .icon-bg-user.heading::after { width: 60px; height: 83px; background-position: 9px -216px; }
.icon.icon-bg-social, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-social.currency, #SSS .toggle .icon-bg-social.heading::after { width: 60px; height: 80px; background-position: -224px -200px; }
.icon.icon-bg-envelope, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-envelope.currency, #SSS .toggle .icon-bg-envelope.heading::after { width: 87px; height: 85px; background-position: -70px -220px; }
.icon.icon-bg-tanotodan, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-tanotodan.currency, #SSS .toggle .icon-bg-tanotodan.heading::after { width: 61px; height: 80px; background-position: -190px -290px; }
@media (max-width: 999px) { .icon.icon-bg-search, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-search.currency, #SSS .toggle .icon-bg-search.heading::after { width: 76px; height: 85px; background-position: 0 -130px; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }
  .icon.icon-bg-tanotodan, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-tanotodan.currency, #SSS .toggle .icon-bg-tanotodan.heading::after { -webkit-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); transform: scale(0.95); -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; } }
@media (max-width: 767px) { .icon.icon-bg-envelope, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-envelope.currency, #SSS .toggle .icon-bg-envelope.heading::after { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }
  .icon.icon-bg-search, .panel.panel-auction-detail .panel-product-info .product-price .icon-bg-search.currency, #SSS .toggle .icon-bg-search.heading::after { -webkit-transform: scale(0.55); -ms-transform: scale(0.55); -o-transform: scale(0.55); transform: scale(0.55); } }

.nano-wrapper { position: relative; height: 400px; padding: 20px; background-color: #FFF; border: 1px solid #dedede; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
.nano-wrapper .nano { position: relative; width: 100%; height: 100%; overflow: hidden; }
.nano-wrapper .nano .nano-content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding-right: 20px; overflow: scroll; overflow-x: hidden; }
.nano-wrapper .nano .nano-pane { display: block !important; background-color: #d8e0e2; position: absolute; width: 6px; right: 0; top: 0; bottom: 0; -webkit-transition: 2x; -o-transition: 2x; transition: 2x; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.nano-wrapper .nano .nano-slider { background-color: #536980; position: relative; margin: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container { width: auto; overflow: hidden; }

.mCSB_container .scroll_content img { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.mCSB_container.mCS_no_scrollbar { margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar { margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools { width: 7px; height: 100%; top: 0; right: 0; }

.mCustomScrollBox:hover > .mCSB_scrollTools { opacity: 1; }

.mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail { width: 7px; height: 100%; margin: 0 auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 100px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 7px; height: 100%; margin: 0 auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: relative; height: 20px; overflow: hidden; margin: 0 auto; cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown { top: 100%; margin-top: -40px; }

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container { height: auto; margin-right: 0; margin-bottom: 30px; overflow: hidden; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar { margin-bottom: 0; }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar { margin-right: 0; margin-bottom: 30px; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools { width: 100%; height: 16px; top: auto; right: auto; bottom: 0; left: 0; overflow: hidden; }

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer { margin: 0 20px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger { width: 30px; height: 100%; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight { display: block; position: relative; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; float: left; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight { margin-left: -40px; float: right; }

.mCustomScrollBox { -ms-touch-action: none; /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {     /* opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools {     /* opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */ }

.mCSB_scrollTools .mCSB_draggerRail { background: rgba(216, 224, 226, 0.5); /* rgba fallback */ /* background:rgba(0,0,0,0.4); */ /* filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #000; /* rgba fallback */ /* background:rgba(255,255,255,0.75); */ /* filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { /*background: rgba(255,255,255,0.85);*/ /* filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { /*background: rgba(255,255,255,0.9);*/ /* filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { background-image: url(mCSB_buttons.png); background-repeat: no-repeat;     /* opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {     /* opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {     /* opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */ }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }

.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }

.fancybox-skin { position: relative; background: #fff; text-shadow: none; border-radius: 5px; }

.fancybox-opened { z-index: 8030; }

.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.fancybox-outer, .fancybox-inner { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.fancybox-inner { overflow: hidden; width: auto !important; height: auto !important; }

.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }

.fancybox-error { color: #444; margin: 0; padding: 15px; white-space: nowrap; }

.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }

.fancybox-image { max-width: 100%; max-height: 100%; }

#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }

#fancybox-loading div { width: 44px; height: 44px; background: url("../img/modal_loader.gif") center center no-repeat; }

.fancybox-close { cursor: pointer; position: absolute; z-index: 8040; top: 10px; right: -48px; width: 48px; height: 48px; background-color: #000; border: none; -webkit-transition: background-color 200ms ease; -o-transition: background-color 200ms ease; transition: background-color 200ms ease; opacity: 1; outline: none; }
.fancybox-close::before { content: " "; position: absolute; top: 15px; left: 15px; width: 19px; height: 19px; background: url(../img/sprite.png?v=6) no-repeat -182px -70px; }
.fancybox-close:hover { background-color: #ec1d25; }

.fancybox-nav { cursor: pointer; position: absolute; z-index: 8040; right: -58px; top: 60px; display: block; width: 48px; height: 48px; border: none; background-color: #000; -webkit-transition: background-color 200ms ease; -o-transition: background-color 200ms ease; transition: background-color 200ms ease; }
.fancybox-nav::before { content: " "; position: absolute; top: 15px; left: 19px; width: 11px; height: 19px; background: url(../img/sprite.png?v=6) no-repeat -202px -70px; }
.fancybox-nav:hover { background-color: #ec1d25; }

.fancybox-prev { top: 98px; }
.fancybox-prev::before { background-position: -202px -70px; }

.fancybox-next { top: 49px; }
.fancybox-next::before { background-position: -214px -70px; }

.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }

.fancybox-lock body { overflow: hidden !important; }

.fancybox-lock-test { overflow-y: hidden !important; }

.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url(../img/modal-bg.png) repeat 0 0; }

.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }

.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; position: relative; text-shadow: none; z-index: 8050; font-family: inherit; font-size: 15px; line-height: 20px; padding: 0 25px 19px; margin-top: -3px; }

.fancybox-opened .fancybox-title { visibility: visible; }

.fancybox-title-float-wrap { z-index: 8050; text-align: center; }

.fancybox-title-float-wrap .child { display: inline-block; }

.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }

.fancybox-title-inside-wrap { padding-top: 10px; }

.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) { .fancybox-close { top: 8px; right: 0; width: 38px; height: 38px; background: rgba(255, 255, 255, 0.3); }
  .fancybox-close::before, .fancybox-close::after { top: 9px; left: 9px; }
  .fancybox-nav { top: 50%; width: 38px; height: 38px; margin-top: -19px; background: rgba(255, 255, 255, 0.3); }
  .fancybox-nav::before, .fancybox-nav::after { top: 9px; left: 14px; }
  .fancybox-prev { right: auto; left: 0; }
  .fancybox-next { right: 0; }
  .fancybox-wrap { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; padding: 0 !important; margin: 0 !important; }
  .fancybox-skin { position: relative; border-radius: 0 !important; height: 100% !important; width: 100% !important; padding: 0 !important; background-color: #000; }
  .fancybox-outer { display: table !important; width: 100% !important; height: 100% !important; }
  .fancybox-inner { display: table-cell !important; width: 100% !important; height: 100% !important; padding: 0 !important; vertical-align: middle; text-align: center; }
  .fancybox-inner img { display: inline-block !important; width: auto !important; height: auto !important; max-width: 100%; max-height: 95%; }
  .fancybox-title { position: absolute; left: 0; bottom: 0; width: 100%; height: 143px; text-align: left; color: #FFF; }
  .fancybox-title-float-wrap .child { position: absolute; display: block; left: 10px; right: 10px; bottom: 5px; } }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { #fancybox-loading div { background-image: url("../img/modal_loader@2x.gif"); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } }
/* js checkbox */
label.checkbox { cursor: pointer; position: relative; line-height: 24px; font-weight: normal; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;     /*&:hover { .js-checkbox { background-position: -170px 0;
 &.checked { background-position: -170px 0; } } }*/ }
label.checkbox a { text-decoration: underline; color: inherit; }
label.checkbox .cb-wrapper { display: inline-block; float: left; margin-right: 7px; }
label.checkbox .cb-wrapper .type-2 { margin-right: 5px; }
label.checkbox .cb-wrapper .js-checkbox { display: block; width: 24px; height: 24px; background: url(/Assets/Img/sprite.png) scroll no-repeat -145px 0; cursor: pointer; }
label.checkbox .cb-wrapper .js-checkbox.checked { background-position: -170px 0; }
label.checkbox.inline { clear: both; display: inline-block; margin-right: 10px; }
label.checkbox.disabled { opacity: 0.5; }

label.radio { display: table; width: auto; height: auto; background: 0 none; border: 0 none; margin: 0; padding: 4px 0 0 0; box-shadow: none; }
label.radio:before, label.radio:after { content: " "; display: table; }
label.radio:after { clear: both; }
label.radio span { cursor: pointer; position: relative; z-index: 5; display: table-cell; height: 24px; line-height: 24px; font-weight: normal; margin: 0; padding: 0 0 0 31px; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
label.radio span:before, label.radio span:after { content: " "; position: absolute; top: 0; left: 0; display: block; width: 24px; height: 24px; background: url(/Assets/Img/sprite.png) scroll no-repeat -145px 0; }
label.radio span:after { background-position: -170px 0; opacity: 0; }
label.radio input { display: none; }
label.radio.inline { clear: both; display: inline-block; margin-right: 10px; }
label.radio input:checked + span::after { opacity: 1; }

.ui-select { position: relative; height: 100%; margin: 0; }
.ui-select > select { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.ui-select .ui-btn { height: 100%; margin: 0; opacity: 1; }
.ui-select .ui-btn span, .ui-select .ui-btn label { white-space: nowrap; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.ui-select .ui-btn span::after, .ui-select .ui-btn label::after { content: " "; position: absolute; z-index: 1; top: 50%; right: 1px; display: block; width: 38px; height: 38px; background: #fff url(../img/sprite.png?v=6) no-repeat -161px -27px; margin: -19px 0 0 0; border-radius: 0 20px 20px 0; -moz-border-radius: 0 20px 20px 0; -webkit-border-radius: 0 20px 20px 0; }
.ui-select .ui-btn select { position: absolute; top: 0; left: 0; width: 100%; min-height: 1.5em; min-height: 100%; height: 3em; max-height: 100%; outline: 0; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; filter: Alpha(Opacity=0); opacity: 0; z-index: 2; }
.ui-select .ui-btn select.input-validation-error + span { border-color: #ec1d25; }
.ui-select .ui-btn .form-control { display: block !important; }
.ui-select .ui-focus .form-control { border: 1px solid #000; }
#AdvancedCarSearch .ui-select { height: 40px; }
#AdvancedCarSearch .ui-select .ui-btn { height: 40px; }
#AdvancedCarSearch .ui-select .ui-btn span,
#AdvancedCarSearch .ui-select .ui-btn label { display: flex !important; align-items: center; height: 40px; min-height: 40px; padding-top: 0; padding-bottom: 0; line-height: normal; }
#AdvancedCarSearch .ui-select .ui-btn span.form-control,
#AdvancedCarSearch .ui-select .ui-btn label.form-control { padding-right: 50px; }
#AdvancedCarSearch .ui-select .ui-btn > span.form-control { display: block !important; height: 40px; min-height: 40px; line-height: 40px !important; padding-top: 0; padding-bottom: 0; overflow: hidden; text-overflow: ellipsis; }
#AdvancedCarSearch .ui-select .ui-btn > select.select-control { height: 40px; line-height: 40px; opacity: 0; filter: Alpha(Opacity=0); }
@media (min-width: 1000px) {
  #header .header-menu ul#Navigation > li:hover > ul,
  #header .header-top .header-login ul.user-menu > li.profile-menu:hover > ul { display: block !important; }
}

.form-group { margin-bottom: 16px; }
.form-group label { margin-bottom: 0; }
.form-group .input-group { width: 100%; position: relative; }
.form-group .input-group .input-group-addon.icon-ui-calendar { position: absolute; z-index: 2; top: 50%; right: 20px; margin: -8px 0 0 0; padding: 0; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.form-group .input-group .form-control { z-index: 1; border-radius: 20px !important; -moz-border-radius: 20px !important; -webkit-border-radius: 20px !important; }
.form-group .dot { margin-right: 10px; }

.form-control, .form-group .input-group .form-control { line-height: 20px; -webkit-box-shadow: none; box-shadow: none; -moz-appearance: none; -webkit-appearance: none; }
.form-control:focus, .form-group .input-group .form-control:focus { -webkit-box-shadow: none; box-shadow: none; }
.form-control:focus::-moz-placeholder, .form-group .input-group .form-control:focus::-moz-placeholder { color: transparent; opacity: 1; }
.form-control:focus:-ms-input-placeholder { color: transparent; }
.form-control:focus::-webkit-input-placeholder, .form-group .input-group .form-control:focus::-webkit-input-placeholder { color: transparent; }

.has-error .form-control, .has-error .form-group .input-group .form-control, .form-group .input-group .has-error .form-control { -webkit-box-shadow: none !important; box-shadow: none !important; }
.has-error .input-group .form-control { border-color: #f02222; }
.has-error .js-checkbox, .has-error label.radio span:before { background-position: -120px 0 !important; }

.input-wrapper { position: relative; }

.validation-error { position: absolute; top: 2px; right: 10px; font-size: 11px; color: #f02222; }
.validation-error.validation-relative { position: relative; top: auto; right: auto; }

textarea.form-control, .form-group .input-group textarea.form-control { min-height: 80px; }

.browse { border: 1px solid #ccc; border-radius: 20px; width: 100%; height: 40px; padding: 3px; }

input[type="file"]::file-selector-button { color: #333; background-color: #ccc; border-color: transparent; font-size: 13px; border-radius: 20px; height: 32px; }

body > iframe { display: none; }

#Wrapper { position: relative; z-index: 1; -webkit-transform: translate3d(0, 0, 1); transform: translate3d(0, 0, 1); }

.display-none { display: none; }

.margin-auto { margin-left: auto !important; margin-right: auto !important; }

.m-0 { margin: 0 !important; }

.mt-0 { margin-top: 0 !important; }

.mb-0 { margin-bottom: 0 !important; }

.ml-0 { margin-left: 0 !important; }

.mr-0 { margin-right: 0 !important; }

.m-5 { margin: 5px !important; }

.mt-5 { margin-top: 5px !important; }

.mb-5 { margin-bottom: 5px !important; }

.ml-5 { margin-left: 5px !important; }

.mr-5 { margin-right: 5px !important; }

.m-10 { margin: 10px !important; }

.mt-10 { margin-top: 10px !important; }

.mb-10 { margin-bottom: 10px !important; }

.ml-10 { margin-left: 10px !important; }

.mr-10 { margin-right: 10px !important; }

.m-15 { margin: 15px !important; }

.mt-15 { margin-top: 15px !important; }

.mb-15 { margin-bottom: 15px !important; }

.ml-15 { margin-left: 15px !important; }

.mr-15 { margin-right: 15px !important; }

.m-20 { margin: 20px !important; }

.mt-20 { margin-top: 20px !important; }

.mb-20 { margin-bottom: 20px !important; }

.ml-20 { margin-left: 20px !important; }

.mr-20 { margin-right: 20px !important; }

.m-25 { margin: 25px !important; }

.mt-25 { margin-top: 25px !important; }

.mb-25 { margin-bottom: 25px !important; }

.ml-25 { margin-left: 25px !important; }

.mr-25 { margin-right: 25px !important; }

.m-30 { margin: 30px !important; }

.mt-30 { margin-top: 30px !important; }

.mb-30 { margin-bottom: 30px !important; }

.ml-30 { margin-left: 30px !important; }

.mr-30 { margin-right: 30px !important; }

.m-35 { margin: 35px !important; }

.mt-35 { margin-top: 35px !important; }

.mb-35 { margin-bottom: 35px !important; }

.ml-35 { margin-left: 35px !important; }

.mr-35 { margin-right: 35px !important; }

.p-0 { padding: 0 !important; }

.pt-0 { padding-top: 0 !important; }

.pb-0 { padding-bottom: 0 !important; }

.pl-0 { padding-left: 0 !important; }

.pr-0 { padding-right: 0 !important; }

.p-5 { padding: 5px !important; }

.pt-5 { padding-top: 5px !important; }

.pb-5 { padding-bottom: 5px !important; }

.pl-5 { padding-left: 5px !important; }

.pr-5 { padding-right: 5px !important; }

.p-10 { padding: 10px !important; }

.pt-10 { padding-top: 10px !important; }

.pb-10 { padding-bottom: 10px !important; }

.pl-10 { padding-left: 10px !important; }

.pr-10 { padding-right: 10px !important; }

.p-15 { padding: 15px !important; }

.pt-15 { padding-top: 15px !important; }

.pb-15 { padding-bottom: 15px !important; }

.pl-15 { padding-left: 15px !important; }

.pr-15 { padding-right: 15px !important; }

.p-20 { padding: 20px !important; }

.pt-20 { padding-top: 20px !important; }

.pb-20 { padding-bottom: 20px !important; }

.pl-20 { padding-left: 20px !important; }

.pr-20 { padding-right: 20px !important; }

.p-25 { padding: 25px !important; }

.pt-25 { padding-top: 25px !important; }

.pb-25 { padding-bottom: 25px !important; }

.pl-25 { padding-left: 25px !important; }

.pr-25 { padding-right: 25px !important; }

.p-30 { padding: 30px !important; }

.pt-30 { padding-top: 30px !important; }

.pb-30 { padding-bottom: 30px !important; }

.pl-30 { padding-left: 30px !important; }

.pr-30 { padding-right: 30px !important; }

.p-35 { padding: 35px !important; }

.pt-35 { padding-top: 35px !important; }

.pb-35 { padding-bottom: 35px !important; }

.pl-35 { padding-left: 35px !important; }

.pr-35 { padding-right: 35px !important; }

.pl-2 { padding-left: 2px !important; }

.pr-2 { padding-right: 2px !important; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #000; margin: 18px 0 25px 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000; }
h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus { color: #000; }

hr { margin: 25px 0; }

a { outline: none !important; }

p { margin: 15px 0; }

label { color: #000; }

textarea { resize: none; }

ul, ol { padding: 0 0 0 30px; }

.btn, .panel.panel-auction .panel-image .ribbon-sold { outline: none !important; }
.btn.btn-default:link, .panel.panel-auction .panel-image .btn-default.ribbon-sold:link, .btn.btn-default:visited, .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited { background-color: #fff; /*color: $brand-primary;*/ }
.btn.btn-default:link .icon.icon-arrow.left, .panel.panel-auction .panel-image .btn-default.ribbon-sold:link .icon.icon-arrow.left, .btn.btn-default:link .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price .btn.btn-default:link .icon-arrow.left.currency, .panel.panel-auction .panel-image .btn-default.ribbon-sold:link .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image .btn-default.ribbon-sold:link .icon-arrow.left.currency, .btn.btn-default:link #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle .btn.btn-default:link .icon-arrow.left.heading::after, .panel.panel-auction .panel-image .btn-default.ribbon-sold:link #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle .panel.panel-auction .panel-image .btn-default.ribbon-sold:link .icon-arrow.left.heading::after, .btn.btn-default:visited .icon.icon-arrow.left, .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited .icon.icon-arrow.left, .btn.btn-default:visited .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price .btn.btn-default:visited .icon-arrow.left.currency, .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited .icon-arrow.left.currency, .btn.btn-default:visited #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle .btn.btn-default:visited .icon-arrow.left.heading::after, .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited .icon-arrow.left.heading::after { background-position: -30px -70px; }
.btn.btn-default:link .icon.icon-arrow.right, .panel.panel-auction .panel-image .btn-default.ribbon-sold:link .icon.icon-arrow.right, .btn.btn-default:link .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price .btn.btn-default:link .icon-arrow.right.currency, .panel.panel-auction .panel-image .btn-default.ribbon-sold:link .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image .btn-default.ribbon-sold:link .icon-arrow.right.currency, .btn.btn-default:link #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle .btn.btn-default:link .icon-arrow.right.heading::after, .panel.panel-auction .panel-image .btn-default.ribbon-sold:link #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle .panel.panel-auction .panel-image .btn-default.ribbon-sold:link .icon-arrow.right.heading::after, .btn.btn-default:visited .icon.icon-arrow.right, .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited .icon.icon-arrow.right, .btn.btn-default:visited .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price .btn.btn-default:visited .icon-arrow.right.currency, .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited .icon-arrow.right.currency, .btn.btn-default:visited #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle .btn.btn-default:visited .icon-arrow.right.heading::after, .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle .panel.panel-auction .panel-image .btn-default.ribbon-sold:visited .icon-arrow.right.heading::after { background-position: -40px -70px; }
.btn.btn-default:hover, .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover { background-color: #fff; color: #ec1d25; }
.btn.btn-default:hover .icon.icon-arrow.left, .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover .icon.icon-arrow.left, .btn.btn-default:hover .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price .btn.btn-default:hover .icon-arrow.left.currency, .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover .icon-arrow.left.currency, .btn.btn-default:hover #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle .btn.btn-default:hover .icon-arrow.left.heading::after, .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover .icon-arrow.left.heading::after { background-position: -50px -70px; }
.btn.btn-default:hover .icon.icon-arrow.right, .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover .icon.icon-arrow.right, .btn.btn-default:hover .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price .btn.btn-default:hover .icon-arrow.right.currency, .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover .icon-arrow.right.currency, .btn.btn-default:hover #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle .btn.btn-default:hover .icon-arrow.right.heading::after, .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle .panel.panel-auction .panel-image .btn-default.ribbon-sold:hover .icon-arrow.right.heading::after { background-position: -60px -70px; }
.btn.btn-width-200, .panel.panel-auction .panel-image .btn-width-200.ribbon-sold { display: inline-block; width: 200px; }

.panel { position: relative; display: block; margin-bottom: 20px; color: #858585; -webkit-box-shadow: none; box-shadow: none; }
.panel .panel-heading { border-color: transparent; }
.panel .panel-heading h1, .panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5, .panel .panel-heading h6 { margin: 0; line-height: 22px; font-size: 16px; font-weight: 400; color: #000; }
.panel .panel-heading.yellow h1, .panel .panel-heading.yellow h2, .panel .panel-heading.yellow h3, .panel .panel-heading.yellow h4, .panel .panel-heading.yellow h5, .panel .panel-heading.yellow h6 { color: #ec1d25; }
.panel.panel-icon > span.icon, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-icon > span.currency, #SSS .toggle .panel.panel-icon > span.heading::after { position: absolute; z-index: 0; top: 0; right: 0; }
.panel.panel-icon > span.icon.icon-bg-document, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-icon > span.icon-bg-document.currency, #SSS .toggle .panel.panel-icon > span.icon-bg-document.heading::after, .panel.panel-icon > span.icon.icon-bg-user, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-icon > span.icon-bg-user.currency, #SSS .toggle .panel.panel-icon > span.icon-bg-user.heading::after { top: 5px; }
.panel.panel-icon > span.icon.icon-bg-document, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-icon > span.icon-bg-document.currency, #SSS .toggle .panel.panel-icon > span.icon-bg-document.heading::after, .panel.panel-icon > span.icon.icon-bg-social, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-icon > span.icon-bg-social.currency, #SSS .toggle .panel.panel-icon > span.icon-bg-social.heading::after { top: 5px; }
.panel.panel-icon > span.icon.icon-bg-tanotodan, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-icon > span.icon-bg-tanotodan.currency, #SSS .toggle .panel.panel-icon > span.icon-bg-tanotodan.heading::after { top: 7px; }
.panel.panel-icon .panel-heading { position: relative; z-index: 1; padding-right: 60px; }
.panel .panel-image { position: relative; max-height: 144px; margin: -1px -1px 0 -1px; }
.panel .panel-image img { border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.panel .panel-image a { display: block; position: relative; }
.panel .panel-image a::after { content: " "; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #FFF; opacity: 0; -webkit-transition: opacity 150ms ease; -o-transition: opacity 150ms ease; transition: opacity 150ms ease; }
.panel .panel-body { position: relative; z-index: 1; }
.panel .panel-body.panel-content { padding: 3px 20px 18px 20px; line-height: 20px; }
.panel .panel-body.panel-content .social-list { list-style: none; margin: 0; padding: 0; }
.panel .panel-body.panel-content .social-list li { margin: 10px 0; }
.panel .panel-body.panel-content .social-list li a { display: inline-block; line-height: 30px; color: #666666; }
.panel .panel-body.panel-content .social-list li a .icon, .panel.panel-auction-detail .panel-body.panel-content .social-list li a .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .panel-body.panel-content .social-list li a .currency, .panel .panel-body.panel-content .social-list li a #SSS .toggle .heading::after, #SSS .toggle .panel .panel-body.panel-content .social-list li a .heading::after { float: left; width: 30px; height: 30px; margin-right: 10px; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }
.panel .panel-body.panel-content .social-list li a.facebook .icon, .panel.panel-auction-detail .panel-body.panel-content .social-list li a.facebook .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .panel-body.panel-content .social-list li a.facebook .currency, .panel .panel-body.panel-content .social-list li a.facebook #SSS .toggle .heading::after, #SSS .toggle .panel .panel-body.panel-content .social-list li a.facebook .heading::after { background-color: #2d609b; }
.panel .panel-body.panel-content .social-list li a.twitter .icon, .panel.panel-auction-detail .panel-body.panel-content .social-list li a.twitter .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .panel-body.panel-content .social-list li a.twitter .currency, .panel .panel-body.panel-content .social-list li a.twitter #SSS .toggle .heading::after, #SSS .toggle .panel .panel-body.panel-content .social-list li a.twitter .heading::after { background-color: #30b0cf; }
.panel .panel-body.panel-content .social-list li a.googleplus .icon, .panel.panel-auction-detail .panel-body.panel-content .social-list li a.googleplus .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .panel-body.panel-content .social-list li a.googleplus .currency, .panel .panel-body.panel-content .social-list li a.googleplus #SSS .toggle .heading::after, #SSS .toggle .panel .panel-body.panel-content .social-list li a.googleplus .heading::after { background-color: #e14c3c; }
.panel .panel-body.panel-content .social-list li a.instagram .icon, .panel.panel-auction-detail .panel-body.panel-content .social-list li a.instagram .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .panel-body.panel-content .social-list li a.instagram .currency, .panel .panel-body.panel-content .social-list li a.instagram #SSS .toggle .heading::after, #SSS .toggle .panel .panel-body.panel-content .social-list li a.instagram .heading::after { background-color: #3b6990; }
.panel .panel-body.panel-content .social-list li a.pinterest .icon, .panel.panel-auction-detail .panel-body.panel-content .social-list li a.pinterest .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .panel-body.panel-content .social-list li a.pinterest .currency, .panel .panel-body.panel-content .social-list li a.pinterest #SSS .toggle .heading::after, #SSS .toggle .panel .panel-body.panel-content .social-list li a.pinterest .heading::after { background-color: #cb2027; }
.panel .panel-body.panel-content .social-list li a.linkedin .icon, .panel.panel-auction-detail .panel-body.panel-content .social-list li a.linkedin .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .panel-body.panel-content .social-list li a.linkedin .currency, .panel .panel-body.panel-content .social-list li a.linkedin #SSS .toggle .heading::after, #SSS .toggle .panel .panel-body.panel-content .social-list li a.linkedin .heading::after { background-color: #007ab9; }
.panel .panel-body.panel-content .social-list li a.youtube .icon, .panel.panel-auction-detail .panel-body.panel-content .social-list li a.youtube .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .panel-body.panel-content .social-list li a.youtube .currency, .panel .panel-body.panel-content .social-list li a.youtube #SSS .toggle .heading::after, #SSS .toggle .panel .panel-body.panel-content .social-list li a.youtube .heading::after { background-color: #c4302b; }
.panel:hover { color: #858585; }
.panel:hover .panel-image a::after { opacity: 0.3; }
.panel:focus { color: #858585; }

.bs-callout { border-left: 5px solid #000; padding: 0 0 0 10px; color: #000; }

.page-image img { width: 100%; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.require { color: #f02222; }

.border-top-1 { border-top: 1px solid #dedede; }

.alert { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }

.style-none { list-style: none; margin: 0; padding: 0 0 0 20px; }

.control-label { padding-top: 12px; }

.reveal-modal { visibility: hidden; top: 100px; left: 50%; margin-left: -285px; width: 570px; background: #FFF; position: fixed; z-index: 1001; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; /*&.deposite { width: 655px; margin-left: -347px; padding: 21px 20px 14px; background: #fff;
}*/ }
.reveal-modal .close-reveal-modal { cursor: pointer; position: absolute; top: 10px; right: 15px; display: block; width: 30px; height: 30px; background: url(../img/sprite.png?v=6) no-repeat -120px -90px; text-indent: -9999px; overflow: hidden; }
.reveal-modal .close-reveal-modal:hover { background-position: -150px -90px; }
.reveal-modal.small { width: 200px; margin-left: -100px; }
.reveal-modal.medium { width: 400px; margin-left: -200px; }
.reveal-modal.large { width: 650px; margin-left: -325px; }
.reveal-modal.xlarge { width: 800px; margin-left: -440px; }
.reveal-modal .modal-header { background-color: #000; margin: -5px 0 0 0; padding: 15px 30px; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.reveal-modal .modal-header h1 { font-weight: 400; font-size: 26px; line-height: 30px; margin: 0; color: #FFF; }
.reveal-modal .modal-header .title { font-weight: 400; font-size: 26px; line-height: 30px; margin: 0; color: #FFF; }
.reveal-modal .modal-alert { padding: 11px 30px 5px 30px; color: #000; }
.reveal-modal .modal-body { padding: 0 30px 30px 30px; }
.reveal-modal .modal-body p:last-child { margin-bottom: 0; }
.reveal-modal .modal-body img { max-width: 100%; }
.reveal-modal hr { border-color: #f4f4f4; }
.reveal-modal #DepositForm [class*="col-xs"] { padding: 3px; }
.reveal-modal #DepositForm [class*="col-xs"]:first-child { padding-left: 10px; }
.reveal-modal #DepositForm [class*="col-xs"]:last-child { padding-right: 10px; }
.reveal-modal #DepositSidebar { line-height: 20px; }
.reveal-modal .btn-link { color: #858585; }
.reveal-modal .cvc-tooltip { position: absolute; right: -11px; top: 50%; display: block; width: 15px; height: 16px; color: #f8252d; margin-top: -8px; }
.reveal-modal .cvc-tooltip .info-tip { cursor: pointer; position: relative; display: block; text-align: center; line-height: 16px; font-size: 17px; font-weight: 700; }
.reveal-modal .cvc-tooltip .tooltip { visibility: hidden; opacity: 0; position: absolute; z-index: 1; bottom: 100%; left: 50%; width: 144px; margin: 0 0 20px -72px; -webkit-transition: visibility 0s linear 100ms, opacity 100ms linear; -o-transition: visibility 0s linear 100ms, opacity 100ms linear; transition: visibility 0s linear 100ms, opacity 100ms linear; }
.reveal-modal .cvc-tooltip .tooltip .tooltip-inner { position: relative; text-align: center; background-color: #f8252d; color: #FFF; padding: 10px; font-size: 11px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.reveal-modal .cvc-tooltip .tooltip .tooltip-inner .icon, .reveal-modal .cvc-tooltip .tooltip .tooltip-inner .panel.panel-auction-detail .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price .reveal-modal .cvc-tooltip .tooltip .tooltip-inner .currency, .reveal-modal .cvc-tooltip .tooltip .tooltip-inner #SSS .toggle .heading::after, #SSS .toggle .reveal-modal .cvc-tooltip .tooltip .tooltip-inner .heading::after { display: block !important; margin: 0 auto 3px auto; }
.reveal-modal .cvc-tooltip .tooltip .tooltip-inner::after { content: " "; position: absolute; bottom: -12px; left: 50%; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #f8252d; margin-left: -12px; }
.reveal-modal .cvc-tooltip:hover .tooltip { visibility: visible; opacity: 1; -webkit-transition-delay: 0ms; transition-delay: 0ms; }
.reveal-modal#WelcomePopup .modal-body { text-align: center; padding: 30px; }
.reveal-modal.modal-white .modal-header { background-color: #fff; }
.reveal-modal.modal-white .modal-header h1, .reveal-modal.modal-white .modal-header .title { color: #333333; }
.reveal-modal.modal-white .close-reveal-modal { background-position: -150px -90px; }

.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: transparent url(../img/lightbox-pattern.png?v=3); z-index: 100; display: none; top: 0; left: 0; }

.cookie-bar { position: fixed; z-index: 1000; bottom: 0; left: 0; width: 100%; background-color: #f1f1f1; padding: 11px 0; -webkit-transform: translate(0, 105%); -ms-transform: translate(0, 105%); -o-transform: translate(0, 105%); transform: translate(0, 105%); -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; }
.cookie-bar .content { position: relative; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; font-size: 12px; line-height: 18px; margin-bottom: 0; color: #484848; }
.cookie-bar .content a { text-decoration: none; }
.cookie-bar .content a:hover { text-decoration: underline; }
.cookie-bar .content .buttons { display: flex; flex-direction: row; flex-wrap: nowrap; margin-left: 10px; }
.cookie-bar.open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }

@media (max-width: 999px) { html.mobile-menu-animating, html.mobile-menu-animating body, html.mobile-menu-animating #Wrapper { overflow: hidden; }
  html.mobile-menu-animating .mobile-menu { display: block; visibility: visible; }
  html.mobile-menu-animating .mobile-menu::before { -webkit-transition: opacity 0.6s ease; -o-transition: opacity 0.6s ease; transition: opacity 0.6s ease; }
  html.mobile-menu-animating .mobile-menu .menu-container { -webkit-transition: -webkit-transform 0.4s; -o-transition: -o-transform 0.4s; transition: transform 0.4s; }
  html.mobile-animation-ready, html.mobile-animation-ready body, html.mobile-animation-ready #Wrapper { overflow: hidden; }
  html.mobile-animation-ready .mobile-menu { display: block; visibility: visible; }
  html.mobile-menu-open { position: absolute; height: 100%; }
  html.mobile-menu-open body { height: 100%; }
  html.mobile-menu-open #Wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
  html.mobile-menu-open .mobile-menu { display: block; visibility: visible; }
  html.mobile-menu-open .mobile-menu::before { opacity: 0.7; }
  html.mobile-menu-open .mobile-menu .menu-container { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  body { overflow-x: hidden; min-width: 320px; }
  .panel { margin-bottom: 27px; }
  .panel.panel-icon > span.icon.icon-bg-tanotodan, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-icon > span.icon-bg-tanotodan.currency, #SSS .toggle .panel.panel-icon > span.icon-bg-tanotodan.heading::after { top: 0; }
  .panel .social-list li { margin: 0 20px 10px 0 !important; display: inline-block; } }
@media (max-width: 767px) { hr { margin: 15px 0; }
  .reveal-modal { top: 0 !important; left: 0 !important; margin: 0 !important; width: 100% !important; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
  .reveal-modal .close-reveal-modal { top: 12px; right: 5px; }
  .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 100%; margin-left: 0; }
  .reveal-modal .modal-header { margin: 0; padding: 12px 10px 13px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
  .reveal-modal .modal-header h1 { font-size: 20px; line-height: 30px; }
  .reveal-modal .modal-alert { padding: 5px 10px; }
  .reveal-modal .modal-body { padding: 10px; }
  .reveal-modal .modal-body .control-label { padding-top: 2px; }
  .reveal-modal .modal-body .form-group.mt-30 { margin-top: 0 !important; }
  .reveal-modal .modal-body .form-group.mb-30 { margin-bottom: 10px !important; }
  .reveal-modal #DepositSidebar { padding-left: 10px !important; }
  .reveal-modal .form-link { text-align: center; border-bottom: 1px solid #f4f4f4; margin-bottom: 5px; }
  .reveal-modal .form-button { padding-top: 15px; border-top: 1px solid #f4f4f4; }
  .reveal-modal#WelcomePopup { top: 20px !important; left: 20px !important; right: 20px !important; width: auto !important; }
  .reveal-modal#WelcomePopup .modal-body { padding: 10px; }
  .reveal-modal#WelcomePopup + .reveal-modal-bg { background: transparent url(../img/lightbox-pattern.png?v=3) repeat !important; }
  .reveal-modal-bg { background: #fff; }
  .panel .social-list li { width: 50%; float: left; margin: 0 0 10px 0 !important; }
  .cookie-bar .content { justify-content: center; flex-wrap: wrap; text-align: center; }
  .cookie-bar .content .buttons { margin-top: 10px; } }
.promo-banner { margin-left: auto; margin-right: auto; margin-bottom: 20px; }

.promo-banner img { width: 100%; }

#header { background-color: #fff; margin-bottom: 20px; }
#header .header-top { padding: 20px 0; }
#header .header-top .header-logo { float: left; }
#header .header-top .header-logo h1 { margin: 0; }
#header .header-top .header-logo #logo a:link, #header .header-top .header-logo #logo a:visited { display: block; width: 150px; height: 46px; background: transparent url(../img/logo.png?v=4) no-repeat 0 0; background-size: 150px 46px; text-indent: -9999px; overflow: hidden; }
#header .header-top .header-login { float: right; padding-top: 22px; }
#header .header-top .header-login ul.user-login, #header .header-top .header-login ul.user-menu { float: left; list-style: none; margin: 0; padding: 0; }
#header .header-top .header-login ul.user-login > li, #header .header-top .header-login ul.user-menu > li { color: #FFF; position: relative; float: left; margin: 0 0 0 2px; }
#header .header-top .header-login ul.user-login > li.profile-menu, #header .header-top .header-login ul.user-menu > li.profile-menu { width: 195px; }
#header .header-top .header-login ul.user-login > li.profile-menu .btn, #header .header-top .header-login ul.user-login > li.profile-menu .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-login > li.profile-menu .ribbon-sold, #header .header-top .header-login ul.user-menu > li.profile-menu .btn, #header .header-top .header-login ul.user-menu > li.profile-menu .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-menu > li.profile-menu .ribbon-sold { position: relative; text-align: left; }
#header .header-top .header-login ul.user-login > li.profile-menu .icon, #header .header-top .header-login ul.user-login > li.profile-menu .panel.panel-auction-detail .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price #header .header-top .header-login ul.user-login > li.profile-menu .currency, #header .header-top .header-login ul.user-login > li.profile-menu #SSS .toggle .heading::after, #SSS .toggle #header .header-top .header-login ul.user-login > li.profile-menu .heading::after, #header .header-top .header-login ul.user-menu > li.profile-menu .icon, #header .header-top .header-login ul.user-menu > li.profile-menu .panel.panel-auction-detail .panel-product-info .product-price .currency, .panel.panel-auction-detail .panel-product-info .product-price #header .header-top .header-login ul.user-menu > li.profile-menu .currency, #header .header-top .header-login ul.user-menu > li.profile-menu #SSS .toggle .heading::after, #SSS .toggle #header .header-top .header-login ul.user-menu > li.profile-menu .heading::after { margin-right: 10px; }
#header .header-top .header-login ul.user-login > li.profile-menu > ul > li:last-child, #header .header-top .header-login ul.user-menu > li.profile-menu > ul > li:last-child { display: none; }
#header .header-top .header-login ul.user-login > li.button-item .btn, #header .header-top .header-login ul.user-login > li.button-item .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-login > li.button-item .ribbon-sold, #header .header-top .header-login ul.user-menu > li.button-item .btn, #header .header-top .header-login ul.user-menu > li.button-item .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-menu > li.button-item .ribbon-sold { min-width: 90px; }
#header .header-top .header-login ul.user-login > li.button-item .btn-default, #header .header-top .header-login ul.user-menu > li.button-item .btn-default { background-color: #000; color: #fff; }
#header .header-top .header-login ul.user-login > li .btn-menu::after, #header .header-top .header-login ul.user-menu > li .btn-menu::after { content: " "; position: absolute; top: 50%; right: 17px; display: block; width: 0; height: 0; border-style: solid; border-width: 6px 5.5px 0 5.5px; border-color: #ffffff transparent transparent transparent; margin-top: -3px; -webkit-transition: opacity 100ms ease; -o-transition: opacity 100ms ease; transition: opacity 100ms ease; }
#header .header-top .header-login ul.user-login > li > ul, #header .header-top .header-login ul.user-menu > li > ul { position: absolute; z-index: 1000; list-style: none; left: 0; width: 100%; margin: 0; padding: 0; background-color: #ec1d25; color: #FFF; overflow: hidden; border-radius: 0 0 7.5px 7.5px; -moz-border-radius: 0 0 7.5px 7.5px; -webkit-border-radius: 0 0 7.5px 7.5px; }
#header .header-top .header-login ul.user-login > li > ul > li, #header .header-top .header-login ul.user-menu > li > ul > li { border-top: 1px solid #f8252d; margin: 0; }
#header .header-top .header-login ul.user-login > li > ul > li > a, #header .header-top .header-login ul.user-menu > li > ul > li > a { display: block; text-decoration: none; line-height: 22px; padding: 8px 16px; color: #fff; }
#header .header-top .header-login ul.user-login > li > ul > li > a:hover, #header .header-top .header-login ul.user-login > li > ul > li > a:active, #header .header-top .header-login ul.user-menu > li > ul > li > a:hover, #header .header-top .header-login ul.user-menu > li > ul > li > a:active { background-color: #c51118; }
#header .header-top .header-login ul.user-login > li > ul > li:last-child a, #header .header-top .header-login ul.user-menu > li > ul > li:last-child a { border-radius: 0 0 7.5px 7.5px; -moz-border-radius: 0 0 7.5px 7.5px; -webkit-border-radius: 0 0 7.5px 7.5px; }
#header .header-top .header-login ul.user-login > li:hover .btn-menu, #header .header-top .header-login ul.user-login > li.active .btn-menu, #header .header-top .header-login ul.user-menu > li:hover .btn-menu, #header .header-top .header-login ul.user-menu > li.active .btn-menu { border-radius: 7.5px 7.5px 0 0; -moz-border-radius: 7.5px 7.5px 0 0; -webkit-border-radius: 7.5px 7.5px 0 0; }
#header .header-top .header-login ul.user-login > li:hover .btn-menu::after, #header .header-top .header-login ul.user-login > li.active .btn-menu::after, #header .header-top .header-login ul.user-menu > li:hover .btn-menu::after, #header .header-top .header-login ul.user-menu > li.active .btn-menu::after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
#header .header-top .header-login ul.user-login > li:hover .btn-menu:hover, #header .header-top .header-login ul.user-login > li.active .btn-menu:hover, #header .header-top .header-login ul.user-menu > li:hover .btn-menu:hover, #header .header-top .header-login ul.user-menu > li.active .btn-menu:hover { background-color: #ec1d25; }
#header .header-top .header-login ul.user-login > li span.title, #header .header-top .header-login ul.user-menu > li span.title { border-left: 1px solid #f8252d; padding-left: 10px; }
#header .header-top .header-login ul.user-login > li .text, #header .header-top .header-login ul.user-menu > li .text { display: inline-block; padding: 5px 16px; }
#header .header-top .header-login .input-header { width: 120px; background-color: #fff; border-color: #dedede; color: #666; -webkit-box-shadow: none; box-shadow: none; }
#header .header-top .header-login .input-header::-moz-placeholder { color: #bcbcbc; opacity: 1; }
#header .header-top .header-login .input-header:-ms-input-placeholder { color: #bcbcbc; }
#header .header-top .header-login .input-header::-webkit-input-placeholder { color: #bcbcbc; }
#header .header-top .header-login .btn-link { font-size: 11px; color: #bcbcbc; }
#header .header-menu { background-color: #fff; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
#header .header-menu ul#Navigation { list-style: none; margin: 0; padding: 0; }
#header .header-menu ul#Navigation > li { position: relative; float: left; margin: 0; }
#header .header-menu ul#Navigation > li > a { display: inline-block; line-height: 38px; text-decoration: none; font-size: 14px; padding: 10px 24px; border-left: 1px solid #f4f4f4; color: #000; -webkit-transition: all 100ms ease; -o-transition: all 100ms ease; transition: all 100ms ease; }
#header .header-menu ul#Navigation > li > a:hover, #header .header-menu ul#Navigation > li > a:active { background-color: #f8252d; color: #FFF; }
#header .header-menu ul#Navigation > li > a > .circle { float: left; display: block; width: 38px; height: 38px; margin-right: 10px; padding: 7px; background-color: #ec1d25; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; }
#header .header-menu ul#Navigation > li > a > .circle > .icon, #header .header-menu .panel.panel-auction-detail .panel-product-info .product-price ul#Navigation > li > a > .circle > .currency, .panel.panel-auction-detail .panel-product-info .product-price #header .header-menu ul#Navigation > li > a > .circle > .currency, #header .header-menu #SSS .toggle ul#Navigation > li > a > .circle > .heading::after, #SSS .toggle #header .header-menu ul#Navigation > li > a > .circle > .heading::after { display: block; width: 24px; height: 24px; padding: 0; }
#header .header-menu ul#Navigation > li > a > .circle > .icon-menu-hands { width: 28px; margin-left: -2px; }
#header .header-menu ul#Navigation > li > ul { position: absolute; z-index: 1000; left: 1px; min-width: 190px; list-style: none; margin: 0; padding: 0; background-color: #ec1d25; color: #FFF; }
#header .header-menu ul#Navigation > li > ul > li { margin: 0; }
#header .header-menu ul#Navigation > li > ul > li > a { display: block; text-decoration: none; border-top: 1px solid #f8252d; padding: 10px 25px; color: #FFF; }
#header .header-menu ul#Navigation > li > ul > li > a:hover, #header .header-menu ul#Navigation > li > ul > li > a:active { background-color: #c51118; color: #FFF; }
#header .header-menu ul#Navigation > li:last-of-type > a { border-right: 1px solid #f4f4f4; }
#header .header-menu ul#Navigation > li:hover > a { background-color: #ec1d25; color: #FFF; }
#header .header-menu ul#Navigation > li:hover > a > .circle { background-color: #fff; }
#header .header-menu ul#Navigation > li:hover > a > .circle > .icon-menu-bid { background-position: -25px -23px; }
#header .header-menu ul#Navigation > li:hover > a > .circle > .icon-menu-cursor { background-position: -75px -23px; }
#header .header-menu ul#Navigation > li:hover > a > .circle > .icon-menu-hands { background-position: -259px -170px; }
#header #UserLoginMobile { display: none; }
#header .mobile-menu-trigger { display: none; float: left; width: 40px; height: 40px; background: url(../img/sprite.png?v=6) no-repeat -213px -26px; border: none; outline: none; padding: 0; margin: 0 0 0 30px; }

.mobile-menu { display: none; visibility: hidden; position: fixed; z-index: 1500; top: 0; left: 0; right: 0; bottom: 0; }
.mobile-menu::before { content: " "; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: 0; }
.mobile-menu .menu-container { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; width: 384px; font-size: 16px; line-height: 24px; background-color: #ec1d25; -webkit-transform: translate(110%, 0); -ms-transform: translate(110%, 0); -o-transform: translate(110%, 0); transform: translate(110%, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-shadow: 3px 0 3px 0 rgba(1, 2, 2, 0.15); box-shadow: 3px 0 3px 0 rgba(1, 2, 2, 0.15); }
.mobile-menu .wrapper { position: relative; top: 0; left: 0; width: 100%; height: 100%; padding: 83px 0 0; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.mobile-menu .mobile-menu-trigger { position: absolute; top: 27px; right: 24px; display: block; width: 29px; height: 29px; background: url(../img/sprite.png?v=6) no-repeat -230px -130px; border: none; padding: 0; outline: none; }
.mobile-menu .accordion-toggle { position: absolute; top: 7px; right: 15px; display: block; width: 50px; height: 34px; background: none; border: none; border-left: 1px solid #f8252d; outline: none; }
.mobile-menu .accordion-toggle::before { content: " "; position: absolute; top: 12px; left: 18px; display: block; width: 15px; height: 10px; background: url(../img/sprite.png?v=6) no-repeat -238px -80px; }
.mobile-menu ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid #f8252d; }
.mobile-menu ul li { position: relative; border-bottom: 1px solid #f8252d; }
.mobile-menu ul li a { display: block; text-decoration: none; padding: 12px 24px 12px; color: #FFF; }
.mobile-menu ul li a.active { text-decoration: line-through; }
.mobile-menu ul li a > .circle { float: left; display: block; width: 38px; height: 38px; margin-top: -8px; margin-right: 10px; padding: 7px; background-color: #fff; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; }
.mobile-menu ul li a > .circle > .icon, .mobile-menu ul li .panel.panel-auction-detail .panel-product-info .product-price a > .circle > .currency, .panel.panel-auction-detail .panel-product-info .product-price .mobile-menu ul li a > .circle > .currency, .mobile-menu ul li #SSS .toggle a > .circle > .heading::after, #SSS .toggle .mobile-menu ul li a > .circle > .heading::after { display: block; width: 24px; height: 24px; padding: 0; vertical-align: middle; text-align: center; }
.mobile-menu ul li a > .circle .icon-menu-bid { background-position: -25px -23px; }
.mobile-menu ul li a > .circle .icon-menu-cursor { background-position: -75px -23px; }
.mobile-menu ul li a > .circle > .icon-menu-hands { width: 28px; background-position: -259px -170px; margin-left: -2px; }
.mobile-menu ul li ul { background-color: #dd131a; border-top: 1px solid #f8252d; padding: 0; }
.mobile-menu ul li ul li { border-bottom-color: #ed0810; }
.mobile-menu ul li ul li:last-child { border-bottom: none; }
.mobile-menu ul li ul li a { padding: 12px 24px 12px 48px; }
.mobile-menu ul li.dropdown > a { padding-right: 70px; }

@media (max-width: 999px) { #header { margin-bottom: 24px; border-bottom: 1px solid #e5e5e5; }
  #header .header-top { padding: 15px 0; }
  #header .header-top .header-login { padding-top: 6px; }
  #header .header-top .header-login ul.user-login > li.button-item, #header .header-top .header-login ul.user-menu > li.button-item { margin-left: 10px; }
  #header .header-top .header-login ul.user-login > li.button-item .btn, #header .header-top .header-login ul.user-login > li.button-item .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-login > li.button-item .ribbon-sold, #header .header-top .header-login ul.user-menu > li.button-item .btn, #header .header-top .header-login ul.user-menu > li.button-item .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-menu > li.button-item .ribbon-sold { min-width: 90px; height: 40px; line-height: 20px; padding: 9px 16px; border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px; }
  #header .header-top .header-login ul.user-login > li.profile-menu, #header .header-top .header-login ul.user-menu > li.profile-menu { width: 190px; }
  #header .header-top .header-login ul.user-login > li.profile-menu .btn, #header .header-top .header-login ul.user-login > li.profile-menu .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-login > li.profile-menu .ribbon-sold, #header .header-top .header-login ul.user-menu > li.profile-menu .btn, #header .header-top .header-login ul.user-menu > li.profile-menu .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-menu > li.profile-menu .ribbon-sold { height: 40px; line-height: 20px; padding: 9px 16px; border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px; }
  #header .header-top .header-login ul.user-login > li.profile-menu > ul > li:last-child, #header .header-top .header-login ul.user-menu > li.profile-menu > ul > li:last-child { display: block; }
  #header .header-top .header-login ul.user-login > li .text, #header .header-top .header-login ul.user-menu > li .text { padding: 10px 16px; }
  #header .header-top .header-login ul.user-menu > li .text { width: 215px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  #header .header-top .header-login ul.user-menu > li.button-item { display: none; }
  #header .header-top .header-login ul.user-menu > li.active .btn-menu, #header .header-top .header-login ul.user-menu > li.active:hover .btn-menu { border-radius: 20px 20px 0 0; -moz-border-radius: 20px 20px 0 0; -webkit-border-radius: 20px 20px 0 0; }
  #header .header-top .header-login ul.user-menu > li.active .btn-menu::after, #header .header-top .header-login ul.user-menu > li.active:hover .btn-menu::after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
  #header .header-top .header-login ul.user-menu > li:hover .btn-menu { border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
  #header .header-top .header-login ul.user-menu > li:hover .btn-menu::after { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  #header #UserLogin { display: none; }
  #header #UserLoginMobile { display: block; }
  #header .mobile-menu-trigger { display: block; }
  #header .header-menu { display: none; }
  .mobile-menu { display: none; visibility: hidden; } }
@media (max-width: 767px) { #header { margin-bottom: 15px; }
  #header .header-top { padding: 7px 0 8px; }
  #header .header-top .header-logo { padding-top: 8px; }
  #header .header-top .header-logo #logo a:link, #header .header-top .header-logo #logo a:visited { width: 120px; height: 37px; background-size: 120px 37px; }
  #header .header-top .header-login { padding-top: 0; }
  #header .header-top .header-login ul.user-login > li.button-item, #header .header-top .header-login ul.user-menu > li.button-item { margin-left: 4px; }
  #header .header-top .header-login ul.user-login > li.button-item .btn, #header .header-top .header-login ul.user-login > li.button-item .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-login > li.button-item .ribbon-sold, #header .header-top .header-login ul.user-menu > li.button-item .btn, #header .header-top .header-login ul.user-menu > li.button-item .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image #header .header-top .header-login ul.user-menu > li.button-item .ribbon-sold { font-size: 11px; line-height: 13px; min-width: 62px; padding: 13px 0 14px; }
  #header .header-top .header-login ul.user-login > li.profile-menu, #header .header-top .header-login ul.user-menu > li.profile-menu { width: 86px; }
  #header .header-top .header-login ul.user-login > li.profile-menu .btn-menu, #header .header-top .header-login ul.user-menu > li.profile-menu .btn-menu { padding: 9px 14px; }
  #header .header-top .header-login ul.user-login > li.profile-menu .btn-menu .title, #header .header-top .header-login ul.user-menu > li.profile-menu .btn-menu .title { display: inline-block; width: 1px; overflow: hidden; vertical-align: middle; }
  #header .header-top .header-login ul.user-login > li.profile-menu > ul, #header .header-top .header-login ul.user-menu > li.profile-menu > ul { left: auto; top: 100%; right: 0; width: 200px; }
  #header .header-top .header-login ul.user-login > li.profile-menu.active .btn-menu, #header .header-top .header-login ul.user-menu > li.profile-menu.active .btn-menu { float: right; width: 200px; }
  #header .header-top .header-login ul.user-login > li.profile-menu.active .btn-menu .title, #header .header-top .header-login ul.user-menu > li.profile-menu.active .btn-menu .title { width: auto; }
  #header .header-top .header-login ul.user-login > li .text, #header .header-top .header-login ul.user-menu > li .text { display: none; }
  #header .mobile-menu-trigger { width: 29px; height: 29px; background-position: -254px -26px; margin-left: 7px; margin-top: 6px; }
  .mobile-menu .menu-container { width: 270px; font-size: 14px; line-height: 18px; }
  .mobile-menu .mobile-menu-trigger { top: 15px; right: 10px; width: 25px; height: 25px; background-position: -260px -130px; }
  .mobile-menu .wrapper { padding: 55px 0 0; }
  .mobile-menu .accordion-toggle { right: 0; }
  .mobile-menu ul li a { padding: 16px 14px 16px; }
  .mobile-menu ul li a > .circle { margin-top: -10px; }
  .mobile-menu ul li.dropdown > a { padding-right: 50px; }
  .mobile-menu ul li ul li a { padding: 16px 10px 16px 34px; } }
/* jQuery FlexSlider v2.0 http://www.woothemes.com/flexslider/  Copyright 2012 WooThemes Free to use under the GPLv2 license. http://www.gnu.org/licenses/gpl-2.0.html  Contributing author: Tyler Smith (@mbmufffin) */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0; padding: 0; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; min-height: 132px; }

.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; z-index: 1; zoom: 1; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }

.loading .flex-viewport { max-height: 300px; }

.flexslider .slides { zoom: 1; }

.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav { *height: 0; }

.flex-direction-nav a { width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("/Assets/Img/Plugins/Flexslider/flexslider-bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next { background-position: 100% 0; right: -36px; }

.flex-direction-nav .flex-prev { left: -36px; }

.flexslider:hover .flex-next { opacity: 0.8; right: 5px; }

.flexslider:hover .flex-prev { opacity: 0.8; left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }

.flex-direction-nav .flex-disabled { opacity: .3 !important; filter: alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }

.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }

.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }

.flex-control-thumbs li { width: 25%; float: left; margin: 0; }

.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }

.flex-control-thumbs img:hover { opacity: 1; }

.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

@media screen and (max-width: 860px) { .flex-direction-nav .flex-prev { opacity: 1; left: 0; }
  .flex-direction-nav .flex-next { opacity: 1; right: 0; } }
#HomeSliderWrapper { position: relative; margin-bottom: 20px; }
#HomeSliderWrapper > .btn, .panel.panel-auction .panel-image #HomeSliderWrapper > .ribbon-sold { position: absolute; z-index: 10; right: 64px; bottom: 20px; }
#HomeSliderWrapper > .btn.btn-info, .panel.panel-auction .panel-image #HomeSliderWrapper > .btn-info.ribbon-sold { background-color: rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.3); -webkit-transition: background 100ms ease; -o-transition: background 100ms ease; transition: background 100ms ease; }
#HomeSliderWrapper > .btn.btn-info:hover, .panel.panel-auction .panel-image #HomeSliderWrapper > .btn-info.ribbon-sold:hover { background-color: #ec1d25; }
#HomeSliderWrapper > .btn.prev .icon.icon-arrow.left, .panel.panel-auction .panel-image #HomeSliderWrapper > .prev.ribbon-sold .icon.icon-arrow.left, #HomeSliderWrapper > .btn.prev .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price #HomeSliderWrapper > .btn.prev .icon-arrow.left.currency, .panel.panel-auction .panel-image #HomeSliderWrapper > .prev.ribbon-sold .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image #HomeSliderWrapper > .prev.ribbon-sold .icon-arrow.left.currency, #HomeSliderWrapper > .btn.prev #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle #HomeSliderWrapper > .btn.prev .icon-arrow.left.heading::after, .panel.panel-auction .panel-image #HomeSliderWrapper > .prev.ribbon-sold #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle .panel.panel-auction .panel-image #HomeSliderWrapper > .prev.ribbon-sold .icon-arrow.left.heading::after { background-position: -70px -70px; }
#HomeSliderWrapper > .btn.next, .panel.panel-auction .panel-image #HomeSliderWrapper > .next.ribbon-sold { right: 20px; }
#HomeSliderWrapper > .btn.next .icon.icon-arrow.right, .panel.panel-auction .panel-image #HomeSliderWrapper > .next.ribbon-sold .icon.icon-arrow.right, #HomeSliderWrapper > .btn.next .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price #HomeSliderWrapper > .btn.next .icon-arrow.right.currency, .panel.panel-auction .panel-image #HomeSliderWrapper > .next.ribbon-sold .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image #HomeSliderWrapper > .next.ribbon-sold .icon-arrow.right.currency, #HomeSliderWrapper > .btn.next #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle #HomeSliderWrapper > .btn.next .icon-arrow.right.heading::after, .panel.panel-auction .panel-image #HomeSliderWrapper > .next.ribbon-sold #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle .panel.panel-auction .panel-image #HomeSliderWrapper > .next.ribbon-sold .icon-arrow.right.heading::after { background-position: -80px -70px; }

#HomeSlider.flexslider { overflow: hidden; height: 312px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#HomeSlider.flexslider .slides { overflow: hidden; }
#HomeSlider.flexslider .slides > li .slide-inner { position: relative; }
#HomeSlider.flexslider .slides > li .slide-inner .info { position: absolute; left: 0; bottom: 0; width: 100%; line-height: 18px; font-size: 16px; padding: 25px 160px 25px 30px; color: #FFF; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); background-image: -webkit-linear-gradient(top, transparent 0%, black 100%); background-image: -o-linear-gradient(top, transparent 0%, black 100%); background-image: linear-gradient(to bottom, transparent 0%, black 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0); }
#HomeSlider.flexslider .slides > li .slide-inner .info h2 { font-size: 30px; line-height: 34px; font-weight: 700; margin: 0; color: #FFF; }
#HomeSlider.flexslider .flex-control-paging { display: none; position: absolute; right: 25px; bottom: 20px; width: auto; z-index: 2; }
#HomeSlider.flexslider .flex-control-paging li { margin: 0 5px; padding: 3px 0; }
#HomeSlider.flexslider .flex-control-paging li a { display: inline-block; background-color: #FFF; width: 8px; height: 8px; -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3); }
#HomeSlider.flexslider .flex-control-paging li a.flex-active { width: 14px; height: 14px; background-color: transparent; border: 3px solid #ec1d25; margin: -3px 0; -webkit-box-shadow: none; box-shadow: none; }

.WidgetSliderWrapper .flexslider { overflow: hidden; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.WidgetSliderWrapper .panel-content { font-family: Arial, Helvetica, sans-serif; }

#AuctionGallery > .inner { background-color: transparent; }

#AuctionSliderWrapper { position: relative; width: 562px; height: 360px; float: left; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; }
#AuctionSliderWrapper > .btn, .panel.panel-auction .panel-image #AuctionSliderWrapper > .ribbon-sold { position: absolute; z-index: 10; right: 60px; bottom: 15px; }
#AuctionSliderWrapper > .btn.btn-info, .panel.panel-auction .panel-image #AuctionSliderWrapper > .btn-info.ribbon-sold { background-color: rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.3); -webkit-transition: background 100ms ease; -o-transition: background 100ms ease; transition: background 100ms ease; }
#AuctionSliderWrapper > .btn.btn-info:hover, .panel.panel-auction .panel-image #AuctionSliderWrapper > .btn-info.ribbon-sold:hover { background-color: #ec1d25; }
#AuctionSliderWrapper > .btn.prev .icon.icon-arrow.left, .panel.panel-auction .panel-image #AuctionSliderWrapper > .prev.ribbon-sold .icon.icon-arrow.left, #AuctionSliderWrapper > .btn.prev .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price #AuctionSliderWrapper > .btn.prev .icon-arrow.left.currency, .panel.panel-auction .panel-image #AuctionSliderWrapper > .prev.ribbon-sold .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.left.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image #AuctionSliderWrapper > .prev.ribbon-sold .icon-arrow.left.currency, #AuctionSliderWrapper > .btn.prev #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle #AuctionSliderWrapper > .btn.prev .icon-arrow.left.heading::after, .panel.panel-auction .panel-image #AuctionSliderWrapper > .prev.ribbon-sold #SSS .toggle .icon-arrow.left.heading::after, #SSS .toggle .panel.panel-auction .panel-image #AuctionSliderWrapper > .prev.ribbon-sold .icon-arrow.left.heading::after { background-position: -70px -70px; }
#AuctionSliderWrapper > .btn.next, .panel.panel-auction .panel-image #AuctionSliderWrapper > .next.ribbon-sold { right: 15px; }
#AuctionSliderWrapper > .btn.next .icon.icon-arrow.right, .panel.panel-auction .panel-image #AuctionSliderWrapper > .next.ribbon-sold .icon.icon-arrow.right, #AuctionSliderWrapper > .btn.next .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price #AuctionSliderWrapper > .btn.next .icon-arrow.right.currency, .panel.panel-auction .panel-image #AuctionSliderWrapper > .next.ribbon-sold .panel.panel-auction-detail .panel-product-info .product-price .icon-arrow.right.currency, .panel.panel-auction-detail .panel-product-info .product-price .panel.panel-auction .panel-image #AuctionSliderWrapper > .next.ribbon-sold .icon-arrow.right.currency, #AuctionSliderWrapper > .btn.next #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle #AuctionSliderWrapper > .btn.next .icon-arrow.right.heading::after, .panel.panel-auction .panel-image #AuctionSliderWrapper > .next.ribbon-sold #SSS .toggle .icon-arrow.right.heading::after, #SSS .toggle .panel.panel-auction .panel-image #AuctionSliderWrapper > .next.ribbon-sold .icon-arrow.right.heading::after { background-position: -80px -70px; }
#AuctionSliderWrapper.slides-enough > .arrow { display: block; }
#AuctionSliderWrapper .start-price { position: absolute; z-index: 10; left: 2px; bottom: 2px; background: #000; background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 4px 6px 2px 6px; font-family: 'Futura Bold BT'; font-weight: 300; font-size: 14px; line-height: 18px; }
#AuctionSliderWrapper .slides li a { position: relative; display: block; }
#AuctionSliderWrapper .slides li a .fullscreen { position: absolute; z-index: 2; left: 10px; top: 313px; display: block; width: 42px; height: 32px; border-radius: 20px; background-color: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.3); -webkit-transition: background-color 100ms ease; -o-transition: background-color 100ms ease; transition: background-color 100ms ease; }
#AuctionSliderWrapper .slides li a .fullscreen::before { content: " "; position: absolute; z-index: 3; left: 12px; top: 7px; display: block; width: 16px; height: 16px; background: url(../img/sprite.png?v=6) no-repeat -196px -50px; }
#AuctionSliderWrapper .slides li a .fullscreen:hover { background-color: #ec1d25; }

.js-window-load #AuctionSliderTumbs { overflow: auto; }
.js-window-load #AuctionSliderTumbs.mCustomScrollbar { overflow: hidden; }

#AuctionSliderTumbs { width: 120px; height: 360px; overflow: hidden; float: left; margin-left: 5px; }
#AuctionSliderTumbs ul { list-style: none; margin: 0; padding: 0; }
#AuctionSliderTumbs ul li { margin: 3px 0 0; padding: 0; }
#AuctionSliderTumbs ul li img { cursor: pointer; width: 108px; }
#AuctionSliderTumbs ul li.active { opacity: .4; }
#AuctionSliderTumbs ul li:first-child { margin-top: 0; }
#AuctionSliderTumbs.no-custom-scrollbar { overflow: hidden; }
#AuctionSliderTumbs.no-custom-scrollbar ul li img { width: 100%; }

#AuctionIfoCols > .col { float: left; width: 315px; margin: 0 0 0 25px; }
#AuctionIfoCols > .col:first-child { margin-left: 0; }

@media (max-width: 999px) { #AuctionSliderWrapper { width: 573px; }
  #AuctionSliderWrapper .slides li a .fullscreen { top: auto; bottom: 15px; } }
@media (max-width: 767px) { #AuctionSliderWrapper { width: 100%; height: auto; }
  #AuctionSliderTumbs { display: none; }
  #HomeSliderWrapper { margin-bottom: 6px; }
  #HomeSliderWrapper > .btn, .panel.panel-auction .panel-image #HomeSliderWrapper > .ribbon-sold { display: none; }
  #HomeSlider.flexslider { height: auto; overflow: unset; }
  #HomeSlider.flexslider .slides > li .slide-inner { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; }
  #HomeSlider.flexslider .slides > li .slide-inner .info { font-size: 12px; line-height: 16px; padding: 10px; }
  #HomeSlider.flexslider .slides > li .slide-inner .info h2 { font-size: 13px; line-height: 16px; }
  #HomeSlider.flexslider .flex-control-paging { display: block; position: static; margin-top: 7px; }
  #HomeSlider.flexslider .flex-control-paging li a { background-color: #ec1d25; -webkit-box-shadow: none; box-shadow: none; } }
.main-left { padding-right: 15px; }

.main-right { padding-left: 15px; }

#AdvancedCarSearch .panel { overflow: hidden; }
#AdvancedCarSearch .panel-heading { padding-top: 20px; padding-bottom: 10px; }

.page-header { border-top: 1px solid #dedede; padding: 15px 0; margin: 0 0 20px 0; }
.page-header h1 { font-size: 26px; font-weight: 700; margin: 0; color: #000; }

.page-spot { font-size: 16px; line-height: 22px; margin-bottom: 15px; color: #666; }

.member-login-page { padding-bottom: 40px; }
.member-login-content { margin-bottom: 20px; }
.member-login-wrapper { max-width: 570px; margin: 0 auto 30px; }
.member-login-box { background: #fff; border: 1px solid #dedede; border-radius: 4px; overflow: hidden; }
.member-login-header { background: #000; padding: 15px 30px; }
.member-login-header .title { color: #fff; font-size: 26px; line-height: 30px; font-weight: 400; }
.member-login-body { padding: 25px 30px 30px; }
.member-login-lead { margin: 0 0 20px; color: #666; line-height: 22px; }
.member-login-form .form-group { margin-bottom: 18px; }
.member-login-form .control-label { display: block; font-weight: 700; margin-bottom: 7px; color: #333; }
.member-login-help { margin: 0 0 18px; color: #858585; font-size: 13px; line-height: 20px; }
.member-login-options { margin: 0 0 20px; }
.member-login-options .checkbox { float: left; margin: 0; }
.member-login-options .forgot-password-link { float: right; font-size: 13px; line-height: 24px; color: #858585; }
.member-login-options .forgot-password-link:hover { color: #ec1d25; }
.member-login-form .form-button { padding-top: 18px; border-top: 1px solid #f4f4f4; }
.member-login-register { text-align: center; padding-top: 18px; color: #666; }
.member-login-register a { color: #ec1d25; }

.simple-carousel .simple-carousel-viewport { display: block; overflow: hidden; position: relative; margin: 0 !important; }
.simple-carousel .slider-arrow { display: none; }
.simple-carousel .simple-carousel-inner { width: 1000%; }
.simple-carousel .simple-carousel-inner .panel-image img { min-height: 142px; }
.simple-carousel.simple-carousel-ready .simple-carousel-inner { position: absolute; left: 0; top: 0; }
.simple-carousel.simple-carousel-ready .slider-arrow { display: block; }
.simple-carousel .btn.btn-default, .simple-carousel .panel.panel-auction .panel-image .btn-default.ribbon-sold, .panel.panel-auction .panel-image .simple-carousel .btn-default.ribbon-sold { border-color: #dedede; }

.panel.panel-auction .add-to-favorite, .panel.panel-auction .remove-to-favorite { position: absolute; z-index: 2; top: -3px; right: 20px; width: 24px; height: 33px; background: url(../img/sprite.png?v=6) no-repeat -190px -174px; overflow: hidden; text-indent: -9999px; }
.panel.panel-auction .add-to-favorite::before, .panel.panel-auction .remove-to-favorite::before { content: " "; position: absolute; top: 6px; left: 6px; display: block; width: 12px; height: 12px; background: url(../img/sprite.png?v=6) no-repeat -136px -50px; opacity: 0.4; }
.panel.panel-auction .remove-to-favorite { background-position: -190px -252px; }
.panel.panel-auction .remove-to-favorite::before { opacity: 1; }
.panel.panel-auction .panel-image { position: relative; margin: -1px -1px 0 -1px; }
.panel.panel-auction .panel-image a { display: block; }
.panel.panel-auction .panel-image a img { width: 100%; max-height: 144px; }
.panel.panel-auction .panel-image .ribbon-sold { position: absolute; z-index: 2; bottom: -15px; right: 15px; background-color: #fff; border: 1px solid #ec1d25; color: #ec1d25; }
.panel.panel-auction .panel-image .ribbon-sold:hover, .panel.panel-auction .panel-image .ribbon-sold:active, .panel.panel-auction .panel-image .ribbon-sold:focus { background-color: #ec1d25; color: #fff; }
.panel.panel-auction .panel-image .model-year { position: absolute; z-index: 2; bottom: 10px; left: 15px; font-weight: 700; padding: 2px 7px; background-color: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.5); color: #FFF; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.panel.panel-auction .panel-header { position: relative; z-index: 1; padding: 15px 15px 10px 15px; }
.panel.panel-auction .panel-header h1, .panel.panel-auction .panel-header h2, .panel.panel-auction .panel-header h3, .panel.panel-auction .panel-header h4, .panel.panel-auction .panel-header h5, .panel.panel-auction .panel-header h6 { font-size: 16px; font-weight: normal; line-height: 22px; margin: 0; color: #000; }
.panel.panel-auction .panel-header::after { content: " "; position: absolute; top: 100%; left: 20px; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #ffffff transparent transparent transparent; }
.panel.panel-auction .panel-heading { min-height: 95px; padding: 25px 15px 0 15px; }
.panel.panel-auction .panel-heading h1, .panel.panel-auction .panel-heading h2, .panel.panel-auction .panel-heading h3, .panel.panel-auction .panel-heading h4, .panel.panel-auction .panel-heading h5, .panel.panel-auction .panel-heading h6 { font-size: 13px; line-height: 18px; color: #000; }
.panel.panel-auction .panel-heading h1 a, .panel.panel-auction .panel-heading h2 a, .panel.panel-auction .panel-heading h3 a, .panel.panel-auction .panel-heading h4 a, .panel.panel-auction .panel-heading h5 a, .panel.panel-auction .panel-heading h6 a { color: #000; }
.panel.panel-auction .panel-footer { padding: 15px; color: #666; }
.panel.panel-auction .panel-footer strong { display: block; font-weight: 400; color: #000; }
.panel.panel-auction .panel-footer .auction-time { display: block; color: #AAA; }
.panel.panel-auction .panel-footer .col-sm-18 { padding-right: 0; }
.panel.panel-auction:hover .panel-heading h1 a, .panel.panel-auction:hover .panel-heading h2 a, .panel.panel-auction:hover .panel-heading h3 a, .panel.panel-auction:hover .panel-heading h4 a, .panel.panel-auction:hover .panel-heading h5 a, .panel.panel-auction:hover .panel-heading h6 a { color: #000; }
.panel.panel-auction.panel-nextcar .panel-image { margin: 0; }
.panel.panel-auction.panel-opportunity { border: none; }
.panel.panel-auction.panel-opportunity .ribbon-opportunity { position: absolute; z-index: 2; width: 60px; height: 60px; overflow: hidden; border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; -webkit-border-radius: 4px 0 0 0; }
.panel.panel-auction.panel-opportunity .ribbon-opportunity::before { position: absolute; z-index: 0; content: " "; width: 0; height: 0; border-style: solid; border-width: 60px 60px 0 0; border-color: #ec1d25 transparent transparent transparent; }
.panel.panel-auction.panel-opportunity .ribbon-opportunity span { position: absolute; top: 0; left: 0; display: block; width: 60px; height: 60px; font-size: 13px; font-weight: 700; line-height: 18px; text-align: center; padding: 9px 0 0; color: #fff; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.panel.panel-auction.panel-opportunity .panel-image { margin: 0; }
.panel.panel-auction.panel-opportunity .panel-heading { background: #f5252d url(../img/bg-promotion-border.png) repeat-x center top; border-left: 1px solid #ec1d25; border-right: 1px solid #ec1d25; border-bottom-color: transparent; color: #fff; }
.panel.panel-auction.panel-opportunity .panel-heading h1 a, .panel.panel-auction.panel-opportunity .panel-heading h2 a, .panel.panel-auction.panel-opportunity .panel-heading h3 a, .panel.panel-auction.panel-opportunity .panel-heading h4 a, .panel.panel-auction.panel-opportunity .panel-heading h5 a, .panel.panel-auction.panel-opportunity .panel-heading h6 a { color: #fff; }
.panel.panel-auction.panel-opportunity .panel-footer { background-color: #000; border-top-color: transparent; color: #fff; }
.panel.panel-auction.panel-opportunity .panel-footer strong { color: #fff; }
.panel.panel-auction-detail .product-header { border-bottom: 1px solid #dedede; background-color: #f9f9f9; font-size: 20px; font-weight: 700; line-height: 24px; margin: 0; padding: 20px 20px 18px 20px; color: #000; border-top-right-radius: 4px; border-top-left-radius: 4px; }
.panel.panel-auction-detail .product-header.has-favourite { padding-right: 130px; }
.panel.panel-auction-detail .add-to-favorite, .panel.panel-auction-detail .remove-to-favorite { position: absolute; top: -3px; right: 20px; width: 120px; height: 43px; font-size: 12px; line-height: 14px; text-align: right; padding-top: 6px; padding-right: 35px; color: #999999; }
.panel.panel-auction-detail .add-to-favorite::before, .panel.panel-auction-detail .remove-to-favorite::before { content: " "; position: absolute; right: 0; top: 0; display: block; width: 30px; height: 43px; background: url(../img/sprite.png?v=6) no-repeat -190px -130px; }
.panel.panel-auction-detail .add-to-favorite::after, .panel.panel-auction-detail .remove-to-favorite::after { content: " "; position: absolute; top: 8px; right: 9px; display: block; width: 12px; height: 12px; background: url(../img/sprite.png?v=6) no-repeat -136px -50px; opacity: 0.4; }
.panel.panel-auction-detail .add-to-favorite:focus, .panel.panel-auction-detail .add-to-favorite:active, .panel.panel-auction-detail .remove-to-favorite:focus, .panel.panel-auction-detail .remove-to-favorite:active { text-decoration: none; }
.panel.panel-auction-detail .add-to-favorite:focus:hover, .panel.panel-auction-detail .add-to-favorite:active:hover, .panel.panel-auction-detail .remove-to-favorite:focus:hover, .panel.panel-auction-detail .remove-to-favorite:active:hover { text-decoration: underline; }
.panel.panel-auction-detail .remove-to-favorite::before { background-position: -190px -208px; }
.panel.panel-auction-detail .remove-to-favorite::after { opacity: 1; }
.panel.panel-auction-detail .panel-product-info { padding: 0 15px; }
.panel.panel-auction-detail .panel-product-info label { display: block; color: #999; font-size: 12px; font-weight: 400; margin-bottom: 3px; }
.panel.panel-auction-detail .panel-product-info [class*="col-"] { padding: 14px; }
.panel.panel-auction-detail .panel-product-info .row-border { border-left: 1px solid #dedede; }
.panel.panel-auction-detail .panel-product-info .row-border-right { border-right: 1px solid #dedede; }
.panel.panel-auction-detail .panel-product-info .product-price { font-size: 22px; font-weight: 700; line-height: 24px; color: #ec1d25; }
.panel.panel-auction-detail .panel-product-info .product-price .currency { float: left; display: block; font-size: 16px; overflow: hidden; text-indent: -9999px; margin: 4px 5px 0 0; }
.panel.panel-auction-detail .panel-product-info .product-price.gray, .panel.panel-auction-detail .panel-product-info .product-price.gray .product-price.currency { color: #000; }
.panel.panel-auction-detail .panel-product-info .product-price.red, .panel.panel-auction-detail .panel-product-info .product-price .product-price.currency { color: #ec1d25; }
.panel.panel-auction-detail .panel-product-info .product-price.green, .panel.panel-auction-detail .panel-product-info .product-price.green .product-price.currency { color: #27ae60; }
.panel.panel-auction-detail .panel-product-info .remain-text { font-weight: 400; font-size: 18px; line-height: 24px; color: #000; }
.panel.panel-auction-detail .panel-product-info .remain-text .green, .panel.panel-auction-detail .panel-product-info .remain-text .product-price.green .currency, .panel.panel-auction-detail .panel-product-info .product-price.green .remain-text .currency { color: #27ae60; }
.panel.panel-auction-detail .panel-product-info .btn, .panel.panel-auction-detail .panel-product-info .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-product-info .ribbon-sold { margin: 3px 0; }
.panel.panel-auction-detail .panel-product-info .btn.order-now-win, .panel.panel-auction-detail .panel-product-info .panel.panel-auction .panel-image .order-now-win.ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-product-info .order-now-win.ribbon-sold, .panel.panel-auction-detail .panel-product-info .btn.order-now-times-up, .panel.panel-auction-detail .panel-product-info .panel.panel-auction .panel-image .order-now-times-up.ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-product-info .order-now-times-up.ribbon-sold, .panel.panel-auction-detail .panel-product-info .btn.done, .panel.panel-auction-detail .panel-product-info .panel.panel-auction .panel-image .done.ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-product-info .done.ribbon-sold, .panel.panel-auction-detail .panel-product-info .btn.win, .panel.panel-auction-detail .panel-product-info .panel.panel-auction .panel-image .win.ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-product-info .win.ribbon-sold, .panel.panel-auction-detail .panel-product-info .btn.order-now-done, .panel.panel-auction-detail .panel-product-info .panel.panel-auction .panel-image .order-now-done.ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-product-info .order-now-done.ribbon-sold { display: none; }
.panel.panel-auction-detail .panel-product-info #spnAuctionEndDate { position: absolute; top: 15px; right: 20px; font-size: 12px; color: #999; }
.panel.panel-auction-detail .panel-join-auction { display: none; border-top: 1px solid #dedede; background-color: #f9f9f9; padding: 0; color: #666; }
.panel.panel-auction-detail .panel-join-auction .offer-message { display: none; padding: 20px; }
.panel.panel-auction-detail .panel-join-auction #divBidForm { padding: 18px 20px; }
.panel.panel-auction-detail .panel-join-auction.open, .panel.panel-auction-detail .panel-join-auction .open { display: block; }
.panel.panel-auction-detail .panel-join-auction.description { display: block; padding: 0; }
.panel.panel-auction-detail .panel-join-auction.description .offer-message { display: block; padding: 20px; }
.panel.panel-auction-detail .panel-join-auction .btn.btn-price, .panel.panel-auction-detail .panel-join-auction .panel.panel-auction .panel-image .btn-price.ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-join-auction .btn-price.ribbon-sold { position: relative; z-index: 2; display: block; width: 100%; font-size: 11px; background-color: #FFF; padding: 10px 15px; color: #666; -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -webkit-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; }
.panel.panel-auction-detail .panel-join-auction .btn.btn-price span, .panel.panel-auction-detail .panel-join-auction .panel.panel-auction .panel-image .btn-price.ribbon-sold span, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-join-auction .btn-price.ribbon-sold span { display: block; }
.panel.panel-auction-detail .panel-join-auction .btn.btn-price .amount, .panel.panel-auction-detail .panel-join-auction .panel.panel-auction .panel-image .btn-price.ribbon-sold .amount, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-join-auction .btn-price.ribbon-sold .amount { font-size: 16px; font-weight: 700; }
.panel.panel-auction-detail .panel-join-auction .btn.btn-price:hover, .panel.panel-auction-detail .panel-join-auction .panel.panel-auction .panel-image .btn-price.ribbon-sold:hover, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-join-auction .btn-price.ribbon-sold:hover { background-color: #27ae60; color: #FFF; }
.panel.panel-auction-detail .panel-join-auction .btn.disabled, .panel.panel-auction-detail .panel-join-auction .panel.panel-auction .panel-image .disabled.ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-join-auction .disabled.ribbon-sold { opacity: 1; color: #d8d8d8; }
.panel.panel-auction-detail .panel-join-auction .increase-buttons { position: relative; padding: 0 10px; }
.panel.panel-auction-detail .panel-join-auction .increase-buttons > div.col-xs-4 { z-index: 2; padding: 0 5px; }
.panel.panel-auction-detail .panel-join-auction .increase-buttons::after { content: " "; position: absolute; z-index: 1; top: 50%; left: 15px; right: 15px; display: block; height: 4px; background-color: #e0e0e0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1); }

.auction-carousel { position: relative; margin-bottom: 20px; }
.auction-carousel .auction-heading { position: relative; font-size: 16px; font-weight: 400; line-height: 30px; margin: 20px 0; }
.auction-carousel .auction-heading a { position: relative; z-index: 1; display: inline-block; background: #fff; padding: 0 20px 0 0; color: #666; }
.auction-carousel .auction-heading::after { content: " "; position: absolute; z-index: 0; top: 50%; display: block; width: 100%; height: 1px; background: #dedede; }
.auction-carousel .auction-list-wrapper .simple-nav { position: absolute; right: 0; top: 0; background: #fff; padding: 0 0 0 20px; }
.auction-carousel .auction-list-wrapper .auction-list { margin: 0 -20px 0 0; padding: 2px 0; }
.auction-carousel .auction-list-wrapper .auction-list .panel.panel-auction { float: left; width: 222px; margin: 0 20px 0 0; }
.auction-carousel .auction-list-wrapper .auction-list .panel.panel-auction:last-child { margin-right: 0; }

.WidgetSliderWrapper { position: relative; overflow: hidden; height: 290px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.WidgetSliderWrapper .panel-image-widget { border-bottom: 1px solid #000; }
.WidgetSliderWrapper .panel-image-widget img { height: 153px; }
.WidgetSliderWrapper .simple-nav { position: absolute; z-index: 10; top: 136px; right: 15px; }
.WidgetSliderWrapper .simple-nav .btn-default { border-color: #dedede; }
.WidgetSliderWrapper .panel-content { padding: 5px 20px 18px 20px; line-height: 18px; }

.news-list .news-item { border-top: 1px solid #dedede; padding: 20px 0; }
.news-list .news-item .news-image img { width: 100%; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.news-list .news-item .news-content h2 { text-transform: uppercase; font-size: 14px; padding: 0; margin: 0 0 3px 0; }
.news-list .news-item .news-content .news-date { font-size: 11px; margin: 0 0 3px 0; color: #a9a9a9; }
.news-list .news-item .news-content .news-spot { line-height: 18px; margin: 0 0 18px 0; }
.news-list .news-item .news-content .read-more { color: #858585; }
.news-list .news-item:last-of-type { border-bottom: 1px solid #dedede; }

.page-content { line-height: 20px; }
.page-content p { margin: 20px 0; }
.page-content ul { list-style: none; }
.page-content ul li { position: relative; margin: 5px 0; }
.page-content ul li:before { content: " "; position: absolute; left: -15px; top: 7px; display: block; width: 7px; height: 7px; background: url(../img/sprite.png?v=6) no-repeat -60px -60px; }
.page-content ul.timeline-list { padding: 0; }
.page-content ul.timeline-list li { position: relative; display: block; width: 50%; margin: 0; padding: 0; }
.page-content ul.timeline-list li::before { content: " "; top: 50%; width: 11px; height: 2px; background: #dedede !important; margin: -1px 0 0; }
.page-content ul.timeline-list li::after { content: " "; position: absolute; top: 0; bottom: 0; width: 2px; height: auto; background: #dedede !important; }
.page-content ul.timeline-list li p { position: relative; display: block; min-height: 52px; border: 1px solid #dedede; margin: 0; padding: 22px 20px 18px 80px; }
.page-content ul.timeline-list li p span { position: absolute; top: 0; left: 0; display: flex; flex-direction: row; align-items: center; justify-content: center; width: 60px; height: 100%; font-size: 18px; background: #ec1d25; color: #fff; padding: 2px 0 0; }
.page-content ul.timeline-list li:nth-child(odd) { margin-left: 0; padding-right: 35px; }
.page-content ul.timeline-list li:nth-child(odd)::before { left: auto; right: 0; }
.page-content ul.timeline-list li:nth-child(odd)::after { right: -1px; }
.page-content ul.timeline-list li:nth-child(even) { margin-left: 50%; padding-left: 35px; }
.page-content ul.timeline-list li:nth-child(even)::before { left: 0; }
.page-content ul.timeline-list li:nth-child(even)::after { left: -1px; }
.page-content ul.timeline-list li:first-of-type::after { top: 50%; }
.page-content ul.timeline-list li:last-of-type::after { bottom: 50%; }
.page-content img { max-width: 100%; }

#SSS .toggle { cursor: pointer; border: 1px solid #dedede; background: #FFF; margin: 10px 0; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#SSS .toggle .heading { position: relative; font-size: 13px; line-height: 20px; margin: 0; padding: 15px 55px 15px 15px; }
#SSS .toggle .heading::after { position: absolute; content: " "; display: block; right: 20px; top: 50%; margin-top: -8px; }
#SSS .toggle .mask { overflow: hidden; }
#SSS .toggle .mask .content { float: left; clear: both; margin: 1px; padding: 0 15px 15px 15px; }
#SSS .toggle .mask .content > p:first-of-type { margin-top: 0; }
#SSS .toggle.expanded { border-color: #000; }
#SSS .toggle:hover { border-color: #000; }

#accordion .panel { border: 1px solid #000; background: #FFF; margin: 10px 0; -webkit-transition: border-color 200ms ease; -o-transition: border-color 200ms ease; transition: border-color 200ms ease; }
#accordion .panel .panel-heading { position: relative; margin: 0; padding: 0; }
#accordion .panel .panel-heading a { cursor: pointer; display: block; line-height: 20px; font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; padding: 25px 55px 25px 20px; color: #000; -webkit-transition: color 150ms ease; -o-transition: color 150ms ease; transition: color 150ms ease; }
#accordion .panel .panel-heading a::before, #accordion .panel .panel-heading a::after { content: " "; position: absolute; right: 20px; top: 50%; display: block; width: 16px; height: 2px; background-color: #000; margin-top: -1px; -webkit-transition: transform 0.3s ease; -o-transition: transform 0.3s ease; transition: transform 0.3s ease; }
#accordion .panel .panel-body { border-top-color: transparent; padding: 0 20px 25px 20px; }
#accordion .panel .panel-body > p:first-of-type { margin-top: 0; }
#accordion .panel .panel-body > p:last-of-type { margin-bottom: 0; }
#accordion .panel.collapsed { border-color: #dedede; }
#accordion .panel.collapsed .panel-heading a { color: #858585; }
#accordion .panel.collapsed .panel-heading a::before, #accordion .panel.collapsed .panel-heading a::after { background-color: #858585; }
#accordion .panel.collapsed .panel-heading a::before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
#accordion .panel.collapsed .panel-heading a::after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
#accordion .panel.collapsed:hover { border-color: #000; }
#accordion .panel.collapsed:hover .panel-heading a { color: #000; }

.pagination-wrapper { text-align: center; }
.pagination-wrapper .pagination { margin: 10px 0; }
.pagination-wrapper .pagination > li { display: inline-block; margin: 0 3px; }
.pagination-wrapper .pagination > li .i { border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; }
.pagination-wrapper .pagination > li .i .text { display: none; }
.pagination-wrapper .pagination > li .i.current { background-color: #ec1d25; border-color: #ec1d25; color: #FFF; }
.pagination-wrapper .pagination > li .i:hover .icon-arrow.left, .pagination-wrapper .pagination > li .i:active .icon-arrow.left, .pagination-wrapper .pagination > li .i:focus .icon-arrow.left { background-position: -50px -70px; }
.pagination-wrapper .pagination > li .i:hover .icon-arrow.right, .pagination-wrapper .pagination > li .i:active .icon-arrow.right, .pagination-wrapper .pagination > li .i:focus .icon-arrow.right { background-position: -60px -70px; }
.pagination-wrapper .pagination > li .i.disabled { opacity: 0.5; }
.pagination-wrapper .pagination-info { margin: 0 0 15px 0; }

.detail-container ul { list-style-type: none; }
.detail-container ul > li { position: relative; display: block; margin: 10px 0; }
.detail-container ul > li::before { content: " "; position: absolute; top: 6px; left: -17px; display: block; width: 7px; height: 7px; background: url(../img/sprite.png?v=6) no-repeat -60px -60px; }
.detail-container ul > li ul { list-style-type: disc; }
.detail-container ul > li ul li::before { content: "●"; top: 0; background: none; color: #000; }

.tab-panel .nav-tabs { background-color: #f9f9f9; padding: 7px 10px 0 10px; border-top-right-radius: 4px; border-top-left-radius: 4px; }
.tab-panel .nav-tabs > li > a { font-size: 16px; line-height: 24px; padding: 10px 20px 20px 20px; border-top-right-radius: 4px; border-top-left-radius: 4px; color: #666; outline: none; }
.tab-panel .nav-tabs > li > a:hover, .tab-panel .nav-tabs > li > a:active { background-color: transparent; border-color: transparent; }
.tab-panel .nav-tabs > li.active a { color: #000; }
.tab-panel .nav-tabs > li.active a:hover, .tab-panel .nav-tabs > li.active a:active { background-color: #FFF; border-top-color: #d9d9d9; border-right-color: #d9d9d9; border-left-color: #d9d9d9; }
.tab-panel .tab-content .panel-body.panel-general { padding: 18px 23px; }
.tab-panel .tab-content .panel-body.panel-general .col-xs-12:first-child { border-right: 1px solid #eeeeee; padding-right: 25px; }
.tab-panel .tab-content .panel-body.panel-general .col-xs-12:last-child { border-left: 1px solid #eeeeee; padding-left: 25px; margin-left: -1px; }
.tab-panel .tab-content .panel-body.panel-expertise { padding: 28px 30px; }
.tab-panel .tab-content .panel-body h3 { margin: 30px 0; }
.tab-panel .tab-content .panel-body h3:first-of-type { margin-top: 0; }
.tab-panel .tab-content .panel-body hr { border-color: #eeeeee; margin: 30px 0; }
.tab-panel .tab-content .panel-body hr.hr-full { margin-left: -30px; margin-right: -30px; }
.tab-panel .tab-content .panel-body .icon-disc { position: relative; display: inline-block; width: 11px; height: 11px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.tab-panel .tab-content .panel-body .icon-disc.yellow { background-color: #f3b533; }
.tab-panel .tab-content .panel-body .icon-disc.blue { background-color: #f74b51; }
.tab-panel .tab-content .panel-body .icon-disc > i { display: none; }
.tab-panel .tab-content .panel-body .icon-disc.half-painted::after { content: "Y.B."; position: absolute; left: 100%; top: -1px; font-size: 11px; color: #536980; margin-left: 3px; }
.tab-panel .tab-content .panel-body .icon-disc.disassemble::after { content: "S.T."; position: absolute; left: 100%; top: -1px; font-size: 11px; color: #536980; margin-left: 3px; }
.tab-panel .tab-content .panel-body .icon-disc.disassemble-painted::after { content: "S.T.B."; position: absolute; left: 100%; top: -1px; font-size: 11px; color: #536980; margin-left: 3px; }
.tab-panel .tab-content .panel-body table.table thead tr th { background-color: #f9f9f9; text-align: center; font-weight: 400; text-transform: uppercase; color: #000; border-bottom-width: 1px; padding: 15px 5px; }
.tab-panel .tab-content .panel-body table.table thead tr th.double-col { max-width: 144px; }
.tab-panel .tab-content .panel-body table.table thead tr th.size-min { width: 71px; }
.tab-panel .tab-content .panel-body table.table tbody tr td { color: #666; }
.tab-panel .tab-content .panel-body table.table tbody tr td.td-label { color: #000; }
.tab-panel .tab-content .panel-body table.table tbody tr td.td-label.fix-size { width: 130px; }
.tab-panel .tab-content .panel-body table.table tbody tr td.td-label.fix-size + td { width: 17px; }
.tab-panel .tab-content .panel-body table.table tbody tr td[class="eh-"] { text-align: center; }
.tab-panel .tab-content .panel-body table.table tbody tr:first-child td { border-top-color: transparent; }
.tab-panel .tab-content .panel-body table.table tbody tr:last-child td { border-bottom-color: transparent; }
.tab-panel .tab-content .panel-body table.table.table-bordered tbody tr:hover td { background-color: #f9f9f9; }
.tab-panel .tab-content .panel-body .tooltip { position: relative; text-decoration: underline; }
.tab-panel .tab-content .panel-body .tooltip .tooltip-width-fix { visibility: hidden; opacity: 0; position: absolute; z-index: 1; bottom: 100%; left: 50%; width: 200px; margin: 0 0 20px -100px; -webkit-transition: visibility 0s linear 100ms, opacity 100ms linear; -o-transition: visibility 0s linear 100ms, opacity 100ms linear; transition: visibility 0s linear 100ms, opacity 100ms linear; }
.tab-panel .tab-content .panel-body .tooltip .tooltip-width-fix .tooltip-inner { position: relative; text-align: center; background-color: #858585; color: #FFF; padding: 10px; font-size: 11px; text-decoration: none; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.tab-panel .tab-content .panel-body .tooltip .tooltip-width-fix .tooltip-inner p { margin: 3px 0; }
.tab-panel .tab-content .panel-body .tooltip .tooltip-width-fix .tooltip-inner::after { content: " "; position: absolute; bottom: -12px; left: 50%; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #858585; margin-left: -12px; }
.tab-panel .tab-content .panel-body .tooltip:hover .tooltip-width-fix { visibility: visible; opacity: 1; -webkit-transition-delay: 0ms; transition-delay: 0ms; }

#ExpertiseHistory { display: table; width: 100%; background-color: #f9f9f9; margin: 0; border: 1px solid #eeeeee; }
#ExpertiseHistory table.table { background-color: #FFF; border: none; padding: 0; margin: 0 0 -1px 0; }
#ExpertiseHistory table.table tr td:first-child, #ExpertiseHistory table.table tr th:first-child { border-left: 0; }
#ExpertiseHistory table.table tr td:last-child, #ExpertiseHistory table.table tr th:last-child { border-right: 0; }
#ExpertiseHistory .table-panel { float: none; display: table-cell; border-right: 1px solid #eeeeee; background-color: #FFF; padding: 0; }
#ExpertiseHistory .preview-panel { float: none; display: table-cell; text-align: center; vertical-align: middle; margin: 0; padding: 0; }

#VisualExpertiseHistory { position: relative; background-color: #f9f9f9; display: inline-block; padding: 4px 0 0 0; }
#VisualExpertiseHistory .car-container { position: relative; display: inline-block; width: 224px; height: 431px; background: url(/Assets/Img/expertise-history.png?v=3) scroll no-repeat -259px 0; overflow: hidden; }
#VisualExpertiseHistory .car-container > span { position: absolute; z-index: 1; display: block; opacity: 1; background: url(/Assets/Img/expertise-history.png?v=3) scroll no-repeat 0 0; -webkit-transition: opacity 200ms ease-in-out; -o-transition: opacity 200ms ease-in-out; transition: opacity 200ms ease-in-out; }
#VisualExpertiseHistory .car-container > span.eh-1b, #VisualExpertiseHistory .car-container > span.eh-1d { width: 112px; height: 26px; left: 56px; top: 1px; }
#VisualExpertiseHistory .car-container > span.eh-1b { background-position: 0 0; }
#VisualExpertiseHistory .car-container > span.eh-1d { background-position: -113px 0; }
#VisualExpertiseHistory .car-container > span.eh-2b, #VisualExpertiseHistory .car-container > span.eh-2d { width: 29px; height: 72px; left: 20px; top: 41px; }
#VisualExpertiseHistory .car-container > span.eh-2b { background-position: 0 -110px; }
#VisualExpertiseHistory .car-container > span.eh-2d { background-position: -30px -110px; }
#VisualExpertiseHistory .car-container > span.eh-3b, #VisualExpertiseHistory .car-container > span.eh-3d { width: 29px; height: 72px; left: 175px; top: 41px; }
#VisualExpertiseHistory .car-container > span.eh-3b { background-position: -60px -110px; }
#VisualExpertiseHistory .car-container > span.eh-3d { background-position: -90px -110px; }
#VisualExpertiseHistory .car-container > span.eh-4b, #VisualExpertiseHistory .car-container > span.eh-4d { width: 34px; height: 108px; left: 6px; top: 119px; }
#VisualExpertiseHistory .car-container > span.eh-4b { background-position: 0 -189px; }
#VisualExpertiseHistory .car-container > span.eh-4d { background-position: -35px -189px; }
#VisualExpertiseHistory .car-container > span.eh-5b, #VisualExpertiseHistory .car-container > span.eh-5d { width: 34px; height: 108px; left: 184px; top: 119px; }
#VisualExpertiseHistory .car-container > span.eh-5b { background-position: -70px -189px; }
#VisualExpertiseHistory .car-container > span.eh-5d { background-position: -105px -189px; }
#VisualExpertiseHistory .car-container > span.eh-6b, #VisualExpertiseHistory .car-container > span.eh-6d { width: 24px; height: 79px; left: 14px; top: 222px; }
#VisualExpertiseHistory .car-container > span.eh-6b { background-position: -120px -110px; }
#VisualExpertiseHistory .car-container > span.eh-6d { background-position: -145px -110px; }
#VisualExpertiseHistory .car-container > span.eh-7b, #VisualExpertiseHistory .car-container > span.eh-7d { width: 24px; height: 79px; left: 185px; top: 222px; }
#VisualExpertiseHistory .car-container > span.eh-7b { background-position: -170px -110px; }
#VisualExpertiseHistory .car-container > span.eh-7d { background-position: -195px -110px; }
#VisualExpertiseHistory .car-container > span.eh-8b, #VisualExpertiseHistory .car-container > span.eh-8d { width: 29px; height: 74px; left: 12px; top: 311px; }
#VisualExpertiseHistory .car-container > span.eh-8b { background-position: -140px -189px; }
#VisualExpertiseHistory .car-container > span.eh-8d { background-position: -170px -189px; }
#VisualExpertiseHistory .car-container > span.eh-9b, #VisualExpertiseHistory .car-container > span.eh-9d { width: 29px; height: 74px; left: 182px; top: 311px; }
#VisualExpertiseHistory .car-container > span.eh-9b { background-position: -199px -189px; }
#VisualExpertiseHistory .car-container > span.eh-9d { background-position: -229px -189px; }
#VisualExpertiseHistory .car-container > span.eh-10b, #VisualExpertiseHistory .car-container > span.eh-10d { width: 99px; height: 78px; left: 62px; top: 312px; }
#VisualExpertiseHistory .car-container > span.eh-10b { background-position: 0 -298px; }
#VisualExpertiseHistory .car-container > span.eh-10d { background-position: -100px -298px; }
#VisualExpertiseHistory .car-container > span.eh-11b, #VisualExpertiseHistory .car-container > span.eh-11d { width: 130px; height: 43px; left: 47px; top: 386px; }
#VisualExpertiseHistory .car-container > span.eh-11b { background-position: -256px -441px; }
#VisualExpertiseHistory .car-container > span.eh-11d { background-position: -256px -485px; }
#VisualExpertiseHistory .car-container > span.eh-12b, #VisualExpertiseHistory .car-container > span.eh-12d { width: 123px; height: 199px; left: 51px; top: 119px; }
#VisualExpertiseHistory .car-container > span.eh-12b { background-position: 0 -377px; }
#VisualExpertiseHistory .car-container > span.eh-12d { background-position: -124px -377px; }
#VisualExpertiseHistory .car-container > span.eh-13b, #VisualExpertiseHistory .car-container > span.eh-13d { width: 119px; height: 82px; left: 52px; top: 35px; }
#VisualExpertiseHistory .car-container > span.eh-13b { background-position: 0 -27px; }
#VisualExpertiseHistory .car-container > span.eh-13d { background-position: -120px -27px; }
#VisualExpertiseHistory.hover span { opacity: 0.1; }
#VisualExpertiseHistory.hover.eh-1b .eh-1b, #VisualExpertiseHistory.hover.eh-2b .eh-2b, #VisualExpertiseHistory.hover.eh-3b .eh-3b, #VisualExpertiseHistory.hover.eh-4b .eh-4b, #VisualExpertiseHistory.hover.eh-5b .eh-5b, #VisualExpertiseHistory.hover.eh-6b .eh-6b, #VisualExpertiseHistory.hover.eh-7b .eh-7b, #VisualExpertiseHistory.hover.eh-8b .eh-8b, #VisualExpertiseHistory.hover.eh-9b .eh-9b, #VisualExpertiseHistory.hover.eh-10b .eh-10b, #VisualExpertiseHistory.hover.eh-11b .eh-11b, #VisualExpertiseHistory.hover.eh-12b .eh-12b, #VisualExpertiseHistory.hover.eh-13b .eh-13b, #VisualExpertiseHistory.hover.eh-1d .eh-1d, #VisualExpertiseHistory.hover.eh-2d .eh-2d, #VisualExpertiseHistory.hover.eh-3d .eh-3d, #VisualExpertiseHistory.hover.eh-4d .eh-4d, #VisualExpertiseHistory.hover.eh-5d .eh-5d, #VisualExpertiseHistory.hover.eh-6d .eh-6d, #VisualExpertiseHistory.hover.eh-7d .eh-7d, #VisualExpertiseHistory.hover.eh-8d .eh-8d, #VisualExpertiseHistory.hover.eh-9d .eh-9d, #VisualExpertiseHistory.hover.eh-10d .eh-10d, #VisualExpertiseHistory.hover.eh-11d .eh-11d, #VisualExpertiseHistory.hover.eh-12d .eh-12d, #VisualExpertiseHistory.hover.eh-13d .eh-13d { opacity: 1; z-index: 20; }

#RegisterFormWrapper .form-group, #ContactForm .form-group { margin-bottom: 27px; }

#MapWrapper { position: relative; display: block; width: 100%; height: 233px; margin: 25px 0; border: 1px solid #ccc; }
#MapWrapper .google-maps { width: 100%; height: 230px; }

@media (max-width: 999px) { .main-left { padding-right: 10px; }
  .main-right { padding-left: 10px; }
  .panel .panel-image, .panel.panel-auction .panel-image { max-height: none; }
  .panel .panel-image a img, .panel.panel-auction .panel-image a img { max-height: none; }
  .panel.panel-auction.panel-nextcar { margin-bottom: 20px; }
  .panel.panel-auction.panel-nextcar .panel-header { padding: 7px 19px; border-bottom: 1px solid #dedede; }
  .panel.panel-auction.panel-nextcar .panel-image { float: left; width: 125px; }
  .panel.panel-auction.panel-nextcar .panel-heading { min-height: 0; margin-left: 125px; }
  .panel.panel-auction.panel-nextcar .panel-footer { padding: 7px 19px; clear: left; }
  .panel.panel-auction.panel-nextcar .panel-footer .col-xs-18 { width: 155px; }
  .auction-carousel { margin-bottom: 27px; }
  .auction-carousel .auction-list-wrapper .auction-list { margin: 0 -26px 0 0; }
  .auction-carousel .auction-list-wrapper .auction-list .panel.panel-auction { margin: 0 26px 0 0; }
  #AdvancedCarSearch { position: relative; z-index: 3; height: 78px; }
  #AdvancedCarSearch .panel-heading { cursor: pointer; text-align: center; padding-bottom: 18px; padding-right: 20px; }
  #AdvancedCarSearch .panel-heading h3 { position: relative; display: inline-block; padding-right: 19px; }
  #AdvancedCarSearch .panel-heading h3::after { content: " "; position: absolute; top: 50%; right: 0; display: block; width: 11px; height: 7px; background: url(../img/sprite.png?v=6) no-repeat -226px -78px; margin-top: -3.5px; }
  #AdvancedCarSearch .panel-body { padding-left: 50px; padding-right: 50px; padding-top: 0; }
  #AdvancedCarSearch .row { margin-left: -5px; margin-right: -5px; }
  #AdvancedCarSearch [class*="col-"] { padding-left: 5px; padding-right: 5px; }
  #AdvancedCarSearch .panel-collapse { display: none; }
  #AdvancedCarSearch.open .panel-heading h3::after { background-position: -226px -70px; }
  #AdvancedCarSearch.open .panel-collapse { display: block; }
  .col-widget.col-sm-12:first-child { padding-right: 15px; }
  .col-widget.col-sm-12:last-child { padding-left: 15px; } }
@media (max-width: 999px) and (min-width: 768px) { .auction-list .col-sm-8, .order-now-list .col-sm-8 { padding-left: 12.5px; padding-right: 12.5px; }
  .auction-list .col-sm-8:nth-child(3n+1), .order-now-list .col-sm-8:nth-child(3n+1) { padding-left: 10px; }
  .auction-list .col-sm-8:nth-child(3n), .order-now-list .col-sm-8:nth-child(3n) { padding-right: 10px; }
  .auction-list .panel, .order-now-list .panel { margin-bottom: 25px; } }
@media (max-width: 767px) { #AdvancedCarSearch { height: 57px; }
  #AdvancedCarSearch .panel-heading { font-size: 15px; line-height: 22px; padding-top: 11px; padding-bottom: 11px; padding-right: 20px; }
  #AdvancedCarSearch .panel-body { padding-left: 7px; padding-right: 7px; padding-top: 10px; }
  #AdvancedCarSearch .row { margin-left: -5px; margin-right: -5px; }
  #AdvancedCarSearch [class*="col-"] { padding-left: 5px !important; padding-right: 5px !important; }
  .page-header { padding: 10px 0; margin: 0 0 10px 0; }
  .page-header h1 { font-size: 20px; line-height: 24px; }
  .page-spot p { margin: 5px 0; }
  .panel { margin-bottom: 10px; }
  .panel .panel-heading { padding: 18px 14px 0; }
  .panel .panel-heading h1, .panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5, .panel .panel-heading h6 { font-size: 15px; line-height: 22px; }
  .panel .panel-content, .panel .panel-content.panel-body { padding: 5px 14px 10px; }
  .panel.panel-auction .panel-heading { min-height: 90px; padding: 18px 7px 0 7px; }
  .panel.panel-auction .panel-heading h1, .panel.panel-auction .panel-heading h2, .panel.panel-auction .panel-heading h3, .panel.panel-auction .panel-heading h4, .panel.panel-auction .panel-heading h5, .panel.panel-auction .panel-heading h6 { font-size: 12px; line-height: 16px; }
  .panel.panel-auction .panel-footer { font-size: 12px; line-height: 18px; padding: 5px 5px; }
  .panel.panel-auction .panel-footer strong { font-size: 11px; line-height: 18px; color: #000; }
  .panel.panel-auction.panel-nextcar { margin-bottom: 20px; }
  .panel.panel-auction.panel-nextcar .panel-header { padding: 7px 14px; }
  .panel.panel-auction.panel-nextcar .panel-image { width: 78px; }
  .panel.panel-auction.panel-nextcar .panel-heading { padding: 7px 14px; margin-left: 78px; }
  .panel.panel-auction.panel-nextcar .panel-footer { padding: 7px 14px; }
  .panel.panel-auction-detail .product-header { padding: 20px 15px; }
  .panel.panel-auction-detail .panel-product-info { padding: 0 10px; }
  .panel.panel-auction-detail .panel-product-info label { margin-bottom: 0; }
  .panel.panel-auction-detail .panel-product-info [class*="col-"] { padding: 10px 15px; }
  .panel.panel-auction-detail .panel-product-info .col-xs-24.row-border { border-left: none; border-top: 1px solid #dedede; }
  .panel.panel-auction-detail .panel-product-info .row-border-right { border-right: none; border-bottom: 1px solid #dedede; }
  .panel.panel-auction-detail .panel-product-info .row-border-right + div:before, .panel.panel-auction-detail .panel-product-info .row-border-right + div:after { content: " "; display: table; }
  .panel.panel-auction-detail .panel-product-info .row-border-right + div:after { clear: both; }
  .panel.panel-auction-detail .panel-product-info .remain-text { font-size: 14px; line-height: 24px; }
  .panel.panel-auction-detail .panel-join-auction #divBidForm { padding: 15px 14px; }
  .panel.panel-auction-detail .panel-join-auction .btn.btn-price, .panel.panel-auction-detail .panel-join-auction .panel.panel-auction .panel-image .btn-price.ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-join-auction .btn-price.ribbon-sold { padding: 10px 5px; }
  .panel.panel-auction-detail .panel-join-auction .increase-buttons > div.col-xs-8 { margin-bottom: 10px; padding-left: 5px; padding-right: 5px; }
  .panel.panel-auction-detail .panel-join-auction .increase-buttons::after { display: none; }
  .panel.panel-auction-detail #divTargetedSalesPriceMessage { text-align: left !important; }
  .simple-carousel .simple-carousel-inner .panel-image img { min-height: 92px; }
  .auction-carousel { margin-bottom: 17px; }
  .auction-carousel .auction-heading { margin: 6px 0 20px; }
  .auction-carousel .auction-list-wrapper .auction-list .panel.panel-auction { width: 145px; margin-right: 10px; }
  .WidgetSliderWrapper { height: auto; }
  .WidgetSliderWrapper .panel-image-widget { position: relative; padding-top: 41.6%; }
  .WidgetSliderWrapper .panel-image-widget > a, .WidgetSliderWrapper .panel-image-widget > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .WidgetSliderWrapper .panel-image-widget img { width: 100%; height: 100%; }
  .WidgetSliderWrapper .simple-nav { top: 0; margin-top: 41.6%; }
  .WidgetSliderWrapper .simple-nav .btn-default { margin-top: -18px; }
  .auction-list .col-xs-12, .order-now-list .col-xs-12 { padding-left: 5px; padding-right: 5px; }
  .auction-list .col-xs-12:nth-child(2n+1), .order-now-list .col-xs-12:nth-child(2n+1) { padding-left: 5px; }
  .auction-list .col-xs-12:nth-child(2n), .order-now-list .col-xs-12:nth-child(2n) { padding-right: 5px; }
  .auction-list .panel, .order-now-list .panel { margin-bottom: 10px; }
  .tab-panel .nav-tabs { padding: 7px 14px 0; }
  .tab-panel .nav-tabs > li { width: 33.3333333333%; }
  .tab-panel .nav-tabs > li > a { font-size: 13px; font-weight: bold; line-height: 18px; text-align: center; padding: 15px 9px 20px; }
  .tab-panel .tab-content .panel-body.panel-general { padding: 8px 14px; }
  .tab-panel .tab-content .panel-body.panel-general .col-xs-12:first-child { border-right: 1px solid #eeeeee; padding-right: 25px; }
  .tab-panel .tab-content .panel-body.panel-general .col-xs-12:last-child { border-left: 1px solid #eeeeee; padding-left: 25px; margin-left: -1px; }
  .tab-panel .tab-content .panel-body.panel-expertise { padding: 8px 10px; }
  .tab-panel .tab-content .panel-body hr { margin: 15px 0; }
  .tab-panel .tab-content .panel-body hr.hr-full { margin-left: -10px; margin-right: -10px; }
  .tab-panel .tab-content .panel-body table.table:not(.table-bordered) > thead > tr th, .tab-panel .tab-content .panel-body table.table:not(.table-bordered) > thead > tr td, .tab-panel .tab-content .panel-body table.table:not(.table-bordered) > tbody > tr th, .tab-panel .tab-content .panel-body table.table:not(.table-bordered) > tbody > tr td, .tab-panel .tab-content .panel-body table.table:not(.table-bordered) > tfoot > tr th, .tab-panel .tab-content .panel-body table.table:not(.table-bordered) > tfoot > tr td { padding-left: 0; padding-right: 0; }
  #accordion .panel { margin: 8px 0; }
  #accordion .panel .panel-heading a { line-height: 17px; padding: 10px 55px 10px 14px; }
  #accordion .panel .panel-heading a::before, #accordion .panel .panel-heading a::after { right: 14px; }
  #accordion .panel .panel-body { padding: 0 14px 20px 14px; }
  .news-list .news-item { padding: 15px 0; }
  .news-list .news-item .news-image { padding-right: 0; }
  .news-list .news-item .news-content .news-date { margin: 0 0 10px 0; }
  .news-list .news-item .news-content .news-spot { margin: 0 0 5px 0; }
  .page-content ul.timeline-list li { width: 100%; }
  .page-content ul.timeline-list li p { padding: 15px 15px 13px 65px; }
  .page-content ul.timeline-list li p span { width: 50px; font-size: 14px; }
  .page-content ul.timeline-list li:nth-child(odd), .page-content ul.timeline-list li:nth-child(even) { padding: 5px 0 5px 25px; margin: 0; }
  .page-content ul.timeline-list li:nth-child(odd)::before, .page-content ul.timeline-list li:nth-child(even)::before { left: 0; right: auto; }
  .page-content ul.timeline-list li:nth-child(odd)::after, .page-content ul.timeline-list li:nth-child(even)::after { left: 0; right: auto; }
  .page-content ul.timeline-list li:first-of-type { padding-top: 0; }
  .page-content ul.timeline-list li:last-of-type { padding-bottom: 0; }
  #ExpertiseHistory { display: block; width: 100%; }
  #ExpertiseHistory .table-panel { display: block; width: 100%; border-right: none; }
  #ExpertiseHistory .preview-panel { display: block; }
  .col-widget.col-sm-12:first-child { padding-right: 10px; }
  .col-widget.col-sm-12:last-child { padding-left: 10px; } }
@media (max-width: 479px) { .panel.panel-auction-detail .panel-product-info .col-detail { position: relative; padding-bottom: 64px; }
  .panel.panel-auction-detail .panel-product-info .col-detail:before, .panel.panel-auction-detail .panel-product-info .col-detail:after { content: " "; display: table; }
  .panel.panel-auction-detail .panel-product-info .col-detail:after { clear: both; }
  .panel.panel-auction-detail .panel-product-info .col-detail .btn, .panel.panel-auction-detail .panel-product-info .col-detail .panel.panel-auction .panel-image .ribbon-sold, .panel.panel-auction .panel-image .panel.panel-auction-detail .panel-product-info .col-detail .ribbon-sold { position: absolute; left: 14px; right: 14px; bottom: 14px; }
  .panel.panel-auction-detail .panel-join-auction #divBidForm { padding: 15px 14px; }
  .panel.panel-auction-detail .panel-join-auction #divBidForm p.mt-20 { margin-top: 10px !important; }
  .panel.panel-auction-detail .product-header { font-size: 16px; line-height: 20px; padding: 18px 14px 18px; }
  .panel.panel-auction-detail .product-header.has-favourite { padding-right: 75px; }
  .panel.panel-auction-detail .add-to-favorite, .panel.panel-auction-detail .remove-to-favorite { right: 14px; width: 55px; height: 70px; font-size: 9px; line-height: 11px; padding: 36px 0 0; color: #999999; }
  .panel.panel-auction-detail .add-to-favorite::before, .panel.panel-auction-detail .remove-to-favorite::before { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }
  .panel.panel-auction-detail .add-to-favorite::after, .panel.panel-auction-detail .remove-to-favorite::after { top: 6px; right: 6px; }
  .tab-panel .nav-tabs > li > a { height: 55px; font-size: 13px; line-height: 18px; padding: 5px 9px 10px; }
  .tab-panel .tab-content .panel-body .tooltip .tooltip-width-fix { margin: 0 0 20px -130px; }
  .news-list .news-item { padding: 15px 0; }
  .news-list .news-item .news-image { width: 120px; padding-right: 0; }
  .news-list .news-item .news-content { float: none; width: auto; margin-left: 120px; }
  .news-list .news-item .news-content .news-date { margin: 0; }
  .news-list .news-item .news-content .news-spot { display: none; }
  .col-widget { float: none; width: 100%; } }
#Footer { font-family: Arial, Helvetica, sans-serif; background-color: #fff; border-top: 1px solid #e5e5e5; margin-top: 40px; line-height: 20px; }
#Footer .col-newsletter { padding-right: 35px; }
#Footer .col-newsletter .col-xs-12 { width: 100%; }
#Footer .col-menu-other { padding-left: 15px; }
#Footer ul { list-style: none; margin: 0; padding: 0; }
#Footer ul li { display: block; margin: 15px 0; }
#Footer ul li a { color: #666; }
#Footer ul li::before { content: none; display: none; visibility: hidden; }
#Footer .footer-heading { font-family: "MyriadPro", sans-serif; font-size: 13px; font-weight: 400; color: #000; margin: 10px 0 15px 0; padding: 0 0 17px 0; border-bottom: 1px solid #eeeeee; }
#Footer .footer-top { padding: 18px 0 20px 0; }
#Footer .footer-bottom { font-size: 12px; background-color: #000; color: #a3a3a3; padding: 30px 0; }
#Footer .footer-bottom a { text-decoration: none; color: #FFF; }
#Footer .footer-bottom a.woohoo { float: right; display: inline-block; width: 56px; height: 16px; background: url(../img/logo-woohoo.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; opacity: 0.5; -webkit-transition: opacity 150ms ease; -o-transition: opacity 150ms ease; transition: opacity 150ms ease; }
#Footer .footer-bottom a.woohoo:hover, #Footer .footer-bottom a.woohoo:active, #Footer .footer-bottom a.woohoo:focus { opacity: 1; }
#Footer .panel-icon { position: relative; }
#Footer .panel-icon .footer-heading { border: none; padding-bottom: 0; }
#Footer .panel-icon > span.icon, #Footer .panel.panel-auction-detail .panel-product-info .product-price .panel-icon > span.currency, .panel.panel-auction-detail .panel-product-info .product-price #Footer .panel-icon > span.currency, #Footer #SSS .toggle .panel-icon > span.heading::after, #SSS .toggle #Footer .panel-icon > span.heading::after { position: absolute; z-index: 0; top: -4px; right: 10px; }
#Footer .panel-icon > span.icon.icon-bg-document, #Footer .panel.panel-auction-detail .panel-product-info .product-price .panel-icon > span.icon-bg-document.currency, .panel.panel-auction-detail .panel-product-info .product-price #Footer .panel-icon > span.icon-bg-document.currency, #Footer #SSS .toggle .panel-icon > span.icon-bg-document.heading::after, #SSS .toggle #Footer .panel-icon > span.icon-bg-document.heading::after, #Footer .panel-icon > span.icon.icon-bg-user, #Footer .panel.panel-auction-detail .panel-product-info .product-price .panel-icon > span.icon-bg-user.currency, .panel.panel-auction-detail .panel-product-info .product-price #Footer .panel-icon > span.icon-bg-user.currency, #Footer #SSS .toggle .panel-icon > span.icon-bg-user.heading::after, #SSS .toggle #Footer .panel-icon > span.icon-bg-user.heading::after { top: 5px; }
#Footer .contact-list { position: relative; margin-top: -5px; }
#Footer .contact-list li { margin: 9px 0 0 0; padding-left: 31px; position: relative; }
#Footer .contact-list li a { display: inline-block; line-height: 30px; }
#Footer .contact-list li p { margin: 5px 0 0 0; }
#Footer .contact-list .icon-phone { position: relative; margin-top: 20px; }
#Footer .contact-list .icon-phone::after { content: " "; position: absolute; left: 3px; top: -3px; width: 18px; height: 24px; background: url(../img/sprite.png?v=6) no-repeat -270px -290px; }
#Footer .contact-list .icon-email { position: relative; margin-top: 12px; }
#Footer .contact-list .icon-email::after { content: " "; position: absolute; left: 1px; top: 1px; width: 21px; height: 15px; background: url(../img/sprite.png?v=6) no-repeat -270px -322px; }
@media (max-width: 999px) { #Footer { margin-top: 13px; }
  #Footer .col-newsletter { padding-right: 28px; margin-bottom: 28px; }
  #Footer .col-menu-other { margin-bottom: 28px; }
  #Footer .col-social { margin-bottom: 28px; } }
@media (max-width: 767px) { #Footer .col-newsletter { padding-right: 10px; margin-bottom: 13px; }
  #Footer .col-newsletter .col-xs-12 { width: 50%; }
  #Footer .col-newsletter .col-xs-12:first-child { padding-right: 5px; }
  #Footer .col-newsletter .col-xs-12:last-child { padding-left: 5px; }
  #Footer .col-menu-other:before, #Footer .col-menu-other:after { content: " "; display: table; }
  #Footer .col-menu-other:after { clear: both; }
  #Footer .col-about { clear: left; padding-right: 10px; }
  #Footer .col-about:before, #Footer .col-about:after { content: " "; display: table; }
  #Footer .col-about:after { clear: both; }
  #Footer .col-about img { float: right; position: static; }
  #Footer .col-about p { margin-bottom: 5px; }
  #Footer .footer-heading { padding-bottom: 13px; }
  #Footer .footer-bottom { font-size: 12px; padding: 15px 0; } }
@media (max-width: 479px) { #Footer .col-menu-other { margin-bottom: 3px; display: block; float: none; width: 100% !important; }
  #Footer .col-menu-other:before, #Footer .col-menu-other:after { content: " "; display: table; }
  #Footer .col-menu-other:after { clear: both; }
  #Footer .col-social { margin-bottom: 3px; display: block; float: none; width: 100% !important; } }

@media (max-width: 768px) { #MakeDeposit.reveal-modal { top: 20px !important; /* Popup yukarıya yaslanır */ margin-top: 0 !important; /* Negatif margin kaldırılır */ max-height: calc(100vh - 40px) !important; /* Ekran yüksekliğinin %100’ünden biraz boşluk bırak */ overflow-y: auto !important; /* İçerik scroll edilebilir olur */ padding-bottom: 20px; /* Buton alt boşluğu */ } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { .icon, .panel.panel-auction-detail .panel-product-info .product-price .currency, #SSS .toggle .heading::after, #SSS .toggle.expanded .heading::after, .panel.panel-auction-detail .panel-product-info .product-price .currency, #SSS .toggle .heading::after, #SSS .toggle.expanded .heading::after, #accordion .panel .panel-heading a::after, #header .header-top .header-login ul.user-login > li .btn-menu::after, #header .header-top .header-login ul.user-menu > li .btn-menu::after, .ui-select .ui-btn span::after, .ui-select .ui-btn label::after, label.checkbox .cb-wrapper .js-checkbox, #AuctionSliderWrapper .slides li a .fullscreen::before, #header .mobile-menu-trigger, .mobile-menu .mobile-menu-trigger, .mobile-menu .accordion-toggle::before, #AdvancedCarSearch .panel-heading h3::after, .panel.panel-auction .add-to-favorite, .panel.panel-auction .remove-to-favorite, .panel.panel-auction .add-to-favorite::before, .panel.panel-auction .remove-to-favorite::before, .panel.panel-auction-detail .add-to-favorite::before, .panel.panel-auction-detail .remove-to-favorite::before, .panel.panel-auction-detail .add-to-favorite::after, .panel.panel-auction-detail .remove-to-favorite::after, .fancybox-close::before, .fancybox-nav::before { background-image: url(../img/sprite@2x.png?v=6); background-size: 300px 390px; }
  #header .header-top .header-logo #logo a:link, #header .header-top .header-logo #logo a:visited { background-image: url(../img/logo@2x.png?v=3); }
  #Footer .footer-bottom a.woohoo { background-image: url(../img/logo-woohoo@2x.png); background-size: 56px 16px; }
  #VisualExpertiseHistory .car-container { background-image: url(../img/expertise-history@2x.png?v=3); background-size: 484px 576px; } }
