.cupon_item {
-ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
 
   
}
.cupon_item a:hover {background:transparent!important}
.cupon_item h3{
    font-size: 19px;
    line-height: 21px;
    font-weight: 400;
    color:#3a3d41;
}
.cupon_item__content-center {
    width: 100%;
    margin: 0;
    text-align: center;
    }

.cupon_item .cupon_item__content{
 padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    color: #3a3d41;
    border: 1px solid rgba(59, 63, 75, 0.2);
    border-radius: 4px;
}.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #3a3d41;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background: #f7f7f7;
    vertical-align: middle;
    line-height: 28px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(59, 65, 79, 0.2);
    border-bottom-color: rgba(59, 65, 79, 0.35);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top, #fafafa, #f4f4f4);
    background-image: linear-gradient(to bottom, #fafafa, #f4f4f4);
    border-radius: 4px;
    text-shadow: 0 1px 0 #ffffff;
}
 .uk-button-primary {
  background-color: #7a8399;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #828ba1, #747d93);
  background-image: linear-gradient(to bottom, #828ba1, #747d93);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #697186;
  color: #ffffff;
  background-image: none;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #53596b;
  color: #ffffff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
 

.cupon_item {
      width: 33.333%;
    box-sizing: border-box;
}
@media (max-width: 500px){
.cupon_item {
    width: 50%;
}
}

/*user style*/
.cupon_item.mein  .cupon_item__content {background: #b5b5dc;}
