@media only screen and (min-width: 40.0625em){
theme.min.css:1
.column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
	float: left;}}

.owl-nav  {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev {
  left: 0;
	display: none;
}
.owl-nav .owl-next {
  right: 0;
		display: none;

}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots .owl-dot.active {
  background-color: #000;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-nav  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}


.owl-nav  {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots .owl-dot.active {
  background-color: #000;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-nav  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav :focus {
    outline: none;
}
