.owl {
	position: relative;
	width: 100%;
	height: 460px;
	border: solid 0px orange;
	overflow: hidden;
	margin-bottom: 15px;
}
/* img { max-width:100%;max-height:100%; } */

.owl .owl-carousel .item {
    height: 460px;
    width: fit-content;
    padding-right: 0px;

   /* background:tomato; */
    margin: 0 0px;
}
.item img { 
	height:460px;display:block;width:auto;
	object-fit: cover;
  	object-position: center;
}

.customNav1, .customNav2, .customNav3 {
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: -1px;
	border: solid 0px red;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
.customNav1 img, .customNav2 img, .customNav3 img {
	height: 21px;padding-top: 9px;
}

button.owl-prev { left: 0;top:40%;font-size:32px;font-family: 'Graphit-Light'; }
button.owl-next { right: 0;top:40%;font-size:32px;font-family: 'Graphit-Light'; }
.owl-dots { margin-top:2px; }
.customNav1 button, .customNav2 button, .customNav3 button { margin: 3px;padding: 5px 15px;background-color:#374697;color:#ffed00;border:0; }
.customNav1 button:hover, .customNav2 button:hover, .customNav3 button:hover { cursor: pointer;background-color:#6187c6;color:#ffed00;border:0; }


.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-nav button { width: 75px; }
.owl-nav button.owl-prev span { 
	padding: 5px;margin-top: -10px;font-size:64px;font-family: 'Graphit-Light'; 
}
.owl-nav button.owl-next span { 
	padding: 5px;font-size:64px;font-family: 'Graphit-Light'; 
}

#owl-legend {
	position: relative;width: 100%;height: auto;top:-33px;
	padding: 20px 0;
	border: solid 4px orange;
	/*font-family: 'Proxima Nova Rg';*/
	font-family: 'Satoshi-Light';
	font-size: 14px;
	line-height: 1.3em;
	color: #7a8ba4;
	/*color: #bec6d2;*/
	font-style: italic;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
#owl-legend:hover { color: #385277; }
.owl-legend {
	padding: 0px 0;
	font-size: 14px;
	line-height: 1.3em;
	color: #7a8ba4;
	/*color: #bec6d2;*/
	font-family: 'Satoshi-Light';
	font-style: italic;
}


/*---------------------------------------------------*/
/*     < 640 = SMALL                       */
/*---------------------------------------------------*/

@media screen and (max-width: 640px) {
	.owl { height: 200px; }
	.owl .owl-carousel .item { height: 200px; }
	.item img { height:200px; }
}
