/*.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";
}
.bx-content .owl-theme .owl-controls {
    margin-top: 35px;
    text-align: center;
}
.owl-pagination{
  position: absolute;
  left: 0; 
  right: 0;
  bottom: 0;
  margin-bottom: -35px;
}
.owl-theme .owl-controls .owl-pagination .owl-page span{background: #0193f8;}

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

.owl-first.owl-main-wrap:after {
  border-bottom: #0193f8 0.15em solid;
  content: '';
  display: block;
  margin-left: 25%;
  width: 50%;
  margin-top: 1.5em;
}

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

.owl-first .adaptive-img {
	border: #0193f8 0.1em solid;
}
