.trumbowyg-box *,
.trumbowyg-box ::after,
.trumbowyg-box ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  width: 96%;
  min-height: 300px;
  margin: 17px auto;
}
.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto;
}
.trumbowyg-box.trumbowyg-fullscreen {
  background: #fefefe;
}
.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1% 2%;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: 0;
}
.trumbowyg-box-blur .trumbowyg-editor * {
  color: transparent !important;
  text-shadow: 0 0 7px #333;
}
.trumbowyg-box-blur .trumbowyg-editor img {
  opacity: 0.2;
}
.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal;
  font-size: 14px;
  font-family: Inconsolata, Consolas, Courier, "Courier New", sans-serif;
  line-height: 18px;
}
.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  position: absolute;
  top: 37px;
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: 0 0;
  opacity: 0;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block;
}
.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none;
}
.trumbowyg-editor[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  color: #999;
}
.trumbowyg-button-pane {
  position: relative;
  width: 100%;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trumbowyg-button-pane li {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  padding: 0 !important;
}
.trumbowyg-button-pane li.trumbowyg-separator {
  width: 1px;
  background: #d7e0e2;
  margin: 0 5px;
  height: 35px;
}
.trumbowyg-button-pane.trumbowyg-disable
  li:not(.trumbowyg-not-disable)
  button:not(.trumbowyg-active) {
  opacity: 0.2;
  cursor: default;
}
.trumbowyg-button-pane.trumbowyg-disable li.trumbowyg-separator {
  background: #e3e9eb;
}
.trumbowyg-button-pane li button {
  padding: 1px 6px !important;
}
.trumbowyg-button-pane li button.trumbowyg-active,
.trumbowyg-button-pane li.trumbowyg-not-disable button:focus,
.trumbowyg-button-pane li.trumbowyg-not-disable button:hover,
.trumbowyg-button-pane:not(.trumbowyg-disable) li button:focus,
.trumbowyg-button-pane:not(.trumbowyg-disable) li button:hover {
  background-color: #fff;
  outline: 0;
}
.trumbowyg-button-pane li .trumbowyg-open-dropdown:after {
  display: block;
  content: " ";
  position: absolute;
  top: 25px;
  right: 3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555;
}
.trumbowyg-button-pane .trumbowyg-buttons-right {
  float: right;
  width: auto;
}
.trumbowyg-button-pane .trumbowyg-buttons-right button {
  float: left;
}
.trumbowyg-dropdown {
  width: 200px;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #fff;
  margin-left: -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
}
.trumbowyg-dropdown button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #fff;
  padding: 0 14px;
  color: #333 !important;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
  background: #ecf0f1;
}
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  height: 350px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  padding-bottom: 45px;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 15px 0 13px;
  display: block;
  border-bottom: 1px solid #eee;
  color: #333;
  background: #fbfcfc;
}
.trumbowyg-modal-box .trumbowyg-progress {
  width: 100%;
  background: #f00;
  height: 3px;
  position: absolute;
  top: 58px;
}
.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  background: #2bc06a;
  height: 100%;
  -webkit-transition: width 0.15s linear;
  transition: width 0.15s linear;
}
.trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}
.trumbowyg-modal-box label .trumbowyg-input-infos {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  -webkit-transition: all 0.15;
  transition: all 0.15;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span {
  display: block;
  color: #69878e;
  background-color: #fbfcfc;
  border: 1px solid #dedede;
  padding: 0 7px;
  width: 137px;
}
.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border: 1px solid #e74c3c;
}
.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
  margin-top: -27px;
}
.trumbowyg-modal-box label input {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  line-height: 27px;
  border: 1px solid #dedede;
  background: 0 0;
  font-size: 14px;
  width: 340px;
  padding: 0 7px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.trumbowyg-modal-box label input:focus,
.trumbowyg-modal-box label input:hover {
  outline: 0;
  border: 1px solid #95a5a6;
}
.trumbowyg-modal-box label input:focus {
  background: rgba(230, 230, 255, 0.1);
}
.trumbowyg-modal-box .error {
  margin-top: 25px;
  display: block;
  color: #f00;
}
.trumbowyg-modal-box .trumbowyg-modal-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
  background-color: #333;
  border: none;
  border-top: none;
  cursor: pointer;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  right: 110px;
  background: #2bc069;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
  background: #40d47d;
  outline: 0;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #25a259;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #555;
  background: #e6e6e6;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
  background: #fbfbfb;
  outline: 0;
}
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #d4d4d4;
}
.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: 0;
  display: none;
}
body.trumbowyg-body-fullscreen {
  overflow: hidden;
}
.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}
.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen.trumbowyg-box {
  border: none;
}
.trumbowyg-fullscreen .trumbowyg-overlay {
  height: 100% !important;
}
.trumbowyg-editor embed,
.trumbowyg-editor img,
.trumbowyg-editor object,
.trumbowyg-editor video {
  width: auto;
  max-width: 100%;
}
.trumbowyg-editor img,
.trumbowyg-editor video {
  height: auto;
}
.trumbowyg-editor img {
  cursor: move;
}
.trumbowyg-editor.trumbowyg-reset-css {
  background: #fefefe !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45em !important;
  white-space: normal !important;
  color: #333;
}
.trumbowyg-editor.trumbowyg-reset-css a {
  color: #15c !important;
  text-decoration: underline !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote,
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: 0 0 !important;
  margin: 0 0 15px !important;
  line-height: 1.4em !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  border: none;
}
.trumbowyg-editor.trumbowyg-reset-css hr,
.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object {
  margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css blockquote {
  margin-left: 32px !important;
  font-style: italic !important;
  color: #555;
}
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css ul {
  padding-left: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ul ul {
  border: none;
  margin: 2px !important;
  padding: 0 0 0 24px !important;
}
.trumbowyg-editor.trumbowyg-reset-css hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
}
.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
  color: #111;
  background: 0 0;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 700;
}
.trumbowyg-editor.trumbowyg-reset-css h1 {
  font-size: 32px !important;
  line-height: 38px !important;
  margin-bottom: 20px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h2 {
  font-size: 26px !important;
  line-height: 34px !important;
  margin-bottom: 15px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h3 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 7px !important;
}
.trumbowyg-editor.trumbowyg-reset-css h4 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 7px !important;
}
.trumbowyg-black .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434;
}
.trumbowyg-black .trumbowyg-button-pane li.trumbowyg-separator {
  background-color: #343434;
}
.trumbowyg-black
  .trumbowyg-button-pane.trumbowyg-disable
  li.trumbowyg-separator {
  background-color: #2a2a2a;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-active,
.trumbowyg-black .trumbowyg-button-pane li.trumbowyg-not-disable button:focus,
.trumbowyg-black .trumbowyg-button-pane li.trumbowyg-not-disable button:hover,
.trumbowyg-black .trumbowyg-button-pane:not(.trumbowyg-disable) li button:focus,
.trumbowyg-black
  .trumbowyg-button-pane:not(.trumbowyg-disable)
  li
  button:hover {
  background-color: #555;
}
.trumbowyg-black .trumbowyg-button-pane li .trumbowyg-open-dropdown:after {
  border-top-color: #fff;
}
.trumbowyg-black .trumbowyg-dropdown {
  border-color: #222;
  background: #222;
}
.trumbowyg-black .trumbowyg-dropdown button {
  background: #222;
  color: #fff;
}
.trumbowyg-black .trumbowyg-dropdown button:focus,
.trumbowyg-black .trumbowyg-dropdown button:hover {
  background: #555;
}
.trumbowyg-black .trumbowyg-modal-box {
  background-color: #222;
}
.trumbowyg-black .trumbowyg-modal-box .trumbowyg-modal-title {
  border-bottom: 1px solid #555;
  color: #fff;
  background: #3c3c3c;
}
.trumbowyg-black .trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}
.trumbowyg-black .trumbowyg-modal-box label .trumbowyg-input-infos span {
  color: #eee;
  background-color: #2f2f2f;
  border-color: #222;
}
.trumbowyg-black
  .trumbowyg-modal-box
  label
  .trumbowyg-input-infos
  span.trumbowyg-msg-error {
  color: #e74c3c;
}
.trumbowyg-black .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-black .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border-color: #e74c3c;
}
.trumbowyg-black .trumbowyg-modal-box label input {
  border-color: #222;
  color: #eee;
  background: #333;
}
.trumbowyg-black .trumbowyg-modal-box label input:focus,
.trumbowyg-black .trumbowyg-modal-box label input:hover {
  border-color: #95a5a6;
}
.trumbowyg-black .trumbowyg-modal-box label input:focus {
  background-color: rgba(230, 230, 255, 0.1);
}
.trumbowyg-black .trumbowyg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.trumbowyg-button-pane li button {
  display: block;
  position: relative;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: url(838f3247d3669ec098543049d8ccd7e92fdd10a5.png) no-repeat;
  border: none;
  cursor: pointer;
  -webkit-transition:
    background-color 0.15s,
    background-image 0.15s,
    opacity 0.15s;
  transition:
    background-color 0.15s,
    background-image 0.15s,
    opacity 0.15s;
}
.trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
  background-position: 5px -570px;
}
.trumbowyg-button-pane li button.trumbowyg-formatting-button {
  background-position: 5px -120px;
}
.trumbowyg-button-pane li button.trumbowyg-bold-button,
.trumbowyg-button-pane li button.trumbowyg-strong-button {
  background-position: 5px -45px;
}
.trumbowyg-button-pane li button.trumbowyg-em-button,
.trumbowyg-button-pane li button.trumbowyg-italic-button {
  background-position: 5px -270px;
}
.trumbowyg-button-pane li button.trumbowyg-underline-button {
  background-position: 5px -495px;
}
.trumbowyg-button-pane li button.trumbowyg-del-button,
.trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
  background-position: 5px -470px;
}
.trumbowyg-button-pane li button.trumbowyg-link-button {
  background-position: 5px -345px;
}
.trumbowyg-button-pane li button.trumbowyg-insertImage-button {
  background-position: 5px -245px;
}
.trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
  background-position: 5px -320px;
}
.trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
  background-position: 5px -70px;
}
.trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
  background-position: 5px -420px;
}
.trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
  background-position: 5px 5px;
}
.trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
  background-position: 5px -520px;
}
.trumbowyg-button-pane li button.trumbowyg-orderedList-button {
  background-position: 5px -370px;
}
.trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
  background-position: 5px -220px;
}
.trumbowyg-button-pane li button.trumbowyg-removeformat-button {
  background-position: 5px -395px;
}
.trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  background-position: 5px -170px;
}
.trumbowyg-button-pane li button.trumbowyg-close-button {
  background-position: 5px -95px;
}
.trumbowyg-fullscreen
  .trumbowyg-button-pane
  li
  button.trumbowyg-fullscreen-button {
  background-position: 5px -145px;
}
.trumbowyg-button-pane li:first-child button {
  margin-left: 6px;
}
.trumbowyg-button-pane li:last-child button {
  margin-right: 6px;
}
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
  background-position: 5px -195px;
}
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
  background-position: 5px -445px;
}
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button,
.trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
  background-position: 5px -295px;
}
.trumbowyg-black .trumbowyg-button-pane li button {
  background-image: url(02320c0f594e20475074e577fb37b4cfa03ae8d1.png);
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
  background-position: 5px -570px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-formatting-button {
  background-position: 5px -120px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-bold-button,
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strong-button {
  background-position: 5px -45px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-em-button,
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-italic-button {
  background-position: 5px -270px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-underline-button {
  background-position: 5px -495px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-del-button,
.trumbowyg-black
  .trumbowyg-button-pane
  li
  button.trumbowyg-strikethrough-button {
  background-position: 5px -470px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-link-button {
  background-position: 5px -345px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
  background-position: 5px -245px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
  background-position: 5px -320px;
}
.trumbowyg-black
  .trumbowyg-button-pane
  li
  button.trumbowyg-justifyCenter-button {
  background-position: 5px -70px;
}
.trumbowyg-black
  .trumbowyg-button-pane
  li
  button.trumbowyg-justifyRight-button {
  background-position: 5px -420px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
  background-position: 5px 5px;
}
.trumbowyg-black
  .trumbowyg-button-pane
  li
  button.trumbowyg-unorderedList-button {
  background-position: 5px -520px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
  background-position: 5px -370px;
}
.trumbowyg-black
  .trumbowyg-button-pane
  li
  button.trumbowyg-horizontalRule-button {
  background-position: 5px -220px;
}
.trumbowyg-black
  .trumbowyg-button-pane
  li
  button.trumbowyg-removeformat-button {
  background-position: 5px -395px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  background-position: 5px -170px;
}
.trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-close-button {
  background-position: 5px -95px;
}
.trumbowyg-black
  .trumbowyg-fullscreen
  .trumbowyg-button-pane
  li
  button.trumbowyg-fullscreen-button {
  background-position: 5px -145px;
}
.trumbowyg-black .trumbowyg-button-pane li:first-child button {
  margin-left: 6px;
}
.trumbowyg-black .trumbowyg-button-pane li:last-child button {
  margin-right: 6px;
}
.trumbowyg-black
  .trumbowyg-fr
  .trumbowyg-button-pane
  li
  button.trumbowyg-bold-button,
.trumbowyg-black
  .trumbowyg-fr
  .trumbowyg-button-pane
  li
  button.trumbowyg-strong-button {
  background-position: 5px -195px;
}
.trumbowyg-black
  .trumbowyg-fr
  .trumbowyg-button-pane
  li
  button.trumbowyg-underline-button {
  background-position: 5px -445px;
}
.trumbowyg-black
  .trumbowyg-fr
  .trumbowyg-button-pane
  li
  button.trumbowyg-del-button,
.trumbowyg-black
  .trumbowyg-fr
  .trumbowyg-button-pane
  li
  button.trumbowyg-strikethrough-button {
  background-position: 5px -295px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min--moz-device-pixel-ratio: 1.3),
  only screen and (-o-min-device-pixel-ratio: 4/3),
  only screen and (min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .trumbowyg-button-pane li button {
    -webkit-background-size: 25px 600px !important;
    background-size: 25px 600px !important;
    background-image: url(21053f472c7835dd0f8fc9091c3389d7d827ca7c.png) !important;
  }
  .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
    background-position: 5px -570px;
  }
  .trumbowyg-button-pane li button.trumbowyg-formatting-button {
    background-position: 5px -120px;
  }
  .trumbowyg-button-pane li button.trumbowyg-bold-button,
  .trumbowyg-button-pane li button.trumbowyg-strong-button {
    background-position: 5px -45px;
  }
  .trumbowyg-button-pane li button.trumbowyg-em-button,
  .trumbowyg-button-pane li button.trumbowyg-italic-button {
    background-position: 5px -270px;
  }
  .trumbowyg-button-pane li button.trumbowyg-underline-button {
    background-position: 5px -495px;
  }
  .trumbowyg-button-pane li button.trumbowyg-del-button,
  .trumbowyg-button-pane li button.trumbowyg-strikethrough-button {
    background-position: 5px -470px;
  }
  .trumbowyg-button-pane li button.trumbowyg-link-button {
    background-position: 5px -345px;
  }
  .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
    background-position: 5px -245px;
  }
  .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
    background-position: 5px -320px;
  }
  .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
    background-position: 5px -70px;
  }
  .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
    background-position: 5px -420px;
  }
  .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
    background-position: 5px 5px;
  }
  .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
    background-position: 5px -520px;
  }
  .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
    background-position: 5px -370px;
  }
  .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
    background-position: 5px -220px;
  }
  .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
    background-position: 5px -395px;
  }
  .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
    background-position: 5px -170px;
  }
  .trumbowyg-button-pane li button.trumbowyg-close-button {
    background-position: 5px -95px;
  }
  .trumbowyg-fullscreen
    .trumbowyg-button-pane
    li
    a.trumbowyg-fullscreen-button {
    background-position: 5px -145px;
  }
  .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
  .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
    background-position: 5px -195px;
  }
  .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
    background-position: 5px -445px;
  }
  .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button,
  .trumbowyg-fr
    .trumbowyg-button-pane
    li
    button.trumbowyg-strikethrough-button {
    background-position: 5px -295px;
  }
  .trumbowyg-black .trumbowyg-button-pane li button {
    -webkit-background-size: 25px 600px !important;
    background-size: 25px 600px !important;
    background-image: url(f95521b715cce9c171e027efa6652175dafa3fcd.png) !important;
  }
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
    background-position: 5px -570px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-formatting-button {
    background-position: 5px -120px;
  }
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-bold-button,
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strong-button {
    background-position: 5px -45px;
  }
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-em-button,
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-italic-button {
    background-position: 5px -270px;
  }
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-underline-button {
    background-position: 5px -495px;
  }
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-del-button,
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-strikethrough-button {
    background-position: 5px -470px;
  }
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-link-button {
    background-position: 5px -345px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-insertImage-button {
    background-position: 5px -245px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-justifyLeft-button {
    background-position: 5px -320px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-justifyCenter-button {
    background-position: 5px -70px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-justifyRight-button {
    background-position: 5px -420px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-justifyFull-button {
    background-position: 5px 5px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-unorderedList-button {
    background-position: 5px -520px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-orderedList-button {
    background-position: 5px -370px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-horizontalRule-button {
    background-position: 5px -220px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-removeformat-button {
    background-position: 5px -395px;
  }
  .trumbowyg-black
    .trumbowyg-button-pane
    li
    button.trumbowyg-fullscreen-button {
    background-position: 5px -170px;
  }
  .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-close-button {
    background-position: 5px -95px;
  }
  .trumbowyg-black
    .trumbowyg-fullscreen
    .trumbowyg-button-pane
    li
    a.trumbowyg-fullscreen-button {
    background-position: 5px -145px;
  }
  .trumbowyg-black
    .trumbowyg-fr
    .trumbowyg-button-pane
    li
    button.trumbowyg-bold-button,
  .trumbowyg-black
    .trumbowyg-fr
    .trumbowyg-button-pane
    li
    button.trumbowyg-strong-button {
    background-position: 5px -195px;
  }
  .trumbowyg-black
    .trumbowyg-fr
    .trumbowyg-button-pane
    li
    button.trumbowyg-underline-button {
    background-position: 5px -445px;
  }
  .trumbowyg-black
    .trumbowyg-fr
    .trumbowyg-button-pane
    li
    button.trumbowyg-del-button,
  .trumbowyg-black
    .trumbowyg-fr
    .trumbowyg-button-pane
    li
    button.trumbowyg-strikethrough-button {
    background-position: 5px -295px;
  }
}
@font-face {
  font-family: "icons";
  src: url("b0f2a0b31147c17ebf39eed6c385c16d47dd8656.eot");
  src:
    url("cafa49ed51409627e62cb3f2c71647c8831f3d41.eot")
      format("embedded-opentype"),
    url("647a7480727f7dc00996a7e587f074a6252f4f36.ttf") format("truetype"),
    url("4f1189c8522b873b721dbbcd65bd48ba7fa23c1c.woff") format("woff"),
    url("1d95e013ba73cdf047f831a1651984d119d564da.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-account:before {
  content: "î¤";
}
.icon-account-circle:before {
  content: "î¤®";
}
.icon-add:before {
  content: "î¤¢";
}
.icon-brush:before {
  content: "î¤";
}
.icon-caret-down:before {
  content: "î¤";
}
.icon-caret-up:before {
  content: "î¤£";
}
.icon-center:before {
  content: "î¤¤";
}
.icon-check:before {
  content: "î¤¥";
}
.icon-chevron-down:before {
  content: "î¤";
}
.icon-chevron-left:before {
  content: "î¤";
}
.icon-chevron-left-double:before {
  content: "î¤";
}
.icon-chevron-right:before {
  content: "î¤";
}
.icon-close:before {
  content: "î¤";
}
.icon-code:before {
  content: "î";
}
.icon-copy:before {
  content: "î¤";
}
.icon-crown:before {
  content: "";
}
.icon-delete:before {
  content: "î¤";
}
.icon-download:before {
  content: "î¤¦";
}
.icon-edit:before {
  content: "î¤§";
}
.icon-eye:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-filter:before {
  content: "î¤";
}
.icon-google:before {
  content: "î¤";
}
.icon-google-plus:before {
  content: "";
}
.icon-grid-off:before {
  content: "î¤";
}
.icon-grid-on:before {
  content: "î¤";
}
.icon-height:before {
  content: "î¤ ";
}
.icon-help:before {
  content: "î¤";
}
.icon-info-window:before {
  content: "î¤¨";
}
.icon-info-window-bottom:before {
  content: "î¤¯";
}
.icon-info-window-left:before {
  content: "î¤°";
}
.icon-info-window-right:before {
  content: "î¤±";
}
.icon-info-window-top:before {
  content: "î¤²";
}
.icon-mail:before {
  content: "";
}
.icon-map-minus:before {
  content: "î¤";
}
.icon-map-plus:before {
  content: "î¤";
}
.icon-more:before {
  content: "î¤";
}
.icon-my-location:before {
  content: "î¤©";
}
.icon-new:before {
  content: "î¤";
}
.icon-open-in-new:before {
  content: "î¤ª";
}
.icon-pageview:before {
  content: "î¤";
}
.icon-paypal:before {
  content: "î";
}
.icon-photo:before {
  content: "î¤";
}
.icon-publish:before {
  content: "î¤";
}
.icon-remove:before {
  content: "î¤«";
}
.icon-remove-outline:before {
  content: "î¤¬";
}
.icon-reset:before {
  content: "î¤";
}
.icon-save:before {
  content: "î¤";
}
.icon-search:before {
  content: "î¤";
}
.icon-settings:before {
  content: "î¤­";
}
.icon-snazzy-maps:before {
  content: "î";
}
.icon-star:before {
  content: "";
}
.icon-star-empty:before {
  content: "î¤";
}
.icon-swap:before {
  content: "î¤";
}
.icon-twitter:before {
  content: "";
}
.icon-width:before {
  content: "î¤¡";
}
.icon-wordpress:before {
  content: "î¤";
}
.icon-zoom-in:before {
  content: "î¤";
}
.icon-zoom-out:before {
  content: "î¤";
}
@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00bc66;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00703c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:
    "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.5em;
}
h2,
.h2 {
  font-size: 1.875em;
}
h3,
.h3 {
  font-size: 1.5em;
}
h4,
.h4 {
  font-size: 1.25em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.85em;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #00bc66;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00894a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #00bc66;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00894a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "âÂ ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "Â â";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control,
.style-options input[type="number"],
.colorPicker.colorPicker-custom .extras input,
.container-editor-multiselectlist .selectize-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control:focus,
.style-options input[type="number"]:focus,
.colorPicker.colorPicker-custom .extras input:focus,
.container-editor-multiselectlist .selectize-input:focus {
  border-color: #00bc66;
  outline: 0;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 188, 102, 0.6);
}
.form-control::-moz-placeholder,
.style-options input[type="number"]::-moz-placeholder,
.colorPicker.colorPicker-custom .extras input::-moz-placeholder,
.container-editor-multiselectlist .selectize-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.style-options input[type="number"]:-ms-input-placeholder,
.colorPicker.colorPicker-custom .extras input:-ms-input-placeholder,
.container-editor-multiselectlist .selectize-input:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder,
.style-options input[type="number"]::-webkit-input-placeholder,
.colorPicker.colorPicker-custom .extras input::-webkit-input-placeholder,
.container-editor-multiselectlist .selectize-input::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand,
.style-options input[type="number"]::-ms-expand,
.colorPicker.colorPicker-custom .extras input::-ms-expand,
.container-editor-multiselectlist .selectize-input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.style-options input[disabled][type="number"],
.colorPicker.colorPicker-custom .extras input[disabled],
.container-editor-multiselectlist [disabled].selectize-input,
.form-control[readonly],
.style-options input[readonly][type="number"],
.colorPicker.colorPicker-custom .extras input[readonly],
.container-editor-multiselectlist [readonly].selectize-input,
fieldset[disabled] .form-control,
fieldset[disabled] .style-options input[type="number"],
.style-options fieldset[disabled] input[type="number"],
fieldset[disabled] .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras fieldset[disabled] input,
fieldset[disabled] .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist fieldset[disabled] .selectize-input {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
.style-options input[disabled][type="number"],
.colorPicker.colorPicker-custom .extras input[disabled],
.container-editor-multiselectlist [disabled].selectize-input,
fieldset[disabled] .form-control,
fieldset[disabled] .style-options input[type="number"],
.style-options fieldset[disabled] input[type="number"],
fieldset[disabled] .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras fieldset[disabled] input,
fieldset[disabled] .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist fieldset[disabled] .selectize-input {
  cursor: not-allowed;
}
textarea.form-control,
.container-editor-multiselectlist textarea.selectize-input {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  .style-options input[type="date"][type="number"],
  .colorPicker.colorPicker-custom .extras input[type="date"],
  .container-editor-multiselectlist input[type="date"].selectize-input,
  input[type="time"].form-control,
  .style-options input[type="time"][type="number"],
  .colorPicker.colorPicker-custom .extras input[type="time"],
  .container-editor-multiselectlist input[type="time"].selectize-input,
  input[type="datetime-local"].form-control,
  .style-options input[type="datetime-local"][type="number"],
  .colorPicker.colorPicker-custom .extras input[type="datetime-local"],
  .container-editor-multiselectlist
    input[type="datetime-local"].selectize-input,
  input[type="month"].form-control,
  .style-options input[type="month"][type="number"],
  .colorPicker.colorPicker-custom .extras input[type="month"],
  .container-editor-multiselectlist input[type="month"].selectize-input {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.style-options .input-group-lg > input.form-control-static[type="number"],
.colorPicker.colorPicker-custom
  .extras
  .input-group-lg
  > input.form-control-static,
.container-editor-multiselectlist
  .input-group-lg
  > .form-control-static.selectize-input,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-lg
  > .input-group-btn
  > a.form-control-static.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-lg
  > .input-group-btn
  > button.form-control-static.paypal-button,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.style-options .input-group-sm > input.form-control-static[type="number"],
.colorPicker.colorPicker-custom
  .extras
  .input-group-sm
  > input.form-control-static,
.container-editor-multiselectlist
  .input-group-sm
  > .form-control-static.selectize-input,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-sm
  > .input-group-btn
  > a.form-control-static.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-sm
  > .input-group-btn
  > button.form-control-static.paypal-button {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.style-options .input-group-sm > input[type="number"],
.colorPicker.colorPicker-custom .extras .input-group-sm > input,
.container-editor-multiselectlist .input-group-sm > .selectize-input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-sm
  > .input-group-btn
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-sm
  > .input-group-btn
  > button.paypal-button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.container-editor-multiselectlist .input-group-sm > select.selectize-input,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.container-editor-multiselectlist .input-group-sm > textarea.selectize-input,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.container-editor-multiselectlist
  .input-group-sm
  > select[multiple].selectize-input,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control,
.form-group-sm .style-options input[type="number"],
.style-options .form-group-sm input[type="number"],
.form-group-sm .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .form-group-sm input,
.form-group-sm .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist .form-group-sm .selectize-input {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control,
.form-group-sm .container-editor-multiselectlist select.selectize-input,
.container-editor-multiselectlist .form-group-sm select.selectize-input {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm .container-editor-multiselectlist textarea.selectize-input,
.container-editor-multiselectlist .form-group-sm textarea.selectize-input,
.form-group-sm select[multiple].form-control,
.form-group-sm
  .container-editor-multiselectlist
  select[multiple].selectize-input,
.container-editor-multiselectlist
  .form-group-sm
  select[multiple].selectize-input {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.style-options .input-group-lg > input[type="number"],
.colorPicker.colorPicker-custom .extras .input-group-lg > input,
.container-editor-multiselectlist .input-group-lg > .selectize-input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-lg
  > .input-group-btn
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-lg
  > .input-group-btn
  > button.paypal-button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.container-editor-multiselectlist .input-group-lg > select.selectize-input,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.container-editor-multiselectlist .input-group-lg > textarea.selectize-input,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.container-editor-multiselectlist
  .input-group-lg
  > select[multiple].selectize-input,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control,
.form-group-lg .style-options input[type="number"],
.style-options .form-group-lg input[type="number"],
.form-group-lg .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .form-group-lg input,
.form-group-lg .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist .form-group-lg .selectize-input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control,
.form-group-lg .container-editor-multiselectlist select.selectize-input,
.container-editor-multiselectlist .form-group-lg select.selectize-input {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg .container-editor-multiselectlist textarea.selectize-input,
.container-editor-multiselectlist .form-group-lg textarea.selectize-input,
.form-group-lg select[multiple].form-control,
.form-group-lg
  .container-editor-multiselectlist
  select[multiple].selectize-input,
.container-editor-multiselectlist
  .form-group-lg
  select[multiple].selectize-input {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .style-options input[type="number"],
.style-options .has-feedback input[type="number"],
.has-feedback .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .has-feedback input,
.has-feedback .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist .has-feedback .selectize-input {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.style-options .input-group-lg > input[type="number"] + .form-control-feedback,
.colorPicker.colorPicker-custom
  .extras
  .input-group-lg
  > input
  + .form-control-feedback,
.container-editor-multiselectlist
  .input-group-lg
  > .selectize-input
  + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-lg
  > .input-group-btn
  > a.pds-vote-button
  + .form-control-feedback,
.plugin-pricing-tier
  .paypal-button
  .input-group-lg
  > .input-group-btn
  > button.paypal-button
  + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .style-options input[type="number"] + .form-control-feedback,
.style-options .form-group-lg input[type="number"] + .form-control-feedback,
.form-group-lg
  .colorPicker.colorPicker-custom
  .extras
  input
  + .form-control-feedback,
.colorPicker.colorPicker-custom
  .extras
  .form-group-lg
  input
  + .form-control-feedback,
.form-group-lg
  .container-editor-multiselectlist
  .selectize-input
  + .form-control-feedback,
.container-editor-multiselectlist
  .form-group-lg
  .selectize-input
  + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.style-options .input-group-sm > input[type="number"] + .form-control-feedback,
.colorPicker.colorPicker-custom
  .extras
  .input-group-sm
  > input
  + .form-control-feedback,
.container-editor-multiselectlist
  .input-group-sm
  > .selectize-input
  + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-sm
  > .input-group-btn
  > a.pds-vote-button
  + .form-control-feedback,
.plugin-pricing-tier
  .paypal-button
  .input-group-sm
  > .input-group-btn
  > button.paypal-button
  + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .style-options input[type="number"] + .form-control-feedback,
.style-options .form-group-sm input[type="number"] + .form-control-feedback,
.form-group-sm
  .colorPicker.colorPicker-custom
  .extras
  input
  + .form-control-feedback,
.colorPicker.colorPicker-custom
  .extras
  .form-group-sm
  input
  + .form-control-feedback,
.form-group-sm
  .container-editor-multiselectlist
  .selectize-input
  + .form-control-feedback,
.container-editor-multiselectlist
  .form-group-sm
  .selectize-input
  + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control,
.has-success .style-options input[type="number"],
.style-options .has-success input[type="number"],
.has-success .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .has-success input,
.has-success .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist .has-success .selectize-input {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success .style-options input[type="number"]:focus,
.style-options .has-success input[type="number"]:focus,
.has-success .colorPicker.colorPicker-custom .extras input:focus,
.colorPicker.colorPicker-custom .extras .has-success input:focus,
.has-success .container-editor-multiselectlist .selectize-input:focus,
.container-editor-multiselectlist .has-success .selectize-input:focus {
  border-color: #2b542c;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .style-options input[type="number"],
.style-options .has-warning input[type="number"],
.has-warning .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .has-warning input,
.has-warning .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist .has-warning .selectize-input {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning .style-options input[type="number"]:focus,
.style-options .has-warning input[type="number"]:focus,
.has-warning .colorPicker.colorPicker-custom .extras input:focus,
.colorPicker.colorPicker-custom .extras .has-warning input:focus,
.has-warning .container-editor-multiselectlist .selectize-input:focus,
.container-editor-multiselectlist .has-warning .selectize-input:focus {
  border-color: #66512c;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error .style-options input[type="number"],
.style-options .has-error input[type="number"],
.has-error .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .has-error input,
.has-error .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist .has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error .style-options input[type="number"]:focus,
.style-options .has-error input[type="number"]:focus,
.has-error .colorPicker.colorPicker-custom .extras input:focus,
.colorPicker.colorPicker-custom .extras .has-error input:focus,
.has-error .container-editor-multiselectlist .selectize-input:focus,
.container-editor-multiselectlist .has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .style-options input[type="number"],
  .style-options .form-inline input[type="number"],
  .form-inline .colorPicker.colorPicker-custom .extras input,
  .colorPicker.colorPicker-custom .extras .form-inline input,
  .form-inline .container-editor-multiselectlist .selectize-input,
  .container-editor-multiselectlist .form-inline .selectize-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .style-options input[type="number"],
  .style-options .form-inline .input-group input[type="number"],
  .form-inline .input-group .colorPicker.colorPicker-custom .extras input,
  .colorPicker.colorPicker-custom .extras .form-inline .input-group input,
  .form-inline .input-group .container-editor-multiselectlist .selectize-input,
  .container-editor-multiselectlist .form-inline .input-group .selectize-input {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .style-options .input-group > input[type="number"],
  .style-options .form-inline .input-group > input[type="number"],
  .form-inline .colorPicker.colorPicker-custom .extras .input-group > input,
  .colorPicker.colorPicker-custom .extras .form-inline .input-group > input,
  .form-inline
    .container-editor-multiselectlist
    .input-group
    > .selectize-input,
  .container-editor-multiselectlist
    .form-inline
    .input-group
    > .selectize-input {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button,
.plugin-pricing-tier .paypal-button button.paypal-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:focus,
.plugin-pricing-tier .paypal-button button.paypal-button:focus,
.btn.focus,
#poll-popup .PDS_Poll .pds-box a.focus.pds-vote-button,
.plugin-pricing-tier .paypal-button button.focus.paypal-button,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:hover,
.plugin-pricing-tier .paypal-button button.paypal-button:hover,
.btn:focus,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:focus,
.plugin-pricing-tier .paypal-button button.paypal-button:focus,
.btn.focus,
#poll-popup .PDS_Poll .pds-box a.focus.pds-vote-button,
.plugin-pricing-tier .paypal-button button.focus.paypal-button {
  color: #00bc66;
  text-decoration: none;
}
.btn:active,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:active,
.plugin-pricing-tier .paypal-button button.paypal-button:active,
.btn.active,
#poll-popup .PDS_Poll .pds-box a.active.pds-vote-button,
.plugin-pricing-tier .paypal-button button.active.paypal-button {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
#poll-popup .PDS_Poll .pds-box a.disabled.pds-vote-button,
.plugin-pricing-tier .paypal-button button.disabled.paypal-button,
.btn[disabled],
#poll-popup .PDS_Poll .pds-box a[disabled].pds-vote-button,
.plugin-pricing-tier .paypal-button button[disabled].paypal-button,
fieldset[disabled] .btn,
fieldset[disabled] #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box fieldset[disabled] a.pds-vote-button,
fieldset[disabled] .plugin-pricing-tier .paypal-button button.paypal-button,
.plugin-pricing-tier .paypal-button fieldset[disabled] button.paypal-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
#poll-popup .PDS_Poll .pds-box a.disabled.pds-vote-button,
fieldset[disabled] a.btn,
fieldset[disabled] #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box fieldset[disabled] a.pds-vote-button {
  pointer-events: none;
}
.btn-default {
  color: #00bc66;
  background-color: transparent;
  border-color: #eee;
}
.btn-default:focus,
.btn-default.focus {
  color: #00bc66;
  background-color: rgba(0, 0, 0, 0);
  border-color: #aeaeae;
}
.btn-default:hover {
  color: #00bc66;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cfcfcf;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #00bc66;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cfcfcf;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #00bc66;
  background-color: rgba(0, 0, 0, 0);
  border-color: #aeaeae;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #eee;
}
.btn-default .badge {
  color: transparent;
  background-color: #00bc66;
}
.btn-primary,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button,
.plugin-pricing-tier .paypal-button button.paypal-button {
  color: #fff;
  background-color: #00bc66;
  border-color: #00bc66;
}
.btn-primary:focus,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:focus,
.plugin-pricing-tier .paypal-button button.paypal-button:focus,
.btn-primary.focus,
#poll-popup .PDS_Poll .pds-box a.focus.pds-vote-button,
.plugin-pricing-tier .paypal-button button.focus.paypal-button {
  color: #fff;
  background-color: #00894a;
  border-color: #003d21;
}
.btn-primary:hover,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:hover,
.plugin-pricing-tier .paypal-button button.paypal-button:hover {
  color: #fff;
  background-color: #00894a;
  border-color: #007f45;
}
.btn-primary:active,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:active,
.plugin-pricing-tier .paypal-button button.paypal-button:active,
.btn-primary.active,
#poll-popup .PDS_Poll .pds-box a.active.pds-vote-button,
.plugin-pricing-tier .paypal-button button.active.paypal-button,
.open > .btn-primary.dropdown-toggle,
#poll-popup .PDS_Poll .pds-box .open > a.dropdown-toggle.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .open
  > button.dropdown-toggle.paypal-button {
  color: #fff;
  background-color: #00894a;
  border-color: #007f45;
}
.btn-primary:active:hover,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:active:hover,
.plugin-pricing-tier .paypal-button button.paypal-button:active:hover,
.btn-primary:active:focus,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:active:focus,
.plugin-pricing-tier .paypal-button button.paypal-button:active:focus,
.btn-primary:active.focus,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:active.focus,
.plugin-pricing-tier .paypal-button button.paypal-button:active.focus,
.btn-primary.active:hover,
#poll-popup .PDS_Poll .pds-box a.active.pds-vote-button:hover,
.plugin-pricing-tier .paypal-button button.active.paypal-button:hover,
.btn-primary.active:focus,
#poll-popup .PDS_Poll .pds-box a.active.pds-vote-button:focus,
.plugin-pricing-tier .paypal-button button.active.paypal-button:focus,
.btn-primary.active.focus,
#poll-popup .PDS_Poll .pds-box a.active.focus.pds-vote-button,
.plugin-pricing-tier .paypal-button button.active.focus.paypal-button,
.open > .btn-primary.dropdown-toggle:hover,
#poll-popup .PDS_Poll .pds-box .open > a.dropdown-toggle.pds-vote-button:hover,
.plugin-pricing-tier
  .paypal-button
  .open
  > button.dropdown-toggle.paypal-button:hover,
.open > .btn-primary.dropdown-toggle:focus,
#poll-popup .PDS_Poll .pds-box .open > a.dropdown-toggle.pds-vote-button:focus,
.plugin-pricing-tier
  .paypal-button
  .open
  > button.dropdown-toggle.paypal-button:focus,
.open > .btn-primary.dropdown-toggle.focus,
#poll-popup .PDS_Poll .pds-box .open > a.dropdown-toggle.focus.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .open
  > button.dropdown-toggle.focus.paypal-button {
  color: #fff;
  background-color: #006537;
  border-color: #003d21;
}
.btn-primary:active,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:active,
.plugin-pricing-tier .paypal-button button.paypal-button:active,
.btn-primary.active,
#poll-popup .PDS_Poll .pds-box a.active.pds-vote-button,
.plugin-pricing-tier .paypal-button button.active.paypal-button,
.open > .btn-primary.dropdown-toggle,
#poll-popup .PDS_Poll .pds-box .open > a.dropdown-toggle.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .open
  > button.dropdown-toggle.paypal-button {
  background-image: none;
}
.btn-primary.disabled:hover,
#poll-popup .PDS_Poll .pds-box a.disabled.pds-vote-button:hover,
.plugin-pricing-tier .paypal-button button.disabled.paypal-button:hover,
.btn-primary.disabled:focus,
#poll-popup .PDS_Poll .pds-box a.disabled.pds-vote-button:focus,
.plugin-pricing-tier .paypal-button button.disabled.paypal-button:focus,
.btn-primary.disabled.focus,
#poll-popup .PDS_Poll .pds-box a.disabled.focus.pds-vote-button,
.plugin-pricing-tier .paypal-button button.disabled.focus.paypal-button,
.btn-primary[disabled]:hover,
#poll-popup .PDS_Poll .pds-box a[disabled].pds-vote-button:hover,
.plugin-pricing-tier .paypal-button button[disabled].paypal-button:hover,
.btn-primary[disabled]:focus,
#poll-popup .PDS_Poll .pds-box a[disabled].pds-vote-button:focus,
.plugin-pricing-tier .paypal-button button[disabled].paypal-button:focus,
.btn-primary[disabled].focus,
#poll-popup .PDS_Poll .pds-box a[disabled].focus.pds-vote-button,
.plugin-pricing-tier .paypal-button button[disabled].focus.paypal-button,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] #poll-popup .PDS_Poll .pds-box a.pds-vote-button:hover,
#poll-popup .PDS_Poll .pds-box fieldset[disabled] a.pds-vote-button:hover,
fieldset[disabled]
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button:hover,
.plugin-pricing-tier
  .paypal-button
  fieldset[disabled]
  button.paypal-button:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] #poll-popup .PDS_Poll .pds-box a.pds-vote-button:focus,
#poll-popup .PDS_Poll .pds-box fieldset[disabled] a.pds-vote-button:focus,
fieldset[disabled]
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button:focus,
.plugin-pricing-tier
  .paypal-button
  fieldset[disabled]
  button.paypal-button:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] #poll-popup .PDS_Poll .pds-box a.focus.pds-vote-button,
#poll-popup .PDS_Poll .pds-box fieldset[disabled] a.focus.pds-vote-button,
fieldset[disabled]
  .plugin-pricing-tier
  .paypal-button
  button.focus.paypal-button,
.plugin-pricing-tier
  .paypal-button
  fieldset[disabled]
  button.focus.paypal-button {
  background-color: #00bc66;
  border-color: #00bc66;
}
.btn-primary .badge,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button .badge,
.plugin-pricing-tier .paypal-button button.paypal-button .badge {
  color: #00bc66;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #4cd95f;
  border-color: #4cd95f;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2ac840;
  border-color: #1d892b;
}
.btn-success:hover {
  color: #fff;
  background-color: #2ac840;
  border-color: #29bf3d;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2ac840;
  border-color: #29bf3d;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #24aa36;
  border-color: #1d892b;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4cd95f;
  border-color: #4cd95f;
}
.btn-success .badge {
  color: #4cd95f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #28bbd0;
  border-color: #28bbd0;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #2095a5;
  border-color: #135b65;
}
.btn-info:hover {
  color: #fff;
  background-color: #2095a5;
  border-color: #1e8d9d;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2095a5;
  border-color: #1e8d9d;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #1a7a87;
  border-color: #135b65;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #28bbd0;
  border-color: #28bbd0;
}
.btn-info .badge {
  color: #28bbd0;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #b06d0f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00bc66;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00703c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn,
#poll-popup .PDS_Poll .pds-box .btn-group-lg > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group-lg > button.paypal-button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn,
#poll-popup .PDS_Poll .pds-box .btn-group-sm > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group-sm > button.paypal-button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
#poll-popup .PDS_Poll .pds-box .btn-group-xs > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group-xs > button.paypal-button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f0f0f0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
#poll-popup .PDS_Poll .pds-box .btn-group > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group > button.paypal-button,
.btn-group-vertical > .btn,
#poll-popup .PDS_Poll .pds-box .btn-group-vertical > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group-vertical > button.paypal-button {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
#poll-popup .PDS_Poll .pds-box .btn-group > a.pds-vote-button:hover,
.plugin-pricing-tier .paypal-button .btn-group > button.paypal-button:hover,
.btn-group > .btn:focus,
#poll-popup .PDS_Poll .pds-box .btn-group > a.pds-vote-button:focus,
.plugin-pricing-tier .paypal-button .btn-group > button.paypal-button:focus,
.btn-group > .btn:active,
#poll-popup .PDS_Poll .pds-box .btn-group > a.pds-vote-button:active,
.plugin-pricing-tier .paypal-button .btn-group > button.paypal-button:active,
.btn-group > .btn.active,
#poll-popup .PDS_Poll .pds-box .btn-group > a.active.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group > button.active.paypal-button,
.btn-group-vertical > .btn:hover,
#poll-popup .PDS_Poll .pds-box .btn-group-vertical > a.pds-vote-button:hover,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button:hover,
.btn-group-vertical > .btn:focus,
#poll-popup .PDS_Poll .pds-box .btn-group-vertical > a.pds-vote-button:focus,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button:focus,
.btn-group-vertical > .btn:active,
#poll-popup .PDS_Poll .pds-box .btn-group-vertical > a.pds-vote-button:active,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button:active,
.btn-group-vertical > .btn.active,
#poll-popup .PDS_Poll .pds-box .btn-group-vertical > a.active.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.active.paypal-button {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group #poll-popup .PDS_Poll .pds-box a.pds-vote-button + .btn,
#poll-popup .PDS_Poll .pds-box .btn-group a.pds-vote-button + .btn,
.btn-group #poll-popup .PDS_Poll .pds-box .btn + a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .btn-group .btn + a.pds-vote-button,
.btn-group #poll-popup .PDS_Poll .pds-box a.pds-vote-button + a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .btn-group a.pds-vote-button + a.pds-vote-button,
.btn-group .plugin-pricing-tier .paypal-button button.paypal-button + .btn,
.btn-group
  .plugin-pricing-tier
  .paypal-button
  #poll-popup
  .PDS_Poll
  .pds-box
  button.paypal-button
  + a.pds-vote-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button
  + a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group button.paypal-button + .btn,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  #poll-popup
  .PDS_Poll
  .pds-box
  button.paypal-button
  + a.pds-vote-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .plugin-pricing-tier
  .paypal-button
  .btn-group
  button.paypal-button
  + a.pds-vote-button,
.btn-group .plugin-pricing-tier .paypal-button .btn + button.paypal-button,
.btn-group
  .plugin-pricing-tier
  .paypal-button
  #poll-popup
  .PDS_Poll
  .pds-box
  a.pds-vote-button
  + button.paypal-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  .plugin-pricing-tier
  .paypal-button
  a.pds-vote-button
  + button.paypal-button,
.plugin-pricing-tier .paypal-button .btn-group .btn + button.paypal-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  #poll-popup
  .PDS_Poll
  .pds-box
  a.pds-vote-button
  + button.paypal-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .plugin-pricing-tier
  .paypal-button
  .btn-group
  a.pds-vote-button
  + button.paypal-button,
.btn-group
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button
  + button.paypal-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  button.paypal-button
  + button.paypal-button,
.btn-group .btn + .btn-group,
.btn-group #poll-popup .PDS_Poll .pds-box a.pds-vote-button + .btn-group,
#poll-popup .PDS_Poll .pds-box .btn-group a.pds-vote-button + .btn-group,
.btn-group
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button
  + .btn-group,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  button.paypal-button
  + .btn-group,
.btn-group .btn-group + .btn,
.btn-group #poll-popup .PDS_Poll .pds-box .btn-group + a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .btn-group .btn-group + a.pds-vote-button,
.btn-group
  .plugin-pricing-tier
  .paypal-button
  .btn-group
  + button.paypal-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  .btn-group
  + button.paypal-button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .btn-toolbar a.pds-vote-button,
.btn-toolbar .plugin-pricing-tier .paypal-button button.paypal-button,
.plugin-pricing-tier .paypal-button .btn-toolbar button.paypal-button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
#poll-popup .PDS_Poll .pds-box .btn-toolbar > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-toolbar > button.paypal-button,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  > a.pds-vote-button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.plugin-pricing-tier
  .paypal-button
  .btn-group
  > button.paypal-button:not(:first-child):not(:last-child):not(
    .dropdown-toggle
  ) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
#poll-popup .PDS_Poll .pds-box .btn-group > a.pds-vote-button:first-child,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  > button.paypal-button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  > a.pds-vote-button:first-child:not(:last-child):not(.dropdown-toggle),
.plugin-pricing-tier
  .paypal-button
  .btn-group
  > button.paypal-button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  > a.pds-vote-button:last-child:not(:first-child),
.plugin-pricing-tier
  .paypal-button
  .btn-group
  > button.paypal-button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > button.paypal-button {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  > .btn-group:first-child:not(:last-child)
  > a.pds-vote-button:last-child,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  > .btn-group:first-child:not(:last-child)
  > button.paypal-button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  > .btn-group:last-child:not(:first-child)
  > a.pds-vote-button:first-child,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  > .btn-group:last-child:not(:first-child)
  > button.paypal-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group
  > a.pds-vote-button
  + .dropdown-toggle,
.plugin-pricing-tier
  .paypal-button
  .btn-group
  > button.paypal-button
  + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-lg.btn-group
  > a.pds-vote-button
  + .dropdown-toggle,
.plugin-pricing-tier
  .paypal-button
  .btn-group-lg.btn-group
  > button.paypal-button
  + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button .caret,
.plugin-pricing-tier .paypal-button button.paypal-button .caret {
  margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret,
#poll-popup .PDS_Poll .pds-box .btn-group-lg > a.pds-vote-button .caret,
.plugin-pricing-tier
  .paypal-button
  .btn-group-lg
  > button.paypal-button
  .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup #poll-popup .PDS_Poll .pds-box .btn-group-lg > a.pds-vote-button .caret,
#poll-popup .PDS_Poll .pds-box .dropup .btn-group-lg > a.pds-vote-button .caret,
.dropup
  .plugin-pricing-tier
  .paypal-button
  .btn-group-lg
  > button.paypal-button
  .caret,
.plugin-pricing-tier
  .paypal-button
  .dropup
  .btn-group-lg
  > button.paypal-button
  .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
#poll-popup .PDS_Poll .pds-box .btn-group-vertical > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group-vertical > button.paypal-button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > .btn-group
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > .btn-group
  > button.paypal-button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > .btn-group
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > .btn-group
  > button.paypal-button {
  float: none;
}
.btn-group-vertical > .btn + .btn,
#poll-popup .PDS_Poll .pds-box .btn-group-vertical > a.pds-vote-button + .btn,
#poll-popup .PDS_Poll .pds-box .btn-group-vertical > .btn + a.pds-vote-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > a.pds-vote-button
  + a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button
  + .btn,
.plugin-pricing-tier
  .paypal-button
  #poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > button.paypal-button
  + a.pds-vote-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button
  + a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > .btn
  + button.paypal-button,
.plugin-pricing-tier
  .paypal-button
  #poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > a.pds-vote-button
  + button.paypal-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > a.pds-vote-button
  + button.paypal-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button
  + button.paypal-button,
.btn-group-vertical > .btn + .btn-group,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > a.pds-vote-button
  + .btn-group,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button
  + .btn-group,
.btn-group-vertical > .btn-group + .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > .btn-group
  + a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > .btn-group
  + button.paypal-button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > a.pds-vote-button:not(:first-child):not(:last-child),
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > a.pds-vote-button:first-child:not(:last-child),
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > a.pds-vote-button:last-child:not(:first-child),
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > button.paypal-button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > button.paypal-button {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > a.pds-vote-button:last-child,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > button.paypal-button:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > a.pds-vote-button:first-child,
.plugin-pricing-tier
  .paypal-button
  .btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > button.paypal-button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
#poll-popup .PDS_Poll .pds-box .btn-group-justified > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .btn-group-justified > button.paypal-button,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified
  > .btn-group
  #poll-popup
  .PDS_Poll
  .pds-box
  a.pds-vote-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .btn-group-justified
  > .btn-group
  a.pds-vote-button,
.btn-group-justified
  > .btn-group
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-justified
  > .btn-group
  button.paypal-button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
#poll-popup
  .PDS_Poll
  .pds-box
  [data-toggle="buttons"]
  > a.pds-vote-button
  input[type="radio"],
.plugin-pricing-tier
  .paypal-button
  [data-toggle="buttons"]
  > button.paypal-button
  input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
#poll-popup
  .PDS_Poll
  .pds-box
  [data-toggle="buttons"]
  > a.pds-vote-button
  input[type="checkbox"],
.plugin-pricing-tier
  .paypal-button
  [data-toggle="buttons"]
  > button.paypal-button
  input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group .style-options input[type="number"],
.style-options .input-group input[type="number"],
.input-group .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .input-group input,
.input-group .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist .input-group .selectize-input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group .style-options input[type="number"]:focus,
.style-options .input-group input[type="number"]:focus,
.input-group .colorPicker.colorPicker-custom .extras input:focus,
.colorPicker.colorPicker-custom .extras .input-group input:focus,
.input-group .container-editor-multiselectlist .selectize-input:focus,
.container-editor-multiselectlist .input-group .selectize-input:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .style-options input[type="number"],
.style-options .input-group input[type="number"],
.input-group .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .input-group input,
.input-group .container-editor-multiselectlist .selectize-input,
.container-editor-multiselectlist .input-group .selectize-input {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group
  .style-options
  input[type="number"]:not(:first-child):not(:last-child),
.style-options
  .input-group
  input[type="number"]:not(:first-child):not(:last-child),
.input-group
  .colorPicker.colorPicker-custom
  .extras
  input:not(:first-child):not(:last-child),
.colorPicker.colorPicker-custom
  .extras
  .input-group
  input:not(:first-child):not(:last-child),
.input-group
  .container-editor-multiselectlist
  .selectize-input:not(:first-child):not(:last-child),
.container-editor-multiselectlist
  .input-group
  .selectize-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-sm
  > .input-group-btn
  > a.input-group-addon.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-sm
  > .input-group-btn
  > button.input-group-addon.paypal-button {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-lg
  > .input-group-btn
  > a.input-group-addon.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-lg
  > .input-group-btn
  > button.input-group-addon.paypal-button {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group .style-options input[type="number"]:first-child,
.style-options .input-group input[type="number"]:first-child,
.input-group .colorPicker.colorPicker-custom .extras input:first-child,
.colorPicker.colorPicker-custom .extras .input-group input:first-child,
.input-group .container-editor-multiselectlist .selectize-input:first-child,
.container-editor-multiselectlist .input-group .selectize-input:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
#poll-popup .PDS_Poll .pds-box .input-group-btn:first-child > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:first-child
  > button.paypal-button,
.input-group-btn:first-child > .btn-group > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn:first-child
  > .btn-group
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:first-child
  > .btn-group
  > button.paypal-button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn:last-child
  > a.pds-vote-button:not(:last-child):not(.dropdown-toggle),
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:last-child
  > button.paypal-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > button.paypal-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group .style-options input[type="number"]:last-child,
.style-options .input-group input[type="number"]:last-child,
.input-group .colorPicker.colorPicker-custom .extras input:last-child,
.colorPicker.colorPicker-custom .extras .input-group input:last-child,
.input-group .container-editor-multiselectlist .selectize-input:last-child,
.container-editor-multiselectlist .input-group .selectize-input:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
#poll-popup .PDS_Poll .pds-box .input-group-btn:last-child > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:last-child
  > button.paypal-button,
.input-group-btn:last-child > .btn-group > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn:last-child
  > .btn-group
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:last-child
  > .btn-group
  > button.paypal-button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn:first-child
  > a.pds-vote-button:not(:first-child),
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:first-child
  > button.paypal-button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > button.paypal-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
#poll-popup .PDS_Poll .pds-box .input-group-btn > a.pds-vote-button,
.plugin-pricing-tier .paypal-button .input-group-btn > button.paypal-button {
  position: relative;
}
.input-group-btn > .btn + .btn,
#poll-popup .PDS_Poll .pds-box .input-group-btn > a.pds-vote-button + .btn,
#poll-popup .PDS_Poll .pds-box .input-group-btn > .btn + a.pds-vote-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn
  > a.pds-vote-button
  + a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn
  > button.paypal-button
  + .btn,
.plugin-pricing-tier
  .paypal-button
  #poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn
  > button.paypal-button
  + a.pds-vote-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .plugin-pricing-tier
  .paypal-button
  .input-group-btn
  > button.paypal-button
  + a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn
  > .btn
  + button.paypal-button,
.plugin-pricing-tier
  .paypal-button
  #poll-popup
  .PDS_Poll
  .pds-box
  .input-group-btn
  > a.pds-vote-button
  + button.paypal-button,
#poll-popup
  .PDS_Poll
  .pds-box
  .plugin-pricing-tier
  .paypal-button
  .input-group-btn
  > a.pds-vote-button
  + button.paypal-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn
  > button.paypal-button
  + button.paypal-button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
#poll-popup .PDS_Poll .pds-box .input-group-btn > a.pds-vote-button:hover,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn
  > button.paypal-button:hover,
.input-group-btn > .btn:focus,
#poll-popup .PDS_Poll .pds-box .input-group-btn > a.pds-vote-button:focus,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn
  > button.paypal-button:focus,
.input-group-btn > .btn:active,
#poll-popup .PDS_Poll .pds-box .input-group-btn > a.pds-vote-button:active,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn
  > button.paypal-button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
#poll-popup .PDS_Poll .pds-box .input-group-btn:first-child > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:first-child
  > button.paypal-button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
#poll-popup .PDS_Poll .pds-box .input-group-btn:last-child > a.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .input-group-btn:last-child
  > button.paypal-button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #00bc66;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form .style-options input[type="number"],
  .style-options .navbar-form input[type="number"],
  .navbar-form .colorPicker.colorPicker-custom .extras input,
  .colorPicker.colorPicker-custom .extras .navbar-form input,
  .navbar-form .container-editor-multiselectlist .selectize-input,
  .container-editor-multiselectlist .navbar-form .selectize-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .style-options input[type="number"],
  .style-options .navbar-form .input-group input[type="number"],
  .navbar-form .input-group .colorPicker.colorPicker-custom .extras input,
  .colorPicker.colorPicker-custom .extras .navbar-form .input-group input,
  .navbar-form .input-group .container-editor-multiselectlist .selectize-input,
  .container-editor-multiselectlist .navbar-form .input-group .selectize-input {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .style-options .input-group > input[type="number"],
  .style-options .navbar-form .input-group > input[type="number"],
  .navbar-form .colorPicker.colorPicker-custom .extras .input-group > input,
  .colorPicker.colorPicker-custom .extras .navbar-form .input-group > input,
  .navbar-form
    .container-editor-multiselectlist
    .input-group
    > .selectize-input,
  .container-editor-multiselectlist
    .navbar-form
    .input-group
    > .selectize-input {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn,
#poll-popup .PDS_Poll .pds-box .btn-group-sm > a.navbar-btn.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-sm
  > button.navbar-btn.paypal-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn,
#poll-popup .PDS_Poll .pds-box .btn-group-xs > a.navbar-btn.pds-vote-button,
.plugin-pricing-tier
  .paypal-button
  .btn-group-xs
  > button.navbar-btn.paypal-button {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #222;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #222;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #222;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00bc66;
  border-color: #00bc66;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.85);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.85);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.85);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.85);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.85);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.85);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.85);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.85);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.flex {
  display: flex;
}
.flex.row:before,
.flex.row:after {
  display: none;
}
.flex-dir-row {
  flex-direction: row;
  min-width: 100%;
}
.flex-dir-col {
  flex-direction: column;
  min-height: 100%;
}
.flex-align-center {
  align-items: center;
}
.flex-justify-center {
  justify-content: center;
}
.felx-justify-space-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-item {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 0;
}
.flex-item-shrink {
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
}
.flex-item-grow {
  flex: 1 0 auto;
  min-width: 0;
  min-height: 0;
}
.flex-item-grow-shrink {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.flex-item-align-center {
  align-self: center;
}
.header-font {
  font-family:
    "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3 {
  margin-top: 1.5em;
  margin-bottom: 0.4em;
}
h4,
h5,
h6 {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
h1.inline-block {
  margin-right: 8px;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.jumbotron * + h1,
.jumbotron * + h2,
.jumbotron * + h3 {
  margin-top: 1.5em;
}
.jumbotron * + h4,
.jumbotron * + h5,
.jumbotron * + h6 {
  margin-top: 1.2em;
}
a,
.btn-link {
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  color: #00bc66;
}
a:hover,
a.hover,
a:active,
a:focus,
.btn-link:hover,
.btn-link.hover,
.btn-link:active,
.btn-link:focus {
  color: #00703c;
}
p {
  margin-bottom: 0;
}
* + p,
p + *,
form + *,
* + table,
* + .table-responsive {
  margin-top: 1.2em;
}
.line-height-base {
  line-height: 1.428571429;
}
.text-center {
  text-align: center;
}
.text-break {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.em {
  font-style: italic;
}
.reduced-em {
  opacity: 0.7;
}
.strong {
  font-weight: 700;
}
.lead {
  margin: 0;
  font-weight: 400;
}
.large {
  font-size: 1.25em;
  line-height: 1.7;
}
.xlarge {
  font-size: 1.5em;
  line-height: 1.7;
}
ul,
ol {
  margin-bottom: 0;
}
* + ul,
* + ol {
  margin-top: 1.2em;
}
* + ul.nested,
* + ol.nested {
  margin-top: 0;
}
ul.no-indent,
ol.no-indent {
  padding-left: 17px;
}
blockquote {
  margin-bottom: 0;
}
blockquote + *,
* + blockquote {
  margin-top: 1.4em;
}
p code {
  white-space: normal;
}
pre {
  margin: 0;
  padding: 20px;
  background-color: #f6f7f6;
  border-radius: 0;
}
pre.code-body {
  overflow: auto;
  word-break: normal;
  word-wrap: normal;
}
p img {
  max-width: 100%;
  height: auto;
}
.label-default {
  display: inline-block;
  padding: 0.4em 0.75em;
  background-color: #bbb;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}
.label-info {
  display: inline-block;
  padding: 0.4em 0.75em;
  background-color: #28bbd0;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}
.label-new {
  display: inline-block;
  margin-left: 4px;
  padding: 0.15em 0.3em;
  background-color: #00bc66;
  color: #fff;
  line-height: 1;
}
.label-new-inverse {
  background-color: #fff;
  color: #00bc66;
}
h1 .label-new {
  font-size: 50%;
  vertical-align: top;
}
.label-beta {
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.tooltip-inner {
  padding: 0.4em 0.75em;
}
.form-group {
  transition:
    padding 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  margin-bottom: 0;
}
.form-set + .form-set,
.form-set + .form-group,
.form-group + .form-group,
.form-group + .form-set {
  margin-top: 20px;
}
* .form-submit {
  margin-top: 40px;
}
.form-group label {
  transition: color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2px;
}
.input-required,
.input-optional {
  display: block;
  margin-bottom: 2px;
  font-size: 0.85em;
  font-style: italic;
}
.input-required {
  color: #d9534f;
}
.input-group {
  width: 100%;
}
.form-control,
.style-options input[type="number"],
.colorPicker.colorPicker-custom .extras input,
.container-editor-multiselectlist .selectize-input {
  box-shadow: none !important;
  color: #333;
}
.form-control:not(select),
.style-options input[type="number"]:not(select),
.colorPicker.colorPicker-custom .extras input:not(select),
.container-editor-multiselectlist .selectize-input:not(select) {
  -webkit-appearance: none;
}
@media (max-width: 991px) {
  .form-control,
  .style-options input[type="number"],
  .colorPicker.colorPicker-custom .extras input,
  .container-editor-multiselectlist .selectize-input {
    font-size: 16px;
  }
}
.container-editor-checkbox {
  padding-bottom: 5px;
}
.checkbox,
.radio {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox .control-label,
.radio .control-label {
  display: block;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-weight: normal;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: none;
}
.css-input-style input {
  position: absolute;
  opacity: 0;
}
.css-input-style .css-input {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 1px 5px 1px -17px;
  background-color: transparent;
  transition: background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.css-input-style .css-input:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 14px;
  height: 14px;
  border: 1px solid #777;
  transition: border-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.css-input-style:hover .css-input,
.css-input-style:focus .css-input,
.css-input-style:active .css-input,
.css-input-style input:focus + .css-input {
  background-color: rgba(0, 188, 102, 0.25);
}
.css-input-style:hover .css-input:before,
.css-input-style:focus .css-input:before,
.css-input-style:active .css-input:before,
.css-input-style input:focus + .css-input:before {
  border-color: #00bc66;
}
.css-input-style input:checked + .css-input {
  background-color: #777;
}
.css-input-style:hover input:checked + .css-input,
.css-input-style input:checked:focus + .css-input {
  background-color: #00bc66;
}
.css-input-style .css-radio,
.css-input-style .css-radio:before {
  border-radius: 50%;
}
@media (min-width: md) {
  .checkbox + .checkbox,
  * + .checkbox,
  .radio + .radio,
  * + .radio {
    margin-top: 0.4em;
  }
  .checkbox .control-label,
  .radio .control-label {
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.container-editor-date .form-control[readonly],
.container-editor-date .style-options input[readonly][type="number"],
.style-options .container-editor-date input[readonly][type="number"],
.container-editor-date .colorPicker.colorPicker-custom .extras input[readonly],
.colorPicker.colorPicker-custom .extras .container-editor-date input[readonly],
.container-editor-date
  .container-editor-multiselectlist
  [readonly].selectize-input,
.container-editor-multiselectlist
  .container-editor-date
  [readonly].selectize-input {
  background-color: #fff;
  cursor: text;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.container-editor-time input {
  position: relative;
  z-index: 99;
}
.container-editor-time select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.container-editor-time .input-group-addon {
  position: static;
}
select {
  cursor: pointer;
}
.container-editor-select.simplified {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
}
.container-editor-select.simplified .form-control,
.container-editor-select.simplified .style-options input[type="number"],
.style-options .container-editor-select.simplified input[type="number"],
.container-editor-select.simplified
  .colorPicker.colorPicker-custom
  .extras
  input,
.colorPicker.colorPicker-custom
  .extras
  .container-editor-select.simplified
  input,
.container-editor-select.simplified
  .container-editor-multiselectlist
  .selectize-input,
.container-editor-multiselectlist
  .container-editor-select.simplified
  .selectize-input {
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.container-editor-select.simplified label {
  display: none;
}
.container-editor-text.simplified {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
}
.container-editor-text.simplified .form-control,
.container-editor-text.simplified .style-options input[type="number"],
.style-options .container-editor-text.simplified input[type="number"],
.container-editor-text.simplified .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .container-editor-text.simplified input,
.container-editor-text.simplified
  .container-editor-multiselectlist
  .selectize-input,
.container-editor-multiselectlist
  .container-editor-text.simplified
  .selectize-input {
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  z-index: 2;
  background-color: transparent;
}
.container-editor-text.simplified label {
  display: none;
}
.container-editor-multiselectlist .form-control.selectize-control,
.container-editor-multiselectlist
  .style-options
  input.selectize-control[type="number"],
.style-options
  .container-editor-multiselectlist
  input.selectize-control[type="number"],
.container-editor-multiselectlist
  .colorPicker.colorPicker-custom
  .extras
  input.selectize-control,
.colorPicker.colorPicker-custom
  .extras
  .container-editor-multiselectlist
  input.selectize-control,
.container-editor-multiselectlist .selectize-control.selectize-input {
  border: none !important;
  line-height: 0;
}
.container-editor-multiselectlist .selectize-input {
  height: auto;
  min-height: 34px;
  padding: 2px 0 0 2px !important;
}
.container-editor-multiselectlist .selectize-input.focus {
  border-color: #00bc66;
  border-radius: 0;
}
.container-editor-multiselectlist .selectize-input.full > input {
  display: none;
}
.container-editor-multiselectlist .selectize-input > input {
  height: 28px;
  padding: 0 12px !important;
}
.container-editor-multiselectlist .selectize-dropdown.form-control,
.container-editor-multiselectlist
  .style-options
  input.selectize-dropdown[type="number"],
.style-options
  .container-editor-multiselectlist
  input.selectize-dropdown[type="number"],
.container-editor-multiselectlist
  .colorPicker.colorPicker-custom
  .extras
  input.selectize-dropdown,
.colorPicker.colorPicker-custom
  .extras
  .container-editor-multiselectlist
  input.selectize-dropdown,
.container-editor-multiselectlist .selectize-dropdown.selectize-input {
  margin-top: -1px;
  border-color: #00bc66;
  border-radius: 0;
}
.container-editor-multiselectlist
  .selectize-dropdown.form-control
  [data-selectable],
.container-editor-multiselectlist
  .style-options
  input.selectize-dropdown[type="number"]
  [data-selectable],
.style-options
  .container-editor-multiselectlist
  input.selectize-dropdown[type="number"]
  [data-selectable],
.container-editor-multiselectlist
  .colorPicker.colorPicker-custom
  .extras
  input.selectize-dropdown
  [data-selectable],
.colorPicker.colorPicker-custom
  .extras
  .container-editor-multiselectlist
  input.selectize-dropdown
  [data-selectable],
.container-editor-multiselectlist
  .selectize-dropdown.selectize-input
  [data-selectable],
.container-editor-multiselectlist
  .selectize-dropdown.form-control
  .optgroup-header,
.container-editor-multiselectlist
  .style-options
  input.selectize-dropdown[type="number"]
  .optgroup-header,
.style-options
  .container-editor-multiselectlist
  input.selectize-dropdown[type="number"]
  .optgroup-header,
.container-editor-multiselectlist
  .colorPicker.colorPicker-custom
  .extras
  input.selectize-dropdown
  .optgroup-header,
.colorPicker.colorPicker-custom
  .extras
  .container-editor-multiselectlist
  input.selectize-dropdown
  .optgroup-header,
.container-editor-multiselectlist
  .selectize-dropdown.selectize-input
  .optgroup-header {
  padding: 6px 12px;
}
.container-editor-multiselectlist .selectize-dropdown.form-control .highlight,
.container-editor-multiselectlist
  .style-options
  input.selectize-dropdown[type="number"]
  .highlight,
.style-options
  .container-editor-multiselectlist
  input.selectize-dropdown[type="number"]
  .highlight,
.container-editor-multiselectlist
  .colorPicker.colorPicker-custom
  .extras
  input.selectize-dropdown
  .highlight,
.colorPicker.colorPicker-custom
  .extras
  .container-editor-multiselectlist
  input.selectize-dropdown
  .highlight,
.container-editor-multiselectlist
  .selectize-dropdown.selectize-input
  .highlight {
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 700;
  text-decoration: underline;
}
.container-editor-multiselectlist .selectize-dropdown.form-control .active,
.container-editor-multiselectlist
  .style-options
  input.selectize-dropdown[type="number"]
  .active,
.style-options
  .container-editor-multiselectlist
  input.selectize-dropdown[type="number"]
  .active,
.container-editor-multiselectlist
  .colorPicker.colorPicker-custom
  .extras
  input.selectize-dropdown
  .active,
.colorPicker.colorPicker-custom
  .extras
  .container-editor-multiselectlist
  input.selectize-dropdown
  .active,
.container-editor-multiselectlist .selectize-dropdown.selectize-input .active {
  background-color: #00bc66;
}
.container-editor-multiselectlist .selectize-dropdown-content {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.container-editor-multiselectlist
  .selectize-control.multi
  .selectize-input
  > div {
  height: 28px;
  margin: 0 2px 2px 0;
  padding: 0 10px;
  background-color: #e3e3e3;
  border-radius: 0;
  line-height: 28px;
}
.container-editor-multiselectlist
  .selectize-control.multi
  .selectize-input
  > div.active {
  color: #333;
  background-color: #e3e3e3;
}
@media (max-width: 991px) {
  .container-editor-multiselectlist .selectize-input {
    font-size: 16px;
  }
}
.container-editor-recaptcha {
  width: 328px;
}
.container-editor-recaptcha.has-error .media {
  padding-right: 5px;
}
.container-editor-recaptcha .media {
  padding-right: 25px;
}
textarea,
textarea.form-control,
.container-editor-multiselectlist textarea.selectize-input {
  min-height: 12em;
  resize: vertical;
}
.form-control.clearable,
.style-options input.clearable[type="number"],
.colorPicker.colorPicker-custom .extras input.clearable,
.container-editor-multiselectlist .clearable.selectize-input {
  padding-right: 2.4em;
}
.text-clearer {
  display: none;
  position: absolute;
  top: 13px;
  right: 12px;
  cursor: pointer;
  opacity: 0.3;
  z-index: 3;
}
.text-clearer.active {
  display: block;
}
.text-clearer:hover {
  opacity: 1;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.form-group .help-block {
  margin-top: 0.1em;
  margin-bottom: 0;
  font-size: 0.9em;
  font-style: italic;
}
[class*="validation-summary-"] ul {
  padding: 0;
  list-style: none;
}
.validation-summary-errors {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #d9534f;
  color: #fff;
}
.form-group.has-success .form-control,
.form-group.has-success .style-options input[type="number"],
.style-options .form-group.has-success input[type="number"],
.form-group.has-success .colorPicker.colorPicker-custom .extras input,
.colorPicker.colorPicker-custom .extras .form-group.has-success input,
.form-group.has-success .selectize-input {
  border-color: #ccc;
}
.form-group.has-success .form-control:focus,
.form-group.has-success .style-options input[type="number"]:focus,
.style-options .form-group.has-success input[type="number"]:focus,
.form-group.has-success .colorPicker.colorPicker-custom .extras input:focus,
.colorPicker.colorPicker-custom .extras .form-group.has-success input:focus,
.form-group.has-success .selectize-input:focus {
  border-color: #00bc66;
}
.form-group.has-success .control-label {
  color: #333;
}
.form-group.has-success .help-block {
  color: #737373;
}
.form-group.has-error {
  padding: 6px 12px;
  background-color: #d9534f;
}
.form-group.has-error .control-label,
.form-group.has-error .input-required,
.form-group.has-error .input-optional,
.form-group.has-error .help-block {
  color: #fff;
}
.field-validation-error {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-style: italic;
  font-weight: 700;
}
button:active,
button:focus {
  outline: none !important;
}
.btn,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button,
.plugin-pricing-tier .paypal-button button.paypal-button {
  padding: 0.75em 1em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:active,
#poll-popup .PDS_Poll .pds-box a.pds-vote-button:active,
.plugin-pricing-tier .paypal-button button.paypal-button:active,
.btn.active,
#poll-popup .PDS_Poll .pds-box a.active.pds-vote-button,
.plugin-pricing-tier .paypal-button button.active.paypal-button {
  box-shadow: none;
}
.btn.disabled,
#poll-popup .PDS_Poll .pds-box a.disabled.pds-vote-button,
.plugin-pricing-tier .paypal-button button.disabled.paypal-button,
.btn[disabled],
#poll-popup .PDS_Poll .pds-box a[disabled].pds-vote-button,
.plugin-pricing-tier .paypal-button button[disabled].paypal-button,
fieldset[disabled] .btn,
fieldset[disabled] #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box fieldset[disabled] a.pds-vote-button,
fieldset[disabled] .plugin-pricing-tier .paypal-button button.paypal-button,
.plugin-pricing-tier .paypal-button fieldset[disabled] button.paypal-button {
  opacity: 0.4;
}
.btn-inline {
  display: inline-block;
  width: auto;
}
.btn-link,
.btn-link:active {
  border: none;
}
.btn-no-underline,
.btn-no-underline:hover,
.btn-no-underline:focus,
.btn-no-underline:active {
  text-decoration: none;
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #00bc66;
}
.btn-outline:hover,
.btn-outline:active {
  color: #00703c;
}
.btn-outline-inverse {
  background-color: transparent;
  border: 1px solid #00bc66;
  color: #fff;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:active {
  background-color: #00894a;
  border-color: #00894a;
  color: #fff;
}
.btn-clear {
  background-color: transparent;
  border: none;
}
.btn-text-wrap {
  white-space: normal;
}
.btn-drop-shadow,
.plugin-pricing-tier .paypal-button button.paypal-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.btn-drop-shadow:hover,
.plugin-pricing-tier .paypal-button button.paypal-button:hover,
.btn-drop-shadow:focus,
.plugin-pricing-tier .paypal-button button.paypal-button:focus {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
}
.btn-drop-shadow:active,
.plugin-pricing-tier .paypal-button button.paypal-button:active,
.btn-drop-shadow.active,
.plugin-pricing-tier .paypal-button button.active.paypal-button {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-no-border-radius {
  border-radius: 0;
}
@media (max-width: 767px) {
  form a {
    display: inline-block;
    padding: 4px;
  }
}
.input-group-btn .btn,
.input-group-btn #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .input-group-btn a.pds-vote-button,
.input-group-btn .plugin-pricing-tier .paypal-button button.paypal-button,
.plugin-pricing-tier .paypal-button .input-group-btn button.paypal-button {
  height: 34px;
  padding: 0 20px;
  font-size: 16px;
}
.btn-has-icon [class*="icon-"],
.btn-has-icon .btn-label {
  vertical-align: middle;
}
[data-toggle="collapse"] .default {
  display: block;
}
[data-toggle="collapse"] .toggled {
  display: none;
}
[data-toggle="collapse"].active .default {
  display: none;
}
[data-toggle="collapse"].active .toggled {
  display: block;
}
.btn-icon-new-animate {
  position: relative;
  transform: translateZ(0);
}
.btn-icon-new-animate:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: pulse 3.5s linear infinite;
  animation-delay: 1s;
}
.btn-icon-new-animate > i {
  display: inline-block;
  position: relative;
  animation: shake 3.5s linear infinite;
  animation-delay: 1s;
}
.btn-icon-new-animate > i:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -0.7em;
  margin-left: -0.7em;
  background-color: #d9534f;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
@keyframes shake {
  0%,
  44%,
  100% {
    transform: rotate(0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  }
  2%,
  42% {
    transform: rotate(5deg);
  }
  6%,
  38% {
    transform: rotate(-10deg);
  }
  10%,
  34% {
    transform: rotate(20deg);
  }
  14%,
  22%,
  30% {
    transform: rotate(-25deg);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }
  18%,
  26% {
    transform: rotate(25deg);
  }
}
@keyframes pulse {
  0%,
  50%,
  100% {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  }
  25% {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  }
}
.pagination {
  display: table;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #00bc66;
  cursor: default;
  font-size: 1.125em;
}
.pagination li {
  display: none;
}
.pagination li > * {
  display: block;
  padding: 0.75em 1em;
}
.pagination a {
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  background-color: #00bc66;
  color: #fff;
  text-decoration: none;
}
.pagination [class*="icon-"] {
  vertical-align: middle;
}
.pagination > :first-child,
.pagination > :last-child,
.pagination .active {
  display: table-cell;
}
.pagination .active {
  font-weight: 700;
}
.pagination .active > * {
  cursor: default;
}
.pagination .active,
.pagination .disabled > * {
  cursor: default;
}
.pagination .disabled {
  opacity: 0.1;
}
.pagination .ellipsis {
  background-color: transparent;
}
.caret.desc {
  border-top: 0 dotted;
  border-bottom: 4px solid #444;
}
@media (min-width: 768px) {
  .pagination {
    display: block;
    border: none;
  }
  .pagination li,
  .pagination > :first-child,
  .pagination > :last-child,
  .pagination .active {
    display: inline-block;
    width: auto;
    float: none;
  }
}
.table-hover td {
  transition: background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.loading {
  position: relative;
  min-width: 24px;
  min-height: 24px;
}
.btn.loading .btn-label,
#poll-popup .PDS_Poll .pds-box a.loading.pds-vote-button .btn-label,
.plugin-pricing-tier .paypal-button button.loading.paypal-button .btn-label {
  opacity: 0;
}
.loading .keyframe-spin {
  animation: spin 1s linear infinite;
}
.lte-ie8 .loading .keyframe-spin {
  animation: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading .spinner {
  text-indent: -9999px;
}
.lte-ie8 .loading .spinner {
  text-indent: 0;
}
.loading .spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  border-top: 4px solid #333;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  border-right: 4px solid transparent;
  border-radius: 50%;
}
.loading.loading-invert .spinner {
  border-top-color: #f2f2f2;
  border-left-color: #f2f2f2;
}
.lte-ie8 .loading .spinner {
  display: table;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6px 12px;
}
.lte-ie8 .loading .spinner:before {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  content: "Loading...";
}
.btn-group.open .dropdown-toggle {
  background-color: #00bc66;
  border-color: #00bc66;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.dropdown-toggle > * {
  vertical-align: middle;
}
.dropdown-toggle .dropdown-caret {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  transition: transform 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.open .dropdown-toggle .dropdown-caret {
  transform: scale(1, -1);
}
.dropdown-menu {
  margin: -1px 0 0;
  padding: 0;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 1em;
}
.dropdown-menu li a,
.dropdown-menu li .btn-link {
  min-width: 100%;
  padding: 0.75em 1em;
}
.dropdown-menu li a,
.dropdown-menu li .btn-link {
  display: block;
  color: #333;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:active,
.dropdown-menu li a:focus,
.dropdown-menu li .btn-link:hover,
.dropdown-menu li .btn-link:active,
.dropdown-menu li .btn-link:focus {
  background-color: #f0f0f0;
  color: #262626;
  text-decoration: none;
}
.open .dropdown-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.open .dropdown-menu.right {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.175s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .dropdown-menu.md {
    display: block !important;
    position: static;
    width: 100%;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .dropdown-menu.sm {
    display: block !important;
    position: static;
    width: 100%;
    background-color: transparent;
  }
}
body {
  padding-top: 50px;
  background-color: #fff;
  -ms-overflow-style: scrollbar;
}
.body-container {
  background-color: #fff;
}
.container-max-width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.fullscreen {
  height: 100%;
}
.fullscreen main {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}
.fullscreen-scrollable main {
  position: absolute;
}
@media (min-width: 768px) {
  body {
    background-color: #333;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .hidden-xlg {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .navbar-menu-open,
  .navbar-menu-open .map-scroll-content,
  .navbar-menu-open .col-panel-content {
    overflow: hidden !important;
  }
}
.content-padded-x,
.content-padded {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .content-padded-x,
  .content-padded {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content-padded-x-lg,
.content-padded-lg {
  padding-left: 40px;
  padding-right: 40px;
}
.content-padded-x-xlg,
.content-padded-xlg {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .content-padded-x-xlg,
  .content-padded-xlg {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.content-padded-x-sm,
.content-padded-sm {
  padding-left: 20px;
  padding-right: 20px;
}
.content-padded-y,
.content-padded {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-padded-y-lg,
.content-padded-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .content-padded-y-lg,
  .content-padded-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.content-padded-y-xlg,
.content-padded-xlg {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .content-padded-y-xlg,
  .content-padded-xlg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.content-padded-y-xxlg {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .content-padded-y-xxlg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.content-padded-y-sm,
.content-padded-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-set > * + * {
  margin-top: 40px;
}
.content-set-lg > * + * {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .content-set-lg > * + * {
    margin-top: 60px;
  }
}
.content-set-xlg > * + * {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .content-set-xlg > * + * {
    margin-top: 80px;
  }
}
.content-set-sm > * + * {
  margin-top: 20px;
}
.row-spaced-wrapper > .row {
  margin-top: -40px;
}
.row-spaced-wrapper > .row > * {
  margin-top: 40px;
}
.row-spaced-wrapper-lg > .row {
  margin-top: -60px;
}
.row-spaced-wrapper-lg > .row > * {
  margin-top: 60px;
}
.row-spaced-wrapper-sm > .row {
  margin-top: -20px;
}
.row-spaced-wrapper-sm > .row > * {
  margin-top: 20px;
}
.section-sub {
  background-color: #f6f7f6;
}
.section-dark {
  background-color: #272727;
  color: #fff;
}
.section-med {
  background-color: #555;
  color: #fff;
}
.section-highlight {
  background-color: #00bc66;
  color: #fff;
}
.section-highlight a,
.section-highlight .btn-outline {
  color: #fff;
}
.section-highlight a {
  text-decoration: underline;
}
.section-hr + .section-hr {
  border-top: 1px solid #ddd;
}
.content-set > .section-hr + .section-hr {
  padding-top: 40px;
}
.bordered-content {
  border: 1px solid #ddd;
}
.well {
  padding: 20px;
  background-color: #f5f5f5;
  border-left: 10px solid #cfcfcf;
}
.highlight {
  padding: 20px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.container .jumbotron {
  margin-bottom: 0;
  border-radius: 0;
}
.container .jumbotron + * {
  margin-top: 80px;
}
.nothing {
  margin-top: 80px;
  margin-bottom: 80px;
  color: #888;
  font-size: 1.25em;
  text-align: center;
}
a.list-group-item {
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f7f6;
  border: none;
  color: #00bc66;
}
a.list-group-item:first-child,
a.list-group-item:last-child {
  border-radius: 0;
}
a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item:active {
  background-color: #00bc66;
  color: #fff;
}
.container-vertcenter:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  margin-left: -4px;
  vertical-align: middle;
}
.content-vertcenter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.inline-block {
  display: inline-block;
}
.vertical-middle {
  vertical-align: middle;
}
.navbar-brand {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.navbar-brand > * {
  margin-top: 10px;
  float: left;
}
.navbar-brand .brand-icon {
  width: 20px;
}
.navbar-brand img {
  display: block;
  height: 30px;
}
.navbar-toggle {
  transition: background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  width: 50px;
  height: 50px;
  margin: 0;
  border: none;
  border-radius: 0;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  background-color: #00bc66;
}
.navbar-toggle.collapsed,
.navbar-toggle.collapsed:hover,
.navbar-toggle.collapsed:focus,
.navbar-toggle.collapsed:active {
  background-color: #363636;
}
.navbar-toggle .icon-bar {
  margin-left: auto;
  margin-right: auto;
}
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.nav-full-width .navbar .container-max-width {
  max-width: none;
}
@media (min-width: 992px) {
  .nav-full-width .navbar .container-max-width {
    padding-right: 0;
  }
}
.navbar-collapse {
  border: none;
}
.navbar-inverse {
  margin-bottom: 0;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-nav > li a,
.navbar-nav > li > a,
.navbar-nav > li button {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: transparent;
  color: #a1a3a2;
  font-family:
    "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}
.navbar-nav > li a:hover,
.navbar-nav > li a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li button:hover,
.navbar-nav > li button:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-left {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.navbar-right .btn,
.navbar-right #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .navbar-right a.pds-vote-button,
.navbar-right .plugin-pricing-tier .paypal-button button.paypal-button,
.plugin-pricing-tier .paypal-button .navbar-right button.paypal-button {
  text-transform: none;
}
@media (min-width: 992px) {
  .navbar-collapse {
    display: block !important;
    visibility: visible !important;
    overflow: visible;
    box-shadow: none;
  }
  .navbar-nav > li a,
  .navbar-nav > li > a,
  .navbar-nav > li button {
    display: inline-block;
    width: auto;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    line-height: 50px;
  }
  .navbar-right {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: transparent;
  }
  .navbar-menu-open .navbar {
    bottom: 0;
  }
  .navbar-header {
    background-color: #2a2a2a;
  }
  .navbar-collapse {
    max-height: calc(100% - 50px);
    background-color: #363636;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  }
  .navbar-collapse[aria-expanded="true"] {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0;
  }
  .navbar-collapse.collapse.in {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.user-account {
  background-color: #303030;
}
.user-links-toggle {
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  max-width: 6em;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-links-toggle img {
  display: block;
  width: 1.75em;
  height: auto;
  opacity: 0.6;
  transition: opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.user-links-toggle:hover img,
.user-links-toggle:focus img,
.user-links-toggle:active img,
.user-links-toggle.active img {
  opacity: 1;
}
.navbar-nav > li .user-links-toggle.active {
  background-color: #00bc66;
  color: #fff;
}
.user-style-links {
  display: none;
}
@media (min-width: 1400px) {
  .user-style-links {
    display: block;
  }
}
@media (min-width: 992px) {
  .user-style-links-inner {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 1400px) {
  .user-style-links-inner {
    display: none;
  }
}
@media (min-width: 992px) {
  .user-style-links,
  .user-settings-wrapper {
    float: left;
  }
  .user-settings-wrapper {
    position: relative;
  }
  .user-settings {
    transition: opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 0;
    white-space: nowrap;
  }
  .user-settings.collapsing {
    height: auto !important;
  }
  .user-settings[aria-expanded="true"] {
    opacity: 1;
  }
  .user-settings-links {
    margin-bottom: 10px;
  }
  .navbar-nav > li .user-settings a,
  .navbar-nav > li .user-settings button {
    display: block;
    width: 100%;
    float: none;
    color: #333;
  }
  .navbar-nav > li .user-settings a:hover,
  .navbar-nav > li .user-settings a:focus,
  .navbar-nav > li .user-settings button:hover,
  .navbar-nav > li .user-settings button:focus {
    color: #00bc66;
  }
  .navbar-nav > li .user-settings a.user-settings-name {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background-color: #00bc66;
    color: #fff;
    line-height: 1;
  }
  .navbar-nav > li .user-settings a.user-settings-name:hover,
  .navbar-nav > li .user-settings a.user-settings-name:focus {
    color: #fff;
  }
  .navbar-nav > li .user-settings a {
    height: auto;
    line-height: 36px;
  }
  .navbar-nav > li .user-settings form {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 991px) {
  .user-settings {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}
footer {
  padding-top: 60px;
  background-color: #333;
  color: #999;
  font-size: 13px;
}
footer a {
  color: #bfbfbf;
  text-decoration: underline;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: #fff;
}
footer .container-brand {
  display: inline-block;
  margin-top: -60px;
  background-color: #2a2a2a;
}
footer .brand {
  display: inline-block;
  margin-top: 40px;
  padding: 20px;
}
footer .logo {
  display: block;
  width: 160px;
  height: 53px;
  background: transparent url("cc470fa4e72688c53be85fd761dded6487a84370.svg")
    center no-repeat;
  background-size: contain;
}
footer .container-desc {
  margin-top: 30px;
  margin-bottom: 30px;
}
#social-icons a {
  display: inline-block;
  padding: 10px;
  font-size: 1.5em;
  line-height: 1;
  text-decoration: none;
  background-color: #2c2c2c;
}
#social-icons a:hover,
#social-icons a:focus,
#social-icons a:active {
  background-color: #00bc66;
  text-decoration: none;
}
.container-footer-links {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #313131;
}
.footer-links h4 {
  margin-bottom: 8px;
}
.footer-links a {
  display: inline-block;
  width: 49%;
  margin-bottom: 1%;
  padding: 10px 20px;
  float: left;
  background-color: #2c2c2c;
  text-align: center;
  text-decoration: none;
}
.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active {
  background-color: #00bc66;
  text-decoration: none;
}
.footer-links a:nth-child(2n + 1) {
  margin-left: 1%;
}
.footer-links.primary {
  font-size: 1em;
}
.footer-links.primary a {
  display: block;
  width: 100%;
  margin-left: 0;
}
.footer-links.primary a + a {
  margin-top: 4px;
}
.footer-links.primary a:nth-child(2n + 1) {
  margin-left: 0;
}
@media (min-width: 992px) {
  footer {
    padding-bottom: 80px;
  }
  .container-footer-links {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  .footer-links a {
    width: auto;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: left;
  }
  .footer-links a:nth-child(2n + 1) {
    margin-left: 0;
  }
  .footer-links.primary a {
    display: inline-block;
    width: auto;
  }
  .footer-links.primary a + a {
    margin-top: 0;
  }
}
.jumbotron {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #272727;
  border-bottom: 10px solid #00bc66;
  color: #fff;
}
@media (min-width: 992px) {
  .jumbotron {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .jumbotron {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.jumbotron h1 {
  font-size: 3.5em;
  line-height: 1em;
}
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 4em;
  }
}
@media (min-width: 1200px) {
  .jumbotron h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 768px) {
  .jumbotron-sm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.jumbotron-sm h1 {
  font-size: 3em;
  line-height: 1em;
}
@media (min-width: 992px) {
  .jumbotron-sm h1 {
    font-size: 3.5em;
  }
}
.img-jumbotron {
  background-image: url("91c0d8b664e9343217d89290a9c155792b385dc9.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-jumbotron:before {
  background-image: linear-gradient(
    to right,
    rgba(39, 39, 39, 0.5) 0%,
    rgba(39, 39, 39, 0) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80272727",endColorstr="#00272727",GradientType=1);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.white-popup-block {
  position: relative;
  padding: 40px 20px;
  width: 100%;
  margin: 6px auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.75);
  text-align: left;
}
@media (min-width: 768px) {
  .white-popup-block {
    max-width: 60em;
    margin: 10px auto;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .white-popup-block.lg {
    width: 80%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .white-popup-block.sm {
    max-width: 40em;
  }
}
.mfp-fade.mfp-bg {
  transition: all 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  transition-delay: 0.175s;
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  transition: all 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, -10%);
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: translate(0, 0);
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  transform: translate(0, -10%);
  opacity: 0;
}
.mfp-close,
.mfp-close:active {
  margin-top: 0;
  border: none;
}
.mfp-close {
  color: #333;
}
.white-popup-block .validation-summary-errors {
  background-color: #d9534f;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  color: #fff;
  font-size: 1em;
}
@media (min-width: 768px) {
  .white-popup-block .validation-summary-errors {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.white-popup-block .validation-summary-errors ul {
  padding-left: 0;
  list-style-type: none;
}
.feature-popup {
  max-width: 40em;
  margin-top: 26.6666666667px;
  margin-bottom: 26.6666666667px;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .feature-popup {
    padding-bottom: 60px;
  }
}
.feature-popup header h1 {
  font-weight: 700;
}
.feature-icon-wrapper {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  line-height: 80px;
  text-align: center;
}
.feature-icon-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  background-color: #00bc66;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.feature-icon-wrapper i {
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: inherit;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.nav-tabs {
  border-bottom: 4px solid #eaeaea;
}
.nav-tabs > li {
  margin-bottom: -4px;
}
.nav-tabs > li > a {
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  border: none;
  border-bottom: 4px solid transparent;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 4px solid #00bc66;
}
.tab-content {
  position: relative;
  border: 1px solid #f0f0f0;
}
.tab-content pre {
  border: none;
}
.table > thead > tr > th {
  border-bottom-width: 4px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #eaeaea;
}
.media {
  display: table;
  width: 100%;
}
.media > * {
  vertical-align: top;
}
.media.media-middle > * {
  vertical-align: middle;
}
.media.media-bottom > * {
  vertical-align: bottom;
}
.media-row {
  display: table-row;
}
.media-row-padded > * + * {
  padding-left: 20px;
}
.media-row-padded + .media-row-padded > * {
  padding-top: 20px;
}
.media-row-padded-y + .media-row-padded-y > * {
  padding-top: 20px;
}
.media-row-padded-x > * {
  padding-left: 20px;
}
.media-item,
.media-body {
  display: table-cell;
}
.media-item {
  width: 1%;
}
.media-col-1 {
  width: 8.3333333333%;
}
.media-col-2 {
  width: 16.6666666667%;
}
.media-col-3 {
  width: 25%;
}
.media-col-4 {
  width: 33.3333333333%;
}
.media-col-5 {
  width: 41.6666666667%;
}
.media-col-6 {
  width: 50%;
}
.media-col-7 {
  width: 58.3333333333%;
}
.media-col-8 {
  width: 66.6666666667%;
}
.media-col-9 {
  width: 75%;
}
.media-col-10 {
  width: 83.3333333333%;
}
.media-col-11 {
  width: 91.6666666667%;
}
.media-col-12 {
  width: 100%;
}
.container-alert {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, -100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
}
.container-alert.active {
  transform: translate(0, 0);
}
.container-alert .alert {
  position: relative;
  padding: 20px 68px 20px 20px;
  border: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.75);
  font-size: 1.1em;
}
.container-alert .alert-success {
  background-color: #00bc66;
  color: #fff;
}
.container-alert .alert-info {
  background-color: #28bbd0;
  color: #fff;
}
.container-alert .alert-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.container-alert .alert-danger {
  background-color: #d9534f;
  color: #fff;
}
.container-alert .message {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}
.container-alert button.close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-color: transparent;
  border: none;
}
.container-alert .close {
  transition: opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  opacity: 0.75;
}
.container-alert .close:hover,
.container-alert .close:focus,
.container-alert .close:active {
  opacity: 1;
}
@media (min-width: 768px) {
  .container-alert {
    transform: translate(-50%, -100%);
    left: 50%;
    max-width: 50em;
  }
  .container-alert.active {
    transform: translate(-50%, 0);
  }
  .container-alert .alert {
    margin-top: 20px;
    padding-left: 68px;
    border-radius: 3px;
  }
  .container-alert .message {
    text-align: center;
  }
}
.container-preview {
  position: relative;
  transform: translateZ(0);
}
.preview-wrapper {
  transition: box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.preview-wrapper:hover,
.preview-wrapper:focus {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
}
.preview-wrapper:active,
.preview-wrapper.active {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.preview-map-wrapper {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-bottom: 0;
}
.preview-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e5e3df;
}
.preview-image {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.preview-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 350px;
  margin-top: -175px;
  margin-left: -300px;
}
.preview-details {
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #333;
}
.preview-details:hover,
.preview-details:focus,
.preview-details:active {
  background-color: #00bc66;
  color: #fff;
}
.preview-details:hover .preview-info,
.preview-details:focus .preview-info,
.preview-details:active .preview-info {
  border-color: #00bc66;
}
.preview-details:hover .preview-title,
.preview-details:focus .preview-title,
.preview-details:active .preview-title {
  color: #fff;
}
.preview-details:hover .preview-arrow,
.preview-details:focus .preview-arrow,
.preview-details:active .preview-arrow {
  transform: translate(0, 0);
  color: rgba(255, 255, 255, 0.5);
}
.preview-info {
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
}
.preview-title,
.preview-designer {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.preview-title {
  transition: color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  color: #00bc66;
  font-size: 1.25em;
}
.preview-stats {
  display: block;
  margin-top: 10px;
}
.preview-stats .views > *,
.preview-stats .favs > * {
  vertical-align: middle;
}
.preview-stats .favs {
  margin-left: 10px;
}
.preview-arrow {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-200%, 0);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  color: transparent;
  font-size: 36px;
}
.preview-links {
  position: relative;
  min-height: 41px;
  padding: 10px 20px;
  z-index: 3;
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.container-preview .preview-links {
  margin-top: -1px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .preview-map-wrapper,
  .preview-image {
    left: 50%;
    width: 50%;
    z-index: 2;
  }
  .preview-map-wrapper {
    position: absolute;
    right: 20px;
    width: auto;
  }
  .preview-map-wrapper ~ .preview-details {
    height: 250px;
  }
  .preview-info {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    width: 50%;
    border-top: none;
  }
  .preview-info .title {
    overflow: visible;
    white-space: normal;
  }
  .preview-info .preview-links {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 20px;
  }
}
@media (min-width: sm) {
  .preview-image img {
    width: 600px;
    height: 350px;
  }
  .preview-details .preview-details .title {
    font-size: 2em;
    line-height: 6em;
  }
  .explore {
    width: auto;
  }
}
.favorite-style {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #00bc66;
}
.favorite-style:hover,
.favorite-style:focus,
.favorite-style:active {
  color: #00703c;
}
.map-wrapper {
  transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #e5e3df;
}
@media (min-width: 992px) {
  .map-wrapper {
    transition-property: left;
  }
}
.map-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.map-scroll-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  body:not(.map-image-active)
    .map-wrapper
    .gm-style
    > .gm-bundled-control-on-bottom,
  body:not(.map-image-active)
    .map-wrapper
    .gm-style
    a[href*="maps.google.com"] {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block !important;
  }
  body:not(.map-image-active)
    #side-controls.active
    + .map-wrapper
    .gm-style
    > .gm-bundled-control-on-bottom,
  body:not(.map-image-active)
    #side-controls.active
    + .map-wrapper
    .gm-style
    a[href*="maps.google.com"] {
    transform: translateX(40px);
  }
}
.map-location-search-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  direction: rtl;
}
.map-location-search {
  position: fixed;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  direction: ltr;
}
.map-location-search [class*="icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#map-location-search {
  transition: all 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  cursor: pointer;
}
#map-location-search:focus {
  width: 250px;
  border: none;
  opacity: 1;
  cursor: text;
}
.back-to-top {
  width: 100%;
  padding: 1em 1.25em;
  background-color: #2a2a2a;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #a1a3a2;
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  color: #fff;
}
.entry-content {
  font-size: 17px;
  line-height: 1.7;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  #side-controls {
    transform: translate3d(-125%, 0, 0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    z-index: 1;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    visibility: hidden;
  }
  #side-controls.active {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  .menu-collapsed #side-controls {
    left: 0;
  }
  #side-controls .control {
    transition:
      background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
      border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
      color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #00bc66;
    border: none;
    color: #fff;
    white-space: nowrap;
    text-align: center;
  }
  #side-controls .control > [class*="icon-"] {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 18px;
    width: 40px;
    height: 50px;
    line-height: 48px;
  }
  #side-controls .control .title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-left: 40px;
    padding-right: 0.75em;
    z-index: 1;
    visibility: hidden;
    background-color: inherit;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    color: transparent;
    line-height: 50px;
    transform: translate(-100%, 0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #side-controls .control .label-new {
    margin-left: 6px;
    opacity: 0;
    font-size: 0.85em;
    font-weight: 700;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #side-controls .control:hover .title,
  #side-controls .control:focus .title,
  #side-controls .control:active .title {
    visibility: visible;
    color: #fff;
    transform: translate(0, 0);
  }
  #side-controls .control:hover .label-new,
  #side-controls .control:focus .label-new,
  #side-controls .control:active .label-new {
    opacity: 1;
  }
  #side-controls .control.active {
    z-index: 3;
    background-color: #009350;
  }
  #side-controls .control.toggler {
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
    color: #00bc66;
  }
  #side-controls .control.toggler:hover,
  #side-controls .control.toggler:focus,
  #side-controls .control.toggler:active {
    background-color: rgba(255, 255, 255, 0.95);
    color: #00703c;
  }
  #side-controls .control.toggler i {
    transform: rotate(180deg);
  }
  .menu-collapsed #side-controls .control.toggler i {
    transform: rotate(0);
  }
  #side-controls .btn-icon-new-animate {
    z-index: 2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  }
  #side-controls .btn-icon-new-animate .title {
    animation: pulse 3.5s linear infinite;
    animation-delay: 1s;
    transition-property: visibility, color, transform;
  }
  #side-controls .btn-icon-new-animate:hover:before {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1600px) {
  #side-controls {
    left: 41.6666666667%;
  }
}
@media (max-width: 991px) {
  #side-controls {
    display: none;
  }
}
#uvTab {
  box-shadow: none !important;
  background-image: none !important;
  background-color: #fff !important;
  border-radius: 0 !important;
}
#uvTabLabel {
  padding-top: 15px !important;
}
@media (max-width: 815px) {
  #uvTab {
    display: none !important;
  }
}
.colorPicker.colorPicker-custom {
  width: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.colorPicker.colorPicker-custom .oned,
.colorPicker.colorPicker-custom .twod {
  position: relative;
  margin: 0;
  z-index: 2;
  border: 5px solid #fff;
}
.colorPicker.colorPicker-custom .oned .bg,
.colorPicker.colorPicker-custom .twod .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.colorPicker.colorPicker-custom .oned {
  height: 0;
  padding-bottom: 58.3333333333%;
  margin-left: 10px;
}
.colorPicker.colorPicker-custom .oned .pointer {
  position: absolute;
  width: 100%;
  height: 1px;
}
.colorPicker.colorPicker-custom .oned .pointer .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.colorPicker.colorPicker-custom .oned .pointer .shape:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-left-color: #333;
}
.colorPicker.colorPicker-custom .oned .pointer .shape:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid;
  border-right-color: #333;
}
.colorPicker.colorPicker-custom .twod {
  width: 58.3333333333%;
  height: 0;
  padding-bottom: 58.3333333333%;
}
.colorPicker.colorPicker-custom .twod .pointer {
  position: absolute;
}
.colorPicker.colorPicker-custom .twod .pointer .shape1 {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.colorPicker.colorPicker-custom .twod .pointer .shape2 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.colorPicker.colorPicker-custom .extras {
  width: 10em;
  margin: 0 0 0 10px;
  float: left;
}
.colorPicker.colorPicker-custom .extras .currentColor {
  width: auto;
  height: 34px;
  float: none;
  border: 5px solid #fff;
  border-radius: 0;
}
.colorPicker.colorPicker-custom .extras .color,
.colorPicker.colorPicker-custom .extras .hex {
  display: flex;
  text-align: left;
  float: none;
}
.colorPicker.colorPicker-custom .extras .color + .color {
  margin-top: 1px;
}
.colorPicker.colorPicker-custom .extras label {
  flex: 0 0 auto;
  width: 30px;
  height: 34px;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
}
.colorPicker.colorPicker-custom .extras input {
  flex: 1 1 auto;
  padding-left: 6px;
  padding-right: 12px;
  border-color: transparent;
}
.colorPicker.colorPicker-custom .extras .colorFields input {
  margin-left: 0;
}
.colorPicker.colorPicker-custom.disabled-oned .oned,
.colorPicker.colorPicker-custom.disabled-twod .twod {
  display: none;
}
.colorPicker.colorPicker-custom.horizontal-oned {
  margin: 0;
  padding: 20px 20px 10px;
  background-color: #e4e4e4;
  border: none;
  border-radius: 0;
}
.colorPicker.colorPicker-custom.horizontal-oned .oned {
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  float: none;
}
.colorPicker.colorPicker-custom.horizontal-oned .oned .bg {
  height: 100%;
  background: transparent
    linear-gradient(
      to right,
      #f00 0%,
      #ff0 17%,
      #0f0 33%,
      #0ff 50%,
      #00f 67%,
      #f0f 83%,
      #f00 100%
    );
}
.colorPicker.colorPicker-custom.horizontal-oned .oned .pointer {
  width: 1px;
  height: 100%;
}
.colorPicker.colorPicker-custom.horizontal-oned .oned .pointer .shape {
  margin-left: -1px;
}
.colorPicker.colorPicker-custom.horizontal-oned .oned .pointer .shape:before {
  top: -5px;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-color: #11452d;
}
.colorPicker.colorPicker-custom.horizontal-oned .oned .pointer .shape:after {
  top: auto;
  bottom: -5px;
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-color: #11452d;
}
.colorPicker.colorPicker-custom.horizontal-oned .twod {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
  padding-bottom: 100%;
  float: none;
}
.colorPicker.colorPicker-custom.horizontal-oned .extras {
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  float: none;
}
.colorPicker.colorPicker-custom.horizontal-oned .extras:after {
  content: "";
  display: table;
  clear: both;
}
.colorPicker.colorPicker-custom.horizontal-oned .extras .currentColorContainer {
  width: 33.3333333333%;
  float: left;
}
.colorPicker.colorPicker-custom.horizontal-oned .extras .colorFields,
.colorPicker.colorPicker-custom.horizontal-oned .extras .hex {
  width: 66.6666666667%;
  margin: 0;
  padding-left: 10px;
  height: auto;
  float: left;
}
.colorPicker.colorPicker-custom.horizontal-oned .extras .colorFields ~ .hex {
  margin-top: 10px;
  margin-left: 33.3333333333%;
}
.container-slider {
  height: 34px;
  vertical-align: middle;
}
.container-slider .noUi-target {
  cursor: pointer;
  background-color: #00bc66;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.container-slider .noUi-horizontal {
  height: 3px;
  margin-top: 15.5px;
}
.container-slider .noUi-horizontal .noUi-base {
  height: 34px;
  top: -15.5px;
}
.container-slider .noUi-horizontal .noUi-handle {
  top: 11px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-color: #00bc66;
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.container-slider .noUi-horizontal .noUi-handle.noUi-active,
.container-slider .noUi-horizontal .noUi-handle:hover {
  transform: scale(1.3);
}
.container-slider .noUi-horizontal .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  width: auto;
  height: auto;
  background: none;
}
.container-slider .noUi-horizontal .noUi-handle:after {
  display: none;
}
@media (max-width: 992px) {
  .container-slider .noUi-horizontal .noUi-handle:before {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }
}
.container-slider .noUi-origin:before {
  content: "";
  display: block;
  position: absolute;
  top: 15.5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d4d4d4;
}
.container-gas {
  position: relative;
  padding: 40px 20px;
  background-color: #f6f7f6;
  font-style: normal;
}
.container-gas .gas-label {
  margin-top: -1em;
  margin-bottom: 4px;
  opacity: 0.75;
  font-size: 0.9em;
  line-height: 1;
  text-align: center;
}
.row > .container-gas {
  margin-left: 20px;
  margin-right: 20px;
}
body:not(.snazzy) .container-gas:not(.gas-always-show) {
  display: none;
}
@media (max-width: 808px) {
  .container-gas-leaderboard {
    display: none;
  }
}
.container-gas-leaderboard.footer {
  background-color: #555;
  color: #fff;
}
.gas-leaderboard {
  width: 728px;
}
.gas-medium-rectangle {
  width: 300px;
}
@media (max-width: 380px) {
  .container-gas-medium-rectangle {
    display: none;
  }
}
.gas-wide-skyscraper {
  width: 160px;
  height: 600px;
}
@media (max-width: 991px) {
  .container-gas-wide-skyscraper {
    display: none;
  }
}
.gas-mobile-banner {
  width: 320px;
}
@media (max-width: 400px) {
  .container-gas-mobile-banner {
    display: none;
  }
}
.featured-container .container-gas {
  flex: 1 1 auto;
  background-color: rgba(42, 42, 42, 0.5);
}
.explore-list .container-gas-leaderboard {
  width: calc(100% - 40px);
  margin-top: 40px;
  float: left;
}
@media (min-width: 992px) {
  .explore-list header .container-gas {
    float: right;
  }
}
@media (max-width: 991px) {
  .explore-list .container-gas-mobile-banner {
    margin: -60px -20px 60px;
  }
}
@media (max-width: 767px) {
  .explore-list .container-gas-mobile-banner {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
.editor .container-gas-mobile-banner,
.detail .container-gas-mobile-banner {
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 4px;
  z-index: 10;
  background-color: rgba(245, 245, 245, 0.85);
}
@media (max-width: 991px) {
  .editor .container-gas-mobile-banner,
  .detail .container-gas-mobile-banner {
    display: none;
  }
}
.editor .container-gas-mobile-banner .gas-label,
.detail .container-gas-mobile-banner .gas-label {
  margin-top: 0;
  margin-bottom: 2px;
}
.editor .container-gas-close,
.detail .container-gas-close {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 20px;
  padding: 0;
  border: none;
  border-right: 1px solid #eee;
  background-color: rgba(245, 245, 245, 0.85);
}
.jumbotron.featured-container {
  padding: 0;
  overflow: hidden;
}
.featured-main .featured-main-content {
  position: relative;
}
.featured-main .featured-info {
  background-image: linear-gradient(
    to right,
    #272727 0%,
    rgba(39, 39, 39, 0.9) 90%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF272727",endColorstr="#E6272727",GradientType=1);
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
  color: #fff;
}
.featured-main .featured {
  letter-spacing: 0.08em;
}
.featured-main .featured [class*="icon"] {
  margin-right: 4px;
  font-size: 1.5em;
  vertical-align: text-bottom;
}
.featured-main .name {
  font-size: 3.5em;
  line-height: 1.1em;
}
.featured-main .btn,
.featured-main #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .featured-main a.pds-vote-button,
.featured-main .plugin-pricing-tier .paypal-button button.paypal-button,
.plugin-pricing-tier .paypal-button .featured-main button.paypal-button {
  display: block;
  margin: 20px 0;
}
.featured-main .map {
  padding: 0;
}
.main-featured-map {
  height: 300px;
}
@media (min-width: 768px) {
  .featured-main .featured-main-content {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .featured-main .featured-main-content {
    padding-top: 0;
  }
  .featured-main .featured-info {
    height: 100px;
  }
  .featured-main .btn,
  .featured-main #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
  #poll-popup .PDS_Poll .pds-box .featured-main a.pds-vote-button,
  .featured-main .plugin-pricing-tier .paypal-button button.paypal-button,
  .plugin-pricing-tier .paypal-button .featured-main button.paypal-button {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .featured-main .map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    width: auto;
  }
  .main-featured-map {
    height: 350px;
  }
  .main-featured-map .gm-style > div:nth-child(2) {
    left: 41.6666666667% !important;
  }
}
.featured-sub {
  position: relative;
  background-color: #464646;
  box-shadow: 0 0 8px black;
}
.featured-sub .featured-sub-content .featured {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 3;
  background-color: rgba(0, 188, 102, 0.9);
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.featured-sub .featured-style-content {
  position: relative;
}
.featured-sub .preview-details {
  background-color: #272727;
  color: #fff;
}
.featured-sub .preview-details .preview-title {
  color: #fff;
}
.featured-sub .preview-details:hover,
.featured-sub .preview-details:focus,
.featured-sub .preview-details:active {
  background-color: #00bc66;
}
.featured-sub .preview-info {
  border: none;
}
@media (min-width: 992px) {
  .featured-sub-content {
    position: relative;
    min-height: 270px;
  }
  .featured-sub .row {
    position: relative;
  }
}
.filter-group {
  position: relative;
}
.filter-toggle {
  display: block;
  width: 100%;
}
.filter-toggle.active {
  background-color: #00bc66;
  border-color: #00bc66;
  color: #fff;
}
.list-sort {
  padding: 0 20px;
  background-color: #f6f7f6;
}
.list-sort .form-group {
  background-color: #fff;
}
.list-sort .form-group .help-block {
  margin: 0;
}
.content-list-sort {
  padding-top: 20px;
  padding-bottom: 20px;
}
.style-preview {
  margin-top: 20px;
}
.style-preview .links {
  display: inline-block;
}
.style-preview a {
  padding: 6px 4px;
}
@media (min-width: 768px) {
  .filter-toggle {
    display: none;
  }
  .list-search .input-group {
    width: 35.2em;
  }
  .list-sort {
    display: block;
    height: auto !important;
    padding: 0;
    background-color: transparent;
    visibility: visible;
  }
  .list-sort .form-group {
    display: inline-block;
    margin: 0 0.4em 0 0;
    float: left;
    background-color: transparent;
  }
  .list-sort .form-group.small .form-control,
  .list-sort .form-group.small .style-options input[type="number"],
  .style-options .list-sort .form-group.small input[type="number"],
  .list-sort
    .form-group.small
    .container-editor-multiselectlist
    .selectize-input,
  .container-editor-multiselectlist
    .list-sort
    .form-group.small
    .selectize-input,
  .list-sort .form-group.small .colorPicker.colorPicker-custom .extras input,
  .colorPicker.colorPicker-custom .extras .list-sort .form-group.small input {
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
  }
  .content-list-sort {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .list-search .input-group {
    width: 32.6em;
  }
}
@media (max-width: 767px) {
  .list-sort {
    margin-top: 0;
  }
}
.explore-list .preview {
  margin-top: 40px;
}
.preview-details .favorite-style {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px;
}
.preview-details .favorite-style [class*="icon-"] {
  font-size: 18px;
}
.detail {
  background-color: #fff;
}
@media (min-width: 992px) {
  .detail .map-wrapper {
    left: 33.3333333333%;
  }
  .detail.menu-collapsed .map-wrapper {
    left: 0;
  }
  .detail #side-menu {
    width: 33.3333333333%;
  }
  .detail.menu-collapsed #side-menu {
    left: -33.3333333333%;
  }
  .detail #side-controls {
    left: 33.3333333333%;
  }
  .detail.menu-collapsed #side-controls {
    left: 0;
  }
}
@media (max-width: 991px) {
  .detail {
    overflow: hidden;
  }
  .detail .body-container {
    bottom: 60px;
  }
  .detail .animate-panel-main[aria-expanded="true"] .fade {
    opacity: 1;
    visibility: visible;
  }
}
.side-menu-toggle-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.75);
  z-index: 12;
}
@media (min-width: 992px) {
  .side-menu-toggle-wrapper {
    display: none;
  }
}
.download-image-toggle-xs {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #eee;
  border-radius: 0;
  color: #00bc66;
  font-size: 18px;
}
.map-image-active .download-image-toggle-xs {
  background-color: #00bc66;
  color: #fff;
}
.side-menu-toggle {
  position: relative;
  width: calc(100% - 60px);
  height: 60px;
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  text-align: left;
}
.side-menu-toggle .default,
.side-menu-toggle .alt,
.side-menu-toggle .download {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.map-image-active .side-menu-toggle:not(.active) .download,
.side-menu-toggle.active .alt {
  opacity: 1;
  visibility: visible;
}
.side-menu-toggle .alt,
.side-menu-toggle .download,
.side-menu-toggle.active .default,
.map-image-active .side-menu-toggle .default {
  opacity: 0;
  visibility: hidden;
}
.side-menu-toggle .alt,
.side-menu-toggle .download {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  line-height: 60px;
}
.side-menu-toggle .title,
.side-menu-toggle .designer,
.side-menu-toggle .extras {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail .name {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.detail .date {
  color: #999;
  font-size: 12px;
}
.detail .designer-url {
  word-break: break-all;
}
.detail .preview-links {
  padding: 0;
  background-color: transparent;
  border: none;
}
.detail .stats i {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.detail .stats i + span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.animate-panel.collapsing .zclip {
  display: none;
}
#favorite-style {
  padding: 0.5em 0.75em;
}
#favorite-style.is-favorite {
  background-color: #00bc66;
  color: #fff;
}
#copy-json {
  position: relative;
  z-index: 3;
}
.code-block {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #f6f7f6;
}
@media (min-width: 992px) {
  .code-block {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.code-block pre {
  display: inline-block;
  min-width: 100%;
  margin: 0;
  padding: 0 0 20px;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.code-block .btn-wrapper {
  margin-left: -40px;
  margin-right: -40px;
}
.code-block #copy-json {
  margin-bottom: 20px;
}
.code-body-collapse {
  display: block;
  position: relative;
  min-height: 12em;
  visibility: visible;
  overflow-x: auto;
  overflow-y: hidden;
}
.code-body-collapse.collapse {
  height: 1px;
}
.code-body-collapse.collapse.in {
  height: auto;
}
@media (max-width: 991px) {
  .code-body-collapse {
    height: auto !important;
  }
}
.code-toggle {
  background-color: #ebedeb;
  color: #00bc66;
}
.code-toggle:hover,
.code-toggle:focus,
.code-toggle:active {
  color: #00703c;
}
.download-example-wrapper {
  margin-top: 20px;
}
.no-flash .copy-json,
.no-flash #copy-json {
  display: none !important;
}
.info-blocks {
  float: left;
  font-style: italic;
}
.info-blocks a {
  display: inline-block;
  height: 20px;
  float: left;
  line-height: 20px;
}
.info-blocks a:hover,
.info-blocks a:focus,
.info-blocks a:active {
  text-decoration: none;
}
.info-colors {
  margin-right: 10px;
}
.info-colors a {
  transition: transform 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  width: 20px;
}
.info-colors a:hover,
.info-colors a:focus,
.info-colors a:active {
  transform: scale(1.2, 1.2);
  position: relative;
  z-index: 2;
}
.info-tags a {
  margin-right: 10px;
  font-size: 12px;
}
.info-colors .color-red {
  background-color: #d63d32;
}
.info-colors .color-orange {
  background-color: #eb8853;
}
.info-colors .color-yellow {
  background-color: #e2e455;
}
.info-colors .color-green {
  background-color: #00bc66;
}
.info-colors .color-blue {
  background-color: #2282e6;
}
.info-colors .color-purple {
  background-color: #8544cd;
}
.info-colors .color-white {
  background-color: #fff;
  border: 1px solid #ccc;
}
.info-colors .color-gray {
  background-color: #999;
}
.info-colors .color-black {
  background-color: #222;
}
.info-colors .color-multi {
  background: transparent url("1628255260d35f67aa83f4b33200d05bf5f4fe14.png")
    center no-repeat;
  background-size: 100% 100%;
}
.col-panel {
  position: relative;
  height: 100% !important;
  width: 33.3333333333%;
  float: left;
  z-index: 2;
}
.col-panel.full-width {
  width: 100%;
}
.animate-panel {
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  visibility: hidden;
}
.animate-panel .fade {
  opacity: 0;
}
.animate-panel .slide {
  transform: translate3d(0, 100%, 0);
}
.animate-panel[aria-expanded="true"] {
  visibility: visible;
}
.animate-panel[aria-expanded="true"] .animate-panel-content {
  visibility: visible;
}
.animate-panel[aria-expanded="true"] .fade {
  opacity: 1;
}
.animate-panel[aria-expanded="true"] .slide {
  transform: translate3d(0, 0, 0);
}
.animate-panel-content {
  transition: all 0.29s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.01s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  background-color: #fff;
}
.col-panel-header {
  position: relative;
  opacity: 0.4;
}
[aria-expanded="true"] > .animate-panel-content > .col-panel-header,
.active > .col-panel-header {
  opacity: 1;
}
[aria-expanded="true"] > .animate-panel-content > .col-panel-header .marker,
.active > .col-panel-header .marker {
  background-color: #aaa;
  transition-delay: 0.3s;
}
[aria-expanded="true"] > .animate-panel-content > .col-panel-header .current,
.active > .col-panel-header .current {
  right: 0;
}
.col-panel-header .col-progress {
  position: relative;
  height: 9px;
  margin-right: -40px;
}
.col-panel-header .marker {
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  z-index: 4;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.col-panel-header .path {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 7px);
  height: 1px;
  margin-top: -0.5px;
}
.col-panel-header .path.pre {
  left: calc(-100% + 8px);
}
.col-panel-header .path:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background-color: rgba(170, 170, 170, 0.4);
}
.col-panel-header .current {
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 100%;
  z-index: 2;
  background-color: #aaa;
}
.col-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
.col-panel-filler {
  transform: translate(0, -50%);
  transition: opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  color: #ccc;
  text-align: center;
}
.col-panel-filler [class*="icon-"] {
  display: block;
  font-size: 4.5em;
}
.col-panel-filler span {
  display: block;
  margin-top: -0.2em;
}
.has-filler.active > .col-panel-filler {
  opacity: 0;
}
.col-panel-content {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
}
.col-panel-content.scroll-x {
  overflow-x: auto;
}
.has-filler .col-panel-content {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}
.has-filler.active > .col-panel-content {
  opacity: 1;
  visibility: visible;
}
.animate-panel-close {
  transition: color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 3;
  background: none;
  border: none;
}
.animate-panel-close:hover {
  color: #00bc66;
}
#view-tree .collapsing {
  overflow: visible;
}
#view-tree .animate-panel-content {
  background-color: #f6f7f6;
}
#view-tree .active {
  background-color: #fff;
}
.has-children {
  position: relative;
}
.has-children:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 24px;
  width: 1px;
  z-index: 1;
  background-color: #8ce2bb;
}
.has-children:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 4px;
  height: 1px;
  z-index: 1;
  background-color: #8ce2bb;
}
.has-children > * {
  position: relative;
  z-index: 2;
}
.has-children > ul {
  margin-top: 0;
  margin-left: 24px;
}
.has-children .expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  border: none;
  color: #00bc66;
  line-height: 32px;
}
.has-children .expand .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid;
  transition: transform 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -6px;
  z-index: 1;
}
.has-children .expand:before,
.has-children .expand:after {
  transition: background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
}
.has-children .expand:before {
  top: 50%;
  width: 1px;
}
.has-children .expand:after {
  width: 4px;
  height: 1px;
}
.has-children .expand:hover,
.has-children .expand:focus,
.has-children .expand:active {
  color: #00703c;
}
.has-children.expanded > .has-expander .expand .triangle {
  transform: rotate(90deg);
}
.node-link {
  transition:
    background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.175s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 26.6666666667px 8px 40px;
  background-color: transparent;
  border: none;
  text-align: left;
}
.node-link:hover,
.node-link:focus {
  background-color: rgba(0, 188, 102, 0.12);
  text-decoration: none;
}
.node-link.selected {
  display: block;
  background-color: #00bc66;
  color: #fff;
}
.node-link.selected + .expand {
  color: #fff;
}
.node-link.selected + .expand:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.node-link.selected + .expand:hover,
.node-link.selected + .expand:focus,
.node-link.selected + .expand:active {
  color: #bcffe0;
}
.has-children:not(.expanded)
  > .has-expander
  > .node-link.selected
  + .expand:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.node-link.has-style:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #00bc66;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.175s cubic-bezier(0.4, 0, 0.2, 1);
}
.node-link.has-style:hover:after {
  border-color: #e0f7ed;
}
.node-link.has-style.selected:after {
  background-color: #fff;
  border-color: #00bc66;
}
.editor .col-panel + .col-panel {
  border-left: 1px solid #f0f0f0;
}
.editor .display-content {
  display: none;
}
.editor .display-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #f6f7f6;
  color: #999;
  font-style: italic;
  text-align: center;
}
.editor .scroll-content {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .editor .map-wrapper {
    left: 50%;
  }
  .editor.menu-collapsed .map-wrapper {
    left: 0;
  }
  .editor .display-content {
    display: block;
  }
  .editor .display-message {
    display: none;
  }
}
@media (min-width: 1600px) {
  .editor .map-wrapper {
    left: 41.6666666667%;
  }
}
#side-menu {
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  top: 100%;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  margin-top: 50px;
  z-index: 8;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
#side-menu.in {
  position: absolute;
  top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  #side-menu {
    z-index: 11;
  }
  #side-menu.in {
    top: 0;
  }
}
@media (min-width: 992px) {
  #side-menu {
    transform: translate3d(0, 0, 0);
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: 0 !important;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    overflow: hidden;
  }
  .menu-collapsed #side-menu {
    left: -50%;
  }
}
@media (min-width: 1600px) {
  #side-menu {
    width: 41.6666666667%;
  }
  .menu-collapsed #side-menu {
    left: -41.6666666667%;
  }
}
.style-group {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.style-group .heading {
  padding: 8px 0;
}
.style-group .reset {
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding: 8px 0;
  background-color: transparent;
  border: none;
  overflow: hidden;
  color: #00bc66;
  font-size: 16px;
}
.style-group .reset [class*="icon-"] {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.style-group .reset:hover,
.style-group .reset:active {
  color: #00703c;
}
.style-group .reset:hover [class*="icon-"],
.style-group .reset:active [class*="icon-"] {
  transform: rotate(-360deg);
}
.style-options {
  margin: 0 -20px;
}
.style-options > li {
  transition: background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  float: left;
  background-color: #f8f8f8;
}
.style-options > li:hover,
.style-options > li:focus {
  background-color: rgba(0, 188, 102, 0.12);
}
.style-options .color-hue,
.style-options .color-custom {
  display: none;
}
.style-options .control-label {
  display: block;
  padding: 8px 20px 8px 40px;
}
.style-options .option-label {
  padding-top: 8px;
}
.style-options .option-input {
  padding-top: 8px;
  padding-bottom: 8px;
}
.style-options .container-slider {
  padding-right: 0;
}
.style-options input[type="number"] {
  height: 34px;
  padding: 4px;
  border-color: transparent;
}
.style-option.separated + .separated {
  margin-top: 1px;
}
#view-code pre {
  display: inline-block;
  min-width: 100%;
  background-color: transparent;
  border: none;
}
#view-presets .preset-choice {
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
}
#view-presets .preset-toggle {
  display: none;
  position: relative;
  z-index: 2;
  padding: 0 40px 20px;
}
#view-presets label {
  display: block;
  font-weight: normal;
}
#view-presets .radio {
  position: static;
  padding: 0;
}
#view-presets .radio span {
  display: block;
  position: relative;
  z-index: 1;
}
#view-presets .radio .control-label {
  display: block;
  margin: 0;
  padding: 20px 40px;
}
#view-presets .radio .control-label:hover .css-radio-bkg,
#view-presets .radio .control-label:focus .css-radio-bkg {
  background-color: rgba(0, 188, 102, 0.12);
}
#view-presets .radio .css-radio-bkg {
  transition: background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#view-presets .radio input[type="radio"]:checked + .css-radio-bkg {
  background-color: #e4e4e4;
}
#view-presets .colorPicker.colorPicker-custom .twod {
  width: 33.3333333333%;
  padding-bottom: 33.3333333333%;
}
#view-presets .colorPicker.colorPicker-custom .oned {
  width: 34px;
  padding-bottom: 33.3333333333%;
}
.map-wrapper.animating .map-scroll-content {
  overflow: hidden;
}
.map-wrapper.animating .map-scroll-content {
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.map-wrapper.animating .map-guidelines {
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.map-image-active:not(.details-expanded) {
  overflow: hidden;
}
.map-image-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding-left: 4px;
  padding-right: 4px;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  visibility: hidden;
  transform: translate(0, -100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.map-image-active .map-image-toolbar {
  visibility: visible;
  transform: translate(0, 0);
}
.map-image-toolbar .btn,
.map-image-toolbar #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .map-image-toolbar a.pds-vote-button,
.map-image-toolbar .plugin-pricing-tier .paypal-button button.paypal-button,
.plugin-pricing-tier .paypal-button .map-image-toolbar button.paypal-button {
  height: 50px;
  color: #666;
}
.map-image-toolbar .btn:hover,
.map-image-toolbar #poll-popup .PDS_Poll .pds-box a.pds-vote-button:hover,
#poll-popup .PDS_Poll .pds-box .map-image-toolbar a.pds-vote-button:hover,
.map-image-toolbar
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button:hover,
.plugin-pricing-tier
  .paypal-button
  .map-image-toolbar
  button.paypal-button:hover,
.map-image-toolbar .btn:focus,
.map-image-toolbar #poll-popup .PDS_Poll .pds-box a.pds-vote-button:focus,
#poll-popup .PDS_Poll .pds-box .map-image-toolbar a.pds-vote-button:focus,
.map-image-toolbar
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button:focus,
.plugin-pricing-tier
  .paypal-button
  .map-image-toolbar
  button.paypal-button:focus,
.map-image-toolbar .btn:active,
.map-image-toolbar #poll-popup .PDS_Poll .pds-box a.pds-vote-button:active,
#poll-popup .PDS_Poll .pds-box .map-image-toolbar a.pds-vote-button:active,
.map-image-toolbar
  .plugin-pricing-tier
  .paypal-button
  button.paypal-button:active,
.plugin-pricing-tier
  .paypal-button
  .map-image-toolbar
  button.paypal-button:active {
  color: #333;
}
.map-image-toolbar .btn-icon {
  width: 40px;
  padding: 0;
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .map-image-toolbar {
    left: 40px;
  }
}
.map-image-active .map-scroll-content {
  top: 50px;
}
@media (min-width: 992px) {
  .map-image-active .map-scroll-content {
    left: 40px;
  }
}
.map-image-active .body-container {
  background-color: #e5e3df;
}
.map-image-active .map-zoom-helper-outer {
  display: inline-block;
  position: relative;
  width: 500px;
  height: 500px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.map-image-active .map-zoom-helper-inner {
  transform-origin: 0 0;
}
.map-preview-zoom-slider {
  display: inline-block;
  width: 80px;
}
.map-preview-zoom-slider input {
  display: none;
}
.map-preview-zoom-slider .noUi-target {
  background-color: #808080;
}
.map-preview-zoom-slider .noUi-horizontal .noUi-handle {
  background-color: #808080;
}
@media (min-width: 768px) {
  .map-preview-zoom-slider {
    width: 150px;
  }
}
.map-preview-zoom-dropdown {
  display: inline-block;
}
.map-preview-zoom-dropdown .dropdown-menu {
  min-width: 0;
  white-space: nowrap;
}
.map-preview-zoom-dropdown .dropdown-toggle {
  padding-left: 0;
  text-align: right;
}
.map-preview-zoom-dropdown .dropdown-label {
  display: inline-block;
  width: 2.75em;
}
.map-image-active .map-guidelines {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 500px;
  height: 500px;
  min-width: calc(100% - 80px);
  min-height: calc(100% - 80px);
  margin: auto;
  padding: 40px;
}
.map-image-active .map-guidelines-visible .map-guidelines:before,
.map-image-active .map-guidelines-visible .map-guidelines:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #0ff;
  pointer-events: none;
}
.map-image-active .map-guidelines-visible .map-guidelines:before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}
.map-image-active .map-guidelines-visible .map-guidelines:after {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}
.map-guidelines-icon-off {
  display: block;
}
.map-guidelines-icon-on {
  display: none;
}
.map-guidelines-visible .map-guidelines-icon-off {
  display: none;
}
.map-guidelines-visible .map-guidelines-icon-on {
  display: block;
}
.map-image-zoom-wrapper {
  position: absolute;
  bottom: 39px;
  left: 10px;
  height: 55px;
  z-index: 4;
  visibility: hidden;
}
.map-image-active .map-image-zoom-wrapper {
  bottom: 10px;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.map-image-zoom {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.map-image-zoom button {
  display: block;
  width: 28px;
  height: 27px;
  padding: 0;
  background: none;
  border: 0;
  font-size: 15px;
  color: #666;
}
.map-image-zoom button:hover,
.map-image-zoom button:focus,
.map-image-zoom button:active {
  color: #333;
}
.map-image-zoom hr {
  width: 67%;
  margin: 0 auto;
}
.container-editor-map-size > * + *,
.container-editor-map-size .help-block {
  margin-top: 4px;
}
.container-editor-map-size i {
  font-size: 1.75em;
}
.container-editor-map-size .input-group {
  width: 7.5em;
}
.container-editor-map-size .input-group-addon {
  color: #333;
  border-color: #ccc;
  background-color: #eee;
}
.container-editor-map-size .container-slider > * + * {
  margin-left: 20px;
}
#download-image-form .form-group + .form-group {
  margin-top: 40px;
}
.plugin-jumbotron {
  background-image: url("a94d40b0bf4e5d091b5d95add4309cd1c889707d.png");
}
@media (min-width: 992px) {
  .plugin-summary {
    display: flex;
    align-items: center;
  }
  .plugin-summary .plugin-desc {
    margin-top: 0;
  }
  .plugin-section:nth-child(2n + 1) .plugin-desc {
    order: -1;
  }
}
.plugin-screenshot {
  max-width: 100%;
  height: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.plugin-features [class*="icon-"] {
  color: #00bc66;
  font-size: 48px;
}
.plugin-pricing-tier > * {
  width: 100%;
}
.plugin-pricing-tier .price,
.plugin-pricing-tier .info {
  padding: 40px;
}
.plugin-pricing-tier .info,
.plugin-pricing-tier .action {
  background-color: #fff;
}
.plugin-pricing-tier .price {
  transition: background-color 0.175s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #505050;
  color: #fff;
}
.plugin-pricing-tier section:hover .price {
  background-color: #444;
}
.plugin-pricing-tier .action {
  padding: 20px 40px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}
.plugin-pricing-tier .action .btn,
.plugin-pricing-tier .action #poll-popup .PDS_Poll .pds-box a.pds-vote-button,
#poll-popup .PDS_Poll .pds-box .plugin-pricing-tier .action a.pds-vote-button,
.plugin-pricing-tier .action .paypal-button button.paypal-button,
.plugin-pricing-tier .paypal-button .action button.paypal-button {
  display: inline-block;
  width: 100%;
}
.plugin-pricing-tier .subtitle {
  font-size: 2.5em;
  line-height: 1;
}
.plugin-pricing-tier .strike {
  opacity: 0.5;
  font-size: 0.5em;
  text-decoration: line-through;
}
.plugin-pricing-tier .paypal-button button.paypal-button {
  padding: 0;
  font-style: normal;
  font-size: 0;
}
.plugin-pricing-tier .paypal-button button.paypal-button:before,
.plugin-pricing-tier .paypal-button button.paypal-button:after {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  vertical-align: middle;
  font-size: 14px;
}
.plugin-pricing-tier .paypal-button button.paypal-button:before {
  content: "Buy now with ";
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.plugin-pricing-tier .paypal-button button.paypal-button:after {
  content: url("2ce0e3a48c500a8bc5af8a035ee23e719afe9b41.svg");
  top: 1px;
  margin-left: 4px;
}
#poll-popup .popup-content {
  margin: 0;
}
#poll-popup .PDS_Poll .pds-box {
  width: 100%;
  border: none;
  font-family: inherit;
  font-size: 14px;
}
#poll-popup .PDS_Poll .pds-box a {
  color: #00bc66;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#poll-popup .PDS_Poll .pds-box-outer {
  padding: 0;
}
#poll-popup .PDS_Poll .pds-question-top {
  padding: 0;
  font-size: 1.5em;
  font-weight: 500;
}
#poll-popup .PDS_Poll .pds-answer {
  margin-top: 20px;
  padding: 0;
  border: none;
}
#poll-popup .PDS_Poll .pds-answer-group {
  display: table;
  position: relative;
  padding: 0;
}
#poll-popup .PDS_Poll .pds-answer-input {
  display: table-cell;
  position: relative;
  width: 13px;
  float: none;
  vertical-align: middle;
}
#poll-popup .PDS_Poll input[type="radio"] {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  outline: none;
}
#poll-popup .PDS_Poll .pds-input-label,
#poll-popup .PDS_Poll .pds-answer-other {
  display: table-cell;
  width: 100%;
  padding: 10px;
  float: none;
  vertical-align: middle;
  font-weight: 400;
}
#poll-popup .PDS_Poll .pds-answer-other {
  padding: 0;
}
#poll-popup .PDS_Poll .pds-other-label {
  display: table-cell;
  padding: 10px;
  float: none;
  vertical-align: middle;
  font-weight: 400;
}
#poll-popup .PDS_Poll .pds-textfield {
  width: 100%;
  padding: 5px;
}
#poll-popup .PDS_Poll .pds-votebutton-outer {
  text-align: center;
}
#poll-popup .PDS_Poll .pds-vote {
  margin-top: 20px;
  padding: 0;
}
#poll-popup .PDS_Poll .pds-answer-feedback {
  background: #e1f4eb;
  border: none;
}
#poll-popup .PDS_Poll .pds-answer-feedback-bar {
  background: #00bc66;
}
@media (min-width: 768px) {
  #poll-popup .PDS_Poll .pds-answer {
    margin-top: 40px;
  }
  #poll-popup .PDS_Poll .pds-vote {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #poll-popup .PDS_Poll .pds-textfield {
    font-size: 16px;
  }
}
.timeline {
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
}
.timeline:before {
  background-image: linear-gradient(
    to bottom,
    #aaa 80%,
    rgba(170, 170, 170, 0) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFAAAAAA",endColorstr="#00AAAAAA",GradientType=0);
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 1px;
}
.timeline .item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .timeline .item-delay {
    margin-bottom: 80px;
  }
  .timeline .item-delay-long {
    margin-bottom: 120px;
  }
}
.timeline date {
  display: block;
  position: relative;
  font-weight: 700;
}
.timeline date:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -23.5px;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  background-color: #aaa;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .timeline-wrapper {
    text-align: center;
  }
  .timeline {
    display: inline-block;
    text-align: left;
  }
}
.figure-stat [class*="figure-stat-icon"] {
  display: block;
  margin: 0 auto 13.3333333333px;
}
.figure-stat-horizontal [class*="figure-stat-icon"] {
  margin-right: 13.3333333333px;
}
.figure-stat-value {
  font-family:
    "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.875em;
  font-weight: 500;
  line-height: 1;
}
.figure-stat-value-lg {
  font-size: 4.375em;
}
.figure-stat-icon {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  font-size: 1.875em;
  line-height: 36px;
  text-align: center;
}
.figure-stat-icon-lg {
  font-size: 80px;
  line-height: 76px;
}
.press-logos .logo-wrapper {
  padding: 6px;
  background: transparent url("de1cd6fa87b755d42a73de6675921fa082f6ea03.png")
    top left repeat;
  background-size: 16px 16px;
  border: 1px solid #ddd;
}
.press-logos .logo-container {
  position: relative;
}
.press-logos .logo-container img {
  max-width: 100%;
  height: auto;
}
.press-logos .logo-caption {
  margin-bottom: 10px;
  color: #999;
  font-size: 0.85em;
  font-style: italic;
}
@media (min-width: 768px) {
  .placement-desc {
    order: -1;
  }
}
.profile-menu {
  margin-bottom: 40px;
}
.profile-menu-toggle.active {
  background-color: #00bc66;
  border-color: #00bc66;
  color: #fff;
}
.profile-menu-items {
  margin: 0;
}
@media (min-width: 992px) {
  .profile-menu-items {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .profile-menu-items {
    background-color: #f6f7f6;
  }
  .profile-menu-items a {
    margin-top: 1px;
  }
}
@media (min-width: 992px) {
  body:not(.snazzy) .purchases-wrapper {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body:not(.snazzy) .purchases-wrapper {
    width: 83.3333333333%;
  }
}
.copy-json {
  position: absolute;
  display: block;
  top: -1px;
  right: -1px;
  z-index: 2;
  text-align: center;
}
.copy-json.hover {
  background-color: rgba(0, 188, 102, 0.1);
  color: #00562f;
}
.copy-json i {
  display: inline-block;
  margin-right: 4px;
}
.stats-block .label {
  margin: 0;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
.stats-block .value {
  margin: 5px 0 0;
  font-weight: 700;
}
.stats-block .value-differentials {
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-set > .stats > [class*="col-"] + [class*="col-"] {
    margin-top: 40px;
  }
}
@media (max-width: 420px) {
  .stats [class*="col-"] {
    width: 100%;
  }
  .stats [class*="col-"] + [class*="col-"] {
    margin-top: 40px;
  }
}
.page-error-message {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-error-message {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-error-message h1 {
  margin: 0;
  font-size: 3em;
  line-height: 1;
}
.page-error-message h2 {
  margin: 0 0 0.6em;
  font-size: 2.2em;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-error-message h1 {
    font-size: 4em;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
