.h24-Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.h24-Spinner-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
}
.h24-Spinner-overlay.h24-Spinner-overlayToFront {
  z-index: 1000;
}
.h24-Spinner-overlay.h24-Spinner-overlaySpinner {
  left: 50% !important;
  top: 50% !important;
  margin: -10px 0 0 -10px !important;
  width: 10px !important;
  height: 10px !important;
  background: transparent !important;
  border: 4px solid #298dd2;
  border-right-color: transparent;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin .6s infinite linear;
  -moz-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear;
}
.h24-Spinner-overlay.h24-Spinner-overlaySpinner:after {
  background: rgba(255,255,255,0.9);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.h24-PageBackground-video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
  z-index: 0;
  top: 0;
  background-color: transparent;
}
.h24-PageBackground-video__pending {
  opacity: 0;
}
.pp-FauxSection {
  position: absolute;
  height: 100%;
  z-index: 0;
  left: 0;
  right: 0;
}
.h24-u-documentBackgroundHolder:before,
.pp-FauxSection:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.h24-SidePanel__leftPanelVisibleOnPage .pp-FauxSection:before {
  left: 231px;
  width: inherit;
  right: 0;
}
.h24-u-documentBackgroundHolder:before {
  position: fixed;
  z-index: -1;
}
.ua-ie7 .clearer {
  height: 1px;
}
.ua-ie8 .h24_price_block_contents,
.ua-ie8 .h24_price_block_contents .h24_price_li,
.ua-ie8 .h24_price_block_contents .h24_price_li select {
  max-width: none;
}
.ua-ie8 .h24_price_block_contents .h24_price_li select {
  max-width: 200px;
}
.ua-lte-ie8 .h24_large_inputs input[type=text],
.ua-lte-ie8 .h24_large_inputs input[type=password] {
  padding-top: 8px;
  padding-bottom: 1px;
}
.ua-lte-ie8 .h24-PageBackground-compatibilityHelper {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale')";
}
.h24-InstagramBlock-post {
  margin-bottom: 10px;
}
.h24-InstagramBlock-postTime {
  margin: 20px 0 0 0;
}
.h24-InstagramBlock-postImageBox {
  margin: 0px 0px 5px 0px;
}
.h24-InstagramBlock-postImage {
  width: 100%;
}
.h24-InstagramBlock-postDetailsBox {
  height: 25px;
}
.h24-InstagramBlock-postLikesWrapper {
  float: left;
}
.h24-InstagramBlock-postLikesIcon {
  margin-right: 5px;
  float: left;
}
.h24-InstagramBlock-postLikesText {
  float: right;
}
.h24-InstagramBlock-postDateWrapper {
  float: right;
}
.h24-InstagramBlock-postDateIcon {
  float: left;
  margin-right: 5px;
}
.h24-InstagramBlock-postDateText {
  float: right;
}
.h24-InstagramBlock-captionField {
  padding: 5px;
  margin: 5px 0px 35px 0px;
}
.h24-InstagramBlock-postComment {
  margin: 15px 0px 30px 0px;
}
.h24-InstagramBlock-commentUserCreateTime {
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}
.h24-InstagramBlock-commentProfilePicture {
  width: 50px;
  float: left;
}
.h24-InstagramBlock-commentProfileHeader {
  width: 70%;
  float: left;
}
.h24-InstagramBlock-commentUserFullname {
  margin: 0px 0px 0px 10px;
  font-weight: bold;
}
.h24-InstagramBlock-commentUserComment {
  float: left;
  margin: 5px 0px 0px 10px;
  clear: both;
}
.h24-InstagramBlock-commentDateWrapper {
  margin: 5px 0 10px 10px;
  float: left;
}
.h24-InstagramBlock-commentDateIcon {
  float: left;
  margin-right: 5px;
}
.h24-InstagramBlock-commentDateText {
  float: right;
}
.h24-InstagramBlock-commentLoadButtonArea {
  height: 30px;
}
.h24-InstagramBlock-commentLoadButton {
  float: left;
}
.h24-InstagramBlock-commentLoadSpinnerWrapper {
  float: left;
  margin-left: 10px;
  margin-top: -5px;
}
.h24-InstagramBlock-commentLoadSpinnerWrapper > div {
  height: 32px;
  width: 32px;
}
.h24-InstagramBlockSettings-profileStatus__yes .h24-InstagramBlockSettings-tokenArea {
  display: none;
}
.h24-InstagramBlockSettings-profileStatus__yes .h24-InstagramBlockSettings-profileArea {
  display: block;
}
.h24-InstagramBlockSettings-profileStatus__yes .h24-InstagramBlockSettings-displayArea {
  display: block;
}
.h24-InstagramBlockSettings-profileStatus__no .h24-InstagramBlockSettings-tokenArea {
  display: block;
}
.h24-InstagramBlockSettings-profileStatus__no .h24-InstagramBlockSettings-profileArea {
  display: none;
}
.h24-InstagramBlockSettings-profileStatus__no .h24-InstagramBlockSettings-displayArea {
  display: none;
}
.h24-InstagramBlockSettings-accessText {
  float: left;
  width: 250px !important;
}
.h24-InstagramBlockSettings-informationText {
  display: inline-block;
  margin: 0 0 5px 0;
}
.h24-InstagramBlockSettings-profileText {
  float: left;
  width: 250px !important;
}
.h24-InstagramBlockSettings-profileButtons {
  clear: both;
}
.h24-InstagramBlockSettings-profileLeft {
  float: left;
  width: 50px !important;
}
.h24-InstagramBlockSettings-profileRight {
  float: left;
  width: 200px !important;
}
.h24-InstagramBlockSettings-profileUpdate {
  cursor: pointer;
  float: left;
  font-size: 15px;
}
.h24-InstagramBlockSettings-profileDelete {
  cursor: pointer;
  float: left;
  padding-left: 5px;
  font-size: 15px;
}
.h24-InstagramBlockSettings-profileFullname {
  padding-left: 10px;
  padding-bottom: 5px;
}
.h24-InstagramBlockSettings-profileUsername {
  padding-left: 10px;
  padding-bottom: 5px;
}
.h24-InstagramBlockSettings-profileWebsite {
  padding-left: 10px;
}
.h24-InstagramBlockSettings-profileButtonLeft {
  float: left;
  margin-top: 15px;
}
.h24-InstagramBlockSettings-profileButtonRight {
  float: left;
  margin: 15px 0 0 5px;
}
.h24-InstagramBlockSettings-numberArea {
  float: left;
  width: 250px !important;
}
.h24-InstagramBlockSettings-selector {
  float: left;
}
.h24-InstagramBlockSettings-numberPostsTextInfo {
  float: left;
  margin: 3px 0 0 10px;
}
.h24-InstagramBlockSettings-showDateCheckbox {
  margin-top: 20px;
}
.h24-InstagramBlockSettings-showCaptionCheckbox {
  margin-top: 10px;
}
.h24-InstagramBlockSettings-showCommentCheckbox {
  margin-top: 10px;
}
.h24-InstagramBlockSettings-showLikesCheckbox {
  margin-top: 10px;
}
.h24-PlainHeaderContainer {
  float: left;
  width: 100%;
}
.h24-PlainHeader-ObjectText .header_homepage_title {
  margin: 0 !important;
  min-width: 50px;
  padding: 0 !important;
  white-space: nowrap;
}
.h24-PlainHeader-ObjectText .header_homepage_title a {
  color: inherit;
  text-decoration: none;
}
.h24-PlainHeader-ObjectText .header_homepage_title a:link {
  color: inherit;
}
.h24-PlainHeader-ObjectLogo {
  float: left;
}
.h24-PlainHeader-ObjectLogo img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.h24-PlainHeaderObjectDragHandle__hidden,
.h24-PlainHeaderObject__hidden,
.h24-PlainHeader-ObjectOff__hidden,
.h24-PlainHeader-ObjectText__hidden,
.h24-PlainHeader-ObjectLogo__hidden,
.h24-DisplayStatus__hidden {
  display: none;
}
.h24-PlainHeaderObject {
  z-index: 400;
}
.h24-PlainHeader-ObjectText h1 {
  line-height: 1;
}
.h24-FloatingPanel {
  position: absolute;
  z-index: 999;
  background-color: #3b414a;
  border-radius: 6px;
  padding: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "OpenSans", sans-serif;
  text-align: left;
  -webkit-animation: .4s bounceIn;
  -moz-animation: .4s bounceIn;
  animation: .4s bounceIn;
}
.h24-FloatingPanel-header {
  position: relative;
  margin: -2px -2px 0 -2px;
  padding: 10px 12px 12px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.h24-FloatingPanel-title {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin: 0;
  cursor: default;
  padding: 0;
}
.h24-FloatingPanel-moveHandle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -12px;
  padding-left: 45%;
  padding-right: 45%;
  width: 100%;
  height: 24px;
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-image: -o-linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-image: linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-size: 1px 5px;
  background-clip: content-box;
}
.no-cssgradients .h24-FloatingPanel-moveHandle {
  background-image: url('../../../public/css/common/images/h24_bcp_handle.png');
  background-size: auto;
}
.h24-FloatingPanel-headerBtnGroup {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.h24-FloatingPanel-headerBtn {
  border: 0;
  margin: 0;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.h24-FloatingPanel-headerBtn > [data-icon] {
  font-size: 16px;
  position: relative;
  top: 2px;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}
.h24-FloatingPanel-headerBtn:hover > [data-icon],
.h24-FloatingPanel-headerBtn:active > [data-icon] {
  opacity: .7;
  filter: alpha(opacity=70);
}
.h24-FloatingPanel-headerBtn:active {
  color: #CCC;
}
.h24-FloatingPanel-btnSeparator {
  display: inline-block;
  height: 16px;
  margin: 3px 5px 0;
  border-right: 1px solid rgba(255,255,255,0.3);
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  vertical-align: middle;
}
.h24-FloatingPanel-headerBtn,
.h24-FloatingPanel-title {
  color: #FFF;
  text-shadow: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
}
.h24-FloatingPanel-container {
  border-radius: 3px;
  background-color: #FFF;
}
.h24-FloatingPanel-container:before,
.h24-FloatingPanel-container:after {
  content: " ";
  display: table;
}
.h24-FloatingPanel-container:after {
  clear: both;
}
.h24-FloatingPanel-body {
  -webkit-background-clip: padding-box;
  font-size: 14px;
  line-height: 17px;
  color: #3f3f3f;
  padding: 20px 15px 20px;
}
.h24-FloatingPanel-body a:not(.btn):not(.ui-tabs-anchor):not(.h24-Button),
.h24-FloatingPanel-body a:not(.btn):not(.ui-tabs-anchor):not(.h24-Button):active,
.h24-FloatingPanel-body a:not(.btn):not(.ui-tabs-anchor):not(.h24-Button):visited {
  color: #5FA72F;
  text-decoration: none;
  cursor: pointer;
}
.h24-FloatingPanel-body a:not(.btn):not(.ui-tabs-anchor):not(.h24-Button):hover {
  color: #3d6b1e;
  text-decoration: underline;
  cursor: pointer;
}
.h24-FloatingPanel-body .h24-Button {
  color: #fff;
}
.h24-FloatingPanel-body hr {
  margin-top: 60px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.h24-FloatingPanel-body .ui-tabs-nav {
  padding-left: 17px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.h24-FloatingPanel-body p {
  margin: 0 0 10px;
}
.h24-FloatingPanel-body p:last-child {
  margin-bottom: 0;
}
.h24-FloatingPanel-body h1 {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 23px;
}
.h24-FloatingPanel-body h1:first-child {
  margin-top: 0;
}
.h24-FloatingPanel-body h2 {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.h24-FloatingPanel-body h2:first-child {
  margin-top: 0;
}
.h24-FloatingPanel-body h3 {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.h24-FloatingPanel-body h3:first-child {
  margin-top: 0;
}
.h24-FloatingPanel-body h4 {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.h24-FloatingPanel-body h4:first-child {
  margin-top: 0;
}
.h24-Sidemenu + .h24-FloatingPanel-body {
  margin-left: 235px;
  margin-bottom: 60px;
}
.h24-FloatingPanel-footer {
  position: absolute;
  right: 18px;
  bottom: 21px;
}
.h24-FloatingPanel-headingL {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 23px;
}
.h24-FloatingPanel-headingL:first-child {
  margin-top: 0;
}
.h24-FloatingPanel-headingM {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.h24-FloatingPanel-headingM:first-child {
  margin-top: 0;
}
.h24-HpButton {
  display: inline-block;
  text-align: center;
  background-color: #FF5D00;
  line-height: 140%;
  border-radius: 4px;
  padding: .7em 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.6);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.6);
}
.h24-HpButton__fullWidth {
  display: block;
}
.h24-HpButton__isPrimary {
  background-color: #FF5D00;
}
.h24-HpButton__isSecondary {
  background-color: #1C1C1C;
}
.h24-HpButton__isSmall {
  padding: .4em 1em;
  font-weight: normal !important;
  font-size: 10px !important;
}
.h24-HpButton__isMedium {
  padding: .7em 1em;
}
.h24-HpButton__isBig {
  padding: 1.3em 1.5em;
}
.h24-HpButton:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.8);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.8);
}
.h24-HpButton:active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px -1px rgba(0,0,0,.8);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px -1px rgba(0,0,0,.8);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px -1px rgba(0,0,0,.8);
}
.h24-HpButton-icon {
  padding-right: .3em;
}
.h24-HpButton-icon:before {
  font-family: 'h24-icon';
}
.h24-HpButton-icon__toRight {
  padding-right: 0;
  padding-left: .3em;
}
.h24-HpButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.h24-HpButton[disabled],
.h24-HpButton__disabled {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  visibility: visible;
}
.h24-HpButton__noShadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.h24-ButtonBlock-alignLeft {
  text-align: left;
}
.h24-ButtonBlock-alignCenter {
  text-align: center;
}
.h24-ButtonBlock-alignRight {
  text-align: right;
}
.h24-ButtonBlockSettings-linkContainer {
  width: 600px !important;
}
.h24-ButtonBlockSettings-linkCheckboxWrapper {
  float: left;
}
.h24-ButtonBlockSettings-linkButtonTextEdit {
  display: inline;
}
.h24-ButtonBlockSettings-linkButtonTextCreate {
  display: inline;
}
.h24-ButtonBlockSettings-leftContainer {
  float: left;
  width: 80px;
}
.h24-ButtonBlockSettings-rightContainer {
  float: left;
  margin: 0px 0px 0px 20px;
}
.h24-ButtonBlockSettings-iconContainer {
  float: left;
  margin: 0px 0px 0px 20px;
}
.h24-ButtonBlockSettings-iconHolder {
  float: left;
  width: auto;
  margin: 10px 0px 0px 30px;
}
.h24-ButtonBlockSettings-iconText {
  float: left;
  cursor: pointer;
  margin-top: 25px;
}
.h24-ButtonBlockSettings-iconDefault {
  font-size: 40px;
  border: 1px dashed #808080;
  color: #000;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
.h24-ButtonBlockSettings-iconPickerContainer {
  clear: both;
}
.h24-ButtonBlockSettings-iconPickerCloseButton {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.h24-ButtonBlockSettings-optionContainer {
  float: left;
  width: 120px;
  margin-top: 5px;
}
.h24-ButtonBlockSettings-iconPickerHolder {
  width: 100%;
  height: 200px;
  overflow: auto;
  box-shadow: inset 0px -20px 10px -20px #000;
}
.h24-ButtonBlockSettings-icon__isMarked {
  color: #469C23;
}
.h24-ButtonBlockSettings-categoryDiscription {
  margin-left: 9px;
}
.h24-ButtonBlockSettings-iconListHolder {
  border: 1px solid #000000;
  width: 88%;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.h24-ButtonBlockSettings-icon {
  font-size: 30px;
  display: inline-block;
}
.h24-ButtonBlockSettings-icon:hover {
  color: #469C23;
  cursor: pointer;
}
.h24-socialBox-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 30px !important;
  z-index: 900;
  font-size: 0px;
}
.h24-socialBox-dragHandle {
  position: absolute;
  z-index: 3000;
  top: 33px;
  left: 50%;
  width: 60px;
  height: 20px;
  margin-left: -30px;
  padding-top: 1px;
  border-radius: 2px;
  background-color: #008ecd;
  background-image: -moz-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(0%,#0095d8),to(100%,#0083be));
  background-image: -webkit-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: -o-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: linear-gradient(to bottom,#0095d8 0%,#0083be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0094d7', endColorstr='#ff0083be', GradientType=0);
  color: #FFF;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  cursor: move !important;
}
.h24-socialBox-container a {
  text-decoration: none;
}
.h24-socialBox-container a:hover {
  text-decoration: none;
}
.h24-socialBox-container-holder {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.h24-socialBox-container-icons {
  border: 1px solid transparent;
  text-decoration: none;
  height: 30px !important;
}
.h24-socialBox-transparentBorder {
  border: 1px solid transparent;
  text-decoration: none;
}
.sitepreview .h24-socialBox-container-icons:hover {
  border: 1px solid #0089C1;
  text-decoration: none;
}
.h24-socialBox-container-icons__marked {
  border: 1px solid #0089C1;
  text-decoration: none;
}
.h24-socialBox-headerPanel-icon {
  font-size: 25px;
  padding: 2px;
}
.h24-socialBox-headerPanel-icon__dark {
  color: rgba(34,34,34,0.5);
}
.h24-socialBox-headerPanel-icon__dark:hover {
  text-decoration: none;
  color: #222;
}
.h24-socialBox-headerPanel-icon__light {
  color: rgba(204,204,204,0.5);
}
.h24-socialBox-headerPanel-icon__light:hover {
  text-decoration: none;
  color: #CCC;
}
.h24-socialBox-icon__disabled {
  color: #8A8A8A;
}
.h24-socialBox-sidePanel-content {
  padding: 5px 20px 0 20px;
}
.h24-socialBox-sidePanel-icon__enable {
  color: #000;
}
.h24-SocialLinks-sortableHandle__warning {
  border-color: red;
}
.h24-socialBox-sidePanel-section {
  padding: 10px 0 10px 0;
}
.h24-socialBox-sidePanel-iconStyleSelection {
  width: 200px;
  height: 30px;
  font-size: 20px;
}
.h24-socialBox-sidePanel-iconstyleWrapper {
  width: 210px;
  display: inline-block;
  padding-bottom: 2px;
}
.h24-socialBox-sidePanel-iconstyle-containerSquare,
.h24-socialBox-sidePanel-iconstyle-containerCircle {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
  border-radius: 3px;
  float: left;
  height: 80px;
  width: 90px;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.h24-socialBox-sidePanel-iconstyle-containerSquare {
  margin-right: 20px;
}
.h24-socialBox-sidePanel-iconstyle-square {
  font-size: 38px;
  color: #333;
  display: block;
  margin: 6px 0;
}
.h24-socialBox-sidePanel-iconstyle-text {
  font-size: 12px;
  font-weight: normal;
  margin: 0 !important;
}
.h24-socialBox-sidePanel-iconstyle-circle {
  font-size: 38px;
  line-height: 80px;
  color: #333;
  display: block;
  margin: 6px 0;
}
.h24-socialBox-sidePanel-iconcolor-dark,
.h24-socialBox-sidePanel-iconcolor-light {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
  border-radius: 3px;
  float: left;
  height: 40px;
  width: 90px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.h24-socialBox-sidePanel-iconcolorWrapper {
  width: auto;
  display: inline-block;
}
.h24-socialBox-sidePanel-iconcolor-dark {
  margin-right: 20px;
  background-color: #222;
  color: #EEE;
}
.h24-socialBox-sidePanel-iconcolor-light {
  background-color: #FFF;
  color: #404a4f;
}
.h24-socialBox-sidePanel-iconcolor__marked,
.h24-socialBox-sidePanel-iconstyle__marked {
  box-shadow: inset 0 0 0 2px #48b500;
}
.h24-HpInput {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.h24-HpInput:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.h24-HpInput__stateDisabled,
.h24-HpInput[disabled] {
  visibility: visible;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.h24-HpInput__stateInvalid,
.h24-HpInput[invalid] {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px 1px red;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px 1px red;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px 1px red;
}
.responsive_container {
  display: none;
}
#h24_store_mini_cart {
  position: absolute;
  z-index: 2005;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
  border-radius: 4px;
  padding: 5px;
  padding-left: 10px;
  height: 36px;
  min-width: 150px;
  background-color: rgba(255,255,255,92);
}
#h24_store_mini_cart_placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
}
.h24_store_mini_cart_go_checkout {
  float: right;
  font-size: 15px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  text-align: left;
}
.h24_store_mini_cart_go_checkout [data-icon] {
  float: right;
  font-size: 16px !important;
  margin-right: 8px;
  margin-top: 4px;
}
.h24_store_mini_cart_quantity_container {
  position: relative;
  height: 100%;
  display: inline-block;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 50%;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.h24_store_mini_cart_quantity {
  background-color: #FFF;
  border-radius: 10px;
  color: #444;
  display: block;
  font-family: Helvetica, Arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 7px;
  margin: 6px;
  padding: 4px;
  text-align: center;
  position: absolute;
}
#h24_store_mini_cart .h24-HpButton {
  padding: 0;
}
.h24_store_mini_cart_price {
  font-family: Helvetica, Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
  color: #444;
}
#h24_store_mini_cart.h24_store_mini_cart_fixed {
  position: fixed !important;
  top: 0 !important;
}
.h24_store_mini_cart_drag_handle_background {
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.h24_store_mini_cart_drag_handle {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 3000;
  top: 7px;
  left: 50%;
  width: 60px;
  height: 20px;
  margin-left: -30px;
  padding-top: 1px;
  border-radius: 2px;
  background-color: #008ecd;
  background-image: -moz-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(0%,#0095d8),to(100%,#0083be));
  background-image: -webkit-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: -o-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: linear-gradient(to bottom,#0095d8 0%,#0083be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0094d7', endColorstr='#ff0083be', GradientType=0);
  color: #FFF;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  cursor: move !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#h24_store_mini_cart:hover .h24_store_mini_cart_drag_handle_background {
  opacity: 0.15;
  filter: alpha(opacity=15);
  visibility: visible;
}
#h24_store_mini_cart:hover .h24_store_mini_cart_drag_handle {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#h24-CookieBar {
  display: none;
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  background-color: #FFFFFF;
  border-bottom: 2px solid #EFEFEF;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #222;
}
#h24-CookieBar a {
  font-family: helvetica, arial, sans-serif;
  margin-left: 10px;
  text-decoration: none;
  outline: 0;
}
#h24-CookieBar a:hover {
  text-decoration: underline;
}
#h24-CookieBar button {
  font-family: helvetica, arial, sans-serif;
  font-size: 15px;
  margin-left: 10px;
  line-height: 0.5;
}
#h24-CookieBar.onTop {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
#h24-CookieBar.h24-CookieBar__light {
  background-color: #222222;
}
#h24-CookieBar.h24-CookieBar__light span {
  color: #FFFFFF;
}
@media all and (max-width: 450px) {
  #h24-CookieBar span {
    display: block;
    margin-bottom: 10px;
  }
  #h24-CookieBar a {
    display: none;
  }
  #h24-CookieBar button {
    clear: both;
    display: block;
    margin: 0 auto;
  }
}