.hot,
.new {
  position: relative;
  z-index: 1;
}
.hot h3:after,
.hot h3:after,
.new h3:after,
.new h3:after {
  position: absolute;
  z-index: 20;
  padding: 0px 8px;
  font-size: 60%;
  top: 8px;
  right: -8px;
  font-style: italic;
  background: #333;
  color: #fff;
}
.hot h3:after {
  content: "Hot";
}
.new h3:after {
  content: "New";
}
.primary1 h3:after {
  background: #f1e3ae;
}
.primary2 h3:after {
  background: #DBB62B;
}
.primary3 h3:after {
  background: #5d4d10;
}
.secondary1 h3:after {
  background: #cddea5;
}
.secondary2 h3:after {
  background: #B8D080;
}
.secondary3 h3:after {
  background: #6c8631;
}
.icon {
  position: relative;
}
.icon:before {
  font-size: 2em;
  position: absolute;
  right: 8px;
  top: 6px;
  opacity: 0.6;
}
.iconsmall:before {
  font-size: 1em;
}
.icon.medium:before {
  font-size: 4em;
}
.icon.large:before {
  font-size: 8em;
}
.icon.top:before {
  top: 6px;
}
.icon.bottom:before {
  bottom: 6px;
  top: auto;
}
.moduletable.icon {
  height: auto;
  width: auto;
}
.corner {
  position: relative;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  background: #97C02F;
  border: 0 !important;
}
.corner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #658E15 #fff;
}
.corner.primary1::after {
  border-color: #9f831b #fff;
}
.corner.primary2::after {
  border-color: #DBB62B #fff;
}
.corner.primary3::after {
  border-color: #5d4d10 #fff;
}
.corner.secondary1::after {
  border-color: #99bb48 #fff;
}
.corner.secondary2::after {
  border-color: #B8D080 #fff;
}
.corner.secondary3::after {
  border-color: #6c8631 #fff;
}
.primary1,
.sidebar .primary1,
.inset.primary1 .zen-module-body {
  background: #DBB62B;
  border: 1px solid #897117;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.primary1.border,
.sidebar .primary1.border,
.inset.primary1 .zen-module-body.border {
  border: 1px solid #DBB62B;
  background: none;
  color: #555;
}
.sidebar .inset.primary1 {
  border: 0 !important;
  padding: 0 !important;
}
.primary2,
.sidebar .primary2,
.inset.primary2 .zen-module-body {
  background: #e2c557;
  border: 1px solid #DBB62B;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.primary2.border,
.sidebar .primary2.border,
.inset.primary2 .zen-module-body.border {
  border: 1px solid #f1e3ae;
  background: none;
  color: #555;
}
.sidebar .moduletable.inset.primary2 {
  border: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.primary3,
.sidebar .primary3,
.inset.primary3 .zen-module-body {
  background: #b4951f;
  border: 1px solid #5d4d10;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.primary3.border,
.sidebar .primary3.border,
.inset.primary3 .zen-module-body.border {
  border: 1px solid #f1e3ae;
  background: none;
  color: #555;
}
.sidebar .inset.primary3 {
  border: 0 !important;
  padding: 0 !important;
}
.secondary1,
.sidebar .secondary1,
.inset.secondary1 .zen-module-body {
  background: #B8D080;
  border: 1px solid #8bab3f;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.secondary1.border,
.sidebar .secondary1.border,
.inset.secondary1 .zen-module-body.border {
  border: 1px solid #B8D080;
  background: none;
  color: #555;
}
.sidebar .inset.secondary1 {
  border: 0 !important;
  padding: 0 !important;
}
.secondary2,
.sidebar .secondary2,
.inset.secondary2 .zen-module-body {
  background: #cddea5;
  border: 1px solid #B8D080;
  padding: 10px;
  margin-bottom: 20px;
  color: #7b9838;
}
.secondary2.border,
.sidebar .secondary2.border,
.inset.secondary2 .zen-module-body.border {
  border: 1px solid #a3c25b;
  background: none;
  color: #555;
}
.sidebar .inset.secondary2 {
  border: 0 !important;
  padding: 0 !important;
}
.secondary3,
.sidebar .secondary3,
.inset.secondary3 .zen-module-body {
  background: #a3c25b;
  border: 1px solid #6c8631;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.secondary3.border,
.sidebar .secondary3.border,
.inset.secondary3 .zen-module-body.border {
  border: 1px solid #cddea5;
  background: none;
  color: #555;
}
.sidebar .inset.secondary3 {
  border: 0 !important;
  padding: 0 !important;
}
.moduletable.dark {
  background: #232323;
  border: 1px solid #111;
  color: #fff;
  padding: 10px;
}
.moduletable.light {
  background: #fafafa;
  border: 1px solid #eee;
  color: #555;
  padding: 10px;
}
.primary1 .zen-module-title h3,
.primary2 .zen-module-title h3,
.primary3 .zen-module-title h3,
.secondary1 .zen-module-title h3,
.secondary2 .zen-module-title h3,
.secondary3 .zen-module-title h3,
.dark .zen-module-title h3 {
  color: #fff;
}
.shadow,
.inset.shadow .zen-module-body {
  box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
  padding: 10px;
}
.shadow2 {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  padding: 10px;
}
.inset.border {
  border: 1px solid #ddd;
  padding: 10px;
}
.inset.primary1,
.inset.primary2,
.inset.primary3,
.inset.secondary1,
.inset.secondary2,
.inset.secondary3,
.inset.dark {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
.inset.primary1 .zen-module-title h3,
.inset.primary2 .zen-module-title h3,
.inset.primary3 .zen-module-title h3,
.inset.secondary1 .zen-module-title h3,
.inset.secondary2 .zen-module-title h3,
.inset.secondary3 .zen-module-title h3,
.inset.dark .zen-module-title h3 {
  color: #333;
}
.inset .zen-module-body {
  background: #fafafa;
  padding: 10px;
}
.inset.shadow2 {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
.inset.shadow2 .zen-module-body {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  padding: 10px;
}
img.border {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  background: #fff;
  padding: 4px;
  max-width: 98%;
  margin-bottom: 20px;
}
.anvil {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0;
  text-align: right;
  font: 30px/100px Arial, sans-serif;
  color: white;
  border: 0 !important;
}
.anvil::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 0 80px 80px;
  border-style: solid;
  border-color: transparent white;
}
.rounded-big {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px;
  font-size: 2em;
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 60px;
}
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.largeicons i {
  height: 100px;
  width: 100px;
  border: 4px solid #333;
  border-radius: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.largeicons i:before {
  font-size: 4em;
  color: #333;
  position: absolute;
  width: 100px;
  text-align: center;
  display: block;
  margin-left: 0px;
  margin-top: 27px;
}
.largeicons i:hover:before {
  color: #B8D080;
}
.largeicons i:hover {
  border: 4px solid #B8D080;
}
.primary1,
.sidebar .primary1,
.inset.primary1 .zen-module-body,
.primary2,
.sidebar .primary2,
.inset.primary2 .zen-module-body,
.primary3,
.sidebar .primary3,
.inset.primary3 .zen-module-body,
.secondary1,
.sidebar .secondary1,
.inset.secondary1 .zen-module-body,
.secondary2,
.sidebar .secondary2,
.inset.secondary2 .zen-module-body,
.secondary3,
.sidebar .secondary3,
.inset.secondary3 .zen-module-body {
  border-width: 0 0 4px 0;
}
.moduletable.centered .zen-module-title {
  margin-bottom: 30px;
}
.moduletable.centered .zen-module-title em {
  color: #DBB62B;
}
.moduletable.centered .zen-module-title h3 {
  border-bottom: 1px solid #ddd;
  line-height: 0.3em;
}
.moduletable.centered .zen-module-title h3 span {
  background: #fff;
  padding: 0 10px;
}
.moduletable.centered h1,
.moduletable.centered h2,
.moduletable.centered h3,
.moduletable.centered h4,
.moduletable.centered h5,
.moduletable.centered h6,
.moduletable.centered p {
  text-align: center;
  font-weight: bold;
}
