/*.bx-content {
	margin: auto;
}*/
.bx-content .owl-theme--arrows .owl-controls .owl-buttons .owl-next,
.bx-content .owl-theme--arrows .owl-controls .owl-buttons .owl-prev {
  background: none;
  color: #b0e0e6;
  text-shadow: 0 0 2px rgba(1,147,248,.5);
  text-indent: 0;
}
.bx-content .owl-theme--arrows .owl-controls .owl-buttons .owl-next:before {  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 68px;
  content: "\f105";
}
.bx-content .owl-theme--arrows .owl-controls .owl-buttons .owl-prev:before {  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 68px;
  content: "\f104";
}
.owl-pagination{
  position: absolute;
  left: 0; 
  right: 0;
  bottom: 0;
  margin-bottom: -15px;
}
.owl-theme .owl-controls .owl-pagination .owl-page span{background: #0193f8;}

.owl-carousel .owl-wrapper {
	display: flex !important;
/*	flex-direction: column;*/
}
.owl-carousel__item {
	display: flex;
	flex-flow: column;
	text-align: center;
	justify-content: space-around;
	align-content: center;
	margin: auto;
}

.owl-carousel__item-descr {
	position: static !important;
	background-color: #fff !important;
	font-weight: bold;
	font-size: 1.5em !important;
	color: #0193f8 !important;
	padding: 8px 10px 10px !important;
}

.owl-main-wrap:hover .owl-carousel__item-descr {
	padding: 8px 10px 10px !important;
}

.owl-carousel .owl-item {
    margin-bottom: 1em;
    border: rgba(0, 0, 255, 0.15) 0.5px solid;
}