@charset "UTF-8";
/**
 * 1. Hide the overlay by default and show it when it is targeted or active.
 * 2. Make the overlay full width and height.
 */
.perfundo__overlay {
  display: flex;
  visibility: hidden; /* [1] */
  position: fixed; /* [2] */
  top: 0; /* [2] */
  right: 0; /* [2] */
  bottom: 0; /* [2] */
  left: 0; /* [2] */
  z-index: 999;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.perfundo__overlay:target, .perfundo__overlay.is-active {
  visibility: visible; /* [1] */
}

/**
 * 1. Add a scrollbar if the content doesn't fit vertically.
 * 2. Inherit the animation name (e.g. animate.css class) from the parent.
 */
.perfundo__content {
  max-height: 100%; /* [1] */
  overflow: auto; /* [1] */
}
:target > .perfundo__content, .is-active > .perfundo__content {
  animation: 0.4s ease-out 0.2s both;
  animation-name: inherit; /* [2] */
}

.perfundo__html {
  padding: 2em;
  max-width: 42em;
  background-color: #fff;
}

/**
 * 1. Prevent the full sized image from loading initially.
 * 2. Trigger loading of the full sized image when the lightbox is opened.
 */
.perfundo__figure {
  display: none; /* [1] */
  margin: 1.5em;
}
:target > .perfundo__figure, .is-active > .perfundo__figure {
  display: block; /* [2] */
}
.perfundo__figure img {
  display: block;
  height: 0;
}

.perfundo__figcaption {
  color: #fff;
}

/**
 * 1. Make the image container responsive.
 * 2. Scale the background image to match the size of the image container.
 */
.perfundo__image {
  max-width: 100%; /* [1] */
  background-size: 100%; /* [2] */
}

/**
 * 1. Make the icons as big as the control element.
 * 2. Hide the control text visually, but have it available for screen readers.
 * 3. Make the control links readable depending on the overlay color.
 */
.perfundo__control {
  position: absolute;
  width: 3em;
  height: 3em;
  background-position: center center; /* [1] */
  background-size: cover; /* [1] */
  text-indent: -999em; /* [2] */
}

.perfundo__close {
  top: 1em;
  right: 1em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.7%2010.3c-0.4-0.4-1-0.4-1.4%200l-4.3%204.3-4.2-4.2c-0.4-0.4-1-0.4-1.4%200-0.4%200.4-0.4%201%200%201.4l4.2%204.2-4.3%204.3c-0.4%200.4-0.4%201%200%201.4%200.4%200.4%201%200.4%201.4%200l4.3-4.3%204.2%204.2c0.4%200.4%201%200.4%201.4%200%200.4-0.4%200.4-1%200-1.4l-4.2-4.2%204.3-4.3C22.1%2011.3%2022.1%2010.7%2021.7%2010.3zM16%200C7.2%200%200%207.2%200%2016s7.2%2016%2016%2016c8.8%200%2016-7.2%2016-16S24.8%200%2016%200zM16%2030C8.3%2030%202%2023.7%202%2016S8.3%202%2016%202s14%206.3%2014%2014S23.7%2030%2016%2030z%22%2F%3E%3C%2Fsvg%3E");
}

/**
 * 1. Rotate the control element so it is possible to use the same icon for
 *    prev and next.
 */
.perfundo__prev {
  left: 2em;
  transform: rotate(180deg); /* [1] */
}

.perfundo__next {
  right: 2em;
}

/**
 * 1. Move the untarget anchor to the top of the screen to prevent "jumping".
 */
.perfundo__untarget {
  position: fixed; /* [1] */
  top: 0; /* [1] */
}

/**
 * 1. Vertically center the prev / next controls.
 */
.perfundo__prev,
.perfundo__next {
  top: 50%; /* [1] */
  margin-top: -1.5em; /* [1] */
  opacity: 0.2;
  transition: opacity 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2244.1%22%20height%3D%2294.7%22%20viewBox%3D%220%200%2044.1%2094.7%22%20enable-background%3D%22new%200%200%2044.088%2094.67%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M44.1%2047.3L1.5%2094.7%200%2093.3l41.4-46L0%201.3%201.5%200%2044.1%2047.3z%22%2F%3E%3C%2Fsvg%3E");
}
.perfundo__prev:hover, .perfundo__prev:focus,
.perfundo__next:hover,
.perfundo__next:focus {
  opacity: 1;
}

:root {
  --lichtrood: #D95B43;
  --lichtrood_hover: #EB6A54;
  --black: #000000;
  --bg_grey: #f5f5f5;
  --bg_darkgrey: #343838;
  --hover: #9C9C9C;
  --border: #333333;
}

.container {
  margin: 0 auto;
  padding: 0 1rem;
}

body h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Raleway";
}

body h1:not(:first-child) {
  margin-top: 1rem;
}

body h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5714rem;
}

body h2:not(:first-child) {
  margin-top: 1.1428rem;
}

body h3 {
  font-size: 1.5rem;
  margin-bottom: 0.6666rem;
}

body h3:not(:first-child) {
  margin-top: 1.3333rem;
}

body h4 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

body h5 {
  font-size: 1.125rem;
  margin-bottom: 0.8888rem;
}

body h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.lichtrood {
  color: #D95B43;
}

#mobile-btn {
  border: 1px solid var(--border);
  border-radius: 5px;
}

button.submit_button,
.button,
button[type=submit] {
  display: inline-block;
  background-color: #D95B43 !important;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: white !important;
  transition: 0.2s ease;
}
button.submit_button:hover,
.button:hover,
button[type=submit]:hover {
  background-color: #C24027 !important;
}

.user-buttons button.submit_button {
  background-color: var(--lichtrood);
  padding: 0;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
}
.user-buttons button.submit_button:hover {
  background-color: var(--lichtrood_hover);
}

@keyframes blink-badge {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.unpaid-badge {
  display: inline-block;
  animation: blink-badge 1s step-start infinite;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  padding-right: 9px;
}

@media (min-width: 640px) {
  #user-buttons {
    text-align: center;
  }
}
#grid {
  background-color: var(--bg_grey);
}
#grid .zoekveld {
  font-family: inherit;
  font-size: 15px;
  border: 1px solid transparent;
  box-shadow: 1px 2px 5px 1px #D3D3D3;
  max-width: 100%;
  margin-bottom: 10px;
  transition: border 0.2s ease;
}
#grid .zoekveld:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid var(--lichtrood_hover);
}

/******** MAIN MENU ********/
#hoofdmenu li {
  color: var(--lichtrood);
  transition: color 0.2s ease;
}
#hoofdmenu li:visited, #hoofdmenu li:hover {
  color: var(--hover);
}
#hoofdmenu li a {
  padding: 0 5px;
  margin: 0 7px;
  padding-bottom: 22px;
  transition: border 0.2s linear;
}
#hoofdmenu li a.active {
  color: var(--hover);
  border-bottom: 3px solid var(--lichtrood);
}

/******** SUB-MENU ********/
#grid #submenu {
  height: auto;
}
#grid #submenu li {
  margin-left: 0;
  width: 100%;
  margin-top: 0.25rem;
}
#grid #submenu li a {
  display: block;
  padding: 5px;
  border: 1px solid var(--border);
  color: white;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
#grid #submenu li:hover a {
  background-color: white;
  color: black;
}
#grid #submenu li :first-child {
  margin-top: 0rem;
}

/******** MOBILE MENU ********/
#sidemenu {
  padding: 1rem;
}
#sidemenu ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f5f5f5;
}
#sidemenu ul li a {
  transition: color 0.2s ease;
}
#sidemenu ul li a:active, #sidemenu ul li a.active, #sidemenu ul li a:hover {
  color: #D95B43;
}
#sidemenu h4 {
  color: #D95B43;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #grid #submenu {
    height: 60px;
  }
  #grid #submenu li {
    width: auto;
    margin-left: 1rem;
    margin-top: 0;
  }
  #grid #submenu li a {
    display: inline;
    padding: 5px;
    border: 1px solid var(--border);
    color: white;
    font-size: 0.9rem;
    transition: all 0.2s ease;
  }
  #grid #submenu li:hover a {
    background-color: white;
    color: black;
  }
  #grid #submenu :first-child {
    margin-left: 0rem;
  }
}
.lijst-veilingen nav {
  width: 100%;
}
.lijst-veilingen .auction-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  background-color: white;
  width: 100%;
  transition: box-shadow 0.3s;
  position: relative;
  /***** AUCTION ITEMS BLOCK ***/
}
.lijst-veilingen .auction-item:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.lijst-veilingen .auction-item .auction-image {
  max-width: 100%;
}
.lijst-veilingen .auction-item .auction-data {
  padding: 0.5rem 1rem;
}
.lijst-veilingen .auction-item .auction-data h5 {
  color: var(--lichtrood);
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2rem;
  font-size: 1rem;
}
.lijst-veilingen .auction-item .auction-data .auction-remark {
  padding-bottom: 0.5rem;
}
.lijst-veilingen .auction-item .auction-data .auction-info {
  color: var(--hover);
}
.lijst-veilingen .auction-item .auction-data .auction-info i {
  color: var(--lichtrood);
}
.lijst-veilingen .auction-item .auction-data .auction-info span {
  display: block;
}
.lijst-veilingen .auction-item .auction-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--bg_grey);
}
.lijst-veilingen .auction-item .auction-block .auction-location {
  padding-left: 0;
}
.lijst-veilingen .auction-item .auction-block .auction-location .plaats2 {
  text-align: center;
}
.lijst-veilingen .auction-item .auction-block .auction-location .plaats2 .country {
  color: var(--hover);
}
.lijst-veilingen .auction-item .auction-block .btns {
  justify-content: center;
}
.lijst-veilingen .auction-item .auction-block .fav {
  position: relative;
  padding-right: 1rem;
  top: auto;
  right: auto;
  height: auto;
  width: auto;
  border-radius: 0;
  border-color: transparent;
}
.lijst-veilingen .auction-item .auction-block .fav:hover {
  border-color: transparent;
}
.lijst-veilingen .auction-item .auction-block .fav i {
  margin-right: 0 !important;
  cursor: pointer;
  color: #9C9C9C;
}
.lijst-veilingen .auction-item .auction-block .fav.active i {
  color: #D95B43;
}
.lijst-veilingen .auction-item .auction-block.bid-data {
  text-align: center;
}
.lijst-veilingen .auction-item .auction-block.bid-data .bid {
  font-weight: bold;
  color: #9C9C9C;
}
.lijst-veilingen .auction-item .auction-block.bid-data .bid-amount {
  font-weight: bold;
  color: black;
}
.lijst-veilingen .auction-item .auction-block.bid-data .bid-amount:before {
  content: "€";
}
.lijst-veilingen .auction-item .auction-block .auction-btn {
  text-align: center;
}
.lijst-veilingen .auction-item .auction-block .auction-btn a {
  --h: 2rem;
  padding: 0.25rem 0.75rem;
  line-height: var(--h);
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 var(--_t, var(--h)) #fff, 0 0 var(--_c, var(--lichtrood));
  background: linear-gradient(var(--lichtrood) 0 0) bottom/100% var(--_d, 0) no-repeat;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid var(--lichtrood);
}
.lijst-veilingen .auction-item .auction-block .auction-btn a:hover {
  --_d: 100%;
  --_t: 0;
  --_c: #0000;
}
.lijst-veilingen .auction-item.block-view {
  flex-direction: column;
  padding-bottom: 1rem;
}
.lijst-veilingen .auction-item.block-view .auction-image {
  width: 100%;
}
.lijst-veilingen .auction-item.block-view .auction-data {
  padding: 0;
  width: 100%;
}
.lijst-veilingen .auction-item.block-view .auction-data h5 {
  background-color: #D95B43;
  min-height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 1rem;
  min-height: 70px;
}
.lijst-veilingen .auction-item.block-view .auction-data h5 a {
  color: white;
  font-size: 1rem;
}
.lijst-veilingen .auction-item.block-view .auction-data .auction-info {
  padding: 0.5rem 1rem;
}
.lijst-veilingen .auction-item.block-view .auction-data .auction-info span {
  display: block;
}
.lijst-veilingen .auction-item.block-view .auction-block .auction-location {
  width: 100%;
  padding-left: 0;
}
.lijst-veilingen .auction-item.block-view .auction-block .auction-location .plaats2 {
  text-align: center;
}
.lijst-veilingen .auction-item.block-view .auction-block .auction-location .plaats2 .city {
  display: block;
}
.lijst-veilingen .auction-item.block-view .auction-block .auction-btn {
  width: 100%;
}
.lijst-veilingen .auction-item.block-view .auction-block .fav {
  position: absolute;
  padding: 5px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  top: 1rem;
  right: 1rem;
  border: 1px solid #D95B43;
  transition: border 0.3s;
  background-color: white;
}
.lijst-veilingen .auction-item.block-view .auction-block .fav:hover {
  border: 1px solid #D95B43;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}
.lijst-veilingen .auction-item.block-view .auction-block .fav i {
  margin-right: 0 !important;
}
.lijst-veilingen .auction-item.block-view .auction-block.bid-data > div {
  width: 100%;
}
.lijst-veilingen .auction-item.block-view .auction-block.bid-data > div .meer-info-button {
  display: inline-block;
  margin-top: 0.5rem;
}

#data #auction-info-container {
  padding: 1.5rem 0;
}
#data #auction-info-container i {
  color: #D95B43;
}
#data .auction-info-title {
  height: 60px;
  color: white;
  text-align: center;
  background-color: black;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
}
#data .auction-info-content p {
  padding-bottom: 1rem;
}
#data .auction-info-content p span {
  color: #D95B43;
  font-weight: bold;
}

#submenu #breadcrumb_section {
  background-color: #e5e5e5;
  color: #9C9C9C;
}
#submenu #breadcrumb_section a {
  transition: 0.2s ease;
}
#submenu #breadcrumb_section a:hover {
  color: #343838;
}

@media (min-width: 640px) and (max-width: 1023px) {
  /***** AUCTION ITEMS ***/
  .lijst-veilingen .auction-item.block-view {
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
  .lijst-veilingen .auction-item.block-view .auction-image {
    width: 100%;
    max-width: none;
  }
  .lijst-veilingen .auction-item.block-view .auction-data {
    width: 100%;
  }
  .lijst-veilingen .auction-item.block-view .auction-block {
    width: 100%;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location {
    width: 100%;
    padding-left: 0;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location .plaats2 {
    width: 100%;
    text-align: center;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location .plaats2 .city {
    display: block;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location .auction-btn {
    width: 100%;
  }
  .lijst-veilingen .auction-item.block-view:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /***** AUCTION ITEMS ***/
  .lijst-veilingen .auction-item {
    padding-bottom: 0 !important;
  }
  .lijst-veilingen .auction-item .auction-image {
    max-width: 100px;
  }
  .lijst-veilingen .auction-item .auction-data {
    padding-left: 1.25rem;
  }
  .lijst-veilingen .auction-item .auction-block {
    flex-wrap: wrap;
    border-top: none;
  }
  .lijst-veilingen .auction-item .auction-block .auction-location {
    flex-direction: column;
  }
  .lijst-veilingen .auction-item .auction-block .auction-location .plaats2 {
    display: flex;
    flex-direction: column;
  }
  .lijst-veilingen .auction-item .auction-block .fav {
    position: relative;
    padding-right: 1rem;
    top: auto;
    right: auto;
    height: auto;
    width: auto;
    border-radius: 0;
    border-color: transparent;
  }
  .lijst-veilingen .auction-item .auction-block .fav:hover {
    border-color: transparent;
  }
  .lijst-veilingen .auction-item.block-view {
    width: calc(33% - 1rem);
    margin-right: 1rem;
  }
  .lijst-veilingen .auction-item.block-view .auction-image {
    width: 100%;
    max-width: none;
  }
  .lijst-veilingen .auction-item.block-view .auction-data {
    width: 100%;
  }
  .lijst-veilingen .auction-item.block-view .auction-block {
    width: 100%;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location {
    width: 100%;
    padding-left: 0;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location .plaats2 {
    width: 100%;
    text-align: center;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location .plaats2 .city {
    display: block;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location .auction-btn {
    width: 100%;
  }
  .lijst-veilingen .auction-item.block-view:nth-child(3n) {
    margin-right: 0;
  }
}
/**** XL & ABOVE ****/
@media (min-width: 1280px) {
  .lijst-veilingen .auction-item {
    flex-wrap: nowrap;
    height: auto;
    align-items: center;
  }
  .lijst-veilingen .auction-item .auction-image {
    max-width: 120px;
  }
  .lijst-veilingen .auction-item .auction-data {
    padding-left: 1.25rem;
  }
  .lijst-veilingen .auction-item .auction-block {
    flex-wrap: nowrap;
    border-top: none;
  }
  .lijst-veilingen .auction-item .auction-block .auction-location {
    flex-direction: row;
  }
  .lijst-veilingen .auction-item .auction-block .auction-location .plaats2 {
    display: flex;
    flex-direction: column;
  }
  .lijst-veilingen .auction-item .auction-block .btns {
    justify-content: center;
  }
  .lijst-veilingen .auction-item.block-view {
    width: calc(25% - 0.75rem);
    margin-right: 1rem;
  }
  .lijst-veilingen .auction-item.block-view .auction-image {
    width: 100%;
    max-width: none;
  }
  .lijst-veilingen .auction-item.block-view .auction-data {
    width: 100%;
  }
  .lijst-veilingen .auction-item.block-view .auction-block {
    flex-wrap: wrap;
    width: 100%;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location {
    width: 100%;
    padding-left: 0;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location .plaats2 {
    text-align: center;
  }
  .lijst-veilingen .auction-item.block-view .auction-block .auction-location .plaats2 .city {
    display: block;
  }
  .lijst-veilingen .auction-item.block-view:nth-child(4n) {
    margin-right: 0;
  }
}
.favorites-item .toggle-detail-icon {
  border: 1px solid #D95B43;
  cursor: pointer;
  transition: color 0.2s linear;
}
.favorites-item .toggle-detail-icon:hover, .favorites-item .toggle-detail-icon.fa-angle-double-up {
  color: #D95B43;
}

.bidding-form-favorites {
  padding: 1rem;
}
.bidding-form-favorites .current-bid {
  padding-top: 1rem;
  font-weight: 600;
  border-top: 1px solid #F5F5F5;
}
.bidding-form-favorites .next-min-bid {
  color: #9C9C9C;
  font-size: 85%;
}
.bidding-form-favorites #bidding-interface {
  margin-bottom: 1rem;
}
.bidding-form-favorites #bidding-interface label {
  display: inline-block;
  padding-top: 1rem;
  font-weight: 600;
}

.bid-justify {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.bid-justify.bid-extra-info {
  padding: 0.5rem 0;
  border-bottom: 1px solid #F5F5F5;
}
.bid-justify.bid-extra-info .caption {
  font-weight: 600;
}
.bid-justify.bid-extra-info:last-child {
  border: none;
}

a[data-fancybox] img {
  cursor: zoom-in;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .bid-justify {
    justify-content: flex-start;
  }
  .bid-justify .caption {
    padding-right: 1rem;
  }
  .bid-justify .button {
    margin-left: 1rem;
  }
}
#data-aanbevolen,
#laatste-nieuws, #bidding-history {
  background-color: white;
}
#data-aanbevolen a,
#laatste-nieuws a, #bidding-history a {
  color: var(--border);
  transition: color 0.2s ease;
}
#data-aanbevolen a:hover,
#laatste-nieuws a:hover, #bidding-history a:hover {
  color: var(--lichtrood);
}
#data-aanbevolen .aanbevolen-titel,
#laatste-nieuws .aanbevolen-titel, #bidding-history .aanbevolen-titel {
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  color: white;
  padding: 0;
}

#data-aanbevolen .data-1-advised-lot {
  padding: 0 0.75rem 0.75rem 0.75rem;
}
#data-aanbevolen .data-1-advised-lot img {
  width: 100%;
}
#data-aanbevolen .data-1-advised-lot .fig-caption a {
  color: #D95B43;
  font-weight: bold;
  text-decoration: none;
}
#data-aanbevolen .aanbevolen-titel {
  background-color: black;
}

#laatste-nieuws .aanbevolen-titel, #bidding-history .aanbevolen-titel {
  background-color: var(--lichtrood);
}
#laatste-nieuws p, #bidding-history p {
  border-bottom: 1px solid #f5f5f5;
}

#footer {
  background-color: #343838;
  color: #9C9C9C;
}
#footer #top-footer h4 {
  color: white;
  font-weight: bold;
  line-height: 3rem;
}
#footer #top-footer form.newsletter i {
  font-size: xx-small;
}
#footer #top-footer form.newsletter input {
  width: 100%;
}
#footer #top-footer a {
  text-decoration: underline;
}
#footer #bottom-footer {
  border-top: 1px solid #414646;
  border-bottom: 1px solid #414646;
}
#footer #bottom-footer a {
  line-height: 2rem;
  transition: color 0.2s ease;
  text-decoration: underline;
}
#footer #bottom-footer a:hover {
  color: #C24027;
}
#footer #bottom-footer span.dot {
  font-weight: bold;
  color: #D95B43;
}
