#owl-demo .item{
        background: #fff;
        margin: 10px;
        min-height: 390px;
        color: #949494;
        text-align: center;
		border: 1px solid #ddd;
		border-radius: 10px;
		-webkit-border-radius: 10px;
    }
    .customNavigation{
      text-align: center;
    }
    .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);
    }