/*** Resets ***/

.holler-box h1,
.holler-box h2,
.holler-box h3,
.holler-box h4 {
  clear: none;
}

.holler-box h1 {
  font-size: 26px;
  line-height: 40px;
}

.holler-box h2 {
  font-size: 22px;
  line-height: 36px;
}

.holler-box h3 {
  font-size: 18px;
  line-height: 32px;
}

.holler-box h4 {
  font-size: 16px;
  line-height: 28px;
}

.holler-box form {
  margin: 0;
}

.holler-box ul,
.holler-box ol {
  margin: 10px 0;
}

.holler-box ul {
  list-style-type: disc;
  list-style-position: inside;
}

.holler-box ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.hwp-floating-btn {
  opacity: 0;
  position: fixed;
  z-index: 99998;
  width: 60px;
  height: 60px;
  background: #1191cb;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}

.hwp-floating-btn i {
  font-size: 24px;
  line-height: 40px;
  position: relative;
  top: 8px;
  color: #fff;
  height: auto;
  width: auto;
}

.holler-box {
  opacity: 0;
  position: fixed;
  z-index: 99997;
  width: 300px;
  height: auto;
  max-height: 90%;
  border-radius: 3px;
  padding: 15px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  box-sizing: border-box;
}

.hwp-floating-btn.hwp-bottomright,
.holler-box.hwp-bottomright {
  right: 25px;
  bottom: 25px;
}

.hwp-floating-btn.hwp-bottomleft,
.holler-box.hwp-bottomleft {
  left: 25px;
  bottom: 25px;
}

.hwp-floating-btn.hwp-topright,
.holler-box.hwp-topright {
  right: 25px;
  top: 25px;
}

.hwp-floating-btn.hwp-topleft,
.holler-box.hwp-topleft {
  left: 25px;
  top: 25px;
}

.hwp-row.hwp-note-optin {
  margin-top: 10px;
}

.holler-box img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

.holler-box img.alignleft {
  margin: 0 5px 5px 0;
}

.holler-box img.alignright {
  margin: 0 0 5px 5px;
}

.holler-box iframe {
  height: auto;
}

.hwp-transition-in {
  opacity: 1 !important;
  -moz-transform: translateX(0px) translateY(0px);
  -webkit-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.hwp-transition-out {
  opacity: 0 !important;
  -moz-transform: translateX(0px) translateY(15px);
  -webkit-transform: translateX(0px) translateY(15px);
  -o-transform: translateX(0px) translateY(15px);
  -ms-transform: translateX(0px) translateY(15px);
  transform: translateX(0px) translateY(15px);
}

.holler-banner.hwp-transition-out {
  -moz-transform: translateX(0px) translateY(0px);
  -webkit-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.hwp-hide {
  display: none;
  opacity: 0;
  -moz-transform: translateX(0px) translateY(15px);
  -webkit-transform: translateX(0px) translateY(15px);
  -o-transform: translateX(0px) translateY(15px);
  -ms-transform: translateX(0px) translateY(15px);
  transform: translateX(0px) translateY(15px);
}

.hwp-show {
  display: block;
  opacity: 1 !important;
}

.hwp-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  line-height: 1;
  text-align: center;
}

.hwp-close i {
  color: #ccc;
  font-size: 12px;
  float: right;
}

.holler-box p {
  margin-bottom: 5px;
}

.hwp-box-rows {
  overflow: hidden;
}

.hwp-row.hwp-first-row {
  clear: none;
}

.hwp-chat {
  overflow: hidden;
  clear: both;
}

.holler-box .avatar {
  border-radius: 100px;
  margin-right: 15px;
  margin-top: 10px;
  height: 50px;
  width: 50px;
  float: left;
}

.holler-box .hwp-first-row .avatar {
  margin-top: 0;
}

.hwp-row {
  overflow: hidden;
  background: #fafafa;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 10px;
  clear: both;
  line-height: 1.5;
}

.hwp-visitor-row {
  text-align: right;
  float: right;
  background-color: #444;
  color: #fff;
  max-width: 100%;
}

.hwp-away-msg {
  font-size: 11px;
  display: block;
  clear: both;
}

.hwp-row.hwp-email-row,
.hwp-row.hwp-text {
  padding: 0;
  background-color: #fff;
  position: relative;
}

.holler-box input[type="text"],
.holler-box input[type="email"],
.holler-box input#s {
  border: 1px solid #1191cb;
  border-radius: 3px 0 0 3px;
  height: 40px;
  border: none;
  background-color: #eee;
  box-shadow: none;
  box-sizing: border-box;
  padding: 8px;
  margin: 0;
  font-size: 16px;
}

.holler-box .hwp-email-input {
  width: 80%;
  float: left;
  margin: 0;
}

.holler-box input.hwp-name {
  margin-bottom: 10px;
}

.popout input.hwp-name {
  width: 100%;
}

.holler-box input#s {
  margin: 10px 0;
  width: 100%;
  background-position: right center;
}

.hwp-text-input {
  border-radius: 3px 0 0 3px;
  height: 40px;
  border: none;
  background: #eee;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  padding-right: 35px !important;
}

.hwp-text i {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.hwp-email-btn {
  width: 20%;
  height: 40px;
  background-color: #1191cb;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border: none;
  float: right;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

span.hwp-powered-by a {
  font-size: 10px;
  color: #bbb;
  text-decoration: none;
  position: relative;
  top: 5px;
  float: right;
}

img.hwp-loading {
  display: block;
  margin: 10px auto;
  clear: both;
}

/*
 * Popup
 */

.hwp-backdrop {
  position: fixed;
  z-index: 99997;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

input.hwp-name {
  margin-bottom: 10px;
}

.hwp-floating-btn.hwp-popup {
  display: none;
}

.hwp-popup-inside {
  display: flex;
  align-items: stretch;
}

.hwp-popup .holler-inside {
  width: 100%;
  padding: 20px;
}

.holler-box.hwp-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  width: 80%;
  max-width: 800px;
  max-height: 80%;
  margin: auto;
  text-align: center;
  overflow: auto;
}

.hwp-popup .hwp-name,
.hwp-popup .hwp-email-input {
  width: 100%;
}

/* scale() fixes blurry text in chrome */
.hwp-popup.hwp-hide {
  transform: translate(-50%, -50%);
}

.hwp-popup .hwp-row {
  background-color: transparent;
  padding: 0;
}

.hwp-popup .hwp-email-btn {
  width: 100%;
  float: none;
  border-radius: 3px;
  margin-top: 10px;
}

.hwp-template-2 .hwp-email-input,
.hwp-template-1 .hwp-email-input,
.hwp-template-progress .hwp-email-input,
.hwp-template-0 .hwp-email-input,
.hwp-template-progress input.hwp-name {
  width: 100% !important;
  float: none;
  margin-bottom: 10px;
}

.holler-title {
  text-align: center;
}

/*
 * Special styles
 */

.holler-box .ninja-kss .list-radio-wrap .nf-field-element li {
  padding: 6px 12px !important;
  display: block;
  overflow: hidden;
  background: #444;
  border-radius: 20px;
  margin-bottom: 5px !important;
}

.holler-box .ninja-kss input[type="button"] {
  width: 100%;
}

.holler-box .ninja-kss .nf-field-container {
  margin-bottom: 6px;
}

.holler-box .ninja-kss .listradio-wrap .nf-field-element label:after {
  bottom: 3px;
}

.holler-box
  .ninja-kss
  .listradio-wrap
  .nf-field-element
  label.nf-checked-label:before {
  bottom: 7px;
}

/*
 * Styles for Popup Templates
 */

.hwp-popup ul {
  list-style: none;
  margin-left: 0;
}

.hwp-popup ul li:before {
  content: "✓";
  color: green;
  margin-right: 5px;
}

.hwp-template-2 .hwp-img-wrap,
.hwp-template-4 .hwp-img-wrap,
.hwp-template-progress .hwp-img-wrap {
  float: left;
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hwp-template-2 .holler-inside,
.hwp-template-progress .holler-inside {
  text-align: left;
  float: right;
  width: 70%;
}

.hwp-template-2 .holler-title {
  text-align: left;
}

/** above/below **/

.holler-box.hwp-template-3 {
  overflow: visible;
  text-align: left;
}

.hwp-template-3 .hwp-img-wrap {
  float: right;
  width: 35%;
  position: relative;
  top: -80px;
  margin-bottom: -75px;
  margin-left: 15px;
}

.hwp-template-3 .holler-title {
  text-align: left;
}

.hwp-template-3 input.hwp-name,
.hwp-template-3 input.hwp-email-input {
  width: 36%;
  float: left;
}

.hwp-template-3 input.hwp-email-input,
.hwp-template-3 input.hwp-name {
  margin-right: 2%;
}

.hwp-template-3 .hwp-email-btn {
  width: 24%;
  float: left;
  margin-top: 0;
}

.hwp-template-3 input.hwp-email-input.no-name {
  width: 74%;
}

/*
 * Progress bar template
 */

.hwp-template-progress .holler-title {
  text-align: left;
}

.hwp-progress-text {
  text-align: center;
  font-size: 10px;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  display: block;
}

.hwp-template-progress .hwp-email-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.hwp-progress {
  height: 10px; /* Can be anything */
  position: relative;
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}

.hwp-progress > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.hwp-progress > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

@media (max-width: 950px) {
  .holler-box.hwp-template-3 {
    max-width: 500px;
  }

  .hwp-template-3 .hwp-img-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  .hwp-popup-inside {
    display: block;
  }

  .hwp-template-2 .hwp-img-wrap,
  .hwp-template-progress .hwp-img-wrap {
    float: none;
    margin: 10px auto;
    width: auto;
    max-height: 150px;
    overflow: hidden;
  }

  .hwp-template-2 .holler-inside,
  .hwp-template-progress .holler-inside {
    float: none;
    width: 100%;
  }

  .holler-box.hwp-popup {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    top: auto;
    max-height: 80%;
    transform: translate(0, 0);
  }

  .hwp-template-3 input.hwp-email-input,
  .hwp-template-3 .hwp-email-btn,
  .hwp-template-3 input.hwp-name,
  .hwp-template-3 input.hwp-email-input.no-name {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

/*
 * Media Queries
 */

@media (max-width: 600px) {
  .holler-box.hwp-bottomright,
  .holler-box.hwp-bottomleft {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: none;
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}

@font-face {
  font-family: 'hwpfontello';
  src: url('../font/fontello.eot?57130597');
  src: url('../font/fontello.eot?57130597#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?57130597') format('woff2'),
       url('../font/fontello.woff?57130597') format('woff'),
       url('../font/fontello.ttf?57130597') format('truetype'),
       url('../font/fontello.svg?57130597#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?57130597#fontello') format('svg');
  }
}
*/

.holler-box [class^="icon-"]:before, .holler-box [class*=" icon-"]:before, .hwp-floating-btn [class^="icon-"]:before, .hwp-floating-btn [class*=" icon-"]:before {
  font-family: "hwpfontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

i.hwp-icon, i.hwp-icon:before {
  font-family: "hwpfontello";
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.icon-chat:before { content: '\e803'; } /* '' */
.icon-comment:before { content: '\e804'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */