#nextSection {
  margin-bottom: 24px;
  border: none !important;
  border-radius: 4px;
  margin-top: 24px; }
  #nextSection .title {
    font-family: robotobold, Arial, sans-sarif;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 14px;
    cursor: pointer;
    border-right: 1px solid #e7e8ea;
    border-left: 1px solid #e7e8ea;
    border-top: 1px solid #e7e8ea;
    border-radius: 4px 4px 0 0; }
  #nextSection ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #nextSection li {
    border-right: 1px solid #e7e8ea;
    border-left: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea; }
    #nextSection li:last-child {
      border-radius: 0 0 4px 4px; }
    #nextSection li a {
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-decoration: none;
      display: inline-block;
      padding: 12px 24px;
      font-size: 13px;
      cursor: pointer; }
    #nextSection li .cnt {
      float: right; }
  #nextSection .sectionLine {
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%; }
  #nextSection .sectionColumn {
    display: table-cell;
    vertical-align: middle; }
    .nextSection .sectionColumn.last {
      width: 60px; }
  #nextSection .more_item {
    text-align: right;
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    cursor: pointer; }
    @media (max-width: 1024px) {
      #nextSection .more_item {
        display: none; } }

#nextSectionPromo {
  margin-bottom: 24px;
  border: none !important;
  border-radius: 4px;
  margin-top: 24px; }
  #nextSectionPromo ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #nextSectionPromo li a {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    display: inline-block;
    padding: 5px 24px;
    font-size: 13px;
    color: #6c757d; }
    #nextSectionPromo li a:hover, #nextSectionPromo li a.selected {
      color: #27c148; }

/*# sourceMappingURL=style.css.map */
