@charset "ISO-8859-1";

body {
	font-family: Verdana, sans-serif;
	margin: 0;
}

* {
	box-sizing: border-box;
}

.row>.column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.info_modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	/*z-index: 1; !* Sit on top *!*/
	z-index: 100000 !important;
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(50, 51, 54, 0.27);
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
}

/* Modal Content */
.info-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	width: 80%;
	max-width: 1200px;
	margin-bottom: 25%
}

.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	
}

.ly-clos {
	cursor: pointer;
}

.prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	width: auto;
	padding: 6px;
	margin-top: -50px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	transform: none; /* Remove translation adjustment */
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0;
	width: auto;
	padding: 6px;
	margin-top: -50px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	transform: none; /* Remove translation adjustment */
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	/*   background-color: rgba(0, 0, 0, 0.8); */
	background-color: white;
}
/* On hover, add a black background color with a little bit see-through */
/*.prev:hover, .next:hover {
	/*   background-color: rgba(0, 0, 0, 0.8); */
	/*background-color: white;
/*}

/* Number text (1/3 etc) */
.numbertext {
	vertical-align: middle;
	/* color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;*/
	position: absolute;
	top: 0;
	padding-buttom: 300px;
	margin-bottom: 200px;
}

.light-box-img {
	/*   margin-bottom: -4px; */
	vertical-align: middle;
	height: 500px;
}

#info-modal-deal-history {
	/*   margin-bottom: -4px; */
	vertical-align: middle;
	height: 500px;
}

.caption-container {
	text-align: center;
	background-color: white;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 100;
}

.active, .demo:hover {
	opacity: 100;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

#street-view {
	width: 100%; /* New width for large modal */
	height: 100%;
	background-color: blue;
	position: center;
	margin: 4px 4px 8px 4px; padding: 40px 4px 4px 4px;
}

.panel-body {
	float: right;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c593d8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");

}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c593d8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");

}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}