._unmargin {
  margin: 0 !important;
}
._unpading {
  padding: 0 !important;
}
._mt-20 {
  margin-top: 20px;
}
._mb-20 {
  margin-bottom: 20px;
}

._mt-10 {
  margin-top: 10px !important;
}
._mb-10 {
  margin-bottom: 10px !important;
}

._col-seter {
  padding-right: 5px;
  padding-left: 5px;
}

._transition {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
._relative {
  position: relative;
}
._go-left {
  float: left;
}
._go-right {
  float: right;
}

._radius5 {
  border-radius: 5px;
}

._pr-0 {
  padding-right: 0px;
}
._pl-5 {
  padding-left: 5px;
}

._full-width {
  width: 100% !important;
}

._half-width {
  width: 100% !important;
}

/*MEDIA QUERYS*/

@media all and (max-width: 499px) {
  ._col-xs-100 {
    width: 100%;
  }
  ._col-xs-50 {
    width: 50%;
  }
  ._hidden-mob {
    display: none;
  }
}
