/*
  _____________________________________________________

  TYPOGRAPHY
  _____________________________________________________

*/
body {
  font-size: 16px;
  font-family: 'Roboto';
}
p {
  font-size: 16px;
}
/*
  _____________________________________________________

  OVERRIDE BOOTSTRAP STYLES 
  _____________________________________________________

*/
/* .container* */
.container {
  padding: 0; /* Remove gutters */
}
.container-fluid {
  padding: 0; /* Remove gutters */
}
/* .btn */
.btn.btn-primary {
  background-color: rgb(69, 133, 0); 
  color: rgb(255,255,255);
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    color: rgb(255,255,255);
    background-color: rgb(69, 133, 0);
    border-color: rgb(69, 133, 0);
    box-shadow: none;
}
/* form */
select.form-control:hover,
select.form-control:active,
select.form-control:focus,
select.form-control:active:focus,
select.form-control:not(:disabled):not(.disabled):active,
select.form-control:not(:disabled):not(.disabled).active:focus, 
select.form-control:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(69, 133, 0);
    outline: 0;
    box-shadow: none;
}
.form-group { /* The old Bootstrap .form-group class */ 
  margin-bottom: 1rem;
}
/* .modal */
.modal h5.modal-title {
  display: inline-block;
}
/*
  _____________________________________________________

  HEAD
  _____________________________________________________

*/

/* VERY TOP HEADER */
.very-top-header {
  margin-top: 0;
  margin-bottom: 0;
  /*border-bottom: 1px solid #efefef;*/
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media(max-width: 991px) { 
  .very-top-header .container {
    padding: 0 .5rem 0 .5rem;
  }
}
.very-top-header .btn-sign {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    padding: .25rem;
}
.very-top-header .btn-sign:last-of-type {
  padding-right: 0;
}
.very-top-header .btn-sign:link,
.very-top-header .btn-sign:active,
.very-top-header .btn-sign:visited,
.very-top-header .btn-sign:hover {
  color: #373a3c;
}
.very-top-header a.btn-account {
  padding: 4px;
  background-color: transparent;
}
.very-top-header a.btn-account svg.icon-account {
  width: 24px;
  height: 24px;
  fill: rgb(85, 86, 90);
}
.very-top-header button.btn {
  BORDER: 0;
  font-size: 16px;
  padding: 0;
  line-height: 21px;
  box-shadow: none !important;
}
.very-top-header .btn-secondary {
  color: #373a3c !important;
  background-color: transparent !important; 
}
/* .container-fluid-parent-name */
.container-fluid-parent-name .parent-name {
  margin-bottom: 0; 
  line-height: 2rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media(max-width: 991px) { /* < lg */
  .container-fluid-parent-name .container {
    display: flex;
    justify-content: space-between;
    padding: 0px .5rem 0px .5rem;
  }
}
@media(min-width: 992px) { /* ≥ lg */
  .container-fluid-parent-name .container {
    display: flex;
    justify-content: end;
  }
  .container-fluid-parent-name .parent-name {
    display: none;
  }
}
.container-fluid-parent-name .btn-post {  
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 20px; 
  /*padding-top: 0;
  padding-bottom: 0;*/
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  BORDER: 1px solid rgb(219, 100, 36);
  text-shadow: 0px 1px 0px rgba(0,0,0,.5);
  background-color: rgb(219, 100, 36);
  background-image: linear-gradient(180deg, rgb(230, 150, 53), rgb(219, 100, 36));
}
@media(min-width: 992px) { /* ≥ lg */
  .container-fluid-parent-name .btn-post {  
    border-radius: .25rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
/* .container-fluid-ws-nav */
.container-fluid-ws-nav {
  overflow-x: auto; 
  white-space: nowrap;
  width: auto;
}
.ws-nav {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  width: 100% !important;
  list-style-type: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
}
.ws-nav-item.ws-nav-item-all {
  display: none;
}
@media(min-width: 992px) { /* ≥ lg */
  .ws-nav {
    display: flex;
    flex-direction: row;
  }
  .ws-nav-item.ws-nav-item-all {
    display: list-item;
  }
  .ws-nav-item.ws-nav-item-all .ws-nav-link {
    background-color: rgba(0,0,0,.3);
    color: rgba(255,255,255);
    background-image: none;
  }
  .ws-nav-item.ws-nav-item-all svg {
    fill: rgb(255, 255, 255);
    width: 1.2em;
    height: 1.2em;
    margin-top: -3px;
  }
}
.ws-nav-item {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
}
.ws-nav-item:first-of-type {
  /*padding-left: 0rem;*/
}
.ws-nav-item.active {
  padding-left: 1rem;
  background-color: #efefef;
  border-radius: 20px;
}
.ws-nav-item .ws-nav-link {
  padding: 0;
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
}
/* hide scrollbar but allow scrolling */
.container-fluid-ws-nav {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.container-fluid-ws-nav::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
@media (max-width: 991px) {
  .container-fluid-ws-nav {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.ws-nav-border {
  border-bottom: 1px solid #efefef;
}
/*
  _____________________________________________________

  HOME
  _____________________________________________________

*/
.home {
  background-color: rgb(248,248,248);
}
/*
  _____________________________________________________

  GALLERIES
  _____________________________________________________

*/
.container-galleries {
	padding-top: 1rem;
  padding-bottom: 2rem;
}
a.gallery-link {
	text-decoration: none;
}
a.gallery-link:link,
a.gallery-link:visited,
a.gallery-link:hover,
a.gallery-link:active {
    color: #333;
}
.gallery {
	float: left;
    margin: 0 1rem 1rem 0;
    BORDER: 1px solid #D9D9D9;
    BORDER-RADIUS: 3px;
    max-width: 506px;
    background-color: rgb(255, 255, 255);
	box-sizing: content-box;
	font-family: Arial, Helvetica, sans-serif;
}
.gallery-title-container h2 {
    margin: 12px 0 12px 12px;
    BORDER: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}
.gallery-big-image-container {
	float: left;
	width: 252px;
	height: 252px;
	BORDER: 0;
}
.gallery-big-image-container img {
	object-fit: cover;
	aspect-ratio: 1/1;
	height: 252px;
}
.gallery-small-image-container {
    float: left;
    width: 254px;
    height: 252px;
    BORDER: 0;
}
.gallery-small-image-container img:first-of-type, img:nth-of-type(2) {
    margin-bottom: 2px;
}
.gallery-small-image-container img {
    float: left;
    margin-left: 2px;
    BORDER: 0;
}
/* ---------------------------------------------------------------------- */
/* for smartphone */
@media (max-width: 709px) {
  /* VERY TOP HEADER */
  .very-top-header {
    margin-top: 0;
  }
  .gallery-link {
    margin: auto;
    width: 322px;
    display: block;
  }
  .gallery {
    margin: 0 0 1rem 0;
    width: 322px;
    max-width: none;
  }
  .gallery-title-container h2 {
    margin: 6px 6px 6px 6px;
    font-size: 12px;
  }
  .gallery-big-image-container {
    width: 160px;
    height: 160px;
    margin-right: 2px;
  }
  .gallery-big-image-container img{
    height: 160px;
  }
  .gallery-small-image-container {
    float: left;
    width: 160px;
    height: 160px;
    BORDER: 0;
  }
  .gallery-small-image-container img {
    width: 79px;
    height: 79px;
  }
  .gallery-small-image-container img:first-of-type,img:nth-of-type(2) {
    margin-bottom: 2px;
    margin-top: 0px;
  }
  .gallery-small-image-container img:first-of-type,img:nth-of-type(3) {
    margin-left: 0px;
  }
  .gallery-small-image-container img:nth-of-type(3),img:nth-of-type(4) {
    margin-bottom: 0px;
  }
}
/*
  _____________________________________________________
  
  FORMS
  .form-base (base style for all forms and dialogs)
  _____________________________________________________

*/
.container-fluid.form-base {
  background-color: rgb(248,248,248);
}

.form-base .container {
  max-width: 500px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* < 576px white background and no borders */
@media (max-width:575px) {
  .container-fluid.form-base {
    background-color: rgb(255,255,255);
  }
  .container-fluid.form-base .card {
    border: 0;
  }
  .form-base .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.form-base .card .card-header {
  border-bottom: 0;
  background-color: rgb(255,255,255);
  color: rgb(51, 51, 51);
  font-size: 22px;
  font-weight: 500;
}

.form-base .form-title {
  color: rgb(51, 51, 51);
  font-size: 22px;
  font-weight: 500;
}

.form-base label {
  margin-bottom: 0.2rem;
  font-size: 14px;
}

/* Removing spin buttons for <input type=number> */
/* Chrome, Safari, Edge, Opera */
.form-base form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-base form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.form-base form input[type=number] {
  -moz-appearance: textfield;
}

.form-base form input:focus {
  /*border-color: #D6D3CE;*/
  background-color: #FFF;
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 0px inset;
  outline-color: #333;
  outline-style: none;
  outline-width: 0px;
}

.form-base .error-message {
  margin: 0px auto 7px auto;
  BORDER: 0;
  font-size: 14px;
  box-sizing: border-box;
  padding: 5px 0px 5px 0px;
  color: #CB2027;
}

.form-base .input-description,
.form-base .state-info-message {
  margin: 0px auto 7px auto;
  BORDER: 0;
  font-size: 14px;
  box-sizing: border-box;
  padding: 5px 0px 5px 0px;
}
/* Verification message */
.icon-driver-license {
  width: 80px;
}
.form-base .container.verification-message {
  padding: 0;
}
/* XS devices */
.form-base .container.verification-message .verification-message-icon {
  float: left;
  width: 80px;
  margin-right: 15px;
}
.form-base .container.verification-message .verification-message-text {
  float: left;
  width: 180px;
}
.defloater {
  float: none;
  clear: both;
}
@media (min-width: 576px) { /* Small devices and up */

  .form-base .container.verification-message .verification-message-text {
    width: 300px;
  }

}
/*
  _____________________________________________________
  
  POST

  _____________________________________________________

*/
button.continue {
  margin-top: 20px;
}
/*
  pics
*/
.form-upload .pic-container,
.form-base .pic-container {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 125px;
  height: 125px;
  vertical-align: top;
  position: relative;
}
.form-upload .pic-container img,
.form-base .pic-container img {
  border-radius: 4px;
}
.form-upload.uploading {
  pointer-events: none;
}
a.delete-container {
  top: 3px;
  right: 3px;
  position: absolute;
  text-decoration: none;
  color: rgb(25,25,25);
}
a.delete-container svg {
  background-color: #ffffff;
  border-radius: 3px;
}
input.input-file::file-selector-button {
  display: none;
}
.input-file-container {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 125px;
  height: 125px;
  padding-top: 12px;
}
.input-file-text {
  text-align: center;
  padding: 10px;
}
.input-file-text .btn-add {
  color: rgb(28, 30, 33);
  background-color: rgb(228, 230, 235);
  font-weight: 500;
}
.input-file-container input.input-file {
  position: absolute;
  display: block;
  width: 125px;
  height: 125px;
  background-color: transparent;
  border: 1px dashed rgb(206, 208, 212);
  border-radius: 4px;
  color: transparent;
  left: 0;
  top: 0;
}
.input-file-container:not(.uploading) input.input-file:hover {
  cursor: pointer;
}
.input-file-container {
  position: relative;
}
.spinner-border.text-success {
  top: 50px;
  left: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
}
.input-file-container.uploading > .input-file-text {
  opacity: 25%;
}
div:not(.input-file-container.uploading) > .spinner-border.text-success {
  display: none;
}
/*
  _____________________________________________________

  LIST
  _____________________________________________________

*/
.container-fluid-list {
  background-color: rgb(248, 248, 248);
}
.container-fluid-list .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media(max-width: 991px) { /* Smaller than lg <992px */
  .container-fluid-list {
    background-color: rgb(255,255,255);
  }
  .container-fluid-list .container {
    padding: 0;
  }
  .container-fluid-list .container .list-container {
    border: 0;
  }
}
.page-title-container .container .post-an-ad {
  BORDER: 1px solid rgb(219,100,36);
  border-radius: 3px 3px 3px 3px;
  padding: 5px 35px 5px 35px;
  color: rgb(255,255,255);
  background-color: rgb(219,100,36);
  background-image: -webkit-linear-gradient(270deg, rgb(230,150,53), rgb(219,100,36));
  background-image: linear-gradient(180deg, rgb(230,150,53), rgb(219,100,36));
  font-size: 14px;
  text-decoration: none;
}

.page-title-container .container a.post-an-ad:hover {
  color: rgb(255,255,255);
}

.defloater {
  clear: both;
  height: 0px;
  line-height: 0px;
  }

.list-container {
  position: relative;
  BORDER: 1px solid rgb(230,230,230);
  padding: 0;
  background-color: rgb(255,255,255);
  border-radius: 3px;
  }

.list {
  /*BORDER-TOP: 1px solid rgb(230,230,230);*/
  padding-top: 0px;
  }

.list ul {
  margin: 0 0 0 0;
  BORDER: 0;
  padding: 0;
  list-style-type: none;
  }

.list ul .pic {
  width: 125px;
  height: 125px;
  float: left;
  MARGIN: 0px 9px 6px 6px;
  BORDER: 1px solid rgb(230,230,230);
  BORDER-RADIUS: 3px;
  padding: 0;
  }

.list ul .pic img {
  border-radius: 3px;
  box-sizing: content-box;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  }

.list ul li:FIRST-OF-TYPE {
  MARGIN-TOP: 6px;
  }

.list ul .nopic {
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  float: left;
  MARGIN: 0px 9px 6px 6px;
  BORDER: 1px solid rgb(230,230,230);
  BORDER-RADIUS: 3px;
  padding: 3px;
  background-color: rgb(250,250,250);
  background-image: url(/ad/img/p.gif);
  background-repeat: no-repeat;
  background-position: center center;
  }

.list ul a.what {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: rgb(0,75,145); /* Firefox defaults: Unvisited rgb(0,0,238); Visited rgb(85,26,139)  */
  margin: 0px 0px 0px 10px;
  BORDER: 0;
  padding: 5px 0px 0px 0px;
}

.list ul a.what:link { color: rgb(0,75,145); }
.list ul a.what:visited { color: rgb(85,26,139); }
.list ul a.what:hover { color: rgb(0,75,145); text-decoration: underline; }
.list ul a.what:active { color: rgb(0,75,145); text-decoration: underline; }

.list ul .price {
  font-size: 18px; 
  line-height: 1.5;
  color: rgb(0, 102, 0); 
  font-weight: 500;
}

.list ul .mobile-where-when {
  display: none;
}

.inlist {
  margin: 4px 6px 10px 6px;
  BORDER-TOP: 1px solid #E6E6E6;
  BORDER-BOTTOM: 1px solid #E6E6E6;
  padding-top: 5px;
  padding-bottom: 5px;
  }

.separator {
  BORDER-BOTTOM: 1px solid #E6E6E6;
  padding-top: 5px;
  margin-bottom: 5px
}

.pages {
  float: none;
  clear: both;
  display: block;
  margin: 0;
  BORDER: 0;
  box-sizing: border-box;
  max-width: 690px;
  padding: 0 6px 0 6px;
  }
  
.pages a.page {
  display: inline-block;
  margin: 10px 10px 10px 0px;
  BORDER: 1px solid rgb(230,230,230);
  padding: 10px;
  background-color: rgb(255,255,255);
  text-decoration: none;
  }

.pages a.thispage {
  display: inline-block;
  margin: 10px 10px 10px 0px;
  BORDER: 1px solid rgb(230,230,230);
  padding: 10px;
  background-color: #060;
  text-decoration: none;
  font-weight: 700;
  color: rgb(255,255,255);
  }

/* md screens down (< 992px) */

@media(max-width: 991px) {

  .page-title-container .container h1 {
    font-size: 20px;
  }

  .page-title-container .container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

}

/* sm screens down (< 768px) */

@media(max-width: 767px) {
  .list * {
    font-size: 14px;

  }
  .list ul a.what {
    overflow: hidden;
    max-height: 3rem;
    padding-right: 5px;
    font-size: 16px;
    line-height: 1.3;
  }
  .list ul .where,
  .list ul .when {
    display: none;
  }
  .list ul .mobile-where-when {
    display: flex;
    justify-content: space-between;
  }
  .list ul .mobile-where {
    display: flex;
    justify-content: start;
  }
  .list ul .mobile-where-location {
    display: block;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    max-width: 115px;
  }
  .list ul .mobile-where-state {
    display: block;
  }
  .list ul .mobile-when {
    padding-right: 5px;
  }
}

/*
  _____________________________________________________

  POST
  _____________________________________________________

*/
.post-body-wrapper {
	margin: 0 auto 0 auto;
  padding-top: 20px;
	BORDER: 0;
	max-width: none;
}
.post-nav {
	max-width: none;
	margin: 3px 10px 3px 10px;
	BORDER: 0;
	padding: 4px 0 4px 0;
	background-color: transparent;
	font-size: 13px;
  display: flex;
  justify-content: left;
}
.post-nav a {
	display: inline;
	BORDER: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
.post-nav a.back-to-results {
	margin: 0 10px 0 0;
	padding-right: 10px;
  border-right: 0;
  cursor: pointer;
}
.post-nav .back-arrow {
	margin-right: 6px;
	BORDER: 0;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	color: white;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	background-image: linear-gradient(180deg, #71BF0E, #599F0A);
	background-color: #599F0A;
	font-weight: bold;
}
.post-nav a:link { color: rgb(120, 120, 120); }
.post-nav a:visited { color: rgb(120, 120, 120); }
.post-nav a:hover { color: black;}
.post-nav a:active { color: rgb(119, 119, 119); }
.post-nav a.home {
	font-weight: bold;
	color: green;
	BORDER: none;
}
.post-nav a.listed-in-category:link {		color: rgb(0,102,0); }
.post-nav a.listed-in-category:visited {	color: rgb(0,102,0); }
.post-nav a.listed-in-category:hover {	color: rgb(0,102,0); text-decoration: underline; }
.post-nav a.listed-in-category:active {	color: rgb(0,102,0); }
.post-nav a.listed-in-category {
	font-weight: bold;
	color: rgb(0,102,0);
	BORDER: none;
}	
.listed-in {
	color: #787878;
}
.post-nav .left-wrapper {
	float: left;
}
.post-body {
	margin: 0px 5px 0px 5px;
	BORDER: 0;
	box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 3px 0px;
	max-width: none;
	background-color: rgb(255,255,255);
	border-radius: 5px;
	padding: 10px 10px 0 10px;
}
.post-body-content {
	width: 85%;
	max-width: 700px;
	float: left;
	margin: 0;
	padding: 0;
}	
.post-title {
	margin: 14px 0 0 0;
	font-size: 24px;
  font-weight: 500;
	color: rgb(0,0,0);
}
.post-price {
  font-size: 24px; 
  line-height: 1.5;
  color: rgb(0, 102, 0); 
  font-weight: 500;
}
.postedby {
	padding-top: 1rem;
}
.pic1 {
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  BORDER: 0px;
  max-width: 383px; /* use 100% for tiny screens, eg. iphone */
  height: auto;
}
.pic {
	margin-bottom: 5px;
  margin-right: 2px;
  width: 125px;
}

@media(max-width: 767px) { /* sm and down <= 767 */
	
  .post-nav a.back-to-results {
    display: block;
    margin-bottom: 5px;
    BORDER: 0;
  }
  .post-body-wrapper {
		padding-top: 5px;
	}
  .post-body-content {
    width: 100%;
  }
  .pic1 {
		clear: both;
		margin: 5px 5px 5px 0;
		max-width: 100%;
	}
	.pic {
		width: calc((100% - 14px)/3);
	}

}

/* MODAL */
@media(max-width: 991px) { 
	.modal-dialog.modal-fullscreen .modal-content {
		background-color: #000000;
	}
	.modal-header .btn-close {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
		width: 30px;
		height: 30px;
		opacity: 1;
		padding: 0;
		margin: 0;
	}
	.modal-header {
		border-bottom: 0;
		color: #ffffff;
		padding: 10px 0 0 0;
	}
	.modal-header h5.modal-title {
		display: none;
	}
	.modal-body {
		padding: 0
	}
	.carousel-control-prev {
		display: none;
	}
	.carousel-control-next {
		display: none;
	
	}

}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.75);
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.75);
}
/*
  _____________________________________________________

  FOOT
  _____________________________________________________

*/
.container-fluid.line {
  margin-top: 0;
  BORDER-TOP: 18px solid rgb(224, 144, 33);
}
.container-fluid.footer {
  BORDER-TOP: 1px solid rgb(255,255,255);
  text-align: center;
  color: rgb(255,255,255);
  height: 400px;
  background-color: rgb(20,20,20);
  padding-top: 2rem;
  padding-bottom: 6rem;
}
