#sync1 .item {
  background: #ebebeb;
  padding: 0px;
  margin-bottom: 10px;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  border:1px solid #d7d7d7;
}
#sync2{
  padding:0 15px;
}
#sync2 .item {
    background: #ebebeb;
    padding: 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    border:1px solid #d7d7d7;

}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  border:1px solid #334141;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .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;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
#sync2.owl-theme .owl-next,
#sync2.owl-theme .owl-prev {
    width: 20px;
    bottom:5px;
    position: absolute;
    top: 5px;
    background: #798282;
    padding: 5px;
}
#sync2.owl-theme .owl-prev {
  left: 0px;
}
#sync2.owl-theme .owl-next {
  right: 0px;
}
#sync2.owl-theme .owl-next:hover,
#sync2.owl-theme .owl-prev:hover {
    background: #334141
}

