#sync1 .item {
  padding: 0px 0px;
  margin: 0px 5px;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
}
#sync2 .item {
  background: #C9C9C9;
  padding: 0px 0px;
  margin: 0px 5px;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
/*  background: #0c83e7;*/
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  background: none;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.owl-carousel .item{ box-shadow: 1px 1px 5px rgba(0,0,0,.25); }
.owl-carousel .item img{ width: 100%; height: auto; }

@media all and (max-width: 575px) {
  #sync2{ margin-top: -8px; }
  #sync1 .item, #sync2 .item{ margin: 0px 1px; }
  #sync1.owl-theme .owl-prev { left: 0;}
  #sync1.owl-theme .owl-next { right: 0;}
}