html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fw {
  float: left;
  width: 100%;
}

.pw {
  width: 1240px;
  margin: 0 auto;
  min-width: 320px;
}

@media only screen and (max-width: 1280px) {
  .pw {
    float: left;
    width: 100%;
    padding: 0 20px;
  }
  .pw .pw {
    padding: 0;
  }
}

.fw-relative {
  float: left;
  width: 100%;
  position: relative;
}

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

body {
  min-width: 320px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body, html {
  height: 100%;
}

a, button, h1, h2, h3, h4, h5, h6, input, li, p, select, span, textarea {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

b, strong, .bold {
  font-family: "Palatino LT W01 Bold", sans-serif;
  font-weight: 400;
}

em {
  font-style: italic;
}

p a {
  text-decoration: underline;
}

ol, ul {
  float: left;
  width: 100%;
  padding-left: 17px;
}

.client-header-footer ol li, .client-header-footer ul li {
  float: left;
  width: 100%;
}

.client-header-footer img,
.fw.client-header-footer img {
  float: left;
  width: auto;
  max-width: 100%;
}

input {
  float: left;
}

input[type="email"], input[type="number"], input[type="password"], input[type="text"], select, textarea {
  float: left;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="email"].disabled, input[type="number"].disabled, input[type="password"].disabled, input[type="text"].disabled, select.disabled, textarea.disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="text"]:disabled, select:disabled, textarea:disabled, input[type="email"][disabled="disabled"], input[type="number"][disabled="disabled"], input[type="password"][disabled="disabled"], input[type="text"][disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"] {
  color: #909090;
  background-color: #fbfbfb;
  pointer-events: none;
}

button, input[type="submit"] {
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}

label {
  float: left;
  width: 100%;
  cursor: pointer;
}

form {
  float: left;
  width: 100%;
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a[href], input[type="submit"], input[type="image"], label[for], select, button, input[type="checkbox"], input[type="radio"], .pointer {
  cursor: pointer;
}

input[type="number"] {
  padding-right: 0px;
}

input[type="number"]::-webkit-inner-spin-button {
  width: 20px;
  height: 40px;
  right: 0;
}

textarea {
  height: 160px;
  resize: none;
}

#wrapper {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

main {
  float: left;
  width: 100%;
}

.color-white {
  color: #fff;
}

.color-1 {
  color: #c1ad76;
}

.color-2 {
  color: #07ffcb;
}

.color-3 {
  color: #1d1d1d;
}

.color-4 {
  color: #909090;
}

.color-error {
  color: #fd2a2a;
}

.color-success {
  color: #62bf7c;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.relative {
  position: relative;
}

.border-right {
  border-right: 1px solid #e1e1e1;
}

.border-top {
  border-top: 1px solid #e1e1e1;
}

.border-left {
  border-left: 1px solid #e1e1e1;
}

.border-bottom {
  border-bottom: 1px solid #e1e1e1;
}

.shadow-inset {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.bk-grey {
  background-color: #fbfbfb;
}

.bk-black {
  background-color: #1d1d1d;
}

.bk-dark-grey {
  background-color: #272727;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.full-screen {
  width: 100%;
  min-height: 100vh;
}

.full-width {
  width: 100%;
}

.fixed {
  position: fixed;
  width: 100%;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.hidden-desktop {
  display: none;
}

@media only screen and (max-width: 800px) {
  .hidden-desktop {
    display: block;
  }
}

.shown-desktop {
  display: block;
}

@media only screen and (max-width: 800px) {
  .shown-desktop {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .hidden-tablet {
    display: none;
  }
}

.shown-tablet {
  display: none;
}

@media only screen and (max-width: 800px) {
  .shown-tablet {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-under-tablet {
    display: none;
  }
}

.shown-under-tablet {
  display: none;
}

@media only screen and (max-width: 767px) {
  .shown-under-tablet {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}

.shown-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .shown-mobile {
    display: block;
  }
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 3px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 3px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.w-auto {
  width: auto;
}

.width-610 {
  width: 610px;
  margin: 0 auto;
}

@media (max-width: 650px) {
  .width-610 {
    float: left;
    width: 100%;
  }
}

.width-820 {
  width: 820px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .width-820 {
    float: left;
    width: 100%;
  }
}

.min-height-400 {
  min-height: 400px;
}

.max-width-920 {
  max-width: 920px;
}

.half-container {
  float: left;
  width: 50%;
}

.half-container:nth-child(odd) {
  padding-right: 10px;
}

.half-container:nth-child(even) {
  padding-left: 10px;
}

.half-container.right {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}

.half-container.left {
  float: left;
  padding-left: 0;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .half-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .half-container:nth-child(odd), .half-container:nth-child(even) {
    padding: 0px;
  }
  .half-container:last-of-type {
    margin-bottom: 0;
  }
}

.third-container {
  float: left;
  width: 35%;
}

.third-container.right {
  padding-left: 10px;
}

.third-container.left {
  padding-right: 10px;
}

.two-thirds-container {
  float: left;
  width: 65%;
}

.two-thirds-container.right {
  padding-left: 10px;
}

.two-thirds-container.left {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .third-container, .two-thirds-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .third-container:nth-child(odd), .two-thirds-container:nth-child(odd), .third-container:nth-child(even), .two-thirds-container:nth-child(even) {
    padding: 0px;
  }
  .third-container:last-of-type, .two-thirds-container:last-of-type {
    margin-bottom: 0;
  }
}

.left-container {
  float: left;
  width: 76%;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .left-container {
    width: 100%;
    padding-right: 0;
  }
}

.right-container {
  float: right;
  width: 24%;
  padding-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .right-container {
    width: 100%;
    padding-right: 0;
  }
}

.full-container-fixed {
  float: left;
  width: 100%;
  position: relative;
  padding-right: 320px;
}

@media only screen and (max-width: 800px) {
  .full-container-fixed {
    padding-right: 0;
  }
  .full-container-fixed .right-container-fixed {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
}

.left-container-fixed {
  float: left;
  width: 100%;
  min-height: 500px;
}

.right-container-fixed {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}

.module--four {
  float: left;
  position: relative;
  width: 23.5%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
}

.module--four:nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .module--four {
    width: 32%;
  }
  .module--four:nth-of-type(4n) {
    margin-right: 2%;
  }
  .module--four:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .module--four {
    width: 49%;
  }
  .module--four:nth-of-type(3n) {
    margin-right: 2%;
  }
  .module--four:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .module--four {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.module--third {
  float: left;
  position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
}

.module--third:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  .module--third {
    width: 49%;
    margin-right: 2%;
  }
  .module--third:nth-of-type(3n) {
    margin-right: 2%;
  }
  .module--third:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .module--third {
    width: 100%;
    margin-right: 0 !important;
  }
}

.module--half {
  float: left;
  position: relative;
  width: 49%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
}

.module--half:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  .module--half {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

i.jssocials-share-logo {
  width: 100%;
  line-height: 31px;
  vertical-align: middle;
}

img.jssocials-share-logo {
  width: auto;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 16px;
  margin-left: 5px;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490f3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: #dcdcdc;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent #dcdcdc transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

body {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #1d1d1d;
  line-height: 24px;
}

a {
  color: #c1ad76;
  text-decoration: none;
}

a[ng-click] {
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.h1, h1 {
  font-size: 54px;
  font-family: "Palatino LT W01 Bold", sans-serif;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 72px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
  .h1, h1 {
    font-size: 46px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 600px) {
  .h1, h1 {
    font-size: 46px;
  }
}

.h2, h2 {
  font-size: 42px;
  font-family: "Palatino LT W01 Bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .h2, h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 600px) {
  .h2, h2 {
    font-size: 34px;
  }
}

.h3, h3 {
  font-size: 36px;
  font-family: "Palatino LT W01 Bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .h3, h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .h3, h3 {
    font-size: 32px;
  }
}

.h4, h4 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 27px;
  line-height: 34px;
}

@media only screen and (max-width: 800px) {
  .h4, h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .h4, h4 {
    font-size: 24px;
  }
}

.h5, h5 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
  .h5, h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .h5, h5 {
    font-size: 20px;
  }
}

.h6, h6 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
}

@media only screen and (max-width: 800px) {
  .h6, h6 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .h6, h6 {
    font-size: 12px;
  }
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a[href], input[type="submit"], input[type="image"], label[for], select, button, input[type="checkbox"], input[type="radio"], .pointer {
  cursor: pointer;
}

input[type="number"] {
  padding-right: 0px;
}

input[type="number"]::-webkit-inner-spin-button {
  width: 20px;
  height: 40px;
  right: 0;
}

textarea {
  height: 160px;
  resize: none;
}

.btn {
  float: left;
  position: relative;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  background-color: #c1ad76;
  border: 1px solid #c1ad76;
  color: #1d1d1d;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  min-width: 190px;
  padding: 10px;
  min-height: 45px;
  cursor: pointer;
}

.btn.active, .btn:active, .btn:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn.active i, .btn:active i, .btn:hover i {
  color: #c1ad76;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:hover {
  text-decoration: none;
  background-color: #d1c299;
  border-color: #d1c299;
  color: #1d1d1d;
}

.btn:active, .btn.active {
  background-color: #b19853;
  border-color: #b19853;
}

.btn.disabled, .btn[disabled], .btn[disabled="disabled"] {
  pointer-events: none;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #909090;
}

.btn i {
  margin-right: 10px;
  font-size: 21px;
  top: 1px;
  position: relative;
  line-height: 1;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

@media only screen and (max-width: 800px) {
  .btn {
    min-width: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .btn:last-of-type {
    margin-bottom: 0;
  }
}

.btn-style-1 {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}

.btn-style-1.active, .btn-style-1:active, .btn-style-1:hover {
  background-color: #fff;
  color: #1d1d1d;
}

.btn-style-2 {
  background-color: transparent;
  border-color: #1d1d1d;
  color: #1d1d1d;
}

.btn-style-2.active, .btn-style-2:active, .btn-style-2:hover {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}

.btn-style-3 {
  background-color: #1d1d1d;
  border-color: #fff;
  color: #fff;
}

.btn-style-success {
  background-color: transparent;
  border-color: #07ffcb;
  color: #07ffcb;
}

.btn-style-success.active, .btn-style-success:active, .btn-style-success:hover {
  background-color: #62bf7c;
  border-color: #62bf7c;
  color: #fff;
}

.btn-full {
  min-width: 0;
  width: 100%;
}

.btn-size-third {
  width: 32%;
  min-width: 0;
  margin-right: 2%;
}

.btn-size-third:nth-child(3n) {
  margin-right: 0;
}

.btn-center {
  width: auto;
  float: none;
  display: inline-block;
}

input[type="email"], input[type="number"], input[type="password"], input[type="text"], select, textarea, .multiselect-container .select-box span {
  border: 1px solid #e1e1e1;
  outline: 0;
  font-size: 16px;
  background-color: #fff;
  line-height: 24px;
  height: 45px;
  padding: 10px 15px;
}

input[type="email"]:not(.no-focus):focus, input[type="number"]:not(.no-focus):focus, input[type="password"]:not(.no-focus):focus, input[type="text"]:not(.no-focus):focus, select:not(.no-focus):focus, textarea:not(.no-focus):focus, .multiselect-container .select-box span:not(.no-focus):focus {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-color: #c1ad76;
}

select, .multiselect-container .select-box span {
  line-height: 24px;
  cursor: pointer;
  background-position: right 15px center;
  background-size: 10px;
  background-image: url("/assets/custom/images/select-dropdown.svg");
  background-repeat: no-repeat;
}

select.styled, .multiselect-container .select-box span.styled {
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 800px) {
  select.styled, .multiselect-container .select-box span.styled {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  select.styled, .multiselect-container .select-box span.styled {
    font-size: 12px;
  }
}

textarea {
  height: 170px;
}

header {
  float: left;
  width: 100%;
  position: relative;
  background-color: #272727;
  color: #fff;
  z-index: 999;

  height: 154px;
}

.logo {
  float: left;
  width: 421px;
  max-width: 100%;
}

.logo a {
  float: left;
  width: 100%;
}

@media (max-width: 950px) {
  .logo {
    position: absolute;
    left: 20px;
    bottom: 44px;
    width: 320px;
  }
}

@media (max-width: 830px) {
  .logo {
    width: 240px;
  }
}

@media only screen and (max-width: 800px) {
  .logo {
    position: relative;
    width: 350px;
    top: 0;
    bottom: auto;
    left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .logo {
    width: 300px;
    margin: 2px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .logo {
    width: 240px;
    margin: 2px 0 0;
  }
}

@media (max-width: 380px) {
  .logo {
    margin: 7px 0 0;
    width: 180px;
  }
}

.header-top {
  border-bottom: 1px solid #1d1d1d;
  /*padding: 10px 0 0;*/
  padding: 12px 0px 0px 5px;
}

.header-salerooms {
  float: left;
}

.header-salerooms h6 {
  width: auto;
  margin-right: 17px;
  margin-bottom: 0;
}

.header-salerooms h6:last-child {
  margin-right: 0;
}

.header-salerooms h6.saleroom-link {
  color: #c1ad76;
  font-family: "Palatino LT W01 Bold", sans-serif;
  font-weight: 400;
}

.header-salerooms h6.saleroom-link a.tel-link {
  color: #fff;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: inherit;
  font-weight: 400;
}

.header-salerooms h6 a {
  color: #c1ad76;
  /*font-family: "Palatino LT W01 Bold", sans-serif;*/
  font-weight: 400;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.header-right {
  float: right;
  margin-right: 16px;
}

.header-right ul {
  width: auto;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  list-style: none;
  float: left;
}

.header-right ul li {
  width: auto;
}

/*.header-right ul li:before {
  content: "|";
  margin: 0 16px;
  font-size: 10px;
  position: relative;
  float: right;
  line-height: 15px;
}*/

.header-right ul li h6 {
  padding: 0px 15px 0px 0px;
}

.header-right ul li:last-child:before {
  display: none;
}

.header-right ul li h6 {
  margin: 0;
  width: auto;
}

.header-right ul li h6 a {
  color: #fff;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12px;
    font-weight: normal;
}

form.header-search {
  float: left;
  position: relative;
  width: 211px;
  overflow: hidden;
  margin-top: -10px;
}

form.header-search input {
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0px 10px;
  padding-right: 45px;
  background-color: #1d1d1d;
  border: 0;
  color: #fff;
  height: 37px;
}

@media only screen and (max-width: 800px) {
  form.header-search input {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  form.header-search input {
    font-size: 12px;
  }
}

form.header-search button {
  position: absolute;
  z-index: 1;
  right: 0;
  border: 0;
  top: 0;
  height: 100%;
  width: 45px;
  font-size: 15px;
  color: #fff;
  background-color: #1d1d1d;
}

.header-main {
  /*padding: 35px 0 44px;*/
  /*padding: 27px 0px 44px 5px;*/
  /*height: 116px;*/
  /*height: 103px;*/

  height: 113px;
  width: 1235px;
  margin: 0 auto;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-main-nav {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  /*margin-top: 18px;*/

  /*margin-right: -12px;*/
  /*margin-right: 0px;*/

  margin-top: 9px;
  margin-right: 40px;
}

#custom-header > header > div.fw.header-main > div > div.main-nav-container > ul > li:nth-child(5) > a {
      margin-left: -5px;
    margin-right: -3px;
}

#custom-header > header > div.fw.header-main > div > div.main-nav-container > ul > li:nth-child(3) > a {
      margin-left: -4px;
}

.client-header-footer .header-main-nav li {
  width: auto;
}

.client-header-footer .header-main-nav li.first-level {
  position: relative;
  margin-left: 16px;
  /*padding-bottom: 23px;*/
}

.client-header-footer .header-right .header-main-nav li.first-level.has-children {
  margin-left: 0px;
}

.client-header-footer .header-right .header-main-nav li.first-level.has-children h6 {
  padding: 0px 0px 0px 0px;
}

.client-header-footer .header-main-nav li.first-level a.first-level-link {
  color: #fff;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.client-header-footer .header-main-nav li.active a.first-level-link, .client-header-footer .header-main-nav li:hover a.first-level-link {
  /*color: #c1ad76;*/
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.client-header-footer .header-main-nav li:first-child {
  margin-left: 0;
}

.client-header-footer .header-main-nav .dropdown-link {
  /* display: none; */
}

.nav-dropdown {
  display: none;
  position: absolute;
  left: -17px;
  width: 185px;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fbfbfb;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
  z-index: 10;
  opacity: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.nav-dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 15px;
  top: -10px;
}

.nav-dropdown li {
  width: 100%;
}

.nav-dropdown li a {
  float: left;
  width: 100%;
  padding: 7px 15px;
  color: #1d1d1d;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.nav-dropdown li a:hover, .nav-dropdown li a.active {
  text-decoration: none;
  color: #fff;
  background-color: #1d1d1d;
  /*-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;*/
}

@media (max-width: 1360px) {
  .nav-dropdown {
    right: -17px;
    left: auto;
  }
  .nav-dropdown:before {
    right: 15px;
    left: auto;
  }
}

.mobile-header-controls {
  display: none;
  float: right;
}

.mobile-header-trigger {
  background: none;
  border: 0;
  position: relative;
  float: left;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  padding: 0;
  cursor: pointer;
}

.mobile-header-trigger:last-child {
  margin-right: 0;
}

.mobile-header-trigger.menu-trigger i {
  font-size: 35px;
}

.mobile-header-trigger.search-trigger .fa-times {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  font-size: 38px;
  background-color: #272727;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.mobile-header-trigger.search-trigger.active .fa-times {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobile-header-trigger i {
  width: 30px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
}

.mobile-search-container {
  display: none;
}

@media only screen and (max-width: 1280px) {
  header .header-top .pw {
    padding-right: 0;
  }
}

@media (max-width: 1030px) {
  .header-salerooms h6.saleroom-link {
    margin-right: 10px;
    margin-left: 0px;
  }
  .header-right ul {
    margin-right: 10px;
  }
  .header-right ul li:before {
    margin: 0 6px 0 4px;
  }
}

@media (max-width: 970px) {
  .header-salerooms h6:not(.saleroom-link) {
    display: none;
  }
}

@media (max-width: 930px) {
  .header-salerooms {
    width: 50%;
  }
  .header-salerooms h6 {
    line-height: 17px;
  }
}

@media only screen and (max-width: 800px) {
  .header-main {
    padding: 20px 0;
    height: auto;
  }
  .header-top {
    display: none;
  }
  .main-nav-container {
    position: fixed;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 50px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-nav-container.open {
    opacity: 1;
    z-index: 50;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
  }
  .main-nav-container p a {
    color: #1d1d1d;
    text-decoration: none;
  }
  .main-nav-container p.saleroom-link {
    margin-bottom: 20px;
    color: #1d1d1d;
  }
  .main-nav-container p.saleroom-link a {
    color: #c1ad76;
  }
  .header-main-nav {
    float: left;
    width: 100%;
    margin: 0;
  }
  .header-main-nav li {
    float: left !important;
    width: 100% !important;
  }
  .header-main-nav li.first-level {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 11px;
  }
  .header-main-nav li.first-level .dropdown-link {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-main-nav li.first-level.active a.first-level-link {
    color: #c1ad76;
  }
  .header-main-nav li.first-level.open .dropdown-link {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-main-nav li.first-level a.first-level-link {
    color: #1d1d1d !important;
  }
  .header-main-nav .dropdown-link {
    display: block;
    position: absolute;
    right: 1px;
    top: -2px;
    color: #1d1d1d;
    font-size: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  .close-menu-trigger {
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 15px;
    color: #1d1d1d;
    width: auto;
    height: auto;
    margin: 0;
  }
  .close-menu-trigger i {
    font-size: 28px;
    line-height: 30px;
  }
  .close-menu-trigger h6 {
    font-family: Palatino LT W01 Bold, sans-serif;
    font-weight: 400;
    width: auto;
    margin: 6px 10px;
  }
  .nav-dropdown {
    display: none;
    position: relative;
    left: 0px;
    width: 100%;
    top: 0;
    background-color: #fff;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 10;
    opacity: 1;
    padding: 15px 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .nav-dropdown:before {
    display: none;
  }
  .nav-dropdown li a {
    padding: 7px 15px;
    color: #1d1d1d;
  }
  .nav-dropdown li a:hover, .nav-dropdown li a.active {
    color: #1d1d1d;
    background-color: #fff;
  }
  .nav-dropdown li a.active {
    color: #c1ad76;
  }
  .mobile-header-controls {
    display: block;
  }
  .mobile-search-container {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    display: none;
    background-color: #272727;
    border-top: 1px solid #e1e1e1;
  }
  .mobile-search-container.open {
    display: block;
  }
  .mobile-search-container .header-search {
    width: 100%;
    margin: 0;
  }
  .mobile-search-container .header-search input {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    padding-left: 20px;
  }
  .mobile-search-container .header-search button {
    font-size: 20px;
  }
}

.footer-bottom h6 {
  width: auto;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 30px;
}

.footer-bottom h6:last-child {
  margin-right: 0;
}

.social-link {
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  margin-right: 15px;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.social-link:last-child {
  margin-right: 20px;
}

.social-link:hover {
  /*-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;*/
}

.social-link.youtube {
  background-color: #ce1312;
}

.social-link.youtube:hover {
  background-color: #9f0f0e;
}

.social-link.twitter {
  background-color: #55acee;
}

.social-link.twitter:hover {
  background-color: #2795e9;
}

.social-link.facebook {
  background-color: #3b5998;
}

.social-link.facebook:hover {
  background-color: #2d4373;
}

@media only screen and (max-width: 800px) {
  .footer-bottom .half-container {
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer-bottom .half-container h6 {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .footer-bottom .social-link {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }
  .footer-bottom .pull-right {
    float: left;
    width: 100%;
  }
  .footer-bottom .pull-right h6 {
    float: left;
    width: 100%;
    margin: 20px 0 0;
  }
}

.breadcrumbs li {
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  width: auto;
  line-height: 27px;
  list-style: none;
  color: #909090;
  margin-right: 3px;
}

@media only screen and (max-width: 800px) {
  .breadcrumbs li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .breadcrumbs li {
    font-size: 12px;
  }
}

.breadcrumbs li span {
  margin-left: 2px;
}

.breadcrumbs li a {
  color: #909090;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.arrow-toggle {
  padding-bottom: 10px;
}

.arrow-toggle i {
  font-size: 46px;
  line-height: 36px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.arrow-toggle i.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#newsletter-form-container {
  display: none;
}

#newsletter-form-container.open .styled-checkbox-link {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 1s;
  -moz-transition: all 0.3s ease-in-out 1s;
  -o-transition: all 0.3s ease-in-out 1s;
  transition: all 0.3s ease-in-out 1s;
}

.styled-checkbox-link {
  position: relative;
  opacity: 0;
  float: none;
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0 3px 10px;
  overflow: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.styled-checkbox-link label {
  display: block;
  cursor: pointer;
  padding: 10.5px 20px;
  min-width: 85px;
  border: 1px solid #1d1d1d;
  background-color: #fbfbfb;
  color: #1d1d1d;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.styled-checkbox-link label span {
  pointer-events: none;
}

.styled-checkbox-link input[type=checkbox] {
  display: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.styled-checkbox-link:hover label, .styled-checkbox-link input[type=checkbox]:checked+label {
  background-color: #c1ad76;
  color: #1d1d1d;
  border-color: #907b41;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 600px) {
  .styled-checkbox-link {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}

.input-wrap {
  position: relative;
  padding-right: 190px;
}

.input-wrap .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 190px;
  min-width: 100px;
}

@media only screen and (max-width: 600px) {
  .input-wrap {
    padding-right: 0;
  }
  .input-wrap input {
    margin-bottom: 10px;
  }
  .input-wrap .btn {
    position: relative;
    width: 100%;
    min-width: 0;
  }
}

.accreditation-logos .accreditation-logo {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 0;
  position: relative;
}

.accreditation-logos .accreditation-logo:last-child {
  margin-right: 0;
}

.accreditation-logos .accreditation-logo img {
  float: none;
  max-height: 80px;
  vertical-align: middle;
}

#locations-map {
  height: 380px;
}

.back-share-container .share-container {
  float: right;
  padding-top: 10px;
}

.back-share-container .share-container h6 {
  width: auto;
  line-height: 28px;
}

@media (max-width: 950px) {
  .back-share-container .btn {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .back-share-container .share-container {
    float: left;
    width: 100%;
  }
  .back-share-container #share-link-container {
    float: right;
  }
}

.location-indicator {
  float: left;
  width: auto;
  margin-right: 48px;
}

.location-indicator i {
  float: left;
  font-size: 15px;
  margin-top: 4px;
  margin-right: 13px;
}

.location-indicator h5 {
  width: auto;
  font-family: "Palatino LT W01 Bold", sans-serif;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}

.select-label-container {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.select-label-container.inline {
  padding-left: 190px;
  margin-bottom: 0;
}

.select-label-container.inline label {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 180px;
}

.select-label-container label {
  float: left;
  width: 100%;
}

.select-label-container select {
  float: left;
  width: 100%;
}

@media (max-width: 800px) {
  .select-label-container.filter-year, .select-label-container.filter-month {
    padding-left: 140px;
  }
  .select-label-container.filter-location {
    padding-left: 175px;
  }
}

@media only screen and (max-width: 600px) {
  .select-label-container.inline {
    padding-left: 0;
  }
  .select-label-container.inline label {
    position: relative;
    top: 0;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 100%;
    margin-bottom: 10px;
  }
}

.house-clearences-map {
  padding-bottom: 50%;
}

.house-clearances-form .left-container, .house-clearances-form .right-container {
  float: left;
  width: 100%;
  padding: 0;
}

.house-clearances-form .right-container {
  margin-bottom: 20px;
}

.house-clearances-form .contact--form--row.row-message {
  width: 100%;
  margin-right: 0;
}

.main-content-block ul, .main-content-block ol {
  margin-bottom: 16px;
}

.vcard-download {
  color: #1d1d1d;
  cursor: pointer;
}

.lot-module .image-container {
  float: left;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 100%;
  border: 1px solid #e1e1e1;
}

.lot-module .content-container {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-top: 0px;
  padding: 18px 20px;
}

.lot-module .content {
  float: left;
  width: 100%;
  min-height: 210px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.lot-module .content p {
  margin-bottom: 9px;
  color: #1d1d1d;
}

.lot-module .content p.color-1 {
  color: #c1ad76;
}

.lot-module .content h5 {
  color: #1d1d1d;
  height: 90px;
  overflow: hidden;
}

.lot-module .content h6 {
  margin-bottom: 0;
  color: #909090;
}

.lot-module .sold-price {
  position: absolute;
  top: 17px;
  left: 0;
  font-family: "Palatino LT W01 Bold", sans-serif;
  font-weight: 400;
  padding: 13px 16px;
  background-color: #c1ad76;
  color: #1d1d1d;
  z-index: 1;
}

.simple-module {
  color: #1d1d1d;
}

.simple-module:hover .image-container img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.simple-module:not(.large) {
  float: left;
  position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
}

.simple-module:not(.large):nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  .simple-module:not(.large) {
    width: 49%;
    margin-right: 2%;
  }
  .simple-module:not(.large):nth-of-type(3n) {
    margin-right: 2%;
  }
  .simple-module:not(.large):nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .simple-module:not(.large) {
    width: 100%;
    margin-right: 0 !important;
  }
}

.simple-module.large {
  float: left;
  position: relative;
  width: 49%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
}

.simple-module.large:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  .simple-module.large {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.simple-module.large .image-container {
  padding-bottom: 62.5%;
}

.simple-module .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 96%;
  overflow: hidden;
}

.simple-module .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.simple-module .content-container {
  padding-top: 12px;
}

.simple-module .content-container h4 {
  font-family: "Palatino LT W01 Bold", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.simple-module .content-container p {
  margin-bottom: 0;
}

.footer-module {
  float: left;
  position: relative;
  width: 23.5%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
}

.footer-module:nth-of-type(4n) {
  margin-right: 0;
}

li.has-children.first-level:hover ul.dropdown-list.nav-dropdown{
  /*display: block !important;*/
}

li.has-children i.fa-chevron-down.fal::before{
  display: none;
}

@media only screen and (max-width: 1024px) {
  .footer-module {
    width: 32%;
  }
  .footer-module:nth-of-type(4n) {
    margin-right: 2%;
  }
  .footer-module:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .footer-module {
    width: 49%;
  }
  .footer-module:nth-of-type(3n) {
    margin-right: 2%;
  }
  .footer-module:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer-module {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-module.office-listing {
    width: 100%;
  }
}

.office-module {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .office-module {
    margin-bottom: 20px;
    width: 32%;
    margin-right: 2%;
  }
  .office-module:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .office-module {
    width: 100%;
    margin-right: 0;
  }
}

.department-module {
  float: left;
  position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  color: #1d1d1d;
  text-align: center;
  padding: 17px 10px 16px;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.department-module:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  .department-module {
    width: 49%;
    margin-right: 2%;
  }
  .department-module:nth-of-type(3n) {
    margin-right: 2%;
  }
  .department-module:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .department-module {
    width: 100%;
    margin-right: 0 !important;
  }
}

.department-module:hover {
  background-color: #c1ad76;
  text-decoration: none;
  border-color: #907b41;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team-module {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.team-module.full {
  float: left;
  width: 100%;
}

.team-module:not(.full) {
  float: left;
  position: relative;
  width: 23.5%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
}

.team-module:not(.full):nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .team-module:not(.full) {
    width: 32%;
  }
  .team-module:not(.full):nth-of-type(4n) {
    margin-right: 2%;
  }
  .team-module:not(.full):nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .team-module:not(.full) {
    width: 49%;
  }
  .team-module:not(.full):nth-of-type(3n) {
    margin-right: 2%;
  }
  .team-module:not(.full):nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .team-module:not(.full) {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.team-module .content {
  padding: 20px;
}

.news-module {
  background-color: #fbfbfb;
  border: 1px solid #e1e1e1;
}

.news-module.full {
  float: left;
  width: 100%;
}

.news-module:not(.full) {
  float: left;
  position: relative;
  width: 23.5%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
}

.news-module:not(.full):nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .news-module:not(.full) {
    width: 32%;
  }
  .news-module:not(.full):nth-of-type(4n) {
    margin-right: 2%;
  }
  .news-module:not(.full):nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .news-module:not(.full) {
    width: 49%;
  }
  .news-module:not(.full):nth-of-type(3n) {
    margin-right: 2%;
  }
  .news-module:not(.full):nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .news-module:not(.full) {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.news-module .content {
  padding: 20px;
}

.news-module .content p {
  height: 72px;
  overflow: hidden;
  color: #1d1d1d;
}

.contact-module {
  float: left;
  position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
  background-color: #fbfbfb;
}

.contact-module:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 800px) {
  .contact-module {
    width: 49%;
    margin-right: 2%;
  }
  .contact-module:nth-of-type(3n) {
    margin-right: 2%;
  }
  .contact-module:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .contact-module {
    width: 100%;
    margin-right: 0 !important;
  }
}

.contact-module.full {
  width: 100% !important;
}

.contact-module.full .details, .contact-module.full .contacts {
  float: left;
  width: 49%;
}

.contact-module.full .details {
  margin-right: 2%;
  margin-bottom: 0;
}

.contact-module .title {
  padding: 6px 19px 8px;
}

.contact-module .map {
  height: 366px;
}

.contact-module .details {
  margin-bottom: 50px;
}

.contact-module .content {
  border: 1px solid #e1e1e1;
  border-top: 0;
}

@media only screen and (max-width: 767px) {
  .contact-module.full .details, .contact-module.full .contacts {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .contact-module.full .details {
    margin-bottom: 20px;
  }
}

.right-module {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  color: #1d1d1d;
  padding: 20px;
}

.right-module.dark {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
}

.right-module.dark h5 {
  color: #c1ad76;
}

.sale-module {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
}

.sale-module:nth-child(2n) {
  margin-right: 0;
}

.sale-module .content-container {
  float: left;
  width: 68%;
  background-color: #fbfbfb;
  padding: 25px;
}

.sale-module .content-container .location-indicator {
  width: auto;
  margin-right: 10px;
}

.sale-module .content-container .location-indicator h5 {
  text-transform: capitalize;
}

.sale-module .content-container .btn {
  min-width: 0;
  width: 49%;
  margin-right: 2%;
}

.sale-module .content-container .btn.add-to-calendar {
  margin-right: 0;
}

.sale-module .content-container .btn.add-to-calendar:hover .addeventatc {
  color: #fff !important;
}

.sale-module .content-container .btn.add-to-calendar .addeventatc {
  float: left;
  width: 100%;
  position: static;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 22px !important;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  color: #1d1d1d !important;
}

.sale-module .content-container .btn.add-to-calendar .addeventatc .addeventatc_icon.atc_node {
  display: none;
}

.sale-module .content-container .btn.add-to-calendar .addeventatc .addeventatc_dropdown {
  left: 0px !important;
  top: 100% !important;
  bottom: auto !important;
  margin-top: 11px;
  margin-left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}

.sale-module .image-container {
  float: right;
  width: 32%;
}

@media (max-width: 1060px) {
  .sale-module .content-container .btn {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sale-module {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .sale-module .image-container {
    width: 100%;
  }
  .sale-module .content-container {
    width: 100%;
  }
}

.valuation-day-module {
  float: left;
  position: relative;
  width: 23.5%;
  margin: 0 2% 2% 0;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  padding: 20px;
  min-height: 455px;
}

.valuation-day-module:nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .valuation-day-module {
    width: 32%;
  }
  .valuation-day-module:nth-of-type(4n) {
    margin-right: 2%;
  }
  .valuation-day-module:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .valuation-day-module {
    width: 49%;
  }
  .valuation-day-module:nth-of-type(3n) {
    margin-right: 2%;
  }
  .valuation-day-module:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .valuation-day-module {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.cookie-content-wrapper {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 40px 0;
  z-index: 9999999;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.cookie-content-wrapper.show {
  bottom: 0;
  opacity: 1;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

.cookie-content-container {
  float: left;
  width: 100%;
  position: relative;
  padding-right: 210px;
}

.cookie-content-container p {
  margin: 5px 0;
}

.cookie-content-container .btn {
  position: absolute;
  right: 0;
  width: 190px;
  top: 50%;
  margin-top: -25px;
}

.cookie-content {
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .cookie-content-wrapper {
    padding: 20px 0;
  }
  .cookie-content-container {
    padding-right: 0;
  }
  .cookie-content-container p {
    margin: 5px 0;
  }
  .cookie-content-container .btn {
    position: relative;
    top: auto;
    margin: 0;
    width: 100%;
  }
  .cookie-content {
    margin-bottom: 20px;
  }
}

.compact_advance_search .categories {
  /*display: none;*/
}

#wrapper {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
  letter-spacing: 0;
  line-height: 24px;
}

#wrapper .button, #wrapper .place-bid, #wrapper .watch, #wrapper .ask {
  float: left;
  position: relative;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  background-color: #c1ad76;
  border: 1px solid #c1ad76;
  color: #1d1d1d;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  min-width: 190px;
  padding: 10px;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  cursor: pointer;
  background-color: #e8ebe6 !important;
  background: none;
  color: #333 !important;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper .button.active, #wrapper .place-bid.active, #wrapper .watch.active, #wrapper .ask.active, #wrapper .button:active, #wrapper .place-bid:active, #wrapper .watch:active, #wrapper .ask:active, #wrapper .button:hover, #wrapper .place-bid:hover, #wrapper .watch:hover, #wrapper .ask:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#wrapper .button.active i, #wrapper .place-bid.active i, #wrapper .watch.active i, #wrapper .ask.active i, #wrapper .button:active i, #wrapper .place-bid:active i, #wrapper .watch:active i, #wrapper .ask:active i, #wrapper .button:hover i, #wrapper .place-bid:hover i, #wrapper .watch:hover i, #wrapper .ask:hover i {
  color: #c1ad76;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#wrapper .button:hover, #wrapper .place-bid:hover, #wrapper .watch:hover, #wrapper .ask:hover {
  text-decoration: none;
  background-color: #d1c299;
  border-color: #d1c299;
  color: #1d1d1d;
}

#wrapper .button:active, #wrapper .place-bid:active, #wrapper .watch:active, #wrapper .ask:active, #wrapper .button.active, #wrapper .place-bid.active, #wrapper .watch.active, #wrapper .ask.active {
  background-color: #b19853;
  border-color: #b19853;
}

#wrapper .button.disabled, #wrapper .place-bid.disabled, #wrapper .watch.disabled, #wrapper .ask.disabled, #wrapper .button[disabled], #wrapper .place-bid[disabled], #wrapper .watch[disabled], #wrapper .ask[disabled], #wrapper .button[disabled="disabled"], #wrapper .place-bid[disabled="disabled"], #wrapper .watch[disabled="disabled"], #wrapper .ask[disabled="disabled"] {
  pointer-events: none;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #909090;
}

#wrapper .button i, #wrapper .place-bid i, #wrapper .watch i, #wrapper .ask i {
  margin-right: 10px;
  font-size: 21px;
  top: 1px;
  position: relative;
  line-height: 1;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

@media only screen and (max-width: 800px) {
  #wrapper .button, #wrapper .place-bid, #wrapper .watch, #wrapper .ask {
    min-width: 0;
    /*width: 100%;*/
    margin-bottom: 10px;
  }
  #wrapper .button:last-of-type, #wrapper .place-bid:last-of-type, #wrapper .watch:last-of-type, #wrapper .ask:last-of-type {
    margin-bottom: 0;
  }
}

#wrapper hr {
  border-top: 1px solid #e1e1e1;
  margin: 10px 0px 30px;
}

#wrapper a {
  text-decoration: none;
  color: #c1ad76;
}

#wrapper input[type="text"] {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px !important;
  font-weight: 400 !important;
}

#wrapper ul {
  padding: 0px !important;
  margin: 0px !important;
}

header#headsec {
  border-bottom: 1px solid #e1e1e1;
}

header#headsec a {
  text-transform: uppercase;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px !important;
  color: #000 !important;
  letter-spacing: 0;
  text-align: right;
}

header#headsec .current a {
  color: #c1ad76 !important;
}

header#headsec li a:hover:after, header#headsec li.current a:after {
  background-color: #c1ad76;
}

header#headsec .invoices {
  display: none !important;
}

.summary-navi {
  border-bottom: 1px solid #e1e1e1;
}

.summary-navi a {
  color: #000 !important;
}

.lbl-offer {
  border: 1px solid #e1e1e1;
}

#auction-summary {
  border-bottom: 1px solid #e1e1e1;
}

.auction-description {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
}

.grid_list {
  float: right;
  border: 1px solid #e1e1e1;
}

.grid_list a {
  border-right: 1px solid #e1e1e1;
  line-height: 9px;
}

.grid_list a:hover, .grid_list a:active, .grid_list a.current {
  background-color: #e8ebe6 !important;
}

h2.auction-date-loc {
  color: #c1ad76 !important;
}

.right.pagintn .prev, .right.pagintn .next, .right.pagintn .first, .right.pagintn .last {
  text-transform: uppercase;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
}

.right.pagintn .prev a, .right.pagintn .next a, .right.pagintn .first a, .right.pagintn .last a {
  color: #000 !important;
  text-transform: uppercase;
}

.right.pagintn .center-paging span {
  color: #000 !important;
}

.right.pagintn .itmspage {
  text-transform: uppercase;
}

.right.pagintn .paging {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  line-height: 31px;
}

.right.pagintn span.customSelect {
  background: #fff;
  border: 1px solid #e1e1e1;
}

.filters.cat_fltr .itmspage .txt {
  font-size: 16px;
  line-height: 32px;
}

.compact_advance_search .adsrch input#advsKey {
  font-size: 14px;
  line-height: 52px;
}

.compact_advance_search .srch_list>li .accordionButton {
  font-size: 13px !important;
}

.compact_advance_search .adsrch section span {
  font-size: 16px !important;
}

.compact_advance_search .filter_ttl:hover, .compact_advance_search .filter_ttl:active {
  background-color: #fff;
}

body div.smsel:not(#foo)>input+label {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 18px !important;
}

.bodybox.catlogbox .live-link-container {
  border-bottom: 1px solid #e1e1e1;
}

.bodybox.catlogbox .live-link-container .catalog-live-sale-link {
  float: left;
  position: relative;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  background-color: #c1ad76;
  border: 1px solid #c1ad76;
  color: #1d1d1d;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  min-width: 190px;
  padding: 10px;
  min-height: 45px;
  cursor: pointer;
  font-weight: normal !important;
  line-height: 26px !important;
  padding: 15px 20px !important;
  font-size: 20px !important;
  float: none !important;
  height: auto !important;
  background-color: #c1ad76 !important;
  border-color: #c1ad76 !important;
  text-transform: none;
}

.bodybox.catlogbox .live-link-container .catalog-live-sale-link.active, .bodybox.catlogbox .live-link-container .catalog-live-sale-link:active, .bodybox.catlogbox .live-link-container .catalog-live-sale-link:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bodybox.catlogbox .live-link-container .catalog-live-sale-link.active i, .bodybox.catlogbox .live-link-container .catalog-live-sale-link:active i, .bodybox.catlogbox .live-link-container .catalog-live-sale-link:hover i {
  color: #c1ad76;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bodybox.catlogbox .live-link-container .catalog-live-sale-link:hover {
  text-decoration: none;
  background-color: #d1c299;
  border-color: #d1c299;
  color: #1d1d1d;
}

.bodybox.catlogbox .live-link-container .catalog-live-sale-link:active, .bodybox.catlogbox .live-link-container .catalog-live-sale-link.active {
  background-color: #b19853;
  border-color: #b19853;
}

.bodybox.catlogbox .live-link-container .catalog-live-sale-link.disabled, .bodybox.catlogbox .live-link-container .catalog-live-sale-link[disabled], .bodybox.catlogbox .live-link-container .catalog-live-sale-link[disabled="disabled"] {
  pointer-events: none;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #909090;
}

.bodybox.catlogbox .live-link-container .catalog-live-sale-link i {
  margin-right: 10px;
  font-size: 21px;
  top: 1px;
  position: relative;
  line-height: 1;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

@media only screen and (max-width: 800px) {
  .bodybox.catlogbox .live-link-container .catalog-live-sale-link {
    min-width: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .bodybox.catlogbox .live-link-container .catalog-live-sale-link:last-of-type {
    margin-bottom: 0;
  }
}

.bodybox.catlogbox .live-link-container .catalog-live-sale-link:hover {
  background-color: #53606b !important;
}

.auclisted li.item-block {
  border: 1px solid #e1e1e1;
}

.aucbid li.item-block:hover {
  background-color: #f9f9f9;
}

.auclisted .list-cols.figure-col {
  border-right: 1px solid #e1e1e1;
  background-color: #fff;
}

.auclist li>section div.bdttle i {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
  letter-spacing: 0;
  line-height: 28px;
}

.qdatarepeater-ctl .timelft a, .qdatarepeater-ctl .bdttle a {
  color: #000 !important;
}

form .aucbid li>section div.bdttle h2 a {
  /* font-family: "Palatino LT W01 Roman", sans-serif; */
  font-family: 'Palatino LT W01';
  font-size: 24px;
  font-weight: 400;
  font-size: 24px !important;
  color: #000 !important;
  letter-spacing: 0;
  line-height: 30px;
}

.aucbid ul.price-info li>span.title, .aucbid ul.price-info li>span.value {
  font-style: normal !important;
  /*color: #c1ad76;*/
  color: #333333;
}

.auclisted .bd-chk label, .aucgrid .bd-chk label {
  color: #000;
}

div.place-multibid {
  border-bottom: 1px solid #e1e1e1;
}

#wrapper .aucgrid .item-block {
  border: 1px solid #e1e1e1 !important;
}

#wrapper .aucgrid .item-block figure {
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
}

li.item-block .unibtn a {
  float: left;
  position: relative;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  background-color: #c1ad76;
  border: 1px solid #c1ad76;
  color: #1d1d1d;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  min-width: 190px;
  padding: 10px;
  min-height: 45px;
  cursor: pointer;
}

li.item-block .unibtn a.active, li.item-block .unibtn a:active, li.item-block .unibtn a:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

li.item-block .unibtn a.active i, li.item-block .unibtn a:active i, li.item-block .unibtn a:hover i {
  color: #c1ad76;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

li.item-block .unibtn a:hover {
  text-decoration: none;
  background-color: #d1c299;
  border-color: #d1c299;
  color: #1d1d1d;
}

li.item-block .unibtn a:active, li.item-block .unibtn a.active {
  background-color: #b19853;
  border-color: #b19853;
}

li.item-block .unibtn a.disabled, li.item-block .unibtn a[disabled], li.item-block .unibtn a[disabled="disabled"] {
  pointer-events: none;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #909090;
}

li.item-block .unibtn a i {
  margin-right: 10px;
  font-size: 21px;
  top: 1px;
  position: relative;
  line-height: 1;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

@media only screen and (max-width: 800px) {
  li.item-block .unibtn a {
    min-width: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  li.item-block .unibtn a:last-of-type {
    margin-bottom: 0;
  }
}

li.item-block .unibtn a {
  background-color: #e8ebe6 !important;
  color: #000 !important;
}

.auc_slide {
  border: 1px solid #e1e1e1;
}

#slider4-pager.rslides_tabs.rslides_tabs.rslides1_tabs {
  border: none !important;
  border-top: 1px solid #e1e1e1 !important;
}

.tle-lot, .right.col_rt .tle, .auctitle.catitle .tle {
  float: left;
  width: 100%;
  text-align: center;
  /* border-bottom: 1px solid #e1e1e1; */
}

.tle-lot h3, .right.col_rt .tle h3, .auctitle.catitle .tle h3 {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-size: 40px !important;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 44px;
}

.tle-lot span, .right.col_rt .tle span, .auctitle.catitle .tle span {
  text-align: center;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 24px;
  font-weight: 400;
  /* font-size: 24px !important; */
  font-size: 24px;
  color: #c1ad76;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 15px;
  display: block;
}

.auctitle a.catlg {
  float: none !important;
}

.tle.aucdttle .auc-lot-form.lot-qty {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 0px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
}

.tle.aucdttle .lot-label {
  font-size: 18px;
}

.tle.aucdttle .lot-num {
  font-size: 18px;
}

.tle.aucdttle .lot-name {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  line-height: 44px;
}

.ins_cnt {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
}

.lot-navigation {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.lot-navigation a {
  color: #000 !important;
}

.cur_bid {
  color: #c1ad76;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.aucshow-live .message-closed, .estimate-val, .qlabel-ctl {
  font-size: 18px;
  color: #c1ad76;
}

.auc_info .navigate .live-sale a {
  float: left;
  position: relative;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  background-color: #c1ad76;
  border: 1px solid #c1ad76;
  color: #1d1d1d;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  min-width: 190px;
  padding: 10px;
  min-height: 45px;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
  padding: 8px 20px !important;
  height: auto !important;
}

.auc_info .navigate .live-sale a.active, .auc_info .navigate .live-sale a:active, .auc_info .navigate .live-sale a:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.auc_info .navigate .live-sale a.active i, .auc_info .navigate .live-sale a:active i, .auc_info .navigate .live-sale a:hover i {
  color: #c1ad76;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.auc_info .navigate .live-sale a:hover {
  text-decoration: none;
  background-color: #d1c299;
  border-color: #d1c299;
  color: #1d1d1d;
}

.auc_info .navigate .live-sale a:active, .auc_info .navigate .live-sale a.active {
  background-color: #b19853;
  border-color: #b19853;
}

.auc_info .navigate .live-sale a.disabled, .auc_info .navigate .live-sale a[disabled], .auc_info .navigate .live-sale a[disabled="disabled"] {
  pointer-events: none;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #909090;
}

.auc_info .navigate .live-sale a i {
  margin-right: 10px;
  font-size: 21px;
  top: 1px;
  position: relative;
  line-height: 1;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

@media only screen and (max-width: 800px) {
  .auc_info .navigate .live-sale a {
    min-width: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .auc_info .navigate .live-sale a:last-of-type {
    margin-bottom: 0;
  }
}

.maxbid-curr {
  line-height: 52px;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.lot-details .auc_info_bid .mxbid-input, .auclisted .bdinfo section.left span.currency-input, .aucgrid .bdinfo section.left span.currency-input {
  border: 1px solid #e1e1e1 !important;
}

body.lot-details .bidfrm fieldset.bidding-fieldset>ul li input[type=text] {
  border: 0;
  box-shadow: inset 0px 0px 0px #d7d7d7;
}

body.lot-details .bidding-fieldset ul>li .mxbid-input {
  background-color: #fff;
}

.description-info-content .cat-header {
  display: none;
}

#other-lots-carousel {
  border-top: 6px solid #e8ebe6;
}

#other-lots-carousel h3 {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.25px;
  line-height: 32px;
  text-transform: uppercase;
}

#other-lots-carousel .lot-catalog-list .lot-list .lot {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 18px !important;
  color: #000 !important;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

#other-lots-carousel .lot-list-images .other-lot-img-wrap {
  border: 1px solid #e1e1e1;
}

#other-lots-carousel .lot-catalog-list .lot-list a .lot-description-timed {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px !important;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.total-amount {
  color: #c1ad76;
  text-align: center;
}

.total-amount .qlabel-ctl {
  font-size: 22px;
  line-height: 30px;
}

.bodybox h2 {
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative;
  font-size: 54px;
  font-family: Palatino LT W01 Bold, sans-serif;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 72px;
  margin-bottom: 30px;
  font-size: 40px !important;
  padding: 0px 0px 30px;
}

@media only screen and (max-width: 800px) {
  .bodybox h2 {
    font-size: 46px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 600px) {
  .bodybox h2 {
    font-size: 46px;
  }
}

.bodybox .regfrm, .bodybox .register {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.bodybox .box-heading {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #c1ad76;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
}

.bodybox .signfrm input[type=text], .bodybox .signfrm textarea, .bodybox .signfrm input[type=password] {
  border: 1px solid #e1e1e1;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bodybox li.signin-username label, .bodybox li.signin-password label, .bodybox li.signin-loginbtn label {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 12px;
}

.bodybox .signin-forgot-link a {
  text-align: left;
}

.bodybox .register p {
  line-height: 24px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}

.bodybox .register p em {
  font-size: 16px;
}

.bodybox #login-text {
  text-align: left;
  margin-bottom: 20px;
}

.bodybox #login-text a {
  float: none;
  width: auto;
  font-size: 16px;
}

#wrapper .unibtn a.orng, #wrapper .unibtn input.orng[type="button"], #wrapper .unibtn input.orng[type="submit"], #wrapper .lot-changes input.orng[type="submit"], #wrapper .register>div>.unibtn a.drkblu, #wrapper ul.auclting li.auclink>div a.reg, #wrapper ul.auclting li.auclink>div a.cat, #wrapper .unibtn a.drkblu, #wrapper .unibtn input.drkblu[type="button"], #wrapper .unibtn input.drkblu[type="submit"], #wrapper .unibtn a.blu, #wrapper .unibtn input.blu[type="button"], #wrapper .unibtn input.blu[type="submit"] {
  float: left;
  position: relative;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  background-color: #c1ad76;
  border: 1px solid #c1ad76;
  color: #1d1d1d;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  min-width: 190px;
  padding: 10px;
  min-height: 45px;
  cursor: pointer;
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
  color: #fff !important;
}

#wrapper .unibtn a.orng.active, #wrapper .unibtn input.orng[type="button"].active, #wrapper .unibtn input.orng[type="submit"].active, #wrapper .lot-changes input.orng[type="submit"].active, #wrapper .register>div>.unibtn a.drkblu.active, #wrapper ul.auclting li.auclink>div a.reg.active, #wrapper ul.auclting li.auclink>div a.cat.active, #wrapper .unibtn a.drkblu.active, #wrapper .unibtn input.drkblu[type="button"].active, #wrapper .unibtn input.drkblu[type="submit"].active, #wrapper .unibtn a.blu.active, #wrapper .unibtn input.blu[type="button"].active, #wrapper .unibtn input.blu[type="submit"].active, #wrapper .unibtn a.orng:active, #wrapper .unibtn input.orng[type="button"]:active, #wrapper .unibtn input.orng[type="submit"]:active, #wrapper .lot-changes input.orng[type="submit"]:active, #wrapper .register>div>.unibtn a.drkblu:active, #wrapper ul.auclting li.auclink>div a.reg:active, #wrapper ul.auclting li.auclink>div a.cat:active, #wrapper .unibtn a.drkblu:active, #wrapper .unibtn input.drkblu[type="button"]:active, #wrapper .unibtn input.drkblu[type="submit"]:active, #wrapper .unibtn a.blu:active, #wrapper .unibtn input.blu[type="button"]:active, #wrapper .unibtn input.blu[type="submit"]:active, #wrapper .unibtn a.orng:hover, #wrapper .unibtn input.orng[type="button"]:hover, #wrapper .unibtn input.orng[type="submit"]:hover, #wrapper .lot-changes input.orng[type="submit"]:hover, #wrapper .register>div>.unibtn a.drkblu:hover, #wrapper ul.auclting li.auclink>div a.reg:hover, #wrapper ul.auclting li.auclink>div a.cat:hover, #wrapper .unibtn a.drkblu:hover, #wrapper .unibtn input.drkblu[type="button"]:hover, #wrapper .unibtn input.drkblu[type="submit"]:hover, #wrapper .unibtn a.blu:hover, #wrapper .unibtn input.blu[type="button"]:hover, #wrapper .unibtn input.blu[type="submit"]:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#wrapper .unibtn a.orng.active i, #wrapper .unibtn input.orng[type="button"].active i, #wrapper .unibtn input.orng[type="submit"].active i, #wrapper .lot-changes input.orng[type="submit"].active i, #wrapper .register>div>.unibtn a.drkblu.active i, #wrapper ul.auclting li.auclink>div a.reg.active i, #wrapper ul.auclting li.auclink>div a.cat.active i, #wrapper .unibtn a.drkblu.active i, #wrapper .unibtn input.drkblu[type="button"].active i, #wrapper .unibtn input.drkblu[type="submit"].active i, #wrapper .unibtn a.blu.active i, #wrapper .unibtn input.blu[type="button"].active i, #wrapper .unibtn input.blu[type="submit"].active i, #wrapper .unibtn a.orng:active i, #wrapper .unibtn input.orng[type="button"]:active i, #wrapper .unibtn input.orng[type="submit"]:active i, #wrapper .lot-changes input.orng[type="submit"]:active i, #wrapper .register>div>.unibtn a.drkblu:active i, #wrapper ul.auclting li.auclink>div a.reg:active i, #wrapper ul.auclting li.auclink>div a.cat:active i, #wrapper .unibtn a.drkblu:active i, #wrapper .unibtn input.drkblu[type="button"]:active i, #wrapper .unibtn input.drkblu[type="submit"]:active i, #wrapper .unibtn a.blu:active i, #wrapper .unibtn input.blu[type="button"]:active i, #wrapper .unibtn input.blu[type="submit"]:active i, #wrapper .unibtn a.orng:hover i, #wrapper .unibtn input.orng[type="button"]:hover i, #wrapper .unibtn input.orng[type="submit"]:hover i, #wrapper .lot-changes input.orng[type="submit"]:hover i, #wrapper .register>div>.unibtn a.drkblu:hover i, #wrapper ul.auclting li.auclink>div a.reg:hover i, #wrapper ul.auclting li.auclink>div a.cat:hover i, #wrapper .unibtn a.drkblu:hover i, #wrapper .unibtn input.drkblu[type="button"]:hover i, #wrapper .unibtn input.drkblu[type="submit"]:hover i, #wrapper .unibtn a.blu:hover i, #wrapper .unibtn input.blu[type="button"]:hover i, #wrapper .unibtn input.blu[type="submit"]:hover i {
  color: #c1ad76;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#wrapper .unibtn a.orng:hover, #wrapper .unibtn input.orng[type="button"]:hover, #wrapper .unibtn input.orng[type="submit"]:hover, #wrapper .lot-changes input.orng[type="submit"]:hover, #wrapper .register>div>.unibtn a.drkblu:hover, #wrapper ul.auclting li.auclink>div a.reg:hover, #wrapper ul.auclting li.auclink>div a.cat:hover, #wrapper .unibtn a.drkblu:hover, #wrapper .unibtn input.drkblu[type="button"]:hover, #wrapper .unibtn input.drkblu[type="submit"]:hover, #wrapper .unibtn a.blu:hover, #wrapper .unibtn input.blu[type="button"]:hover, #wrapper .unibtn input.blu[type="submit"]:hover {
  text-decoration: none;
  background-color: #d1c299;
  border-color: #d1c299;
  color: #1d1d1d;
}

#wrapper .unibtn a.orng:active, #wrapper .unibtn input.orng[type="button"]:active, #wrapper .unibtn input.orng[type="submit"]:active, #wrapper .lot-changes input.orng[type="submit"]:active, #wrapper .register>div>.unibtn a.drkblu:active, #wrapper ul.auclting li.auclink>div a.reg:active, #wrapper ul.auclting li.auclink>div a.cat:active, #wrapper .unibtn a.drkblu:active, #wrapper .unibtn input.drkblu[type="button"]:active, #wrapper .unibtn input.drkblu[type="submit"]:active, #wrapper .unibtn a.blu:active, #wrapper .unibtn input.blu[type="button"]:active, #wrapper .unibtn input.blu[type="submit"]:active, #wrapper .unibtn a.orng.active, #wrapper .unibtn input.orng[type="button"].active, #wrapper .unibtn input.orng[type="submit"].active, #wrapper .lot-changes input.orng[type="submit"].active, #wrapper .register>div>.unibtn a.drkblu.active, #wrapper ul.auclting li.auclink>div a.reg.active, #wrapper ul.auclting li.auclink>div a.cat.active, #wrapper .unibtn a.drkblu.active, #wrapper .unibtn input.drkblu[type="button"].active, #wrapper .unibtn input.drkblu[type="submit"].active, #wrapper .unibtn a.blu.active, #wrapper .unibtn input.blu[type="button"].active, #wrapper .unibtn input.blu[type="submit"].active {
  background-color: #b19853;
  border-color: #b19853;
}

#wrapper .unibtn a.orng.disabled, #wrapper .unibtn input.orng[type="button"].disabled, #wrapper .unibtn input.orng[type="submit"].disabled, #wrapper .lot-changes input.orng[type="submit"].disabled, #wrapper .register>div>.unibtn a.drkblu.disabled, #wrapper ul.auclting li.auclink>div a.reg.disabled, #wrapper ul.auclting li.auclink>div a.cat.disabled, #wrapper .unibtn a.drkblu.disabled, #wrapper .unibtn input.drkblu[type="button"].disabled, #wrapper .unibtn input.drkblu[type="submit"].disabled, #wrapper .unibtn a.blu.disabled, #wrapper .unibtn input.blu[type="button"].disabled, #wrapper .unibtn input.blu[type="submit"].disabled, #wrapper .unibtn a.orng[disabled], #wrapper .unibtn input.orng[type="button"][disabled], #wrapper .unibtn input.orng[type="submit"][disabled], #wrapper .lot-changes input.orng[type="submit"][disabled], #wrapper .register>div>.unibtn a.drkblu[disabled], #wrapper ul.auclting li.auclink>div a.reg[disabled], #wrapper ul.auclting li.auclink>div a.cat[disabled], #wrapper .unibtn a.drkblu[disabled], #wrapper .unibtn input.drkblu[type="button"][disabled], #wrapper .unibtn input.drkblu[type="submit"][disabled], #wrapper .unibtn a.blu[disabled], #wrapper .unibtn input.blu[type="button"][disabled], #wrapper .unibtn input.blu[type="submit"][disabled], #wrapper .unibtn a.orng[disabled="disabled"], #wrapper .unibtn input.orng[type="button"][disabled="disabled"], #wrapper .unibtn input.orng[type="submit"][disabled="disabled"], #wrapper .lot-changes input.orng[type="submit"][disabled="disabled"], #wrapper .register>div>.unibtn a.drkblu[disabled="disabled"], #wrapper ul.auclting li.auclink>div a.reg[disabled="disabled"], #wrapper ul.auclting li.auclink>div a.cat[disabled="disabled"], #wrapper .unibtn a.drkblu[disabled="disabled"], #wrapper .unibtn input.drkblu[type="button"][disabled="disabled"], #wrapper .unibtn input.drkblu[type="submit"][disabled="disabled"], #wrapper .unibtn a.blu[disabled="disabled"], #wrapper .unibtn input.blu[type="button"][disabled="disabled"], #wrapper .unibtn input.blu[type="submit"][disabled="disabled"] {
  pointer-events: none;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #909090;
}

#wrapper .unibtn a.orng i, #wrapper .unibtn input.orng[type="button"] i, #wrapper .unibtn input.orng[type="submit"] i, #wrapper .lot-changes input.orng[type="submit"] i, #wrapper .register>div>.unibtn a.drkblu i, #wrapper ul.auclting li.auclink>div a.reg i, #wrapper ul.auclting li.auclink>div a.cat i, #wrapper .unibtn a.drkblu i, #wrapper .unibtn input.drkblu[type="button"] i, #wrapper .unibtn input.drkblu[type="submit"] i, #wrapper .unibtn a.blu i, #wrapper .unibtn input.blu[type="button"] i, #wrapper .unibtn input.blu[type="submit"] i {
  margin-right: 10px;
  font-size: 21px;
  top: 1px;
  position: relative;
  line-height: 1;
  /*-webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;*/
}

@media only screen and (max-width: 800px) {
  #wrapper .unibtn a.orng, #wrapper .unibtn input.orng[type="button"], #wrapper .unibtn input.orng[type="submit"], #wrapper .lot-changes input.orng[type="submit"], #wrapper .register>div>.unibtn a.drkblu, #wrapper ul.auclting li.auclink>div a.reg, #wrapper ul.auclting li.auclink>div a.cat, #wrapper .unibtn a.drkblu, #wrapper .unibtn input.drkblu[type="button"], #wrapper .unibtn input.drkblu[type="submit"], #wrapper .unibtn a.blu, #wrapper .unibtn input.blu[type="button"], #wrapper .unibtn input.blu[type="submit"] {
    /*min-width: 0;*/
    width: 100%;
    margin-bottom: 10px;
  }
  #wrapper .unibtn a.orng:last-of-type, #wrapper .unibtn input.orng[type="button"]:last-of-type, #wrapper .unibtn input.orng[type="submit"]:last-of-type, #wrapper .lot-changes input.orng[type="submit"]:last-of-type, #wrapper .register>div>.unibtn a.drkblu:last-of-type, #wrapper ul.auclting li.auclink>div a.reg:last-of-type, #wrapper ul.auclting li.auclink>div a.cat:last-of-type, #wrapper .unibtn a.drkblu:last-of-type, #wrapper .unibtn input.drkblu[type="button"]:last-of-type, #wrapper .unibtn input.drkblu[type="submit"]:last-of-type, #wrapper .unibtn a.blu:last-of-type, #wrapper .unibtn input.blu[type="button"]:last-of-type, #wrapper .unibtn input.blu[type="submit"]:last-of-type {
    margin-bottom: 0;
  }
}

.mobui-composite-wrapper .custom-combobox-toggle, .ui-widget .ui-widget.custom-combobox-toggle {
  border-color: #e1e1e1 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
}

.custom-combobox-input {
  background: #fff;
  border: 1px solid #e1e1e1 !important;
}

.mobui-composite-wrapper {
  border-top: 1px solid #e1e1e1;
}

.signfrm input[type=text], .signfrm textarea, .signfrm input[type=password], .custom-combobox-input, .reg-terms {
  border: 1px solid #e1e1e1;
}

.opencollapse>li {
  border: 1px solid #e1e1e1;
}

.opencollapse>li .accordionContent {
  background-color: #fff;
  display: block;
}

.accordionButton, .accordionButton span {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.opencollapse div.accordionButton.filter_ttl {
  text-align: left;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px !important;
}

.filter_contnt div.smsel:not(#foo)>input+label {
  color: #666;
}

.lot-upcoming .footable {
  border: 1px solid #e1e1e1;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666;
  background: #fff;
}

.footable>thead>tr>th, .footable>thead>tr>td {
  background: #f0f0f0 !important;
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 400 !important;
}

.auction-details .auction-title {
  font-family: "Palatino LT W01 Roman", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-size: 40px !important;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 44px !important;
  margin-bottom: 10px;
  font-weight: 400 !important;
  text-transform: none;
}

.auction-details .auction-date {
  font-family: Gotham A, Gotham B, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px !important;
  color: #c1ad76;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
}

.auction-details .lot-label {
  font-family: Gotham A, Gotham B, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px !important;
  color: #c1ad76;
}

@media only screen and (min-width: 767px) {
  #tabnav>li>a {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 569px) {
  #tabnav>li>a {
    font-size: 16px;
    background: #f0f0f0;
    color: #000 !important;
    border-color: #e1e1e1 !important;
  }
}

@media only screen and (max-width: 800px) {
  .bodybox li.signin-username label, .bodybox li.signin-password label, .bodybox li.signin-loginbtn label {
    font-size: 18px;
  }
  .header-main-nav li.first-level {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 11px
  }
}

@media only screen and (max-width: 767px) {
  .auclisted .list-cols.figure-col {
    border-bottom: 1px solid #e1e1e1;
  }
  header {
    height: auto;
  }
  .header-main {
    width: 100%;
  }
}

.fa-chevron-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#custom-header > header > div.fw.header-main > div > div.main-nav-container > ul > li:nth-child(5) > span > i {
  display: none;
}