.ui-field {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
}
.ui-field:last-child {
  margin: 0;
}
.ui-field-message {
  margin-top: 5px;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 14px;
}
select.ui-error,
input.ui-error,
textarea.ui-error,
.ui-field.ui-error select,
.ui-field.ui-error input,
.ui-field.ui-error textarea {
  border-color: #dc6048;
}
select.ui-success,
input.ui-success,
textarea.ui-success,
.ui-field.ui-success select,
.ui-field.ui-success input,
.ui-field.ui-success textarea {
  border-color: #81cd3e;
}
select.ui-warning,
input.ui-warning,
textarea.ui-warning,
.ui-field.ui-warning select,
.ui-field.ui-warning input,
.ui-field.ui-warning textarea {
  border-color: #ffa003;
}
.ui-field.ui-error .ui-field-message,
.ui-field.ui-error .ui-field-icon i {
  color: #dc6048;
}
.ui-field.ui-warning label,
.ui-field.ui-warning .ui-field-message,
.ui-field.ui-warning .ui-field-icon i {
  color: #ffa003;
}
.ui-field.ui-success label,
.ui-field.ui-success .ui-field-message,
.ui-field.ui-success .ui-field-icon i {
  color: #81cd3e;
}
.ui-field-group {
  position: relative;
  display: table;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.ui-field-group:before {
  content: ' ';
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  right: 10px;
  top: 7px;
  position: absolute;
  z-index: 1;
}
.ui-field.ui-not-icon .ui-field-group:before {
  display: none;
}
.ui-field.ui-warning .ui-field-group:before {
  content: '\f071';
  color: #ffa003;
}
.ui-field.ui-error .ui-field-group:before {
  content: '\f00d';
  color: #dc6048;
}
.ui-field.ui-success .ui-field-group:before {
  content: '\f00c';
  color: #81cd3e;
}
.ui-field label {
  display: block;
  margin-bottom: 5px;
}
.ui-grid.ui-inline-block,
.ui-blocks.ui-inline-block {
  font-size: 0;
}
.ui-grid.ui-inline-block > *,
.ui-blocks.ui-inline-block > * {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 15px;
  float: none;
}
.ui-grid.ui-inline-block:after,
.ui-blocks.ui-inline-block:after {
  clear: none;
}
@media (max-width: 1200px) {
  .ui-grid.ui-computer-inline-block,
  .ui-blocks.ui-computer-inline-block {
    font-size: 0;
    display: block;
  }
  .ui-grid.ui-computer-inline-block > *,
  .ui-blocks.ui-computer-inline-block > * {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    float: none;
  }
  .ui-grid.ui-computer-inline-block:after,
  .ui-blocks.ui-computer-inline-block:after {
    clear: none;
  }
}
@media (max-width: 992px) {
  .ui-grid.ui-tablet-inline-block,
  .ui-blocks.ui-tablet-inline-block {
    font-size: 0;
    display: block;
  }
  .ui-grid.ui-tablet-inline-block > *,
  .ui-blocks.ui-tablet-inline-block > * {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    float: none;
  }
  .ui-grid.ui-tablet-inline-block:after,
  .ui-blocks.ui-tablet-inline-block:after {
    clear: none;
  }
}
@media (max-width: 768px) {
  .ui-grid.ui-small-tablet-inline-block,
  .ui-blocks.ui-small-tablet-inline-block {
    font-size: 0;
    display: block;
  }
  .ui-grid.ui-small-tablet-inline-block > *,
  .ui-blocks.ui-small-tablet-inline-block > * {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    float: none;
  }
  .ui-grid.ui-small-tablet-inline-block:after,
  .ui-blocks.ui-small-tablet-inline-block:after {
    clear: none;
  }
}
@media (max-width: 568px) {
  .ui-grid.ui-phone-inline-block,
  .ui-blocks.ui-phone-inline-block {
    font-size: 0;
    display: block;
  }
  .ui-grid.ui-phone-inline-block > *,
  .ui-blocks.ui-phone-inline-block > * {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    float: none;
  }
  .ui-grid.ui-phone-inline-block:after,
  .ui-blocks.ui-phone-inline-block:after {
    clear: none;
  }
}
@media (max-width: 320px) {
  .ui-grid.ui-small-phone-inline-block,
  .ui-blocks.ui-small-phone-inline-block {
    font-size: 0;
    display: block;
  }
  .ui-grid.ui-small-phone-inline-block > *,
  .ui-blocks.ui-small-phone-inline-block > * {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    float: none;
  }
  .ui-grid.ui-small-phone-inline-block:after,
  .ui-blocks.ui-small-phone-inline-block:after {
    clear: none;
  }
}
.ui-grid.ui-table,
.ui-blocks.ui-table {
  display: table;
  width: 100% !important;
}
.ui-grid.ui-table > *,
.ui-blocks.ui-table > * {
  display: table-cell;
  float: none;
}
.ui-grid.ui-table:after,
.ui-blocks.ui-table:after,
.ui-grid.ui-table:before,
.ui-blocks.ui-table:before {
  clear: none;
  content: '';
  display: none;
}
@media (max-width: 1200px) {
  .ui-grid.ui-computer-table,
  .ui-blocks.ui-computer-table {
    display: table;
    width: 100% !important;
  }
  .ui-grid.ui-computer-table > *,
  .ui-blocks.ui-computer-table > * {
    display: table-cell;
    float: none;
  }
  .ui-grid.ui-computer-table:after,
  .ui-blocks.ui-computer-table:after {
    clear: none;
  }
}
@media (max-width: 992px) {
  .ui-grid.ui-tablet-table,
  .ui-blocks.ui-tablet-table {
    display: table;
    width: 100% !important;
  }
  .ui-grid.ui-tablet-table > *,
  .ui-blocks.ui-tablet-table > * {
    display: table-cell;
    float: none;
  }
  .ui-grid.ui-tablet-table:after,
  .ui-blocks.ui-tablet-table:after {
    clear: none;
  }
}
@media (max-width: 768px) {
  .ui-grid.ui-small-tablet-table,
  .ui-blocks.ui-small-tablet-table {
    display: table;
    width: 100% !important;
  }
  .ui-grid.ui-small-tablet-table > *,
  .ui-blocks.ui-small-tablet-table > * {
    display: table-cell;
    float: none;
  }
  .ui-grid.ui-small-tablet-table:after,
  .ui-blocks.ui-small-tablet-table:after {
    clear: none;
  }
}
@media (max-width: 568px) {
  .ui-grid.ui-phone-table,
  .ui-blocks.ui-phone-table {
    display: table;
    width: 100% !important;
  }
  .ui-grid.ui-phone-table > *,
  .ui-blocks.ui-phone-table > * {
    display: table-cell;
    float: none;
  }
  .ui-grid.ui-phone-table:after,
  .ui-blocks.ui-phone-table:after {
    clear: none;
  }
}
@media (max-width: 320px) {
  .ui-grid.ui-small-phone-table,
  .ui-blocks.ui-small-phone-table {
    display: table;
    width: 100% !important;
  }
  .ui-grid.ui-small-phone-table > *,
  .ui-blocks.ui-small-phone-table > * {
    display: table-cell;
    float: none;
  }
  .ui-grid.ui-small-phone-table:after,
  .ui-blocks.ui-small-phone-table:after {
    clear: none;
  }
}
.ui-grid > *,
.ui-blocks > * {
  display: block;
  float: left;
}
.ui-column-right {
  float: right;
}
.ui-grid:after,
.ui-blocks:after {
  clear: both;
}
@media (max-width: 1200px) {
  .ui-grid.ui-computer-float,
  .ui-blocks.ui-computer-float {
    display: block;
  }
  .ui-grid.ui-computer-float > *,
  .ui-blocks.ui-computer-float > * {
    display: block;
    float: left;
  }
  .ui-grid.ui-computer-float:after,
  .ui-blocks.ui-computer-float:after {
    clear: both;
  }
}
@media (max-width: 992px) {
  .ui-grid.ui-tablet-float,
  .ui-blocks.ui-tablet-float {
    display: block;
  }
  .ui-grid.ui-tablet-float > *,
  .ui-blocks.ui-tablet-float > * {
    display: block;
    float: left;
  }
  .ui-grid.ui-tablet-float:after,
  .ui-blocks.ui-tablet-float:after {
    clear: both;
  }
}
@media (max-width: 768px) {
  .ui-grid.ui-small-tablet-float,
  .ui-blocks.ui-small-tablet-float {
    display: block;
  }
  .ui-grid.ui-small-tablet-float > *,
  .ui-blocks.ui-small-tablet-float > * {
    display: block;
    float: left;
  }
  .ui-grid.ui-small-tablet-float:after,
  .ui-blocks.ui-small-tablet-float:after {
    clear: both;
  }
}
@media (max-width: 568px) {
  .ui-grid.ui-phone-float,
  .ui-blocks.ui-phone-float {
    display: block;
  }
  .ui-grid.ui-phone-float > *,
  .ui-blocks.ui-phone-float > * {
    display: block;
    float: left;
  }
  .ui-grid.ui-phone-float:after,
  .ui-blocks.ui-phone-float:after {
    clear: both;
  }
}
@media (max-width: 320px) {
  .ui-grid.ui-small-phone-float,
  .ui-blocks.ui-small-phone-float {
    display: block;
  }
  .ui-grid.ui-small-phone-float > *,
  .ui-blocks.ui-small-phone-float > * {
    display: block;
    float: left;
  }
  .ui-grid.ui-small-phone-float:after,
  .ui-blocks.ui-small-phone-float:after {
    clear: both;
  }
}
.ui-grid > .ui-offset-1 {
  margin-left: 8.33333333%;
}
.ui-grid > .ui-offset-2 {
  margin-left: 16.66666667%;
}
.ui-grid > .ui-offset-3 {
  margin-left: 25%;
}
.ui-grid > .ui-offset-4 {
  margin-left: 33.33333333%;
}
.ui-grid > .ui-offset-5 {
  margin-left: 41.66666667%;
}
.ui-grid > .ui-offset-6 {
  margin-left: 50%;
}
.ui-grid > .ui-offset-7 {
  margin-left: 58.33333333%;
}
.ui-grid > .ui-offset-8 {
  margin-left: 66.66666667%;
}
.ui-grid > .ui-offset-9 {
  margin-left: 75%;
}
.ui-grid > .ui-offset-10 {
  margin-left: 83.33333333%;
}
.ui-grid > .ui-offset-11 {
  margin-left: 91.66666667%;
}
.ui-grid > .ui-offset-12 {
  margin-left: 100%;
}
.ui-grid,
.ui-blocks {
  width: auto !important;
}
.ui-grid > *,
.ui-blocks > * {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
}
.ui-grid > * > .ui-grid,
.ui-blocks > * > .ui-blocks,
.ui-grid > * > .ui-blocks,
.ui-blocks > * > .ui-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.ui-grid:after,
.ui-blocks:after,
.ui-grid:before,
.ui-blocks:before {
  display: table;
  content: ' ';
}
.ui-grid.ui-vertical-middle > *,
.ui-blocks.ui-vertical-middle > *,
.ui-panel-group.ui-vertical-middle > * {
  vertical-align: middle;
}
.ui-grid.ui-vertical-top > *,
.ui-blocks.ui-vertical-top > *,
.ui-panel-group.ui-vertical-top > * {
  vertical-align: top;
}
.ui-grid.ui-vertical-bottom > *,
.ui-blocks.ui-vertical-bottom > *,
.ui-panel-group.ui-vertical-bottom > * {
  vertical-align: bottom;
}
.ui-grid.ui-together > * > .ui-grid,
.ui-grid.ui-together > * > .ui-blocks,
.ui-blocks.ui-together > * > .ui-blocks,
.ui-blocks.ui-together > * > .ui-grid {
  margin-left: 0;
  margin-right: 0;
}
.ui-grid.ui-together > *,
.ui-blocks.ui-together > * {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.ui-grid > *:first-child,
.ui-blocks > *:first-child {
  padding-left: 0;
  margin-left: 0;
}
.ui-grid > *:last-child,
.ui-blocks > *:last-child {
  padding-right: 0;
  margin-right: 0;
}
.ui-grid > .ui-column-1 {
  width: 8.33333333%;
}
.ui-grid > .ui-column-2 {
  width: 16.66666667%;
}
.ui-grid > .ui-column-3 {
  width: 25%;
}
.ui-grid > .ui-column-4 {
  width: 33.33333333%;
}
.ui-grid > .ui-column-5 {
  width: 41.66666667%;
}
.ui-grid > .ui-column-6 {
  width: 50%;
}
.ui-grid > .ui-column-7 {
  width: 58.33333333%;
}
.ui-grid > .ui-column-8 {
  width: 100%;
}
.ui-grid > .ui-column-9 {
  width: 75%;
}
.ui-grid > .ui-column-10 {
  width: 83.33333333%;
}
.ui-grid > .ui-column-11 {
  width: 91.66666667%;
}
.ui-grid > .ui-column-12 {
  width: 100%;
}
.ui-grid > .ui-column-12 + .ui-column-12 {
  margin-bottom: 15px;
}
.ui-grid.ui-first-last-padding > *:first-child,
.ui-grid.ui-first-last-padding > *:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .ui-grid > .ui-computer-1 {
    width: 8.33333333%;
  }
  .ui-grid > .ui-computer-2 {
    width: 16.66666667%;
  }
  .ui-grid > .ui-computer-3 {
    width: 25%;
  }
  .ui-grid > .ui-computer-4 {
    width: 33.33333333%;
  }
  .ui-grid > .ui-computer-5 {
    width: 41.66666667%;
  }
  .ui-grid > .ui-computer-6 {
    width: 50%;
  }
  .ui-grid > .ui-computer-7 {
    width: 58.33333333%;
  }
  .ui-grid > .ui-computer-8 {
    width: 66.66666667%;
  }
  .ui-grid > .ui-computer-9 {
    width: 75%;
  }
  .ui-grid > .ui-computer-10 {
    width: 83.33333333%;
  }
  .ui-grid > .ui-computer-11 {
    width: 91.66666667%;
  }
  .ui-grid > .ui-computer-12 {
    width: 100%;
  }
  .ui-grid > .ui-computer-0 {
    width: 0;
    overflow: hidden;
    padding: 0;
  }
  .ui-grid > .ui-computer-12 + .ui-computer-12 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .ui-grid > .ui-tablet-1 {
    width: 8.33333333%;
  }
  .ui-grid > .ui-tablet-2 {
    width: 16.66666667%;
  }
  .ui-grid > .ui-tablet-3 {
    width: 25%;
  }
  .ui-grid > .ui-tablet-4 {
    width: 33.33333333%;
  }
  .ui-grid > .ui-tablet-5 {
    width: 41.66666667%;
  }
  .ui-grid > .ui-tablet-6 {
    width: 50%;
  }
  .ui-grid > .ui-tablet-7 {
    width: 58.33333333%;
  }
  .ui-grid > .ui-tablet-8 {
    width: 66.66666667%;
  }
  .ui-grid > .ui-tablet-9 {
    width: 75%;
  }
  .ui-grid > .ui-tablet-10 {
    width: 83.33333333%;
  }
  .ui-grid > .ui-tablet-11 {
    width: 91.66666667%;
  }
  .ui-grid > .ui-tablet-12 {
    width: 100%;
  }
  .ui-grid > .ui-tablet-0 {
    width: 0;
    overflow: hidden;
    padding: 0;
  }
  .ui-grid > .ui-tablet-12 + .ui-tablet-12 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .ui-grid > .ui-small-tablet-1 {
    width: 8.33333333%;
  }
  .ui-grid > .ui-small-tablet-2 {
    width: 16.66666667%;
  }
  .ui-grid > .ui-small-tablet-3 {
    width: 25%;
  }
  .ui-grid > .ui-small-tablet-4 {
    width: 33.33333333%;
  }
  .ui-grid > .ui-small-tablet-5 {
    width: 41.66666667%;
  }
  .ui-grid > .ui-small-tablet-6 {
    width: 50%;
  }
  .ui-grid > .ui-small-tablet-7 {
    width: 58.33333333%;
  }
  .ui-grid > .ui-small-tablet-8 {
    width: 66.66666667%;
  }
  .ui-grid > .ui-small-tablet-9 {
    width: 75%;
  }
  .ui-grid > .ui-small-tablet-10 {
    width: 83.33333333%;
  }
  .ui-grid > .ui-small-tablet-11 {
    width: 91.66666667%;
  }
  .ui-grid > .ui-small-tablet-12 {
    width: 100%;
  }
  .ui-grid > .ui-small-tablet-0 {
    width: 0;
    overflow: hidden;
    padding: 0;
  }
  .ui-grid > .ui-small-tablet-12 + .ui-small-tablet-12 {
    margin-bottom: 15px;
  }
}
@media (max-width: 567px) {
  .ui-grid > .ui-phone-1 {
    width: 8.33333333%;
  }
  .ui-grid > .ui-phone-2 {
    width: 16.66666667%;
  }
  .ui-grid > .ui-phone-3 {
    width: 25%;
  }
  .ui-grid > .ui-phone-4 {
    width: 33.33333333%;
  }
  .ui-grid > .ui-phone-5 {
    width: 41.66666667%;
  }
  .ui-grid > .ui-phone-6 {
    width: 50%;
  }
  .ui-grid > .ui-phone-7 {
    width: 58.33333333%;
  }
  .ui-grid > .ui-phone-8 {
    width: 66.66666667%;
  }
  .ui-grid > .ui-phone-9 {
    width: 75%;
  }
  .ui-grid > .ui-phone-10 {
    width: 83.33333333%;
  }
  .ui-grid > .ui-phone-11 {
    width: 91.66666667%;
  }
  .ui-grid > .ui-phone-12 {
    width: 100%;
  }
  .ui-grid > .ui-phone-0 {
    width: 0;
    overflow: hidden;
    padding: 0;
  }
  .ui-grid > .ui-phone-12 + .ui-phone-12 {
    margin-bottom: 15px;
  }
}
@media (max-width: 319px) {
  .ui-grid > .ui-small-phone-1 {
    width: 8.33333333%;
  }
  .ui-grid > .ui-small-phone-2 {
    width: 16.66666667%;
  }
  .ui-grid > .ui-small-phone-3 {
    width: 25%;
  }
  .ui-grid > .ui-small-phone-4 {
    width: 33.33333333%;
  }
  .ui-grid > .ui-small-phone-5 {
    width: 41.66666667%;
  }
  .ui-grid > .ui-small-phone-6 {
    width: 50%;
  }
  .ui-grid > .ui-small-phone-7 {
    width: 58.33333333%;
  }
  .ui-grid > .ui-small-phone-8 {
    width: 66.66666667%;
  }
  .ui-grid > .ui-small-phone-9 {
    width: 75%;
  }
  .ui-grid > .ui-small-phone-10 {
    width: 83.33333333%;
  }
  .ui-grid > .ui-small-phone-11 {
    width: 91.66666667%;
  }
  .ui-grid > .ui-small-phone-12 {
    width: 100%;
  }
  .ui-grid > .ui-small-phone-0 {
    width: 0;
    overflow: hidden;
    padding: 0;
  }
  .ui-grid > .ui-small-phone-12 + .ui-small-phone-12 {
    margin-bottom: 15px;
  }
}
.ui-blocks.ui-column-1 > * {
  width: 100%;
}
.ui-blocks.ui-column-2 > * {
  width: 50%;
}
.ui-blocks.ui-column-3 > * {
  width: 33.33333333%;
}
.ui-blocks.ui-column-4 > * {
  width: 25%;
}
.ui-blocks.ui-column-5 > * {
  width: 20%;
}
.ui-blocks.ui-column-6 > * {
  width: 16.66666667%;
}
.ui-blocks.ui-column-7 > * {
  width: 14.28571429%;
}
.ui-blocks.ui-column-8 > * {
  width: 12.5%;
}
.ui-blocks.ui-column-9 > * {
  width: 11.11111111%;
}
.ui-blocks.ui-column-10 > * {
  width: 10%;
}
.ui-blocks.ui-column-11 > * {
  width: 9.09090909%;
}
.ui-blocks.ui-column-12 > * {
  width: 8.33333333%;
}
@media (max-width: 1199px) {
  .ui-blocks.ui-computer-1 > * {
    width: 100%;
  }
  .ui-blocks.ui-computer-2 > * {
    width: 50%;
  }
  .ui-blocks.ui-computer-3 > * {
    width: 33.33333333%;
  }
  .ui-blocks.ui-computer-4 > * {
    width: 25%;
  }
  .ui-blocks.ui-computer-5 > * {
    width: 20%;
  }
  .ui-blocks.ui-computer-6 > * {
    width: 16.66666667%;
  }
  .ui-blocks.ui-computer-7 > * {
    width: 14.28571429%;
  }
  .ui-blocks.ui-computer-8 > * {
    width: 12.5%;
  }
  .ui-blocks.ui-computer-9 > * {
    width: 11.11111111%;
  }
  .ui-blocks.ui-computer-10 > * {
    width: 10%;
  }
  .ui-blocks.ui-computer-11 > * {
    width: 9.09090909%;
  }
  .ui-blocks.ui-computer-12 > * {
    width: 8.33333333%;
  }
  .ui-blocks.ui-computer-1.ui-margin > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .ui-blocks.ui-tablet-1 > * {
    width: 100%;
  }
  .ui-blocks.ui-tablet-2 > * {
    width: 50%;
  }
  .ui-blocks.ui-tablet-3 > * {
    width: 33.33333333%;
  }
  .ui-blocks.ui-tablet-4 > * {
    width: 25%;
  }
  .ui-blocks.ui-tablet-5 > * {
    width: 20%;
  }
  .ui-blocks.ui-tablet-6 > * {
    width: 16.66666667%;
  }
  .ui-blocks.ui-tablet-7 > * {
    width: 14.28571429%;
  }
  .ui-blocks.ui-tablet-8 > * {
    width: 12.5%;
  }
  .ui-blocks.ui-tablet-9 > * {
    width: 11.11111111%;
  }
  .ui-blocks.ui-tablet-10 > * {
    width: 10%;
  }
  .ui-blocks.ui-tablet-11 > * {
    width: 9.09090909%;
  }
  .ui-blocks.ui-tablet-12 > * {
    width: 8.33333333%;
  }
  .ui-blocks.ui-tablet-1.ui-margin > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .ui-blocks.ui-small-tablet-1 > * {
    width: 100%;
  }
  .ui-blocks.ui-small-tablet-2 > * {
    width: 50%;
  }
  .ui-blocks.ui-small-tablet-3 > * {
    width: 33.33333333%;
  }
  .ui-blocks.ui-small-tablet-4 > * {
    width: 25%;
  }
  .ui-blocks.ui-small-tablet-5 > * {
    width: 20%;
  }
  .ui-blocks.ui-small-tablet-6 > * {
    width: 16.66666667%;
  }
  .ui-blocks.ui-small-tablet-7 > * {
    width: 14.28571429%;
  }
  .ui-blocks.ui-small-tablet-8 > * {
    width: 12.5%;
  }
  .ui-blocks.ui-small-tablet-9 > * {
    width: 11.11111111%;
  }
  .ui-blocks.ui-small-tablet-10 > * {
    width: 10%;
  }
  .ui-blocks.ui-small-tablet-11 > * {
    width: 9.09090909%;
  }
  .ui-blocks.ui-small-tablet-12 > * {
    width: 8.33333333%;
  }
  .ui-blocks.ui-small-tablet-1.ui-margin > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    padding: 0 !important;
  }
}
@media (max-width: 567px) {
  .ui-blocks.ui-phone-1 > * {
    width: 100%;
  }
  .ui-blocks.ui-phone-2 > * {
    width: 50%;
  }
  .ui-blocks.ui-phone-3 > * {
    width: 33.33333333%;
  }
  .ui-blocks.ui-phone-4 > * {
    width: 25%;
  }
  .ui-blocks.ui-phone-5 > * {
    width: 20%;
  }
  .ui-blocks.ui-phone-6 > * {
    width: 16.66666667%;
  }
  .ui-blocks.ui-phone-7 > * {
    width: 14.28571429%;
  }
  .ui-blocks.ui-phone-8 > * {
    width: 12.5%;
  }
  .ui-blocks.ui-phone-9 > * {
    width: 11.11111111%;
  }
  .ui-blocks.ui-phone-10 > * {
    width: 10%;
  }
  .ui-blocks.ui-phone-11 > * {
    width: 9.09090909%;
  }
  .ui-blocks.ui-phone-12 > * {
    width: 8.33333333%;
  }
  .ui-blocks.ui-phone-1.ui-margin > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    padding: 0 !important;
  }
}
@media (max-width: 319px) {
  .ui-blocks.ui-small-phone-1 > * {
    width: 100%;
  }
  .ui-blocks.ui-small-phone-2 > * {
    width: 50%;
  }
  .ui-blocks.ui-small-phone-3 > * {
    width: 33.33333333%;
  }
  .ui-blocks.ui-small-phone-4 > * {
    width: 25%;
  }
  .ui-blocks.ui-small-phone-5 > * {
    width: 20%;
  }
  .ui-blocks.ui-small-phone-6 > * {
    width: 16.66666667%;
  }
  .ui-blocks.ui-small-phone-7 > * {
    width: 14.28571429%;
  }
  .ui-blocks.ui-small-phone-8 > * {
    width: 12.5%;
  }
  .ui-blocks.ui-small-phone-9 > * {
    width: 11.11111111%;
  }
  .ui-blocks.ui-small-phone-10 > * {
    width: 10%;
  }
  .ui-blocks.ui-small-phone-11 > * {
    width: 9.09090909%;
  }
  .ui-blocks.ui-small-phone-12 > * {
    width: 8.33333333%;
  }
  .ui-blocks.ui-small-phone-1.ui-margin > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    padding: 0 !important;
  }
}
.ui-z-outer {
  z-index: 2;
}
.ui-z-inner {
  z-index: 1;
}
.ui-text-right {
  text-align: right;
}
.ui-text-left {
  text-align: left;
}
.ui-text-center {
  text-align: center;
}
.ui-vertical-top,
.ui-vertical-top > * {
  vertical-align: top;
}
.ui-vertical-bottom,
.ui-vertical-bottom > * {
  vertical-align: bottom;
}
.ui-vertical-middle,
.ui-vertical-middle > * {
  vertical-align: middle;
}
.ui-clear-inner > * {
  padding: 0;
  margin: 0;
}
.ui-clear-outer {
  padding: 0;
  margin: 0;
}
.ui-clear {
  padding: 0;
  margin: 0;
}
.ui-relative {
  position: relative;
}
.ui-stick {
  position: absolute;
}
.ui-top {
  top: 0;
}
.ui-left {
  left: 0;
}
.ui-bottom {
  bottom: 0;
}
.ui-right {
  right: 0;
}
.ui-margin-right-clear {
  margin-right: 0 !important;
}
.ui-margin-left-clear {
  margin-left: 0 !important;
}
.ui-upper {
  text-transform: uppercase;
}
.clearfix,
.clearfix:after,
.clearfix:before {
  clear: both;
  display: table;
}
.clearfix:after,
.clearfix:before {
  content: ' ';
}
@media (max-width: 1200px) {
  .ui-computer-hide {
    display: none !important;
  }
}
@media (max-width: 1124px) {
  .ui-small-computer-hide {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .ui-tablet-hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ui-small-tablet-hide {
    display: none !important;
  }
}
@media (max-width: 568px) {
  .ui-phone-hide {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .ui-small-phone-hide {
    display: none !important;
  }
}
