

.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;
  left: -8px;
  font-style: italic;
  background: #333;
  color: #fff;
}
.hot h3:after {
  content: "Hot";
}
.new h3:after {
  content: "New";
}
.primary1 h3:after {
  background: #fbdede;
}
.primary2 h3:after {
  background: #ED5453;
}
.primary3 h3:after {
  background: #971110;
}
.secondary1 h3:after {
  background: #cddea5;
}
.secondary2 h3:after {
  background: #B8D080;
}
.secondary3 h3:after {
  background: #6c8631;
}
.icon {
  position: relative;
  width: 100%;
  background: none;
  height: auto;
}
.icon:before {
  font-size: 2em;
  position: absolute;
  left: 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 40px !important;
  color: #fff;
  background: #97C02F;
  border: 0 !important;
}
.corner h3 span {
  color: #fff;
}
.corner.primary1 {
  background: #ED5453;
  color: #fff;
}
.corner.primary2 {
  background: #dc1817;
  color: #fff;
}
.corner.primary3 {
  background: #f49998;
  color: #fff;
}
.corner.secondary1 {
  background: #B8D080;
  color: #fff;
}
.corner.secondary2 {
  background: #99bb48;
  color: #fff;
}
.corner.secondary3 {
  background: #d7e5b8;
  color: #fff;
}
.corner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: #658E15 #fff;
}
.corner span {
  padding: 0;
}
.corner span:before {
  border-width: 0 !important;
}
.corner.primary1::after {
  border-color: #dc1817 #fafafa;
}
.corner.primary2::after {
  border-color: #ED5453 #fafafa;
}
.corner.primary3::after {
  border-color: #971110 #fafafa;
}
.corner.secondary1::after {
  border-color: #99bb48 #fafafa;
}
.corner.secondary2::after {
  border-color: #B8D080 #fafafa;
}
.corner.secondary3::after {
  border-color: #6c8631 #fafafa;
}
.zen-module-title h3 {
  padding: 0;
  margin: 0;
}
.zen-module-title h3 span {
  padding: 0;
}
.zen-module-title h3 span:before {
  border-width: 10px 0 0px 10px;
  border-style: solid;
  border-color: #a2a2a2 #f9f9f9;
  margin-top: -21px;
  content: " ";
  display: block;
  float: right;
  margin-left: 0px;
}
.modalmodule .btn span,
.popovermodule .btn span {
  color: #fff !important;
}
.modalmodule span:before,
.popovermodule span:before {
  border: 0 !important;
}
.sidebar .zen-module-title span:before {
  margin-right: -20px;
}
.sidebar .zen-module-body {
  width: 94%;
}
.primary1,
.sidebar .primary1 {
  padding: 10px;
  margin-bottom: 20px;
}
.primary1 .zen-module-title h3 span:before,
.sidebar .primary1 .zen-module-title h3 span:before {
  border-color: #ED5453 #f9f9f9;
}
.primary1.border,
.sidebar .primary1.border {
  border: 1px solid #ED5453;
  background: none;
  color: #555;
}
.primary2,
.sidebar .primary2 {
  padding: 10px;
  margin-bottom: 20px;
}
.primary2 .zen-module-title h3 span:before,
.sidebar .primary2 .zen-module-title h3 span:before {
  border-color: #dc1817 #f9f9f9;
}
.primary2.border,
.sidebar .primary2.border {
  border: 1px solid #fbdede;
  background: none;
  color: #555;
}
.primary3,
.sidebar .primary3,
.inset.primary3 .zen-module-body {
  padding: 10px;
  margin-bottom: 20px;
}
.primary3 .zen-module-title h3 span:before,
.sidebar .primary3 .zen-module-title h3 span:before,
.inset.primary3 .zen-module-body .zen-module-title h3 span:before {
  border-color: #f49998 #f9f9f9;
}
.primary3.border,
.sidebar .primary3.border,
.inset.primary3 .zen-module-body.border {
  border: 1px solid #fbdede;
  background: none;
  color: #555;
}
.secondary1,
.sidebar .secondary1,
.inset.secondary1 .zen-module-body {
  padding: 10px;
  margin-bottom: 20px;
}
.secondary1 .zen-module-title h3 span:before,
.sidebar .secondary1 .zen-module-title h3 span:before,
.inset.secondary1 .zen-module-body .zen-module-title h3 span:before {
  border-color: #B8D080 #f9f9f9;
}
.secondary1.border,
.sidebar .secondary1.border,
.inset.secondary1 .zen-module-body.border {
  border: 1px solid #B8D080;
  background: none;
  color: #555;
}
.secondary2,
.sidebar .secondary2,
.inset.secondary2 .zen-module-body {
  padding: 10px;
  margin-bottom: 20px;
}
.secondary2 .zen-module-title h3 span:before,
.sidebar .secondary2 .zen-module-title h3 span:before,
.inset.secondary2 .zen-module-body .zen-module-title h3 span:before {
  border-color: #99bb48 #f9f9f9;
}
.secondary2.border,
.sidebar .secondary2.border,
.inset.secondary2 .zen-module-body.border {
  border: 1px solid #a3c25b;
  background: none;
  color: #555;
}
.secondary3,
.sidebar .secondary3,
.inset.secondary3 .zen-module-body {
  padding: 10px;
  margin-bottom: 20px;
}
.secondary3 .zen-module-title h3 span:before,
.sidebar .secondary3 .zen-module-title h3 span:before,
.inset.secondary3 .zen-module-body .zen-module-title h3 span:before {
  border-color: #d7e5b8 #f9f9f9;
}
.secondary3.border,
.sidebar .secondary3.border,
.inset.secondary3 .zen-module-body.border {
  border: 1px solid #cddea5;
  background: none;
  color: #555;
}
.moduletable.dark .zen-module-title h3 span:before {
  border-color: #000 #f9f9f9;
}
.moduletable.light .zen-module-title h3 span:before {
  border-color: #fff #f9f9f9;
}
.moduletable.border {
  border: 1px solid #eee;
  padding: 10px;
}
.moduletable.border strong {
  color: #444;
}
.primary1 .zen-module-title h3,
.primary1 strong,
.primary2 .zen-module-title h3,
.primary2 strong,
.primary3 .zen-module-title h3,
.primary3 strong,
.secondary1 .zen-module-title h3,
.secondary1 strong,
.secondary2 .zen-module-title h3,
.secondary2 strong,
.secondary3 .zen-module-title h3,
.secondary3 strong,
.dark .zen-module-title h3,
.dark strong {
  margin-bottom: 10px;
}
.primary1.border strong,
.primary2.border strong,
.primary3.border strong,
.secondary1.border strong,
.secondary2.border strong,
.secondary3.border strong,
.dark.border strong {
  color: #444;
}
.shadow,
.inset.shadow .zen-module-body {
  box-shadow: 3px 3px 5px rgba(0,0,0,0.08);
  padding: 10px;
}
.shadow strong,
.inset.shadow .zen-module-body strong {
  color: #444;
}
.shadow2 {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.09);
  padding: 10px;
}
.shadow2 strong {
  color: #444;
}
.inset.border {
  border: 1px solid #eee;
  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: #444;
}
.inset .zen-module-body {
  -webkit-box-shadow: inset 0 0 1px 0 #fff 1px 2px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 0 1px 0 #fff 1px 2px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 0 1px 0 #fff 1px 2px 0 rgba(0,0,0,0.25);
  border: 1px solid #eee !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 94%;
  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.08);
  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: left;
  font: 30px/100px Arial, sans-serif;
  border: 0 !important;
}
.anvil::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 80px 80px 0;
  border-style: solid;
  border-color: transparent white;
}
.anvil.primary1::after {
  border-color: transparent #ED5453;
}
.anvil.primary2::after {
  border-color: transparent #dc1817;
}
.anvil.primary3::after {
  border-color: transparent #f49998;
}
.anvil.secondary1::after {
  border-color: transparent #B8D080;
}
.anvil.secondary2::after {
  border-color: transparent #99bb48;
}
.anvil.secondary3::after {
  border-color: transparent #d7e5b8;
}
.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-big.primary1 {
  background: #ED5453;
  color: #fff;
}
.rounded-big.primary2 {
  background: #dc1817;
  color: #fff;
}
.rounded-big.primary3 {
  background: #f49998;
  color: #fff;
}
.rounded-big.secondary1 {
  background: #B8D080;
  color: #fff;
}
.rounded-big.secondary2 {
  background: #99bb48;
  color: #fff;
}
.rounded-big.secondary3 {
  background: #d7e5b8;
  color: #fff;
}
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.centered h3 span {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.centered h3 span:before {
  border: 0;
}
.moduletable.small .zen-module-title h3 {
  background: #eee;
  height: 1px;
  text-align: center;
  margin-bottom: 60px;
}
.moduletable.small .zen-module-title span {
  background: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  top: -10px;
  position: relative;
  padding: 0 30px;
}
.moduletable.padding {
  padding: 30px 0 0;
}
.firstmodule {
  border-top: 0;
  margin-top: -1px !important;
}

