
.fluid_container {
	bottom: 0;
	height: calc(100vh + 0px);
	left: 0;
	position: relative;
	right: 0;
	margin-top: 0px;
	z-index: 0;
}
#camera_wrap_wp4u {
	bottom: 0;
	height: calc(100vh + 0px);
	left: 0;
	margin-bottom: 0!important;
	position: relative;
	right: 0;
	top: 0;
}
.camera_bar {
	z-index: 2;
}
.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.camera_overlayer {
	opacity: .1;
}

/*pagination_custom*/
.camera_wrap .camera_pag .camera_pag_ul {
	position: absolute;
	right: 20px;
	bottom: 60px;
	height: 0;
	clear:both; 
	display:block;
}

.camera_wrap .flexBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
.camera_wrap .flexBox img{
	max-width: 80px!important;
}

/*camera_caption*/
.camera_caption > div {
	font-size: 1.3rem;
}


.blockRight > div {
	background: rgba(var(--whiteFull_tr), .9);
	color: rgba(var(--blackFull_tr), 1);
}
.blockRight {
	top: 0!important;
	right: 0!important;
	width: 50%!important;
	display: flex!important;
	justify-content: center;
	align-items: center;
}
.blockRight > div{
	padding: 30px 3vw!important;
	width: 33vw!important;
	max-width: 40vw!important;
	/*min-height: calc(100vh - 100px)!important;*/
	min-height: calc(50vh - 100px)!important;

	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

	text-align: left!important;

	outline: rgba(var(--white_tr), .3) 10px solid;
	outline-offset: 1px;
}

.blockRight h2,
.blockRight h3,
.blockRight p{
	text-align: left!important;
}

.camera_caption h2,
.camera_caption h3,
.camera_caption_fixed h2,
.camera_caption_fixed h3{
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.blockRight p{
	font-size: .8em;
}
.blockRight h2,
.camera_caption_fixed h2{
	font-weight: 700;
}
.blockRight h3,
.camera_caption_fixed h3{
	font-weight: 300;
	
}
.blockRight em,
.camera_caption_fixed em{
	display: block;
	font-style: normal;
}
.camera_pie{
	position: absolute;
	z-index: 99999;
	bottom: 20px!important;
	left: 20px!important;
}


/*camera_caption_fixed*/
.camera_caption_fixed{
	position: absolute;
	top: 50%;
	right: 5%;
	max-width: 40%;
	height: 50%;
	z-index: 9999;
	transform: translate(-0%,-50%);

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

	padding: 3vw;
	font-size: 1.5rem;
	letter-spacing: 0;
	text-align: left;

	color: rgba(var(--whiteFull_tr), 1);
	background: transparent;

}
.camera_caption_fixed p{
	font-size: .75em;
}
