/** Spacing */
/**------------------------------------------
	LOADING ICON
--------------------------------------------*/
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.lds-eclipse {
  position: relative; }

.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 16px 0 0 #00BAC9;
  -webkit-transform-origin: 80px 88px;
  transform-origin: 80px 88px; }

.lds-eclipse {
  width: 30px !important;
  height: 30px !important;
  -webkit-transform: translate(-15px, -15px) scale(0.15) translate(15px, 15px);
  transform: translate(-15px, -15px) scale(0.15) translate(15px, 15px); }

div#order-loading {
  display: none; }

/**------------------------------------------
	STICKY FOOTER
--------------------------------------------*/
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main#site-content {
  flex: 1; }

/**------------------------------------------
	BOOTSTRAP
--------------------------------------------*/
.container-fluid {
  overflow: hidden; }

/**------------------------------------------
	HTML
--------------------------------------------*/
body, input, select, textarea {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #39383A; }

h1, h2, h3, h4, h5, h6 .button,
#user-registration .user-registration-MyAccount-content .edit-password legend,
#user-registration .user-registration-MyAccount-content h2 {
  font-family: "Roboto Condensed", sans-serif; }

a {
  color: #006F77; }

/**------------------------------------------
	TYPOGRAPHY
--------------------------------------------*/
#user-registration .user-registration-MyAccount-content .edit-password legend,
#user-registration .user-registration-MyAccount-content h2,
h1 {
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center; }

div.listing-advert h2 {
  font-size: 24px;
  line-height: 28px; }

div.listing-advert h3 {
  font-size: 20px;
  line-height: 24px; }

/**------------------------------------------
    MODAL
--------------------------------------------*/
div.modal-header,
div.modal-footer {
  border: none; }

div.modal-header button {
  font-size: 50px;
  line-height: 52px; }

div.modal-body {
  padding: 15px 30px; }

div.modal-body h3 {
  background: #F4F4F4;
  padding: 15px;
  font-size: 16px;
  line-height: 24px; }

div.modal-body p {
  padding-left: 15px;
  padding-right: 15px; }

div.aos-video {
  display: none; }

/**------------------------------------------
	CLASSES
--------------------------------------------*/
.button,
.button-large,
.button-small,
.ur-submit-button,
.user-registration-Button {
  text-align: center !important;
  display: inline-block !important;
  cursor: pointer !important;
  border: 0px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #fff !important;
  transition: 0.2s !important;
  border-radius: 2px !important;
  float: none !important; }

.button,
.ur-submit-button,
.user-registration-Button {
  padding: 15px !important; }

.button-large {
  padding: 15px 30px; }

.button-small {
  padding: 15px;
  font-size: 14px;
  line-height: 18px; }

.button:hover,
.ur-submit-button:hover,
.user-registration-Button:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff; }

.button-blue,
.ur-submit-button,
.user-registration-Button {
  background: #009DAA; }

.button-grey {
  background: #39383A; }

.button-icon {
  align-items: center; }

.button-icon i {
  margin: 0px 0px 0px 5px; }

.back-to-top {
  color: #E7E7E8;
  font-size: 30px;
  line-height: 32px;
  transition: 0.2s; }

.back-to-top:hover {
  color: #00BAC9; }

.vr {
  margin-bottom: 15px; }

.vr2 {
  margin-bottom: 30px; }

.vr3 {
  margin-bottom: 45px; }

.vr4 {
  margin-bottom: 60px; }

.rhr {
  margin-right: 15px; }

.rhr2 {
  margin-right: 30px; }

.rhr3 {
  margin-right: 45px; }

.rhr4 {
  margin-right: 60px; }

.lhr {
  margin-left: 15px; }

.lhr2 {
  margin-left: 30px; }

.lhr3 {
  margin-left: 45px; }

.lhr4 {
  margin-left: 60px; }

.mh-100 {
  min-height: 100%; }

.mid-dark-grey {
  color: #666; }

.mid-blue {
  color: #009DAA; }

/**------------------------------------------
	FORMS
--------------------------------------------*/
label {
  font-weight: 800; }

input, select, textarea {
  border: 1px solid #E7E7E8;
  padding: 15px;
  width: 100%; }

input[type="checkbox"] {
  width: auto;
  cursor: pointer; }

div.select-container {
  background: #F4F4F4;
  padding-right: 15px; }

select {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  border: 0px;
  padding: 15px;
  background: none;
  box-shadow: 0px; }

/**------------------------------------------
	HEADER
--------------------------------------------*/
header#header {
  background: #39383A;
  padding: 15px 0px; }

header#header p {
  font-size: 14px;
  line-height: 18px; }

header#header p a {
  color: #fff;
  text-decoration: underline; }

header#header p a:hover {
  text-decoration: none; }

header#header ul {
  padding: 0px;
  width: 100%; }

header#header ul li {
  font-size: 14px;
  line-height: 18px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #fff; }

header#header ul li:first-of-type {
  border: none;
  padding: 0px;
  margin: 0px; }

header#header ul li a {
  color: #fff;
  padding: 0px 2px; }

/**------------------------------------------
	HOME / LISTING
--------------------------------------------*/
div.listing-advert hr {
  margin: 60px 0px;
  border-top: none;
  border-bottom: 1px solid #E7E7E8; }

div.listing-advert img.main-image {
  margin-bottom: 6px;
  width: 100%;
  height: auto; }

div.listing-advert div.thumbnail-wrapper {
  margin: 0px -3px; }

div.listing-advert div.thumbnail-wrapper img.thumbnail-image {
  padding: 0px 3px;
  flex-basis: 33.33%;
  width: 33.33%;
  flex-grow: 1;
  height: 33.33%; }

table.vehicle-mini-spec tr:nth-child(even) {
  background: #F4F4F4; }

table.vehicle-mini-spec tr:nth-child(odd) {
  background: #E7E7E8; }

table.vehicle-mini-spec tr th {
  font-weight: 600; }

table.vehicle-mini-spec tr th,
table.vehicle-mini-spec tr td {
  border: 1px solid #fff;
  padding: 8px 15px; }

div.contact-panel {
  background: #F4F4F4;
  padding: 30px; }

div.contact-panel i {
  font-size: 40px;
  line-height: 42px;
  color: #009DAA; }

div.modal-gallery {
  margin: 0px -5px; }

div.modal-gallery div {
  padding: 0px 5px 5px;
  flex-basis: 50%; }

div.modal-gallery div img {
  width: 100%;
  height: 80px;
  object-fit: cover; }

form.best-offer-form {
  display: none;
  background: #F4F4F4;
  padding: 15px; }

div.best-offer-currency {
  background: #E7E7E8;
  font-size: 30px;
  line-height: 32px;
  color: #fff; }

div.best-offer-currency i {
  padding: 0px 15px; }

/**------------------------------------------
	FOOTER
--------------------------------------------*/
footer#footer {
  padding: 15px 0px;
  background: #39383A; }

/**------------------------------------------
	USER REGISTRATION
--------------------------------------------*/
div.ur-frontend-form,
div.ur-frontend-form:last-child {
  padding: 0px;
  border: none;
  margin: 0px 0px 60px; }

div.ur-frontend-form .ur-form-row .ur-form-grid label,
div.ur-frontend-form .ur-form-row .ur-form-grid legend {
  margin: 0px;
  font-weight: 400; }

div.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group {
  width: 100%; }

div.ur-frontend-form .ur-form-row .ur-form-grid input[type=date],
div.ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
div.ur-frontend-form .ur-form-row .ur-form-grid input[type=number],
div.ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
div.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone],
div.ur-frontend-form .ur-form-row .ur-form-grid input[type=text],
div.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],
div.ur-frontend-form .ur-form-row .ur-form-grid input[type=url],
div.ur-frontend-form .ur-form-row .ur-form-grid select,
div.ur-frontend-form .ur-form-row .ur-form-grid textarea {
  border: 1px solid #E7E7E8;
  padding: 15px;
  width: 100%;
  height: auto; }

div.ur-frontend-form .ur-form-row .ur-form-grid label {
  display: flex;
  align-items: center; }

div.user-registration-password-strength {
  margin-right: 15px; }

.user-registration-error::before,
.user-registration-info::before,
.user-registration-message::before {
  content: '' !important;
  margin: 0px !important; }

p.form-row {
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px; }

input.user-registration-Button {
  max-width: 200px;
  margin: 0px 0px 30px; }

div.ur-frontend-form .ur-form-row .ur-form-grid,
div#user-registration .user-registration-MyAccount-content {
  padding: 0px; }

nav.user-registration-MyAccount-navigation {
  display: none; }

div#user-registration.horizontal {
  box-shadow: none; }

/**-----------------------------------------------------------------
	@BOOTSTRAP 1900px BREAK POINT (-1 as desktop built first)
-------------------------------------------------------------------*/
/**-----------------------------------------------------------------
	@BOOTSTRAP 1200px BREAK POINT (-1 as desktop built first)
-------------------------------------------------------------------*/
/**-----------------------------------------------------------------
	@BOOTSTRAP 992px BREAK POINT (-1 as desktop built first)
-------------------------------------------------------------------*/
@media (max-width: 991px) {
  div.listing-advert div.thumbnail-wrapper {
    margin-bottom: 30px; }

  form.best-offer-form {
    margin-bottom: 30px; }

  header#header {
    margin-bottom: 30px; }

  header#header a#header-logo {
    margin-bottom: 15px; }

  div.listing-advert hr {
    margin: 30px 0px; } }
/**-----------------------------------------------------------------
	@BOOTSTRAP 768px BREAK POINT (-1 as desktop built first)
-------------------------------------------------------------------*/

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