meta.foundation-version {
  font-family: "/5.5.3/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 56.25em)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:56.3125em)/";
  width: 56.3125em;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:56.3125em) and (max-width:64em)/";
  width: 56.3125em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html,
body {
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
}
body {
  overflow-x: hidden;
  background: #fff;
  color: #050f25;
  cursor: auto;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  margin: 0 auto;
  /* max-width: 82.5rem; */
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 56.3125em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
.accordion {
  margin-bottom: 0;
  margin-left: 0;
}
.accordion:before,
.accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: #e8e8e8;
  color: #222;
}
.accordion .accordion-navigation > a,
.accordion dd > a {
  background: #efefef;
  color: #222;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 1rem;
  padding: 1rem;
}
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  background: #fff;
  display: block;
}
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #ea1b25;
  border-color: #ce131c;
  color: #fff;
}
.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333;
  font-size: 1.375rem;
  line-height: 0.9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: #fff;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #fff;
}
.alert-box.secondary {
  background-color: #00a8ff;
  border-color: #0090db;
  color: #fff;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #003957;
}
.alert-box.alert-close {
  opacity: 0;
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 56.3125em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #8cd8ff;
  border-color: #65caff;
  border-radius: 3px;
}
.breadcrumbs > * {
  color: #ea1b25;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #ea1b25;
}
.breadcrumbs > *.current {
  color: #333;
  cursor: default;
}
.breadcrumbs > *.current a {
  color: #333;
  cursor: default;
}
.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999;
}
.breadcrumbs > *.unavailable a {
  color: #999;
}
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > *:before {
  color: #aaa;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: transparent;
  border-color: #222;
  color: #222;
  transition: background-color 300ms ease-out;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #222;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #222;
}
button.secondary,
.button.secondary {
  background-color: #00a8ff;
  border-color: #0086cc;
  color: #222;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #0086cc;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #222;
}
button.success,
.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #222;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #368a55;
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #222;
}
button.alert,
.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #222;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #222;
}
button.warning,
.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #222;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  color: #222;
}
button.info,
.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  background-color: #61b6d9;
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  color: #222;
}
button.large,
.button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
button.small,
.button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
button.tiny,
.button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
button.expand,
.button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius,
.button.radius {
  border-radius: 3px;
}
button.round,
.button.round {
  border-radius: 1000px;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: transparent;
  border-color: #222;
  color: #222;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #222;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #222;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: transparent;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #00a8ff;
  border-color: #0086cc;
  color: #222;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #0086cc;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #222;
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #00a8ff;
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #222;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #222;
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #43ac6a;
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #222;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #222;
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #222;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  color: #222;
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  color: #222;
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #a0d3e8;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 56.3125em) {
  button,
  .button {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}
.button-group.even-2 li > button,
.button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
  border-left: 0;
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.33333%;
}
.button-group.even-3 li > button,
.button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
  border-left: 0;
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}
.button-group.even-4 li > button,
.button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
  border-left: 0;
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}
.button-group.even-5 li > button,
.button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
  border-left: 0;
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.66667%;
}
.button-group.even-6 li > button,
.button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
  border-left: 0;
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.28571%;
}
.button-group.even-7 li > button,
.button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
  border-left: 0;
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}
.button-group.even-8 li > button,
.button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
  border-left: 0;
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
  width: 100%;
}
.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group > li > button,
.button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button,
.button-group > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li > button,
.button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li > button,
.button-group.stack > li .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.stack > li > button {
  width: 100%;
}
.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
  border-top: 0;
}
.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.stack-for-small > li > button,
.button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button,
.button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}
@media only screen and (max-width: 56.25em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .button-group.stack-for-small > li > button,
  .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button,
  .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button,
  .button-group.stack-for-small > li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button,
  .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.radius > * > button,
.button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button,
.button-group.radius > *:first-child .button {
  border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > * {
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
  border-left: 0;
}
.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button {
  width: 100%;
}
.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
  border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}
.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 56.3125em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 56.25em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.round > * > button,
.button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button,
.button-group.round > *:first-child .button {
  border-left: 0;
}
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
  border-left: 0;
}
.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button {
  width: 100%;
}
.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
  border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}
.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 56.3125em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 56.25em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.button-bar:before,
.button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}
.clearing-thumbs,
[data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after,
[data-clearing]:after {
  clear: both;
}
.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}
.clearing-blackout {
  background: #333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}
.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}
.clearing-touch-label {
  color: #aaa;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}
.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}
.clearing-caption {
  background: #333;
  bottom: 0;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}
.clearing-close {
  color: #ccc;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover,
.clearing-close:focus {
  color: #ccc;
}
.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}
.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}
@media only screen and (min-width: 56.3125em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #ccc;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #ccc;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown.open {
  display: block;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #ccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right.open {
  display: block;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #ccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left.open {
  display: block;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #ccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}
.f-dropdown.drop-top.open {
  display: block;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #ccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eee;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555;
}
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content.open {
  display: block;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.radius {
  border-radius: 3px;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}
.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
.dropdown.button::after,
button.dropdown::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.dropdown.button::after,
button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button::after,
button.dropdown::after {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.small,
button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.large,
button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
  border-color: #333 transparent transparent transparent;
}
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
form {
  margin: 0 0 1rem;
}
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #ccc;
}
span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #ccc;
}

input:not([type]):disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #ddd;
  cursor: default;
}
input:not([type])[disabled],
input:not([type])[readonly],
fieldset[disabled] input:not([type]),
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #ddd;
  cursor: default;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
textarea[rows] {
  height: auto;
}
textarea {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:focus {
  background-color: #f3f3f3;
  border-color: #999;
}
select:disabled {
  background-color: #ddd;
  cursor: default;
}
select[multiple] {
  height: auto;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
input[type="file"] {
  width: 100%;
}
fieldset {
  border: 1px solid #ddd;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}
[data-abide] span.error,
[data-abide] small.error {
  display: none;
}
span.error,
small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}
label.error {
  color: #f04124;
}
.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333;
}
.icon-bar > * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%;
}
.icon-bar > * i,
.icon-bar > * img {
  display: block;
  margin: 0 auto;
}
.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: 0.0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}
.icon-bar.label-right > * i,
.icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 0.0625rem 0 0;
}
.icon-bar.label-right > * i + label,
.icon-bar.label-right > * img + label {
  margin-top: 0;
}
.icon-bar.label-right > * label {
  display: inline-block;
}
.icon-bar.vertical.label-right > * {
  text-align: left;
}
.icon-bar.vertical,
.icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
.icon-bar.vertical .item,
.icon-bar.small-vertical .item {
  float: none;
  margin: auto;
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}
.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: 0.0625rem;
  font-size: 1rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
}
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}
.icon-bar > * label {
  color: #fff;
}
.icon-bar > * i {
  color: #fff;
}
.icon-bar > a:hover {
  background: #ea1b25;
}
.icon-bar > a:hover label {
  color: #fff;
}
.icon-bar > a:hover i {
  color: #fff;
}
.icon-bar > a.active {
  background: #ea1b25;
}
.icon-bar > a.active label {
  color: #fff;
}
.icon-bar > a.active i {
  color: #fff;
}
.icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}
.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.seven-up .item {
  width: 14.28571%;
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.eight-up .item {
  width: 12.5%;
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.seven-up .item {
  width: 14.28571%;
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.eight-up .item {
  width: 12.5%;
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 56.3125em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}
.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}
.inline-list > li > * {
  display: block;
}
.joyride-list {
  display: none;
}
.joyride-tip-guide {
  background: #333;
  color: #fff;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%;
}
.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}
.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}
.joyride-tip-guide .joyride-nub {
  border: 10px solid #333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}
.joyride-tip-guide .joyride-nub.top {
  border-color: #333;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-color: #333 !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}
.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0;
}
.joyride-timer-indicator-wrap {
  border: solid 1px #555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}
.joyride-timer-indicator {
  background: #666;
  display: block;
  height: inherit;
  width: 0;
}
.joyride-close-tip {
  color: #777 !important;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px;
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
  color: #eee !important;
}
.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}
.joyride-expose-wrapper {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 15px #fff;
  position: absolute;
  z-index: 102;
}
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #ddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}
.label {
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #ea1b25;
  color: #fff;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #fff;
}
.label.warning {
  background-color: #f08a24;
  color: #fff;
}
.label.success {
  background-color: #43ac6a;
  color: #fff;
}
.label.secondary {
  background-color: #00a8ff;
  color: #fff;
}
.label.info {
  background-color: #a0d3e8;
  color: #333;
}
[data-magellan-expedition],
[data-magellan-expedition-clone] {
  background: #fff;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}
[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555 #fff;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}
.orbit-container .orbit-slide-number {
  left: 10px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  border: solid 4px #fff;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}
.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  right: -4px;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #fff;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #fff;
}
.orbit-bullets-container {
  text-align: center;
}
.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}
.orbit-bullets li {
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}
@media only screen and (min-width: 56.3125em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 56.25em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0 !important;
    opacity: 1 !important;
    position: relative;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next,
  .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
ul.pagination li {
  color: #222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
ul.pagination li a,
ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #999;
  pointer-events: none;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a,
ul.pagination li.current button {
  background: #ea1b25;
  color: #fff;
  cursor: default;
  font-weight: bold;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
  background: #ea1b25;
}
ul.pagination li {
  display: block;
  float: left;
}
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
  color: #333;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fef1f2;
  color: #333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
  color: #333;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #ea1b25;
}
.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
  color: #ce131c;
}
.panel.radius {
  border-radius: 3px;
}
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: transparent;
  color: #ea1b25;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.9375rem 1.25rem;
  text-align: left;
}
.pricing-table .price {
  background-color: transparent;
  color: #333;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.9375rem 1.25rem;
  text-align: left;
}
.pricing-table .description {
  background-color: transparent;
  border-bottom: dashed 1px #ddd;
  color: #777;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.7;
  padding: 0.9375rem;
  text-align: left;
}
.pricing-table .bullet-item {
  background-color: transparent;
  border-bottom: dotted 0px #ddd;
  color: transparent;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.9375rem;
  text-align: left;
}
.pricing-table .cta-button {
  background-color: transparent;
  padding: 1.25rem 2.5rem 0;
  text-align: left;
}
.progress {
  background-color: #f6f6f6;
  border: 1px solid #fff;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
}
.progress .meter {
  background: #ea1b25;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress .meter.secondary {
  background: #00a8ff;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress .meter.success {
  background: #43ac6a;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress .meter.alert {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress.secondary .meter {
  background: #00a8ff;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress.success .meter {
  background: #43ac6a;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress.alert .meter {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
.progress.radius {
  border-radius: 3px;
}
.progress.radius .meter {
  border-radius: 2px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}
.range-slider {
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #fafafa;
}
.range-slider.vertical-range {
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}
.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}
.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}
.range-slider.radius {
  background: #fafafa;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
  background: #ea1b25;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
  background: #d2131d;
}
.range-slider.round {
  background: #fafafa;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #ea1b25;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: #d2131d;
}
.range-slider.disabled,
.range-slider[disabled] {
  background: #fafafa;
  cursor: not-allowed;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
  background: #ea1b25;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
  background: #d2131d;
}
.range-slider-active-segment {
  background: #00a6fc;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}
.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #ea1b25;
}
.range-slider-handle:hover {
  background: #d2131d;
}
.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}
.reveal-modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 0;
  border: solid 0 #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 56.25em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 56.3125em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 82.5rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 56.3125em) {
  .reveal-modal {
    top: 6.25rem;
  }
}
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 0;
}
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width: 56.3125em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 82.5rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 56.3125em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 82.5rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 56.3125em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 82.5rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width: 56.3125em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 82.5rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 56.3125em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 82.5rem;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width: 56.3125em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 82.5rem;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #aaa;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}
.side-nav {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}
.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}
.side-nav li a:not(.button) {
  color: #ea1b25;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #f05f66;
}
.side-nav li a:not(.button):active {
  color: #f05f66;
}
.side-nav li.active > a:first-child:not(.button) {
  color: #f05f66;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-weight: normal;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
.side-nav li.heading {
  color: #ea1b25;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span {
  width: 3.09375rem;
}
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button span:after {
  border-color: #fff transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after {
  border-color: #fff transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny {
  padding-right: 3.75rem;
}
.split.button.tiny span {
  width: 2.25rem;
}
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.small {
  padding-right: 4.375rem;
}
.split.button.small span {
  width: 2.625rem;
}
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.large {
  padding-right: 5.5rem;
}
.split.button.large span {
  width: 3.4375rem;
}
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%;
}
.split.button.expand {
  padding-left: 2rem;
}
.split.button.secondary span:after {
  border-color: #333 transparent transparent transparent;
}
.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.split.button.no-pip span:before {
  border-style: none;
}
.split.button.no-pip span:after {
  border-style: none;
}
.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}
.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #ea1b25;
  color: #fff;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #ce131c;
}
.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch label {
  background: #ddd;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  background: #fff;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #ea1b25;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  height: 2rem;
  width: 4rem;
}
.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: #ddd;
}
.switch label:after {
  background: #fff;
}
.switch input:checked + label {
  background: #ea1b25;
}
.switch.large label {
  height: 2.5rem;
  width: 5rem;
}
.switch.large label:after {
  height: 2rem;
  width: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}
.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}
.switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}
table {
  background: #fff;
  border: solid 1px #ddd;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #f5f5f5;
}
table thead tr th,
table thead tr td {
  color: #222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tfoot {
  background: #f5f5f5;
}
table tfoot tr th,
table tfoot tr td {
  color: #222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
table tr th,
table tr td {
  color: #222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #efefef;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #fff;
  color: #222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}
@media only screen and (min-width: 56.3125em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}
.th {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}
.th:hover,
.th:focus {
  box-shadow: 0 0 6px 1px rgba(234, 27, 37, 0.5);
}
.th.radius {
  border-radius: 3px;
}
.has-tip {
  border-bottom: dotted 1px #ccc;
  color: #333;
  cursor: help;
  font-weight: bold;
}
.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #6c0a0f;
  color: #ea1b25;
}
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}
.tooltip {
  background: #333;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}
.tooltip > .nub {
  border: solid 5px;
  border-color: transparent transparent #333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 3px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  border-bottom: dotted 1px #6c0a0f !important;
  color: #ea1b25 !important;
}
.tap-to-close {
  color: #777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}
@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:56.3125em)/";
  width: 56.3125em;
}
.contain-to-grid {
  width: 100%;
  background: transparent;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}
.top-bar {
  background: transparent;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button,
.top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}
@media only screen and (max-width: 56.25em) {
  .top-bar .button,
  .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0;
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: transparent;
}
.top-bar.expanded .toggle-topbar a {
  color: #fff;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px transparent;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: transparent;
}
.top-bar-section ul li > a {
  color: #fff;
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #ea1b25;
  border-color: #bf121a;
  color: #222;
}
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
  background-color: #bf121a;
}
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
  color: #222;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #00a8ff;
  border-color: #0086cc;
  color: #222;
}
.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
  background-color: #0086cc;
}
.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
  color: #222;
}
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #222;
}
.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
  color: #222;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #222;
}
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
  color: #222;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #222;
}
.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
  color: #222;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
  color: #222;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #ea1b25;
  border-color: #bf121a;
  color: #222;
}
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
  background-color: #bf121a;
}
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
  color: #222;
}
.top-bar-section ul li > button.secondary {
  background-color: #00a8ff;
  border-color: #0086cc;
  color: #222;
}
.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
  background-color: #0086cc;
}
.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
  color: #222;
}
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #222;
}
.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
  color: #222;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #222;
}
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
  color: #222;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #222;
}
.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
  color: #222;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
  color: #222;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: transparent;
  color: #ea1b25;
  background: #222;
}
.top-bar-section ul li.active > a {
  background: #ea1b25;
  color: #ea1b25;
}
.top-bar-section ul li.active > a:hover {
  background: #ce131c;
  color: #fff;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
  color: #fff;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}
.js-generated {
  display: block;
}
@media only screen and (min-width: 56.3125em) {
  .top-bar {
    background: transparent;
    overflow: visible;
  }
  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
    width: auto;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: transparent;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 82.5rem;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: transparent;
    background: #222;
    color: #ea1b25;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: transparent;
    background: #222;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #ea1b25;
    color: #ea1b25;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #ce131c;
    color: #fff;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333;
    color: #fff;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333;
    color: #fff;
  }
  .top-bar-section
    .dropdown
    li:not(.has-form):not(.active):hover
    > a:not(.button) {
    background-color: transparent;
    color: #ea1b25;
    background: #222;
  }
  .top-bar-section .dropdown li label {
    background: #333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px rgba(33, 33, 33, 0);
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: transparent;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: transparent;
    background: #222;
    color: #ea1b25;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #ea1b25;
    color: #ea1b25;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 56.25em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 56.3125em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 56.3125em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
a {
  color: #ea1b25;
  line-height: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ce131c;
}
a img {
  border: none;
}
p {
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.15625rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
code {
  background-color: #b3e5ff;
  border-color: #87d6ff;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
ul,
ol,
dl {
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}
ul {
  margin-left: 1.1rem;
}
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #050f25;
  cursor: help;
}
abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
}
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}
.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}
@media only screen and (min-width: 56.3125em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: #fff;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 1.125rem;
}
.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}
.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}
.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}
.tab-bar .menu-icon {
  color: #fff;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.66667rem;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}
ul.off-canvas-list li a:active {
  background: #242424;
}
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu,
.offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width: 56.3125em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}
.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}
.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap-bottom,
.top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}
.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap-top,
.bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 56.3125em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}
thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
table.hide-for-touch {
  display: table !important;
}
.touch table.show-for-touch {
  display: table !important;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.print-only,
.show-for-print {
  display: none !important;
}
@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
.primary-color_bg,
body div.services-box:hover,
ul.sub-menu.dropdown:after,
div.custom-contact-form .large-12 input,
.blog-page .wd-tages .tags a,
.blog-page .wd-tages .tags a:after,
.related-post-carousel .owl-controls .owl-nav [class*="owl-"],
.related-post-carousel .owl-controls .owl-dots .owl-dot.active,
.comment-form .form-submit input[type="submit"],
.comment-form .form-submit input[type="submit"]:hover,
#serch .submit-input,
.color-over::after,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a:hover::before,
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a.add_to_wishlist:hover::before,
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li span.current,
.single-product .entry-summary .yith-wcwl-add-button .add_to_wishlist,
.show-cart-btn
  .hidden-cart
  .widget_shopping_cart
  .woocommerce-mini-cart__buttons
  a,
#tribe-events .tribe-events-button,
#tribe-events-content .tribe-events-list-event-description a,
#tribe-events .tribe-events-button:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
button,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.post-password-form p > input,
.box-icon img,
.box-icon i,
.wd-text-icon-style2 .box-icon img,
.wd-text-icon-style2 .box-icon i,
.wd-text-icon-style3 .box-icon img,
.wd-text-icon-style3 .box-icon i,
.box-text-container h5,
div.parts_search .vc_column-inner,
.vc_tta-container > h2::after,
ul.projects .owl-controls .owl-dots .owl-dot.active,
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col
  .xoo-wsc-remove
  span:hover:after,
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col
  .xoo-wsc-remove
  span:hover:before,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn,
#filters li:hover,
#filters li:focus,
#filters li:active,
#filters li:first-child,
.product_cat a.cats-btn {
  background: #ea1b25;
}
.primary-color_color,
.wd-menu-nav
  .ajzaa_mega-menu
  > .sub-menu.dropdown
  > li
  > .sub-menu.dropdown
  a:hover,
div.custom-contact-form div.large-6::after,
div.custom-contact-form .large-12::after,
div.custom-contact-form .large-9::after,
.related-post-carousel .related-post .related-post-body .flexed li .fa,
.owl-testimonail .owl-nav > div i,
.widget-area ul li.current-cat > a,
.wpb_widgetised_column ul li.current-cat > a,
.price ins,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button.quick_view::after,
.woocommerce ul.products li.product a h2.woocommerce-loop-category__title mark,
.wd_product_cat .product-cat-container .cat_text ul li a:hover,
.wd_product_cat .product-cat-container .cat_text ul li a:hover::before,
.tribe-events-list .tribe-events-event-cost span,
button:hover,
button:focus,
button.filled,
.button:hover,
.button:focus,
.button.filled,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt.filled,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt.filled,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt.filled,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt.filled,
.list-icon li::before,
.wd-testimonail blockquote cite,
.wd-testimonail .testimonial-text:before,
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab.vc_active,
ul.flickr-bottom a.visit_me,
ul.instagram-bottom a.visit_me,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn:hover,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn:focus,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.product_cat ul.category-menu li.has-dropdown:hover a,
.top-bar-section
  .dropdown
  li:not(.has-form):not(.active):hover
  > a:not(.button) {
  color: #ea1b25;
}
.primary-color_border,
.widget-title::after,
.sidebar .wp-block-group h2::after,
.off-canvas-right-sidebar .widget-group .widget .aside-social-media li a:hover,
blockquote.wp-block-quote,
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a:hover::after,
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a.add_to_wishlist:hover::after,
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce nav.woocommerce-pagination ul li span.current,
.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input,
.moved-left-20 .vc_single_image-wrapper.vc_box_border_grey,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover,
.wd-heading hr,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn {
  border-color: #ea1b25;
}
.secondary-color_bg {
  background: #00a8ff;
}
.secondary-color_color {
  color: #00a8ff;
}
.secondary-color_border {
  border-color: #00a8ff;
}
.animated[data-animated="fadeIn"] {
  transition: all 0.7s ease-in-out;
  opacity: 0;
}
.animated.fadeIn {
  opacity: 1;
}
.animated[data-animated="fadeInUp"] {
  transition: all 0.7s ease-in-out;
  transform: translate(0, 100px);
  opacity: 0;
}
.animated.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}
.animated[data-animated="fadeInDown"] {
  transition: all 0.7s ease-in-out;
  transform: translate(0, -100px);
  opacity: 0;
}
.animated.fadeInDown {
  opacity: 1;
  transform: translate(0, 0);
}
.animated[data-animated="expandIn"] {
  transition: all 1s ease-in-out;
  transform: scaleX(0) scaleY(0);
  opacity: 0;
}
.animated.expandIn {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}
@media only screen and (max-width: 56.25em) {
  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body {
    position: unset;
  }
}
@media only screen and (min-width: 56.3125em) {
  body.f-topbar-fixed {
    padding-top: 2.8125rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  .five-columns > .vc_col-sm-2 {
    width: 20%;
  }
  .five-columns > .vc_col-sm-2:last-child {
    display: none;
  }
  .wd-content.vc_col-sm-8 {
    width: 72.333%;
  }
  .wd-sidebar.vc_col-sm-4 {
    width: 27.666%;
  }
  .border-bar {
    background: #fff;
    min-width: 40px;
    min-height: 40px;
    position: fixed;
    z-index: 9;
  }
  .body-margin .body-border-top {
    top: -40px;
  }
  .body-border-top {
    top: 0;
    width: 100%;
    position: absolute;
  }
  .body-border-bottom {
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
  }
  .body-border-right,
  .body-border-left {
    height: 100%;
    top: 0;
  }
  .body-border-right {
    right: 0;
  }
  .body-border-left {
    left: 0;
  }
}
body div.services-box {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
body div.services-box div.vc_column-inner {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
body div.services-box div.box-with-icon p.box-text {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
body div.services-box div.box-with-icon div.box-separator {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
body div.services-box:hover div.vc_column-inner {
  background: transparent !important;
}
body div.services-box:hover div.box-with-icon p {
  color: #fff !important;
}
body div.services-box:hover div.box-with-icon div.box-separator {
  background: #fff !important;
}
.top-bar .name h2 {
  padding-top: 25px;
}
.top-bar .name h2 a {
  color: #333;
  line-height: 50px;
  font-size: 34px;
}
@media only screen and (max-width: 56.25em) {
  .top-bar .name h2 a {
    line-height: 40px;
    font-size: 22px;
  }
}
#content.l-main {
  clear: both;
}
br {
  display: block;
  margin: 5px 0;
}
br {
  line-height: 40px;
}
div.dgwt-wcas-sf-wrapp {
  background-color: transparent;
}
.top-bar-section {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .top-bar-section {
    border-top: 1px solid #eee;
  }
}
.top-bar-section .row {
  position: relative;
}
.top-bar-section ul.right li:last-child::after {
  display: none;
}
.top-bar-section ul.right li {
  position: relative;
}
.top-bar-section ul.right li::after {
  content: "";
  background: #333333;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 0;
}
@media only screen and (max-width: 56.25em) {
  .top-bar .name h2 a {
    width: 100%;
  }
}
.fixed .top-bar-section {
  border-top: none;
}
.wd-menu-nav {
  transition: all 0.5s ease 0s;
}
.wd-menu-nav.sticky.fixed {
  background: #fff;
  padding: 0;
}
.with-bg {
  background: #000;
}
ul.sub-menu.dropdown:after {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 1%;
  left: 0;
  transition: all 0.4s ease-in-out;
  top: 0;
}
.top-bar-section .has-dropdown.not-click:hover > .dropdown:after {
  height: 100%;
}
.wd-top-bar {
  color: #ccc;
  font-size: 14px;
  border-bottom: 1px solid #f0f1f1;
  padding: 3px;
}
.wd-top-bar .left i {
  font-size: 1.3em;
  padding-right: 8px;
  padding-left: 3px;
}
@media only screen and (max-width: 56.25em) {
  .wd-top-bar .social-icons {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 56.25em) {
  .wd-top-bar .right .inline-list > li {
    display: inline-block;
    float: none;
  }
}
.address-info span {
  margin-right: 30px;
  color: #222;
}
@media only screen and (max-width: 56.25em) {
  .address-info span {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 56.3125em) {
  .wd-header-1 .top-bar {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
.wd-header-1 .top-bar .row {
  max-width: 82.5rem;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background: transparent;
}
.top-bar .name .wd-logo h2 {
  font-size: 2.3125rem;
}
@media only screen and (min-width: 64.0625em) {
  body.body-margin {
    margin: 40px !important;
  }
}
.brands_form .fa-spinner {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 20px;
  color: #000;
  z-index: 1;
  background-color: #fff;
}
.wd-footer,
.wd-copyright {
  background: #222;
  color: #fff;
}
.wd-copyright {
  text-align: center;
  padding: 15px 0 10px;
  position: relative;
}
.wd-copyright .copyright-menu {
  margin-bottom: 0;
}
.wd-copyright .copyright-menu .menu {
  margin: 0;
}
.wd-copyright .copyright-menu .sub-menu {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .wd-copyright > .row {
    padding-top: 0;
  }
}
.wd-footer > .row {
  background: #fff;
  /* box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1); */
  border-radius: 5px 5px 0 0;
}
@media only screen and (min-width: 64.0625em) {
  .wd-footer > .row {
    padding: 20px 40px;
  }
}
.wd-footer table caption {
  color: #333;
}
.wd-footer p {
  color: rgba(30, 29, 29, 0.8);
}
.wd-footer .block {
  list-style-type: none;
  margin-left: 0;
}
.wd-footer h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 0;
  color: #fff;
}

.copyright-menu {
  text-align: center;
}
.copyright-menu a {
  color: #fff;
  font-size: 13px;
}
.copyright-menu a:hover {
  color: #fff;
}
.copyright-menu li {
  border-right: 1px solid #fff;
  padding: 0 30px;
  display: inline-block;
  margin: 0;
  line-height: 12px;
}
@media only screen and (max-width: 56.25em) {
  .copyright-menu li {
    padding: 0 15px;
    border-right: 0;
  }
}
.copyright-menu li:last-child {
  border: none;
}
.copyright {
  color: #93a1a7;
  font-size: 14px;
  margin: 0;
  opacity: 0.5;
  padding-bottom: 0.7em;
}
.copyright p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.widget-logo {
  padding: 0px 10px;
}
.widget-logo img {
  margin: 0px auto;
  display: block;
  padding-bottom: 30px;
}
.wd-footer-2 {
  padding: 10px 0 30px 0;
}
.wd-footer-2 .social-icon {
  margin-bottom: 20px;
}
.wd-footer-2 .social-icon i {
  font-size: 18px;
}
.wd-footer-2 .social-icon a {
  color: #fff;
  margin: 0 10px;
}
.wd-footer-2 > div {
  color: #ccc;
  font-size: 0.812em;
}
.wd-footer-3 .wd-copyright-3 {
  border-top: 1px solid #ffffff;
  margin: 0 40px;
  padding: 50px 0 30px 0;
}
.wd-footer-3 .wd-copyright-3 .social-icon {
  text-align: right;
}
.wd-footer-3 .wd-copyright-3 .social-icon a {
  color: #fff;
  font-size: 14px;
  margin-right: 40px;
}
.wd-footer-3 .wd-copyright-3 .social-icon a i {
  font-size: 30px;
  margin-right: 10px;
}
.wd-footer-3 .wd-copyright-3 .social-icon a span {
  font-size: 13px;
  font-weight: 600;
}
.wd-footer-3 .wd-copyright-3 .social-icon a:last-child {
  margin-right: 0;
}
.wd-footer-4 {
  position: fixed;
  bottom: 0;
  width: calc(100% - 80px);
  padding: 10px 0 22px;
  background: #fff;
}
.wd-footer-4 .social-icon {
  text-align: right;
}
.wd-footer-4 .social-icon span {
  margin-right: 15px;
  color: #000;
  font-weight: 600;
}
.wd-footer-4 .social-icon a {
  color: #000;
  margin-right: 15px;
}
.wd-footer-4 .social-icon a:hover {
  color: #dedede;
}
input[type="text"].footer-input.footer-input {
  background-color: #515151;
  border: 1px solid #747474;
  border-radius: 4px;
  color: #e2e2e2;
  width: 100%;
}
input[type="text"].footer-input.footer-input::-webkit-input-placeholder {
  color: #bdbdbd;
}
input[type="text"].footer-input.footer-input:-moz-placeholder {
  color: #bdbdbd;
}
input[type="text"].footer-input.footer-input::-moz-placeholder {
  color: #bdbdbd;
}
input[type="text"].footer-input.footer-input:-ms-input-placeholder {
  color: #bdbdbd;
}
@media only screen and (min-width: 56.3125em) {
  div.vc-sidebar {
    margin-left: 5.533%;
    width: 27.5%;
  }
}
aside.sidebar a {
  color: #666;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
aside.sidebar a:hover {
  color: #000;
}
aside.sidebar .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
}
aside.sidebar .tagcloud a:after {
  content: " ,";
}
aside.sidebar .tagcloud a:last-child:after {
  content: "";
}
.widget .brands_form ul li {
  margin-left: 0;
}
.widget .brands_form ul li::before {
  content: "";
}
.widget .brands_form ul li select {
  width: 220px;
}
.widget .brands_form ul li .fa-spinner {
  margin-top: 5px;
}
.widget
  .brands_form
  ul
  li
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #aaa;
}
.widget
  .brands_form
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0;
}
.widget
  .brands_form
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.widget
  .brands_form
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: "\f078";
  display: block;
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 7px;
  width: 13px;
  height: 24px;
}
.widget .product_meta li {
  text-align: left;
}
.widget .product_meta li::before {
  content: "";
}
.widget .product_meta li a span.posted_in {
  display: inline;
  line-height: 30px;
  font-weight: 600;
}
.widget .flickr_widget .flickr {
  margin: 0;
}
.wd-footer {
  padding-top: 70px;
  color: #333;
  letter-spacing: 0.05em;
}
.wd-footer .block i {
  font-size: 20px;
  margin-right: 15px;
}
.wd-footer .block > li > ul {
  margin: 0;
}
.wd-footer .block ul {
  list-style: none;
}
.wd-footer .block ul li {
  padding: 5px 0;
}
.wd-footer .block ul li:first-child {
  padding-top: 0;
}
.wd-footer .block ul li:last-child {
  border: none;
}
.wd-footer .block ul li a {
  color: #333;
  text-transform: uppercase;
}
.wd-footer .block ul li p {
  margin: 0;
}
.wd-footer .textwidget {
  color: #333;
}
.wd-footer .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 40px 0 30px 0;
  color: #333;
  letter-spacing: 3px;
}
.wd-footer #searchform input,
.wd-footer .wp-block-search__inside-wrapper input {
  height: auto;
  background-color: #fff;
  color: #898989;
  box-shadow: none;
  border-color: #e4e4e4;
  margin: 0;
  padding: 13px 16px;
  border-radius: 4px;
}
.wd-footer #searchform input::-webkit-input-placeholder,
.wd-footer .wp-block-search__inside-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: italic;
}
.wd-footer #searchform input::-moz-placeholder,
.wd-footer .wp-block-search__inside-wrapper input::-moz-placeholder {
  color: #999;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: italic;
}
.wd-footer #searchform input::-moz-placeholder,
.wd-footer .wp-block-search__inside-wrapper input::-moz-placeholder {
  color: #999;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: italic;
}
.wd-footer #searchform input:-ms-input-placeholder,
.wd-footer .wp-block-search__inside-wrapper input:-ms-input-placeholder {
  color: #999;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: italic;
}
.wd-footer .latest-posts li {
  margin-bottom: 40px;
}
.wd-footer .latest-posts li a {
  color: #666666;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-footer .latest-posts li a:hover {
  color: #000;
}
.wd-footer .latest-posts .blog-image {
  margin-right: 20px;
}
.wd-footer .latest-posts h3 {
  font-size: 15px;
  line-height: 24px;
}
.wd-footer .latest-posts .subheader {
  font-size: 13px;
}
.wd-footer .widget_recent_entries ul {
  list-style-type: none;
}
.wd-footer .widget_recent_entries ul li {
  line-height: 36px;
}
.wd-footer .widget_recent_entries ul li a {
  color: #666666;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-footer .widget_recent_entries ul li a:hover {
  color: #000;
}
.wd-footer .widget_recent_entries ul li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 18px;
  margin: 0 -15px;
  position: absolute;
}
.wd-footer .tagcloud a {
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #535353;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.wd-footer .tagcloud a:hover {
  background: #cc9900;
  color: #fff;
}
@media only screen and (min-width: 56.3125em) {
  div.vc-sidebar {
    margin-left: 5.533%;
    width: 27.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  aside.sidebar {
    width: 28%;
  }
}
aside.sidebar a {
  color: #666;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
aside.sidebar a:hover {
  color: #000;
}
.sidebar .widget,
.widget-area .widget,
.off-canvas-right-sidebar .widget {
  margin: 0px 0 70px;
}
.widget-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.widget-title::after {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  bottom: -1px;
}
.sidebar .wp-block-group h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.sidebar .wp-block-group h2::after {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  bottom: -1px;
}
.sidebar .widget:first-child .widget-title {
  padding-top: 0;
}
#searchform input {
  transition: all 0.35s ease-in-out;
  height: auto;
  background-color: #fff;
  color: #898989;
  box-shadow: none;
  border-color: #e4e4e4;
  margin: 0;
  padding: 13px 16px;
  border-radius: 4px;
}
#searchform input:focus {
  border-color: #3e3e3e;
}
#searchform #searchsubmit {
  display: none;
}
#searchform input:-webkit-input-placeholder {
  color: #999;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: italic;
}
#searchform input:-moz-placeholder {
  color: #999;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: italic;
}
#searchform input:-moz-placeholder {
  color: #999;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: italic;
}
#searchform input:-ms-input-placeholder {
  color: #999;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: italic;
}
.latest-posts li {
  margin-bottom: 40px;
}
.latest-posts li a {
  color: #666666;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.latest-posts li a:hover {
  color: #000;
}
.latest-posts .blog-image {
  margin-right: 20px;
}
.latest-posts h3 {
  font-size: 15px;
  line-height: 24px;
}
.latest-posts .subheader {
  font-size: 13px;
}
.sidebar section > ul > li {
  border-bottom: 1px solid #eee;
}
.widget_recent_entries ul,
.sidebar ul {
  list-style-type: none;
  margin-left: 15px;
}
.widget_recent_entries ul li,
.sidebar ul li {
  line-height: 36px;
  padding: 5px 0;
}
.widget_recent_entries ul li a,
.sidebar ul li a {
  color: #666666;
  min-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.widget_recent_entries ul li a:hover,
.sidebar ul li a:hover {
  color: #000;
}
.widget_recent_entries ul li:before,
.sidebar ul li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 18px;
  margin: 0 -15px;
  position: absolute;
}
body.off-canvas-right-sidebar-opened {
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  body.off-canvas-right-sidebar-opened {
    position: unset;
  }
}
body.off-canvas-right-sidebar-opened .opened-overlay {
  transition: opacity 0.6s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 999;
}
body .opened-overlay {
  opacity: 0;
}
.logged-in .off-canvas-right-sidebar {
  top: 32px;
}
@media only screen and (max-width: 56.25em) {
  .logged-in .off-canvas-right-sidebar {
    top: 46px;
  }
}
.off-canvas-right-sidebar {
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  right: -370px;
  width: 360px;
  height: 100vh;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
  padding: 40px 50px;
}
.off-canvas-right-sidebar .right-sidebar-close {
  position: absolute;
  top: 25px;
  right: 5px;
}
.off-canvas-right-sidebar .right-sidebar-close a {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.off-canvas-right-sidebar .right-sidebar-close a span {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: 0 0;
  transition: 0.3s;
  position: relative;
}
.off-canvas-right-sidebar .right-sidebar-close a span:before,
.off-canvas-right-sidebar .right-sidebar-close a span:after {
  transform-origin: 50% 50%;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
}
.off-canvas-right-sidebar .right-sidebar-close a span:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.off-canvas-right-sidebar .right-sidebar-close a span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.off-canvas-right-sidebar .widget-group .widget:first-child .widget-title {
  padding-top: 0;
}
.off-canvas-right-sidebar .widget-group .widget .widget-title {
  font-size: 20px;
  text-transform: capitalize;
}
.off-canvas-right-sidebar .widget-group .widget .textwidget {
  color: #050f25;
}
.off-canvas-right-sidebar .widget-group .widget ul {
  margin: 0;
}
.off-canvas-right-sidebar .widget-group .widget ul li {
  list-style: none;
}
.off-canvas-right-sidebar .widget-group .widget .aside-social-media {
  margin-top: 5px;
}
.off-canvas-right-sidebar .widget-group .widget .aside-social-media li {
  display: inline-block;
}
.off-canvas-right-sidebar .widget-group .widget .aside-social-media li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #9f9b9f;
  transform: rotate(45deg);
  color: #9f9b9f;
  margin-right: 20px;
}
.off-canvas-right-sidebar .widget-group .widget .aside-social-media li a i {
  transform: rotate(-45deg);
}
.off-canvas-right-sidebar
  .widget-group
  .widget
  .aside-social-media
  li:last-child
  a {
  margin-right: 0;
}
.off-canvas-right-sidebar.opened {
  right: 0;
}
div.custom-contact-form div.large-6,
div.custom-contact-form .large-12,
div.custom-contact-form .large-9 {
  position: relative;
}
div.custom-contact-form div.large-6 span input,
div.custom-contact-form div.large-6 span select,
div.custom-contact-form .large-12 span input,
div.custom-contact-form .large-12 span select,
div.custom-contact-form .large-9 span input,
div.custom-contact-form .large-9 span select {
  height: 50px;
  margin-bottom: 30px;
  border-color: #eee !important;
  background: #fff;
  padding-left: 15px;
  font-size: 15px;
}
div.custom-contact-form div.large-6 span input::-moz-placeholder,
div.custom-contact-form div.large-6 span select::-moz-placeholder,
div.custom-contact-form .large-12 span input::-moz-placeholder,
div.custom-contact-form .large-12 span select::-moz-placeholder,
div.custom-contact-form .large-9 span input::-moz-placeholder,
div.custom-contact-form .large-9 span select::-moz-placeholder {
  color: #c0bbbb;
}
div.custom-contact-form div.large-6 span textarea,
div.custom-contact-form .large-12 span textarea,
div.custom-contact-form .large-9 span textarea {
  max-height: 179px;
  margin-bottom: 30px;
  border-color: #eee !important;
  background: #fff;
  padding-left: 15px;
  font-size: 15px;
}
div.custom-contact-form div.large-6 span textarea::-moz-placeholder,
div.custom-contact-form .large-12 span textarea::-moz-placeholder,
div.custom-contact-form .large-9 span textarea::-moz-placeholder {
  color: #c0bbbb;
}
div.custom-contact-form div.large-6 span select,
div.custom-contact-form .large-12 span select,
div.custom-contact-form .large-9 span select {
  color: #666;
}
div.custom-contact-form div.large-6 span select::-moz-placeholder,
div.custom-contact-form .large-12 span select::-moz-placeholder,
div.custom-contact-form .large-9 span select::-moz-placeholder {
  color: #c0bbbb;
}
div.custom-contact-form div.large-6::after,
div.custom-contact-form .large-12::after,
div.custom-contact-form .large-9::after {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  top: 12px;
  right: 30px;
}
div.custom-contact-form div.large-6.name::after,
div.custom-contact-form .large-12.name::after,
div.custom-contact-form .large-9.name::after {
  content: "\f007";
}
div.custom-contact-form div.large-6.phone::after,
div.custom-contact-form .large-12.phone::after,
div.custom-contact-form .large-9.phone::after {
  content: "\f095";
}
div.custom-contact-form div.large-6.email::after,
div.custom-contact-form .large-12.email::after,
div.custom-contact-form .large-9.email::after {
  content: "\f003";
}
div.custom-contact-form .large-12 input {
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.33px;
  height: 45px;
}
.widget-area .suppliers_list_widget {
  list-style: none;
  margin: 0;
  text-align: center;
}
.widget-area .suppliers_list_widget li {
  padding: 7px 0;
}
.widget-area .suppliers_list_widget li .supplier_name {
  display: block;
}
.widget-area .suppliers_list_widget li img {
  float: left;
}
.blog-container a {
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.blog-container a:hover {
  opacity: 0.5;
}
.ajzaa_multi_post_isotop_item:last-child > div {
  border: none;
}
.ajzaa_multi_post_isotop_item:first-child > div {
  padding-top: 0;
}
li.ajzaa_multi_post_isotop_item {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
li.wd-image-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 0;
}
li.wd-image-left > div > div:first-child {
  padding-left: 0;
  padding-right: 4px;
}
li.wd-image-left > div {
  padding-left: 0;
}
.ajzaa_multi_post_isotop_item > div > div > div span {
  border-right: 1px solid #a9a9a9;
  padding-right: 10px;
  display: inline-block;
  line-height: 10px;
}
.ajzaa_multi_post_isotop_item > div > div > div span:nth-child(3) {
  border: none;
}
.ajzaa_one_post_gallery .button {
  border-color: #fff;
  color: #fff;
}
.ajzaa_one_post_gallery .button:hover {
  background: none;
}
.ajzaa_multi_post_video_masonry ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h1,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h2,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h3,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h4,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h5,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 33px 0 8px;
  letter-spacing: 0.45px;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h1 a,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h2 a,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h3 a,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h4 a,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h5 a,
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info h6 a {
  color: #000;
}
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info > div {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.ajzaa_multi_post_video_masonry
  .ajzaa_multi_post_video_masonry_info
  > div
  span {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info > div p {
  margin-top: 20px;
  line-height: 28px;
}
.ajzaa_multi_post_video_masonry .ajzaa_multi_post_video_masonry_info > div a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_video_masonry
  .ajzaa_multi_post_video_masonry_info
  .wd-redmore
  i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_video_masonry
  .ajzaa_multi_post_video_masonry_info
  .wd-redmore
  a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_video_masonry
  .ajzaa_multi_post_video_masonry_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_multi_post_video_masonry
  .ajzaa_multi_post_video_masonry_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_multi_post_video_masonry
  .ajzaa_multi_post_video_masonry_info
  .post-categories,
.ajzaa_multi_post_video_masonry
  .ajzaa_multi_post_video_masonry_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_video_left {
  border-bottom: 1px solid #d6d6d6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ajzaa_multi_post_video_left ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info {
  padding-left: 30px;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info h1,
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info h2,
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info h3,
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info h4,
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info h5,
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  letter-spacing: 0.45px;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info > div {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info > div span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info > div p {
  margin: 15px 0 0 0;
  line-height: 28px;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info > div a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info .wd-redmore i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info .wd-redmore a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_video_left
  .ajzaa_multi_post_video_left_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_multi_post_video_left
  .ajzaa_multi_post_video_left_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_multi_post_video_left .ajzaa_multi_post_video_left_info .post-categories,
.ajzaa_multi_post_video_left
  .ajzaa_multi_post_video_left_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_video_top ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info h1,
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info h2,
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info h3,
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info h4,
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info h5,
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 33px 0 8px;
  letter-spacing: 0.45px;
}
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info > div {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info > div span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info > div p {
  margin-top: 20px;
  line-height: 28px;
}
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info > div a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info .wd-redmore i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info .wd-redmore a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_video_top
  .ajzaa_multi_post_video_top_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_multi_post_video_top
  .ajzaa_multi_post_video_top_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_multi_post_video_top .ajzaa_multi_post_video_top_info .post-categories,
.ajzaa_multi_post_video_top
  .ajzaa_multi_post_video_top_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_gallery_masonry ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h1,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h2,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h3,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h4,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h5,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 33px 0 8px;
  letter-spacing: 0.45px;
}
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h1 a,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h2 a,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h3 a,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h4 a,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h5 a,
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info h6 a {
  color: #000;
}
.ajzaa_multi_post_gallery_masonry .ajzaa_multi_post_gallery_masonry_info > div {
  font-size: 12px;
  margin-bottom: 10px;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  > div
  span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  > div
  p {
  margin-top: 20px;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  > div
  a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  .wd-redmore
  i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  .wd-redmore
  a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  .post-categories,
.ajzaa_multi_post_gallery_masonry
  .ajzaa_multi_post_gallery_masonry_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-prev,
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  padding: 5px 15px 3px 5px;
  left: 40px;
}
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-prev i,
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-next i {
  font-size: 20px;
  opacity: 0.2;
}
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-prev:hover,
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-prev:hover i,
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-next:hover i {
  color: #fff;
  opacity: 1;
}
.ajzaa_multi_post_gallery_masonry .owl-nav .owl-next {
  left: auto;
  right: 15px;
}
.ajzaa_multi_post_gallery_left_image {
  border-bottom: 1px solid #d6d6d6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ajzaa_multi_post_gallery_left_image ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_gallery_left_image .ajzaa_multi_post_gallery_left_image_info {
  padding-left: 30px;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  h1,
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  h2,
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  h3,
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  h4,
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  h5,
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin: 0;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  > div {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  > div
  span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  > div
  p {
  margin-top: 10px;
  line-height: 25px;
  margin-bottom: 12px;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  > div
  a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  .wd-redmore
  i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  .wd-redmore
  a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  .post-categories,
.ajzaa_multi_post_gallery_left_image
  .ajzaa_multi_post_gallery_left_image_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-prev,
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  padding: 0 8px 3px 2px;
  left: 40px;
}
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-prev i,
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-next i {
  font-size: 10px;
  opacity: 0.2;
}
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-prev:hover,
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-prev:hover i,
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-next:hover i {
  color: #fff;
  opacity: 1;
}
.ajzaa_multi_post_gallery_left_image .owl-nav .owl-next {
  left: auto;
  right: 15px;
}
.ajzaa_multi_post_gallery_top_image ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_gallery_top_image .ajzaa_multi_post_gallery_top_image_info h1,
.ajzaa_multi_post_gallery_top_image .ajzaa_multi_post_gallery_top_image_info h2,
.ajzaa_multi_post_gallery_top_image .ajzaa_multi_post_gallery_top_image_info h3,
.ajzaa_multi_post_gallery_top_image .ajzaa_multi_post_gallery_top_image_info h4,
.ajzaa_multi_post_gallery_top_image .ajzaa_multi_post_gallery_top_image_info h5,
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  h6 {
  color: #000;
  font-weight: bold;
  font-size: 17px;
  margin: 20px 0 8px;
  letter-spacing: 0.45px;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  > div {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  > div
  span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  > div
  p {
  margin-top: 10px;
  line-height: 28px;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  > div
  a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  .wd-redmore
  i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  .wd-redmore
  a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  .post-categories,
.ajzaa_multi_post_gallery_top_image
  .ajzaa_multi_post_gallery_top_image_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-prev,
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  padding: 5px 15px 3px 5px;
  left: 40px;
}
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-prev i,
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-next i {
  font-size: 20px;
  opacity: 0.2;
}
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-prev:hover,
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-prev:hover i,
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-next:hover i {
  color: #fff;
  opacity: 1;
}
.ajzaa_multi_post_gallery_top_image .owl-nav .owl-next {
  left: auto;
  right: 15px;
}
.ajzaa_multi_post_masonry ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h1,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h2,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h3,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h4,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h5,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h6 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 33px 0 8px;
  letter-spacing: 0.45px;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h1 a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h2 a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h3 a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h4 a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h5 a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h6 a {
  color: #000;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h1:hover a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h2:hover a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h3:hover a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h4:hover a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h5:hover a,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info h6:hover a {
  opacity: 0.6;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info > div {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info > div span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info > div p {
  margin-top: 20px;
  line-height: 28px;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info > div a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info .wd-redmore i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info .wd-redmore a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info .wd-redmore:hover i {
  color: #000;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info .wd-redmore:hover a {
  color: #000;
}
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info .post-categories,
.ajzaa_multi_post_masonry .ajzaa_multi_post_masonry_info .post-categories li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_top_image ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info h1,
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info h2,
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info h3,
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info h4,
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info h5,
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info h6 {
  color: #000;
  font-weight: bold;
  margin: 20px 0 8px;
}
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info > div span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info > div p {
  margin-top: 10px;
}
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info > div a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info .wd-redmore i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info .wd-redmore a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_top_image
  .ajzaa_multi_post_top_image_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_multi_post_top_image
  .ajzaa_multi_post_top_image_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_multi_post_top_image .ajzaa_multi_post_top_image_info .post-categories,
.ajzaa_multi_post_top_image
  .ajzaa_multi_post_top_image_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_multi_post_left_image {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 25px;
  padding-top: 30px;
}
.ajzaa_multi_post_left_image ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info {
  padding-left: 24px;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info h1,
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info h2,
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info h3,
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info h4,
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info h5,
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin: 0;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info > div {
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info > div span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info > div p {
  margin-top: 10px;
  line-height: 25px;
  margin-bottom: 16px;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info > div a {
  color: #999;
  font-size: 13px;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info .wd-redmore i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info .wd-redmore a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_multi_post_left_image
  .ajzaa_multi_post_left_image_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_multi_post_left_image
  .ajzaa_multi_post_left_image_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_multi_post_left_image .ajzaa_multi_post_left_image_info .post-categories,
.ajzaa_multi_post_left_image
  .ajzaa_multi_post_left_image_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_one_post_standar {
  position: relative;
}
.ajzaa_one_post_standar .ajzaa_one_post_standar_info {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
  padding-top: 10px;
}
.ajzaa_one_post_standar .ajzaa_one_post_standar_info h1,
.ajzaa_one_post_standar .ajzaa_one_post_standar_info h2,
.ajzaa_one_post_standar .ajzaa_one_post_standar_info h3,
.ajzaa_one_post_standar .ajzaa_one_post_standar_info h4,
.ajzaa_one_post_standar .ajzaa_one_post_standar_info h5,
.ajzaa_one_post_standar .ajzaa_one_post_standar_info h6 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 30px;
}
.ajzaa_one_post_standar .ajzaa_one_post_standar_info > div {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.ajzaa_one_post_standar .ajzaa_one_post_standar_info > div span {
  font-weight: 200;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_one_post_standar .ajzaa_one_post_standar_info > div a {
  font-size: 13px;
}
.ajzaa_one_post_standar .ajzaa_one_post_standar_info .post-categories,
.ajzaa_one_post_standar .ajzaa_one_post_standar_info .post-categories li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 0;
}
.ajzaa_one_post_gallery {
  position: relative;
}
.ajzaa_one_post_gallery .ajzaa_blog_post_gallery:after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.ajzaa_one_post_gallery ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_one_post_gallery .owl-controls {
  margin: 0;
}
.ajzaa_one_post_gallery .owl-nav {
  position: absolute;
  bottom: 25px;
  right: -18px;
  z-index: 10;
}
.ajzaa_one_post_gallery .owl-nav .owl-prev {
  right: 43px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
}
.ajzaa_one_post_gallery .owl-nav .owl-prev:hover i {
  color: #fff;
}
.ajzaa_one_post_gallery .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
  right: 0;
}
.ajzaa_one_post_gallery .owl-nav .owl-next:hover i {
  color: #fff;
}
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 0;
  z-index: 1;
  width: 100%;
}
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info h1,
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info h2,
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info h3,
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info h4,
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info h5,
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info h6 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 30px;
}
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info > div {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 43px;
}
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info > div span {
  font-weight: 200;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info > div a {
  color: #fff;
  font-size: 13px;
}
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info .post-categories,
.ajzaa_one_post_gallery .ajzaa_one_post_gallery_info .post-categories li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_one_post_quote {
  background: #eee none repeat scroll 0 0;
  padding: 20px;
}
.ajzaa_one_post_quote > div {
  position: relative;
  background: #fff none repeat scroll 0 0;
  padding: 30px;
}
.ajzaa_one_post_quote > div blockquote {
  padding: 0;
  font-style: italic;
  border: none;
  font-size: 16px;
  color: #666;
  margin-bottom: 35px;
}
.ajzaa_one_post_quote > div .ajzaa_author {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.ajzaa_one_post_quote > div i {
  bottom: 0;
  color: rgba(0, 0, 0, 0.1);
  font-size: 50px;
  position: absolute;
  right: 70px;
}
.ajzaa_freestyle_content_position_2 {
  padding-left: 0;
  position: relative;
  min-height: 318px;
}
.ajzaa_freestyle_content_position_2 ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_freestyle_content_position_2 .owl-nav {
  position: absolute;
  bottom: 44px;
  right: 0;
}
.ajzaa_freestyle_content_position_2 .owl-nav .owl-prev {
  right: 43px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
}
.ajzaa_freestyle_content_position_2 .owl-nav .owl-prev:hover i {
  color: #fff;
}
.ajzaa_freestyle_content_position_2 .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
  right: 0;
}
.ajzaa_freestyle_content_position_2 .owl-nav .owl-next:hover i {
  color: #fff;
}
.ajzaa_freestyle_content_position_3 {
  position: relative;
  padding-right: 0;
  min-height: 318px;
}
.ajzaa_freestyle_content_position_3 ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_freestyle_content_position_3 .owl-nav {
  position: absolute;
  bottom: 44px;
  right: 0;
}
.ajzaa_freestyle_content_position_3 .owl-nav .owl-prev {
  right: 43px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
}
.ajzaa_freestyle_content_position_3 .owl-nav .owl-prev:hover i {
  color: #fff;
}
.ajzaa_freestyle_content_position_3 .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
  right: 0;
}
.ajzaa_freestyle_content_position_3 .owl-nav .owl-next:hover i {
  color: #fff;
}
.ajzaa_freestyle_content_position_4 {
  position: relative;
  background: #eee none repeat scroll 0 0;
  margin-bottom: 20px;
  padding-left: 0;
  min-height: 633px;
}
.ajzaa_freestyle_content_position_4 ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_freestyle_content_position_4 .ajzaa_freestyle_content_position_4_info {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 30px;
}
.ajzaa_freestyle_content_position_4 .ajzaa_freestyle_content_position_4_info h1,
.ajzaa_freestyle_content_position_4 .ajzaa_freestyle_content_position_4_info h2,
.ajzaa_freestyle_content_position_4 .ajzaa_freestyle_content_position_4_info h3,
.ajzaa_freestyle_content_position_4 .ajzaa_freestyle_content_position_4_info h4,
.ajzaa_freestyle_content_position_4 .ajzaa_freestyle_content_position_4_info h5,
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin: 0 0 8px 0;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  h1:hover,
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  h2:hover,
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  h3:hover,
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  h4:hover,
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  h5:hover,
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  h6:hover {
  color: #999999;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  > div {
  color: #999;
  font-size: 13px;
  padding-bottom: 50px;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  > div
  span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  > div
  p {
  margin-top: 15px;
  line-height: 28px;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  > div
  a {
  color: #999;
  font-size: 13px;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  .wd-redmore {
  position: relative;
  top: 100px;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  .wd-redmore
  i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  .wd-redmore
  a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  .post-categories,
.ajzaa_freestyle_content_position_4
  .ajzaa_freestyle_content_position_4_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_freestyle_content_position_4 .owl-nav {
  position: absolute;
  bottom: 44px;
  right: 0;
}
.ajzaa_freestyle_content_position_4 .owl-nav .owl-prev {
  right: 43px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
}
.ajzaa_freestyle_content_position_4 .owl-nav .owl-prev:hover i {
  color: #fff;
}
.ajzaa_freestyle_content_position_4 .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
  right: 0;
}
.ajzaa_freestyle_content_position_4 .owl-nav .owl-next:hover i {
  color: #fff;
}
.ajzaa_freestyle_content_position_1 {
  position: relative;
  background: #eee none repeat scroll 0 0;
  margin-bottom: 20px;
  padding-left: 0;
  min-height: 303px;
}
.ajzaa_freestyle_content_position_1 ul {
  list-style-type: none;
  margin: 0;
}
.ajzaa_freestyle_content_position_1 > div {
  padding-left: 0;
}
.ajzaa_freestyle_content_position_1 .ajzaa_freestyle_content_position_1_info {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 20px;
}
.ajzaa_freestyle_content_position_1 .ajzaa_freestyle_content_position_1_info h1,
.ajzaa_freestyle_content_position_1 .ajzaa_freestyle_content_position_1_info h2,
.ajzaa_freestyle_content_position_1 .ajzaa_freestyle_content_position_1_info h3,
.ajzaa_freestyle_content_position_1 .ajzaa_freestyle_content_position_1_info h4,
.ajzaa_freestyle_content_position_1 .ajzaa_freestyle_content_position_1_info h5,
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  h6 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin: 0 0 8px 0;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  h1:hover,
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  h2:hover,
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  h3:hover,
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  h4:hover,
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  h5:hover,
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  h6:hover {
  color: #999999;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  > div {
  color: #999;
  font-size: 13px;
  margin-bottom: 50px;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  > div
  span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  > div
  p {
  margin-top: 15px;
  line-height: 28px;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  > div
  a {
  color: #999;
  font-size: 13px;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  .wd-redmore {
  position: relative;
  top: 100px;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  .wd-redmore
  i {
  font-size: 14px;
  margin-left: 10px;
  color: #999999;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  .wd-redmore
  a {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s, color 0.3s;
  -moz-transition: all 0.4s, color 0.3s;
  -ms-transition: all 0.4s, color 0.3s;
  -o-transition: all 0.4s, color 0.3s;
  transition: all 0.4s, color 0.3s;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  .wd-redmore:hover
  i {
  color: #000;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  .wd-redmore:hover
  a {
  color: #000;
}
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  .post-categories,
.ajzaa_freestyle_content_position_1
  .ajzaa_freestyle_content_position_1_info
  .post-categories
  li {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.ajzaa_freestyle_content_position_1 .owl-nav {
  position: absolute;
  bottom: 44px;
  right: 0;
}
.ajzaa_freestyle_content_position_1 .owl-nav .owl-prev {
  right: 43px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
}
.ajzaa_freestyle_content_position_1 .owl-nav .owl-prev:hover i {
  color: #fff;
}
.ajzaa_freestyle_content_position_1 .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 3px 15px 3px 5px;
  right: 0;
}
.ajzaa_freestyle_content_position_1 .owl-nav .owl-next:hover i {
  color: #fff;
}
.ajzaa_freestyle_quote_position_1 {
  margin-bottom: 20px;
  background: #eee;
}
.ajzaa_freestyle_quote_position_1 .ajzaa_one_post_quote {
  padding: 0;
  text-align: center;
  min-height: 318px;
}
.ajzaa_freestyle_quote_position_1 .ajzaa_one_post_quote i {
  display: block;
  width: 100%;
  color: #cccccc;
  font-size: 20px;
  padding-top: 20px;
}
.ajzaa_freestyle_quote_position_1 .ajzaa_one_post_quote > div {
  background: none;
}
.ajzaa_freestyle_quote_position_2 {
  background: #eee;
}
.ajzaa_freestyle_quote_position_2 .ajzaa_one_post_quote {
  padding: 0;
  text-align: center;
  min-height: 318px;
}
.ajzaa_freestyle_quote_position_2 .ajzaa_one_post_quote i {
  display: block;
  width: 100%;
  color: #cccccc;
  font-size: 20px;
  padding-top: 20px;
}
.ajzaa_freestyle_quote_position_2 .ajzaa_one_post_quote > div {
  background: none;
}
.ajzaa_freestyle_quote_position_3 {
  background: #eee;
}
.ajzaa_freestyle_quote_position_3 .ajzaa_one_post_quote {
  padding: 0;
  text-align: center;
  min-height: 318px;
}
.ajzaa_freestyle_quote_position_3 .ajzaa_one_post_quote i {
  display: block;
  width: 100%;
  color: #cccccc;
  font-size: 20px;
  padding-top: 20px;
}
.ajzaa_freestyle_quote_position_3 .ajzaa_one_post_quote > div {
  background: none;
}
.ajzaa_freestyle_quote_position_4 {
  background: #eee;
}
.ajzaa_freestyle_quote_position_4 .ajzaa_one_post_quote {
  padding: 0;
  text-align: center;
  min-height: 665px;
}
.ajzaa_freestyle_quote_position_4 .ajzaa_one_post_quote i {
  display: block;
  width: 100%;
  color: #cccccc;
  font-size: 20px;
  padding-top: 20px;
}
.ajzaa_freestyle_quote_position_4 .ajzaa_one_post_quote > div {
  background: none;
}
.filters {
  margin-bottom: 60px;
  text-align: center;
}
.filters a {
  color: #999;
  font-weight: 500;
  margin-right: 20px;
  text-transform: uppercase;
}
.filters a:hover,
.filters a:active,
.filters a:focus {
  color: #000;
  font-weight: bold;
}
.home .ajzaa_isotop .wd-redmore {
  margin-top: 20px;
}
.home .ajzaa_isotop .wd-redmore a {
  font-size: 12px;
}
.blog-page-title h1,
.blog-page-title h2,
.blog-page-title h3,
.blog-page-title h4,
.blog-page-title h5,
.blog-page-title h6 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
}
.blog-page > ul,
.blog-page .post-categories {
  list-style: none;
}
.blog-page .ajzaa_blog_post_gallery_masonry {
  margin: 0;
}
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-prev,
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  padding: 5px 15px 3px 5px;
  left: 40px;
}
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-prev i,
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-next i {
  font-size: 20px;
  opacity: 0.2;
}
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-prev:hover,
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-prev:hover i,
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-next:hover i {
  color: #fff;
  opacity: 1;
}
.blog-page .ajzaa_blog_post_gallery_masonry .owl-nav .owl-next {
  left: auto;
  right: 15px;
}
.blog-page .wd-tages .tags {
  margin-left: 0;
}
.blog-page .wd-tages .tags a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  padding: 0 10px 0 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  height: 22px;
  line-height: 22px;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.blog-page .wd-tages .tags a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.blog-page .wd-tages .tags a:after {
  border-bottom: 10px solid #fff;
  border-right: 10px solid #ea1b25;
  border-top: 12px solid #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.blog-page .wd-tages .tags a:last-child {
  margin-right: 0;
}
.blog-page-info {
  color: #999;
  font-size: 12px;
  margin-bottom: 50px;
}
.blog-page-info .post-categories {
  display: inline-block;
  margin: 0;
}
.blog-page-info span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.blog-page-info a {
  color: #999;
  font-size: 13px;
}
.post-infos {
  margin: 20px 0 0 0;
  overflow: hidden;
}
.post-infos li {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 5px;
  color: #747473;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.post-infos li:first-child {
  padding-left: 0;
}
.post-infos li:after {
  content: "";
  background-color: #747473;
  height: 15px;
  width: 1px;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.blog-body {
  margin-top: 20px;
}
.blog-body .wp-block-gallery {
  margin-left: 0;
}
blockquote.wp-block-quote {
  border-left: 1px solid #ddd;
  background: #fff;
  padding: 40px 30px;
  margin: 1.2em 0 1.5rem;
}
blockquote.wp-block-quote p {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  position: relative;
}
blockquote.wp-block-quote p:after {
  content: "\f10e";
  font-size: 48px;
  color: #000;
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  color: rgba(0, 0, 0, 0.2);
  top: 46px;
}
.author-section {
  padding: 40px 40px 40px 0;
  margin-bottom: 70px;
  background-color: #f2f3ee;
  border-color: #f2f3ee;
  overflow: hidden;
}
@media only screen and (max-width: 56.25em) {
  .author-section {
    padding: 25px 15px;
  }
}
.author-section .author-thumbnail {
  float: left;
  padding: 0 40px;
}
@media only screen and (max-width: 56.25em) {
  .author-section .author-thumbnail {
    float: none;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.author-section .author-thumbnail img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.author-section .author-thumbnail .contact-me {
  text-align: center;
  margin-top: 20px;
}
.author-section .author-thumbnail .contact-me img {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.author-section .author-body {
  float: right;
  width: calc(100% - 176px);
}
@media only screen and (max-width: 56.25em) {
  .author-section .author-body {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.author-section .author-body .author-name {
  margin-bottom: 15px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  letter-spacing: 1.5px;
}
.author-section .author-body .author-desc p {
  margin-bottom: 0;
  color: #747473;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
}
.author-section .author-body .more-posts {
  margin-top: 20px;
}
.author-section .author-body .more-posts a {
  color: #ea1b25;
  font-size: 15px;
}
.author-section .author-body .more-posts a:hover {
  color: #00a8ff;
}
.blog-heading {
  position: relative;
  color: #0f0f0f;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-top: 55px;
}
.related-post-carousel {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 60px;
}
.related-post-carousel .related-post {
  position: relative;
}
.related-post-carousel .related-post .related-post-thumbnail img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.related-post-carousel .related-post .related-post-body {
  padding: 20px 25px;
}
.related-post-carousel .related-post .related-post-body .flexed {
  display: flex;
  margin: 0 0 15px 0;
}
.related-post-carousel .related-post .related-post-body .flexed li {
  list-style: none;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #898b8c;
}
.related-post-carousel .related-post .related-post-body .flexed li:last-child {
  padding-right: 0;
}
.related-post-carousel .related-post .related-post-body .flexed li .fa {
  margin-right: 5px;
}
.related-post-carousel
  .related-post
  .related-post-body
  .flexed
  li
  .post-categories {
  display: inline-block;
  margin: 0;
}
.related-post-carousel
  .related-post
  .related-post-body
  .flexed
  li
  .post-categories
  li {
  padding-right: 0;
}
.related-post-carousel
  .related-post
  .related-post-body
  .flexed
  li
  .post-categories
  li
  a {
  color: #898b8c;
}
.related-post-carousel .related-post .related-post-body .related-post-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
}
.related-post-carousel .owl-controls {
  position: absolute;
  margin: 0;
  top: -61px;
  right: 15px;
}
@media only screen and (max-width: 56.25em) {
  .related-post-carousel .owl-controls {
    position: relative;
    top: auto;
    right: auto;
  }
}
.related-post-carousel .owl-controls .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 27px;
  text-align: center;
  border: 0;
  opacity: 1;
}
.related-post-carousel .owl-controls .owl-nav [class*="owl-"] .fa {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0;
  color: #fff;
  font-size: 10px;
}
.related-post-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
  background-color: #999;
}
.related-post-carousel .owl-controls .owl-nav [class*="owl-"]:hover .fa {
  color: #fff;
}
.related-post-carousel .owl-controls .owl-nav .owl-prev {
  left: -35px;
}
.related-post-carousel .owl-controls .owl-dots {
  display: none !important;
  margin-top: 30px;
}
@media only screen and (max-width: 56.25em) {
  .related-post-carousel .owl-controls .owl-dots {
    display: block !important;
  }
}
.related-post-carousel .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #181814;
}
.related-post-carousel .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.comment-form textarea,
.comment-form input {
  border-radius: 4px;
}
.comment-form .form-submit input[type="submit"] {
  border-radius: 5px;
}
.wd-tages {
  border-top: 2px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 30px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
}
.wd-tages span:first-child {
  font-weight: bold;
  color: #000;
}
.wd-tages .share-icons {
  margin: 15px 0;
}
.wd-tages .share-icons span:first-child {
  font-weight: bold;
  color: #000;
}
.wd-tages .share-icons ul {
  display: inline-block;
  list-style-type: none;
  margin-left: 0;
}
.wd-tages .share-icons ul li {
  display: inline-block;
  margin-right: 20px;
}
.wd-tages .share-icons ul li a {
  color: #333;
}
.wd-tages .share-icons ul li a .button {
  display: none;
}
.wd-tages .share-icons ul li a i {
  font-size: 18px;
}
li.comment {
  margin-bottom: 30px;
  position: relative;
}
li.comment section.comment > a {
  float: right;
}
li.comment header {
  text-align: center;
}
li.comment article > div {
  background: #f6f6f6;
  padding: 10px 20px;
  position: relative;
}
li.comment article > div:after {
  border-bottom: 10px solid transparent;
  border-right: 20px solid #f6f6f6;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: -16px;
  position: absolute;
  top: 15px;
  width: 0;
}
li.comment article > div cite {
  color: #000;
  font-weight: 600;
  margin-top: 1em;
}
li.comment article > div cite::before {
  content: "";
}
li.comment article > div p {
  color: #666;
  margin-top: 10px;
}
li.comment article > div time a {
  color: #999999;
}
.wd-pagination,
.page-links {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.wd-pagination a,
.page-links a {
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 5px;
}
.wd-pagination a:hover,
.wd-pagination afocus,
.wd-pagination aactive,
.page-links a:hover,
.page-links afocus,
.page-links aactive {
  border-bottom: 1px solid #000;
  color: #000;
}
.wd-pagination .current,
.page-links .current {
  color: #000;
  border-bottom: 1px solid #000;
  background: none;
  padding: 0 5px;
}
.wd-pagination .next,
.page-links .next {
  float: right;
  padding: 0;
  color: #000;
}
.wd-pagination .next:hover,
.wd-pagination .nextfocus,
.wd-pagination .nextactive,
.page-links .next:hover,
.page-links .nextfocus,
.page-links .nextactive {
  border: none;
}
.wd-pagination .next:after,
.page-links .next:after {
  background: #ebf0f1 none repeat scroll 0 0;
  content: " ";
  display: inline-block;
  height: 25px;
  padding: 20px 0;
  position: absolute;
  right: -10px;
  top: -7px;
  width: 40px;
  z-index: -1;
}
.wd-pagination .prev,
.page-links .prev {
  float: left;
  padding: 0;
  color: #000;
}
.wd-pagination .prev:hover,
.wd-pagination .prevfocus,
.wd-pagination .prevactive,
.page-links .prev:hover,
.page-links .prevfocus,
.page-links .prevactive {
  border: none;
}
.wd-pagination .prev:after,
.page-links .prev:after {
  background: #ebf0f1 none repeat scroll 0 0;
  content: " ";
  display: inline-block;
  height: 25px;
  padding: 20px 0;
  position: absolute;
  left: -10px;
  top: -7px;
  width: 40px;
  z-index: -1;
}
.page .body.field ul,
.single .blog-body ul {
  list-style: initial;
}
.page .sidebar .widget ul {
  list-style: none;
}
.single .blog-body pre {
  overflow-x: scroll;
  background-color: #eee;
  padding: 15px;
}
.blog .blog-page .post {
  padding: 0 0 60px 0;
}
.blog .blog-page .sticky.fixed,
.blog .blog-page .sticky {
  position: static;
  border-top: 2px solid;
  background: rgba(238, 238, 238, 0.49);
  margin-bottom: 60px;
  padding: 20px 5px 40px 20px;
}
.blog .blog-page .post-categories,
.single .blog-page-info .post-categories {
  display: inline-block;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: -1px;
}
.blog .blog-page .post-categories li,
.single .blog-page-info .post-categories li {
  float: left;
  padding-right: 6px;
  line-height: 15px;
}
.is-style-outline .wp-block-button__link {
  background-color: #fff !important;
  color: #ea1b25 !important;
  margin: 22px 0;
}
.blog .blog-page .wd-redmore a {
  padding-right: 5px;
  color: #555;
  font-weight: 600;
}
.commentlist {
  list-style: none;
}
.commentlist .children {
  list-style: none;
}
.commentlist .pingback {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.commentlist .pingback .comment p {
  margin: 20px 0;
}
.commentlist .pingback .comment-edit-link {
  float: right;
}
@media only screen and (max-width: 56.25em) {
  .blog-container ul li {
    width: 100%;
  }
}
.wp-block-quote.is-large cite {
  font-size: 16px;
  text-align: left;
  margin-top: 1em;
}
.circular-item {
  float: left;
  display: inline-block;
  margin: 0 14px;
}
.circular-content {
  display: inline-block;
  height: auto;
  text-align: center;
}
.circular-pie {
  height: 310px;
  width: 310px;
}
.easyPieChart {
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 3em 0;
}
.circ_counter_desc {
  font-size: 15px;
  margin: 20px 0;
  text-align: center;
}
.circular-pie-style-1 span,
.circular-pie-style-2 span,
.circular-pie-style-3 span {
  border-radius: 100%;
  bottom: 20px;
  color: #284c66;
  display: block;
  font-size: 46px;
  font-weight: 100;
  height: 150px;
  left: 41px;
  letter-spacing: -3px;
  line-height: 150px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 41px;
  width: 150px;
  z-index: 10;
}
.easyPieChart canvas {
  left: 0;
  position: absolute;
  top: 0;
}
.circ_counter_desc .lead {
  font-weight: 600;
  font-size: 29px;
}
#page-wrap {
  position: relative;
}
.corp {
  padding-bottom: 10em;
  padding-top: 10em;
}
.oops h2 {
  border-bottom: 1px solid #aaa;
  box-shadow: 0 1px 0 #727272;
  font-size: 5em;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.message {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.oops-footer {
  margin-top: 20px;
}
.oops-footer .social-icons {
  text-align: center;
}
.oops-footer .social-icons li {
  width: auto;
  padding: 14px 13px;
  border: medium solid;
  display: inline-block;
  float: none;
}
.oops-footer .social-icons li:hover {
  border-color: #f74a13;
}
.oops-footer .social-icons li:hover i {
  border: none;
  color: #f74a13;
}
.oops-footer .social-icons li i {
  color: #333;
}
.oops-footer .social-icons li i:hover {
  border: none;
}
.oops-footer .social-icons.accent li i {
  border: none;
  color: #333;
}
.oops-footer .social-icons.accent li i:hover {
  border: none;
  color: #aaa;
}
#serch .text-input {
  border-radius: 30px;
  height: 50px;
  padding-left: 20px;
}
#serch .submit-input {
  border: medium none;
  border-radius: 0px 50px 50px 0;
  color: #fff;
  padding: 14px 0 15px;
  position: absolute;
  right: 15px;
  top: 0px;
  width: 120px;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .message {
    width: 100%;
    text-align: center;
  }
  .oops-footer .inline-list > li {
    float: none;
  }
}
.team-member-container .team-member-slider .owl-nav > div {
  height: 33px;
  padding: 6px 4px;
  width: 33px;
  background-color: #999;
}
.team-member-container .team-member-slider .team-member-text {
  padding-left: 60px;
  padding-top: 144px;
}
.team-member-container
  .team-member-slider
  .team-member-text
  .team-member-about {
  margin-bottom: 28px;
}
.team-member-container
  .team-member-slider
  .team-member-text
  .team-member-job-title.second {
  margin-bottom: 43px;
}
.team-member-container
  .team-member-slider
  .team-member-text
  .team-member-job-title.second
  h4 {
  font-size: 14px;
  color: #6b6b6b;
}
.team-member-container
  .team-member-slider
  .team-member-text
  .team-member-name
  h2 {
  color: #000000;
  font-family: "Lato";
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 34px;
  text-transform: uppercase;
}
.team-member-container .team-member-slider .team-member-text .website {
  padding-left: 15px;
  margin-top: 84px;
}
.team-member-container
  .team-member-slider
  .team-member-skills
  .wd-progress-bar-container
  ul.wd-progress-bar {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
.team-member-container
  .team-member-slider
  .team-member-skills
  .circular-pie-style-team.easyPieChart {
  width: 105px;
  height: 105px;
}
.team-member-container .team-member-slider .team-member-skills .skill-name {
  margin-top: 37px;
  margin-left: 12px;
}
.team-member-container .team-member-slider .team-member-skills .percent {
  position: absolute;
  left: calc(80px - 50%);
  top: calc(86px - 50%);
}
.team-member-container .team-member-slider .owl-nav > div i {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  display: table;
  margin-top: 6px;
}
.team-member-container .team-member-slider .owl-nav > div:hover {
  background-color: #cb9904;
}
.team-member-container
  .team-member-slider.image_left
  .team-member-text
  .website {
  padding-left: 0;
}
.team-member-container
  .hide-skills.image_left
  .wd-team-member-item
  .team-member-text {
  padding-top: 244px;
}
.team-member-container .hide-skills.image_left .owl-nav {
  left: 53%;
  position: absolute;
  top: 520px;
  width: 69px;
}
.team-member-container
  .hide-skills.image_right
  .wd-team-member-item
  .team-member-text {
  padding-top: 244px;
}
.team-member-container .hide-skills.image_right .owl-nav {
  left: 53%;
  position: absolute;
  top: 520px;
  width: 69px;
}
.team-member-container .team-member-picture {
  text-align: center;
  padding-top: 42px;
}
.team-member-container .team-member-picture img {
  margin: 0 auto;
}
.team-member-carousel .owl-item img {
  width: 100% !important;
}
.team-member-carousel .team-member-carousel-item .team-member-carousel-text {
  bottom: -140px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  width: 100%;
  padding-top: 80px;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.team-member-carousel
  .team-member-carousel-item
  .team-member-carousel-text
  .team-member-name,
.team-member-carousel
  .team-member-carousel-item
  .team-member-carousel-text
  .team-member-job-title {
  padding-left: 12px;
  margin: 0;
}
.team-member-carousel
  .team-member-carousel-item:hover
  .team-member-carousel-text {
  bottom: 0;
  opacity: 1;
}
.team-member-carousel .team-member-social-medias {
  margin-bottom: 30px;
}
.team-member-carousel .team-member-social-medias ul {
  list-style-type: none;
  border-bottom: 1px dotted #fff;
  margin: 0;
  padding: 4px 10px;
  margin: 0 auto;
  display: table;
}
.team-member-carousel .team-member-social-medias ul li {
  display: inline-block;
  list-style-type: none;
}
.team-member-carousel .team-member-social-medias ul li a {
  padding: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-member-carousel .team-member-social-medias ul li a:hover {
  color: #d00500;
}
.team-member-carousel .owl-dots {
  position: relative;
  margin-top: 56px;
}
.team-member-grid .team-member-grid-item {
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 56.25em) {
  .team-member-grid .team-member-grid-item {
    margin-bottom: 30px;
  }
}
.team-member-grid .team-member-grid-item .team-member-grid-text {
  text-align: center;
  background: #fff;
  padding: 15px 20px;
  display: block;
}
.team-member-grid
  .team-member-grid-item
  .team-member-grid-text
  .team-member-name {
  margin-top: 0;
}
.team-member-grid
  .team-member-grid-item
  .team-member-grid-text
  .team-member-job-title
  h4 {
  margin-bottom: 0;
}
.team-member-grid .team-member-grid-item .team-member-grid-img {
  text-align: center;
}
.team-member-grid .team-member-grid-item .team-member-grid-img img {
  width: 100%;
}
.team-member-grid-item.static-html {
  height: 525px;
}
.team-member-grid-item.static-html .static-html-content {
  font-family: "open sans";
  font-size: 31px;
  font-weight: 900;
  line-height: 34px;
  padding: 200px 110px;
  text-align: center;
  text-transform: uppercase;
}
.wd-portfolio-container .wd-portfolio-grid,
.wd-portfolio-container .wd-portfolio-masonry {
  margin: 0;
}
.wd-portfolio-container .wd-portfolio-grid .wd-portfolio-grid-item,
.wd-portfolio-container .wd-portfolio-grid .wd-portfolio-masonry-item,
.wd-portfolio-container .wd-portfolio-masonry .wd-portfolio-grid-item,
.wd-portfolio-container .wd-portfolio-masonry .wd-portfolio-masonry-item {
  margin-bottom: 30px;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text {
  margin-top: 30px;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h6 {
  margin: 0;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  a,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  a,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  a,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  a,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  a,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  a,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  a,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  a {
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  a:hover,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  a:hover,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  a:hover,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  a:hover,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text
  a:hover,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  a:hover,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text
  a:hover,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  a:hover {
  color: #000 !important;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text
  h6,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h1,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h2,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h3,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h4,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h5,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text
  h6 {
  margin: 0;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image {
  position: relative;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  img,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  img,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  img,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  img,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  img,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  img,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  img,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  img {
  width: 100%;
  max-width: 100%;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  a
  img,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  a
  img,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  a
  img,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  a
  img,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  a
  img,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  a
  img,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  a
  img,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  a
  img {
  width: 100%;
  max-width: 100%;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  a
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  a
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  a
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  a
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  a
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  a
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  a
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  a
  .overlay-color {
  font-size: 72px;
  color: #000;
  font-weight: 200;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  a
  .overlay-color
  span,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  a
  .overlay-color
  span,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  a
  .overlay-color
  span,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  a
  .overlay-color
  span,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  a
  .overlay-color
  span,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  a
  .overlay-color
  span,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  a
  .overlay-color
  span,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  a
  .overlay-color
  span {
  text-align: center;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 30px;
  transform: translate(-50%, -50%);
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  a:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  a:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  a:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  a:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-image
  a:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-image
  a:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-image
  a:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-image
  a:hover
  .overlay-color {
  opacity: 0.9;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-tags
  span:last-child,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-tags
  span:last-child,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-tags
  span:last-child,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-tags
  span:last-child,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-tags
  span:last-child,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-tags
  span:last-child,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-tags
  span:last-child,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-tags
  span:last-child {
  display: none;
}
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-tags,
.wd-portfolio-container
  .wd-portfolio-grid
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-tags,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-tags,
.wd-portfolio-container
  .wd-portfolio-masonry
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-tags {
  margin-bottom: 10px;
  margin-top: 10px;
}
.wd-portfolio-container .wd-portfolio-grid.style-2 .wd-portfolio-grid-item,
.wd-portfolio-container .wd-portfolio-grid.style-2 .wd-portfolio-masonry-item,
.wd-portfolio-container .wd-portfolio-masonry.style-2 .wd-portfolio-grid-item,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item {
  margin: 0;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color {
  -webkit-box-shadow: inset 0px 0px 0px 26px #cfcfcf;
  -moz-box-shadow: inset 0px 0px 0px 26px #cfcfcf;
  box-shadow: inset 0px 0px 0px 26px #cfcfcf;
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link {
  border-radius: 50%;
  color: #999;
  display: inline-block;
  font-size: 27px;
  height: 40px;
  margin: 10px 3px;
  overflow: hidden;
  padding: 6px 10px;
  transition: all 0.6s ease 0s;
  width: 40px;
  border: 1px solid #999;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link:hover {
  background-color: #000;
  color: #fff;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link {
  padding-top: 8px;
  margin: 10px 3px !important;
  font-size: 17px;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item
  .overlay-color
  .wd-portfolio-masonry-item-text-container
  a.link {
  padding-top: 11px;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-grid-item:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid.style-2
  .wd-portfolio-masonry-item:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-grid-item:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry.style-2
  .wd-portfolio-masonry-item:hover
  .overlay-color {
  opacity: 0.9;
}
.wd-portfolio-container .wd-portfolio-grid.style-3 .wd-portfolio-grid-item,
.wd-portfolio-container .wd-portfolio-grid.style-3 .wd-portfolio-masonry-item,
.wd-portfolio-container .wd-portfolio-masonry.style-3 .wd-portfolio-grid-item,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.wd-portfolio-container .wd-portfolio-grid.style-3 .wd-portfolio-grid-item img,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  img,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  img,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  img {
  width: 100%;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .overlay-color {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.75))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  .large-3,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  .large-3,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  .large-3,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  .large-3,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  .large-3,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  .large-3,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  .large-3,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  .large-3 {
  padding: 0;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  a.link,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  a.view,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  a.link {
  color: #fff;
  display: inline-block;
  font-size: 50px;
  height: 50px;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-transition: all 0.6s, color 0.3s;
  -moz-transition: all 0.6s, color 0.3s;
  -ms-transition: all 0.6s, color 0.3s;
  -o-transition: all 0.6s, color 0.3s;
  transition: all 0.6s, color 0.3s;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  a.link:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  a.view:hover,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  a.link:hover {
  color: #cc9900;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-grid-item-text-container
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item
  .wd-portfolio-masonry-item-text-container
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-grid-item-text-container
  .wd-portfolio-masonry-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  .wd-portfolio-grid-item-text,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item
  .wd-portfolio-masonry-item-text-container
  .wd-portfolio-masonry-item-text {
  margin: 0;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-grid-item:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-grid.style-3
  .wd-portfolio-masonry-item:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-grid-item:hover
  .overlay-color,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3
  .wd-portfolio-masonry-item:hover
  .overlay-color {
  opacity: 1;
}
.wd-portfolio-container
  .wd-portfolio-grid.style-3.large-block-grid-3
  .wd-portfolio-masonry-item-text-container,
.wd-portfolio-container
  .wd-portfolio-masonry.style-3.large-block-grid-3
  .wd-portfolio-masonry-item-text-container {
  padding: 0 15px 0 5px;
}
.wd-portfolio-container .filters {
  margin: 0 0 58px 0;
  text-align: center;
}
.wd-portfolio-container .filters li {
  list-style: none;
  display: inline-block;
  list-style-type: none;
  margin: 10px 15px;
}
.wd-portfolio-container .filters li a {
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-portfolio-container .load-more-container {
  text-align: center;
  position: relative;
  margin-top: 64px;
}
.wd-portfolio-container .load-more-container a {
  font-size: 15px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-portfolio-container .load-more-container a:before {
  background: #000 none repeat scroll 0 0;
  bottom: 40px;
  content: " ";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 70px;
}
.wd-portfolio-container .load-more-container a:hover {
  color: #999;
}
@media only screen and (min-width: 56.3125em) {
  .wd-portfolio-masonry-item.one {
    width: 33.33333333%;
  }
  .wd-portfolio-masonry-item.two {
    width: 66.66666666%;
  }
  .wd-portfolio-masonry-item.one-one {
    width: 25%;
    line-height: 0;
  }
  .wd-portfolio-masonry-item.two-two {
    width: 50%;
    line-height: 0;
  }
}
.wd-portfolio-carousel .wd-portfolio-carousel-item-text {
  bottom: 0;
  position: absolute;
}
.wd-portfolio-carousel .wd-portfolio-carousel-item-text .portfolio-title {
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
  display: inline-block;
}
.wd-portfolio-carousel
  .wd-portfolio-carousel-item-text
  .portfolio-title:before {
  background-color: #cc0000;
  bottom: 0;
  border-radius: 50%;
  content: " ";
  height: 4px;
  position: absolute;
  right: -9px;
  width: 4px;
}
.wd-portfolio-carousel
  .wd-portfolio-carousel-item-text
  .wd-portfolio-carousel-item-tags {
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}
.wd-portfolio-carousel
  .wd-portfolio-carousel-item-text
  .wd-portfolio-carousel-item-tags
  span:last-child {
  display: none;
}
.wd-portfolio-carousel
  .wd-portfolio-carousel-item-text
  .wd-portfolio-carousel-item-tags:after {
  background-color: #cc0000;
  bottom: 0;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  width: 39px;
}
.wd-portfolio-carousel
  .wd-portfolio-carousel-item-text
  .wd-portfolio-carousel-item-description {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 66px;
  padding-right: 56px;
}
.wd-portfolio-carousel .wd-portfolio-carousel-item-text .view-project {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-portfolio-carousel .wd-portfolio-carousel-item-text .view-project i {
  font-size: 20px;
  margin-left: 8px;
  position: absolute;
}
.wd-portfolio-carousel .wd-portfolio-carousel-item-text .view-project:hover {
  color: #999;
}
@media only screen and (min-width: 56.3125em) {
  li.wd-portfolio-grid-item.two-columns {
    width: 50%;
  }
  li.wd-portfolio-grid-item.two-columns p:empty {
    display: none;
  }
  li.wd-portfolio-grid-item.one-columns {
    width: 25%;
  }
  li.wd-portfolio-grid-item.one-columns p:empty {
    display: none;
  }
  li.wd-portfolio-grid-item.three-columns {
    width: 33.33333%;
  }
  li.wd-portfolio-grid-item.three-columns p:empty {
    display: none;
  }
}
.static-html-item-container {
  position: absolute;
  width: 100%;
}
.single-portfolio .button.pinterest,
.single-portfolio .button.facebook,
.single-portfolio .button.twitter {
  display: none;
}
.single-portfolio .portfolio-next-prev {
  text-align: right;
}
.single-portfolio .portfolio-next-prev a {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 0.35px;
  color: #999;
  text-transform: uppercase;
  margin: 0 8px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.single-portfolio .portfolio-next-prev a:hover {
  color: #000;
}
.single-portfolio .wd-portfolio-single-portfolio-tags {
  margin-bottom: 67px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  font-family: "Open Sans";
}
.single-portfolio .wd-portfolio-single-portfolio-tags span:last-child {
  display: none;
}
.single-portfolio .Portfolio-image {
  margin-bottom: 53px;
}
.single-portfolio
  .Portfolio-image
  .wd-single-portfolio-carousel
  .owl-nav
  .owl-next {
  right: 10px;
}
.single-portfolio
  .Portfolio-image
  .wd-single-portfolio-carousel
  .owl-nav
  .owl-prev {
  left: 10px;
}
.single-portfolio .portfolio-body {
  margin-bottom: 80px;
}
.single-portfolio .portfolio-text:after {
  background-color: #cccccc;
  content: " ";
  height: 100%;
  position: absolute;
  right: -18px;
  top: 0;
  width: 1px;
}
.single-portfolio .portfolio-text p {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.35;
  color: #333333;
}
.single-portfolio .large-4,
.single-portfolio .large-8 {
  padding: 0;
}
.single-portfolio .portfolio-infos-container {
  padding-left: 46px;
}
.single-portfolio .portfolio-infos-container .portfolio-infos {
  font-size: "Open Sans";
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.35;
  padding: 26px 30px;
  background-color: #f3f3f3;
}
.single-portfolio .portfolio-infos-container .portfolio-infos i {
  display: inline-block;
  font-size: 18px;
  width: 25px;
}
.single-portfolio .portfolio-infos-container .portfolio-infos ul {
  list-style-type: none;
  margin: 0;
}
.single-portfolio .portfolio-infos-container .portfolio-infos ul li {
  line-height: 30px;
}
.single-portfolio .portfolio-infos-container .portfolio-infos ul li span {
  width: 120px;
  display: inline-block;
  color: #000000;
}
.single-portfolio .portfolio-infos-container .portfolio-infos ul li .client,
.single-portfolio .portfolio-infos-container .portfolio-infos ul li .author {
  font-weight: 700;
}
.single-portfolio .portfolio-infos-container .share-icons {
  margin-top: 20px;
}
.single-portfolio .portfolio-infos-container .share-icons span {
  display: inline-block;
  font-weight: 700;
  padding: 6px 0;
  text-transform: uppercase;
}
.single-portfolio .portfolio-infos-container .share-icons ul {
  list-style-type: none;
  float: right;
  margin: 0;
  text-align: right;
}
.single-portfolio .portfolio-infos-container .share-icons ul li {
  display: inline-block;
  margin-left: 18px;
}
.single-portfolio .portfolio-infos-container .share-icons ul li a {
  color: #cccccc;
  display: inline-block;
  font-size: 20px;
  padding: 5px;
}
.single-portfolio .portfolio-infos-container .share-icons ul li a:hover {
  color: #cc9900;
}
.single-portfolio .related-portfolio {
  margin-bottom: 170px;
}
.single-portfolio .related-portfolio .wd-portfolio-related-item-text {
  margin-top: 28px;
}
.single-portfolio .related-portfolio h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 44px;
}
.single-portfolio .related-portfolio h6 {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 24px;
}
.single-portfolio .related-portfolio h6 a {
  color: #000;
}
.single-portfolio .related-portfolio .wd-portfolio-related-item-tags {
  font-size: 13px;
  color: #999999;
  font-family: "Open Sans";
  letter-spacing: 0.325px;
}
.single-portfolio
  .related-portfolio
  .wd-portfolio-related-item-tags
  span:last-child {
  display: none;
}
.wd_pagination {
  text-align: right;
  margin-bottom: 10px;
}
.wd_pagination .next-link,
.wd_pagination .prev-link {
  display: inline-block;
}
.wd_pagination .next-link a,
.wd_pagination .prev-link a {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  color: #000;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd_pagination .prev-link {
  margin-right: 5px;
}
.wd_pagination ul.page-numbers {
  list-style: outside none none !important;
  margin: 0;
  display: inline-block;
}
.wd_pagination ul.page-numbers li {
  display: inline-block;
}
.wd_pagination ul.page-numbers li a,
.wd_pagination ul.page-numbers li span {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  color: #000;
  display: inline-block;
  padding: 4px 10px;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd_pagination
  ul.page-numbers
  li
  .wd_pagination
  ul.page-numbers
  li
  span.current {
  border-color: green;
  color: green;
}
.owl-carousel {
  cursor: -moz-grab;
  list-style-type: none !important;
}
.owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.owl-carousel .owl-nav > div i {
  margin-left: 9px;
  color: #333;
  font-size: 36px;
}
.owl-carousel .owl-nav .owl-next {
  float: right;
}
.owl-carousel:hover .owl-nav > div {
  opacity: 1;
}
.team-member-slider .owl-dots .owl-dot,
.team-member-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.team-member-slider .owl-dots .owl-dot span,
.team-member-carousel .owl-dots .owl-dot span {
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 30px;
  display: block;
  height: 11px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 11px;
}
.team-member-slider .owl-dots .owl-dot.active span,
.team-member-slider .owl-theme .owl-dots .owl-dot:hover span,
.team-member-carousel .owl-dots .owl-dot.active span,
.team-member-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #c59600 none repeat scroll 0 0;
  width: 16px;
  height: 16px;
}
.team-member-slider:not(.dot-out).owl-dots,
.team-member-carousel:not(.dot-out).owl-dots {
  bottom: 1px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;
}
.team-member-slider .owl-dot,
.team-member-carousel .owl-dot {
  padding: 3px 0;
}
.team-member-slider .owl-dot.active,
.team-member-carousel .owl-dot.active {
  padding: 0;
}
.owl-thumbs {
  position: relative;
  z-index: 2;
  margin: 0;
  list-style-type: none !important;
  text-align: center;
}
.owl-thumbs .owl-thumb-item {
  display: inline-block;
  list-style-type: none;
  margin: 0 16px;
}
.owl-thumbs .owl-thumb-item img {
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.owl-thumbs .owl-thumb-item:hover img {
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
}
.owl-thumbs .owl-thumb-item.active img {
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
}
.owl-testimonail .owl-nav {
  display: none;
  width: 100%;
}
.owl-testimonail .owl-nav > div {
  position: relative;
  top: auto;
  display: inline-block;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.owl-testimonail .owl-nav > div i {
  margin-left: 0;
  font-size: 36px;
}
@media only screen and (max-width: 56.25em) {
  .owl-testimonail .owl-nav > div i {
    font-size: 25px;
  }
}
.owl-testimonail h6 {
  margin: 0;
}
a.testimonial-prev,
a.testimonial-next {
  color: #fff;
  opacity: 0.25;
  display: inline-table;
  font-size: 36px;
  padding: 10px;
  vertical-align: middle;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
a.testimonial-prev:hover,
a.testimonial-next:hover {
  opacity: 1;
  color: #fff;
}
.wd-portfolio-carousel.owl-carousel .owl-controls {
  margin-top: 160px;
}
.wd-portfolio-carousel.owl-carousel .owl-nav > div {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: auto;
  font-size: 12px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.6s;
  -moz-transition: color 0.6s;
  -ms-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
}
.wd-portfolio-carousel.owl-carousel .owl-nav > div:hover {
  color: #000;
}
.wd-portfolio-carousel.owl-carousel .owl-nav .owl-next {
  float: none;
}
ul.suppliers_carousel {
  padding: 5px 20px;
  border: 1px solid rgba(136, 136, 136, 0.1);
  border-left: none;
  border-right: none;
}
ul.suppliers_carousel .item span {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 3px;
}
ul.suppliers_carousel .item img {
  margin-bottom: 0;
}
ul.suppliers_carousel .owl-controls .owl-nav {
  opacity: 0;
  transition: all ease-in-out 400ms;
}
ul.suppliers_carousel .owl-controls .owl-nav .owl-prev {
  border: none;
  width: unset;
  height: unset;
  line-height: inherit;
  left: 0;
  top: 50%;
}
ul.suppliers_carousel .owl-controls .owl-nav .owl-next {
  border: none;
  width: unset;
  height: unset;
  line-height: inherit;
  right: -15px;
  top: 50%;
}
ul.suppliers_carousel .owl-controls .owl-nav div > i {
  margin: 0;
  font-size: 18px;
  color: #888;
}
ul.suppliers_carousel:hover .owl-controls .owl-nav {
  opacity: 1;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry
  .owl-controls
  .owl-nav
  .owl-next {
  right: -20px;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry
  .owl-controls
  .owl-nav
  .owl-prev {
  left: 20px;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry
  .owl-controls
  .owl-nav
  .owl-prev,
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry
  .owl-controls
  .owl-nav
  .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  top: 50%;
  opacity: 0;
  transition: all ease-in-out 400ms;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry
  .owl-controls
  .owl-nav
  .owl-prev
  i,
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry
  .owl-controls
  .owl-nav
  .owl-next
  i {
  margin: 0;
  color: #fff;
  opacity: 0.6;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry:hover
  .owl-controls
  .owl-nav
  .owl-prev,
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry:hover
  .owl-controls
  .owl-nav
  .owl-next {
  opacity: 1;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry:hover
  .owl-controls
  .owl-nav
  .owl-next {
  right: 0;
}
.ajzaa_multi_post_gallery_masonry
  .ajzaa_blog_post_gallery_masonry:hover
  .owl-controls
  .owl-nav
  .owl-prev {
  left: 40px;
}
.wd-clients-carousel {
  overflow: hidden;
}
.wd-clients-carousel .owl-nav > div {
  height: 33px;
  padding: 6px 4px;
  width: 33px;
  background-color: #999;
}
.wd-clients-carousel .owl-nav > div i {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  display: table;
  margin-top: 6px;
}
.wd-clients-carousel .owl-nav > div:hover {
  background-color: #cb9904;
}
.wd-clients-carousel .wd-clients-carousel-item {
  text-align: center;
}
.wd-clients-carousel .wd-clients-carousel-item img {
  margin: 0 auto;
  opacity: 0.4;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-clients-carousel .wd-clients-carousel-item:hover img {
  opacity: 1;
}
.wd-clients-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.wd-clients-carousel .owl-dots .owl-dot span {
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 30px;
  display: block;
  height: 14px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 14px;
}
.wd-clients-carousel .owl-dots .owl-dot.active span,
.wd-clients-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #333333;
}
.wd-clients-carousel .owl-dots {
  bottom: 1px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 78px;
}
.wd-clients-carousel .owl-dot {
  padding: 3px 0;
}
.wd-clients-grid .wd-clients-grid-item {
  text-align: center;
  margin-bottom: 50px;
}
.wd-clients-grid .wd-clients-grid-item img {
  margin: 0 auto;
  opacity: 0.4;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-clients-grid .wd-clients-grid-item:hover img {
  opacity: 1;
}
div.business-hello-intro .wpb_wrapper {
  height: 500px;
}
div.business-hello-intro .wpb_wrapper .wpb_content_element {
  transform: rotate(-90deg) translateY(163px);
  bottom: -190px;
  position: absolute;
}
div.business-hello-intro .wpb_wrapper .wpb_content_element p {
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}
.color-over::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 770px;
}
@media only screen and (min-width: 64.0625em) {
  .woocommerce .woocommerce-cart-form {
    width: 60%;
    float: left;
  }
  .woocommerce .cart-collaterals,
  .woocommerce .cart-collaterals {
    width: 35%;
    float: right;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.widget-area ul,
.wpb_widgetised_column ul {
  list-style: square;
}
.widget-area ul li,
.wpb_widgetised_column ul li {
  padding: 5px 0;
  position: relative;
}
.widget-area ul li:last-child,
.wpb_widgetised_column ul li:last-child {
  border: none;
}
.widget-area ul li.current-cat-parent > a,
.wpb_widgetised_column ul li.current-cat-parent > a {
  font-weight: bold;
}
.widget-area ul li.current-cat > a,
.wpb_widgetised_column ul li.current-cat > a {
  font-weight: bold;
}
.widget-area ul li > a .child-indicator::after,
.wpb_widgetised_column ul li > a .child-indicator::after {
  content: "\f078";
  display: block;
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 13px;
  height: 24px;
}
.widget-area ul a,
.wpb_widgetised_column ul a {
  color: #444;
}
.widget-area .product-categories,
.wpb_widgetised_column .product-categories {
  list-style: none;
  margin: 0;
}
.widget-area .product-categories li.cat-item,
.wpb_widgetised_column .product-categories li.cat-item {
  font-size: 13px;
  padding: 0 20px 0 0;
}
.widget-area .product-categories li.cat-item a,
.wpb_widgetised_column .product-categories li.cat-item a {
  letter-spacing: 0;
  transition: 0.3s;
}
.widget-area .product-categories li.cat-item a:hover,
.wpb_widgetised_column .product-categories li.cat-item a:hover {
  letter-spacing: 0.3px;
  color: #000;
}
.widget-area .product-categories span,
.wpb_widgetised_column .product-categories span {
  float: right;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #e4e2e3;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  margin: 3px 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  border-radius: 50%;
  border: 10px double #f0f0f0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin: 0 15px 0 0;
  width: 78px;
}
.widget-area .woocommerce .product_list_widget .amount {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
}
.widget-area .woocommerce .product_list_widget li {
  padding: 10px 0;
}
.woocommerce-product-search .search-field {
  height: 50px;
}
.woocommerce-product-search input[type="submit"] {
  background: #000;
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  border: none;
}
.hidden-cart .product_list_widget {
  display: table;
}
.woocommerce-result-count {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}
.orderby {
  width: 270px;
  height: 60px;
  font-size: 14px;
  color: #333333;
  background: #fff;
}
.woocommerce .woocommerce-ordering {
  position: relative;
}
.woocommerce .woocommerce-ordering:after {
  content: "\f078";
  font-family: "FontAwesome";
  color: #000;
  position: absolute;
  right: 35px;
  top: 17px;
}
.woocommerce .woocommerce-ordering select {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  border: none;
}
.woocommerce .woocommerce-ordering select:focus {
  background: #fff;
}
.woocommerce span.onsale {
  background: none;
  color: red;
  font-size: 15px;
}
.woocommerce ul.products li.product .onsale {
  font-weight: 500;
  color: #fff;
  background: #ff3600;
  border-radius: 0;
  padding: 2px 10px;
  line-height: 18px;
  min-width: unset;
  min-height: unset;
  right: unset;
  left: 0;
  top: 15px;
  transition: all 0.35s ease-in-out;
  font-size: 13px;
}
.woocommerce ul.products li.product:hover .onsale {
  left: -90px;
}
.woocommerce ul.products li.product h3 {
  font-size: 14px;
  color: #222222;
}
.price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price {
  font-size: 15px;
  font-weight: 700;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 10px;
  color: #000;
}
.woocommerce .products .star-rating {
  margin-left: 37%;
}
.woocommerce ul.products li.product {
  overflow: hidden;
}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div {
  display: block;
  position: absolute;
  top: 10px;
  left: -30px;
  transition: all 0.5s;
}
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a::before {
  content: "";
}
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a::after {
  content: "";
}
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a:hover::before {
  content: "View Wishlist";
  position: absolute;
  font-size: 10px;
  top: 1px;
  line-height: 24px;
  color: #fff;
  width: 100px;
  left: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  height: 24px;
}
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse
  a:hover::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 10px solid #ea1b25;
  border-bottom: 6px solid transparent;
  margin-top: 0;
}
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a.add_to_wishlist::before {
  content: "";
}
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a.add_to_wishlist::after {
  content: "";
}
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a.add_to_wishlist:hover::before {
  content: "Wishlist";
  position: absolute;
  font-size: 10px;
  top: 1px;
  line-height: 24px;
  color: #fff;
  width: 90px;
  left: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  height: 24px;
}
.woocommerce
  ul.products
  li.product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a.add_to_wishlist:hover::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 10px solid #ea1b25;
  border-bottom: 6px solid transparent;
  margin-top: 0;
}
.woocommerce ul.products li.product .button {
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 30px;
  color: #333;
  font-size: 12px;
  width: calc(100% - 15px);
  position: absolute;
  bottom: 6px;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  letter-spacing: 0.5px;
  margin: 0;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
  color: #fff;
}
.woocommerce ul.products li.product .button.quick_view {
  top: 10px;
  bottom: auto;
  width: 30px;
  padding: 0;
  font-size: 8px;
  right: -20px;
  left: auto;
  background: none;
  border: none;
}
.woocommerce ul.products li.product .button.quick_view::after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 16px;
  line-height: 28px;
}
.remodal-wrapper .remodal {
  box-shadow: none;
}
.woocommerce ul.products li.product > a {
  display: block;
  transition: all 0.5s ease-in-out;
}
.woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist > div {
  left: 10px;
  transition: all 0.1s;
}
.woocommerce ul.products li.product:hover .button.quick_view {
  right: -12px;
  height: 30px;
}
.woocommerce
  ul.products
  li.product:hover
  .button.quick_view:hover
  span::before {
  content: "Quick View";
  position: absolute;
  font-size: 10px;
  top: 1px;
  background: #ea1b25;
  line-height: 24px;
  color: #fff;
  width: 90px;
  right: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  height: 24px;
}
.woocommerce ul.products li.product:hover .button.quick_view:hover span::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 25px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #ea1b25;
  border-bottom: 6px solid transparent;
  margin-top: 0;
}
.woocommerce ul.products li.product:hover .button {
  filter: blur(0);
}
.woocommerce ul.products li {
  border-radius: 8px;
  padding: 10px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.03),
    0px 31px 31px 0px rgba(0, 0, 0, 0.03), 0px 69px 42px 0px rgba(0, 0, 0, 0.02),
    0px 123px 49px 0px rgba(0, 0, 0, 0), 0px 192px 54px 0px rgba(0, 0, 0, 0);
}
.woocommerce ul.products li:hover {
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}
.woocommerce ul.products li a:first-child h3,
.woocommerce ul.products li a:first-child .star-rating,
.woocommerce ul.products li a:first-child .price,
.woocommerce ul.products li a:first-child button {
  visibility: visible;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.woocommerce ul.products li a:first-child button {
  background: #393939;
  color: #ededed;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 30px;
}
.woocommerce nav.woocommerce-pagination ul {
  list-style-type: none;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 10px;
  background: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a {
  border: 1px solid red;
  color: #000;
  padding: 10px 14px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:active {
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  padding: 10px 14px;
  border: 1px solid red;
  color: #fff;
  border-color: #ea1b25;
}
.woocommerce .entry-summary {
  padding: 0 15px;
  text-align: left;
}
.woocommerce .entry-summary .description {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 30px 0 10px;
  margin: 10px 0 40px;
}
.woocommerce .entry-summary .cart .single_add_to_cart_button {
  background: #333;
  border-radius: 0;
  padding: 17px 40px;
  margin-left: 30px;
}
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.woocommerce .entry-summary .price span {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.woocommerce .entry-summary .price del span {
  font-size: 16px;
  margin-right: 5px;
}
.woocommerce .entry-summary .quantity .qty {
  width: 170px;
  height: 50px;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 15px;
  font-weight: 600;
  padding: 30px 0;
  margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #222;
}
.woocommerce .woocommerce-product-gallery.images {
  padding: 0 15px;
}
.woocommerce div.product .product_title {
  font-size: 30px;
  font-weight: 400;
}
.single-product .wd-header {
  position: unset;
}
.single-product .entry-summary .yith-wcwl-add-button .add_to_wishlist {
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 50%;
}
.single-product.woocommerce span.onsale {
  position: absolute;
  right: 150px;
}
.single-product.woocommerce .woocommerce-review-link {
  margin-left: 20px;
  color: #000;
  text-transform: capitalize;
}
.single-product.woocommerce .product_meta > span {
  display: block;
  margin-bottom: 10px;
}
.single-product.woocommerce .product_meta .sku_wrapper span {
  font-weight: bold;
  color: #000;
}
.single-product.woocommerce .product_meta .posted_in a {
  font-weight: 600;
  color: #444;
  font-size: 14px;
}
.single-product.woocommerce .variations {
  background: none;
}
.single-product.woocommerce .variations .label {
  background: none;
}
.single-product.woocommerce .variations .label label {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}
.single-product.woocommerce .variations .value select {
  height: 40px;
}
.wd-header-single-product {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.woocommerce div.product div.images {
  margin-bottom: 0;
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style-type: none;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  padding: 10px 30px 0 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 10px 30px 0 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px;
  background: none;
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: none;
}
.related.products h2 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 60px;
  text-transform: uppercase;
}
.related.products li.product .button {
  border: none;
}
.woocommerce-tabs {
  text-align: center;
}
.woocommerce-tabs .tabs li {
  background: none;
  border: none;
}
.woocommerce-tabs .tabs li a {
  color: #ccc;
  font-size: 16px;
}
.woocommerce-tabs .tabs li a:after {
  background: #cccccc;
  content: "";
  display: inline-block;
  height: 25px;
  margin-left: 15px;
  position: absolute;
  top: 18px;
  width: 1px;
}
.woocommerce-tabs .tabs li:last-child a:after {
  content: none;
}
.single-product #tab-description,
.single-product #tab-reviews {
  background: none;
  text-align: center;
  margin-bottom: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single-product #tab-description h2,
.single-product #tab-reviews h2 {
  font-size: 15px;
}
.single-product #tab-description p,
.single-product #tab-reviews p {
  color: #444;
}
#review_form {
  margin-top: 40px;
}
#review_form .comment-reply-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
#order_review_heading {
  font-size: 20px;
}
#order_review {
  background: #f2f2f2;
  padding: 20px;
}
#order_review .shop_table {
  border: none;
  background: transparent;
}
#order_review .shop_table thead,
#order_review .shop_table tfoot {
  background: transparent;
}
#order_review .shop_table thead .product-name,
#order_review .shop_table thead .product-total {
  border-bottom: 1px solid #ccc;
  color: #999;
}
#order_review .shop_table tbody tr {
  background: transparent;
}
#order_review .shop_table tbody tr td {
  border: none;
}
.woocommerce-checkout #payment {
  background: none;
}
.place-order input#place_order {
  width: 100%;
  background: #000;
  color: #fff;
}
.woocommerce-billing-fields h3 {
  font-size: 20px;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
  background: none;
}
.wd-cart-total .calculated_shipping h2 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.wd-cart-total .calculated_shipping .shop_table {
  background: #000;
  padding: 20px;
  border: none;
  border-radius: 0;
}
.wd-cart-total .calculated_shipping .shop_table tr,
.wd-cart-total .calculated_shipping .shop_table th,
.wd-cart-total .calculated_shipping .shop_table span {
  color: #fff;
}
.wd-cart-total .wc-proceed-to-checkout a.checkout-button {
  background: #cc9900;
  color: #fff;
  border-radius: 0;
}
.wd-cart-total .wc-proceed-to-checkout a.checkout-button:hover {
  background: #bf9107;
}
.woocommerce .shop_table.cart {
  border: 0;
  border-radius: 0;
}
.woocommerce .shop_table.cart img {
  width: 100px;
}
.woocommerce .shop_table.cart thead {
  background: none;
  border: 0;
  display: none;
}
.woocommerce .shop_table.cart tbody td {
  border: none;
}
.woocommerce .shop_table.cart tbody .product-remove a {
  color: #000 !important;
}
.woocommerce .shop_table.cart tbody .product-remove a:hover {
  background: none;
  color: #000;
}
.woocommerce .shop_table.cart tbody .product-name a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce .shop_table.cart tbody .product-subtotal {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce .shop_table.cart tbody .quantity .qty {
  border-width: 0;
  border-bottom-width: 2px;
  background: none;
}
.woocommerce .cart-collaterals div.cart_totals > h2 {
  font-size: 28px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.woocommerce .cart-collaterals div.cart_totals table.shop_table {
  border: none;
}
.wd-header.wd-header-1 .show-icons > div:first-child {
  margin-right: 65px;
}
.wd-header.wd-header-2 .show-icons .wd-menu-left {
  width: 39%;
}
.wd-header.wd-header-2 .show-icons .wd-logo {
  width: 10%;
}
.wd-header.wd-header-2 .show-icons .wd-menu-right {
  width: 39%;
}
.wd-header.wd-header-2 .show-icons .min-search-cart {
  margin-top: 20px;
  width: 5%;
}
.wd-header.wd-header-4 .show-icons .menu-main-menu-container,
.wd-header.wd-header-5 .show-icons .menu-main-menu-container {
  margin-right: 236px;
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-4 .show-icons .menu-main-menu-container,
  .wd-header.wd-header-5 .show-icons .menu-main-menu-container {
    margin-right: 0;
  }
}
.show-cart-btn {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
}
.show-cart-btn span {
  font-size: 14px;
  color: #000;
}
.show-cart-btn span.min-cart-count {
  background-color: #cc9900;
  border-radius: 50%;
  font-size: 11px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  color: #fff;
  line-height: 20px;
  text-align: center;
  right: -12px;
}
.show-cart-btn .hidden-cart {
  background-color: #fff;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 65px;
  width: 320px;
  z-index: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
}
.show-cart-btn .hidden-cart li img {
  border: 1px solid #eee;
}
.show-cart-btn .hidden-cart .woocommerce-mini-cart li.mini_cart_item {
  margin-left: 0 !important;
  padding: 0;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.show-cart-btn
  .hidden-cart
  .woocommerce-mini-cart
  li.mini_cart_item
  .remove_from_cart_button {
  left: auto;
  right: 0;
  color: #333 !important;
  border: 1px solid #333;
  line-height: 15px;
  text-align: center;
  width: 15px;
  height: 15px;
}
.show-cart-btn
  .hidden-cart
  .woocommerce-mini-cart
  li.mini_cart_item
  .remove_from_cart_button:hover {
  background-color: #fff;
}
.show-cart-btn .hidden-cart .widget_shopping_cart ul.cart_list li.empty {
  padding: 0;
}
.show-cart-btn .hidden-cart .widget_shopping_cart {
  overflow: hidden;
}
.show-cart-btn
  .hidden-cart
  .widget_shopping_cart
  .woocommerce-mini-cart__buttons
  a {
  color: #fff !important;
}
.show-search-btn {
  position: absolute;
  right: -20px;
  cursor: pointer;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  top: 30px;
}
.show-search-btn span {
  color: #fff;
  font-size: 24px;
}
.show-search-btn .hidden-search {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  padding: 8px 14px 21px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 300px;
}
.show-search-btn .hidden-search #searchform input {
  background-color: #c8c7c7;
  -webkit-transition: all 0.6s, background-color 0.3s;
  -moz-transition: all 0.6s, background-color 0.3s;
  -ms-transition: all 0.6s, background-color 0.3s;
  -o-transition: all 0.6s, background-color 0.3s;
  transition: all 0.6s, background-color 0.3s;
  color: #000;
  height: 36px;
}
.show-search-btn .hidden-search #searchform input:focus,
.show-search-btn .hidden-search #searchform input:active {
  background-color: #e7e7e7;
}
.show-search-btn .hidden-search #searchform input::-webkit-input-placeholder {
  color: #000000;
}
.show-search-btn .hidden-search #searchform input:-moz-placeholder {
  color: #000000;
}
.show-search-btn .hidden-search #searchform input::-moz-placeholder {
  color: #000000;
}
.show-search-btn .hidden-search #searchform input:-ms-input-placeholder {
  color: #000000;
}
.wd-header.wd-header-2 .show-search-btn {
  margin-right: 106px;
}
.wd-header.wd-header-2 .show-cart-btn {
  margin-right: 48px;
}
.wd-header.wd-header-2 .languages_section {
  margin-right: 0;
  position: absolute;
  right: 0;
}
.wd-header.wd-header-3 .show-cart-btn {
  z-index: 1;
  margin-right: 90px;
}
.wd-header.wd-header-3 .show-search-btn {
  z-index: 1;
  margin-right: 156px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 7px 22px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  line-height: 1.4;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin: 0 0 20px 0;
}
.woocommerce
  .columns
  ul.products
  li.product
  a
  h2.woocommerce-loop-product__title {
  color: #222222;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product a h2.woocommerce-loop-category__title {
  position: absolute;
  bottom: 17px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  left: 18px;
  width: 86%;
}
.woocommerce ul.products li.product a h2.woocommerce-loop-category__title mark {
  float: right;
  background: transparent;
}
.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
}
.woocommerce ul.products li.product a .star-rating {
  display: none;
}
.woocommerce ul.products li.product:not(.product-category):hover {
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  padding-bottom: 30px;
}
.woocommerce ul.products li.product:not(.product-category):hover .button {
  opacity: 1;
}
@media only screen and (max-width: 56.25em) {
  .archive.woocommerce .columns ul.products li.product {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product,
  .woocommerce[class*="columns-"] ul.products li.product {
    width: 100%;
  }
}
.wd_product_cat .product-cat-container .thumnbail,
.wd_product_cat .product-cat-container .cat_text {
  display: table-cell;
  vertical-align: top;
}
.wd_product_cat .product-cat-container .cat_text {
  padding-left: 20px;
}
.wd_product_cat .product-cat-container .cat_text a h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
}
.wd_product_cat .product-cat-container .cat_text ul {
  margin: 10px 0 0 0;
}
.wd_product_cat .product-cat-container .cat_text ul li {
  list-style: none;
  padding-bottom: 5px;
}
.wd_product_cat .product-cat-container .cat_text ul li a {
  position: relative;
  color: #111;
  text-transform: capitalize;
  padding-left: 10px;
  font-size: 15px;
  transition: all 0.3s;
}
.wd_product_cat .product-cat-container .cat_text ul li a:hover {
  margin-left: 5px;
}
.wd_product_cat .product-cat-container .cat_text ul li a::before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #999;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 10px;
  right: 25px;
  border: 1px solid #c0b8b8;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 10px -5px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #d8d3d3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-box-shadow: 0 4px 6px 0px RGBA(0, 0, 0, 0.07);
  box-shadow: 0 4px 6px 0px RGBA(0, 0, 0, 0.07);
}
@media only screen and (min-width: 64.0625em) {
  .wd-menu-nav .ajzaa_mega-menu > .sub-menu.dropdown {
    background: rgba(0, 0, 0, 0.8);
    left: -50%;
  }
  .wd-menu-nav .ajzaa_mega-menu > .sub-menu.dropdown > li {
    display: table-cell;
    float: none;
    width: auto;
  }
  .wd-menu-nav
    .top-bar-section
    .ajzaa_mega-menu
    > .dropdown
    > li:hover:not(.has-form):not(.active)
    > a:not(.button),
  .wd-menu-nav
    .top-bar-section
    .ajzaa_mega-menu
    .dropdown
    li:hover:not(.has-form):not(.active)
    > a:not(.button),
  .wd-menu-nav
    .top-bar-section
    .ajzaa_mega-menu
    .dropdown
    li:not(.has-form):not(.active)
    > a:not(.button) {
    background: none;
  }
  .wd-menu-nav .ajzaa_mega-menu > .sub-menu.dropdown > li {
    border-right: 1px solid rgba(238, 238, 238, 0.1);
    padding: 0 100px 0 20px;
  }
  .wd-menu-nav .ajzaa_mega-menu > .sub-menu.dropdown > li:last-child {
    border: none;
  }
  .wd-menu-nav .ajzaa_mega-menu > .sub-menu.dropdown > li > .sub-menu.dropdown {
    display: block;
    overflow: hidden !important;
    padding-bottom: 0;
    padding-top: 0;
    position: unset !important;
    width: 100%;
  }
  .wd-menu-nav
    .ajzaa_mega-menu
    > .sub-menu.dropdown
    > li
    > .sub-menu.dropdown
    a {
    font-size: 12px;
    color: #989898;
  }
  .wd-menu-nav
    .ajzaa_mega-menu
    > .sub-menu.dropdown
    > li
    > .sub-menu.dropdown
    a
    i {
    margin-right: 5px;
  }
  .wd-menu-nav
    .top-bar-section
    .ajzaa_mega-menu.has-dropdown
    .dropdown
    li.has-dropdown
    > a:after {
    content: "";
  }
  .wd-menu-nav .ajzaa_mega-menu > .dropdown > li > a {
    font-weight: bold;
  }
  .wd-menu-nav .ajzaa_mega-menu > .sub-menu.dropdown {
    padding-bottom: 20px;
    background-size: 36%;
  }
  .wd-menu-nav
    .ajzaa_mega-menu
    > .sub-menu.dropdown
    > li.title.back.js-generated {
    display: none;
  }
}
.ajzaa_mega-menu > ul.sub-menu.dropdown::after {
  background: none;
}
@media only screen and (max-width: 56.25em) {
  .top-bar-section {
    width: 100%;
  }
  .top-bar-section .sub-menu {
    padding: 20px 0 70px;
  }
}
@media only screen and (min-width: 56.3125em) {
  .wd-header-1 .top-bar {
    height: 100% !important;
  }
}
@media only screen and (max-width: 56.25em) {
  .wd-header-1 .wd-top-bar .right {
    width: auto;
  }
  .wd-header-1 .wd-top-bar .right .social-icons li {
    margin-right: 15px;
    padding-right: 0;
  }
  .wd-header-1 .wd-top-bar .right .social-icons li:last-child {
    margin-right: 0;
  }
}
.wd-header-1 .wd-top-bar a {
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-header-1 .wd-top-bar a i {
  font-size: 14px;
  color: #222;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.wd-header-1 .wd-top-bar a:hover i {
  color: #c90;
}
@media only screen and (max-width: 56.25em) {
  .wd-header-2 {
    background: rgba(0, 0, 0, 0.7);
  }
}
.wd-header-2 .top-bar .toggle-topbar.menu-icon {
  margin-top: 5px;
}
.wd-header-2 .top-bar-section {
  float: unset;
  padding: 0;
}
.wd-header-2 .top-bar-section .wd-menu-right,
.wd-header-2 .top-bar-section .wd-menu-left {
  width: 45%;
  margin-top: 20px;
}
@media only screen and (max-width: 56.25em) {
  .wd-header-2 .top-bar-section .wd-menu-right,
  .wd-header-2 .top-bar-section .wd-menu-left {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 56.25em) {
  .wd-header-2 .top-bar-section .wd-menu-right {
    margin-top: 0;
  }
}
.wd-header-2 .top-bar-section .wd-menu-right ul {
  list-style-type: none;
}
.wd-header-2 .top-bar-section .wd-menu-right ul li {
  float: right;
}
@media only screen and (max-width: 56.25em) {
  .wd-header-2 .top-bar-section .wd-menu-right ul li {
    float: unset;
  }
}
.wd-header-2 .top-bar-section .wd-logo {
  width: 10%;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .wd-header-2 .top-bar-section .wd-logo {
    position: absolute;
  }
}
.toggle-menu {
  position: absolute;
  font-size: 4rem;
  z-index: 5000;
  color: #333;
  top: 20px;
  right: 20px;
  transition: all 0.4s ease-in-out;
}
.toggle-menu:hover {
  transition: all 0.4s ease-in-out;
  color: gray;
}
.overlay-menu {
  z-index: 1000;
  margin: 0;
  transition: all 400ms cubic-bezier(1, -0.4, 0.44, 0.985);
  padding: 50px 70px 70px;
}
.overlay-menu li {
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.overlay-menu a {
  color: #fff;
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  transition: color 0.2s ease 0s;
  padding: 10px 0;
}
.overlay-menu a:hover {
  opacity: 0.5;
}
.overlay-menu.is-open ~ .toggle-menu {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  transform: rotate(135deg);
  color: #fff;
}
.is-open {
  top: 0;
  opacity: 1;
}
.c-hamburger {
  display: block;
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
button.c-hamburger:hover,
button.c-hamburger:focus {
  background: none;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 28px;
  left: 18px;
  right: 18px;
  height: 4px;
  background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
  top: 10px;
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -20px;
}
.is-active.c-hamburger span::before,
.is-active.c-hamburger span::after {
  top: 0;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.c-hamburger nav {
  position: relative;
}
.menu-empty-menu-container {
  position: fixed;
  background: rgba(204, 153, 0, 0.95);
  width: 744px;
  min-height: 500px;
  top: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.menu-empty-menu-container.is-open {
  opacity: 1;
  visibility: visible;
}
.menu-empty-menu-container > ul {
  list-style-type: none;
}
.menu-empty-menu-container > ul > .has-dropdown ul {
  list-style-type: none;
  opacity: 0;
  transform: scale(0);
  height: 1px;
  transition: all 0.4s;
}
.menu-empty-menu-container > ul > .has-dropdown:hover ul {
  list-style-type: none;
  opacity: 1;
  transform: scale(1);
  height: initial;
}
.wd-header-3 .wd-logo {
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 56.3125em) {
  .events-list .tribe-events-loop,
  .tribe-events-day .tribe-events-loop {
    max-width: 100%;
  }
  .tribe-events-list h2.tribe-events-list-event-title,
  .tribe-events-list .tribe-events-event-image + div.tribe-events-content,
  .tribe-events-loop .tribe-events-event-meta,
  .tribe-events-loop .tribe-events-content {
    float: right;
    width: 67%;
  }
  .tribe-events-list .tribe-events-event-image {
    float: left;
  }
}
.tribe-events-list .type-tribe_events {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.tribe-events-list .tribe-events-event-cost {
  position: absolute;
  right: 0;
}
.tribe-events-loop .tribe-events-event-meta {
  font-weight: 200;
}
.tribe-events-list .tribe-events-venue-details {
  margin-top: 10px;
  line-height: 2;
}
.tribe-events-list .tribe-events-event-cost span {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 200;
}
#tribe-events .tribe-events-content p {
  color: #666;
}
#tribe-events-content .tribe-events-list-event-description a {
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}
#tribe-bar-form {
  background: transparent;
}
#tribe-bar-form label {
  font-weight: 200;
  margin-bottom: 10px;
  color: #888;
  font-size: 17px;
}
#tribe-bar-form input[type="text"] {
  border: solid 1px #eee;
  padding: 12px 15px;
  border-radius: 20px;
  font-weight: 500;
}
#tribe-events .tribe-events-button,
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: none;
  border: 1px solid #eee;
  border-radius: 20px;
  color: #888;
  font-weight: 500;
  margin-top: 25px;
}
#tribe-events .tribe-events-button:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  color: #fff;
}
.tribe-bar-views-inner {
  background: transparent;
  border: solid 1px #eee;
  border-radius: 10px;
}
#tribe-events a.tribe-events-button {
  background: #5da204;
  color: #fff;
  border: none;
  margin-bottom: 20px;
}
.single-campaign .campaign-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
@media only screen and (max-width: 56.25em) {
  .logged-in .wd-menu-nav.sticky.fixed {
    top: 0;
  }
}
.logged-in .wd-header.wd-header-1 .menu_bar ul.header-list form#searchform {
  width: 75%;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: transparent;
}
.wd-top-bar {
  background-color: #fff;
  padding: 10px 0;
}
@media only screen and (max-width: 56.25em) {
  .wd-top-bar {
    display: none;
  }
}
.fixed .wd-top-bar {
  display: none;
}
.wd-top-bar > .row {
  padding: 0 15px;
}
.wd-top-bar .address-info span {
  display: block;
  margin-right: 0;
  font-weight: 400;
}
.wd-top-bar .inline-list {
  margin: 0;
}
.wd-top-bar .inline-list > li {
  margin: 0;
  padding-right: 20px;
}
.wd-top-bar .inline-list > li a {
  transition: all 0.6s ease-in-out;
}
.wd-top-bar .inline-list > li a:hover {
  color: #ffffff;
}
.wd-top-bar .inline-list > li:last-child {
  padding-right: 0;
}
.wd-top-bar .button {
  font-size: 14px;
  padding: 8px 20px;
  border: none;
  color: #fff;
}
.wd-top-bar .top-bar-links .menu {
  margin: 0;
}
.wd-top-bar .top-bar-links .menu li {
  list-style: none;
  float: left;
}
.wd-top-bar .top-bar-links .menu li a {
  padding: 0 10px;
  color: #000;
  display: inline-block;
  font-weight: 400;
}
.wd-header.wd-header-1 {
  width: 100%;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.24);
  color: #fff;
}
.wd-header.wd-header-1 .top-bar .toggle-topbar.menu-icon {
  transform: translateY(-50%);
  margin-top: 0;
}
.wd-header.wd-header-1 .top-bar.expanded {
  overflow: visible;
}
.wd-header.wd-header-1 .top-bar.expanded .title-area {
  border-bottom: 1px solid #eee;
}
.wd-header.wd-header-1 .wd-logo h1 {
  margin: 0;
}
.wd-header.wd-header-1 .wd-logo h1 img {
  padding-bottom: 5px;
  max-width: 200px;
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-1 .wd-logo h1 img {
    max-width: 100px;
    padding-bottom: 0;
  }
}
.wd-header.wd-header-1 .wd-logo h1 a {
  line-height: 100px;
  padding: 0;
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-1 .wd-logo h1 a {
    line-height: 45px;
  }
}
.wd-header.wd-header-1 .top-bar-section ul li > a {
  text-transform: capitalize;
  font-size: 14px;
}
.wd-header.wd-header-1 .wd-menu-nav.sticky.fixed {
  box-shadow: 0 4px 60px 0px rgba(0, 0, 0, 0.07);
}
.wd-header.wd-header-1 .wd-menu-nav.fixed .top-bar {
  background-color: #fff;
  -webkit-box-shadow: 0 -10px 20px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -10px 20px 1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-1 .menu_bar {
    border-bottom: 1px solid #eee;
  }
}
.wd-header.wd-header-1 .menu_bar div.header-list {
  height: 100px;
  margin: 0;
  line-height: 100px;
}
.wd-header.wd-header-1 .menu_bar div.header-list > ul {
  /* display: inline; */
  margin-left: 0;
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-1 .menu_bar div.header-list {
    height: auto;
    line-height: 70px;
    margin: 0;
    clear: both;
    position: relative;
    z-index: 999;
    width: 100%;
  }
  .wd-header.wd-header-1 .menu_bar div.header-list li {
    margin-left: 21px !important;
  }
  .wd-header.wd-header-1 .menu_bar div.header-list li.product_search {
    margin-left: 0 !important;
    min-width: 100%;
  }
}
.wd-header.wd-header-1 .menu_bar div.header-list form#searchform div input {
  background-color: #fff;
  border: 2px solid #ea1b25;
  height: 45px;
  padding: 6px 40px 6px 15px;
  top: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.wd-header.wd-header-1 .menu_bar div.header-list form#searchform div i {
  position: absolute;
  right: 5px;
  top: 0;
  width: 45px;
  font-size: 24px;
  color: #3581e8;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.wd-header.wd-header-1 .menu_bar div.header-list li {
  margin-left: 30px;
  line-height: 45px;
  display: inline-block;
  position: relative;
}
.wd-header.wd-header-1 .menu_bar div.header-list li.sidebar-toggle-btn {
  margin-left: 25px;
}
@media only screen and (min-width: 900px) and (max-width: 1046px) {
  .wd-header.wd-header-1 .menu_bar div.header-list li {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-1 .menu_bar div.header-list li {
    padding: 10px 0 5px;
  }
  .wd-header.wd-header-1 .menu_bar div.header-list li.sidebar-toggle-btn {
    float: right;
  }
}
.wd-header.wd-header-1 .menu_bar div.header-list li a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: inline;
}

.wd-header.wd-header-1 .menu_bar div.header-list li a:hover {
  color: #ff6363;
  text-decoration: underline;
  transition: color 0.4s ease;
}
.wd-header.wd-header-1 .menu_bar div.header-list li a.sidebar-toggle {
  position: relative;
  top: -6px;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.collapse
  span:before,
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.collapse
  span:after {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-1
    .menu_bar
    div.header-list
    li
    a.sidebar-toggle.collapse
    span:before,
  .wd-header.wd-header-1
    .menu_bar
    div.header-list
    li
    a.sidebar-toggle.collapse
    span:after {
    width: 22px;
  }
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.collapse
  span:before {
  top: -8px;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.collapse
  span:after {
  top: 8px;
}
.wd-header.wd-header-1 .menu_bar div.header-list li a.sidebar-toggle.close-up {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.close-up
  span {
  background: 0 0;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.close-up
  span:before,
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.close-up
  span:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.close-up
  span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  li
  a.sidebar-toggle.close-up
  span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.wd-header.wd-header-1 .menu_bar div.header-list li a.sidebar-toggle span {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-1 .menu_bar div.header-list li a.sidebar-toggle span {
    width: 22px;
  }
}
.wd-header.wd-header-1 .menu_bar div.header-list li.product_search {
  margin-left: 0;
}
.wd-header.wd-header-1 .menu_bar div.header-list .garage a {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}
.wd-header.wd-header-1 .menu_bar div.header-list .garage a .garage-icon {
  font-size: 23px;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown {
  left: 50% !important;
  right: 0;
  padding: 20px;
  min-width: 400px;
  top: 72px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none;
  transform: translate(-50%, -22px);
}
@media only screen and (max-width: 56.25em) {
  .wd-header.wd-header-1
    .menu_bar
    div.header-list
    .garage
    .garage-list.f-dropdown {
    left: 0 !important;
  }
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown.open::before,
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown.open::after {
  left: 50%;
  transform: translate(50%, 0);
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  li {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  position: relative;
  cursor: default;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  li:hover {
  background: none;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  li
  a
  .garage-btn {
  font-size: 10px;
  font-weight: 500;
  border-radius: 20px;
  float: right;
  padding: 0 25px;
  height: 23px;
  margin-top: 3px;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  li
  h4 {
  font-size: 13px;
  text-transform: uppercase;
  display: inline;
  font-weight: 500;
  margin: 0;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  li::before {
  content: "\f140";
  display: inline-block;
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: -4px;
  top: 3px;
  color: #aaa;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .garage-last-item {
  padding: 0;
  border: none;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .garage-last-item::before {
  content: "";
  display: none;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .garage-last-item
  .garage-remove-list {
  cursor: pointer;
  padding: 0 20px 0;
  margin: 0;
  float: right;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .garage-last-item
  .garage-remove-list
  .remove {
  font-size: 18px;
  margin-right: 5px;
  font-weight: 600;
  color: #999;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .garage-last-item
  .garage-add-model {
  cursor: pointer;
  padding: 0 20px 0;
  margin: 0;
  float: left;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .garage-last-item
  .garage-add-model
  .add-model {
  font-size: 18px;
  margin-right: 5px;
  font-weight: 600;
  color: #999;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .empty_garage {
  margin-bottom: 30px;
  text-align: center;
  border: none;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .empty_garage::before {
  content: "";
  display: none;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .empty_garage
  a
  button.btn_add_model {
  height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
@media only screen {
  .wd-header.wd-header-1
    .menu_bar
    div.header-list
    .garage
    .garage-list.f-dropdown
    .empty_garage
    a
    button.btn_add_model {
    width: 80%;
  }
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .empty_garage_text {
  padding: 0 30px;
  border: none;
}
@media only screen {
  .wd-header.wd-header-1
    .menu_bar
    div.header-list
    .garage
    .garage-list.f-dropdown
    .empty_garage_text {
    padding: 0 50px;
  }
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .empty_garage_text::before {
  content: "";
  display: none;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .empty_garage_text
  i {
  font-size: 18px;
  margin-right: 10px;
}
.wd-header.wd-header-1
  .menu_bar
  div.header-list
  .garage
  .garage-list.f-dropdown
  .empty_garage_text
  span {
  font-size: 15px;
}
.dgwt-wcas-sf-wrapp {
  background: none;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp {
  background: transparent;
}
.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  background-color: #fff;
  border: 2px solid #ea1b25;
  height: 45px;
  padding: 10px 15px 10px 40px;
  top: 0;
  border-radius: 30px;
}
.dgwt-wcas-open
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-radius: 15px 15px 0 0;
}
.top-bar-section .show-cart-btn {
  display: none;
}
.fixed .top-bar-section .show-cart-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 20px;
}
@media only screen and (max-width: 56.25em) {
  .fixed .top-bar-section .show-cart-btn {
    display: none;
  }
}
.fixed .add-m-r #menu-right-menu {
  margin-right: 50px;
}
@media only screen and (max-width: 56.25em) {
  .fixed .add-m-r #menu-right-menu {
    margin-right: 0;
  }
}
.top-bar-section .empty-menu:first-child {
  float: left;
}
.top-bar-section .empty-menu {
  float: right;
}
.wd-header-2 {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 10px 20px;
}
.wd-header-2 .wd-logo h1 {
  margin: 0;
}
.wd-header-2 .top-bar-section ul li > a {
  text-transform: uppercase;
  font-size: 14px;
}
.wd-header-3 {
  position: absolute;
  padding-left: 50px;
}
.wd-header.wd-header-4 .wd-menu-nav {
  padding: 10px 0px;
}
.wd-header.wd-header-4 .wd-menu-nav.fixed {
  max-width: 100%;
  padding: 0 30px;
}
.wd-header.wd-header-4 .wd-top-bar {
  padding: 5px 0 8px;
}
.wd-header.wd-header-4 .inline-list {
  margin-bottom: 0;
}
@media only screen and (min-width: 56.3125em) {
  .wd-header.wd-header-5 {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
  }
  .wd-header.wd-header-5 .wd-menu-nav {
    padding: 10px 0px;
  }
  .wd-header.wd-header-5 .wd-menu-nav.fixed {
    max-width: 100%;
    padding: 0 30px;
  }
  .wd-header.wd-header-5 .wd-top-bar {
    padding: 5px 0 8px;
  }
  .wd-header.wd-header-5 .inline-list {
    margin-bottom: 0;
  }
  .wd-header.wd-header-5 .top-bar-section .dropdown {
    top: auto;
    bottom: 45px;
  }
  .wd-header.wd-header-5 .top-bar-section .dropdown .dropdown {
    top: 0;
  }
  .wd-header.wd-header-5 .show-search-btn .hidden-search,
  .wd-header.wd-header-5 .show-cart-btn .hidden-cart {
    bottom: 52px;
    top: auto;
  }
  .wd-header.wd-header-5 .fixed .top-bar-section .dropdown {
    top: auto;
    bottom: auto;
  }
  .wd-header.wd-header-5 .fixed .top-bar-section .dropdown .dropdown {
    top: 0;
  }
  .wd-header.wd-header-5 .fixed .show-search-btn .hidden-search,
  .wd-header.wd-header-5 .fixed .show-cart-btn .hidden-cart {
    bottom: auto;
    top: 50px;
  }
  .admin-bar .wd-header.wd-header-5 {
    bottom: 30px;
  }
}
@media only screen and (min-width: 56.3125em) {
  .wd-header.wd-header-6 {
    position: fixed;
    height: 100%;
    width: 300px;
    z-index: 10;
    top: 0;
    left: -260px;
    transition: 0.5s;
    padding: 10px 40px 10px 25px;
  }
  .wd-header.wd-header-6.active {
    left: 0;
    padding-right: 0;
  }
  .admin-bar .wd-header.wd-header-6 {
    top: 32px;
  }
  .wd-header.wd-header-6 .top-bar {
    height: auto;
  }
  .wd-header.wd-header-6 .wd-header-toggle {
    position: absolute;
    right: 0;
    top: 48%;
    top: calc(50% - 20px);
    transition: 0.5s;
    outline: none;
    width: 40px;
    height: 37px;
    background: #000;
    cursor: pointer;
    overflow: hidden;
  }
  .wd-header.wd-header-6 .top-bar-section,
  .wd-header.wd-header-6 .top-bar-section ul li {
    float: none;
  }
  .wd-header.wd-header-6 .top-bar-section .dropdown li {
    position: relative;
  }
  .wd-header.wd-header-6 .top-bar .title-area {
    list-style-type: none;
    float: none;
    height: 175px;
    padding-top: 70px;
  }
  .wd-header.wd-header-6 .wd-top-bar {
    position: absolute;
    bottom: 30px;
    padding: 0 20px;
    max-width: 255px;
  }
  .wd-header.wd-header-6 .social-icons .inline-list > li {
    float: none;
    display: inline-block;
  }
  .wd-header.wd-header-6 .adress-info {
    padding-bottom: 20px;
    color: #555;
  }
  .wd-header.wd-header-6 .adress-info i {
    font-size: 1.4em;
    padding-right: 10px;
    color: #333;
  }
  .active.wd-header.wd-header-6 .wd-header-toggle {
    top: 0;
    right: -40px;
  }
  .wd-header.wd-header-6
    .top-bar-section
    .has-dropdown.not-click:hover
    > .dropdown {
    opacity: 1;
  }
  .wd-header.wd-header-6 .top-bar-section .dropdown {
    left: 275px;
    background: transparent;
    min-width: 100%;
    top: 0;
    opacity: 0;
    transition: 0.5s;
  }
  .wd-header.wd-header-6 .top-bar-section .dropdown::before {
    content: " ";
    display: block;
    height: 5000px;
    top: -1000px;
    background: #000;
    position: absolute;
    width: 275px;
  }
  .wd-header.wd-header-6 .top-bar-section .dropdown .dropdown::before {
    background: #222;
  }
  .wd-header.wd-header-6
    .top-bar-section
    .dropdown
    .dropdown
    .dropdown::before {
    background: #444;
  }
  .wd-header.wd-header-6
    .top-bar-section
    .dropdown
    .dropdown
    .dropdown
    .dropdown::before {
    background: #555;
  }
  .wd-header.wd-header-6
    .top-bar-section
    .dropdown
    .dropdown
    .dropdown
    .dropdown
    .dropdown::before {
    background: #666;
  }
  .wd-header.wd-header-6
    .top-bar-section
    .dropdown
    .dropdown
    .dropdown
    .dropdown
    .dropdown
    .dropdown::before {
    background: #777;
  }
  .wd-header.wd-header-6
    .top-bar-section
    .dropdown
    li:not(.has-form):not(.active)
    > a:not(.button) {
    background: transparent;
  }
  #nav-icon2 span,
  #nav-icon2.open:hover span {
    display: block;
    position: absolute;
    height: 1px;
    width: 40%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out 0.2s;
    -moz-transition: 0.5s ease-in-out 0.2s;
    -o-transition: 0.5s ease-in-out 0.2s;
    transition: 0.5s ease-in-out 0.2s;
  }
  #nav-icon2 span:nth-child(even),
  #nav-icon2.open:hover span:nth-child(even) {
    left: 50%;
  }
  #nav-icon2 span:nth-child(odd),
  #nav-icon2.open:hover span:nth-child(odd) {
    left: 10%;
  }
  #nav-icon2 span:nth-child(1),
  #nav-icon2 span:nth-child(2),
  #nav-icon2.open:hover span:nth-child(1),
  #nav-icon2.open:hover span:nth-child(2) {
    top: 10px;
  }
  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4),
  #nav-icon2.open:hover span:nth-child(3),
  #nav-icon2.open:hover span:nth-child(4) {
    top: 18px;
  }
  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6),
  #nav-icon2.open:hover span:nth-child(5),
  #nav-icon2.open:hover span:nth-child(6) {
    top: 26px;
  }
  #nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(6),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(1),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon2.open span:nth-child(2),
  #nav-icon2.open span:nth-child(5),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(2),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon2.open span:nth-child(1),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(1) {
    left: 8px;
    top: 12px;
  }
  #nav-icon2.open span:nth-child(2),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(2) {
    left: calc(50% - 2px);
    top: 12px;
  }
  #nav-icon2.open span:nth-child(3),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  #nav-icon2.open span:nth-child(4),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #nav-icon2.open span:nth-child(5),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(5) {
    left: 8px;
    top: 22px;
  }
  #nav-icon2.open span:nth-child(6),
  .wd-header-toggle:hover #nav-icon2 span:nth-child(6) {
    left: calc(50% - 2px);
    top: 22px;
  }
  .wd-header-toggle:hover #nav-icon2.open span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .wd-header-toggle:hover #nav-icon2.open span:nth-child(even) {
    left: 50%;
  }
  .wd-header-toggle:hover #nav-icon2.open span:nth-child(odd) {
    left: 10%;
  }
  .wd-header-toggle:hover #nav-icon2.open span:nth-child(1),
  .wd-header-toggle:hover #nav-icon2.open span:nth-child(2) {
    top: 10px;
  }
  .wd-header-toggle:hover #nav-icon2.open span:nth-child(3),
  .wd-header-toggle:hover #nav-icon2.open span:nth-child(4) {
    top: 18px;
    opacity: 1;
  }
  .wd-header-toggle:hover #nav-icon2.open span:nth-child(5),
  .wd-header-toggle:hover #nav-icon2.open span:nth-child(6) {
    top: 26px;
  }
}
button,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-color: transparent;
  color: white;
  border-style: none;
}
button:hover,
button:focus,
button.filled,
.button:hover,
.button:focus,
.button.filled,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt.filled,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt.filled,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt.filled,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt.filled {
  color: white;
}
button.filled,
.button.filled,
.woocommerce #respond input#submit.alt.filled,
.woocommerce a.button.alt.filled,
.woocommerce button.button.alt.filled,
.woocommerce input.button.alt.filled {
  background-color: #222;
  border: none;
}
button.no-bg,
.button.no-bg,
.woocommerce #respond input#submit.alt.no-bg,
.woocommerce a.button.alt.no-bg,
.woocommerce button.button.alt.no-bg,
.woocommerce input.button.alt.no-bg {
  color: #000;
}
button.no-bg:hover,
.button.no-bg:hover,
.woocommerce #respond input#submit.alt.no-bg:hover,
.woocommerce a.button.alt.no-bg:hover,
.woocommerce button.button.alt.no-bg:hover,
.woocommerce input.button.alt.no-bg:hover {
  background: none;
  color: #999;
}
.btn-icon-right i {
  margin-left: 20px;
}
.btn-icon-left i {
  margin-right: 20px;
}
.vc_btn3-container.get-quote-btn {
  margin-bottom: 0;
}
.vc_btn3-container.get-quote-btn .vc_btn3 {
  font-size: 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.wp-block-button .wp-block-button__link {
  background-color: #ea1b25;
  color: #ffffff;
}
.list-icon li {
  padding-left: 15px;
  margin-bottom: 10px;
}
.list-icon li::before {
  content: " ";
  font-family: "FontAwesome";
  position: absolute;
  margin: 0px -19px 0px;
}
.list-icon.check-circle li::before {
  content: " ";
}
.list-icon.check-circle-o li::before {
  content: " ";
}
.list-icon.check-square li::before {
  content: " ";
}
.list-icon.check-square-o li::before {
  content: " ";
}
.wd-list {
  margin: 0%;
  list-style: none !important;
}
.wd-list li i {
  min-width: 28px;
  min-height: 18px;
  display: inline-table;
  text-align: center;
}
.wd-list.style-2 li i {
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  min-width: 34px;
  display: inline-table;
  min-height: 34px;
  text-align: center;
}
.wd-list.style-2-2 li i {
  border-radius: 50%;
  border: 1px solid;
  padding: 10px;
  min-width: 34px;
  display: inline-table;
  min-height: 34px;
  text-align: center;
}
.wd-list.style-3 li i {
  padding: 10px;
  color: #fff;
  min-width: 34px;
  display: inline-table;
  min-height: 34px;
  text-align: center;
}
.wd-list.style-3-3 li i {
  border: 1px solid;
  padding: 10px;
  min-width: 34px;
  display: inline-table;
  min-height: 34px;
  text-align: center;
}
.wd-list.style-4 li i {
  padding: 10px;
  min-width: 34px;
  display: inline-table;
  min-height: 34px;
  text-align: center;
  -webkit-transition: all 0.6s, all 0.3s;
  -moz-transition: all 0.6s, all 0.3s;
  -ms-transition: all 0.6s, all 0.3s;
  -o-transition: all 0.6s, all 0.3s;
  transition: all 0.6s, all 0.3s;
}
.social_media {
  width: 248px;
  margin: 30px auto 0;
}
.social_media li i {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #2801bc;
}

input[type="submit"] {
  padding: 0.8rem 2rem 0.80625rem 2rem;
  border-color: #aaa;
}
.post-password-form p > input {
  border-radius: 6px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.33px;
  cursor: pointer;
  transition: 0.3s;
}
.post-password-form p > input:hover {
  padding: 0.8rem 2.3rem 0.80625rem 2.3rem;
}
.post-password-form label > input {
  height: 48px;
  margin-top: 10px;
}
.contact-form .columns textarea {
  height: 81px;
}
.contact-form .columns input {
  height: 41px;
}
.contact-form .columns input,
.contact-form .columns textarea {
  background: #fff;
  border: 3px solid rgba(86, 82, 82, 0.2);
  padding: 5px 10px 5px 20px;
  font-size: 12px;
  color: #333;
}
.contact-form p input {
  background: #3471cc;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 70px;
  float: right;
  margin: 15px;
}
.subscribe_form {
  margin-top: 20px;
  position: relative;
}
.subscribe_form span input {
  width: 100%;
  background: #fff;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.4);
}
.subscribe_form > input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: #3471cc;
  border: none;
  width: 50px;
  height: 37px;
  text-align: center;
  color: #fff;
}
.product_search {
  min-width: auto;
  max-width: auto;
  width: 58%;
  margin-right: 2%;
}
@media only screen and (max-width: 56.25em) {
  .product_search {
    min-width: 75%;
    max-width: 75%;
    width: 75%;
  }
}
.product_search div.dgwt-wcas-search-wrapp {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.wd-header.wd-header-1 .menu_bar div.header-list li {
  margin-left: 10px;
}
.wd-header.wd-header-1 .menu_bar div.header-list li.product_search {
  margin-left: 0;
}
@media only screen and (max-width: 56.25em) {
  .parts_search .vc_column-inner {
    margin-top: 0 !important;
  }
}
.cancel-comment-reply {
  position: absolute;
  bottom: 0;
}
.box-icon {
  height: 100%;
  padding: 5px 10px 0 0;
  position: absolute;
}
.box-icon img,
.box-icon i {
  border-radius: 50px;
  height: 60px;
  padding: 10px;
  width: 60px;
}
.box-icon i {
  color: #fff;
  padding-left: 17px;
  padding-top: 15px;
  font-size: 2em;
}
.box-description {
  padding-left: 70px;
}
.box-description h3 {
  font-size: 19px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 2px;
  line-height: 23.75px;
}
.box-description p {
  color: #888;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 0;
}
.wd-text-icon-rtl .box-icon {
  height: 100%;
  padding: 5px;
  position: absolute;
  width: 70px;
  right: 0;
}
.wd-text-icon-rtl .box-description {
  padding-right: 70px;
  padding-left: 0;
  text-align: right;
}
.wd-text-icon-rtl .box-description h3 {
  color: #555;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wd-text-icon-rtl .box-description p {
  color: #888;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 0;
}
.wd-text-icon-style2 .box-icon {
  height: 100%;
  padding: 5px;
  position: absolute;
}
.wd-text-icon-style2 .box-icon img,
.wd-text-icon-style2 .box-icon i {
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  width: 50px;
}
.wd-text-icon-style2 .box-icon i {
  color: #fff;
  font-size: 2em;
  padding-left: 12px;
}
.wd-text-icon-style2 .box-description {
  padding-left: 70px;
}
.wd-text-icon-style2 .box-description h3 {
  color: #555;
  font-size: 20px;
  margin-bottom: 10px;
}
.wd-text-icon-style2 .box-description p {
  color: #888;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 0;
}
.wd-text-icon-style2-2 {
  padding: 20px 0;
}
.wd-text-icon-style2-2 .box-icon {
  height: 100%;
  padding: 5px;
  position: absolute;
}
.wd-text-icon-style2-2 .box-icon img,
.wd-text-icon-style2-2 .box-icon i {
  background: #00a8ff;
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  width: 50px;
}
.wd-text-icon-style2-2 .box-icon i {
  color: #fff;
  font-size: 2em;
  padding-left: 12px;
}
.wd-text-icon-style2-2 .box-description {
  padding-left: 80px;
}
.wd-text-icon-style2-2 .box-description h4 {
  color: #fff;
}
.wd-text-icon-style2-2 .box-description p {
  color: rgba(255, 255, 255, 0.89);
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 0;
}
.wd-text-icon-style3 .box-icon {
  position: unset;
  text-align: center;
  padding: 37px 0;
  background: #fefefe;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.wd-text-icon-style3 .box-icon img,
.wd-text-icon-style3 .box-icon i {
  border-radius: 0;
  width: unset;
  height: unset;
  padding: 26px 55px;
}
.wd-text-icon-style3 .box-icon i {
  color: #fff;
  font-size: 3.5em;
  padding: 39px 65px;
}
.wd-text-icon-style3 .box-description {
  padding: 30px 20px;
  background: #fff;
}
.wd-text-icon-style3 .box-description h4 {
  color: #333;
  margin-bottom: 10px;
}
.wd-text-icon-style3 .box-description p {
  color: #888;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 0;
}
.wd-fucts {
  text-align: center;
  margin-bottom: 20px;
}
.wd-fucts .icon {
  min-height: 70px;
}
.wd-fucts .number {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.wd-fucts .number span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 5px;
  width: 100px;
  display: inline-block;
  padding-bottom: 10px;
}
.wd-fucts .title {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
}
.services_container .box-with-icon {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.services_container .box-with-icon:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translatey(-5px);
}
.services_container .box-with-icon .box-text-container {
  padding: 10px 20px 0;
}
.box-with-icon .fa {
  color: #fff;
  font-size: 32px;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  line-height: 40px;
  text-transform: capitalize;
}
.after_slider .wpb_column:nth-child(2) .box-with-icon .fa {
  background: #72bc00;
}
.after_slider .wpb_column:nth-child(3) .box-with-icon .fa {
  background: #8e13ff;
}
.after_slider .wpb_column:nth-child(4) .box-with-icon .fa {
  background: #f72f00;
}
.box-text-container h5 {
  display: inline-block;
  float: left;
  padding: 0px 50px 5px 20px;
  border-bottom-right-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}
.box-text-container h2,
.box-text-container h3,
.box-text-container h4,
.box-text-container h5,
.box-text-container h6 {
  clear: both;
  margin: 0;
}
.box_style_2 {
  position: relative;
  margin-bottom: 120px;
}
.box_style_2 > div {
  float: left;
}
.box_style_2 .box-text-container {
  position: absolute;
  left: 15px;
  top: 15px;
}
.heading_style2 {
  width: 48%;
  float: left;
  border-top: 1px solid #1e1e1e;
  margin-top: 50px;
  padding: 30px 10px 0;
}
@media only screen and (max-width: 56.25em) {
  .heading_style2 {
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  div.parts_search .vc_column-inner {
    padding: 30px !important;
  }
}
div.parts_search .vc_column-inner {
  margin-top: -60px;
  padding: 40px 35px;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}
.brands_form {
  display: flex;
  margin-top: -10% !important;
  margin-bottom: 6vh;
}
@media only screen and (max-width: 56.25em) {
  .brands_form {
    /* margin-top: -50% !important; */
  }
}
.brands_form form {
  margin: 0 auto;
}
.brands_form form select {
  height: 60px;
  width: 100%;
}
.brands_form ul {
  margin-bottom: 0;
  margin-left: 0;
}
.brands_form ul li {
  width: 100%;
  position: relative;
  margin-left: 8px;
}
.brands_form ul li:first-child {
  margin-left: 0;
}
.brands_form
  ul
  li.brands
  .select2-container.select2-container--default
  .select2-selection--single {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 56.25em) {
  .brands_form
    ul
    li.brands
    .select2-container.select2-container--default
    .select2-selection--single {
    border-radius: 3px;
  }
}
.brands_form
  ul
  li.brands
  .select2-container.select2-container--open.select2-container--default
  .select2-selection--single {
  border-bottom-left-radius: 0;
}
.brands_form ul li .select2-container {
  width: 100%;
  height: 60px;
  background: #fff;
  border: none;
  color: #333;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  border-radius: 30px;
}
@media only screen and (max-width: 56.25em) {
  .brands_form ul li .select2-container {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
  }
}
.brands_form ul li .select2-container:focus {
  outline: none;
}
.brands_form ul li.brands:after,
.brands_form ul li.keyword:after,
.brands_form ul li.year:after {
  font-family: fontawesome;
  color: #333;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
}
.brands_form ul li .button {
  width: 94%;
  background-color: #d92b30;

  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;

  margin-bottom: 0;
  border-radius: 74px;
}
@media only screen and (max-width: 56.25em) {
  .brands_form ul li .button {
    border-radius: 3px;
    width: 100%;
  }
}
.brands_form ul li .button:hover {
  background-color: #9c0303;
  color: #fff;
}
.brands_form ul li .button:focus {
  outline: none;
}
@media only screen and (max-width: 56.25em) {
  .brands_form ul li .button {
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 56.25em) {
  .brands_form ul li {
    float: none;
  }
}
.brands_form ul li .select2-container--default .select2-selection--single {
  height: 60px;
  line-height: 60px;
  padding-top: 16px;
  text-align: left;
  border-radius: 0;
}
.brands_form
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /* padding-left: 30px; */
  padding-right: 20px;
}
.brands_form
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  left: auto;
  right: 5px;
  transform: translateY(-54%);
}
.brands_form
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\f107";
  font-family: "FontAwesome";
}
.brands_form
  ul
  li
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: calc(50% + 4px);
  transform: translateY(-50%);
  right: 10px;
}
@media only screen and (max-width: 56.25em) {
  .brands_form ul {
    margin: 0;
  }
  .brands_form ul > li {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.brands_form .select2-container--default .select2-selection--single {
  border: none;
}
.reveal-modal.model_search,
.modal.model_search {
  padding: 40px 35px;
  border-radius: 2px;
  background: #ea1b25;
  max-width: 50%;
}
.reveal-modal.model_search .brands_header h2,
.modal.model_search .brands_header h2 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: Uppercase;
}
.model_side .brands_form ul li {
  margin-left: 0;
  float: none;
}
.model_side .brands_form ul li select {
  max-width: 100%;
  width: 100% !important;
}
.my_account #account {
  min-width: 304px;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
  min-height: 50px;
  padding: 22px 24px;
  text-align: center;
  width: 304px;
  z-index: 21;
  top: 72px !important;
  transform: translate(-50%, -22px);
  left: 50% !important;
}
@media only screen and (max-width: 56.25em) {
  .my_account #account {
    left: 125px !important;
  }
}
.my_account #account .header-account-top {
  text-align: center;
  margin: 20px 0 0;
}
.my_account #account .header-account-top span {
  font-size: 16px;
}
.my_account #account .header-account-text-wrap {
  text-align: center;
  padding: 10px 0;
}
.my_account #account .header-account-text-wrap img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.my_account #account .header-account-text-wrap .sign-in {
  background: #ea1b25;
  border-radius: 20px;
  margin: 10px 0 0;
  color: #fff;
  box-sizing: border-box;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.my_account #account .header-account-text-wrap .header-sign-up {
  font-size: 14px;
  font-weight: 300;
  margin-top: 16px;
  text-align: center;
  color: #111;
}
.my_account #account .header-account-text-wrap .header-sign-up a {
  color: #4062b9;
  cursor: pointer;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}
.my_account #account .header-left-menu-spacing-wrap {
  margin-top: 10px;
}
.my_account #account .header-left-menu-spacing-wrap > ul {
  margin: 0;
}
.my_account #account .header-left-menu-spacing-wrap > ul li {
  margin: 0;
}
.my_account #account .header-left-menu-spacing-wrap > ul li:hover {
  background: none;
}
.my_account #account .header-left-menu-spacing-wrap > ul li i {
  font-size: 20px;
  border: 1px solid #666;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666;
  display: block;
  margin: 10px auto;
}
.my_account #account .header-left-menu-spacing-wrap > ul li a {
  display: block;
  padding: 0 10px;
  line-height: 23px;
}
.my_account #account::after,
.my_account #account::before {
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 56.25em) {
  .my_account #account::after,
  .my_account #account::before {
    left: 24%;
  }
}
.model_side .brands_form ul li .button {
  border-radius: 0;
  margin-bottom: 15px;
}
.model_side .brands_form ul li .select2-container {
  max-width: 255px;
  border-radius: 0;
  margin-bottom: 10px;
}
.wd-hero-image {
  height: 800px;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
}
.wd-hero-image .wd-overlay {
  background-color: rgba(38, 51, 60, 0.95);
  background-image: -webkit-linear-gradient(
    top,
    rgba(38, 51, 60, 0.95) 0%,
    rgba(38, 51, 60, 0.65) 20%,
    rgba(38, 51, 60, 0.65) 30%,
    rgba(38, 51, 60, 0.65) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(38, 51, 60, 0.95) 0%,
    rgba(38, 51, 60, 0.65) 20%,
    rgba(38, 51, 60, 0.65) 30%,
    rgba(38, 51, 60, 0.65) 100%
  );
  background-color: transparent;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wd-hero-image .wd-image {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wd-hero-image .wd-text-wrapper {
  position: absolute;
  width: 100%;
  bottom: 25%;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 50rem;
  text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.wd-hero-image .hero-title {
  font-family: "Lato", "Open Sans", "Roboto", sans-serif;
  line-height: 1.3;
  font-size: 3.75rem;
  font-weight: 300;
  margin: 0 0 1rem;
}
.wd-hero-image .hero-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  margin: 1rem 0px 3.75rem;
  line-height: 1.3;
  opacity: 0.85;
}
.wd-hero-image h1,
.wd-hero-image h2,
.wd-hero-image h3,
.wd-hero-image h4,
.wd-hero-image h5,
.wd-hero-image h6 {
  color: #fff;
}
.wd-testimonail.owl-carousel blockquote img {
  width: unset;
}
.wd-testimonail {
  margin: 0;
}
.wd-testimonail blockquote {
  border: none;
  color: inherit;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .wd-testimonail blockquote {
    margin: 90px 30px !important;
  }
}
.wd-testimonail blockquote .testimonial-head {
  font-family: poppins;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 4px;
  position: relative;
  top: 30px;
}
.wd-testimonail blockquote img {
  margin: 0 auto 14px;
}
.wd-testimonail blockquote cite {
  text-align: center;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
}
.wd-testimonail blockquote .job-title {
  color: #000000;
  font-size: 14px;
  text-align: center;
}
.wd-testimonail .testimonial-text {
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  text-align: inherit;
  font-style: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  position: relative;
  padding: 0 87px;
  margin: 0;
}
@media only screen {
  .wd-testimonail .testimonial-text {
    padding: 0 87px;
  }
}
.wd-testimonail .testimonial-text:before {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 18px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 21px;
  z-index: -2;
}
.owl-carousel.testimonial-slider .testimonial-text-container {
  margin-top: 180px;
}
.owl-carousel.testimonial-slider
  .testimonial-text-container
  .testimonial-name
  h1,
.owl-carousel.testimonial-slider
  .testimonial-text-container
  .testimonial-name
  h2,
.owl-carousel.testimonial-slider
  .testimonial-text-container
  .testimonial-name
  h3,
.owl-carousel.testimonial-slider
  .testimonial-text-container
  .testimonial-name
  h4,
.owl-carousel.testimonial-slider
  .testimonial-text-container
  .testimonial-name
  h5,
.owl-carousel.testimonial-slider
  .testimonial-text-container
  .testimonial-name
  h6 {
  display: inline-block;
}
.owl-carousel.testimonial-slider
  .testimonial-text-container
  .testimonial-name:after {
  content: " - ";
  padding: 6px;
}
.owl-carousel.testimonial-slider .testimonial-text-container p {
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  text-align: inherit;
  font-style: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.owl-carousel.testimonial-slider .owl-nav > div {
  height: auto;
  padding: 6px 4px;
  width: 33px;
  background-color: #999;
}
.owl-carousel.testimonial-slider .owl-nav > div i {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  display: none;
  margin-top: 6px;
}
.owl-carousel.testimonial-slider .owl-nav > div:hover {
  background-color: #cb9904;
}
.owl-carousel.testimonial-slider .owl-nav > div.owl-next {
  left: 51px;
}
.owl-carousel.testimonial-slider .owl-nav {
  left: 51.4%;
  position: absolute;
  bottom: 156px;
  width: 69px;
}
.wd-sly-carousel {
  overflow: hidden;
}
.wd-sly-carousel ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  height: 100%;
}
.wd-sly-carousel ul li {
  float: left;
  width: 430px;
  height: 100%;
  margin: 10px 35px;
  padding: 0;
  color: #000;
  cursor: grab;
}
@media only screen and (max-width: 56.25em) {
  .wd-sly-carousel ul li {
    width: 320px;
  }
}
.wd-sly-carousel ul li img {
  position: absolute;
  border-radius: 50%;
  top: 14px;
  margin-left: 30px;
}
.wd-sly-carousel ul li .sly-text {
  background-color: #fff;
  margin-top: 50px;
  padding: 105px 38px 26px;
}
.wd-sly-carousel ul li:first-child {
  margin-right: 0;
}
.wd-sly-carousel ul li:last-child {
  margin-left: 0;
}
.wd-sly-carousel-container .scrollbar {
  margin: 49px 26% 0 0;
  height: 6px;
  background: #fff;
  line-height: 0;
}
.wd-sly-carousel-container .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #cc9900;
  cursor: pointer;
}
.wd-sly-carousel-container .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.testimonials-container {
  position: relative;
}
.testimonials-container:after {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(4, 55, 82, 0.81);
}
.testimonials-container .wd-heading {
  z-index: 1;
  position: relative;
}
.testimonials-container .owl-thumb-navigation {
  display: none;
}
.wd-testimonail.owl-theme .owl-controls {
  margin-top: 0;
  text-align: unset;
}
.wd-testimonail.owl-theme .owl-controls .owl-nav {
  display: block;
  z-index: -2;
}
.wd-testimonail.owl-theme .owl-controls .owl-nav .owl-prev,
.wd-testimonail.owl-theme .owl-controls .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(152, 152, 152, 0.3);
  line-height: 92px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 40%;
}
@media only screen and (max-width: 56.25em) {
  .wd-testimonail.owl-theme .owl-controls .owl-nav .owl-prev,
  .wd-testimonail.owl-theme .owl-controls .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 52px;
  }
}
.wd-testimonail.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
@media only screen and (max-width: 56.25em) {
  .wd-testimonail.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 20px;
  }
}
.wd-testimonail.owl-theme .owl-controls .owl-nav .owl-next {
  right: -40px;
}
@media only screen and (max-width: 56.25em) {
  .wd-testimonail.owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
}
.pricing-table {
  background-color: #fff;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
}
.pricing-table .pricing-table-img {
  border-bottom: 1px solid #e3e3e3;
  padding: 40px;
  text-align: center;
}
.pricing-table ul {
  list-style-type: none;
  margin: 0;
  min-height: 235px;
}
.pricing-table div.description,
.pricing-table div.bullet-item,
.pricing-table div.price {
  padding: 10px 34px;
}
.pricing-table div.price {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
}
.pricing-table div.price span {
  font-size: 20px;
}
.pricing-table div.description {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  margin-left: 35px;
  margin-right: 35px;
  padding-bottom: 28px;
  padding-left: 0;
  padding-right: 50px;
}
.pricing-table div.title {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  padding: 32px 34px 12px 34px;
}
.pricing-table li.bullet-item {
  font-size: 14px;
  font-weight: 300;
  padding: 2px 34px;
  color: #000;
}
.pricing-table li.bullet-item i {
  color: #cc9900;
  font-size: 30px;
  margin-right: 11px;
  position: relative;
  top: 5px;
}
.pricing-table .cta-button {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.pricing-table .cta-button .button {
  border-color: #cccccc;
  font-size: 14px;
}
.pricing-table .cta-button .button i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.pricing-table .cta-button .button:hover,
.pricing-table .cta-button .button:focus {
  color: #fff !important;
  background-color: #cc9900;
}
.pricing-table .cta-button .button:hover i,
.pricing-table .cta-button .button:focus i {
  color: #fff;
}
.pricing-table.featured .button {
  color: #fff;
  background-color: #cc9900;
}
.pricing-table.featured .button i {
  color: #fff;
}
.pricing-table:hover,
.pricing-table.featured {
  background-color: #f7f7f7;
}
.moved-left-20 .vc_single_image-wrapper.vc_box_border_grey {
  border: 2px solid #ea1b25;
}
.moved-left-20 .vc_single_image-wrapper.vc_box_border_grey img {
  transform: translatex(-20px) translatey(-20px);
}
.titlebar {
  background-color: #e7e7e7;
  padding: 100px 0;
}
.titlebar .large-8 {
  border-left: 6px solid #7a7a7a;
}
.titlebar .breadcrumbs {
  background-color: transparent;
  border-color: transparent;
}
.wd-title-bar {
  min-height: 200px;
  text-align: center;
  margin-bottom: 75px;
  padding: 70px 0;
  position: relative;
}
@media only screen and (min-width: 56.3125em) and (max-width: 64em) {
  .wd-title-bar > .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.wd-title-bar h2 {
  color: #747474;
  text-transform: uppercase;
  border-bottom: 2px solid #ec5c60;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 56.25em) {
  .wd-title-bar h2 {
    font-size: 30px;
  }
}
.wd-title-bar div h5 {
  color: rgba(0, 0, 0, 0.5);
}
.wd-our-client li {
  padding: 0 0 33px;
}
.wd-our-client li .client-img {
  text-align: center;
  border: 1px solid #eee;
  margin: 0 15px;
}
.wd-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}
.wd-modal-bg .flex-video {
  margin: 0;
}
.wd-video-popup {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 50%;
  z-index: 1005;
  margin: 30px;
}
.wd-modal-close {
  background: #222222;
}
.wd-video-box .full_screen_video_wrapper > a {
  border: 4px solid #fff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.39);
  transition: all 0.5s ease;
  display: block;
  margin: auto;
}
.wd-video-box .full_screen_video_wrapper > a:hover {
  transform: scale(1.2);
}
.wd-video-box .full_screen_video_wrapper > a i {
  background: rgba(0, 0, 0, 0.01);
  color: #fff;
  padding-left: 12px;
  font-size: 50px;
  padding-top: 11px;
  margin: auto;
  width: 52px;
  display: block;
}
.wd-progress-bar-container ul.wd-progress-bar {
  list-style-type: none;
  margin: 0;
  padding: 0 18px;
}
.wd-progress-bar-container ul.wd-progress-bar li {
  margin-bottom: 26px;
}
.wd-progress-bar-container ul.wd-progress-bar li .value {
  color: #cc9900;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 700;
}
.wd-progress-bar-container ul.wd-progress-bar li .label-bar {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.wd-progress-bar-container ul.wd-progress-bar li .progress {
  height: 4px;
  margin-top: 17px;
  padding: 0;
}
.wd-progress-bar-container ul.wd-progress-bar li .progress .meter {
  -moz-transition: width 0.7s ease;
  -webkit-transition: width 0.7s ease;
  -transition: width 0.7s ease;
  background-color: #cc9900;
}
.pie-chart-container .easyPieChart {
  display: inline-block;
  margin: 0 20px;
  padding: 46px 40px 33px;
  width: 124px;
}
.pie-chart-container .skill-name {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-left: 12px;
}
.result {
  margin-bottom: 50px;
}
.result h2.post-title a {
  color: #000;
  -webkit-transition: all 0.3s, opacity 0.3s;
  -moz-transition: all 0.3s, opacity 0.3s;
  -ms-transition: all 0.3s, opacity 0.3s;
  -o-transition: all 0.3s, opacity 0.3s;
  transition: all 0.3s, opacity 0.3s;
}
.result .post-categories {
  display: inline-block;
}
.vc_tta-container > h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (min-width: 64.0625em) {
  .vc_tta-container > h2 {
    margin-right: 60px;
  }
  .vc_tta-container > h2::after {
    content: " ";
    display: block;
    height: 1px;
    width: 200px;
    transform: translatey(6px);
    z-index: 1;
  }
}
@media only screen and (min-width: 56.3125em) {
  .vc_tta-tabs {
    margin-top: -43px;
  }
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
  margin: 0;
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab {
  color: #333;
  font-weight: 600;
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab a {
  padding: 5px 10px;
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab.vc_active {
  background: none;
  position: relative;
}
.vc_tta-tabs .vc_tta-panels-container {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 56.25em) {
  .vc_tta-tabs .vc_tta-panels-container {
    border-top: 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .wpb-js-composer
    .vc_tta.vc_general
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading {
    margin: 5px 0 -1px;
    border: 0;
  }
  .wpb-js-composer
    .vc_tta.vc_general
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    a {
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 13px;
    background-color: #f5f5f5;
    text-align: left;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
      sans-serif;
  }
  .wpb-js-composer
    .vc_tta.vc_general
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    .vc_tta-panel-title
    a
    span {
    color: #333;
  }
  .wpb-js-composer
    .vc_tta.vc_general
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-body {
    border: 1px solid #eee;
    margin-bottom: 5px;
  }
  .wpb-js-composer
    .vc_tta.vc_general
    .vc_tta-panels-container
    .vc_tta-panels
    .vc_tta-panel.vc_active
    .vc_tta-panel-heading
    .vc_tta-panel-title
    a
    span {
    color: #ea1b25;
  }
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  padding-left: 46px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body:before {
  border: 1px solid #dddddd;
  content: "";
  height: 100%;
  top: 0;
  left: 23px;
  position: absolute;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
  font-size: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 37px;
  font-weight: 600;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a {
  color: #0064da;
  padding: 18px 29px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a span {
  color: #0064da;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-title {
  background-color: #0064da;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  a {
  color: #fff;
}
.vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  a
  span {
  color: #fff;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon {
  float: right;
}
.vc_tta.vc_general.vc_tta-accordion.style-2 .vc_tta-panel .vc_tta-panel-body {
  padding-left: 46px;
}
.vc_tta.vc_general.vc_tta-accordion.style-2
  .vc_tta-panel
  .vc_tta-panel-body:before {
  content: "";
  border: none;
}
.vc_tta.vc_general.vc_tta-accordion.style-2 .vc_tta-panel .vc_tta-panel-title {
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
  font-weight: 600;
}
.vc_tta.vc_general.vc_tta-accordion.style-2
  .vc_tta-panel
  .vc_tta-panel-title
  a {
  color: #333333;
  padding: 16px 29px;
}
.vc_tta.vc_general.vc_tta-accordion.style-2
  .vc_tta-panel
  .vc_tta-panel-title
  a
  span {
  color: #000;
}
.vc_tta.vc_general.vc_tta-accordion.style-2
  .vc_tta-panel.vc_active
  .vc_tta-panel-title {
  background-color: #fff;
}
.vc_tta.vc_general.vc_tta-accordion.style-2
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  a {
  color: #333333;
}
.vc_tta.vc_general.vc_tta-accordion.style-2
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  a
  span {
  color: #333333;
}
.vc_tta.vc_general.vc_tta-accordion.style-2 .vc_tta-controls-icon {
  float: right;
}
.wpb-js-composer div.vc_tta.vc_general .vc_tta-panel-body {
  padding: 14px 6px;
}
.wd_firstcharacter {
  float: left;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #000;
}
.top-bar .toggle-topbar.menu-icon a span:after {
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}
@media only screen and (max-width: 56.25em) {
  .wd-header {
    background: rgba(0, 0, 0, 0.85) !important;
  }

  .wd-testimonail .testimonial-text {
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 20px;
  }
  .wd-testimonail .testimonial-text:after {
    font-size: 20px !important;
    bottom: -10px !important;
    right: -20px !important;
  }
  .wd-testimonail .testimonial-text:before {
    font-size: 20px !important;
    left: -20px !important;
    top: -10px !important;
  }
  .owl-thumbs .owl-thumb-item {
    margin: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
@media (max-width: 640px) {
  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .top-bar-section .dropdown li.title h5 a,
  .top-bar-section .dropdown li.parent-link a {
    color: #333;
  }
  .wd-header.wd-header-1 .show-icons > div:first-child {
    margin-right: 0;
  }
  .wd-title-bar {
    min-height: 0;
  }
  .wd-title-bar .row {
    padding: 30px 10px;
  }
  .wd-section-reply {
    padding: 0 15px;
  }
  .wd-top-bar .right {
    width: 50%;
    float: right !important;
  }
  .wd-top-bar .call-action {
    margin-left: 25px;
    width: calc(50% - 25px);
    float: left !important;
  }
  .wd-top-bar .call-action .button {
    padding: 8px;
  }
  .wd-top-bar .social-icons {
    text-align: right;
    margin-top: 0;
  }
  .blog-container {
    margin-top: 30px;
  }
  .blog-container ul.ajzaa_isotop {
    margin: 0;
  }
  .blog-container ul.ajzaa_isotop li.ajzaa_multi_post_isotop_item {
    padding: 0;
    position: unset !important;
    margin-bottom: 30px;
  }
  .blog-container
    ul.ajzaa_isotop
    li.ajzaa_multi_post_isotop_item
    .ajzaa_multi_post_left_image {
    padding: 0 0 15px 0;
  }
  .blog-container
    ul.ajzaa_isotop
    li.ajzaa_multi_post_isotop_item
    .ajzaa_multi_post_left_image
    h2 {
    margin-bottom: 5px;
  }
  .blog-container
    ul.ajzaa_isotop
    li.ajzaa_multi_post_isotop_item
    .ajzaa_multi_post_left_image
    .wd-redmore {
    margin: 10px 0 0 0;
  }
  .blog-container
    ul.ajzaa_isotop
    li.ajzaa_multi_post_isotop_item
    .ajzaa_multi_post_left_image
    div
    img {
    margin-bottom: 10px;
  }
  .blog-container
    ul.ajzaa_isotop
    li.ajzaa_multi_post_isotop_item
    .ajzaa_multi_post_left_image
    .columns {
    padding-right: 0;
  }
  .blog-container
    ul.ajzaa_isotop
    li.ajzaa_multi_post_isotop_item
    .ajzaa_multi_post_left_image
    .ajzaa_multi_post_left_image_info {
    padding-left: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  .logged-in .wd-menu-nav.fixed {
    margin-top: 32px;
  }
  .wd-menu-nav.fixed .top-bar {
    height: auto;
    color: #000;
  }
  .wd-menu-nav.fixed .top-bar > .row {
    display: none;
  }
}
#lang_sel_list {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  font-size: 11px;
  height: auto !important;
  line-height: 12px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
#lang_sel_list ul li {
  display: inline-block;
  float: none;
  list-style: none;
  padding: 3px 1px 8px !important;
  position: relative;
  position: relative;
  vertical-align: middle;
}
#lang_sel_list img.iclflag {
  margin: 0 5px 0 0;
  top: -1px;
}
#lang_sel_list a.lang_sel_sel,
#lang_sel_list > ul > li a {
  background: none !important;
  color: #fff;
  padding: 4px 8px;
}
#lang_sel_list a.lang_sel_sel:hover,
#lang_sel_list a:hover {
  color: #555;
}
#lang_sel_list a.lang_sel_sel {
  padding: 4px 26px 4px 12px;
  position: relative;
  font-size: 14px;
}
#lang_sel_list a.lang_sel_sel:after {
  border-radius: 14px;
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  line-height: 16px;
  margin: -10px 0 0;
  position: absolute;
  right: 4px;
  text-align: center;
  text-shadow: none;
  top: 50%;
  width: 14px;
}
#lang_sel_list ul li:hover ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
#lang_sel_list ul {
  display: inline-block !important;
  margin: -6px 0 0;
}
#lang_sel_list ul ul {
  -moz-transform: translateX(-20px);
  -moz-transition: all 0.3s ease-in;
  -ms-transform: translateX(-20px);
  -ms-transition: all 0.3s ease-in;
  -o-transform: translateX(-20px);
  -o-transition: all 0.3s ease-in;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
  -webkit-transform: translateX(-20px);
  -webkit-transition: all 0.3s ease-in;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
  left: 0;
  margin: 0px;
  opacity: 0;
  position: absolute;
  top: 111%;
  transform: translateX(-20px);
  transition: all 0.3s ease-in;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
#lang_sel_list ul ul li:first-child {
  border-top: none;
}
#lang_sel_list ul ul li {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  display: block;
  float: none;
  font-size: 12px;
  line-height: 15px;
  padding: 0px !important;
  text-shadow: none;
}
#lang_sel_list ul ul li a {
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  color: #686868 !important;
  display: block;
  font-size: 12px;
  padding: 2px 10px 2px 15px;
  transition: all 0.3s ease-in;
}
#lang_sel_list ul ul li a:hover {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}
.icl_lang_sel_translated {
  display: none;
}
.product_supplier li {
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
.product_supplier li span {
  flex: 1 1 auto;
  margin: 5px;
}
.product_supplier li a {
  display: flex;
  background: rgba(0, 0, 0, 0.03);
  padding: 30px 15px;
  justify-content: center;
}
.product_supplier li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.product_supplier li img {
  transition: all 0.25s ease-in-out;
  filter: grayscale(0);
  max-height: 40px;
}
.product_supplier li .posted_in {
  font-size: 18px;
  display: block;
}
.product_supplier li:hover img {
  filter: grayscale(1);
}
.wd-banner {
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
.wd-banner:hover {
  background-size: 110% !important;
}
.wd-banner .disc {
  position: absolute;
  width: 60%;
}
.wd-banner .disc h3 {
  color: #fff;
  font-size: 22px;
}
.wd-banner .disc h3 span {
  font-weight: 800;
  font-size: 1.4em;
}
.wd-banner .disc h3:after {
  clear: both;
}
.wd-banner .disc p {
  margin-bottom: 0;
}
.wd-banner .banner-img {
  transition: all 0.25s ease-in-out;
}
.wd-banner .banner-img img {
  width: 100%;
}
.wd-banner:hover .banner-img {
  transform: scale(1.08);
}
.wd-banner .top_left {
  top: 0;
  left: 0;
  text-align: left;
  padding-top: 30px;
  padding-left: 30px;
  transition: all 0.4s ease-in-out;
}
.wd-banner .top_right {
  top: 0;
  right: 0;
  text-align: right;
  padding-top: 30px;
  padding-right: 30px;
  transition: all 0.4s ease-in-out;
}
.wd-banner .bottom_left {
  bottom: 0;
  left: 0;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.wd-banner .bottom_right {
  bottom: 0;
  right: 0;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 30px;
  transition: all 0.4s ease-in-out;
}
ul.flickr {
  margin: 0 -5px;
}
ul.flickr li {
  padding: 0 5px 10px !important;
}
ul.flickr li a {
  display: block;
}
ul.flickr li:before {
  display: none;
}
ul.flickr-bottom {
  display: inline;
  list-style: none !important;
}
ul.flickr-bottom li {
  float: left;
  padding: 0;
  line-height: inherit;
  border: none !important;
}
ul.flickr-bottom li:first-child {
  background: url(../images/icons.png) -8px -7px;
  background-repeat: no-repeat;
  width: 64px;
  height: 51px;
  overflow: hidden;
  zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
}
ul.flickr-bottom li:before {
  display: none;
}
ul.flickr-bottom a.visit_me {
  font-size: 11px;
  padding-left: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 56.25em) {
  .lg-sub-html {
    display: none;
  }
}
.lg-sub-html h4 {
  font-size: 18px;
  color: #fff;
}
.lg-sub-html p {
  font-size: 15px;
  margin: 5px 60px;
}
.lg-actions .lg-prev {
  margin-top: 0;
  transform: translateY(-50%);
}
.lg-actions .lg-prev:after {
  content: "\f177";
  font-family: fontawesome;
}
.lg-actions .lg-next {
  margin-top: 0;
  transform: translateY(-50%);
}
.lg-actions .lg-next:before {
  content: "";
}
.lg-actions .lg-next:after {
  content: "\f178";
  font-family: fontawesome;
}
.lg-outer .lg-thumb-item.active {
  border-color: #ea1b25;
}
.lg-outer .lg-thumb-item:hover {
  border-color: #ea1b25;
}
ul.instagram {
  margin: 0 -5px;
}
ul.instagram li {
  padding: 0 5px 10px !important;
  float: left;
}
ul.instagram li:before {
  display: none;
}
ul.instagram-bottom {
  display: inline;
  list-style: none !important;
}
ul.instagram-bottom li {
  float: left;
  padding: 0;
  line-height: inherit;
  border: none !important;
}
ul.instagram-bottom li:first-child {
  background: url(../images/icons.png) -340px -9px;
  background-repeat: no-repeat;
  width: 45px;
  height: 52px;
  overflow: hidden;
  zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
}
ul.instagram-bottom li:before {
  display: none;
}
ul.instagram-bottom a.visit_me {
  font-size: 11px;
  padding-left: 5px;
  font-weight: 600;
  letter-spacing: 1px;
}
ul.instagram li a {
  display: block;
}
.lg-actions .lg-prev:after {
  content: "\f177" !important;
}
.lg-actions .lg-next:after {
  content: "\f178" !important;
}
.lg-next:before {
  content: "" !important;
}
ul.projects {
  margin: 0 -5px;
}
ul.projects li {
  padding: 0 5px 10px !important;
  float: left;
  width: 100%;
}
ul.projects li a {
  display: block;
}
ul.projects li a img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
ul.projects .owl-controls {
  text-align: center;
  margin-top: 20px;
}
ul.projects .owl-controls .owl-dots .owl-dot {
  margin-right: 10px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #181814;
  height: 15px;
  width: 15px;
}
ul.projects .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.wd-heading {
  position: relative;
}
.wd-heading p {
  color: #333;
}
.wd-heading h1 {
  display: inline-block;
}
.wd-heading h2 {
  display: inline-block;
}
.wd-heading h3 {
  display: inline-block;
}
.wd-heading h4 {
  display: inline-block;
}
.wd-heading h5 {
  display: inline-block;
}
.wd-heading h6 {
  display: inline-block;
}
.wd-heading hr {
  position: absolute;
  top: 20px;
  right: 0;
  border-color: #ea1b25;
}
.wd-heading.text-center hr {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 80px !important;
}
.wd-heading.text-right hr {
  left: 0;
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsc-ctxt {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: 0 0;
  transition: 0.3s;
  position: absolute;
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close:before,
.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product {
  position: relative;
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col,
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-sum-col {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col {
  width: 75px;
  height: 75px;
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col
  .xoo-wsc-remove {
  position: absolute;
  top: 20px;
  right: 25px;
  margin: 0;
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col
  .xoo-wsc-remove
  span {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: 0 0;
  transition: 0.3s;
  position: absolute;
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col
  .xoo-wsc-remove
  span:after,
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col
  .xoo-wsc-remove
  span:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col
  .xoo-wsc-remove
  span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-img-col
  .xoo-wsc-remove
  span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-sum-col {
  width: auto;
  padding-left: 15px;
}
.xoo-wsc-container
  .xoo-wsc-body
  .xoo-wsc-content
  .xoo-wsc-product
  .xoo-wsc-sum-col
  a {
  color: #222;
  font-weight: 600;
}
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product:last-child {
  border-bottom: 0;
}
.xoo-wsc-container .xoo-wsc-footer {
  background-color: #fff;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-a .xoo-wsc-subtotal {
  color: #222;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b {
  overflow: hidden;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn {
  margin: 3px;
  display: inline-block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border: 1px solid #ea1b25;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  color: #fff;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-cart,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-chkt {
  float: left;
  width: calc(50% - 3px);
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-cart {
  margin-left: 0;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-chkt {
  margin-right: 0;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-cont {
  margin-left: 0;
  margin-right: 0;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn:hover,
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn:focus {
  background-color: transparent;
}
.xoo-wsc-basket {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .logged-in div.xoo-wsc-container {
    top: 46px;
  }
}
.logged-in .xoo-wsc-container {
  top: 32px;
}
.main-cookies {
  display: none;
  transition: all 0.8s ease-in-out;
  max-width: 400px;
  padding: 20px;
  color: #fff;
  background-color: #000;
  position: fixed;
  left: 10px;
  bottom: 10px;
  opacity: 0;
  width: 100%;
  z-index: 1;
}
.main-cookies .cookies-body {
  position: relative;
  height: 100%;
}
.main-cookies .cookies-body p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.main-cookies .cookies-body .cookies-btn {
  padding: 8px 20px 8px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  float: right;
  margin-top: 30px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  position: relative;
}
.main-cookies .cookies-body .cookies-btn::after {
  content: "\f00c";
  display: block;
  font-family: FontAwesome;
  right: 0;
  position: absolute;
  top: 8px;
  font-weight: 400;
}
.main-cookies .cookies-body .more-info {
  float: left;
  padding: 8px 20px 8px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
}
.wd-post__content .wd-post__body p {
  margin: 28px 0;
  font-size: 16px;
}
.wd-post__content .wd-post__body p strong,
.wd-post__content .wd-post__body p b {
  font-weight: 600;
}
.wd-post__content .wd-post__body .has-large-font-size {
  font-size: 36px;
}
.wd-post__content .wd-post__body .has-regular-font-size {
  font-size: 16px;
}
.wd-post__content .wd-post__body .has-small-font-size {
  font-size: 13px;
}
.wd-post__content .wd-post__body .wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
}
.wd-post__content .wd-post__body .wp-block-separator {
  max-width: 100px;
  border-bottom-width: 2px;
  color: #8f98a1;
}
.wd-post__content .wd-post__body .wp-block-quote cite {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #555;
  font-family: "Martel Sans";
  padding-left: 25px;
  text-transform: capitalize;
}
.wd-post__content .wd-post__body .wp-block-quote cite::before {
  content: "\2014 \0020";
}
.wd-post__content
  .wd-post__body
  .wp-block-quote
  .wp-block-pullquote
  blockquote
  p {
  font-style: italic;
}
.wd-post__content .wd-post__body .wp-block-quote .wp-block-pullquote p::after {
  content: "";
  display: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  clear: both;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-block-button {
  margin: 20px 0;
}
.wp-block-button br {
  display: inline;
}
.wp-block-button.alignleft {
  margin-top: 0;
  margin-right: 15px;
}
.wp-block-button.alignright {
  margin-top: 0;
  margin-left: 15px;
}
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover {
  margin: 15px 0;
}
.wp-block-cover.alignleft {
  margin-right: 15px;
}
.wp-block-cover .wp-block-cover-text {
  font-size: 36px;
  line-height: 1.8;
  padding: 0 40px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.animation-parent,
.animated {
  overflow: hidden !important;
}
.wd-list li.animated {
  overflow: visible !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.bypostauthor > article .fn:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}
.wp-block-cover {
  margin-bottom: 30px;
}
.comment ul {
  list-style: initial;
}
.mi-row,
.mi-row-right {
  max-width: 585px;
  float: right;
  padding: 0px 30px;
}
.mi-row-right {
  float: left !important;
}
.mi-row,
.min-row-child > div {
  max-width: 41.25rem;
}
.row .row {
  /* max-width: 82.5rem; */
  margin: 0 auto;
}
.wpb_row.row {
  margin: 0 auto !important;
  clear: both;
}
.vc_row.vc_row-with-delimiter {
  position: relative;
}
.row-delimiter {
  width: 1px;
  position: absolute;
  bottom: 0px;
  transform: translateY(100%) translateX(900px);
  z-index: 1;
  left: 0;
}
.wpb_revslider_element.wpb_content_element,
.no-margin-child .wpb_content_element {
  margin: 0;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-50 {
  padding-top: 50px;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.border-inside > .vc_column_container {
  border: 1px solid rgba(255, 255, 255, 0.45);
  margin: 30px;
  width: calc(100% - 60px);
}
.element {
  transition: all 0.3s ease 0s;
}
#filters {
  text-align: center;
}
#filters li {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
}
#filters li a {
  color: #111;
}
#filters li:hover a,
#filters li:focus a,
#filters li:active a {
  color: #fff;
}
#filters li:first-child a {
  color: #fff;
}
.semi-colored {
  background: #fff;
  background: -moz-linear-gradient(
    left,
    #fff 0%,
    #fff 50%,
    #fff 51%,
    #f3f3f3 51%,
    #f3f3f3 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #fff),
    color-stop(50%, #fff),
    color-stop(51%, #fff),
    color-stop(51%, #f3f3f3),
    color-stop(100%, #f3f3f3)
  );
  background: -webkit-linear-gradient(
    left,
    #fff 0%,
    #fff 50%,
    #fff 51%,
    #f3f3f3 51%,
    #f3f3f3 100%
  );
  background: -o-linear-gradient(
    left,
    #fff 0%,
    #fff 50%,
    #fff 51%,
    #f3f3f3 51%,
    #f3f3f3 100%
  );
  background: -ms-linear-gradient(
    left,
    #fff 0%,
    #fff 50%,
    #fff 51%,
    #f3f3f3 51%,
    #f3f3f3 100%
  );
  background: linear-gradient(
    to right,
    #fff 0%,
    #fff 50%,
    #fff 51%,
    #f3f3f3 51%,
    #f3f3f3 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=1);
}
.semi-colored-l {
  background: #f3f3f3;
  background: -moz-linear-gradient(
    left,
    #f3f3f3 0%,
    #f3f3f3 49%,
    #fff 49%,
    #fff 50%,
    #fff 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #f3f3f3),
    color-stop(49%, #f3f3f3),
    color-stop(49%, #fff),
    color-stop(50%, #fff),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    left,
    #f3f3f3 0%,
    #f3f3f3 49%,
    #fff 49%,
    #fff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    left,
    #f3f3f3 0%,
    #f3f3f3 49%,
    #fff 49%,
    #fff 50%,
    #fff 100%
  );
  background: -ms-linear-gradient(
    left,
    #f3f3f3 0%,
    #f3f3f3 49%,
    #fff 49%,
    #fff 50%,
    #fff 100%
  );
  background: linear-gradient(
    to right,
    #f3f3f3 0%,
    #f3f3f3 49%,
    #fff 49%,
    #fff 50%,
    #fff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1);
}
.hover-effect-zoomin .wpb_column {
  overflow: hidden;
}
.hover-effect-zoomin .vc_column-inner:hover {
  transition: 0.9s ease-in-out;
}
.hover-effect-zoomin .vc_column-inner:hover:hover {
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.9;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.32);
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
}
#comments .notice {
  background: #f04124;
  border-color: #f04124;
}
#comments .notice .bottom {
  margin: 0;
}
.product_cat {
  float: left;
  position: relative;
  padding: 0 15px;
  width: 240px;
}
@media only screen and (max-width: 56.25em) {
  .product_cat {
    width: 100%;
  }
}
.product_cat a.cats-btn {
  position: relative;
  display: block;
  padding: 0 10px;
  width: 100%;
  color: #fff;
  border-radius: 3px 3px 0 0;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 56.25em) {
  .product_cat a.cats-btn {
    width: 100%;
  }
}
.product_cat a.cats-btn span {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
}
.product_cat a.cats-btn span:before,
.product_cat a.cats-btn span:after {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
}
@media only screen and (max-width: 56.25em) {
  .product_cat a.cats-btn span:before,
  .product_cat a.cats-btn span:after {
    width: 22px;
  }
}
.product_cat a.cats-btn span:before {
  top: -8px;
}
.product_cat a.cats-btn span:after {
  top: 8px;
}
.product_cat a.cats-btn.close-up span {
  background: 0 0;
}
.product_cat a.cats-btn.close-up span:before,
.product_cat a.cats-btn.close-up span:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
}
.product_cat a.cats-btn.close-up span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.product_cat a.cats-btn.close-up span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.product_cat ul.category-menu.open {
  z-index: 99;
  display: block;
}
.product_cat ul.category-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border: none;
  width: calc(100% - 30px);
  display: none;
}
.product_cat ul.category-menu li {
  float: none;
}
.product_cat ul.category-menu li.has-dropdown {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding: 0 15px;
  position: unset;
}
.product_cat ul.category-menu li.has-dropdown .has-icon {
  position: relative;
  color: #333;
  display: block;
  background: transparent;
  padding: 0 !important;
  border-color: transparent;
}
.product_cat ul.category-menu li.has-dropdown .has-icon:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent !important;
  height: auto;
  width: auto;
  margin: 0;
}
.product_cat ul.category-menu li.has-dropdown:last-child .has-icon {
  border-bottom: 0;
}
.product_cat ul.category-menu li.has-dropdown .first-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  min-height: 360px;
  background: #fff url("../images/mega-menu-bg.jpg") bottom no-repeat;
  background-size: cover;
}
.product_cat ul.category-menu li.has-dropdown .first-menu li {
  float: left;
  width: calc(100% / 2);
  padding: 0 15px;
}
.product_cat ul.category-menu li.has-dropdown .first-menu li .has-icon:after {
  display: none;
}
.product_cat ul.category-menu li.has-dropdown .first-menu li.has-dropdown > a {
  line-height: 33px;
  padding-top: 18px !important;
}
.product_cat ul.category-menu li.has-dropdown .first-menu li ul li a {
  line-height: 24px;
  font-weight: 400;
}
.product_cat ul.category-menu li.has-dropdown .first-menu:after {
  background: none;
}
.product_cat ul.category-menu li.has-dropdown .first-menu .sub-menu {
  position: unset !important;
  clip: auto;
}
.product_cat ul.category-menu li.has-dropdown:hover {
  padding-left: 10px;
}
.product_cat ul.category-menu li:hover {
  background-color: transparent;
}
.product_cat ul.category-menu:before,
.product_cat ul.category-menu:after {
  border-color: transparent transparent #333 transparent;
  display: none;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: #fff;
  color: #333;
}
.top-bar-section
  .dropdown.first-menu
  li:not(.has-form):not(.active):hover
  > a:not(.button),
.top-bar-section
  .dropdown.first-menu
  li:not(.has-form):not(.active)
  > a:not(.button) {
  background: transparent;
}
.top-bar-section
  .dropdown
  li:not(.has-form):not(.active):hover
  > a:not(.button) {
  background-color: #fff;
}
body:after {
  content: "";
  display: none;
}
.page .widget {
  margin-top: 50px;
}
.page .widget:first-child {
  margin-top: 0;
}
@media only screen {
  .collapsed-title,
  .collapsed-title h1 {
    font-size: 1.6em;
    font-weight: bolder;
    line-height: 1.2em;
    margin: 0;
  }
  .corporate-layout .top-bar {
    height: 50px;
  }
  .corporate-layout .top-bar.expanded {
    height: auto;
  }
  .corporate.top-bar-section {
    margin-top: 20px;
  }
  .corporate-layout .fixed .top-bar {
    height: 60px;
  }
}
@media only screen and (min-width: 56.3125em) {
  .corporate-layout .top-bar {
    height: 100px;
  }
}
div.single-product {
  clear: both;
}
@media (max-width: 404px) {
  .wd-header.wd-header-1 .menu_bar div.header-list .product_search {
    min-width: 74%;
    max-width: 74%;
    width: 74%;
  }
}
@media (max-width: 389px) {
  .wd-header.wd-header-1 .menu_bar div.header-list .product_search {
    min-width: 67%;
    max-width: 67%;
    width: 67%;
  }
}
/*# sourceMappingURL=app.css.map */

/* 
 */

::selection {
  color: #fff;
  background: #9c0303;
}
.select-price {
  width: 100%;
  border-radius: 10px;
  padding: 20px 25px 40px;
}
header h2 {
  font-size: 24px;
  font-weight: 600;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.price-input {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.price-input .field {
  display: flex;
  height: 45px;
  align-items: center;
  color: #000;
}

@media (max-width: 500px) {
  .field input {
    font-size: 15px;
  }
}

.IUSDHwuiwe1 {
  display: flex;
  align-items: center;
  justify-content: start;
}
.IUSDHwuiwe2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.input-max {
  text-align: right;
}
.input-models-price {
  width: calc(calc(1vh + 1vw) * 5) !important;
  /* padding: 0 10px; */
  margin: 0 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.price-input-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

@media (max-width: 600px) {
  .input-models-price {
    width: 100% !important;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider-prise {
  height: 8px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider-prise .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: linear-gradient(270deg, #d82429 40.12%, #ff4247 102.03%);
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -8px;
  left: -1px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 29px;
  width: 29px;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 0.953125px 1.90625px rgba(0, 0, 0, 0.4))
    drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(270deg, #d82429 40.12%, #ff4247 102.03%);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.b-btn.paypal i {
  color: blue;
}
.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.brands_form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands_form form {
  z-index: 30;
  background: #fff;
  padding: 30px;
  max-width: 90%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05),
    0px 6px 6px 0px rgba(0, 0, 0, 0.05), 0px 13px 8px 0px rgba(0, 0, 0, 0.03),
    0px 24px 9px 0px rgba(0, 0, 0, 0.01), 0px 37px 10px 0px rgba(0, 0, 0, 0);
  border-radius: 14px;
  width: 100%;
}

@media (max-width: 450px) {
  .brands_form form {
    padding: 15px;
  }
}

.brands_form form ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

@media (max-width: 900px) {
  .brands_form form ul {
    grid-template-columns: 100%;
  }
}

.border-bottom {
  border-bottom: 1px gray solid;
}

.brands_form
  ul
  li.brands
  .select2-container.select2-container--default
  .select2-selection--single {
  border: none;
  border-radius: 0;
  border-bottom: 1px gray solid;
}

.categories__item .box-text-container {
  text-align: center;
}
.categories__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4px;
  transition: transform 0.3s ease;
}

.categories__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 850px) {
  .categories__item {
    align-items: start;
    margin-top: 20px;
  }

  .categories__item a {
    flex-direction: row;
    justify-content: start;
    gap: 10px;
    width: 100%;
  }
}

.categories__item:hover {
  opacity: 0.8;
  transform: translateY(-8px);
}

.wd-footer {
  background: #fff !important;
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 56.2em) {
  .header-menu {
    flex-direction: column;
  }

  .header-menu li:first-child {
    border-bottom: 1px solid #fff;
  }
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.footer-socials li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-socials li a p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer-socials li a svg {
  width: 30px;
  height: 30px;
}

.cs-copyright {
  border-top: 1px solid #000;
}
.copyright__row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 40px;
  margin: 32px 0;
}

.copyright__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
}

.cs-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.font-bold {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.footer__ol {
  padding-left: 10px;
}
.footer__ol li {
  font-size: 0.9375rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.swiper-comments {
  max-height: 500px;
  margin-top: 40px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.comment__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #fafafa;
  border-radius: 16px;
  border: 1px solid rgba(75, 73, 73, 0.5);
  padding: 25px;
  height: 372px;
}
.comment__item__user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
}
.comment__item__user__img {
  max-width: 45px;
  max-height: 40px;
  flex: 1 0 40px;
}

.comment__item__user__img img {
  border-radius: 50%;
}
.comment__item__user__name {
  flex: 2 0 auto;
}
.comment__item__user__name__fullname {
  font-size: calc(calc(1vw + 1vh) * 0.9);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.comment__item__user__name__company {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.comment__item__user__rating {
  display: flex;
  gap: 3px;
  flex-wrap: nowrap;
  flex: 0 1 auto;
  width: calc(calc(1vw + 1vh) * 4.5);
}
.comment__item__comment {
  overflow: hidden;
}
.comment__item__comment p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* comment management */

.comments-management {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments-buttons-navigation-contatiner {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 60px;
}

.comments-button-navigation {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000;
  cursor: pointer;
}

.comments-button-navigation.swiper-button-disabled {
  opacity: 0.7;
  cursor: auto;
}

.comments-pagination .swiper-pagination-bullet {
  background: #e32f37;
}

/* fix */
#tab-title-reviews {
  display: none;
}

.poslygi_block {
  margin: 0 auto !important;
  width: 100% !important;
}

.get-shop-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.column-height {
  min-height: 483px;
  height: 1px;
}
/*  */
.woocommerce_product_info_table {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.woocommerce_product_info_table li {
  color: #000;
  display: flex;
  gap: 8px;
  padding: 3px 10px !important;
  background: none;
  box-shadow: none !important;
}

.cat-item {
  font-size: 17px !important;
}
