body {
	margin: 0;
	color: #000000;
	background: #ffffff;
	font-family: sans-serif;
	overflow: hidden;
}

canvas {
	display: block;
}

.carousel-style {
	margin: auto;
	background-color: rgba(248, 249, 250, 0);
	pointer-events: visible;
	visibility: visible;
}

.carousel-item-style {

	padding: 10px;
}

.carousel-control-style {
	padding-bottom: 20px;
	align-items: flex-end;
}

.carousel-caption-style {
	color: white;
	padding: 5px;
	text-align: left;
}

.img-thumbnail-style {
	padding: 0;
	margin: 10px 0;
	background-color: rgba(0, 0, 0, 0.0);
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.container-fluid-style {
	padding: 0;
}

.navbar-top-style {
	background-color: rgba(248, 249, 250, 0.75);
}

.canvas-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	display: none;
}

.navbar-toggler-style {
	font-size: 0.8rem;
	padding: .5rem .5rem;
}

.navbar-toggler-style:focus {
	outline: 2px auto rgba(0, 0, 0, 0.5);
}

.nav-link-container-style {
	width: 200px;
	height: 200px;
	margin: 20px;
	padding: 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.nav-link-img-style {
	width: 180px;
}

.nav-link-style {
	font-size: 14px;
	padding: 0!important;
}

.navbar-style {
	bottom: 20px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.nav-item-style > img {

	cursor: pointer; 
	width: 96px;
	border: 2px solid rgba(255, 255, 255, 0.75); 
	border-radius: 5px;
}

.nav-item-style > img :focus, .nav-item-style > img :active, .nav-item-style > img :hover {

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-content-style {

	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); 
	background-color: rgba(0, 0, 0, 0.25); 
	border: none;
	text-align: center;
	padding: 25px 5px 5px 5px;
	bottom: 35px;
}

.progress-style {
	height: 2px;
	width: 300px;
	background-color: #0160B4;
}

.progress-bar-style {
	width: 0%;
	height: 2px;
	background-color: white;
}

.pano-container {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1050;
	display: none;
}

.pano-close {

	position: absolute;
	top: 20px;
	left: 20px;
	width: 32px;
	z-index: 1051;
}

.pano-ifram {

	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
}

.style-carousel-close {

	position:absolute;
	left: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
}

.gallery-more, .gallery-videos, .gallery-images {

	position: absolute;
	right: 15px;
	pointer-events: visible;
	cursor: pointer;
}

.gallery-more {

	top: 15px;
}

.gallery-videos {

	top: 70px;
}

.gallery-images {

	top: 130px;
}


.style-carousel-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	pointer-events: visible;
	visibility: visible;
	z-index: 1099;
	background-color: rgba(0, 0, 0, 0.35);
}

.style-carousel {
	margin: auto;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
	pointer-events: visible;
	border-radius: 5px;
}

.style-carousel-caption {
	color: black;
	padding: 20px;
}

.style-carousel-control {
	width: auto;
}

.style-img-thumbnail {
	border: none;
	background-color: rgba(0, 0, 0, 0.0);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 0;
}


.style-video-thumbnail {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: none;
	background-color: rgba(0, 0, 0, 0);
	outline: none;
	padding: 0;
}