/*temporary styles..rremove*/
html{
	background:white;
}

.html,body{
	margin:0px;
	padding:0px;
}

body.modal-opened {
	overflow: hidden;
}

.page-wrapper{
	width:100%;
	height:100%;
}


/*pano wrapper*/
.pano_wrapper{
	background:white;
	position: relative;
	width:100%;
	height:100%;
	overflow: hidden;
}

.location_title{
	position: absolute;
	display:inline-block;
	z-index:777;
	width:320px;
	height:22px;
	bottom:18px;
	width:90%;
	left:5%;
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
	text-transform: uppercase;
	color:white;
	letter-spacing: 4px;
}

.sporocilo {
	position: absolute;
	display:inline-block;
	z-index:999;
	/* text-align: end; */
	font-family: Verdana;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	transition: all 200ms ease-in;
	background-color: #fff;
	padding: 10px;
}

.sporocilo a {
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}

.sporocilo a img {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

.question {
	bottom:2%;
	right: 2%;
}

.euro {
	bottom:2%;
	left: 2%;
}

.sejem {
	top:2%;
	right: 2%;
}

.info_overlay .content,
.room_selection_overlay .content{
	width:100%;
}

/*popup*/
#popupInfo {
	position: absolute;
	display: none;
	width: 40vw;
	height: auto;
	max-height: 90vh;
	z-index: 9999999;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 0 12px 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 12px 5px rgba(0,0,0,0.15);
}

@media only screen and (max-width: 992px) {
	#popupInfo {
		width: 90vw;
	}
	
	.container {
		margin-left: 0px;
	}
	
	.sporocilo span {
		display: none;
	}
	
	.sporocilo a img {
		width: 22px;
		height: 22px;
		margin-left: 0px;
	}
}

#popupInfo .info_content_wrapper {
	display: block;
	position: relative;
	z-index: 50;
	overflow-y: auto;
	z-index: 30;
}
#popupInfo .closeinfo{
	background:url('/wrapper/img/ui/close_info.png') no-repeat center center;
	background-size:cover;
	width:30px;
	height:30px;
	display:block;
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
	z-index:100;
}

#popupInfo .tooltips {
	padding:0px;
	margin:0px;
}

#popupInfo .tooltips > li {
	display:none;
}

#popupInfo .tooltips li p{
	font-size:16px;
	line-height: 18px;
	color:black;
	text-align: left;
}

#popupInfo .tooltips li p span{
	font-family: Verdana;
}

#popupInfo .tooltips li img{
	max-width:100%;
	max-height: 100%;
}

/* @media only screen and (min-width: 766px) and (max-width: 992px) { */
@media only screen and (max-width: 992px) {
	#popupInfo .tooltips li img{
		max-width:60%;
		max-height: 100%;
	}
}

#popupInfo .tooltips > li.active{
	display:block;
}

.flex-block {
	display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
	height: 67vh;
}

.flex-block i {
	color: #30A1FF;
}

.flex-block > h3 {
	background-color: #30A1FF;
	padding: 10px 10px 10px 10px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	font-size: 1.5rem;
	flex: 0 0 auto;
}

.flex-block > h4 {
	background-color: orange;
	padding: 10px;
	padding-left: 40px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 1.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 0 0 auto;
}

.flex-block > h4::before {
	content: '';
	position: absolute;
	line-height: 20px;
	width: 20px;
	height: 20px; 
	top: 12px;
	left: 10px;
	background: #30A1FF;
	border: solid 2px #fff;
	border-radius: 50%;
}

.flex-block > h4 > span {
	margin-left: 30px;
}

.flex-block ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	height: 100%;
	margin: 0px 23px;
}

.flex-block ol::-webkit-scrollbar {   /* WebKit */
	width: 0;
    height: 0;
}

.flex-block ol ul {
	list-style: none;
	padding-left: 0;
}

.flex-block ol ul > li{
	font-size: 0.9rem;
}

.flex-block ol > li {
	counter-increment: my-awesome-counter;
	position: relative;
	margin-bottom: 10px;
	display: flex;
}

.flex-block ol > li::before {
	  content: counter(my-awesome-counter);
	  color: #fff;
	  font-size: 1rem;
	  position: absolute;
	  --size: 20px;
	  /* left: calc(-1 * var(--size) - 10px; */
	  left: calc(-1 * 14px - 10px);
	  line-height: 20px;
	  width: 20px;
	  height: 20px; 
	  top: 3px;
	  background: #7A7A7A;
	  border-radius: 50%;
	  text-align: center;
}

.flex-block ol > li.blue-number::before {
	  background: #30A1FF;
}
.flex-block ol > li.blue-number img {
	margin-left: auto;
}

.flex-block ol li span {
	font-size: 1.1rem;
}

.flex-block ol li img {
	width: 30%;
}

.flex-block ol > img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
	width: 4%;
	max-width: 30px;
	height: 6rem;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
}

.text-left-right {
	display: flex;
	justify-content: space-between;
}

.left {
	width: 40%;
}

.right {
	width: 60%;
}

#popupInfo .tooltips li img.mainImg {
	width: 300px;
	margin: auto;
}

.scrollThis {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.scrollThis::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.youtubeVideoFrame {
	height: 100vh;
}

.listStlyeNone {
	list-style: none;
	padding-left: 0;
}

.container .col-sm-8 {
	padding-left: 0 !important;
}


@media only screen and (max-width: 575px) {
	.col-sm-4 img,
	.col-sm-2 img {
		max-width: 140px !important;
		margin: 10px !important;
	}
	
	.flex-block > h3 {
		font-size: 1.2rem;
	}

	.flex-block > h4 {
		font-size: 1rem;
		margin-bottom: 0;
	}
	
	.flex-block > h4::before {
		top: 10px;
	}
}


