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

.owl-theme .owl-nav .owl-prev
{
  float: left;
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  padding: 0;
  text-align: center;
}

.owl-theme .owl-nav .owl-next
{
  float: right;
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  padding: 0;
  text-align: center;
}

.owl-theme .owl-dots
{
  padding-top: 12px;
}

.owl-theme .owl-dots .owl-dot span
{
  margin: 5px;
}

@media (max-width: 767px)
{
  .owl-theme .owl-nav
  {
    display: none;
  }
}