body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background: #fff;
  line-height: 1.4;
}

p {
  font-weight: 400;
}

strong {
  font-weight: 900;
}

a {
  color: #80C301;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: #1F8A70;
}

ol, ul {
  padding-left: 23px;
  line-height: 1.6;
}

iframe {
  border: none;
  margin: 0;
}

h1, .h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

h6, .h6 {
  font-size: 16px;
  font-weight: 400;
}

.py-100 {
  padding: 100px 0;
}

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

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

.py-150 {
  padding: 150px 0;
}

.invert .title,
.invert .description {
  color: #fff;
}

section iframe {
  max-width: 100%;
}

article h5 {
  line-height: 1.6;
}

table thead tr {
  background: #E9F5F3;
}

blockquote {
  background: #E5EBF5;
  padding: 30px;
  margin: 30px 0;
}
blockquote li,
blockquote p {
  font-size: 16px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

blockquote {
  background: #fff;
  font-weight: 600;
}
blockquote small {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  font-weight: 300;
}

.list-style-custom ul {
  padding: 0;
  list-style: none;
}
.list-style-custom ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list-style-custom ul li a {
  color: #000;
  transition: all ease 0.3s;
  text-decoration: underline;
}
.list-style-custom ul li a:hover {
  color: #BFDB38;
}
.list-style-custom ul li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  height: 8px;
  width: 8px;
  border: 2px solid #BFDB38;
  border-radius: 50%;
  display: block;
}

.theme-color {
  color: #000 !important;
}

.theme-color-main {
  color: #1F8A70 !important;
}

.theme-color-sec {
  color: #80C301 !important;
}

.theme-color-third {
  color: #00425A !important;
}

.theme-color-danger {
  color: #FC304D !important;
}

hr {
  opacity: 1;
  border-color: #ddd;
}

.clearfix {
  clear: both;
}

.sidebar-button {
  display: block;
  position: relative;
  padding: 18px 25px;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #F3F3F3;
  color: #00425A;
  font-weight: 700;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.sidebar-button.active {
  border-radius: 10px 10px 0 0;
}
.sidebar-button.active .arrow:before {
  transform: rotate(-45deg);
}
.sidebar-button.active .arrow:after {
  transform: rotate(45deg);
}
.sidebar-button .arrow {
  display: block;
  width: 10px;
  position: absolute;
  right: 30px;
  top: 26px;
}
.sidebar-button .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #00425A;
  transform: rotate(45deg);
}
.sidebar-button .arrow:after {
  left: 7px;
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #00425A;
  transform: rotate(-45deg);
}

header.main-header .social-links a {
  margin-right: 8px;
}
header.main-header .social-links a svg {
  height: 20px;
  width: 20px;
}

.social-links a {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
  transition: all ease 0.5s;
}
.social-links a:hover svg path {
  fill: #00425A;
}

.bg-main {
  background-color: #1F8A70;
}

.bg-third {
  background-color: #00425A;
}

.bg-sec {
  background-color: #BFDB38;
}

.bg-feature {
  background-color: #FC7300;
}

.bg-light {
  background-color: #F9F9F9 !important;
}

.bg-light-sec {
  background-color: #EAF4D7 !important;
}

.step {
  background-color: #EAF4D7;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  padding: 8px 3px;
  border-radius: 50%;
}

.button-custom {
  display: inline-block;
  text-decoration: none;
  outline: none;
  min-width: 180px;
  font-size: 18px;
  padding: 23px 40px;
  text-align: center;
  vertical-align: top;
  line-height: 1.223;
  position: relative;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  overflow: hidden;
}
.button-custom.button-sm {
  font-size: 16px;
  padding: 15px 24px 15px;
  min-width: 120px;
}
.button-custom.button-custom-main {
  color: #fff;
  background: #1F8A70;
}
.button-custom.button-custom-main:hover {
  color: #00425A;
  background: #BFDB38;
}
.button-custom.button-custom-main:disabled {
  opacity: 0.6;
}
.button-custom.button-custom-main-light {
  color: #1F8A70;
  background: #fff;
  box-shadow: inset 0 0 0 2px #1F8A70;
}
.button-custom.button-custom-main-light:hover {
  color: #fff;
  background: #1F8A70;
  /*box-shadow: inset 0 0 0 2px #fff;*/
}
.button-custom.button-custom-sec {
  color: #00425A;
  background: #BFDB38;
}
.button-custom.button-custom-sec:hover {
  color: #fff;
  background: #1F8A70;
}
.button-custom.button-custom-third {
  color: #fff;
  background: #00425A;
}
.button-custom.button-custom-third:hover {
  color: #fff;
  background: #1F8A70;
}
.button-custom.button-custom-danger {
  color: #fff;
  background: #FC304D;
}
.button-custom.button-custom-danger:hover {
  color: #FC304D;
  background: #fff;
  box-shadow: inset 0 0 0 2px #FC304D;
}
.button-custom.button-custom-danger-light {
  color: #FC304D;
  background: #fff;
  box-shadow: inset 0 0 0 2px #FC304D;
}
.button-custom.button-custom-danger-light:hover {
  color: #fff;
  background: #FC304D;
  box-shadow: inset 0 0 0 2px #FC304D;
}
.button-custom.button-custom-third-light {
  color: #00425A;
  background: #fff;
  box-shadow: inset 0 0 0 2px #00425A;
}
.button-custom.button-custom-third-light:hover {
  color: #fff;
  background: #00425A;
  box-shadow: inset 0 0 0 2px #00425A;
}

body.menu-open .button-menu .hamburger span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
body.menu-open .button-menu .hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
body.menu-open .button-menu .hamburger span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.button-menu {
  vertical-align: middle;
  background: transparent;
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 15px 0;
  text-align: right;
  max-width: 100%;
}
.button-menu .hamburger {
  display: inline-block;
  width: 24px;
  height: 20px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.button-menu .hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1F8A70;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.button-menu .hamburger span:nth-child(1) {
  top: 0px;
}
.button-menu .hamburger span:nth-child(2) {
  top: 7px;
}
.button-menu .hamburger span:nth-child(3) {
  top: 15px;
}

nav.popup-menu {
  position: fixed;
  min-height: auto;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
  z-index: 80;
  overflow-y: auto;
  max-width: 280px;
  top: 0;
  right: -300px;
  display: none;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  transform: translateX(280px);
}
nav.popup-menu .menu-header {
  padding: 24px;
  height: 100px;
  border-bottom: 1px solid #ddd;
}
nav.popup-menu ul.menu {
  margin: 0;
  padding: 0;
}
nav.popup-menu ul.menu li a {
  display: block;
  padding: 14px 20px;
  border-bottom: none;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}
nav.popup-menu ul.menu li a:hover {
  background: #EAF4D7;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  right: 1%;
  bottom: 40px;
  line-height: 50px;
  display: block;
  opacity: 0;
  height: 70px;
  width: 70px;
  background: #1F8A70;
  border-radius: 2px;
  padding: 12px 10px;
  text-align: center;
  transition: all ease 0.5s;
}
.scroll-top:hover {
  background: #BFDB38;
}

.image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.img-obj {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.form-card {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 15px 20px;
  color: #454545;
  font-size: 14px;
}

.form-control {
  border-radius: 10px;
  height: 60px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  padding: 13px 20px;
  font-size: 16px;
  border-color: #F3F3F3;
  background-color: #F3F3F3;
}
.form-control:focus {
  outline: none;
  border-color: #F3F3F3;
  background: #F3F3F3;
  box-shadow: none;
}
.form-control.error {
  border-color: #FC304D;
}
.form-control.date-field {
  max-width: 150px;
  border-radius: 10px;
}

#filter_form .btn {
  height: 60px;
}

.navbar .form-control {
  border-color: #ccc;
}
.navbar select.form-control {
  max-width: 550px;
}

.form-control-sm {
  height: 48px;
  padding-right: 40px;
  background-color: #fff;
  border-radius: 10px;
}
.form-control-sm.form-select {
  padding-left: 10px;
}

.form-control-lg {
  height: 68px;
  font-size: 18px;
  background: #F3F3F3;
  border-radius: 10px;
}

.form-control-xl {
  height: 68px;
  font-size: 26px;
  background: #F3F3F3;
  font-weight: 800;
  border-radius: 10px;
}

input[type=file].form-control {
  line-height: 60px;
  padding: 0 9px;
}

textarea.form-control {
  height: 100px;
}

textarea.form-control-textarea {
  height: 250px;
}

.form-label {
  font-size: 20px;
  font-weight: 600;
}

.form-label-sm {
  font-size: 16px;
  font-weight: 600;
}

sup.asterisk {
  font-size: 25px;
  color: #FC304D;
  top: 1px;
}

.checkbox-holder {
  margin: 0 15px 15px 0;
  position: relative;
}
.checkbox-holder .checkbox-box {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.checkbox-holder .checkbox-box.error + label:before {
  border-color: #FC304D;
}
.checkbox-holder .checkbox-box + label {
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding: 4px 0 0;
  margin: 0 auto;
  font-weight: 500;
  line-height: 24px;
}
.checkbox-holder .checkbox-box + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  margin-right: 12px;
  border-radius: 5px;
  background: #F3F3F3;
  border: 1px solid #F3F3F3;
}
.checkbox-holder .checkbox-box:checked + label {
  font-weight: 800;
}
.checkbox-holder .checkbox-box:checked + label:before {
  background: #BFDB38;
  border-color: #BFDB38;
}
.checkbox-holder .checkbox-box:checked + label:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.5L5 8.5L13 1" stroke="white" stroke-width="1.5"/></svg>');
  position: absolute;
  width: 20px;
  height: 14px;
  background-size: 20px;
  left: 4px;
  top: 11px;
}

.radio-holder {
  margin: 0 15px 15px 0;
  position: relative;
}
.radio-holder .radio-box {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  position: absolute;
}
.radio-holder .radio-box.radio-box-invert + label:before {
  background: #fff;
}
.radio-holder .radio-box + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 auto;
  font-weight: 500;
  line-height: 19px;
  padding-left: 30px;
  font-size: 15px;
}
.radio-holder .radio-box + label strong {
  font-weight: 600;
}
.radio-holder .radio-box + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ccc;
}
.radio-holder .radio-box:checked + label:before {
  background: #DBD1DF;
  border-color: #DBD1DF;
}
.radio-holder .radio-box:checked + label:after {
  content: "";
  border-radius: 50%;
  background: #BFDB38;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 18px;
}

.slick-slide a:focus {
  outline: none;
}

.initialized.slider-holder {
  opacity: 1;
  overflow: visible;
  height: auto !important;
  visibility: visible;
}
.initialized .slider-loader {
  opacity: 0;
}

.slider-holder {
  opacity: 0;
  transition: all ease 1s;
  visibility: hidden;
  overflow: hidden;
}

.slider-loader {
  position: absolute;
  background: #F9F9F9;
  transition: all ease 1s;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.slider-loader .lds-default {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  margin: 0 auto;
  zoom: 1;
}

.slick-arrow {
  color: #000;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 3px;
  border: none;
  background: #fff;
  z-index: 50;
  border-radius: 5px;
  font-size: 22px;
}
.slick-arrow i {
  position: relative;
  top: -1px;
}
.slick-arrow.slick-disabled {
  opacity: 1;
  cursor: not-allowed;
}
.slick-arrow.slick-disabled:focus, .slick-arrow.slick-disabled:hover {
  background: #fff;
}
.slick-arrow.slick-disabled:focus svg path, .slick-arrow.slick-disabled:hover svg path {
  fill: #1F8A70;
}
.slick-arrow:before {
  content: none !important;
}
.slick-arrow:focus, .slick-arrow:hover {
  background: #BFDB38;
  color: #000;
}
.slick-arrow.slick-prev {
  left: 12px;
}
.slick-arrow.slick-next {
  right: 12px;
}

.schedule-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.scroll-content {
  max-height: 450px;
  overflow: auto;
  padding-right: 50px;
}

.bidders-block {
  margin: 0 0 0 -20px;
}

table.table {
  border-bottom: 1px solid #dee2e6;
}
table.table:not(.table-auto) {
  table-layout: fixed;
}
table.table.table-hover tbody tr:hover {
  color: #000;
  background: transparent;
  --bs-table-accent-bg: transparent;
}
table.table.table-hover tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.1);
  --bs-table-accent-bg: transparent;
}
table.table.table-hover tbody tr:hover td.button-holder {
  --bs-table-accent-bg: transparent;
}
table.table thead tr {
  border: none;
}
table.table thead tr th {
  border: none;
}
table.table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
table.table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
table.table td {
  border-color: #E8E8E8;
}
table.table .table-image {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
table.table .table-image:not(:last-child) {
  margin-right: 10px;
}

header.main-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  transition: all ease 0.5s;
}
header.main-header .logo {
  display: inline-block;
}
header.main-header .header-top {
  padding: 12px 0;
  height: 74px;
  border-bottom: 1px solid #DDDDDD;
}
header.main-header .header-bottom {
  padding: 23px 0;
}

.button-phone {
  text-decoration: none;
  color: #00425A;
  font-weight: 600;
  font-size: 18px;
}
.button-phone:hover {
  color: #1F8A70;
}
.button-phone:hover svg path {
  fill: #1F8A70;
}

footer.main-footer {
  font-size: 16px;
}
footer.main-footer a {
  color: #000;
  text-decoration: underline;
}
footer.main-footer a:hover {
  color: #BFDB38;
}

.main-wrapper {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}

main.main-content {
  padding-top: 175px;
  min-height: calc(100vh - 300px);
}

ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.menu.menu-lg {
  text-transform: uppercase;
}
ul.menu.menu-lg li {
  margin-right: 20px;
  padding: 10px 12px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
ul.menu.menu-lg li:last-child {
  margin-right: 0;
}
ul.menu.menu-lg li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #BFDB38;
}
ul.menu.menu-lg li.active a {
  font-weight: 900;
}
ul.menu.menu-lg li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
}
ul.menu.menu-lg li a:hover {
  color: #1F8A70;
}
ul.menu.menu-sm li {
  display: inline-block;
  vertical-align: top;
  padding: 16px 5px;
  margin-left: 30px;
}
ul.menu.menu-sm li:first-child {
  margin-left: 0;
}
ul.menu.menu-sm li a {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
ul.menu.menu-sm li a:hover {
  color: #1F8A70;
}

.icon-boxes {
  margin-top: 40px;
  background: #F9F9F9;
  border-radius: 10px;
  position: relative;
  min-height: 350px;
  max-height: 350px;
  overflow: visible;
}
.icon-boxes.icon-boxes-open {
  max-height: 100%;
  height: 100%;
}
.icon-boxes.icon-boxes-open.active .rollover {
  margin-bottom: -30px;
}
.icon-boxes.icon-boxes-open .rollover {
  opacity: 1;
  position: relative;
  margin-bottom: -30px;
}
.icon-boxes .icon-box {
  cursor: pointer;
  height: 100%;
  padding: 50px 35px 20px 50px;
  position: relative;
}
.icon-boxes .icon-box.active:after {
  opacity: 1;
}
.icon-boxes .icon-box.active .rollover {
  opacity: 1;
  pointer-events: all;
  position: relative;
  margin-bottom: -30px;
}
.icon-boxes .icon-box:after {
  content: "";
  opacity: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  position: absolute;
  height: calc(100% + 90px);
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  border-top: 4px solid #FC7300;
}
.icon-boxes .icon-box .content-holder {
  position: relative;
  z-index: 2;
}
.icon-boxes .icon-box .icon-holder {
  position: relative;
  z-index: 2;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #FC7300;
  padding: 30px 20px;
}
.icon-boxes .rollover {
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  min-height: 170px;
  position: absolute;
}

.bids .bid {
  text-align: left;
  margin-bottom: 50px;
  padding: 24px;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  max-width: 360px;
}
.bids .bid.bid-profile {
  max-width: 100%;
  box-shadow: none;
}
.bids .bid.bid-profile:hover {
  background: #fff;
}
.bids .bid.bid-profile .items {
  margin-bottom: 7px;
}
.bids .bid.bid-full {
  max-width: 100%;
}
.bids .bid.bid-full .items {
  margin-bottom: 7px;
}
.bids .bid.bid-full:hover .button-custom-main {
  color: #00425A;
  background: #BFDB38;
}
.bids .bid.bid-full:hover .button-custom-main-light {
  color: #00425A;
  background: #BFDB38;
  box-shadow: inset 0 0 0 2px #BFDB38;
}
.bids .bid .button-custom {
  padding-left: 15px;
  padding-right: 15px;
}
.bids .bid:hover {
  background: #EAF4D7;
}
.bids .bid .price {
  line-height: 1;
  margin-top: 3px;
  font-size: 40px;
  font-weight: 900;
  color: #1F8A70;
}
.bids .bid .price sup {
  font-size: 25px;
  font-weight: 600;
  top: -0.35em;
}
.bids .bid .location {
  padding: 5px 0 20px;
}
.bids .bid .number {
  font-size: 14px;
}
.bids .bid .address {
  color: #5B5B5B;
  font-size: 14px;
}
.bids .bid .image-holder {
  height: 250px;
  width: 100%;
  position: relative;
  max-width: 315px;
  border-radius: 10px;
  overflow: hidden;
}
.bids .bid .items {
  margin-bottom: 25px;
  max-width: 200px;
}
.bids .bid .items .item {
  line-height: 1;
  text-align: center;
  padding: 0 23px;
  border-right: 1px solid #BDBDBD;
}
.bids .bid .items .item:first-child {
  text-align: left;
  padding-left: 0;
}
.bids .bid .items .item:last-child {
  border-right: none;
}
.bids .bid .items .item .hours {
  margin-bottom: 5px;
  color: #1F8A70;
  font-weight: 700;
  font-size: 24px;
}
.bids .bid .items .item .text {
  font-size: 12px;
}
.bids .bid.bid-sold .items .item {
  padding: 0 15px;
}
.bids .bid.bid-sold .items .item:first-child {
  padding-left: 0;
}
.bids .bid.bid-sold .items .item .hours {
  color: #FC304D;
}
.bids .bid .preview {
  color: #5F5F5F;
}
.bids .bid .preview p {
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
.bids .bid .sold {
  line-height: 1;
  margin-top: 15px;
  font-size: 40px;
  font-weight: 900;
  color: #FC304D;
}

.bids-slider-holder {
  height: 510px;
  overflow: hidden;
}
.bids-slider-holder.slider {
  opacity: 0;
  transition: all ease 1s;
}
.bids-slider-holder.slider.initialized {
  opacity: 1;
}
.bids-slider-holder .slide .bid {
  margin-bottom: 0;
  cursor: move;
}
.bids-slider-holder .slick-list {
  text-align: center;
}

.section-wrap {
  position: relative;
}
.section-wrap .container {
  z-index: 1;
}
.section-wrap .wrap {
  z-index: 1;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  pointer-events: none;
  width: calc(100% - (100% - 1500px) / 2);
}
.section-wrap .wrap.wrap-left {
  left: 0;
  border-radius: 0 0 200px 0;
}
.section-wrap .wrap.wrap-left svg {
  border-radius: 0 0 200px 0;
}
.section-wrap .wrap.wrap-right {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.section-wrap .wrap.wrap-right svg {
  border-radius: 10px 0 0 10px;
}

.accordion-module {
  position: relative;
}
.accordion-module .tab-content {
  min-height: 400px;
  max-height: 1100px;
  padding-bottom: 100px;
  overflow: auto;
}
.accordion-module .wrap {
  position: absolute;
  height: calc(100% - 100px);
  width: 100%;
  pointer-events: none;
}
.accordion-module .wrap:after {
  z-index: -1;
  content: "";
  height: 100%;
  border-radius: 10px 0 0 10px;
  width: 62%;
  background: #F9F9F9;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.accordion-module .container {
  position: relative;
  z-index: 3;
}
.accordion-module .table .collapsing {
  transition: none;
}
.accordion-module .button-collapse[aria-expanded=true] {
  color: #FFF;
  background: #00425A;
}
.accordion-module .button-collapse[aria-expanded=true] i:before {
  content: "\f057";
}
.accordion-module .panel-dark {
  background: transparent;
  margin-bottom: 5px;
  border: none;
  box-shadow: none;
  border-radius: 5px;
}
.accordion-module .panel-dark .panel-content {
  font-weight: 400;
}
.accordion-module .panel-dark .panel-heading {
  background: #00425A;
  border: none;
  border-radius: 5px;
  padding: 0;
}
.accordion-module .panel-dark .panel-heading .panel-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
.accordion-module .panel-dark .panel-heading .panel-title a {
  color: #fff;
  padding: 21px 40px 21px 20px;
  display: block;
  text-decoration: none;
  position: relative;
}
.accordion-module .panel-dark .panel-heading .panel-title a .arrow {
  right: 10px;
  top: 14px;
}
.accordion-module .panel-dark .panel-heading .panel-title a[aria-expanded=true] {
  font-weight: 900;
}
.accordion-module .panel-dark .panel-heading .panel-title a[aria-expanded=true] .arrow {
  color: #fff;
  background: #fff;
  border: none;
}
.accordion-module .panel-dark .panel-heading .panel-title a[aria-expanded=true] .arrow:before, .accordion-module .panel-dark .panel-heading .panel-title a[aria-expanded=true] .arrow:after {
  background: #fff;
}
.accordion-module .panel-dark .panel-heading .panel-title a[aria-expanded=false] .arrow {
  background: #fff;
}
.accordion-module .panel-dark .panel-heading .panel-title a[aria-expanded=false] .arrow:before, .accordion-module .panel-dark .panel-heading .panel-title a[aria-expanded=false] .arrow:after {
  background: #fff;
}
.accordion-module .panel-default {
  background: transparent;
  margin-bottom: 0px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
}
.accordion-module .panel-default .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.accordion-module .panel-default .panel-heading .panel-title {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 0;
}
.accordion-module .panel-default .panel-heading .panel-title a {
  color: #000;
  padding: 26px 40px 26px 0;
  display: block;
  text-decoration: none;
  position: relative;
}
.accordion-module .panel-default .panel-heading .panel-title a i {
  color: #000;
  padding-right: 5px;
  position: absolute;
  left: 0;
}
.accordion-module .panel-default .content {
  max-width: 900px;
  margin: 0 0 30px;
}
.accordion-module .panel-group {
  margin-bottom: 0;
  padding: 20px 0 40px;
}
.accordion-module .panel-heading .panel-title a {
  transition: all ease 0.3s;
}
.accordion-module .panel-heading .panel-title a .icon-holder {
  transition: all ease 0.2s;
}
.accordion-module .panel-heading .panel-title a .arrow {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 24px;
}
.accordion-module .panel-heading .panel-title a[aria-expanded=true] {
  font-weight: 900;
}
.accordion-module .panel-heading .panel-title a[aria-expanded=true] .arrow {
  color: #fff;
  background: #BFDB38;
  border-color: #BFDB38;
}
.accordion-module .panel-heading .panel-title a[aria-expanded=true] .arrow:before, .accordion-module .panel-heading .panel-title a[aria-expanded=true] .arrow:after {
  content: "";
  height: 2px;
  width: 13px;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #fff;
}
.accordion-module .panel-heading .panel-title a[aria-expanded=true] .arrow:before {
  transform: rotate(180deg);
}
.accordion-module .panel-heading .panel-title a[aria-expanded=true] .arrow:after {
  transform: rotate(0deg);
}
.accordion-module .panel-heading .panel-title a[aria-expanded=false] .arrow:before, .accordion-module .panel-heading .panel-title a[aria-expanded=false] .arrow:after {
  content: "";
  height: 2px;
  width: 13px;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #BFDB38;
}
.accordion-module .panel-heading .panel-title a[aria-expanded=false] .arrow:before {
  transform: rotate(90deg);
}

.description {
  font-size: 22px;
}

.info {
  font-size: 16px;
}

.preview {
  font-size: 14px;
}

.button-link {
  font-size: 18px;
  font-weight: 600;
  color: #1F8A70;
  display: inline-block;
  text-decoration: underline;
}
.button-link.button-link-sm {
  font-size: 16px;
}

.button-add {
  font-size: 16px;
  font-weight: 600;
  color: #1F8A70;
  display: inline-block;
  text-decoration: underline;
}

.button-edit {
  font-size: 16px;
  font-weight: 600;
  color: #1F8A70;
  display: inline-block;
  text-decoration: underline;
}

.button-delete {
  font-size: 16px;
  font-weight: 600;
  color: #FC304D;
  display: inline-block;
  text-decoration: underline;
}

.footer-menu {
  max-width: 1010px;
  margin: 0 auto;
}

label.error {
  color: #FC304D;
}

.card-checkboxes .card-checkbox {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.card-checkboxes .card-checkbox img {
  filter: grayscale(1);
  border: 2px solid transparent;
}
.card-checkboxes .card-checkbox:hover img {
  border: 2px solid #BFDB38;
}
.card-checkboxes .card-checkbox input:checked ~ img {
  filter: grayscale(0);
  border: 2px solid #BFDB38;
}
.card-checkboxes input {
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  cursor: pointer;
  position: absolute;
}

.form.form-login {
  max-width: 770px;
  margin: 0 auto;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  padding: 40px 50px;
}
.form.form-payment {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  padding: 40px 50px;
}
.form.form-newsletter {
  max-width: 640px;
  margin: 0 auto;
}
.form.form-newsletter .logo {
  display: inline-block;
}
.form.form-newsletter .form-field {
  margin-top: 30px;
  position: relative;
}
.form.form-newsletter .form-field .form-control {
  width: calc(100% - 180px);
}
.form.form-newsletter .form-field .button-custom {
  position: absolute;
  border-radius: 0 10px 10px 0;
  right: 0;
  top: 0;
}
.form .form-field {
  margin-bottom: 20px;
}

ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' opacity='0.7' width='7' height='12'%3E%3Cpath d='M1 11L6 6L1 1' stroke-linecap='round' stroke-linejoin='round' fill='transparent' stroke='black' /%3E%3C/svg%3E");
  opacity: 0.7;
  padding-right: 15px;
  padding-left: 10px;
}
ol.breadcrumb li {
  font-size: 16px;
}
ol.breadcrumb li a {
  color: #000;
  text-decoration: none;
}
ol.breadcrumb li a:hover {
  text-decoration: underline;
}

.favorite-nav {
  width: 34px;
  height: 34px;
  top: 8px;
}
.favorite-nav a.favorite {
  right: 0px;
  top: 0px;
}

a.favorite {
  display: block;
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 20;
  padding: 3px 0;
  text-align: center;
}
a.favorite.active, a.favorite:hover {
  background: #FC304D;
}
a.favorite.active svg, a.favorite:hover svg {
  display: inline-block;
}
a.favorite.active svg path, a.favorite:hover svg path {
  fill: #fff;
}

.slick-dots {
  bottom: inherit;
  top: -40px;
  text-align: center;
}
.slick-dots li {
  margin: 0 3px;
  padding: 0;
  color: #fff;
  text-align: center;
  transition: all ease 0.5s;
}
.slick-dots li button {
  text-indent: -9999999px;
  border: 2px solid #ddd;
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 0;
  border-radius: 50px;
  margin: 0 auto;
  height: 10px;
  width: 10px;
  transition: all ease 0.5s;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  border-color: #BFDB38;
  background: #BFDB38;
}

.bid-carousel {
  height: 298px;
  width: 360px;
  max-width: 100%;
}
.bid-carousel .image-holder {
  height: 298px;
  width: 100%;
}

ul.nav.nav-lines {
  margin: 0;
}
ul.nav.nav-lines .nav-item {
  margin: 0;
}
ul.nav.nav-lines .nav-link {
  font-size: 26px;
  display: block;
  border-radius: 0;
  padding: 15px 35px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ddd;
  transition: none;
}
ul.nav.nav-lines .nav-link:focus {
  outline: none;
}
ul.nav.nav-lines .nav-link.active {
  font-weight: 900;
  background: transparent;
  color: #000;
  border-bottom: 3px solid #BFDB38;
}
ul.nav.nav-pills {
  border: none;
}
ul.nav.nav-pills .nav-item {
  border-right: 2px solid #fff;
}
ul.nav.nav-pills .nav-item:last-child {
  border-right: none;
}
ul.nav.nav-pills .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
}
ul.nav.nav-pills .nav-item:last-child .nav-link {
  border-radius: 0 10px 10px 0;
}
ul.nav.nav-pills .nav-link {
  font-size: 18px;
  display: block;
  padding: 15px 5px;
  background-color: #F3F3F3;
  color: #000;
  font-weight: 700;
  border-radius: 0;
  text-align: center;
}
ul.nav.nav-pills .nav-link.active {
  font-weight: 900;
  background: #00425A;
  color: #fff;
}
ul.nav.nav-pills-checkboxes {
  border: none;
  display: block;
}
ul.nav.nav-pills-checkboxes .nav-item {
  display: inline-block;
}
ul.nav.nav-pills-checkboxes .nav-link {
  display: inline-block;
  margin-right: 35px;
  font-size: 18px;
  color: #000;
  padding: 0;
  position: relative;
}
ul.nav.nav-pills-checkboxes .nav-link.active {
  font-weight: 800;
}
ul.nav.nav-pills-checkboxes .nav-link.active:before {
  background: #BFDB38;
  border: 1px solid #BFDB38;
}
ul.nav.nav-pills-checkboxes .nav-link.active:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="18" height="12" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4.5L5 8.5L13 1" stroke="white" stroke-width="1.5"/></svg>');
  position: absolute;
  width: 20px;
  height: 14px;
  background-size: 20px;
  left: 4px;
  top: 6px;
}
ul.nav.nav-pills-checkboxes .nav-link:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  margin-right: 12px;
  border-radius: 5px;
  background: #F3F3F3;
  border: 1px solid #F3F3F3;
}
ul.nav.nav-pills-vertical {
  border: none;
  max-width: 350px;
}
ul.nav.nav-pills-vertical .nav-item {
  margin-bottom: 10px;
}
ul.nav.nav-pills-vertical .nav-link {
  font-size: 18px;
  display: block;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: left;
  background-color: #F3F3F3;
  color: #000;
  font-weight: 700;
}
ul.nav.nav-pills-vertical .nav-link.active {
  font-weight: 900;
  background: #00425A;
  color: #fff;
}

section.banner-module {
  position: relative;
  z-index: 2;
}
section.banner-module.animate .iframe-holder:after {
  opacity: 0;
  visibility: hidden;
}
section.banner-module.animate .iframe-holder iframe {
  opacity: 1;
}
section.banner-module .iframe-holder {
  overflow: hidden;
  background: #ddd;
  height: 750px;
  width: 1042px;
  border-radius: 0 0 0 210px;
  overflow: hidden;
}
section.banner-module .iframe-holder:after {
  content: "";
  position: absolute;
  top: -25%;
  opacity: 0.7;
  left: 0;
  width: 250px;
  height: 150%;
  pointer-events: none;
  z-index: 1;
  transition: all 1s;
  transition-delay: 1s;
  transform: translate(-500px, 0) rotate(30deg);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.28) 81%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.28) 81%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 16%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 51%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.28) 81%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#00ffffff",GradientType=1);
  animation: animloader 0.7s linear infinite;
}
section.banner-module .iframe-holder iframe {
  transition: all ease 1s;
  transition-delay: 1s;
  opacity: 0;
}
@keyframes animloader {
  0% {
    transform: translate(-500px, 0) rotate(30deg);
  }
  100% {
    transform: translate(1200px, 0) rotate(30deg);
  }
}

.tab-content section.banner-module .image-holder img.tab-image {
  margin-top: -190px;
  margin-bottom: -190px;
}

.bid:not(.bid-profile):hover .tags .tag {
  background: #D2E3B1 !important;
}

.tags .tag {
  background: #EAF4D7;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
}

.pagination .page-item {
  margin: 0px 4px;
}
.pagination .page-link {
  text-align: center;
  color: #000;
  min-width: 36px;
  margin: 0;
  border-radius: 4px !important;
  border: 1px solid #DFE3E8;
}
.pagination .page-link:hover {
  background: #EAF4D7;
}
.pagination .page-link i {
  font-size: 18px;
}
.pagination .page-link.disabled {
  background: #919EAB;
  color: #C4CDD5;
}
.pagination .page-link.active {
  font-weight: 600;
  border-color: #BFDB38;
  background: #BFDB38;
  color: #00425A;
}

.testimonials-slider-holder {
  margin-bottom: 60px;
  height: 460px;
  overflow: hidden;
}
.testimonials-slider-holder.initialized {
  height: auto;
  overflow: visible;
}

.testimonials .testimonials-slider {
  min-height: 460px;
}
.testimonials .slide {
  padding: 60px 30px 0px;
}
.testimonials .slide .testimonial {
  opacity: 0.4;
}
.testimonials .slide .testimonial .content-holder {
  padding: 30px 50px;
  width: 430px;
  max-width: 100%;
}
.testimonials .slide .testimonial .content-holder .content {
  font-size: 16px;
}
.testimonials .slide.slick-active .testimonial {
  opacity: 1;
}
.testimonials .slide.slick-active.slick-center .testimonial {
  margin-top: -50px;
  opacity: 1;
  text-align: left;
}
.testimonials .slide.slick-active.slick-center .testimonial .content-holder {
  padding: 50px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05), -10px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  background: #fff;
  border-color: #BFDB38;
}
.testimonials .slide.slick-active.slick-center .testimonial .content-holder .content {
  font-size: 18px;
}
.testimonials .slide.slick-active.slick-center .testimonial .icon-quote path {
  fill: #BFDB38;
  stroke: #BFDB38;
}
.testimonials .slide.slick-active.slick-center .testimonial .button-link {
  display: inline-block;
}
.testimonials .slide.slick-active.slick-center .testimonial .author {
  color: #000;
  font-weight: 900;
}
.testimonials .testimonial {
  text-align: left;
  transition: all ease 0.5s;
}
.testimonials .testimonial.active .author {
  color: #000;
  font-weight: 900;
}
.testimonials .testimonial.active .content-holder {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05), -10px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  background: #fff;
  border-color: #BFDB38;
}
.testimonials .testimonial.active .icon-quote path {
  fill: #BFDB38;
  stroke: #BFDB38;
}
.testimonials .testimonial .content-holder {
  text-align: left;
  display: block;
  position: relative;
  background: #fff;
  padding: 50px;
  border-top: 4px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05), -10px 0px 20px rgba(0, 0, 0, 0.03);
}
.testimonials .testimonial .content-holder:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
}
.testimonials .testimonial .content-holder .content {
  max-width: 100%;
  font-size: 18px;
}
.testimonials .testimonial .content-holder .icon-quote {
  margin-bottom: 30px;
}
.testimonials .testimonial .content-holder .content {
  max-width: 100%;
}
.testimonials .testimonial .content-holder .icon-quote {
  margin-bottom: 20px;
}
.testimonials .testimonial .author {
  font-size: 18px;
  margin-top: 30px;
  padding-left: 50px;
  font-weight: 700;
  color: #b2afaf;
}
.testimonials .testimonial .button-link {
  display: none;
}

.login-dropdown {
  margin-left: 15px;
  position: relative;
}
.login-dropdown.open .login-menu {
  display: block;
}
.login-dropdown .login-menu {
  width: 170px;
  list-style: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 0;
  background: #fff;
  display: none;
  text-align: left;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.login-dropdown .login-menu li .login-item {
  padding: 5px 15px 5px 20px;
  text-decoration: none;
  display: block;
  color: #000;
}
.login-dropdown .login-menu li:first-child .login-item {
  color: #5E5E5E;
}
.login-dropdown .login-menu li:first-child .login-item:hover {
  color: #1F8A70;
}
.login-dropdown .login-menu li:first-child .login-item:hover svg path {
  stroke: #1F8A70;
}
.login-dropdown .login-menu li:last-child .login-item {
  color: #5E5E5E;
}
.login-dropdown .login-menu li:last-child .login-item:hover {
  color: #FC304D;
}
.login-dropdown .login-menu li:last-child .login-item:hover svg path {
  stroke: #FC304D;
}

.featured-boxes {
  position: relative;
  padding-top: 160px;
}
.featured-boxes .featured-box {
  border-radius: 10px;
  padding: 60px 60px;
  max-width: 660px;
  margin-bottom: 30px;
  position: relative;
  margin-top: -150px;
  transition: all ease 0.2s;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0);
}
.featured-boxes .featured-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 3px;
  background: #FC7300;
}
.featured-boxes .featured-box.active {
  opacity: 1;
  transform: translateX(0px) !important;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.featured-boxes .featured-box.active:before {
  width: 100%;
}
.featured-boxes .featured-box.featured-box-start {
  margin-left: 80px;
}
.featured-boxes .featured-box.featured-box-end {
  margin-right: 80px;
}

.scroll-indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  height: 100%;
  margin: 0 auto;
  width: 1px;
  content: "";
  background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 15px;
  background-repeat: repeat-y;
}
.scroll-indicator:before {
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: 0 auto;
  background: #000;
}
.scroll-indicator:after {
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: -2px;
  right: 0;
  margin: 0 auto;
  background: #000;
}
.scroll-indicator .indicator {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  transform: translateX(-50px);
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  top: 400px;
  z-index: 3;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.scroll-indicator .indicator.activeForward .clock:after {
  animation: secondsMotion 15s infinite linear;
}
.scroll-indicator .indicator.activeForward .clock:before {
  animation: secondsMotion 2s infinite linear;
}
.scroll-indicator .indicator.activeBackward .clock:after {
  animation: secondsMotion 15s reverse infinite linear;
}
.scroll-indicator .indicator.activeBackward .clock:before {
  animation: secondsMotion 2s reverse infinite linear;
}
.scroll-indicator .indicator span:nth-child(1) {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0px;
  border-radius: 50%;
  background: #FC7300;
  transition: all ease 0.5s;
}
.scroll-indicator .indicator .clock {
  display: block;
  padding: 4px 0;
  position: absolute;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  text-align: center;
  left: 0;
  right: 0;
  top: calc(50% - 25px);
  border-radius: 50%;
  transition: all ease 0.5s;
}
.scroll-indicator .indicator .clock:before {
  content: "";
  height: 13px;
  width: 2px;
  z-index: 2;
  border-radius: 5px;
  top: 17.5px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  transform-origin: bottom;
}
.scroll-indicator .indicator .clock:after {
  content: "";
  height: 8px;
  width: 2px;
  z-index: 2;
  border-radius: 5px;
  top: 22.5px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  transform-origin: bottom;
}
@keyframes secondsMotion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes secondsMotionForward {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes secondsMotionBackward {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.scroll-indicator .indicator .clock svg {
  display: inline-block;
}

table.theme-table {
  vertical-align: middle;
}
table.theme-table thead tr th {
  font-weight: 600;
  font-size: 18px;
  background-color: #00425A;
  color: #fff;
  padding: 18px 10px;
  box-shadow: none;
  border: 2px solid #fff;
  border-bottom: 6px solid #fff;
}
table.theme-table tbody tr td {
  font-weight: 600;
  font-size: 18px;
  padding: 16px 10px;
  border: 2px solid #fff;
  background-color: #F3F3F3;
  border-bottom: 6px solid #fff;
}
table.theme-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
table.theme-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
table.theme-table.table-report thead tr th {
  font-size: 14px;
}
table.theme-table.table-report tbody tr td {
  font-weight: 400;
  font-size: 14px;
}
table.theme-table.table-report tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
table.theme-table.table-report tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
table.theme-table .button-sm {
  min-width: 57px;
  padding: 16px 15px;
}
table.theme-table .button-xs {
  min-width: 50px;
  padding: 16px 15px;
}
table.theme-table .button-holder-sm {
  padding-left: 10px;
  padding-right: 10px;
  width: 135px;
}
table.theme-table .button-holder {
  padding-left: 15px;
  padding-right: 15px;
  width: 245px;
}

.unit-slider {
  position: relative;
}

.unit-slider-for a {
  display: block;
}
.unit-slider-for .image-holder {
  width: 615px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.unit-slider-nav {
  padding: 5px 40px;
  text-align: center;
}
.unit-slider-nav .slick-current .image-holder {
  opacity: 1;
}
.unit-slider-nav .image-holder {
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
  transition: all ease 0.5s;
  opacity: 0.5;
}
.unit-slider-nav .image-holder:hover {
  opacity: 1;
}
.unit-slider-nav .slick-arrow {
  height: 100%;
  border-radius: 10px;
  background: #F3F3F3;
}
.unit-slider-nav .slick-arrow:hover {
  background: #BFDB38;
  color: #000;
}
.unit-slider-nav .slick-arrow.slick-prev {
  left: 0px;
}
.unit-slider-nav .slick-arrow.slick-next {
  right: 0px;
}

.datepicker-holder {
  position: relative;
}
.datepicker-holder i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 15px;
  z-index: 2;
  pointer-events: none;
  font-size: 20px;
  color: #1F8A70;
}

.ccresult .error {
  color: #FC304D;
  font-size: 12px;
}

#helcimResults {
  color: #FC304D;
  font-size: 12px;
}

#bidNowCont.disabled {
  position: relative;
}
#bidNowCont.disabled:before {
  content: "";
  display: block;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0.5);
}

.alert {
  font-size: 16px;
}

.alert.alert-success {
  color: #000;
  background: #EAF4D7;
  border-color: #BFDB38;
}

.alert.alert-warning {
  color: #000;
  background: #ffd587;
  border-color: orange;
}

.alert.alert-danger {
  color: #000;
}

.bubble {
  position: absolute;
  z-index: 10;
  top: 13%;
  right: 10%;
  height: 372px;
  width: 363px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 40px;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
.bubble.bubble-home .bubble-text-01 {
  font-size: 30px;
}
.bubble.bubble-home .bubble-text-02 {
  font-size: 39px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.2;
}
.bubble.bubble-home .bubble-text-03 {
  font-size: 56px;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1;
}
.bubble.bubble-about .bubble-text-01 {
  font-size: 50px;
  font-weight: 600;
}
.bubble.bubble-about .bubble-text-02 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1.2;
}
.bubble.bubble-about .bubble-text-02 strong {
  font-weight: 900;
}
.bubble.bubble-about .bubble-text-03 {
  font-size: 56px;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1;
}

.unitImagesCont {
  position: relative;
}
.unitImagesCont .unitImage {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 0;
}
.unitImagesCont .unitImage span {
  color: #fff;
  background-color: red;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
}

.select2-container--default .select2-selection--single {
  background-color: #f3f3f3 !important;
  border: none !important;
  border-radius: 10px !important;
  height: 60px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 57px !important;
  padding-left: 21px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px !important;
}

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