/**
 * Ecommerce
 *
 */
/* Import theme variables */
/**
 * Variables
 *
 */
/*
 * Colors
 *
 */
/* Background */
/* Text */
/* Primary Color */
/* Secondary Color */
/* Secondary Dark Color */
/* Secondary Alt Color */
/* Tertiary Color */
/* Tertiary Alt Color */
/* Misc Colors */
/*
 * Nav
 *
 */
/* Breakpoint */
/* Background */
/* Links */
/* Toggle */
/*
 * Fonts
 *
 */
/*
 * Forms
 *
 */
/*
 * Bootstrap Overrides
 *
 */
/* Vendors */
/**
 * Bootstrap 3
 *
 */
.ec-html-table {
  background-color: transparent;
}

.ec-html-caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

.ec-html-th {
  text-align: left;
}

.ec-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-th,
.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-td,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-th,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-td,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-th,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.ec-table > .ec-html-caption + .ec-html-thead > .ec-html-tr:first-child > .ec-html-th,
.ec-table > .ec-html-caption + .ec-html-thead > .ec-html-tr:first-child > .ec-html-td,
.ec-table > .ec-html-colgroup + .ec-html-thead > .ec-html-tr:first-child > .ec-html-th,
.ec-table > .ec-html-colgroup + .ec-html-thead > .ec-html-tr:first-child > .ec-html-td,
.ec-table > .ec-html-thead:first-child > .ec-html-tr:first-child > .ec-html-th,
.ec-table > .ec-html-thead:first-child > .ec-html-tr:first-child > .ec-html-td {
  border-top: 0;
}

.ec-table > .ec-html-tbody + .ec-html-tbody {
  border-top: 2px solid #ddd;
}

.ec-table .ec-table {
  background-color: #fff;
}

.ec-table-condensed > .ec-html-thead > .ec-html-tr > .ec-html-th,
.ec-table-condensed > .ec-html-thead > .ec-html-tr > .ec-html-td,
.ec-table-condensed > .ec-html-tbody > .ec-html-tr > .ec-html-th,
.ec-table-condensed > .ec-html-tbody > .ec-html-tr > .ec-html-td,
.ec-table-condensed > .ec-html-tfoot > .ec-html-tr > .ec-html-th,
.ec-table-condensed > .ec-html-tfoot > .ec-html-tr > .ec-html-td {
  padding: 5px;
}

.ec-table-bordered {
  border: 1px solid #ddd;
}

.ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-th,
.ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-td,
.ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-th,
.ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-td,
.ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-th,
.ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-td {
  border: 1px solid #ddd;
}

.ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-th,
.ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-td {
  border-bottom-width: 2px;
}

.ec-table-striped > .ec-html-tbody > .ec-html-tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ec-table-hover > .ec-html-tbody > .ec-html-tr:hover {
  background-color: #f5f5f5;
}

.ec-html-table .ec-html-col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

.ec-html-table .ec-html-td[class*="col-"],
.ec-html-table .ec-html-th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-td.active,
.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-th.active,
.ec-table > .ec-html-thead > .ec-html-tr.active > .ec-html-td,
.ec-table > .ec-html-thead > .ec-html-tr.active > .ec-html-th,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-td.active,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-th.active,
.ec-table > .ec-html-tbody > .ec-html-tr.active > .ec-html-td,
.ec-table > .ec-html-tbody > .ec-html-tr.active > .ec-html-th,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-td.active,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-th.active,
.ec-table > .ec-html-tfoot > .ec-html-tr.active > .ec-html-td,
.ec-table > .ec-html-tfoot > .ec-html-tr.active > .ec-html-th {
  background-color: #f5f5f5;
}

.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-td.active:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-th.active:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.active:hover > .ec-html-td,
.ec-table-hover > .ec-html-tbody > .ec-html-tr:hover > .active,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.active:hover > .ec-html-th {
  background-color: #e8e8e8;
}

.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-td.success,
.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-th.success,
.ec-table > .ec-html-thead > .ec-html-tr.success > .ec-html-td,
.ec-table > .ec-html-thead > .ec-html-tr.success > .ec-html-th,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-td.success,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-th.success,
.ec-table > .ec-html-tbody > .ec-html-tr.success > .ec-html-td,
.ec-table > .ec-html-tbody > .ec-html-tr.success > .ec-html-th,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-td.success,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-th.success,
.ec-table > .ec-html-tfoot > .ec-html-tr.success > .ec-html-td,
.ec-table > .ec-html-tfoot > .ec-html-tr.success > .ec-html-th {
  background-color: #dff0d8;
}

.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-td.success:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-th.success:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.success:hover > .ec-html-td,
.ec-table-hover > .ec-html-tbody > .ec-html-tr:hover > .success,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.success:hover > .ec-html-th {
  background-color: #d0e9c6;
}

.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-td.info,
.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-th.info,
.ec-table > .ec-html-thead > .ec-html-tr.info > .ec-html-td,
.ec-table > .ec-html-thead > .ec-html-tr.info > .ec-html-th,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-td.info,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-th.info,
.ec-table > .ec-html-tbody > .ec-html-tr.info > .ec-html-td,
.ec-table > .ec-html-tbody > .ec-html-tr.info > .ec-html-th,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-td.info,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-th.info,
.ec-table > .ec-html-tfoot > .ec-html-tr.info > .ec-html-td,
.ec-table > .ec-html-tfoot > .ec-html-tr.info > .ec-html-th {
  background-color: #d9edf7;
}

.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-td.info:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-th.info:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.info:hover > .ec-html-td,
.ec-table-hover > .ec-html-tbody > .ec-html-tr:hover > .info,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.info:hover > .ec-html-th {
  background-color: #c4e3f3;
}

.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-td.warning,
.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-th.warning,
.ec-table > .ec-html-thead > .ec-html-tr.warning > .ec-html-td,
.ec-table > .ec-html-thead > .ec-html-tr.warning > .ec-html-th,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-td.warning,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-th.warning,
.ec-table > .ec-html-tbody > .ec-html-tr.warning > .ec-html-td,
.ec-table > .ec-html-tbody > .ec-html-tr.warning > .ec-html-th,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-td.warning,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-th.warning,
.ec-table > .ec-html-tfoot > .ec-html-tr.warning > .ec-html-td,
.ec-table > .ec-html-tfoot > .ec-html-tr.warning > .ec-html-th {
  background-color: #fcf8e3;
}

.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-td.warning:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-th.warning:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.warning:hover > .ec-html-td,
.ec-table-hover > .ec-html-tbody > .ec-html-tr:hover > .warning,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.warning:hover > .ec-html-th {
  background-color: #faf2cc;
}

.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-td.danger,
.ec-table > .ec-html-thead > .ec-html-tr > .ec-html-th.danger,
.ec-table > .ec-html-thead > .ec-html-tr.danger > .ec-html-td,
.ec-table > .ec-html-thead > .ec-html-tr.danger > .ec-html-th,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-td.danger,
.ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-th.danger,
.ec-table > .ec-html-tbody > .ec-html-tr.danger > .ec-html-td,
.ec-table > .ec-html-tbody > .ec-html-tr.danger > .ec-html-th,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-td.danger,
.ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-th.danger,
.ec-table > .ec-html-tfoot > .ec-html-tr.danger > .ec-html-td,
.ec-table > .ec-html-tfoot > .ec-html-tr.danger > .ec-html-th {
  background-color: #f2dede;
}

.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-td.danger:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr > .ec-html-th.danger:hover,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.danger:hover > .ec-html-td,
.ec-table-hover > .ec-html-tbody > .ec-html-tr:hover > .danger,
.ec-table-hover > .ec-html-tbody > .ec-html-tr.danger:hover > .ec-html-th {
  background-color: #ebcccc;
}

.ec-table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .ec-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .ec-table-responsive > .ec-table {
    margin-bottom: 0;
  }
  .ec-table-responsive > .ec-table > .ec-html-thead > .ec-html-tr > .ec-html-th,
  .ec-table-responsive > .ec-table > .ec-html-thead > .ec-html-tr > .ec-html-td,
  .ec-table-responsive > .ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-th,
  .ec-table-responsive > .ec-table > .ec-html-tbody > .ec-html-tr > .ec-html-td,
  .ec-table-responsive > .ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-th,
  .ec-table-responsive > .ec-table > .ec-html-tfoot > .ec-html-tr > .ec-html-td {
    white-space: nowrap;
  }
  .ec-table-responsive > .ec-table-bordered {
    border: 0;
  }
  .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-th:first-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-td:first-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-th:first-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-td:first-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-th:first-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-td:first-child {
    border-left: 0;
  }
  .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-th:last-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-td:last-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-th:last-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-td:last-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-th:last-child,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-td:last-child {
    border-right: 0;
  }
  .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:last-child > .ec-html-th,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:last-child > .ec-html-td,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr:last-child > .ec-html-th,
  .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr:last-child > .ec-html-td {
    border-bottom: 0;
  }
}

.ec-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ec-btn:focus, .ec-btn.ec-focus, .ec-btn:active:focus, .ec-btn:active.ec-focus, .ec-btn.ec-active:focus, .ec-btn.ec-active.ec-focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-btn:hover, .ec-btn:focus, .ec-btn.ec-focus {
  color: #333;
  text-decoration: none;
}

.ec-btn:active, .ec-btn.ec-active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-btn.ec-disabled, .ec-btn[disabled],
.ec-html-fieldset[disabled] .ec-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-html-a.ec-btn.ec-disabled,
.ec-html-fieldset[disabled] .ec-html-a.ec-btn {
  pointer-events: none;
}

.ec-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.ec-btn-default:focus, .ec-btn-default.ec-focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.ec-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ec-btn-default:active, .ec-btn-default.ec-active,
.ec-open > .ec-btn-default.ec-dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ec-btn-default:active:hover, .ec-btn-default:active:focus, .ec-btn-default:active.ec-focus, .ec-btn-default.ec-active:hover, .ec-btn-default.ec-active:focus, .ec-btn-default.ec-active.ec-focus,
.ec-open > .ec-btn-default.ec-dropdown-toggle:hover,
.ec-open > .ec-btn-default.ec-dropdown-toggle:focus,
.ec-open > .ec-btn-default.ec-dropdown-toggle.ec-focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.ec-btn-default:active, .ec-btn-default.ec-active,
.ec-open > .ec-btn-default.ec-dropdown-toggle {
  background-image: none;
}

.ec-btn-default.ec-disabled:hover, .ec-btn-default.ec-disabled:focus, .ec-btn-default.ec-disabled.ec-focus, .ec-btn-default[disabled]:hover, .ec-btn-default[disabled]:focus, .ec-btn-default[disabled].ec-focus,
.ec-html-fieldset[disabled] .ec-btn-default:hover,
.ec-html-fieldset[disabled] .ec-btn-default:focus,
.ec-html-fieldset[disabled] .ec-btn-default.ec-focus {
  background-color: #fff;
  border-color: #ccc;
}

.ec-btn-default .ec-badge {
  color: #fff;
  background-color: #333;
}

.ec-btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.ec-btn-primary:focus, .ec-btn-primary.ec-focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.ec-btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.ec-btn-primary:active, .ec-btn-primary.ec-active,
.ec-open > .ec-btn-primary.ec-dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.ec-btn-primary:active:hover, .ec-btn-primary:active:focus, .ec-btn-primary:active.ec-focus, .ec-btn-primary.ec-active:hover, .ec-btn-primary.ec-active:focus, .ec-btn-primary.ec-active.ec-focus,
.ec-open > .ec-btn-primary.ec-dropdown-toggle:hover,
.ec-open > .ec-btn-primary.ec-dropdown-toggle:focus,
.ec-open > .ec-btn-primary.ec-dropdown-toggle.ec-focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.ec-btn-primary:active, .ec-btn-primary.ec-active,
.ec-open > .ec-btn-primary.ec-dropdown-toggle {
  background-image: none;
}

.ec-btn-primary.ec-disabled:hover, .ec-btn-primary.ec-disabled:focus, .ec-btn-primary.ec-disabled.ec-focus, .ec-btn-primary[disabled]:hover, .ec-btn-primary[disabled]:focus, .ec-btn-primary[disabled].ec-focus,
.ec-html-fieldset[disabled] .ec-btn-primary:hover,
.ec-html-fieldset[disabled] .ec-btn-primary:focus,
.ec-html-fieldset[disabled] .ec-btn-primary.ec-focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.ec-btn-primary .ec-badge {
  color: #337ab7;
  background-color: #fff;
}

.ec-btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ec-btn-success:focus, .ec-btn-success.ec-focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.ec-btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.ec-btn-success:active, .ec-btn-success.ec-active,
.ec-open > .ec-btn-success.ec-dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.ec-btn-success:active:hover, .ec-btn-success:active:focus, .ec-btn-success:active.ec-focus, .ec-btn-success.ec-active:hover, .ec-btn-success.ec-active:focus, .ec-btn-success.ec-active.ec-focus,
.ec-open > .ec-btn-success.ec-dropdown-toggle:hover,
.ec-open > .ec-btn-success.ec-dropdown-toggle:focus,
.ec-open > .ec-btn-success.ec-dropdown-toggle.ec-focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.ec-btn-success:active, .ec-btn-success.ec-active,
.ec-open > .ec-btn-success.ec-dropdown-toggle {
  background-image: none;
}

.ec-btn-success.ec-disabled:hover, .ec-btn-success.ec-disabled:focus, .ec-btn-success.ec-disabled.ec-focus, .ec-btn-success[disabled]:hover, .ec-btn-success[disabled]:focus, .ec-btn-success[disabled].ec-focus,
.ec-html-fieldset[disabled] .ec-btn-success:hover,
.ec-html-fieldset[disabled] .ec-btn-success:focus,
.ec-html-fieldset[disabled] .ec-btn-success.ec-focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.ec-btn-success .ec-badge {
  color: #5cb85c;
  background-color: #fff;
}

.ec-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.ec-btn-info:focus, .ec-btn-info.ec-focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.ec-btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.ec-btn-info:active, .ec-btn-info.ec-active,
.ec-open > .ec-btn-info.ec-dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.ec-btn-info:active:hover, .ec-btn-info:active:focus, .ec-btn-info:active.ec-focus, .ec-btn-info.ec-active:hover, .ec-btn-info.ec-active:focus, .ec-btn-info.ec-active.ec-focus,
.ec-open > .ec-btn-info.ec-dropdown-toggle:hover,
.ec-open > .ec-btn-info.ec-dropdown-toggle:focus,
.ec-open > .ec-btn-info.ec-dropdown-toggle.ec-focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.ec-btn-info:active, .ec-btn-info.ec-active,
.ec-open > .ec-btn-info.ec-dropdown-toggle {
  background-image: none;
}

.ec-btn-info.ec-disabled:hover, .ec-btn-info.ec-disabled:focus, .ec-btn-info.ec-disabled.ec-focus, .ec-btn-info[disabled]:hover, .ec-btn-info[disabled]:focus, .ec-btn-info[disabled].ec-focus,
.ec-html-fieldset[disabled] .ec-btn-info:hover,
.ec-html-fieldset[disabled] .ec-btn-info:focus,
.ec-html-fieldset[disabled] .ec-btn-info.ec-focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.ec-btn-info .ec-badge {
  color: #5bc0de;
  background-color: #fff;
}

.ec-btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.ec-btn-warning:focus, .ec-btn-warning.ec-focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.ec-btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.ec-btn-warning:active, .ec-btn-warning.ec-active,
.ec-open > .ec-btn-warning.ec-dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.ec-btn-warning:active:hover, .ec-btn-warning:active:focus, .ec-btn-warning:active.ec-focus, .ec-btn-warning.ec-active:hover, .ec-btn-warning.ec-active:focus, .ec-btn-warning.ec-active.ec-focus,
.ec-open > .ec-btn-warning.ec-dropdown-toggle:hover,
.ec-open > .ec-btn-warning.ec-dropdown-toggle:focus,
.ec-open > .ec-btn-warning.ec-dropdown-toggle.ec-focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.ec-btn-warning:active, .ec-btn-warning.ec-active,
.ec-open > .ec-btn-warning.ec-dropdown-toggle {
  background-image: none;
}

.ec-btn-warning.ec-disabled:hover, .ec-btn-warning.ec-disabled:focus, .ec-btn-warning.ec-disabled.ec-focus, .ec-btn-warning[disabled]:hover, .ec-btn-warning[disabled]:focus, .ec-btn-warning[disabled].ec-focus,
.ec-html-fieldset[disabled] .ec-btn-warning:hover,
.ec-html-fieldset[disabled] .ec-btn-warning:focus,
.ec-html-fieldset[disabled] .ec-btn-warning.ec-focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.ec-btn-warning .ec-badge {
  color: #f0ad4e;
  background-color: #fff;
}

.ec-btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.ec-btn-danger:focus, .ec-btn-danger.ec-focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.ec-btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.ec-btn-danger:active, .ec-btn-danger.ec-active,
.ec-open > .ec-btn-danger.ec-dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.ec-btn-danger:active:hover, .ec-btn-danger:active:focus, .ec-btn-danger:active.ec-focus, .ec-btn-danger.ec-active:hover, .ec-btn-danger.ec-active:focus, .ec-btn-danger.ec-active.ec-focus,
.ec-open > .ec-btn-danger.ec-dropdown-toggle:hover,
.ec-open > .ec-btn-danger.ec-dropdown-toggle:focus,
.ec-open > .ec-btn-danger.ec-dropdown-toggle.ec-focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.ec-btn-danger:active, .ec-btn-danger.ec-active,
.ec-open > .ec-btn-danger.ec-dropdown-toggle {
  background-image: none;
}

.ec-btn-danger.ec-disabled:hover, .ec-btn-danger.ec-disabled:focus, .ec-btn-danger.ec-disabled.ec-focus, .ec-btn-danger[disabled]:hover, .ec-btn-danger[disabled]:focus, .ec-btn-danger[disabled].ec-focus,
.ec-html-fieldset[disabled] .ec-btn-danger:hover,
.ec-html-fieldset[disabled] .ec-btn-danger:focus,
.ec-html-fieldset[disabled] .ec-btn-danger.ec-focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.ec-btn-danger .ec-badge {
  color: #d9534f;
  background-color: #fff;
}

.ec-btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.ec-btn-link, .ec-btn-link:active, .ec-btn-link.ec-active, .ec-btn-link[disabled],
.ec-html-fieldset[disabled] .ec-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-btn-link, .ec-btn-link:hover, .ec-btn-link:focus, .ec-btn-link:active {
  border-color: transparent;
}

.ec-btn-link:hover, .ec-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.ec-btn-link[disabled]:hover, .ec-btn-link[disabled]:focus,
.ec-html-fieldset[disabled] .ec-btn-link:hover,
.ec-html-fieldset[disabled] .ec-btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.ec-btn-lg, .ec-btn-group-lg > .ec-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.ec-btn-sm, .ec-btn-group-sm > .ec-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ec-btn-xs, .ec-btn-group-xs > .ec-btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.ec-btn-block {
  display: block;
  width: 100%;
}

.ec-btn-block + .ec-btn-block {
  margin-top: 5px;
}

.ec-html-input[type="submit"].ec-btn-block,
.ec-html-input[type="reset"].ec-btn-block,
.ec-html-input[type="button"].ec-btn-block {
  width: 100%;
}

.ec-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.ec-fade.ec-in {
  opacity: 1;
}

.ec-collapse {
  display: none;
}

.ec-collapse.ec-in {
  display: block;
}

.ec-html-tr.ec-collapse.ec-in {
  display: table-row;
}

.ec-html-tbody.ec-collapse.ec-in {
  display: table-row-group;
}

.ec-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ec-btn-group,
.ec-btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ec-btn-group > .ec-btn,
.ec-btn-group-vertical > .ec-btn {
  position: relative;
  float: left;
}

.ec-btn-group > .ec-btn:hover, .ec-btn-group > .ec-btn:focus, .ec-btn-group > .ec-btn:active, .ec-btn-group > .ec-btn.ec-active,
.ec-btn-group-vertical > .ec-btn:hover,
.ec-btn-group-vertical > .ec-btn:focus,
.ec-btn-group-vertical > .ec-btn:active,
.ec-btn-group-vertical > .ec-btn.ec-active {
  z-index: 2;
}

.ec-btn-group .ec-btn + .ec-btn,
.ec-btn-group .ec-btn + .ec-btn-group,
.ec-btn-group .ec-btn-group + .ec-btn,
.ec-btn-group .ec-btn-group + .ec-btn-group {
  margin-left: -1px;
}

.ec-btn-toolbar {
  margin-left: -5px;
}

.ec-btn-toolbar:before, .ec-btn-toolbar:after {
  content: " ";
  display: table;
}

.ec-btn-toolbar:after {
  clear: both;
}

.ec-btn-toolbar .ec-btn,
.ec-btn-toolbar .ec-btn-group,
.ec-btn-toolbar .ec-input-group {
  float: left;
}

.ec-btn-toolbar > .ec-btn,
.ec-btn-toolbar > .ec-btn-group,
.ec-btn-toolbar > .ec-input-group {
  margin-left: 5px;
}

.ec-btn-group > .ec-btn:not(:first-child):not(:last-child):not(.ec-dropdown-toggle) {
  border-radius: 0;
}

.ec-btn-group > .ec-btn:first-child {
  margin-left: 0;
}

.ec-btn-group > .ec-btn:first-child:not(:last-child):not(.ec-dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ec-btn-group > .ec-btn:last-child:not(:first-child),
.ec-btn-group > .ec-dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ec-btn-group > .ec-btn-group {
  float: left;
}

.ec-btn-group > .ec-btn-group:not(:first-child):not(:last-child) > .ec-btn {
  border-radius: 0;
}

.ec-btn-group > .ec-btn-group:first-child:not(:last-child) > .ec-btn:last-child,
.ec-btn-group > .ec-btn-group:first-child:not(:last-child) > .ec-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ec-btn-group > .ec-btn-group:last-child:not(:first-child) > .ec-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ec-btn-group .ec-dropdown-toggle:active,
.ec-btn-group.ec-open .ec-dropdown-toggle {
  outline: 0;
}

.ec-btn-group > .ec-btn + .ec-dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.ec-btn-group > .ec-btn-lg + .ec-dropdown-toggle, .ec-btn-group-lg.ec-btn-group > .ec-btn + .ec-dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.ec-btn-group.ec-open .ec-dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-btn-group.ec-open .ec-dropdown-toggle.ec-btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-btn .ec-caret {
  margin-left: 0;
}

.ec-btn-lg .ec-caret, .ec-btn-group-lg > .ec-btn .ec-caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.ec-dropup .ec-btn-lg .ec-caret, .ec-dropup .ec-btn-group-lg > .ec-btn .ec-caret {
  border-width: 0 5px 5px;
}

.ec-btn-group-vertical > .ec-btn,
.ec-btn-group-vertical > .ec-btn-group,
.ec-btn-group-vertical > .ec-btn-group > .ec-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.ec-btn-group-vertical > .ec-btn-group:before, .ec-btn-group-vertical > .ec-btn-group:after {
  content: " ";
  display: table;
}

.ec-btn-group-vertical > .ec-btn-group:after {
  clear: both;
}

.ec-btn-group-vertical > .ec-btn-group > .ec-btn {
  float: none;
}

.ec-btn-group-vertical > .ec-btn + .ec-btn,
.ec-btn-group-vertical > .ec-btn + .ec-btn-group,
.ec-btn-group-vertical > .ec-btn-group + .ec-btn,
.ec-btn-group-vertical > .ec-btn-group + .ec-btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.ec-btn-group-vertical > .ec-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ec-btn-group-vertical > .ec-btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ec-btn-group-vertical > .ec-btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ec-btn-group-vertical > .ec-btn-group:not(:first-child):not(:last-child) > .ec-btn {
  border-radius: 0;
}

.ec-btn-group-vertical > .ec-btn-group:first-child:not(:last-child) > .ec-btn:last-child,
.ec-btn-group-vertical > .ec-btn-group:first-child:not(:last-child) > .ec-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ec-btn-group-vertical > .ec-btn-group:last-child:not(:first-child) > .ec-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ec-btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.ec-btn-group-justified > .ec-btn,
.ec-btn-group-justified > .ec-btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.ec-btn-group-justified > .ec-btn-group .ec-btn {
  width: 100%;
}

.ec-btn-group-justified > .ec-btn-group .ec-dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .ec-btn .ec-html-input[type="radio"],
[data-toggle="buttons"] > .ec-btn .ec-html-input[type="checkbox"],
[data-toggle="buttons"] > .ec-btn-group > .ec-btn .ec-html-input[type="radio"],
[data-toggle="buttons"] > .ec-btn-group > .ec-btn .ec-html-input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.ec-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.ec-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.ec-input-group .ec-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.ec-input-group .ec-form-control:focus {
  z-index: 3;
}

.ec-input-group-addon,
.ec-input-group-btn,
.ec-input-group .ec-form-control {
  display: table-cell;
}

.ec-input-group-addon:not(:first-child):not(:last-child),
.ec-input-group-btn:not(:first-child):not(:last-child),
.ec-input-group .ec-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ec-input-group-addon,
.ec-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.ec-input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ec-input-group-addon.ec-input-sm,
.ec-input-group-sm > .ec-input-group-addon,
.ec-input-group-sm > .ec-input-group-btn > .ec-input-group-addon.ec-btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.ec-input-group-addon.ec-input-lg,
.ec-input-group-lg > .ec-input-group-addon,
.ec-input-group-lg > .ec-input-group-btn > .ec-input-group-addon.ec-btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.ec-input-group-addon .ec-html-input[type="radio"],
.ec-input-group-addon .ec-html-input[type="checkbox"] {
  margin-top: 0;
}

.ec-input-group .ec-form-control:first-child,
.ec-input-group-addon:first-child,
.ec-input-group-btn:first-child > .ec-btn,
.ec-input-group-btn:first-child > .ec-btn-group > .ec-btn,
.ec-input-group-btn:first-child > .ec-dropdown-toggle,
.ec-input-group-btn:last-child > .ec-btn:not(:last-child):not(.ec-dropdown-toggle),
.ec-input-group-btn:last-child > .ec-btn-group:not(:last-child) > .ec-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ec-input-group-addon:first-child {
  border-right: 0;
}

.ec-input-group .ec-form-control:last-child,
.ec-input-group-addon:last-child,
.ec-input-group-btn:last-child > .ec-btn,
.ec-input-group-btn:last-child > .ec-btn-group > .ec-btn,
.ec-input-group-btn:last-child > .ec-dropdown-toggle,
.ec-input-group-btn:first-child > .ec-btn:not(:first-child),
.ec-input-group-btn:first-child > .ec-btn-group:not(:first-child) > .ec-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ec-input-group-addon:last-child {
  border-left: 0;
}

.ec-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.ec-input-group-btn > .ec-btn {
  position: relative;
}

.ec-input-group-btn > .ec-btn + .ec-btn {
  margin-left: -1px;
}

.ec-input-group-btn > .ec-btn:hover, .ec-input-group-btn > .ec-btn:focus, .ec-input-group-btn > .ec-btn:active {
  z-index: 2;
}

.ec-input-group-btn:first-child > .ec-btn,
.ec-input-group-btn:first-child > .ec-btn-group {
  margin-right: -1px;
}

.ec-input-group-btn:last-child > .ec-btn,
.ec-input-group-btn:last-child > .ec-btn-group {
  z-index: 2;
  margin-left: -1px;
}

.ec-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.ec-nav:before, .ec-nav:after {
  content: " ";
  display: table;
}

.ec-nav:after {
  clear: both;
}

.ec-nav > .ec-html-li {
  position: relative;
  display: block;
}

.ec-nav > .ec-html-li > .ec-html-a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.ec-nav > .ec-html-li > .ec-html-a:hover, .ec-nav > .ec-html-li > .ec-html-a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.ec-nav > .ec-html-li.ec-disabled > .ec-html-a {
  color: #777777;
}

.ec-nav > .ec-html-li.ec-disabled > .ec-html-a:hover, .ec-nav > .ec-html-li.ec-disabled > .ec-html-a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.ec-nav .ec-open > .ec-html-a, .ec-nav .ec-open > .ec-html-a:hover, .ec-nav .ec-open > .ec-html-a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.ec-nav .ec-nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.ec-nav > .ec-html-li > .ec-html-a > .ec-html-img {
  max-width: none;
}

.ec-nav-tabs {
  border-bottom: 1px solid #ddd;
}

.ec-nav-tabs > .ec-html-li {
  float: left;
  margin-bottom: -1px;
}

.ec-nav-tabs > .ec-html-li > .ec-html-a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.ec-nav-tabs > .ec-html-li > .ec-html-a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.ec-nav-tabs > .ec-html-li.ec-active > .ec-html-a, .ec-nav-tabs > .ec-html-li.ec-active > .ec-html-a:hover, .ec-nav-tabs > .ec-html-li.ec-active > .ec-html-a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.ec-nav-pills > .ec-html-li {
  float: left;
}

.ec-nav-pills > .ec-html-li > .ec-html-a {
  border-radius: 4px;
}

.ec-nav-pills > .ec-html-li + .ec-html-li {
  margin-left: 2px;
}

.ec-nav-pills > .ec-html-li.ec-active > .ec-html-a, .ec-nav-pills > .ec-html-li.ec-active > .ec-html-a:hover, .ec-nav-pills > .ec-html-li.ec-active > .ec-html-a:focus {
  color: #fff;
  background-color: #337ab7;
}

.ec-nav-stacked > .ec-html-li {
  float: none;
}

.ec-nav-stacked > .ec-html-li + .ec-html-li {
  margin-top: 2px;
  margin-left: 0;
}

.ec-nav-justified, .ec-nav-tabs.ec-nav-justified {
  width: 100%;
}

.ec-nav-justified > .ec-html-li {
  float: none;
}

.ec-nav-justified > .ec-html-li > .ec-html-a {
  text-align: center;
  margin-bottom: 5px;
}

.ec-nav-justified > .ec-dropdown .ec-dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .ec-nav-justified > .ec-html-li {
    display: table-cell;
    width: 1%;
  }
  .ec-nav-justified > .ec-html-li > .ec-html-a {
    margin-bottom: 0;
  }
}

.ec-nav-tabs-justified, .ec-nav-tabs.ec-nav-justified {
  border-bottom: 0;
}

.ec-nav-tabs-justified > .ec-html-li > .ec-html-a, .ec-nav-tabs.ec-nav-justified > .ec-html-li > .ec-html-a {
  margin-right: 0;
  border-radius: 4px;
}

.ec-nav-tabs-justified > .ec-active > .ec-html-a, .ec-nav-tabs.ec-nav-justified > .ec-active > .ec-html-a,
.ec-nav-tabs-justified > .ec-active > .ec-html-a:hover,
.ec-nav-tabs.ec-nav-justified > .ec-active > .ec-html-a:hover,
.ec-nav-tabs-justified > .ec-active > .ec-html-a:focus,
.ec-nav-tabs.ec-nav-justified > .ec-active > .ec-html-a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .ec-nav-tabs-justified > .ec-html-li > .ec-html-a, .ec-nav-tabs.ec-nav-justified > .ec-html-li > .ec-html-a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .ec-nav-tabs-justified > .ec-active > .ec-html-a, .ec-nav-tabs.ec-nav-justified > .ec-active > .ec-html-a,
  .ec-nav-tabs-justified > .ec-active > .ec-html-a:hover,
  .ec-nav-tabs.ec-nav-justified > .ec-active > .ec-html-a:hover,
  .ec-nav-tabs-justified > .ec-active > .ec-html-a:focus,
  .ec-nav-tabs.ec-nav-justified > .ec-active > .ec-html-a:focus {
    border-bottom-color: #fff;
  }
}

.ec-tab-content > .ec-tab-pane {
  display: none;
}

.ec-tab-content > .ec-active {
  display: block;
}

.ec-nav-tabs .ec-dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ec-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.ec-pagination > .ec-html-li {
  display: inline;
}

.ec-pagination > .ec-html-li > .ec-html-a,
.ec-pagination > .ec-html-li > .ec-html-span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.ec-pagination > .ec-html-li:first-child > .ec-html-a,
.ec-pagination > .ec-html-li:first-child > .ec-html-span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ec-pagination > .ec-html-li:last-child > .ec-html-a,
.ec-pagination > .ec-html-li:last-child > .ec-html-span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ec-pagination > .ec-html-li > .ec-html-a:hover, .ec-pagination > .ec-html-li > .ec-html-a:focus,
.ec-pagination > .ec-html-li > .ec-html-span:hover,
.ec-pagination > .ec-html-li > .ec-html-span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.ec-pagination > .ec-active > .ec-html-a, .ec-pagination > .ec-active > .ec-html-a:hover, .ec-pagination > .ec-active > .ec-html-a:focus,
.ec-pagination > .ec-active > .ec-html-span,
.ec-pagination > .ec-active > .ec-html-span:hover,
.ec-pagination > .ec-active > .ec-html-span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.ec-pagination > .ec-disabled > .ec-html-span,
.ec-pagination > .ec-disabled > .ec-html-span:hover,
.ec-pagination > .ec-disabled > .ec-html-span:focus,
.ec-pagination > .ec-disabled > .ec-html-a,
.ec-pagination > .ec-disabled > .ec-html-a:hover,
.ec-pagination > .ec-disabled > .ec-html-a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.ec-pagination-lg > .ec-html-li > .ec-html-a,
.ec-pagination-lg > .ec-html-li > .ec-html-span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.ec-pagination-lg > .ec-html-li:first-child > .ec-html-a,
.ec-pagination-lg > .ec-html-li:first-child > .ec-html-span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.ec-pagination-lg > .ec-html-li:last-child > .ec-html-a,
.ec-pagination-lg > .ec-html-li:last-child > .ec-html-span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.ec-pagination-sm > .ec-html-li > .ec-html-a,
.ec-pagination-sm > .ec-html-li > .ec-html-span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.ec-pagination-sm > .ec-html-li:first-child > .ec-html-a,
.ec-pagination-sm > .ec-html-li:first-child > .ec-html-span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ec-pagination-sm > .ec-html-li:last-child > .ec-html-a,
.ec-pagination-sm > .ec-html-li:last-child > .ec-html-span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ec-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.ec-alert .ec-html-h4 {
  margin-top: 0;
  color: inherit;
}

.ec-alert .ec-alert-link {
  font-weight: bold;
}

.ec-alert > .ec-html-p,
.ec-alert > .ec-html-ul {
  margin-bottom: 0;
}

.ec-alert > .ec-html-p + .ec-html-p {
  margin-top: 5px;
}

.ec-alert-dismissable,
.ec-alert-dismissible {
  padding-right: 35px;
}

.ec-alert-dismissable .ec-close,
.ec-alert-dismissible .ec-close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.ec-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.ec-alert-success .ec-html-hr {
  border-top-color: #c9e2b3;
}

.ec-alert-success .ec-alert-link {
  color: #2b542c;
}

.ec-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.ec-alert-info .ec-html-hr {
  border-top-color: #a6e1ec;
}

.ec-alert-info .ec-alert-link {
  color: #245269;
}

.ec-alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.ec-alert-warning .ec-html-hr {
  border-top-color: #f7e1b5;
}

.ec-alert-warning .ec-alert-link {
  color: #66512c;
}

.ec-alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.ec-alert-danger .ec-html-hr {
  border-top-color: #e4b9c0;
}

.ec-alert-danger .ec-alert-link {
  color: #843534;
}

.ec-list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.ec-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.ec-list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ec-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ec-html-a.ec-list-group-item,
.ec-html-button.ec-list-group-item {
  color: #555;
}

.ec-html-a.ec-list-group-item .ec-list-group-item-heading,
.ec-html-button.ec-list-group-item .ec-list-group-item-heading {
  color: #333;
}

.ec-html-a.ec-list-group-item:hover, .ec-html-a.ec-list-group-item:focus,
.ec-html-button.ec-list-group-item:hover,
.ec-html-button.ec-list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.ec-html-button.ec-list-group-item {
  width: 100%;
  text-align: left;
}

.ec-list-group-item.ec-disabled, .ec-list-group-item.ec-disabled:hover, .ec-list-group-item.ec-disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.ec-list-group-item.ec-disabled .ec-list-group-item-heading, .ec-list-group-item.ec-disabled:hover .ec-list-group-item-heading, .ec-list-group-item.ec-disabled:focus .ec-list-group-item-heading {
  color: inherit;
}

.ec-list-group-item.ec-disabled .ec-list-group-item-text, .ec-list-group-item.ec-disabled:hover .ec-list-group-item-text, .ec-list-group-item.ec-disabled:focus .ec-list-group-item-text {
  color: #777777;
}

.ec-list-group-item.ec-active, .ec-list-group-item.ec-active:hover, .ec-list-group-item.ec-active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.ec-list-group-item.ec-active .ec-list-group-item-heading,
.ec-list-group-item.ec-active .ec-list-group-item-heading > .ec-html-small,
.ec-list-group-item.ec-active .ec-list-group-item-heading > .ec-small, .ec-list-group-item.ec-active:hover .ec-list-group-item-heading,
.ec-list-group-item.ec-active:hover .ec-list-group-item-heading > .ec-html-small,
.ec-list-group-item.ec-active:hover .ec-list-group-item-heading > .ec-small, .ec-list-group-item.ec-active:focus .ec-list-group-item-heading,
.ec-list-group-item.ec-active:focus .ec-list-group-item-heading > .ec-html-small,
.ec-list-group-item.ec-active:focus .ec-list-group-item-heading > .ec-small {
  color: inherit;
}

.ec-list-group-item.ec-active .ec-list-group-item-text, .ec-list-group-item.ec-active:hover .ec-list-group-item-text, .ec-list-group-item.ec-active:focus .ec-list-group-item-text {
  color: #c7ddef;
}

.ec-list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

.ec-html-a.ec-list-group-item-success,
.ec-html-button.ec-list-group-item-success {
  color: #3c763d;
}

.ec-html-a.ec-list-group-item-success .ec-list-group-item-heading,
.ec-html-button.ec-list-group-item-success .ec-list-group-item-heading {
  color: inherit;
}

.ec-html-a.ec-list-group-item-success:hover, .ec-html-a.ec-list-group-item-success:focus,
.ec-html-button.ec-list-group-item-success:hover,
.ec-html-button.ec-list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

.ec-html-a.ec-list-group-item-success.ec-active, .ec-html-a.ec-list-group-item-success.ec-active:hover, .ec-html-a.ec-list-group-item-success.ec-active:focus,
.ec-html-button.ec-list-group-item-success.ec-active,
.ec-html-button.ec-list-group-item-success.ec-active:hover,
.ec-html-button.ec-list-group-item-success.ec-active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.ec-list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

.ec-html-a.ec-list-group-item-info,
.ec-html-button.ec-list-group-item-info {
  color: #31708f;
}

.ec-html-a.ec-list-group-item-info .ec-list-group-item-heading,
.ec-html-button.ec-list-group-item-info .ec-list-group-item-heading {
  color: inherit;
}

.ec-html-a.ec-list-group-item-info:hover, .ec-html-a.ec-list-group-item-info:focus,
.ec-html-button.ec-list-group-item-info:hover,
.ec-html-button.ec-list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

.ec-html-a.ec-list-group-item-info.ec-active, .ec-html-a.ec-list-group-item-info.ec-active:hover, .ec-html-a.ec-list-group-item-info.ec-active:focus,
.ec-html-button.ec-list-group-item-info.ec-active,
.ec-html-button.ec-list-group-item-info.ec-active:hover,
.ec-html-button.ec-list-group-item-info.ec-active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.ec-list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.ec-html-a.ec-list-group-item-warning,
.ec-html-button.ec-list-group-item-warning {
  color: #8a6d3b;
}

.ec-html-a.ec-list-group-item-warning .ec-list-group-item-heading,
.ec-html-button.ec-list-group-item-warning .ec-list-group-item-heading {
  color: inherit;
}

.ec-html-a.ec-list-group-item-warning:hover, .ec-html-a.ec-list-group-item-warning:focus,
.ec-html-button.ec-list-group-item-warning:hover,
.ec-html-button.ec-list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

.ec-html-a.ec-list-group-item-warning.ec-active, .ec-html-a.ec-list-group-item-warning.ec-active:hover, .ec-html-a.ec-list-group-item-warning.ec-active:focus,
.ec-html-button.ec-list-group-item-warning.ec-active,
.ec-html-button.ec-list-group-item-warning.ec-active:hover,
.ec-html-button.ec-list-group-item-warning.ec-active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.ec-list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

.ec-html-a.ec-list-group-item-danger,
.ec-html-button.ec-list-group-item-danger {
  color: #a94442;
}

.ec-html-a.ec-list-group-item-danger .ec-list-group-item-heading,
.ec-html-button.ec-list-group-item-danger .ec-list-group-item-heading {
  color: inherit;
}

.ec-html-a.ec-list-group-item-danger:hover, .ec-html-a.ec-list-group-item-danger:focus,
.ec-html-button.ec-list-group-item-danger:hover,
.ec-html-button.ec-list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

.ec-html-a.ec-list-group-item-danger.ec-active, .ec-html-a.ec-list-group-item-danger.ec-active:hover, .ec-html-a.ec-list-group-item-danger.ec-active:focus,
.ec-html-button.ec-list-group-item-danger.ec-active,
.ec-html-button.ec-list-group-item-danger.ec-active:hover,
.ec-html-button.ec-list-group-item-danger.ec-active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.ec-list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.ec-list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.ec-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ec-panel-body {
  padding: 15px;
}

.ec-panel-body:before, .ec-panel-body:after {
  content: " ";
  display: table;
}

.ec-panel-body:after {
  clear: both;
}

.ec-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.ec-panel-heading > .ec-dropdown .ec-dropdown-toggle {
  color: inherit;
}

.ec-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.ec-panel-title > .ec-html-a,
.ec-panel-title > .ec-html-small,
.ec-panel-title > .ec-small,
.ec-panel-title > .ec-html-small > .ec-html-a,
.ec-panel-title > .ec-small > .ec-html-a {
  color: inherit;
}

.ec-panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ec-panel > .ec-list-group,
.ec-panel > .ec-panel-collapse > .ec-list-group {
  margin-bottom: 0;
}

.ec-panel > .ec-list-group .ec-list-group-item,
.ec-panel > .ec-panel-collapse > .ec-list-group .ec-list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.ec-panel > .ec-list-group:first-child .ec-list-group-item:first-child,
.ec-panel > .ec-panel-collapse > .ec-list-group:first-child .ec-list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.ec-panel > .ec-list-group:last-child .ec-list-group-item:last-child,
.ec-panel > .ec-panel-collapse > .ec-list-group:last-child .ec-list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ec-panel > .ec-panel-heading + .ec-panel-collapse > .ec-list-group .ec-list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ec-panel-heading + .ec-list-group .ec-list-group-item:first-child {
  border-top-width: 0;
}

.ec-list-group + .ec-panel-footer {
  border-top-width: 0;
}

.ec-panel > .ec-table,
.ec-panel > .ec-table-responsive > .ec-table,
.ec-panel > .ec-panel-collapse > .ec-table {
  margin-bottom: 0;
}

.ec-panel > .ec-table .ec-html-caption,
.ec-panel > .ec-table-responsive > .ec-table .ec-html-caption,
.ec-panel > .ec-panel-collapse > .ec-table .ec-html-caption {
  padding-left: 15px;
  padding-right: 15px;
}

.ec-panel > .ec-table:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.ec-panel > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child,
.ec-panel > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ec-panel > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child .ec-html-td:first-child,
.ec-panel > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child .ec-html-th:first-child,
.ec-panel > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-td:first-child,
.ec-panel > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-th:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child .ec-html-td:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child .ec-html-th:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-td:first-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-th:first-child {
  border-top-left-radius: 3px;
}

.ec-panel > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child .ec-html-td:last-child,
.ec-panel > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child .ec-html-th:last-child,
.ec-panel > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-td:last-child,
.ec-panel > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-th:last-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child .ec-html-td:last-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-thead:first-child > .ec-html-tr:first-child .ec-html-th:last-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-td:last-child,
.ec-panel > .ec-table-responsive:first-child > .ec-table:first-child > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-th:last-child {
  border-top-right-radius: 3px;
}

.ec-panel > .ec-table:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ec-panel > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child,
.ec-panel > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ec-panel > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child .ec-html-td:first-child,
.ec-panel > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child .ec-html-th:first-child,
.ec-panel > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child .ec-html-td:first-child,
.ec-panel > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child .ec-html-th:first-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child .ec-html-td:first-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child .ec-html-th:first-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child .ec-html-td:first-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child .ec-html-th:first-child {
  border-bottom-left-radius: 3px;
}

.ec-panel > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child .ec-html-td:last-child,
.ec-panel > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child .ec-html-th:last-child,
.ec-panel > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child .ec-html-td:last-child,
.ec-panel > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child .ec-html-th:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child .ec-html-td:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tbody:last-child > .ec-html-tr:last-child .ec-html-th:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child .ec-html-td:last-child,
.ec-panel > .ec-table-responsive:last-child > .ec-table:last-child > .ec-html-tfoot:last-child > .ec-html-tr:last-child .ec-html-th:last-child {
  border-bottom-right-radius: 3px;
}

.ec-panel > .ec-panel-body + .ec-table,
.ec-panel > .ec-panel-body + .ec-table-responsive,
.ec-panel > .ec-table + .ec-panel-body,
.ec-panel > .ec-table-responsive + .ec-panel-body {
  border-top: 1px solid #ddd;
}

.ec-panel > .ec-table > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-th,
.ec-panel > .ec-table > .ec-html-tbody:first-child > .ec-html-tr:first-child .ec-html-td {
  border-top: 0;
}

.ec-panel > .ec-table-bordered,
.ec-panel > .ec-table-responsive > .ec-table-bordered {
  border: 0;
}

.ec-panel > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-th:first-child,
.ec-panel > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-td:first-child,
.ec-panel > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-th:first-child,
.ec-panel > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-td:first-child,
.ec-panel > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-th:first-child,
.ec-panel > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-td:first-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-th:first-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-td:first-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-th:first-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-td:first-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-th:first-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-td:first-child {
  border-left: 0;
}

.ec-panel > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-th:last-child,
.ec-panel > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-td:last-child,
.ec-panel > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-th:last-child,
.ec-panel > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-td:last-child,
.ec-panel > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-th:last-child,
.ec-panel > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-td:last-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-th:last-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr > .ec-html-td:last-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-th:last-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr > .ec-html-td:last-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-th:last-child,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr > .ec-html-td:last-child {
  border-right: 0;
}

.ec-panel > .ec-table-bordered > .ec-html-thead > .ec-html-tr:first-child > .ec-html-td,
.ec-panel > .ec-table-bordered > .ec-html-thead > .ec-html-tr:first-child > .ec-html-th,
.ec-panel > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:first-child > .ec-html-td,
.ec-panel > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:first-child > .ec-html-th,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr:first-child > .ec-html-td,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-thead > .ec-html-tr:first-child > .ec-html-th,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:first-child > .ec-html-td,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:first-child > .ec-html-th {
  border-bottom: 0;
}

.ec-panel > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:last-child > .ec-html-td,
.ec-panel > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:last-child > .ec-html-th,
.ec-panel > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr:last-child > .ec-html-td,
.ec-panel > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr:last-child > .ec-html-th,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:last-child > .ec-html-td,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tbody > .ec-html-tr:last-child > .ec-html-th,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr:last-child > .ec-html-td,
.ec-panel > .ec-table-responsive > .ec-table-bordered > .ec-html-tfoot > .ec-html-tr:last-child > .ec-html-th {
  border-bottom: 0;
}

.ec-panel > .ec-table-responsive {
  border: 0;
  margin-bottom: 0;
}

.ec-panel-group {
  margin-bottom: 20px;
}

.ec-panel-group .ec-panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.ec-panel-group .ec-panel + .ec-panel {
  margin-top: 5px;
}

.ec-panel-group .ec-panel-heading {
  border-bottom: 0;
}

.ec-panel-group .ec-panel-heading + .ec-panel-collapse > .ec-panel-body,
.ec-panel-group .ec-panel-heading + .ec-panel-collapse > .ec-list-group {
  border-top: 1px solid #ddd;
}

.ec-panel-group .ec-panel-footer {
  border-top: 0;
}

.ec-panel-group .ec-panel-footer + .ec-panel-collapse .ec-panel-body {
  border-bottom: 1px solid #ddd;
}

.ec-panel-default {
  border-color: #ddd;
}

.ec-panel-default > .ec-panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.ec-panel-default > .ec-panel-heading + .ec-panel-collapse > .ec-panel-body {
  border-top-color: #ddd;
}

.ec-panel-default > .ec-panel-heading .ec-badge {
  color: #f5f5f5;
  background-color: #333333;
}

.ec-panel-default > .ec-panel-footer + .ec-panel-collapse > .ec-panel-body {
  border-bottom-color: #ddd;
}

.ec-panel-primary {
  border-color: #337ab7;
}

.ec-panel-primary > .ec-panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.ec-panel-primary > .ec-panel-heading + .ec-panel-collapse > .ec-panel-body {
  border-top-color: #337ab7;
}

.ec-panel-primary > .ec-panel-heading .ec-badge {
  color: #337ab7;
  background-color: #fff;
}

.ec-panel-primary > .ec-panel-footer + .ec-panel-collapse > .ec-panel-body {
  border-bottom-color: #337ab7;
}

.ec-panel-success {
  border-color: #d6e9c6;
}

.ec-panel-success > .ec-panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.ec-panel-success > .ec-panel-heading + .ec-panel-collapse > .ec-panel-body {
  border-top-color: #d6e9c6;
}

.ec-panel-success > .ec-panel-heading .ec-badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.ec-panel-success > .ec-panel-footer + .ec-panel-collapse > .ec-panel-body {
  border-bottom-color: #d6e9c6;
}

.ec-panel-info {
  border-color: #bce8f1;
}

.ec-panel-info > .ec-panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.ec-panel-info > .ec-panel-heading + .ec-panel-collapse > .ec-panel-body {
  border-top-color: #bce8f1;
}

.ec-panel-info > .ec-panel-heading .ec-badge {
  color: #d9edf7;
  background-color: #31708f;
}

.ec-panel-info > .ec-panel-footer + .ec-panel-collapse > .ec-panel-body {
  border-bottom-color: #bce8f1;
}

.ec-panel-warning {
  border-color: #faebcc;
}

.ec-panel-warning > .ec-panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.ec-panel-warning > .ec-panel-heading + .ec-panel-collapse > .ec-panel-body {
  border-top-color: #faebcc;
}

.ec-panel-warning > .ec-panel-heading .ec-badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.ec-panel-warning > .ec-panel-footer + .ec-panel-collapse > .ec-panel-body {
  border-bottom-color: #faebcc;
}

.ec-panel-danger {
  border-color: #ebccd1;
}

.ec-panel-danger > .ec-panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.ec-panel-danger > .ec-panel-heading + .ec-panel-collapse > .ec-panel-body {
  border-top-color: #ebccd1;
}

.ec-panel-danger > .ec-panel-heading .ec-badge {
  color: #f2dede;
  background-color: #a94442;
}

.ec-panel-danger > .ec-panel-footer + .ec-panel-collapse > .ec-panel-body {
  border-bottom-color: #ebccd1;
}

.ec-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.ec-close:hover, .ec-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ec-html-button.ec-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.ec-modal-open {
  overflow: hidden;
}

.ec-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.ec-modal.ec-fade .ec-modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.ec-modal.ec-in .ec-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ec-modal-open .ec-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.ec-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.ec-modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.ec-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.ec-modal-backdrop.ec-fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ec-modal-backdrop.ec-in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ec-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.ec-modal-header:before, .ec-modal-header:after {
  content: " ";
  display: table;
}

.ec-modal-header:after {
  clear: both;
}

.ec-modal-header .ec-close {
  margin-top: -2px;
}

.ec-modal-title {
  margin: 0;
  line-height: 1.42857;
}

.ec-modal-body {
  position: relative;
  padding: 15px;
}

.ec-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.ec-modal-footer:before, .ec-modal-footer:after {
  content: " ";
  display: table;
}

.ec-modal-footer:after {
  clear: both;
}

.ec-modal-footer .ec-btn + .ec-btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.ec-modal-footer .ec-btn-group .ec-btn + .ec-btn {
  margin-left: -1px;
}

.ec-modal-footer .ec-btn-block + .ec-btn-block {
  margin-left: 0;
}

.ec-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .ec-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .ec-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .ec-modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .ec-modal-lg {
    width: 900px;
  }
}

/*
 * type.scss
 */
.ec-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.ec-list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.ec-list-inline > .ec-html-li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/**
 * Flexboxgrid
 *
 * Replaces Bootstrap's grid
 * Sassified and namespaced
 *
 */
.ec-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.ec-container,
.ec-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 1170px;
}

.ec-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.ec-row.ec-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ec-col.ec-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.ec-col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.ec-col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.ec-col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.ec-col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.ec-col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.ec-col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.ec-col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.ec-col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.ec-col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.ec-col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.ec-col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.ec-col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.ec-col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.ec-col-xs-offset-0 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 0;
}

.ec-col-xs-offset-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.33333%;
}

.ec-col-xs-offset-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.66667%;
}

.ec-col-xs-offset-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%;
}

.ec-col-xs-offset-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.33333%;
}

.ec-col-xs-offset-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.66667%;
}

.ec-col-xs-offset-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%;
}

.ec-col-xs-offset-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.33333%;
}

.ec-col-xs-offset-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.66667%;
}

.ec-col-xs-offset-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%;
}

.ec-col-xs-offset-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.33333%;
}

.ec-col-xs-offset-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.66667%;
}

.ec-col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%;
}

.ec-col-xs {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.ec-start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.ec-center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.ec-end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.ec-top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.ec-middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.ec-bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.ec-around-xs {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.ec-between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.ec-first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.ec-last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 48em) {
  .ec-container {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ec-col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .ec-col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .ec-col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .ec-col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .ec-col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .ec-col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .ec-col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .ec-col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .ec-col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .ec-col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .ec-col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .ec-col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .ec-col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .ec-col-sm-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .ec-col-sm-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%;
  }
  .ec-col-sm-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%;
  }
  .ec-col-sm-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .ec-col-sm-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%;
  }
  .ec-col-sm-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%;
  }
  .ec-col-sm-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .ec-col-sm-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%;
  }
  .ec-col-sm-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%;
  }
  .ec-col-sm-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .ec-col-sm-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%;
  }
  .ec-col-sm-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%;
  }
  .ec-col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .ec-col-sm {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .ec-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ec-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .ec-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .ec-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .ec-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .ec-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .ec-around-sm {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .ec-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .ec-first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ec-last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .ec-container {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ec-col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .ec-col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .ec-col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .ec-col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .ec-col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .ec-col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .ec-col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .ec-col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .ec-col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .ec-col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .ec-col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .ec-col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .ec-col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .ec-col-md-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .ec-col-md-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%;
  }
  .ec-col-md-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%;
  }
  .ec-col-md-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .ec-col-md-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%;
  }
  .ec-col-md-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%;
  }
  .ec-col-md-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .ec-col-md-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%;
  }
  .ec-col-md-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%;
  }
  .ec-col-md-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .ec-col-md-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%;
  }
  .ec-col-md-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%;
  }
  .ec-col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .ec-col-md {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .ec-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ec-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .ec-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .ec-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .ec-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .ec-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .ec-around-md {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .ec-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .ec-first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ec-last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .ec-container {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ec-col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .ec-col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .ec-col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .ec-col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .ec-col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .ec-col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .ec-col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .ec-col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .ec-col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .ec-col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .ec-col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .ec-col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .ec-col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .ec-col-lg-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0;
  }
  .ec-col-lg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%;
  }
  .ec-col-lg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%;
  }
  .ec-col-lg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
  }
  .ec-col-lg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%;
  }
  .ec-col-lg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%;
  }
  .ec-col-lg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
  }
  .ec-col-lg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%;
  }
  .ec-col-lg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%;
  }
  .ec-col-lg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
  }
  .ec-col-lg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%;
  }
  .ec-col-lg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%;
  }
  .ec-col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
  }
  .ec-col-lg {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .ec-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ec-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .ec-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .ec-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .ec-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .ec-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .ec-around-lg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .ec-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .ec-first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ec-last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/**
 * Slick
 *
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* *********************************
 * Styles
 *
 */
/* Helpers */
/**
 * Utilities
 *
 */
.ec-text-left,
.ec-align-left {
  text-align: left;
}

.ec-text-right,
.ec-align-right {
  text-align: right;
}

.ec-text-center,
.ec-align-center {
  text-align: center;
}

.ec-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/*
 * Padding and margin utilities
 *
 */
/* Box model sizes */
.ec-margin-top-none {
  margin-top: 0 !important;
}

.ec-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ec-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ec-margin-top-xsmall {
  margin-top: 15px !important;
}

.ec-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ec-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ec-margin-top-small {
  margin-top: 30px !important;
}

.ec-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.ec-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ec-margin-top-medium {
  margin-top: 60px !important;
}

.ec-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ec-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.ec-margin-top-large {
  margin-top: 120px !important;
}

.ec-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.ec-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.ec-margin-right-none {
  margin-right: 0 !important;
}

.ec-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ec-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ec-margin-right-xsmall {
  margin-right: 15px !important;
}

.ec-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ec-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ec-margin-right-small {
  margin-right: 30px !important;
}

.ec-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.ec-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ec-margin-right-medium {
  margin-right: 60px !important;
}

.ec-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ec-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.ec-margin-right-large {
  margin-right: 120px !important;
}

.ec-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.ec-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.ec-margin-bottom-none {
  margin-bottom: 0 !important;
}

.ec-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ec-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ec-margin-bottom-xsmall {
  margin-bottom: 15px !important;
}

.ec-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ec-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ec-margin-bottom-small {
  margin-bottom: 30px !important;
}

.ec-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.ec-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ec-margin-bottom-medium {
  margin-bottom: 60px !important;
}

.ec-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ec-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.ec-margin-bottom-large {
  margin-bottom: 120px !important;
}

.ec-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.ec-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.ec-margin-left-none {
  margin-left: 0 !important;
}

.ec-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ec-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ec-margin-left-xsmall {
  margin-left: 15px !important;
}

.ec-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ec-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ec-margin-left-small {
  margin-left: 30px !important;
}

.ec-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.ec-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ec-margin-left-medium {
  margin-left: 60px !important;
}

.ec-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ec-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.ec-margin-left-large {
  margin-left: 120px !important;
}

.ec-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.ec-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.ec-padding-top-none {
  padding-top: 0 !important;
}

.ec-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ec-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ec-padding-top-xsmall {
  padding-top: 15px !important;
}

.ec-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ec-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ec-padding-top-small {
  padding-top: 30px !important;
}

.ec-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ec-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ec-padding-top-medium {
  padding-top: 60px !important;
}

.ec-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.ec-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ec-padding-top-large {
  padding-top: 120px !important;
}

.ec-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.ec-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ec-padding-right-none {
  padding-right: 0 !important;
}

.ec-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ec-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ec-padding-right-xsmall {
  padding-right: 15px !important;
}

.ec-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ec-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ec-padding-right-small {
  padding-right: 30px !important;
}

.ec-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ec-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ec-padding-right-medium {
  padding-right: 60px !important;
}

.ec-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.ec-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ec-padding-right-large {
  padding-right: 120px !important;
}

.ec-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.ec-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ec-padding-bottom-none {
  padding-bottom: 0 !important;
}

.ec-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ec-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ec-padding-bottom-xsmall {
  padding-bottom: 15px !important;
}

.ec-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ec-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ec-padding-bottom-small {
  padding-bottom: 30px !important;
}

.ec-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ec-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ec-padding-bottom-medium {
  padding-bottom: 60px !important;
}

.ec-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.ec-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ec-padding-bottom-large {
  padding-bottom: 120px !important;
}

.ec-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.ec-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ec-padding-left-none {
  padding-left: 0 !important;
}

.ec-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ec-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ec-padding-left-xsmall {
  padding-left: 15px !important;
}

.ec-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ec-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ec-padding-left-small {
  padding-left: 30px !important;
}

.ec-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ec-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ec-padding-left-medium {
  padding-left: 60px !important;
}

.ec-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.ec-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ec-padding-left-large {
  padding-left: 120px !important;
}

.ec-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.ec-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* Components */
/**
 * Bar Chart
 *
 */
.ec-bar-chart {
  font-size: 16px;
  margin-top: 20px;
}

.ec-bar-chart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

.ec-bar-chart__prefix {
  font-size: .75em;
  line-height: 20px;
  width: 40px;
}

.ec-bar-chart__suffix {
  font-size: .75em;
  line-height: 20px;
  padding-left: 5px;
}

.ec-bar-chart__bar {
  height: 20px;
  width: 150px;
}

@media (min-width: 992px) {
  .ec-bar-chart__bar {
    width: 200px;
  }
}

.ec-bar-chart__bar__filled {
  height: 100%;
}

/**
 * Cart Badge
 *
 */
.ec-cart-badge {
  font-size: 14px;
}

.ec-cart-badge--hidden {
  display: none;
}

/**
 * Cart Button
 *
 */
.ec-cart-button {
  text-transform: uppercase;
}

.ec-cart-button--large.ec-btn-lg, .ec-btn-group-lg > .ec-cart-button--large.ec-btn,
.ec-cart-button--large {
  padding: .77em 1.3em;
  margin-bottom: 15px;
}

/**
 * Cart Flash
 *
 */
.ec-cart-flash {
  background-color: #232679;
  color: #ffffff;
}

.ec-cart-flash__content {
  color: currentColor;
  padding-top: 20px;
  padding-bottom: 15px;
}

.ec-cart-flash__content .ec-btn, .ec-cart-flash__content .ec-btn:hover, .ec-cart-flash__content .ec-btn:active:focus, .ec-cart-flash__content .ec-btnactive, .ec-cart-flash__content .ec-btn:focus {
  background-color: #00a3bb;
  color: #ffffff;
}

.ec-cart-flash__title {
  display: block;
  font-size: 21px;
  margin-bottom: 20px;
}

/**
 * Close
 *
 */
.ec-close {
  background: transparent;
  border: 0;
}

/**
 * Coupon Box
 *
 */
@media (min-width: 768px) {
  .ec-coupon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .ec-coupon-box__group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .ec-coupon-box__group:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 10px;
  }
}

.ec-coupon-box__input {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .ec-coupon-box__input {
    margin-bottom: 0;
  }
}

.ec-coupon-box__button {
  width: 100%;
}

/**
 * Flash
 *
 */
.ec-flash {
  background-color: #fff;
  color: #333333;
}

.ec-flash--success {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  color: #3c763d !important;
}

.ec-flash--error {
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
  color: #a94442 !important;
}

.ec-flash__content {
  color: currentColor;
  padding-top: 20px;
  padding-bottom: 15px;
}

.ec-flash__title {
  display: block;
  color: currentColor;
  font-size: 21px;
  margin-bottom: 20px;
}

/**
 * Newsletter Opt In
 *
 */
.ec-newsletter-opt-in > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}

.ec-newsletter-opt-in > label [type="checkbox"] {
  margin-top: -1px;
}

.ec-newsletter-opt-in > label > span {
  padding-left: 5px;
}

/**
 * Option Toggle
 *
 */
@media (min-width: 768px) {
  .ec-option-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .ec-option-toggle__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .ec-option-toggle__item + .ec-option-toggle__item {
    padding-left: 20px;
  }
}

/**
 * Order Table
 *
 */
.ec-order-table__title {
  text-align: right;
}

/**
 * Payment Form Logos
 *
 */
.ec-payment-form-logos {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .ec-payment-form-logos {
    float: right;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.ec-payment-form-logos__item {
  margin: 5px 0;
  display: inline-block;
}

@media (min-width: 992px) {
  .ec-payment-form-logos__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/**
 * Product Cart
 *
 */
/**
 * Product Content
 *
 */
/**
 * Product Image Zoom
 *
 */
.ec-product-image-zoom {
  max-width: 100%;
}

#ec-product-image-zoom .ec-modal-content {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#ec-product-image-zoom .ec-modal-header {
  border: 0;
}

#ec-product-image-zoom .ec-close {
  background-color: transparent;
  border: 0;
  color: #fff;
  opacity: 1;
  font-size: 30px;
}

/**
 * Product Options
 *
 */
.ec-product-options {
  padding-right: 25px;
  padding-bottom: 15px;
}

.ec-product-options__label {
  font-size: 15px;
  padding-right: 10px;
}

/**
 * Product Price
 *
 */
.ec-product-price {
  font-weight: bold;
}

.ec-product-list .ec-product-price,
.product-list .ec-product-price {
  color: #232679;
  font-size: 20px;
}

.ec-product-price--large {
  color: #232679;
  font-size: 1.8rem;
  font-weight: bold;
}

.ec-product-price--original {
  color: #434452;
  font-weight: normal;
  text-decoration: line-through;
}

.ec-product-list .ec-product-price--original,
.product-list .ec-product-price--original {
  color: #434452;
  font-size: 18px;
}

/**
 * Product Quantity
 *
 */
.ec-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}

.ec-product-quantity .ec-error-msg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}

.ec-product-quantity .ec-btn {
  margin-bottom: 0;
}

.product .ec-product-quantity.ec-form-group, .ec-product-quantity.ec-form-group {
  margin-bottom: 0;
}

.ec-product-quantity .ec-form-group {
  width: 100%;
  margin-bottom: 20px;
}

.ec-product-quantity .ec-form-group {
  padding: 0;
}

@media (min-width: 768px) {
  .ec-product-quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ec-product-quantity .ec-btn,
  .ec-product-quantity .ec-form-group {
    width: auto;
    text-align: left;
  }
}

.ec-product-quantity__label {
  font-size: 15px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .ec-product-quantity__input {
    max-width: 88px;
  }
}

@media (min-width: 768px) {
  select.ec-product-quantity__input {
    max-width: 120px;
  }
}

/**
 * Product Review
 *
 */
.ec-product-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-list__content .ec-product-review .star-rating svg {
  height: 20px;
}

.ec-product-review__count {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

/**
 * Product Sale
 *
 */
.ec-product-sale {
  margin-top: 1rem;
}

.ec-product-sale__percent {
  font-weight: bold;
  color: #e00000;
}

.ec-product-sale__amount {
  text-decoration: line-through;
  padding-left: 15px;
}

/**
 * Product Sidebar
 *
 */
.ec-product-sidebar.ec-page-sidebar--left {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .ec-product-sidebar.ec-page-sidebar--left {
    margin-bottom: 20px;
  }
}

/**
 * Product Slider Thumbnails
 *
 */
.ec-product-slider-thumbnails {
  display: none;
  margin-top: 20px;
}

.ec-product-slider-thumbnails.slick-initialized {
  display: block;
}

.ec-product-slider-thumbnails .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-product-slider-thumbnails .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: none;
  border: 0;
  background: transparent;
  z-index: 99;
  text-align: center;
}

.ec-product-slider-thumbnails .slick-prev--small,
.ec-product-slider-thumbnails .slick-prev {
  left: 0;
}

.ec-product-slider-thumbnails .slick-next--small,
.ec-product-slider-thumbnails .slick-next {
  right: 0;
}

.ec-product-slider-thumbnails .slick-next--small,
.ec-product-slider-thumbnails .slick-prev--small {
  font-size: 14px;
}

.ec-product-slider-thumbnails .slick-list {
  margin: 0 22px;
}

.ec-product-slider-thumbnails__item {
  text-align: center;
}

.ec-product-slider-thumbnails__item:hover {
  cursor: pointer;
}

.ec-product-slider-thumbnails__image {
  margin: 0 auto;
  max-width: 60px;
  max-height: 60px;
}

/**
 * Product Slider
 *
 */
.ec-product-slider .slick-slider {
  position: relative;
}

.ec-product-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ec-product-slider .slick-arrow {
  display: block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: none;
  border: 0;
  background: transparent;
  z-index: 99;
  text-align: center;
}

.ec-product-slider .slick-prev {
  left: 0;
}

.ec-product-slider .slick-next {
  right: 0;
}

.ec-product-slider .slick-prev:before,
.ec-product-slider .slick-next:before {
  font-size: 28px;
}

.ec-product-slider .slick-slide {
  padding: 0 30px;
}

.ec-product-slider__item {
  display: none;
  opacity: 0;
}

.ec-product-slider__item:first-child,
.slick-initialized .ec-product-slider__item {
  display: block;
  opacity: 1;
}

.ec-product-slider__item img {
  max-width: 100%;
}

.ec-product-slider__image {
  margin: 0 auto;
}

/**
 * Product Subscription
 *
 */
.ec-product-subscription {
  font-size: 18px;
}

.product .ec-product-subscription.ec-form-group {
  margin-bottom: 5px;
}

/**
 * Product Thumbnail
 *
 */
.ec-product-thumbnail {
  display: block;
}

/**
 * Product Title
 *
 */

/**
 * Radio Inline
 *
 */
.ec-radio-inline {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-radio-inline [type="radio"] {
  margin-top: 0;
  position: relative;
  top: -3px;
}

.ec-radio-inline > span {
  font-size: 18px;
  padding-left: 8px;
}

/**
 * Radio List
 *
 */
.ec-radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.ec-radio-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 175px;
          flex: 0 1 175px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: .9em;
  line-height: 1.1em;
  padding: 10px;
  margin: 0 5px;
  max-width: 175px;
  min-width: 175px;
  width: 175px;
}

.ec-radio-list__item:first-child {
  margin-left: 0;
}

.ec-radio-list__item:last-child {
  margin-right: 0;
}

.ec-radio-list__item label {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-radio-list__item label:hover {
  cursor: pointer;
}

.ec-radio-list__item label > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.ec-radio-list__item label > div:first-child {
  padding-right: 10px;
}

.ec-radio-list__item .ec-radio-center {
  text-align: center;
  font-size: 21px;
}

/**
 * Review List
 *
 */
.ec-review-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ec-review-list__item {
  margin-bottom: 40px;
}

.ec-review-list__item:last-child {
  margin-bottom: 0;
}

.ec-review-list__item .star-rating svg {
  height: 20px;
}

/**
 * Review Stats
 *
 */
.ec-review-stats {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .ec-review-stats {
    margin-bottom: 20px;
  }
}

.ec-review-stats .star-rating svg {
  height: 30px;
}

.ec-review-stats__rating {
  font-size: 18px;
}

/**
 * Review
 *
 */
.ec-review {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ec-review__meta {
  font-style: italic;
}

.ec-review__content {
  margin-top: 10px;
}

.ec-review__content p:last-child {
  margin-bottom: 0;
}

/**
 * Sort Filter
 *
 */
.ec-sort-filter {
  display: none;
  margin-bottom: 30px;
}

.ec-sort-filter__select {
  width: auto;
}

/**
 * Table
 *
 */
.ec-table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  text-align: left;
  vertical-align: bottom;
}

.ec-table > tfoot > tr > td,
.ec-table > tbody > tr > td {
  vertical-align: middle;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
}

.ec-table th,
.ec-table td {
  padding: 8px;
}

@media (min-width: 768px) {
  .ec-table th:first-child,
  .ec-table td:first-child {
    padding-left: 0;
  }
  .ec-table th:last-child,
  .ec-table td:last-child {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .ec-table td[data-label="Product"] {
    min-width: 300px;
  }
}

.ec-table td[data-label="Quantity"] > span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.ec-table__close {
  float: none;
  padding-top: 20px;
  display: block;
  font-size: 24px;
  color: currentColor;
  opacity: .75;
}

.ec-table__close:hover {
  opacity: 1;
}

.ec-table__close:after {
  display: inline-block;
  vertical-align: middle;
  content: 'remove';
  font-size: 13px;
  position: relative;
  top: -3px;
}

@media (min-width: 768px) {
  .ec-table__close {
    padding: 0;
  }
  .ec-table__close:after {
    content: none;
  }
}

tr:first-child .ec-table__close {
  padding-top: 0;
}

@media (min-width: 768px) {
  .ec-table__close-column {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .ec-table--collapse thead {
    display: none;
  }
  .ec-table--collapse tr {
    border-bottom: 1px solid #ddd;
  }
  .ec-table--collapse tr:last-child {
    border-bottom: none;
  }
  .ec-table--collapse > tbody > tr > td {
    border: none;
  }
  .ec-table--collapse td {
    display: block;
    text-align: right;
    padding: 15px;
    border: none;
  }
  .ec-table--collapse td:last-child {
    border-bottom: none;
  }
  .ec-table--collapse td .ec-form-control {
    display: inline-block;
  }
  .ec-table--collapse td:before {
    content: attr(data-label);
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-right: 25px;
    text-transform: uppercase;
  }
  .ec-table--collapse tbody td:before {
    font-size: 9px;
    color: #cccccc;
  }
  .ec-table--collapse tbody ~ tbody {
    border-top: 1px solid #ddd;
  }
}

.ec-table--shipping-options__method {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ec-table--shipping-options__method {
    padding-top: 53px !important;
  }
}

#affix-checkout tfoot tr td:first-child,
#ad-cart-table tfoot tr td:first-child {
  display: none;
}

@media (min-width: 768px) {
  #affix-checkout tfoot tr td:first-child,
  #ad-cart-table tfoot tr td:first-child {
    display: table-cell;
  }
}

.subscriptions-table.ec-table--collapse tr {
  border: 0;
}

@media (min-width: 992px) {
  .subscriptions-table-main-item {
    width: 200px;
    min-width: 200px;
  }
}

.subscription-details {
  background-color: rgba(160, 160, 160, 0.05);
}

.ec-table > tbody > tr > td.subscriptions-table-buttons {
  border: 0;
}

.subscription-details--container {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .subscription-details--container {
    padding-top: 0;
  }
}

/*
 * Misc
 */
span.ec-name {
  font-weight: bold;
}

/*
 * Checkout
 */
.ec-submit-checkout {
  width: 100%;
}

#checkout-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 45vh;
  font-size: 1.5rem;
}

.ec-customer-info {
  background-color: rgba(125, 152, 115, 0.3);
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.ec-customer-info a:active,
.ec-customer-info a:focus,
.ec-customer-info a:hover,
.ec-customer-info a {
  text-decoration: underline;
}

.ec-customer-info a.signout {
  cursor: pointer;
}

.ec-order-summary-is-loading {
  position: relative;
}

.ec-order-summary-is-loading > * {
  opacity: .2;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.ec-order-summary-loader {
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/*# sourceMappingURL=ecommerce.css.map */
