@charset "utf-8";
/* CSS Document */

.g-lightBox {
	width: 100%;
	height: 100vh;
	display: none;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 10, 10, .90);
	z-index: 90;
}
.g-lightBox .objGroup{
	position: relative;
	display: none;
	box-sizing: border-box;
	width: calc(100% - 4vw);
	height: calc(100vh - 4vw);
	margin: 2vw;
	border: thin solid rgba(173, 154, 137, .6);
	/* //background-color: green; */
}
.g-lightBox .carouselBlock {
	display: block;
	position: relative;
	width: 100%;
	height: 80% !important;
}

/* GELLERY */
.g-Gellery {
	width: 100%;
	/* height: 500px; */
	display: block;
	box-sizing: border-box;
	
	background-color: rgba(0, 10, 10, .30);

}
.g-Gellery .objGroup{
	
	display: block;
	box-sizing: border-box;
	width: calc(100% - 40px) ;
	height: calc(500px -40px);
	margin: 20px;
	border: thin solid rgba(173, 154, 137, .6);
	
}
.g-Gellery .carouselBlock {
	display: block;
	width: 100%;
	height: 100% !important;
	
}

.carouselBlock .slide {
	position: relative;
	display: block;
	width: 100%;
	height: 100% !important;
	margin: 20px 0;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}

.slide img {
	visibility: hidden;
	display: block !important;
	height: 70vh !important;
	width: 100% !important;
}
.g-Gellery .slide img{
	height: 420px !important;
}
.g-lightBox .contentBlock {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 20%;
	padding: 10px;
	background-color: rgba(0, 10, 10, .90);
	z-index: 10;
}
.contentBlock .title {
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #AD9A89;
}
.contentBlock .subtitle {
	width: 100%;
	text-align: center;
	font-size: 1em;
	padding: 5px;
	color: #fff;
	letter-spacing: 0.2em;
	border-bottom: thin solid rgba(173, 154, 137, .2);
	border-top: thin solid rgba(173, 154, 137, .2);
}
.contentBlock .content {
	width: 100%;
	text-align: center;
	font-size: 1em;
	padding: 5px;
	color: #ddd;
}
.contentBlock .infor {
	text-align: center;
	padding: 0;
	margin: 5px 0;
	list-style: none;
	font-size: 0.7em;
	font-weight: lighter;
}
.infor li {
	color: #777;
	list-style: none;
	padding: 0;
	display: inline-block;
	margin: 0 10px;
}
/*.infor li:not(:first-child)::before{
	content: " | ";
	margin: 0 10px;
	
}*/
.infor li i {
	color: yellowgreen;
	margin: 0 10px;
}
.g-lightBox .carouselClose {
	display: block;
	cursor: pointer;
	content: "x";
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px 10px;
	background-color: #AD9A89;
	transition: 0.3s;
	z-index: 91;
}
.carouselClose:hover{
	color: #AD9A89;
	background-color:#333 ;
	padding-left: 50px;
}
.lightBoxUI {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.carouselNav {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	height: 100%;
	font-size: 2em;
	transition: 0.3s;
	cursor: pointer;
}
.carouselNav.L {
	left: 10px;
	transform: translateX(3px);
	z-index: 5;
}
.carouselNav.R {
	right: 10px;
	transform: translateX(-3px);
	z-index: 5;
}
.carouselNav:hover {
	color: #AD9A89;
	transform: translateX(0px);
}

.owl-dots {
    position: absolute;
	bottom:10px;
    right: 10px;
	counter-reset: slides-num; /* Initialize counter. */ 
	}

.owl-dots::after{
			content: counter(slides-num); 
			display: inline-block;
			font-size: 0.8em;
			vertical-align: top;
		height: 2em;
	line-height: 2em;
		margin-left: 5px;
}

	.owl-dot {
    display: inline-block;
	counter-increment: slides-num; /* Increment counter */
	}
.owl-dot span{
			display: none;
}
.owl-dot.active::before{
		content:  counter(slides-num) " /"; 
		display: inline-block;
		vertical-align: top;
        font-size: 0.8em;
	height: 2em;
	line-height: 2em;


			
		
}



.g-FullScreen {
	border: thin solid red;
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.g-FullScreen .slide {
	border: thin solid blue;
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
	height: 100vh !important;
	background-position: center !important;
	background-size: cover!important;
	background-repeat: no-repeat !important;
}

.g-FullScreen .carouselText{
	display: block;
	position: absolute;
	bottom: 5%;
	padding: 3%;
	width: 100%;
	max-width: 1000px;
	//background-color: rgba(19,47,68,0.2);
	/*border: thin solid red;   /**/
	
}
.carouselText .title{
	font-size: 2em ;
	font-weight: 700;
	
}
.carouselText .subtitle{
	color: orange;
	font-size: 1.2em;
}
.carouselText .content{
	font-weight: 300;
	font-size: 0.8em;
}

@media screen and (max-width:768px){
	.g-Gellery {
	width: 100%;
	height: 52vh;
	display: block;
	box-sizing: border-box;
	padding: 0;
		margin: 0;
	background-color: rgba(0, 10, 10, .30);

}
.g-Gellery .objGroup{
	
	display: block;
	box-sizing: border-box;
	width: 100%;
	/* height: 100%; */
	margin: 0;
	border: thin solid rgba(173, 154, 137, .6);
	
}
.g-Gellery .carouselBlock {
	display: block;
	width: 100%;
	height: 100% !important;
	padding: 0;
	margin: 0;

	
}
	.g-Gellery .slide{
		content: "";
		height: 100%;
		padding: 0;
		margin: 0;

	}
	.g-Gellery .slide img{
	height: 50vh !important;
}
}