/* GENERAL */
.dropDownContent a {
	background-color: rgba(0, 0, 0, 0.7);
}
/* ------preview ------------- */
.natureTitleGroup {
	width: 100%;
	background-color: #000;
	padding-bottom: 80px;
}
.natureTitleList {
	max-width: 1080px;
	margin: auto;	
	padding-top: 150px;
	color: #7b7b7b;
}
.natureTitle {
	display: inline-block;
}

.previewContainerBG {
	position: fixed;
	max-width: 150px;
	right: 0px;
	top: 60px;
	display: block;
	background-color: #000;
	height: 100%;
	z-index: 10;
}

.previewContainerSM {
	display: block;
	position: relative;
	overflow-y: scroll;
	height: 580px;	
/* test this, in otherolder too */
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

ul {
	list-style-type: none;
}
.doubleDownArrow, .doubleUpArrow {
	display: block;
	position: relative;
	object-fit: contain;
	height: 40px;
	opacity: 0.5;
	margin: auto;
}
.previewThumb {
	display: block;
	position: relative;
	object-fit: contain;
    width: 100%;
	padding-bottom: 5px;
}
.PSBLF {
	display: block;
	height: 8px;
	width: 100%;
}
/* test this */
.previewContainerSM::-webkit-scrollbar {
        width: 0 !important;
}
.photoDisplay, .photoDisplayLF {
	background-color: #000;
	padding-right: 150px;
}
.photoLink {
}
.containerPhoto {
	box-sizing: border-box;
	position: relative;
	max-width: 70%;
	margin: auto;
}
.containerPhoto img {
	display: block;
	object-fit: contain;
    width: 100%;
    max-height: 800px;
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.containerPhoto img:first-child {
	margin-top: 0px;
}
.containerPhoto:hover p {
	transition: all 1s ease;
    opacity: 1;
}
.containerPhoto:hover h4 {
	transition: all 1s ease;
    opacity: 1;
}
.containerPhoto p, .containerPhoto h4 {
	color: #7b7b7b;
	font-size: 1em;
	font-weight: 300;
	min-height: 40px;
	max-width: 400px;
	margin: auto;
	transition: all 2s ease;
	opacity: 0;
}

/* ------- natureVideoPage ------- */
.videoDisplay {
	background-color: #000;
}
.white {
	background-color: #fff;
}
.containerVideo {
	width: 80%;
	max-width: 800px;
	margin: auto;
}
.containerVideo.first {
	padding-top: 50px;
}	
.videoVimeo {
	width: 100%;
	min-width: 300px;
}
.videoDesc {
	display: block;
	color: #7b7b7b;
	font-size: 1em;
	margin: auto;
	max-width: 300px;
	padding: 32px 0;
	transition: all 2s ease;
}
.videoDescBL {
	display: block;
	color: #7b7b7b;
	font-size: 1em;
	margin: auto;
	max-width: 300px;
	padding: 32px;
}

/* ------- natureLargeFormatPage ------- */
.containerPhotoLF {
	box-sizing: border-box;
	position: relative;
	max-width: 70%;
	margin: auto;
}
.containerPhotoLF p, .containerPhotoLF h4 {
	color: #7b7b7b;
	font-size: 1em;
	font-weight: 300;
/* 	height: 40px; */
	max-width: 400px;
	padding-bottom: 20px;
	margin: auto;
	transition: all 2s ease;
	opacity: 0;
}
.containerPhotoLF:hover p, .containerPhotoLF:hover h4 {
	transition: all 1s ease;
    opacity: 1;
}
.containerPhotoLF img {
	object-fit: contain;
	display: block;
    width: 100%;
    max-height: 800px;
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	
}
/* ----------- Footer --------------- */




/* MEDIA QUERIES */
@media only screen and (min-width: 7200px) {
}




