#owl-demo{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#owl-demo .item{
  padding: 0px 0px;
  margin: 0 15%;
  color: #FFF;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}