/* ****************************************************************************************************************** */
/* TOP */
/* ****************************************************************************************************************** */

.top-10 {
  margin-top: 10px;
}

.top-20 {
  margin-top: 20px;
}

.top-22 {
  margin-top: 22px;
}

.top-30 {
  margin-top: 30px;
}

.top-40 {
  margin-top: 40px;
}

.top-50 {
  margin-top: 50px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-80 {
  padding-top: 80px;
}

.top-60 {
  margin-top: 60px;
}

.top-100 {
  margin-top: 100px;
}

.top-110 {
  margin-top: 110px;
}

@media (min-width: 1201px) {
  .top-80 {
    margin-top: 80px;
  }
  .top-120 {
    margin-top: 120px;
  }
  .top-150 {
    margin-top: 150px;
  }
  .top-160 {
    margin-top: 160px;
  }
}
@media (max-width: 1200px) {
  .top-80 {
    margin-top: 0;
  }
  .top-120 {
    margin-top: 0;
  }
  .top-150 {
    margin-top: 0;
  }
  .top-160 {
    margin-top: 60px;
  }
}

.top-180 {
  margin-top: 180px;
}

.top-220 {
  margin-top: 220px;
}

/* ****************************************************************************************************************** */
/* BOTTOM */
/* ****************************************************************************************************************** */

.bottom-30 {
  margin-bottom: 30px !important;
}

.bottom-40 {
  margin-bottom: 40px !important;
}

.bottom-50 {
  margin-bottom: 50px;
}

.bottom-60 {
  margin-bottom: 60px;
}

.pad-bot-30 {
  padding-bottom: 30px;
}

.pad-bot-50 {
  padding-bottom: 50px;
}

/* ****************************************************************************************************************** */
/* RIGHT */
/* ****************************************************************************************************************** */

.right-10 {
  margin-right: 10px;
}

.right-20 {
  margin-right: 20px !important;
}

/* ****************************************************************************************************************** */
/* LEFT */
/* ****************************************************************************************************************** */

.left-0 {
  margin-left: 0 !important;
}

.left-10 {
  margin-left: 10px !important;
}

.left-15 {
  margin-left: 15px !important;
}

.left-20 {
  margin-left: 20px !important;
}

/* ****************************************************************************************************************** */
/* LEFT */
/* ****************************************************************************************************************** */

.center{
  margin: 0 auto;
}
