.media-gallery__img	{
	margin-bottom: 20px;
	position: relative;
}
.media-gallery__img span	{
	background: #ffffff;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: bold;
	left: 30px;
	line-height: 14px;
	padding: 7px 10px;
	position: absolute;
	text-align: center;
	top: 30px;
}
.media-gallery__image	{
	display: block;
	width: 100%;
}
.media-gallery__col	{
	padding-bottom: 20px;
}
.media-gallery__col h5	{
	color: #2b2b2b;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.media-gallery__load-more a.load-more,
.media-gallery__load-more a.load-more:not([href]):not([tabindex]) {
	align-items: center;
	background: #84898e;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 14px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 460px;
}
.media-gallery__load-more a.load-more:hover,
.media-gallery__load-more a.load-more:not([href]):not([tabindex]):hover {
	background: #2b2b2b;
	color: #ffffff;
}
.media-gallery__load-more {
	padding-top: 10px;
}
.media-gallery__img .video-icon	{
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.media__top-wrapper	{
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.media__filters	{
	align-items: center;
	display: flex;
}
.media__top-bar	{
	border-bottom: 1px solid rgba(43, 43, 43, 0.15);
}
.media__search-bar #media-search	{
	border: 0;
	color: rgba(43, 43, 43, 0.5);
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
}
.media__search-bar input[type="text"]::placeholder	{
	color: rgba(43, 43, 43, 0.5);
}
.media__filters .btn.dropdown-toggle	{
	background: transparent;
	border: 0;
	color: rgba(43, 43, 43, 0.5);
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 36px;
	margin: 0;
	padding: 0 30px;
	text-transform: capitalize;
}
.media__filters .dropdown.show .btn.dropdown-toggle	{
	color: rgba(43, 43, 43, 1);
}
.media__filters .dropdown-toggle::after	{
	background: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: 0;
	content: "";
	height: 11px;
	opacity: 0.5;
	vertical-align: 1px;
	width: 12px;
}
.media__filters .dropdown.show .dropdown-toggle::after	{
	opacity: 1;
}
.media__filters .dropdown-menu.show	{
	background: #f0f0f0;
	border: 0;
	border-radius: 0;
	margin: 0;
	width: 100% !important;
}
.media__filters .dropdown-menu .dropdown-item	{
	color: rgba(43, 43, 43, 0.5);
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 30px;
    white-space: normal;
}
.media__filters .dropdown-menu .dropdown-item:hover	{
	background: transparent;
	color: #2b2b2b;
}
.media__search-bar	{
	flex-grow: 1;
}
.media__tags-dropdown.dropdown	{
	margin-right: -30px;
}
.gallery-modal .modal-dialog	{
	margin: 100px auto;
	max-width: 800px;
	width: 100%;
}
.gallery-modal .modal-content	{
	border: none;
	border-radius: 0;
	padding: 40px 50px 50px;
}
.gallery-modal .modal-header	{
	border: none;
	margin-bottom: 10px;
	padding: 0;
}
.gallery-modal .modal-title	{
	font-size: 24px;
	line-height: 36px;
}
.gallery-modal button.close	{
	min-width: 50px;
}
.gallery-modal__desc	{
	margin-bottom: 25px;
}
.gallery-modal__video-container	{
	position: relative;
}
.gallery-modal__video-wrap	.modal-video {
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	position: relative;
}
.gallery-modal__image-section {
	position: relative;
	margin-bottom: 30px;
}
.gallery-modal__image-section img {
	display: block;
	width: 100%;
}
.gallery-modla__video-icon--fullscreen,
.gallery-modla__image-icon--fullscreen {
	background: #ffffff;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	z-index: 100;
}
.gallery-modal__video-wrap .modal-video iframe	{
	border: none;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.gallery-modal__video-icon	{
	cursor: pointer;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
.gallery-modal__form-wrap	{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.gallery-modal__form-field	{
	margin-right: 30px;
	position: relative;
}
select#image_size_download	{
	cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url('../images/arrow-down-light.svg');
    background-repeat: no-repeat;
    background-position: 97% center;
}
.gallery-modal__form-field,
.gallery-modal__form-btn	{
	flex: 0 0 100%;
	max-width: calc(50% - 15px);
}
.gallery-modal__form-field select	{
	color: rgba(43,43,43,0.5);
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
}
.gallery-modal__form-btn .btn	{
	width: 100%;
}
.gallery-modal__metadata-wrap	{
	border-bottom: 1px solid rgba(43, 43, 43, 0.15);
	margin-bottom: 30px;
	padding: 30px 0;
}
.gallery-modal__metadata-title	{
	border-bottom: 1px solid rgba(43, 43, 43, 0.15);
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 25px;
}
.gallery-modal__metadata-row	{
	display: flex;
	flex-wrap: wrap;
}
.gallery-modal__metadata-author--wrap,
.gallery-modal__metadata-loc--wrap,
.gallery-modal__metadata-resolution--wrap,
.gallery-modal__metadata-tags--wrap	{
	flex: 0 0 100%;
	max-width: 50%;
}
.gallery-modal__metadata-label	{
	color: rgba(43,43,43,0.5);
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.gallery-modal__metadata-author,
.gallery-modal__metadata-loc,
.gallery-modal__metadata-resolution	{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
}
.gallery-modal__metadata-tags span	{
	border: 1px solid #2b2b2b;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	margin: 0 10px 10px 0;
	padding: 8px;
	text-transform: uppercase;
}
.gallery-modal__disclaimer-title	{
	color: rgba(43,43,43,0.5);
	font-size: 12px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	line-height: 14px;
	text-transform: uppercase;
}
.gallery-modal__disclaimer-desc p:last-child	{
	margin-bottom: 0;
	margin-top: 45px;
}
.gallery-modal .gallery-modal__disclaimer-desc--terms	{
	color: #2b2b2b;
	font-weight: 700;
	text-decoration: underline;
}
.gallery-modal__disclaimer-desc--terms:hover {
    color: #c8102e;
}
.gallery-modal__form-btn.gallery-modal__video-btn {
    max-width: 100%;
}
.media-gallery__img img {
	width:100%;
}
.media-gallery__img .video-icon img{
    width: auto;
}
.gallery-modal__video-icon .svg {
    display: block;
}
.modal-backdrop.show ~ .modal-backdrop.show {
    z-index: 9999;
}
#download_media_btn.disable .btn{
    cursor: default;
    opacity: 0.5;
}
#download_media_btn.disable .btn:hover{
    background: #2b2b2b;
    border:1px solid #2b2b2b;
}
@media only screen and (max-width: 767px)	{
	.media__top-wrapper	{
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}
	.media__type-dropdown.dropdown	{
		margin-left: -20px;
	}
	.media__search-bar	{
		border-bottom: 1px solid rgba(43, 43, 43, 0.15);
		padding: 0 20px;
		width: 100%;
	}
	.media__top-bar .container	{
		padding-left: 0;
		padding-right: 0;
	}
	.media__filters	{
		justify-content: space-between;
		padding: 0 20px;
		width: 100%;
	}
	.media-gallery.section-pd-top-80.section-pd-bottom-150	{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.media-gallery__col	{
		padding-bottom: 10px;
	}
	.media-gallery__img .video-icon	{
		max-width: 50px;
	}
	.media-gallery__load-more a.load-more	{
		width: 100%;
	}
	.media__filters .btn.dropdown-toggle	{
		padding: 0 20px;
	}
	.media__tags-dropdown.dropdown	{
		margin-right: -20px;
	}
	.media__filters .dropdown-menu .dropdown-item	{
		padding: 10px 15px;
	}
	.gallery-modal .modal-dialog {
		margin: 20px;
		width: unset;
	}
	.gallery-modal .modal-content {
		padding: 40px 20px;
	}
	.gallery-modal .modal-title	{
		flex: 0 0 100%;
		max-width: calc(100% - 50px);
	}
	.gallery-modal__video-wrap	.modal-video {
		margin-bottom: 20px;
	}
	.gallery-modal__video-icon svg	{
		height: 50px;
		width: 50px;
	}
	.gallery-modal__form-field,
	.gallery-modal__form-btn	{
		max-width: 100%;
	}
	.gallery-modal__form-field	{
		margin: 0 0 20px 0;
	}
	.gallery-modal__metadata-wrap	{
		padding: 10px 0 20px;
	}
	.gallery-modal__metadata-author--wrap,
	.gallery-modal__metadata-loc--wrap,
	.gallery-modal__metadata-resolution--wrap,
	.gallery-modal__metadata-tags--wrap	{
		max-width: 100%;
	}
	.gallery-modal__metadata-tags	{
		margin-bottom: 0;
	}
	.gallery-modal__disclaimer-desc p:last-child	{
		margin-top: 25px;
	}
	
}