.flex-column,
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column:before,
.flex-row:before,
.flex-column:after,
.flex-row:after {
  content: " ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 0;
  height: 0;
  font-size: 0;
}
.flex-column:after,
.flex-row:after {
  clear: both;
}
.flex-column {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-width: 0;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  min-height: 0;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-around {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.flex-strech {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex-item {
  /* float: left; */
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  clear: both;
}
.flex-item-1 {
  /* float: left; */
  width: 8.33333333%;
}
.flex-offset-1 {
  margin-left: 8.33333333%;
}
.flex-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.flex-item-2 {
  /* float: left; */
  width: 16.66666667%;
}
.flex-offset-2 {
  margin-left: 16.66666667%;
}
.flex-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.flex-item-3 {
  /* float: left; */
  width: 25%;
}
.flex-offset-3 {
  margin-left: 25%;
}
.flex-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.flex-item-4 {
  /* float: left; */
  width: 33.33333333%;
}
.flex-offset-4 {
  margin-left: 33.33333333%;
}
.flex-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
}
.flex-item-5 {
  /* float: left; */
  width: 41.66666667%;
}
.flex-offset-5 {
  margin-left: 41.66666667%;
}
.flex-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -moz-order: 5;
  -ms-order: 5;
  order: 5;
}
.flex-item-6 {
  /* float: left; */
  width: 50%;
}
.flex-offset-6 {
  margin-left: 50%;
}
.flex-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -moz-order: 6;
  -ms-order: 6;
  order: 6;
}
.flex-item-7 {
  /* float: left; */
  width: 58.33333333%;
}
.flex-offset-7 {
  margin-left: 58.33333333%;
}
.flex-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -moz-order: 7;
  -ms-order: 7;
  order: 7;
}
.flex-item-8 {
  /* float: left; */
  width: 66.66666667%;
}
.flex-offset-8 {
  margin-left: 66.66666667%;
}
.flex-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -moz-order: 8;
  -ms-order: 8;
  order: 8;
}
.flex-item-9 {
  /* float: left; */
  width: 75%;
}
.flex-offset-9 {
  margin-left: 75%;
}
.flex-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -moz-order: 9;
  -ms-order: 9;
  order: 9;
}
.flex-item-10 {
  /* float: left; */
  width: 83.33333333%;
}
.flex-offset-10 {
  margin-left: 83.33333333%;
}
.flex-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -moz-order: 10;
  -ms-order: 10;
  order: 10;
}
.flex-item-11 {
  /* float: left; */
  width: 91.66666667%;
}
.flex-offset-11 {
  margin-left: 91.66666667%;
}
.flex-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -moz-order: 11;
  -ms-order: 11;
  order: 11;
}
.flex-item-12 {
  /* float: left; */
  width: 100%;
}
.flex-offset-12 {
  margin-left: 100%;
}
.flex-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -moz-order: 12;
  -ms-order: 12;
  order: 12;
}
.flex-column.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-column.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-column.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.flex-column.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flex-column.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-column.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-row.flex-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.flex-row.flex-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flex-row.flex-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-row.flex-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-row.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-row.flex-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
[class*=flex-item].flex-left {
  margin-right: auto;
}
[class*=flex-item].flex-right {
  margin-left: auto;
}
[class*=flex-item].flex-top {
  margin-bottom: auto;
}
[class*=flex-item].flex-bottom {
  margin-top: auto;
}
[class*=flex-item].flex-center {
  margin-left: auto;
  margin-right: auto;
}
[class*=flex-item].flex-middle {
  margin-top: auto;
  margin-bottom: auto;
}
.flex-sm-show,
.flex-md-show {
  display: none;
}
@media (max-width: 992px) {
  .flex-md {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    min-height: 0;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-md.flex-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .flex-md.flex-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .flex-md.flex-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex-md.flex-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .flex-md.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .flex-md.flex-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .flex-md [class*=flex-item] {
    width: 100%;
  }
  .flex-md-hide {
    display: none !important;
  }
  .flex-md-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .flex-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm.flex-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .flex-sm.flex-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .flex-sm.flex-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex-sm.flex-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .flex-sm.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .flex-sm.flex-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .flex-sm [class*=flex-item] {
    width: 100%;
  }
  .flex-sm-hide {
    display: none !important;
  }
  .flex-sm-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
  }
}
