div.bodysection {
  display: table;
}
div.bodysection div.bodysection {
  display: table;
}
div.bodysection > div {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 768px) {
  div.bodysection {
    padding: 0 2% !important;
  }
}
/* structure elements */
div.div-100,
div.div-20-20-20-20-20,
div.div-33-67,
div.div-50-50,
div.div-33-34-33,
div.div-67-33 {
  width: 100%;
  overflow: hidden;
}
/* structure oriented elements */
div.div-20 {
  width: 20%;
  float: left;
  overflow: hidden;
}
div.div-33left {
  width: 33%;
  float: left;
  overflow: hidden;
}
div.div-33right {
  width: 33%;
  float: right;
  overflow: hidden;
}
div.div-50left {
  width: 50%;
  float: left;
  overflow: hidden;
}
div.div-50right {
  width: 49.9%;
  float: right;
  overflow: hidden;
}
div.div-67left {
  width: 66.9%;
  float: left;
  overflow: hidden;
}
div.div-67right {
  width: 66.9%;
  float: right;
  overflow: hidden;
}
/* inner elements */
div.div-20-col1 {
  margin: 0px 15px 0px 0px;
}
div.div-20-col2 {
  margin: 0px 10px 0px 5px;
}
div.div-20-col3 {
  margin: 0px 10px 0px 10px;
}
div.div-20-col4 {
  margin: 0px 5px 0px 10px;
}
div.div-20-col5 {
  margin: 0px 0px 0px 15px;
}
div.inner-left {
  margin: 0px 10px 0px 0px;
  overflow: hidden;
}
div.inner-right {
  margin: 0px 0px 0px 10px;
  overflow: hidden;
}
div.inner-center {
  margin: 0px 10px 0px 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  div.div-20-ocol1,
  div.div-20-ocol2,
  div.div-20-ocol3 {
    width: 33%;
  }
  div.div-20-ocol4,
  div.div-20-ocol5 {
    width: 49.95%;
  }
  div.div-20-col1 {
    margin: 0 10px 0 0;
  }
  div.div-20-col2 {
    margin: 0 10px 0 10px;
  }
  div.div-20-col3 {
    margin: 0 0 0 10px;
  }
  div.div-20-col4 {
    margin: 20px 10px 0 0;
  }
  div.div-20-col5 {
    margin: 20px 0 0 10px;
  }
  div.div-33left,
  div.div-33right,
  div.div-67left,
  div.div-67right {
    width: 100%;
    float: none;
  }
  div.div-67right,
  div.div-33right {
    margin-top: 20px;
  }
  div.div-33left div.inner-left,
  div.div-67left div.inner-left {
    margin-right: 0;
  }
  div.div-33right div.inner-right,
  div.div-67right div.inner-right {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  div.div-20,
  div.div-33left,
  div.div-33right,
  div.div-50left,
  div.div-50right,
  div.div-67left,
  div.div-67right {
    width: 100%;
  }
  div.div-20-col1,
  div.div-20-col2,
  div.div-20-col3,
  div.div-20-col4,
  div.div-20-col5,
  div.inner-left,
  div.inner-right,
  div.inner-center {
    margin: 0px;
  }
}
