.h24-u-documentBackgroundHolder {
  background-clip: content-box;
  background-attachment: local;
}
.h24-u-documentBackgroundHolder:before {
  background-clip: content-box;
}
.h24-SidePanel__leftPanelVisibleOnPage .h24-u-documentBackgroundHolder:before {
  padding-left: 231px;
}
.h24-HeaderSection-container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.h24-FooterSection-container {
  z-index: 2;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.h24-PageBackgroundManager-section {
  position: relative;
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted #cccccc;
}
.h24-PageBackgroundManager-section:first-child {
  padding: 0 0 10px 0;
}
.h24-PageBackgroundManager-section:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.h24-PageBackgroundManager-tabContainer {
  margin-left: -16px;
  margin-right: -16px;
}
.h24-PageBackgroundManager-tabContainer > ul {
  padding: 0 16px;
  margin-bottom: 5px;
}
.h24-PageBackgroundManager-tabContainer > ul > li > a {
  font-weight: 500 !important;
  color: #888888;
}
.h24-PageBackgroundManager-tabContainer > ul > li.active > a {
  color: #222222;
}
.h24-PageBackgroundManager-tabContainer .tab-content .tab-pane {
  padding: 9px 16px 5px;
}
.h24-PageBackgroundManager-tabContainer button {
  padding: 0 0 0 10px;
  font-weight: 500 !important;
  color: #888888;
}
.h24-PageBackgroundManager-tabContainer button:first-child {
  padding-left: 0;
}
.h24-PageBackgroundManager-tabContainer button:hover {
  color: #555555;
}
.h24-PageBackgroundManager-tabContainer button.active-alternative {
  color: #222222;
  font-weight: 500 !important;
}
.h24-PageBackgroundManager-container__disabledControls .h24-PageBackgroundManager-sectionWithControls:after {
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.h24-PageBackgroundManager-heading {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  display: block;
  color: #555;
}
.h24-PageBackgroundManager-heading:first-child {
  margin-top: 0;
}
.h24-PageBackgroundManager-previewItem {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 40px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.h24-PageBackgroundManager-previewItem:hover .h24-PageBackgroundManager-previewItemDescription {
  display: block;
}
.h24-PageBackgroundManager-previewItemImage {
  width: 100%;
  height: auto;
}
.h24-PageBackgroundManager-previewItemPattern {
  width: auto;
  height: auto;
  min-width: 100%;
}
.h24-PageBackgroundManager-previewItemDescription {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}
.h24-PageBackgroundManager-previewItem__current:after,
.h24-PageBackgroundManager-previewItem__current:before,
.h24-PageBackgroundManager-previewItem__chosen:after,
.h24-PageBackgroundManager-previewItem__chosen:before {
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
}
.h24-PageBackgroundManager-previewItem__current:after {
  border: 3px dashed black;
}
.h24-PageBackgroundManager-previewItem__current:before {
  border: 3px solid white;
}
.h24-PageBackgroundManager-previewItem__chosen:after {
  border: 3px dashed #3fa22b;
}
.h24-PageBackgroundManager-previewItem__chosen:before {
  border: 3px solid white;
}
.h24-PageBackgroundManager-typeContainer {
  display: none;
  overflow-x: hidden;
  *zoom: 1;
}
.h24-PageBackgroundManager-typeContainer:before,
.h24-PageBackgroundManager-typeContainer:after {
  display: table;
  content: "";
  line-height: 0;
}
.h24-PageBackgroundManager-typeContainer:after {
  clear: both;
}
.h24-PageBackgroundManager-typeContainer__open {
  display: block;
}
.h24-PageBackgroundManager-uploaderContainer {
  margin-bottom: 20px;
}
.h24-PageBackgroundManager-uploader {
  display: inline-block;
}
.h24-PageBackgroundManager-typeContainer[data-allow-settings="true"] {
  min-height: 100px;
}
.h24-PageBackgroundManager-categoryChangerContainer {
  text-align: center;
}
a.h24-PageBackgroundManager-categoryChanger {
  font-size: 40px;
  text-shadow: 0px 0px 5px #000000;
  vertical-align: text-top;
}
a.h24-PageBackgroundManager-categoryChanger:hover {
  text-decoration: none;
  text-shadow: 0px 0px 1px #000000;
}
a.h24-PageBackgroundManager-categoryChanger__active {
  cursor: default;
  color: #000000;
}
a.h24-PageBackgroundManager-categoryChanger__active:hover  {
  text-shadow: 0px 0px 5px #000000;
}
.h24-PageBackgroundManager-previewItemCategory {
  display: none;
}
.h24-PageBackgroundManager-previewItemCategory__active {
  display: block;
}
.h24-PageBackgroundManager-backgroundSettings {
  display: none;
}
.h24-PageBackgroundManager-backgroundSettings__allowed {
  display: block;
}
.h24-PageBackgroundManager-colorSettings {
  display: none;
}
.h24-PageBackgroundManager-colorSettings__allowed {
  display: block;
}
.h24-PageBackgroundManager-colorSwatch {
  border: 1px solid #000000;
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 4px;
  width: 16px;
}
input[type="text"].h24-PageBackgroundManager-colorValue {
  width: 60px;
  margin-right: 5px;
  padding: 1px 0;
}
.h24-PageBackgroundManager-colorButton {
  font-size: 11px;
  padding: 3px 6px;
}
.h24-PageBackgroundManager-colorButtonIcon {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  text-align: center;
  text-indent: -999em;
  width: 16px;
  background: url('../../../public/css/common/images/famfamfam/color_wheel.png') no-repeat scroll 0 0 transparent;
  margin-right: 5px;
}
.h24-PageBackgroundManager-customBackgroundSettings {
  display: none;
}
.h24-PageBackgroundManager-customBackgroundSettings__open {
  display: block;
}
.h24-PageBackgroundManager-opacitySettings {
  display: none;
}
.h24-PageBackgroundManager-opacitySettings__allowed {
  display: block;
}
.h24-PageBackgroundManager-saveMethods {
  margin-bottom: 10px;
}
.h24-PageBackgroundManager-saveMethod {
  display: block;
}
.h24-PageBackgroundManager-cancelButton {
  margin-left: 15px;
}
.h24-PageBackgroundManager-hoverHelper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}
.h24-PageBackgroundManager-backgroundControls {
  display: none;
  position: fixed;
  top: 117px;
  transition: top 0.1s ease-in-out 0s;
}
.h24_admin_panel_hidden .h24-PageBackgroundManager-backgroundControls {
  top: 20px;
}
.h24-PageBackgroundManager-hoverHelper__hoverIntent.h24-PageBackgroundManager-hoverHelper__videoBackground .h24-PageBackgroundManager-backgroundVideoControls,
.h24-PageBackgroundManager-hoverHelper__hoverIntent.h24-PageBackgroundManager-hoverHelper__imageBackground .h24-PageBackgroundManager-backgroundImageControls {
  display: block;
}
.h24-PageBackgroundManager-hoverHelper__hoverIntentLeft .h24-PageBackgroundManager-backgroundControls {
  left: 20px;
}
.h24-PageBackgroundManager-hoverHelper__hoverIntentRight .h24-PageBackgroundManager-backgroundControls {
  right: 20px;
}
.h24-PageBackgroundManager-pauseIcon,
.h24-PageBackgroundManager-playIcon {
  display: none;
}
.h24-PageBackgroundManager-hoverHelper__videoPaused .h24-PageBackgroundManager-playIcon,
.h24-PageBackgroundManager-hoverHelper__videoPlaying .h24-PageBackgroundManager-pauseIcon {
  display: inline-block;
}
.h24-PageBackgroundManager-opacitySlider {
  display: inline-block;
  width: 150px;
  margin-right: 15px;
  vertical-align: middle;
}
.h24-PageBackgroundManager-opacityValue {
  width: 40px;
}
.pp-FauxSection,
.h24-HeaderSection,
.h24-FooterSection {
  -webkit-transition: .3s background-color ease, .3s background-position ease;
  -moz-transition: .3s background-color ease, .3s background-position ease;
  -o-transition: .3s background-color ease, .3s background-position ease;
  transition: .3s background-color ease, .3s background-position ease;
  background-clip: content-box;
}
.h24-SidePanel__leftPanelVisibleOnPage .pp-FauxSection,
.h24-SidePanel__leftPanelVisibleOnPage .h24-HeaderSection,
.h24-SidePanel__leftPanelVisibleOnPage .h24-FooterSection {
  padding-left: 231px;
}
.pp-FauxSection-menu,
.h24-HeaderSection-menu,
.h24-FooterSection-menu {
  position: absolute;
  z-index: 1500;
  width: 264px;
  right: 0;
  margin: 15px 15px 0 0;
  padding: 0;
  list-style: none;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 1px 4px rgba(0,0,0,0.2);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 1px 4px rgba(0,0,0,0.2);
  -webkit-animation: bounceIn .3s;
  -moz-animation: bounceIn .3s;
  -o-animation: bounceIn .3s;
  animation: bounceIn .3s;
  font-size: 0;
  cursor: default;
  pointer-events: auto;
}
.pp-FauxSection-menu:after,
.h24-HeaderSection-menu:after,
.h24-FooterSection-menu:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #f9f9f9;
  content: "";
  right: 20px;
  top: -4px;
  border: none;
  -webkit-box-shadow: -1px -1px 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: -1px -1px 0 0 rgba(0,0,0,0.2);
  box-shadow: -1px -1px 0 0 rgba(0,0,0,0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pp-FauxSection-menu > li,
.h24-HeaderSection-menu > li,
.h24-FooterSection-menu > li {
  padding: 0;
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 15px 20px;
}
.pp-FauxSection-menu > li:first-child,
.h24-HeaderSection-menu > li:first-child,
.h24-FooterSection-menu > li:first-child {
  border-top: none;
  background: #fafafa;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
.pp-FauxSection-menu > li:last-child,
.h24-HeaderSection-menu > li:last-child,
.h24-FooterSection-menu > li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.pp-FauxSection-menu > li span[data-icon],
.h24-HeaderSection-menu > li span[data-icon],
.h24-FooterSection-menu > li span[data-icon] {
  font-size: 14px;
  margin-right: 5px;
}
.pp-FauxSection-menu > li > a,
.h24-HeaderSection-menu > li > a,
.h24-FooterSection-menu > li > a {
  display: block;
  color: #555;
  padding: 18px 20px;
  text-decoration: none;
  margin: -18px -20px;
  font: 11px "Gotham Rounded SSm A", "Gotham Rounded SSm B", "OpenSans", sans-serif;
  font-weight: 500;
}
.pp-FauxSection-menu > li > a.warning,
.h24-HeaderSection-menu > li > a.warning,
.h24-FooterSection-menu > li > a.warning {
  color: red;
}
.pp-FauxSection-menu > li:not(.disabled):hover > a,
.h24-HeaderSection-menu > li:not(.disabled):hover > a,
.h24-FooterSection-menu > li:not(.disabled):hover > a {
  background-color: #298dd2;
  color: white;
}
.pp-FauxSection-menu > li[data-action="FauxSectionDelete"]:hover > a,
.h24-HeaderSection-menu > li[data-action="FauxSectionDelete"]:hover > a,
.h24-FooterSection-menu > li[data-action="FauxSectionDelete"]:hover > a {
  background-color: #d13333;
}
.pp-FauxSection-menu > li.disabled,
.h24-HeaderSection-menu > li.disabled,
.h24-FooterSection-menu > li.disabled {
  visibility: visible;
  display: none;
}
.pp-FauxSection-menu > li.disabled > a,
.h24-HeaderSection-menu > li.disabled > a,
.h24-FooterSection-menu > li.disabled > a {
  color: #aab1be;
  cursor: default;
}
.pp-FauxSection-menu .h24_section_layout-option,
.h24-HeaderSection-menu .h24_section_layout-option,
.h24-FooterSection-menu .h24_section_layout-option {
  margin-bottom: 5px;
  margin-top: 10px;
}
.pp-FauxSection-menu .h24_section_layout-option-collection:after,
.h24-HeaderSection-menu .h24_section_layout-option-collection:after,
.h24-FooterSection-menu .h24_section_layout-option-collection:after {
  background-color: #c7ccd4;
  border-color: #9ca4b3;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.pp-FauxSection-menu .h24_section_layout-option.current,
.h24-HeaderSection-menu .h24_section_layout-option.current,
.h24-FooterSection-menu .h24_section_layout-option.current {
  cursor: default;
}
.pp-FauxSection-menu .h24_section_layout-option.current > .h24_section_layout-option-collection:after,
.h24-HeaderSection-menu .h24_section_layout-option.current > .h24_section_layout-option-collection:after,
.h24-FooterSection-menu .h24_section_layout-option.current > .h24_section_layout-option-collection:after {
  background-color: #298dd2;
  border-color: #1d6292;
  background-color: #bcdcf2;
  border-color: #298dd2;
}
.pp-FauxSection-menu .h24_section_layout-option:nth-child(4n),
.h24-HeaderSection-menu .h24_section_layout-option:nth-child(4n),
.h24-FooterSection-menu .h24_section_layout-option:nth-child(4n) {
  margin-right: 0;
}
.pp-FauxSection-menuHeading,
.h24-HeaderSection-menuHeading,
.h24-FooterSection-menuHeading {
  font: 12px "Gotham Rounded SSm A", "Gotham Rounded SSm B", "OpenSans", sans-serif;
  font-weight: 500;
  color: #616a78;
  margin-bottom: 5px;
}
.pp-FauxSection-controls,
.h24-HeaderSection-controls,
.h24-FooterSection-controls {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
}
.h24_collage-editor-active .pp-FauxSection-controls,
.h24_collage-editor-active .h24-HeaderSection-controls,
.h24_collage-editor-active .h24-FooterSection-controls {
  display: none;
}
.pp-FauxSection-container.hover .pp-FauxSection-controls:after,
.h24-HeaderSection-container.hover .pp-FauxSection-controls:after,
.h24-FooterSection-container.hover .pp-FauxSection-controls:after,
.pp-FauxSection-container.hover .h24-HeaderSection-controls:after,
.h24-HeaderSection-container.hover .h24-HeaderSection-controls:after,
.h24-FooterSection-container.hover .h24-HeaderSection-controls:after,
.pp-FauxSection-container.hover .h24-FooterSection-controls:after,
.h24-HeaderSection-container.hover .h24-FooterSection-controls:after,
.h24-FooterSection-container.hover .h24-FooterSection-controls:after {
  content: "";
  background-color: rgba(120,120,140,0.7);
  width: 7px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .1s all;
  -moz-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
}
.pp-FauxSection-controls:hover:after,
.h24-HeaderSection-controls:hover:after,
.h24-FooterSection-controls:hover:after {
  background-color: #298dd2 !important;
}
.pp-FauxSection-container.hover .pp-FauxSection-controls,
.h24-HeaderSection-container.hover .pp-FauxSection-controls,
.h24-FooterSection-container.hover .pp-FauxSection-controls,
.pp-FauxSection-container.hover .h24-HeaderSection-controls,
.h24-HeaderSection-container.hover .h24-HeaderSection-controls,
.h24-FooterSection-container.hover .h24-HeaderSection-controls,
.pp-FauxSection-container.hover .h24-FooterSection-controls,
.h24-HeaderSection-container.hover .h24-FooterSection-controls,
.h24-FooterSection-container.hover .h24-FooterSection-controls {
  z-index: 1002;
}
.h24-add-section__isActive .pp-FauxSection-controls,
.h24-add-section__isActive .h24-HeaderSection-controls,
.h24-add-section__isActive .h24-FooterSection-controls {
  display: none !important;
}
.pp-FauxSection-button,
.h24-HeaderSection-button,
.h24-FooterSection-button {
  position: relative;
  display: inline-block;
  padding: 7px 20px 7px 12px;
  background-color: rgba(120,120,140,0.7);
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #FFF;
  font: 11px "Gotham Rounded SSm A", "Gotham Rounded SSm B", "OpenSans", sans-serif;
  font-weight: bold;
  -webkit-transition: .1s all;
  -moz-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
  display: none;
  right: 7px;
}
.h24-FooterSection-controls .pp-FauxSection-button,
.h24-FooterSection-controls .h24-HeaderSection-button,
.h24-FooterSection-controls .h24-FooterSection-button {
  padding-right: 12px;
}
.pp-FauxSection-controls:hover .pp-FauxSection-button,
.h24-HeaderSection-controls:hover .pp-FauxSection-button,
.h24-FooterSection-controls:hover .pp-FauxSection-button,
.pp-FauxSection-controls:hover .h24-HeaderSection-button,
.h24-HeaderSection-controls:hover .h24-HeaderSection-button,
.h24-FooterSection-controls:hover .h24-HeaderSection-button,
.pp-FauxSection-controls:hover .h24-FooterSection-button,
.h24-HeaderSection-controls:hover .h24-FooterSection-button,
.h24-FooterSection-controls:hover .h24-FooterSection-button {
  background-color: #298dd2;
}
.pp-FauxSection-button:hover,
.h24-HeaderSection-button:hover,
.h24-FooterSection-button:hover {
  background-color: #3c99d9;
}
.pp-FauxSection-button:active,
.h24-HeaderSection-button:active,
.h24-FooterSection-button:active {
  background-color: #257fbd;
}
.pp-FauxSection-container.hover .pp-FauxSection-button,
.h24-HeaderSection-container.hover .pp-FauxSection-button,
.h24-FooterSection-container.hover .pp-FauxSection-button,
.pp-FauxSection-container.hover .h24-HeaderSection-button,
.h24-HeaderSection-container.hover .h24-HeaderSection-button,
.h24-FooterSection-container.hover .h24-HeaderSection-button,
.pp-FauxSection-container.hover .h24-FooterSection-button,
.h24-HeaderSection-container.hover .h24-FooterSection-button,
.h24-FooterSection-container.hover .h24-FooterSection-button {
  display: block;
}
.pp-FauxSection-container.hover .pp-FauxSection-button:after,
.h24-HeaderSection-container.hover .pp-FauxSection-button:after,
.pp-FauxSection-container.hover .h24-HeaderSection-button:after,
.h24-HeaderSection-container.hover .h24-HeaderSection-button:after,
.pp-FauxSection-container.hover .h24-FooterSection-button:after,
.h24-HeaderSection-container.hover .h24-FooterSection-button:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  right: 5px;
  top: 50%;
  margin-top: -2px;
  border-width: 4px 4px 0;
  border-color: white transparent transparent;
}
.pp-FauxSection-hovertop,
.pp-FauxSection-hoverbottom,
.h24-HeaderSection-hovertop,
.h24-HeaderSection-hoverbottom,
.h24-FooterSection-hovertop,
.h24-FooterSection-hoverbottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 1000;
}
.pp-FauxSection-hovertop.hover,
.pp-FauxSection-hoverbottom.hover,
.h24-HeaderSection-hovertop.hover,
.h24-HeaderSection-hoverbottom.hover,
.h24-FooterSection-hovertop.hover,
.h24-FooterSection-hoverbottom.hover {
  pointer-events: none;
}
.h24-add-section__isActive .pp-FauxSection-hovertop,
.h24-add-section__isActive .pp-FauxSection-hoverbottom,
.h24-add-section__isActive .h24-HeaderSection-hovertop,
.h24-add-section__isActive .h24-HeaderSection-hoverbottom,
.h24-add-section__isActive .h24-FooterSection-hovertop,
.h24-add-section__isActive .h24-FooterSection-hoverbottom {
  border-color: transparent !important;
}
.pp-FauxSection-hoverbottom,
.h24-HeaderSection-hoverbottom,
.h24-FooterSection-hoverbottom {
  top: 50%;
  bottom: 0;
}
.pp-FauxSection-container,
.h24-HeaderSection-container,
.h24-FooterSection-container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.h24-HeaderSection-container.hover .h24-HeaderSection-controls {
  z-index: 2000;
}
@-webkit-keyframes pushdown {
  from {
    z-index: 1000;
  }
  to {
    background-color: blue;
  }
}
@-moz-keyframes pushdown {
  from {
    z-index: 1000;
  }
  to {
    z-index: 0;
  }
}
@keyframes pushdown {
  from {
    z-index: 1000;
  }
  to {
    z-index: 0;
  }
}