.documents{
	margin-top: 105px;
	align-items: stretch !important;
}

.documents-item{
	margin-bottom: 20px;
	text-align: center;
	width: 13%;
	filter: grayscale(100%);
	transition: filter 0.25s linear;
}

.documents-item:hover{
	filter: grayscale(0%);
}

.documents-image{
	max-width: 100%;
	max-height: 100%;
}

.documents-item-blank{
	width: 13%;
}

.documents-gallery{
	position: relative;
	margin-top: 105px;
	opacity: 0;
	transition: opacity 0.25s linear;
}

.documents-gallery .documents-image{
	margin: 0 auto;
	width: auto !important;
	height: 200px !important;
}

.documents-gallery .owl-nav, .tour-operators .owl-dots{
	display: none;
}

.documents-gallery .owl-carousel-button-prev{
	position: absolute;
	padding: 20px;
	left: 20px;
	top: calc(50% - 70px);
	z-index: 1;
	cursor: pointer;
}

.documents-gallery .owl-carousel-button-next{
	position: absolute;
	padding: 20px;
	right: 20px;
	top: calc(50% - 70px);
	z-index: 1;
	cursor: pointer;
}
