@charset "UTF-8";
@import url("https://cdn-static.downtomeet.com/css/fontawesome/css/fontawesome-all-506.min.css");
.modalbox-background,
.modalbox-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  z-index: 10000;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: saturate(300%) blur(20px);
  backdrop-filter: saturate(300%) blur(20px);
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 333ms;
  -webkit-animation-duration: 333ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
}

.modalbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  /* unchecked style */
  /* the checked style using the :checked pseudo class */
}
.modalbox .modal-hide {
  display: none !important;
}
.modalbox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modalbox .modalbox-container {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  max-width: 96%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  max-height: 100%;
  width: 640px;
  height: auto;
  min-height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 600px;
  max-height: 90vh;
  z-index: 100000;
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 444ms;
  -webkit-animation-duration: 444ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  visibility: visible !important;
  box-shadow: 0 30px 50px -5px rgba(0, 0, 0, 0.2);
  will-change: transform;
}
.modalbox .modalbox-container.size-small {
  width: 440px;
  max-width: 96%;
}
.modalbox .modalbox-container.fullheight {
  max-height: 100vh;
}
.modalbox .modalbox-container.fullheight .modalbox-body {
  max-height: 95vh;
}
.modalbox .modalbox-container.background-gray, .modalbox .modalbox-container.background-grey {
  background-color: #fbfbfb;
}
.modalbox .modalbox-container .modalbox-header {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  padding: 0 30px;
  background: #fbfbfb;
  border-bottom: 1px solid #ddd;
}
.modalbox .modalbox-container .modalbox-header:before, .modalbox .modalbox-container .modalbox-header:after {
  content: " ";
  display: table;
}
.modalbox .modalbox-container .modalbox-header:after {
  clear: both;
}
.modalbox .modalbox-container .modalbox-header .side-left {
  float: left;
  min-width: 220px;
}
.modalbox .modalbox-container .modalbox-header .side-right {
  float: right;
}
.modalbox .modalbox-container .modalbox-header .modalbox-title {
  color: #343a40;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.modalbox .modalbox-container .modalbox-header .modalbox-title.center {
  text-align: center;
}
.modalbox .modalbox-container .modalbox-header .modalbox-close {
  cursor: pointer;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: transparent;
  line-height: 50px;
  width: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #777;
  border-left: 1px solid #ddd;
  text-align: center;
  border-radius: 0 3px 0 0;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.modalbox .modalbox-container .modalbox-header .modalbox-close:hover {
  color: #c62828;
}
.modalbox .modalbox-container .modalbox-header .modalbox-close:active {
  background: #eee;
}
.modalbox .modalbox-container .modalbox-footer {
  position: absolute;
  z-index: 1;
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  background: #fbfbfb;
  border-top: 1px solid #ddd;
}
.modalbox .modalbox-container .modalbox-footer:before, .modalbox .modalbox-container .modalbox-footer:after {
  content: " ";
  display: table;
}
.modalbox .modalbox-container .modalbox-footer:after {
  clear: both;
}
.modalbox .modalbox-container .modalbox-footer .side-left {
  float: left;
}
.modalbox .modalbox-container .modalbox-footer .side-right {
  float: right;
}
.modalbox .modalbox-container .modalbox-footer .modalbox-container-buttons {
  padding: 9px 0;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
}
.modalbox .modalbox-container .modalbox-footer.button-uploadplaceholder {
  z-index: 4515;
}
.modalbox .modalbox-container .modalbox-footer.button-uploadplaceholder .side-left {
  top: 0;
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 60vh;
  max-height: 400px;
  opacity: 0.001;
}
.modalbox .modalbox-container .modalbox-footer.button-uploadplaceholder .side-left .modalbox-container-buttons,
.modalbox .modalbox-container .modalbox-footer.button-uploadplaceholder .side-left .sp-button-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalbox .modalbox-container .modalbox-body {
  position: relative;
  padding: 0 0 20px;
  max-height: 100%;
  overflow: scroll;
  height: 100%;
  max-height: 500px;
  max-height: 85vh;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
.modalbox .modalbox-container .modalbox-body:before, .modalbox .modalbox-container .modalbox-body:after {
  content: " ";
  display: table;
}
.modalbox .modalbox-container .modalbox-body:after {
  clear: both;
}
.modalbox .modalbox-container .modalbox-body.body-grey, .modalbox .modalbox-container .modalbox-body.body-gray {
  background: #fbfbfb;
}
.modalbox .modalbox-container .modalbox-body.body-grey + .modalbox-footer, .modalbox .modalbox-container .modalbox-body.body-gray + .modalbox-footer {
  border-color: #ccc;
}
.modalbox .modalbox-container .modalbox-body.modalbox-cropper {
  max-height: 400px;
}
.modalbox .modalbox-container .modalbox-body .ng-star-inserted {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 333ms;
  -webkit-animation-duration: 333ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  visibility: visible !important;
}
.modalbox .modalbox-container .modalbox-body .simple-description {
  font-size: 112%;
  text-align: left;
  font-weight: 600;
  background: #fbfbfb;
  border-bottom: 1px solid #ddd;
}
.modalbox .modalbox-container .modalbox-body .simple-description img {
  max-width: 64%;
}
.modalbox .modalbox-container .modalbox-body .splash-text {
  padding: 30px 40px 36px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #222;
  font-weight: 700;
}
.modalbox .modalbox-container .modalbox-body .splash-text strong {
  font-weight: 700;
}
.modalbox .modalbox-container .modalbox-body .splash-text.restore {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  padding-left: 64px;
  margin: 0 auto;
  padding-right: 0;
  min-width: 270px;
  background: url(https://cdn-static.downtomeet.com/img/ico-refresh-red.png) no-repeat left center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  width: 270px;
  font-weight: 400;
  background-size: 48px;
  white-space: nowrap;
  margin-bottom: -10px;
}
.modalbox .modalbox-container .modalbox-body .splash-text > span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 24px;
  padding-top: 4px;
}
.modalbox .modalbox-container .modalbox-body .splash-text img {
  max-width: 64%;
}
.modalbox .modalbox-container .modalbox-body .splash-text img.small {
  max-height: 120px;
  max-width: 120px;
}
.modalbox .modalbox-container .modalbox-body .splash-text.announce {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  padding: 24px 24px 24px 120px;
  text-align: left;
}
.modalbox .modalbox-container .modalbox-body .splash-text.announce:before {
  width: 72px;
  height: 72px;
  margin: 0;
  background: url(https://cdn-static.downtomeet.com/img/downtomeet-sharing-options.png) no-repeat -4515px -4515px;
  background-position: 0 0;
  content: " ";
  position: absolute;
  top: 24px;
  left: 24px;
}
.modalbox .modalbox-container .modalbox-body .splash-text.small {
  font-size: 24px;
  line-height: 30px;
  padding: 30px 30px;
}
.modalbox .modalbox-container .modalbox-body .splash-text p {
  padding: 4px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.modalbox .modalbox-container .modalbox-body .splash-text.section {
  padding: 30px 30px;
  border-bottom: 1px solid #ddd;
}
.modalbox .modalbox-container .modalbox-body .splash-text.section.noborder {
  border-bottom: 0;
  padding-bottom: 0;
}
.modalbox .modalbox-container .modalbox-body .splash-text.section span {
  color: #333;
}
.modalbox .modalbox-container .modalbox-body .splash-text.justify-small {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: justify;
}
.modalbox .modalbox-container .modalbox-body .splash-buttons {
  text-align: center;
}
.modalbox .modalbox-container .modalbox-body .splash-buttons > a + a {
  margin-left: 20px;
}
.modalbox .modalbox-container .modalbox-body .wrapper.wrapper-nomobile {
  width: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.modalbox .modalbox-container .modalbox-body.nofooter {
  margin-bottom: 0;
  padding-bottom: 0;
}
.modalbox .modalbox-container .modalbox-body .box-body-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #111;
  text-align: center;
  padding-bottom: 20px;
}
.modalbox .modalbox-container .modalbox-body .box-body-title > span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #777;
}
.modalbox .modalbox-container .modalbox-body .authorization {
  padding: 15px 30px;
}
.modalbox .modalbox-container .modalbox-body .authorization .auth-submenu {
  box-sizing: content-box;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  margin-top: -18px;
}
.modalbox .modalbox-container .modalbox-body .authorization .auth-submenu .submenu {
  padding-left: 25px;
  padding-right: 25px;
}
.modalbox .modalbox-container .modalbox-body .authorization h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 12px;
}
.modalbox .modalbox-container .modalbox-body sp-event-form {
  display: block;
}
.modalbox .modalbox-container .modalbox-body sp-event-form > form {
  padding: 15px 15px 80px 15px;
  background: #f8f8f8;
}
.modalbox.event-create-modal .modalbox-container {
  width: 960px;
  max-width: 95vw;
}
.modalbox .sp-button-action,
.modalbox .sp-button-secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  display: inline-block;
  position: relative;
  padding: 5px 18px 7px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  -webkit-appearance: none;
  text-align: center;
  border-radius: 3px;
  vertical-align: middle;
}
.modalbox .sp-button-action + .sp-button-action,
.modalbox .sp-button-action + .sp-button-secondary,
.modalbox .sp-button-secondary + .sp-button-action,
.modalbox .sp-button-secondary + .sp-button-secondary {
  margin-left: 12px;
}
.modalbox .sp-button-action[disabled], .modalbox .sp-button-action.disabled,
.modalbox .sp-button-secondary[disabled],
.modalbox .sp-button-secondary.disabled {
  pointer-events: none;
  background-color: #f8f8f8;
  color: #aaa;
  border-color: #ddd;
}
.modalbox .sp-button-action[disabled]:focus, .modalbox .sp-button-action[disabled]:hover, .modalbox .sp-button-action.disabled:focus, .modalbox .sp-button-action.disabled:hover,
.modalbox .sp-button-secondary[disabled]:focus,
.modalbox .sp-button-secondary[disabled]:hover,
.modalbox .sp-button-secondary.disabled:focus,
.modalbox .sp-button-secondary.disabled:hover {
  background-color: #f8f8f8;
  color: #777;
  border-color: #ccc;
}
.modalbox .sp-button-action {
  cursor: pointer;
  border: 1px solid #006192;
  border-top-color: #0177b2;
  border-left-color: #006ca2;
  border-right-color: #006ca2;
  background: #0c82d8;
  background: -moz-linear-gradient(top, #0c82d8 0%, #0b75c2 100%);
  background: -webkit-linear-gradient(top, #0c82d8 0%, #0b75c2 100%);
  background: linear-gradient(to bottom, #0c82d8 0%, #0b75c2 100%);
  background: #e32232;
  border-color: #bb1b2b;
  color: white;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.modalbox .sp-button-action:hover {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.1) inset;
}
.modalbox .sp-button-action:active {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15) inset;
}
.modalbox .sp-button-action[disabled], .modalbox .sp-button-action.disabled {
  pointer-events: none;
  background-color: #f8f8f8;
  color: #aaa;
  border-color: #ddd;
}
.modalbox .sp-button-action[disabled]:focus, .modalbox .sp-button-action[disabled]:hover, .modalbox .sp-button-action.disabled:focus, .modalbox .sp-button-action.disabled:hover {
  background-color: #f8f8f8;
  color: #777;
  border-color: #ccc;
}
.modalbox .sp-button-secondary {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  color: #555;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.modalbox .sp-button-secondary:hover {
  border-color: #999;
  color: #555;
}
.modalbox .sp-button-secondary:active {
  border-color: #eee;
  color: #aaa;
}
.modalbox .sp-button-secondary[disabled], .modalbox .sp-button-secondary.disabled {
  pointer-events: none;
  background-color: #f8f8f8;
  color: #aaa;
  border-color: #ddd;
}
.modalbox .sp-button-secondary[disabled]:focus, .modalbox .sp-button-secondary[disabled]:hover, .modalbox .sp-button-secondary.disabled:focus, .modalbox .sp-button-secondary.disabled:hover {
  background-color: #f8f8f8;
  color: #777;
  border-color: #ccc;
}
.modalbox .system-message {
  display: block;
  width: 100%;
}
.modalbox .system-message > .message-error {
  background: #fff2f1;
  border: 1px solid rgba(255, 0, 0, 0.2);
  color: #e32232;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4px;
  padding: 20px;
  border-radius: 3px;
}
.modalbox .block-line {
  position: relative;
  padding: 15px 30px;
}
.modalbox .block-line.line-user {
  padding-top: 6px;
  padding-bottom: 6px;
}
.modalbox .block-line.padding-small {
  padding-top: 5px;
  padding-bottom: 5px;
}
.modalbox .block-line.notop {
  padding-top: 0;
}
.modalbox .block-line:before, .modalbox .block-line:after {
  content: " ";
  display: table;
}
.modalbox .block-line:after {
  clear: both;
}
.modalbox .block-line.error {
  background: #fff2f1;
}
.modalbox .block-line .message-error {
  color: #e32232;
  font-weight: 600;
}
.modalbox .block-line .line-label {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  float: left;
  width: 20%;
  padding: 15px 0;
  font-weight: 500;
}
.modalbox .block-line .line-label a.label-comment {
  display: block;
}
.modalbox .block-line .line-label a.label-comment:hover {
  text-decoration: underline;
}
.modalbox .block-line.line-fullsize .line-label, .modalbox .block-line.line-fullsize .line-control {
  width: 100%;
}
.modalbox .block-line.line-fullsize .message-error {
  width: 100%;
}
.modalbox .block-line.line-notification {
  font-size: 90%;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 7px;
  background: #fffae1;
  border-radius: 3px;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  padding: 15px 15px;
  margin: 0;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  white-space: normal;
  display: block;
  margin: 0 auto;
  position: fixed;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.modalbox .block-line.line-preview {
  margin-top: 60px;
  border-top: 0 !important;
}
.modalbox .block-line.line-preview .preview-subject {
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
.modalbox .block-line.line-preview .preview-html ol {
  list-style: decimal;
}
.modalbox .block-line.line-preview .preview-html ul, .modalbox .block-line.line-preview .preview-html ol {
  padding-left: 20px;
}
.modalbox .block-line.line-preview .preview-html ul + ol,
.modalbox .block-line.line-preview .preview-html ol + ul,
.modalbox .block-line.line-preview .preview-html ul + ul,
.modalbox .block-line.line-preview .preview-html ol + ol,
.modalbox .block-line.line-preview .preview-html p + ul,
.modalbox .block-line.line-preview .preview-html p + ol,
.modalbox .block-line.line-preview .preview-html ul + p,
.modalbox .block-line.line-preview .preview-html ol + p,
.modalbox .block-line.line-preview .preview-html p + p {
  margin-top: 10px;
}
.modalbox .block-line.line-preview .preview-html img {
  max-width: 100%;
  width: auto;
  max-height: 1200px;
  height: auto;
}
.modalbox .block-line.line-preview .preview-html a {
  text-decoration: underline;
}
.modalbox .block-line.line-preview .preview-html em {
  font-style: italic;
}
.modalbox .block-line .link-add {
  display: block;
  position: relative;
  padding-left: 32px;
}
.modalbox .block-line .link-add:hover {
  text-decoration: underline;
}
.modalbox .block-line .link-add:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  content: "+";
  text-align: center;
  color: white;
  background: #e32232;
  border-radius: 100%;
  line-height: 21px;
  font-weight: 600;
  font-size: 18px;
  padding: 0 6px 0 7px;
  box-sizing: border-box;
}
.modalbox .block-line .line-control {
  float: right;
  width: 75%;
}
.modalbox .block-line .line-control.control-fullsize {
  clear: both;
  width: 100%;
}
.modalbox .block-line .line-control .block + .block {
  margin-top: 16px;
}
.modalbox .block-line .line-control.line-padding {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: bottom;
  line-height: 1.2;
}
.modalbox .block-line .line-control > * {
  vertical-align: middle;
}
.modalbox .block-line .line-control .cover-preview {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 1px;
  box-shadow: 0 1px 3px #ddd;
  padding-top: 30%;
  margin-bottom: 20px;
  position: relative;
}
.modalbox .block-line .line-control .cover-preview .cover-background-preview {
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}
.modalbox .block-line .line-control .avatar-preview {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 10px;
}
.modalbox .block-line .line-control .avatar-preview img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #eee;
}
.modalbox .block-line .line-control .control-size {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0 !important;
  margin-right: 10px;
}
.modalbox .block-line .line-control .control-size + .control-size {
  margin-left: 10px;
}
.modalbox .block-line .line-control .control-size.size-small {
  max-width: 10%;
}
.modalbox .block-line .line-control .control-size.size-medium {
  max-width: 30%;
}
.modalbox .block-line .line-control .subcontrol {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}
.modalbox .block-line .line-control > * + .subcontrol {
  padding-top: 10px;
}
.modalbox .block-line.block-line-title {
  z-index: 6;
  width: 100%;
  text-align: center;
  background: #fbfbfb;
}
.modalbox .block-line.block-line-title .event {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #e32232;
}
.modalbox .block-line.block-line-title .parent-group {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.modalbox .block-line.block-line-title .parent-group b {
  font-weight: 600;
}
.modalbox .block-line.line-note {
  z-index: 6;
  width: 100%;
  text-align: left;
  font-size: 90%;
  background: #fffae1;
  border-color: #f2e5a6;
  border-bottom: 1px solid #f2e5a6;
}
.modalbox .block-line + .block-line {
  border-top: 1px solid #eee;
}
.modalbox .block-line + .block-line.noborder {
  border-top: 0;
}
.modalbox .block-line .explanation {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
}
.modalbox .block-line .explanation.large-bottom {
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #333;
}
.modalbox .block-line.line-title {
  z-index: 11;
  border-bottom: 1px solid #ddd;
}
.modalbox .block-line.line-title:before, .modalbox .block-line.line-title:after {
  content: " ";
  display: table;
}
.modalbox .block-line.line-title:after {
  clear: both;
}
.modalbox .block-line.line-title .title-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #e42d3c;
}
.modalbox .block-line.line-title .title-info {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #222;
}
.modalbox .block-line.line-title .title-photo {
  float: left;
  width: 96px;
  height: 96px;
  text-align: center;
  position: relative;
}
.modalbox .block-line.line-title .title-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 96px;
  max-height: 96px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.078);
}
.modalbox .block-line.line-title .title-photo + .title-info,
.modalbox .block-line.line-title .title-photo + .title-name {
  height: 96px;
  line-height: 96px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
  display: block;
  margin-left: 112px;
  text-align: left;
}
.modalbox .block-line.line-title.line-red {
  background: #e32232;
  color: white;
}
.modalbox .block-line.line-title.line-red * {
  color: white;
}
.modalbox .block-line.line-title.line-absolute {
  position: absolute;
  z-index: 100;
  width: 100%;
  font-weight: bold;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  border-top: 1px solid #c00;
  border-bottom: 1px solid #c00;
  background: #fff;
  border: 0;
  height: 100%;
  padding-top: 40px;
  font-size: 18px !important;
  font-weight: 600;
  text-align: center;
  max-height: 65vh;
}
.modalbox .block-line.line-title.line-absolute > div {
  background: url("https://cdn-static.downtomeet.com/img/ico-photo-image.png") no-repeat top center;
  background-size: 100px;
  width: 300px;
  left: 50%;
  position: absolute;
  top: 45%;
  margin-top: -100px;
  margin-left: -150px;
  padding-top: 120px;
}
.modalbox .block-line.line-title.line-absolute > div .button-action {
  margin-top: 8px;
}
.modalbox .block-line.line-title.line-absolute + .line-absolute {
  animation: shake 1333ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.modalbox .block-line.line-title .side-title {
  width: 60%;
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 4px;
}
.modalbox .block-line.line-title .side-title .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.modalbox .block-line.line-title .side-actions {
  float: right;
  width: 35%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modalbox .block-line.glued {
  border-top: 0;
  padding-top: 0;
}
.modalbox .box-body {
  padding: 20px 30px;
  background: #fbfbfb;
}
.modalbox .box-body p {
  font-size: 16px;
  line-height: 24px;
}
.modalbox .box-body hr {
  display: block;
  width: 100%;
  background: #ddd;
  border: 0;
  height: 1px;
  margin: 12px 0;
}
.modalbox .box-body.centered {
  text-align: center;
}
.modalbox .box-body > form {
  outline: none;
}
.modalbox .box-body > form > .block-line.line-fullsize {
  padding: 0;
}
.modalbox .box-body > form > .block-line.line-fullsize + .block-line {
  padding-top: 15px;
  padding-bottom: 15px;
}
.modalbox .block-feedback h3 {
  font-size: 150%;
  line-height: 1.3;
  color: #e32232;
  font-weight: 700;
}
.modalbox .hr-or {
  padding: 0 30px;
  height: 1px;
  width: 100%;
  background: #eee;
  line-height: 1px;
  margin-top: 20px;
}
.modalbox .hr-or span {
  background: #fbfbfb;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  color: #aaa;
  font-size: 90%;
  font-weight: 600;
}
.modalbox .sharing-options {
  display: table;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.modalbox .sharing-options .options-item {
  width: 100%;
  display: table-cell;
  padding-bottom: 18px;
}
.modalbox .sharing-options .options-item .item-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 4px;
}
.modalbox .sharing-options .options-item .item-link .image {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  background: url("https://cdn-static.downtomeet.com/img/downtomeet-sharing-options.png") no-repeat -4515px -4515px;
}
.modalbox .sharing-options .options-item .item-link .image.announce {
  background-position: 0 0;
}
.modalbox .sharing-options .options-item .item-link .image.twitter {
  background-position: -375px 0;
}
.modalbox .sharing-options .options-item .item-link .image.facebook {
  background-position: -247px 0;
}
.modalbox .sharing-options .options-item .item-link .image.link {
  background-position: -503px 0;
}
.modalbox .sharing-options .options-item .item-link .image.email {
  background-position: -120px -1px;
}
.modalbox .sharing-options .options-item .item-link .title b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.modalbox .sharing-options .options-item .item-link .title span {
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #777;
}
.modalbox .sharing-options .options-item .item-link:hover .title b {
  color: #e32232;
}
.modalbox .groups-submenu {
  padding: 0 30px;
}
.modalbox .groups-submenu .groups-menu li a {
  line-height: 20px;
}
.modalbox [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modalbox [type=radio] + span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 22px;
}
.modalbox [type=radio] + span + span {
  margin-left: 8px;
}
.modalbox [type=radio] + span:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 0.125em solid #fff;
  -webkit-box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  -moz-box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  -o-box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  -ms-box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  margin-right: 0.75em;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  transition: 0.15s ease all;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.modalbox [type=radio]:checked + span:before {
  background: #e32232;
  -webkit-box-shadow: 0 0 1px #e32232, 0 0 1px #e32232;
  -moz-box-shadow: 0 0 1px #e32232, 0 0 1px #e32232;
  -o-box-shadow: 0 0 1px #e32232, 0 0 1px #e32232;
  box-shadow: 0 0 1px #e32232, 0 0 1px #e32232;
}
.modalbox input[type=email],
.modalbox input[type=password],
.modalbox input[type=number],
.modalbox textarea, .modalbox select, .modalbox input[type=text] {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  font-size: 16px;
  background: white;
  border-radius: 0;
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 0 2px 0 #eee;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.modalbox input[type=email]:focus,
.modalbox input[type=password]:focus,
.modalbox input[type=number]:focus,
.modalbox textarea:focus, .modalbox select:focus, .modalbox input[type=text]:focus {
  border-color: #e32232;
  box-shadow: 0 2px 0 #edf8fd;
  outline: none;
}
.modalbox input[type=email].half,
.modalbox input[type=password].half,
.modalbox input[type=number].half,
.modalbox textarea.half, .modalbox select.half, .modalbox input[type=text].half {
  width: 48%;
}
.modalbox input[type=email].half + select.half,
.modalbox input[type=password].half + select.half,
.modalbox input[type=number].half + select.half,
.modalbox textarea.half + select.half, .modalbox select.half + select.half, .modalbox input[type=text].half + select.half {
  margin-left: 6px;
}
.modalbox input[type=email].cc-number,
.modalbox input[type=password].cc-number,
.modalbox input[type=number].cc-number,
.modalbox textarea.cc-number, .modalbox select.cc-number, .modalbox input[type=text].cc-number {
  background: url("https://static-keycdn.slickpic.com/img/billing/ico-cc.png") no-repeat 10px 12px;
  padding-left: 40px;
}
.modalbox input[type=email][disabled], .modalbox input[type=email].disabled,
.modalbox input[type=password][disabled],
.modalbox input[type=password].disabled,
.modalbox input[type=number][disabled],
.modalbox input[type=number].disabled,
.modalbox textarea[disabled],
.modalbox textarea.disabled, .modalbox select[disabled], .modalbox select.disabled, .modalbox input[type=text][disabled], .modalbox input[type=text].disabled {
  pointer-events: none;
  background-color: #f8f8f8;
  color: #aaa;
  border-color: #ddd;
}
.modalbox input[type=email][disabled]:focus, .modalbox input[type=email][disabled]:hover, .modalbox input[type=email].disabled:focus, .modalbox input[type=email].disabled:hover,
.modalbox input[type=password][disabled]:focus,
.modalbox input[type=password][disabled]:hover,
.modalbox input[type=password].disabled:focus,
.modalbox input[type=password].disabled:hover,
.modalbox input[type=number][disabled]:focus,
.modalbox input[type=number][disabled]:hover,
.modalbox input[type=number].disabled:focus,
.modalbox input[type=number].disabled:hover,
.modalbox textarea[disabled]:focus,
.modalbox textarea[disabled]:hover,
.modalbox textarea.disabled:focus,
.modalbox textarea.disabled:hover, .modalbox select[disabled]:focus, .modalbox select[disabled]:hover, .modalbox select.disabled:focus, .modalbox select.disabled:hover, .modalbox input[type=text][disabled]:focus, .modalbox input[type=text][disabled]:hover, .modalbox input[type=text].disabled:focus, .modalbox input[type=text].disabled:hover {
  background-color: #f8f8f8;
  color: #777;
  border-color: #ccc;
}
.modalbox textarea {
  height: 86px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: vertical;
}
.modalbox textarea.medium {
  height: 200px;
}
.modalbox textarea.high {
  height: 300px;
}
.modalbox textarea.twoliner {
  height: 72px;
  min-height: 72px;
}
.modalbox select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("https://static-keycdn.slickpic.com/img/common/selectbox-arrow-48.png") no-repeat right center;
  padding-right: 50px;
}
.modalbox select, .modalbox select * {
  outline: none !important;
}
.modalbox label {
  cursor: pointer;
}
.modalbox label + label:not(.block) {
  margin-left: 40px;
}
.modalbox label input[type=checkbox] {
  display: none;
  background-image: url("https://static-keycdn.slickpic.com/img/billing/checkbox.png"), url("https://static-keycdn.slickpic.com/img/billing/checkbox.png");
  background-position: -4515px -4515px, -4515px -4515px;
}
.modalbox label input[type=checkbox]:checked {
  background: #e32232 url("https://static-keycdn.slickpic.com/img/billing/checkbox.png") no-repeat 2px 3px;
  border-color: #e32232;
}
.modalbox label input[type=checkbox]:checked + span {
  position: relative;
}
.modalbox label input[type=checkbox]:checked + span:before {
  background: #e32232 url("https://static-keycdn.slickpic.com/img/billing/checkbox.png") no-repeat 3px 3px;
  border-color: #e32232;
}
.modalbox label input[type=checkbox] + span {
  position: relative;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding-left: 40px;
}
.modalbox label input[type=checkbox] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  border: 1px solid #bbb;
  width: 24px;
  height: 24px;
  float: left;
  background: white;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
}

@media only screen and (max-width: 767px) {
  .modalbox .modalbox-container {
    max-height: 85vh;
  }
  .modalbox .modalbox-container.fullheight {
    max-height: 85vh;
    -webkit-overflow-scrolling: touch;
  }
  .modalbox .modalbox-container.fullheight .modalbox-body {
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
  }
  .modalbox .modalbox-container .modalbox-body {
    max-height: 65vh;
  }
  .modalbox .modalbox-container .modalbox-body .splash-text.section,
.modalbox .modalbox-container .modalbox-body .authorization {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modalbox .modalbox-container .modalbox-body .splash-text.section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .modalbox .modalbox-container .modalbox-body .splash-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .modalbox .modalbox-container .modalbox-body .splash-text.announce {
    padding-left: 72px;
  }
  .modalbox .modalbox-container .modalbox-body .splash-text.announce:before {
    transform: scale(0.5);
    left: 0;
    top: 12px;
  }
  .modalbox .modalbox-container .modalbox-body .splash-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .modalbox .modalbox-container .modalbox-header {
    padding-left: 15px;
  }
  .modalbox .modalbox-container .modalbox-header .modalbox-title {
    font-size: 14px;
    font-weight: bold;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .modalbox .modalbox-container .line-absolute div {
    padding-top: 80px;
    background: url(https://cdn2.iconfinder.com/data/icons/picons-basic-2/57/basic2-198_photos_camera-512.png) no-repeat top center;
    background-size: 68px;
    font-size: 80%;
  }
  .modalbox .block-line .line-control,
.modalbox .block-line .line-label {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .modalbox .block-line.mobile-sided .line-label {
    width: 40%;
  }
  .modalbox .block-line.mobile-sided .line-label.mobile-inline {
    width: auto;
  }
  .modalbox .block-line.mobile-sided .line-label.mobile-inline.fixed-width {
    min-width: 56px;
  }
  .modalbox .block-line.mobile-sided .line-label.mobile-inline + .line-control {
    float: left;
    margin-left: 20px;
    line-height: 1.4;
  }
  .modalbox .block-line.mobile-sided .line-control {
    width: 55%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .modalbox .block-line.mobile-sided .line-control .control-size {
    max-width: 100% !important;
    width: 100% !important;
  }
  .modalbox .block-line.mobile-sided .line-control .control-size.size-half {
    max-width: 100%;
  }
  .modalbox .modalbox-footer .container-buttons {
    white-space: nowrap;
  }
  .modalbox .box-body {
    padding: 15px;
  }
  .modalbox .sharing-options .options-item .item-link .image {
    transform: scale(0.75);
  }
  .modalbox .block-line.line-title .side-title {
    width: 100%;
    text-align: center;
  }
  .modalbox .block-line.line-title .side-actions {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 10px;
    text-align: center;
  }
}
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes shake {
  0% {
    opacity: 1;
  }
  10%, 90% {
    transform: translate3d(-4px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(6px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-9px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(9px, 0, 0);
  }
}
@keyframes expandUp {
  0% {
    transform: translate(-50%, -25%) scale(0.75);
    opacity: 0.01;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes expandBottom {
  0% {
    transform: translate(0, 100%);
    opacity: 0.01;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
/*!
 * TOAST UI Calendar
 * @version 1.3.0 | Fri Jun 08 2018
 * @author NHNEnt FE Development Lab <dl_javascript@nhnent.com>
 * @license MIT
 */
.tui-full-calendar-layout {
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.tui-full-calendar-layout * {
  box-sizing: border-box;
}

.tui-full-calendar-dragging {
  cursor: move;
}

.tui-full-calendar-resizing {
  cursor: row-resize;
}

.tui-full-calendar-resizing-x {
  cursor: col-resize;
}

.tui-full-calendar-hidden {
  display: none !important;
}

.tui-full-calendar-invisible span {
  visibility: hidden;
}

.tui-full-calendar-clear {
  zoom: 1;
}

.tui-full-calendar-clear:after {
  content: "";
  display: block;
  clear: both;
}

.tui-full-calendar-scroll-y {
  overflow-y: scroll;
}

.tui-full-calendar-dot {
  display: inline-block;
  position: relative;
  top: -1px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.tui-full-calendar-holiday {
  color: #f00;
}

.tui-full-calendar-today {
  background: rgba(218, 229, 249, 0.3);
}

.handle-x {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=");
}

.handle-y {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=");
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .handle-x {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAMAAADHqI+lAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMZK5EY+QKaAAAAGUlEQVR4AWNgYmJAwegCIMDIiIwxBKhhBgAcSABh8gN42gAAAABJRU5ErkJggg==");
    background-size: 8px 4px;
  }

  .handle-y {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMEK5EMBzK5AAAAGElEQVR4AWNgYmIAYxgDBBgZQRjOoKcaABzQAGGjsIM/AAAAAElFTkSuQmCC");
    background-size: 4px 8px;
  }
}
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-grid {
  overflow-y: hidden;
}

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedules {
  overflow-y: visible;
  height: 0;
}

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
  margin: 0 10px;
}

.tui-full-calendar-month-week-item .tui-full-calendar-today {
  background: none;
}

.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #135de6;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  margin-left: 2px;
}

.tui-full-calendar-weekday-container,
.tui-full-calendar-weekday-grid,
.tui-full-calendar-weekday-grid-line {
  height: 100%;
  min-height: inherit;
}

.tui-full-calendar-weekday-grid {
  position: absolute;
  width: 100%;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-border {
  border-top: 1px solid #ddd;
}

.tui-full-calendar-weekday-container {
  position: relative;
}

.tui-full-calendar-weekday-container > div {
  height: 100%;
}

.tui-full-calendar-weekday-grid-line {
  position: absolute;
  padding: 3px;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-footer {
  position: absolute;
  bottom: 4px;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date-title {
  line-height: 27px;
  margin-right: 5px;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
  float: right;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 5px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
}

.tui-full-calendar-weekday-creation {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-schedules {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 12px;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-schedules-height-span {
  width: 1px;
  margin-left: -1px;
}

.tui-full-calendar-weekday-schedule-block {
  position: absolute;
}

.tui-full-calendar-weekday-schedule-block-dragging-dim {
  opacity: 0.3;
}

.tui-full-calendar-weekday-schedule {
  position: relative;
  margin: 0 10px 0 1px;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 3px;
}

.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time {
  border-left-width: 0;
}

.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
  padding-left: 9px;
}

.tui-full-calendar-weekday-schedule-bullet {
  position: absolute;
  padding: 0;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.tui-full-calendar-weekday-schedule-bullet-focused {
  left: 10px;
  background: #fff;
}

.tui-full-calendar-weekday-schedule-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px;
  font-weight: bold;
}

.tui-full-calendar-weekday-schedule-title-focused {
  padding-left: 16px;
}

.tui-full-calendar-weekday-schedule-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-weekday-exceed-left .tui-full-calendar-weekday-schedule {
  margin-left: 0;
  border-left-width: 0;
}

.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-schedule {
  margin-right: 0;
}

.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-resize-handle {
  display: none;
}

.tui-full-calendar-weekday-exceed-in-month {
  cursor: pointer;
}

.tui-full-calendar-weekday-exceed-in-month:hover {
  background-color: #f0f1f5;
}

.tui-full-calendar-weekday-exceed-in-week,
.tui-full-calendar-weekday-collapse-btn {
  position: absolute;
  bottom: 5px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  padding: 1px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
}

.tui-full-calendar-weekday-resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  background-position: 3px center;
  cursor: col-resize;
  line-height: 18px;
}

.tui-full-calendar-weekday-filled {
  background-color: #e8e8e8 !important;
}

.tui-full-calendar-left {
  height: 100%;
  float: left;
  box-sizing: border-box;
  display: table;
}

.tui-full-calendar-left-content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 11px;
}

.tui-full-calendar-right {
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

.tui-full-calendar-week-container {
  width: 100%;
  height: inherit;
  display: inline-block;
  font-size: 10px;
}

.tui-full-calendar-week-container .tui-full-calendar-today {
  background: none;
}

.tui-full-calendar-dayname {
  position: absolute;
  margin-left: -1px;
  height: 100%;
  overflow: hidden;
}

.tui-full-calendar-dayname.tui-full-calendar-today {
  font-weight: bold;
}

.tui-full-calendar-dayname-container {
  overflow-y: scroll;
}

.tui-full-calendar-dayname-leftmargin {
  position: relative;
  height: 100%;
}

.tui-full-calendar-dayname-date {
  font-size: 26px;
}

.tui-full-calendar-dayname-name {
  font-weight: bold;
  font-size: 12px;
}

.tui-full-calendar-daygrid-layout {
  height: 100%;
}

.tui-full-calendar-daygrid-layout .tui-full-calendar-right {
  overflow-y: hidden;
}

.tui-full-calendar-daygrid-guide-creation-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.tui-full-calendar-timegrid-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}

.tui-full-calendar-timegrid-container-split {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tui-full-calendar-timegrid-left {
  position: absolute;
}

.tui-full-calendar-timegrid-hour {
  position: relative;
  color: #555;
  box-sizing: border-box;
}

.tui-full-calendar-timegrid-hour:first-child span {
  display: none;
}

.tui-full-calendar-timegrid-hour:last-child {
  border-bottom: none;
}

.tui-full-calendar-timegrid-hour span {
  position: absolute;
  top: -11px;
  left: 0;
  right: 5px;
  text-align: right;
  line-height: 25px;
}

.tui-full-calendar-timegrid-right {
  position: relative;
}

.tui-full-calendar-timegrid-gridline {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.tui-full-calendar-timegrid-gridline:last-child {
  border-bottom: none;
}

.tui-full-calendar-timegrid-schedules {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.tui-full-calendar-timegrid-hourmarker {
  position: absolute;
  width: 100%;
}

.tui-full-calendar-timegrid-hourmarker-wrap {
  position: relative;
}

.tui-full-calendar-timegrid-hourmarker-line-left {
  position: absolute;
  min-height: 1px;
  left: 0;
}

.tui-full-calendar-timegrid-hourmarker-line-today {
  position: absolute;
  min-height: 1px;
}

.tui-full-calendar-timegrid-hourmarker-line-right {
  position: absolute;
  min-height: 1px;
  right: 0;
}

.tui-full-calendar-timegrid-hourmarker-time {
  position: absolute;
  right: 5px;
  top: -6px;
  line-height: 12px;
  text-align: right;
}

.tui-full-calendar-timegrid-todaymarker {
  position: absolute;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  background-color: #135de6;
  margin: -4px 0 0 -5px;
  border-radius: 50%;
}

.tui-full-calendar-timegrid-sticky-container {
  position: absolute;
  top: 0;
}

.tui-full-calendar-timegrid-timezone-label-cell {
  position: absolute;
  display: table;
}

.tui-full-calendar-timegrid-timezone-label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  text-align: right;
}

.tui-full-calendar-time-date {
  position: absolute;
  height: 100%;
  margin-left: -1px;
  box-sizing: content-box;
}

.tui-full-calendar-time-date:last-child {
  border-right: none;
  margin: 0;
}

.tui-full-calendar-time-date:last-child .tui-full-calendar-time-schedule,
.tui-full-calendar-time-date:last-child .tui-full-calendar-time-guide-creation {
  left: 0px;
}

.tui-full-calendar-time-date-schedule-block-wrap {
  position: relative;
  height: 100%;
}

.tui-full-calendar-time-date-schedule-block {
  position: absolute;
  right: 0px;
}

.tui-full-calendar-time-date-schedule-block-pending {
  opacity: 0.7;
}

.tui-full-calendar-time-date-schedule-block-dragging-dim {
  opacity: 0.3;
}

.tui-full-calendar-time-date-schedule-block-focused {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.tui-full-calendar-time-date-schedule-block-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-time-schedule {
  position: relative;
  left: 1px;
  height: 100%;
  font-size: 12px;
  overflow: hidden;
  border-left-width: 3px;
  border-left-style: solid;
  font-weight: bold;
  padding: 1px 0 1px 3px;
}

.tui-full-calendar-time-resize-handle {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 5px;
  text-align: center;
  color: #fff;
  cursor: row-resize;
  background-position: center top;
}

.tui-full-calendar-time-guide-creation {
  position: absolute;
  right: 10px;
  left: 1px;
  padding: 3px;
}

.tui-full-calendar-time-guide-move .tui-full-calendar-time-schedule,
.tui-full-calendar-time-guide-resize .tui-full-calendar-time-schedule,
.tui-full-calendar-time-guide-move .tui-full-calendar-time-resize-handle,
.tui-full-calendar-time-guide-resize .tui-full-calendar-time-resize-handle {
  opacity: 0.8;
  z-index: 97;
}

.tui-full-calendar-time-guide-creation-label {
  cursor: default;
}

.tui-full-calendar-time-guide-bottom {
  position: absolute;
  bottom: 3px;
}

.tui-full-calendar-month {
  height: 100%;
}

.tui-full-calendar-month-dayname {
  width: 100%;
  position: absolute;
  font-size: 13px;
}

.tui-full-calendar-month-dayname-item {
  height: 100%;
  font-weight: bold;
}

.tui-full-calendar-month-week-item {
  position: relative;
}

.tui-full-calendar-month-week-item > div {
  height: 100%;
}

.tui-full-calendar-month-more {
  height: inherit;
  min-width: 280px;
  min-height: 150px;
}

.tui-full-calendar-month-more-title {
  position: relative;
}

.tui-full-calendar-month-more-title-day {
  font-size: 23px;
  color: #333;
}

.tui-full-calendar-month-more-title-day-label {
  font-size: 12px;
  color: #333;
}

.tui-full-calendar-month-more-close {
  position: absolute;
  right: 0;
  outline: 0;
  background: none;
  border: 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0 7px;
  cursor: pointer;
}

.tui-full-calendar-month-more-list {
  overflow-y: auto;
}

.tui-full-calendar-month-more-schedule {
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.tui-full-calendar-month-guide-block {
  position: absolute;
}

.tui-full-calendar-month-weekday-schedule {
  margin-top: 2px;
}

.tui-full-calendar-month-creation-guide {
  top: 0;
  bottom: -1px;
  left: -1px;
  right: 0;
  position: absolute;
  z-index: 20;
}

.tui-full-calendar-month-guide-focused {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.tui-full-calendar-month-guide {
  position: relative;
  padding-left: 3px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tui-full-calendar-month-guide-cover {
  width: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-month-exceed-left .tui-full-calendar-month-guide {
  margin-left: 0px;
}

.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide {
  margin-right: 0px;
}

.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide-handle {
  display: none;
}

.tui-full-calendar-month-guide-handle {
  position: absolute;
  top: 0;
  right: 3px;
  width: 6px;
  background-position: 3px center;
  cursor: col-resize;
}

.tui-full-calendar-vlayout-container {
  position: relative;
}

.tui-full-calendar-splitter {
  clear: left;
  cursor: row-resize;
}

.tui-full-calendar-splitter:hover {
  border-color: #999;
}

.tui-full-calendar-splitter-focused {
  background-color: #ddd;
  border: none;
}

.tui-full-calendar-splitter-guide {
  position: absolute;
  width: 100%;
  height: 3px;
  border: none;
  background-color: #e8e8e8;
}

.tui-full-calendar-popup {
  position: absolute;
  font-weight: 2.5;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  clear: both;
}

.tui-full-calendar-popup-container {
  min-width: 474px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: solid 1px #d5d5d5;
  padding: 17px;
  border-radius: 2px;
}

.tui-full-calendar-popup-section {
  padding-bottom: 8px;
  font-size: 0;
  height: 40px;
}

.tui-full-calendar-section-calendar {
  width: 176px;
}

.tui-full-calendar-section-calendar.tui-full-calendar-hide {
  height: 21px;
  visibility: hidden;
}

.tui-full-calendar-section-title {
  width: calc(100% - 36px);
  padding-right: 4px;
}

.tui-full-calendar-section-title input {
  width: 365px;
}

.tui-full-calendar-button.tui-full-calendar-section-private {
  height: 32px;
  padding: 8px;
  font-size: 0;
  margin-left: 4px;
}

.tui-full-calendar-section-private.tui-full-calendar-public .tui-full-calendar-ic-private {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC") no-repeat;
}

.tui-full-calendar-section-start-date,
.tui-full-calendar-section-end-date {
  width: 176px;
}

.tui-full-calendar-section-start-date input,
.tui-full-calendar-section-end-date input {
  width: 139px;
}

.tui-full-calendar-section-start-date:hover .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-end-date:hover .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-start-date:focus .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-end-date:focus .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-start-date:hover .tui-datepicker,
.tui-full-calendar-section-end-date:hover .tui-datepicker,
.tui-full-calendar-section-start-date:focus .tui-datepicker,
.tui-full-calendar-section-end-date:focus .tui-datepicker {
  border-color: #bbb;
}

.tui-full-calendar-popup-section-item:focus {
  border-color: #bbb;
}

.tui-full-calendar-section-date-dash {
  font-size: 12px;
  color: #d5d5d5;
  height: 32px;
  padding: 0 4px;
  vertical-align: middle;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-allday {
  border: none;
  padding: 0 0 0 8px;
  cursor: pointer;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-location {
  display: block;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-location input {
  width: 400px;
}

.tui-full-calendar-section-allday .tui-full-calendar-icon.tui-full-calendar-ic-checkbox {
  margin: 0;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-allday .tui-full-calendar-content {
  padding-left: 4px;
}

.tui-full-calendar-section-state {
  width: 109px;
}

.tui-full-calendar-section-state .tui-full-calendar-content {
  width: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tui-full-calendar-popup-section-item {
  height: 32px;
  padding: 0 9px 0 12px;
  border: 1px solid #d5d5d5;
  display: inline-block;
  font-size: 0;
  border-radius: 2px;
}

.tui-full-calendar-popup-section-item:hover {
  border-color: #bbb;
}

.tui-full-calendar-popup-section-item:focus {
  border-color: #bbb;
}

.tui-full-calendar-popup-section-item .tui-full-calendar-icon {
  position: relative;
}

.tui-full-calendar-icon.tui-full-calendar-ic-title {
  top: 2px;
}

.tui-full-calendar-popup-section-item .tui-full-calendar-content {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  padding-left: 8px;
}

.tui-full-calendar-section-calendar .tui-full-calendar-dropdown-button .tui-full-calendar-content {
  width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
  top: -1px;
}

.tui-full-calendar-popup-section-item input {
  border: none;
  height: 30px;
  outline: none;
  display: inline-block;
}

.tui-full-calendar-popup-section-item input::placeholder {
  color: #bbb;
  font-weight: 300;
}

.tui-full-calendar-dropdown {
  position: relative;
}

.tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-button {
  border: 1px solid #bbb;
}

.tui-full-calendar-dropdown-button.tui-full-calendar-popup-section-item {
  height: 32px;
  font-size: 0;
  top: -1;
}

.tui-full-calendar-dropdown-arrow {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=") no-repeat;
}

.dropdown.open .tui-full-calendar-dropdown-arrow,
.tui-full-calendar-open .tui-full-calendar-dropdown-arrow {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==") no-repeat;
}

.tui-full-calendar-dropdown-menu {
  position: absolute;
  top: 31px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-top: none;
  border-radius: 0 0 2px 2px;
  width: 100%;
}

.tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-menu {
  border: 1px solid #bbb;
  border-top: none;
}

.tui-full-calendar-dropdown-menu {
  display: none;
}

.tui-full-calendar-open .tui-full-calendar-dropdown-menu {
  display: block;
}

.tui-full-calendar-dropdown-menu-item {
  height: 30px;
  border: none;
  cursor: pointer;
}

.tui-full-calendar-section-calendar .tui-full-calendar-dropdown-menu-item {
  width: 100%;
}

.tui-full-calendar-section-state .tui-full-calendar-dropdown-menu-item {
  width: 100%;
}

.tui-full-calendar-dropdown-menu-item:hover {
  background-color: rgba(81, 92, 230, 0.05);
}

.tui-full-calendar-dropdown-menu-item .tui-full-calendar-content {
  line-height: 30px;
}

.tui-full-calendar-button.tui-full-calendar-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  padding: 2px;
  border: none;
}

.tui-full-calendar-section-button-save {
  height: 36px;
}

.tui-full-calendar-popup-save {
  float: right;
}

.tui-full-calendar-popup-arrow-border,
.tui-full-calendar-popup-arrow-fill {
  position: absolute;
}

.tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-border {
  border-top: none;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d5d5d5;
  border-left: 8px solid transparent;
  left: calc(50% - 8px);
  top: -7px;
}

.tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid transparent;
  border-right: none;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d5d5d5;
  top: calc(50% - 8px);
  right: -7px;
}

.tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid #d5d5d5;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
  left: calc(50% - 8px);
  bottom: -7px;
}

.tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid transparent;
  border-right: 8px solid #d5d5d5;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: calc(50% - 8px);
  left: -7px;
}

.tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-fill {
  border-top: none;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  left: -7px;
  top: 1px;
}

.tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  top: -7px;
  right: 1px;
}

.tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent;
  left: -7px;
  bottom: 1px;
}

.tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
  border-left: none;
  top: -7px;
  left: 1px;
}

.tui-full-calendar-button {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  text-align: center;
  outline: none;
  font-size: 12px;
  cursor: pointer;
  color: #333;
}

.tui-full-calendar-button:hover {
  border-color: #bbb;
  color: #333;
}

.tui-full-calendar-button:active {
  background: #f9f9f9;
  color: #333;
}

.tui-full-calendar-button .round {
  border-radius: 25px;
}

.tui-full-calendar-confirm {
  width: 96px;
  height: 36px;
  border-radius: 40px;
  background-color: #ff6618;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: none;
}

.tui-full-calendar-confirm:hover {
  background-color: #e55b15;
  color: #fff;
}

.tui-full-calendar-confirm:active {
  background-color: #d95614;
  color: #fff;
}

.tui-full-calendar-icon.tui-full-calendar-right {
  float: right;
  top: 1px;
}

.tui-full-calendar-icon .tui-full-calendar-none {
  display: none;
}

.tui-full-calendar-icon.tui-full-calendar-calendar-dot {
  border-radius: 8px;
  width: 12px;
  height: 12px;
  margin: 1px;
}

input[type=checkbox].tui-full-calendar-checkbox-square {
  display: none;
}

input[type=checkbox].tui-full-calendar-checkbox-square + span {
  display: inline-block;
  cursor: pointer;
  line-height: 14px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADpJREFUKBVjPHfu3O5///65MJAAmJiY9jCcOXPmP6kApIeJBItQlI5qRAkOVM5o4KCGBwqPkcxEvhsAbzRE+Jhb9IwAAAAASUVORK5CYII=") no-repeat;
  vertical-align: middle;
}

input[type=checkbox].tui-full-calendar-checkbox-square:checked + span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==") no-repeat;
}

input[type=checkbox].tui-full-calendar-checkbox-round {
  display: none;
}

input[type=checkbox].tui-full-calendar-checkbox-round + span {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 8px;
  border: solid 2px;
  background: transparent;
}

.tui-full-calendar-popup-top-line {
  position: absolute;
  border-radius: 2px 2px 0 0;
  width: 100%;
  height: 4px;
  border: none;
  top: 0;
}

.tui-full-calendar-popup-detail .tui-full-calendar-popup-container {
  width: 301px;
  min-width: 301px;
  padding-bottom: 0;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon {
  width: 12px;
  height: 12px;
  background-size: 12px;
  position: relative;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon {
  margin-right: 8px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-location-b {
  top: -2px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-user-b {
  top: -2px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-state-b {
  top: -1px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-calendar-dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  top: -1px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-content {
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 2;
}

.tui-full-calendar-popup-detail .tui-full-calendar-section-header {
  margin-bottom: 12px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-private {
  display: none;
  width: 16px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC") no-repeat 16px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-schedule-private .tui-full-calendar-ic-private {
  display: block;
}

.tui-full-calendar-popup-detail .tui-full-calendar-section-detail {
  margin-bottom: 16px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-section-button {
  border-top: 1px solid #e5e5e5;
  font-size: 0;
}

.tui-full-calendar-section-button .tui-full-calendar-icon {
  margin-right: 4px;
  top: -3px;
}

.tui-full-calendar-section-button .tui-full-calendar-content {
  position: relative;
  top: 2px;
}

.tui-full-calendar-popup-edit,
.tui-full-calendar-popup-delete {
  display: inline-block;
  padding: 7px 9px 11px 9px;
  width: calc(50% - 1px);
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

.tui-full-calendar-popup-vertical-line {
  background: #e5e5e5;
  width: 1px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -7px;
}

.tui-datepicker {
  left: -12px;
  z-index: 1;
  border-color: #d5d5d5;
}

.tui-full-calendar-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.tui-full-calendar-icon.tui-full-calendar-ic-title {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAO5JREFUKBVjYCATMOLSFxkZqfHnz5+1QHktNDVbV69e7cOCJgjmQjXtB3IksMh7g8SY0CXQNTEyMlYD1fBCabhyFI3omkCq/v//PwnotC8gGq4LyIBrxKYJpBBoU15oaCgPiEbWCPYjUEIFGBBY/QS0qRWooRVIg/UBDXgMYoBtBHJSgWxsAQFWjET8BBqQBuLDNM4Can6GpAAb8ydQMADo3x0gSbDGlStX3gVqdMSjGUUTSCNKAggPD1cDOmU/EEuBJKEAQxNIHEUjSABNM1ZNIHXMIAIZXL169a2+vv5moK18QKeXAv20B1meYjYAr7xrljpOzc0AAAAASUVORK5CYII=") no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-location {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAR1JREFUKBWdUTtPg1AUBiT8CydHJtv/0MTJRWAgcTK1bq0/pO3k4E4IYLo2Me46tS4wumjSpV07kAb6HXLPzaGPRZLL+c73uE/D+OdnHuaCIOhVVTUEf620pWVZ0yRJ3qW3FfR9f1zX9UgaGJumOUnT9Fn3DDzPuwPOuD9TvSzL3kizhOFJ4LnjOJc0wM0FP2Asgx0mEehHUfRHgzDzqF3GOogzbJg8V6XHFqYv4Cvqy7J8DcOwWYmw8Hwy1kHMRjcaKuEGgV82caWbZay3indagJyxcKLOlKeRdJA627YfUVaN0v6tlKbZVjCO4zW2cw91px3AxJEmOONCNoTzPP9xXZfOd6u0Bzz60RGOgmQuiuIb4S3gB0IvaoJW2QMDs1bBoH1CAQAAAABJRU5ErkJggg==") no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-date {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAGpJREFUKBVjYKAGCA0N/Q/C6GZhE2cEKQoLC9v6//9/L3QN2PiMjIzbVq1a5c0EkiRWE7JasEZsJhMSI1sjC7LJq1evBvsZWQyZjRxwZNs4hDSiBA6y55EDBRsb7EdQasAmiUNsKw5x4oQBkUAeDPJ53KsAAAAASUVORK5CYII=") no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-state {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIxJREFUKBVjYCATMKLrCw8P9/z3798soLgMVO4JExNT2sqVK7cjq2VC5oDYME2MjIyNIAwUkoGKoShlQeFBOGCbVq1a1QDihoaG1gMpmO0gITAAOzUsLGzr////vWCC+GigK7YBDfUGO5VYTSADYWox/IjPNmS5UY3IoYHGBgcOKG7QxPFxt+KTJCgHAGcZJbGLRuJ2AAAAAElFTkSuQmCC") no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-private {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC") no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-public {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC") no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJRJREFUKBXFkNERhCAMREUbuEKohzq0Eq2DDq6Da4B60KezDORkxj+ZwchmX0IYhtdWCGFl9y5g82NtzDnPdzAaudo76ZBS+nrvPxiInMkJcs5tMcZFfqcfxdqIRiELof+BiIJPg+mExmpmvKRn3zKj7OrG9Y79szPL14A1xEP0Hgy4gBZS5R7czHj3ehSgOzkVeyfuGrBw/WLm0hsAAAAASUVORK5CYII=") no-repeat;
}

.tui-full-calendar-ic-location-b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAOZJREFUKBWVUT0KwjAUbkzGTuJWPYNDpV0cXD2ETuIRBK+gs4ubp3BwcXBp6eINBKWDgydoid9X8oKCggYeee/7S9IGwZ9LverTNO3Wdb2y1o6IK6WOWutFlmU30XmDE58hbgvpTA+Y+mJqCemS20jdG2N6LPYMICc6b5BrIG3ONBZ7CoVj7w0cfllGRDj+gKQpjt/iPU0ye/LkROcNANaoCUzjqqquIsBuHddAWoiyLO9RFHUwJ4JxR/qmKIqdYG9vCMNwCeIiJHuHecj/B0GSJBng7ifO+ErDPM8L4b7ucRzPWJ8ET1E7YC7tmi9qAAAAAElFTkSuQmCC");
}

.tui-full-calendar-ic-state-b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYCARMCKrNzEx8QTyZ/3//18GJM7IyPgESKWdOXNmO4gPAkwQCk6CFQMVNoIwVOMsuCw6w9jY+D8Iw8TR+SBxsJOATtkKNM0LphAbDbRxG9Bp3mAnEVIMMgCmBt0P2AxHERusGkAhgOJQ7Jyt2IUJiAIAwwIn24FgmhkAAAAASUVORK5CYII=");
}

.tui-full-calendar-icon.tui-full-calendar-ic-user-b {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJpJREFUKBVjYKA1YES3wMTExBMoNgsqnnbmzJntyGqYkDlQ9qz////LgDCQD9MIV4ZNA1wSGwObhjRGRsYnIAzUkIZNE0licE+bm5tr/fnzJx1osjPQBFmoKY+BftnLwsIy8+TJk9dAYmANxsbGoUD2YiBmBwliAT+BYrFnz55dDfNDO1AAl2KQfpAcSA0DTIMyiEMAEKMG0wgAolIjcM7Tjm8AAAAASUVORK5CYII=");
}

.tui-full-calendar-icon.tui-full-calendar-ic-edit {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAMdJREFUKBVjYCARMOJTb2xsLMfIyBjLysq64Pjx409BapnwaQDKzf7//3/L79+/D1tbW0uB1LJg02BmZqYIVPgdKBf/79+//UC2xs+fP8OB/H4MG0CK//79ewCkEGQYExOTI5DawMnJuQTER/EDTDFQXA4kCQQ3QBpOnz79AsJF8gMWxTA1KDTYBhyKMUwH6WSysrKSB7kZyIY5AySOVTFIggno+5VAmijFYA1AwhzEgAKcJsMUwIMVGKPH2NnZ7ZFDBKYImQYAuO5YIMgk39gAAAAASUVORK5CYII=");
}

.tui-full-calendar-icon.tui-full-calendar-ic-delete {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFhJREFUKBVjYCARMKKrNzEx2fr//38vkDgjI+O2M2fOeCOrAWtAVoQsicyGaWZCFsTHBtr6H588Tjm4H4yNjfGacPbsWbBaop0Es3JYaQBFDMxjWOitMDEA3EEZfFEISwUAAAAASUVORK5CYII=");
}

.tui-full-calendar-icon.tui-full-calendar-ic-arrow-solid-top {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==") no-repeat;
}

.tui-full-calendar-icon.tui-full-calendar-ic-milestone {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAGFJREFUKBVjYCARMILU/3dw+I+hj5FxG+P+/d7o4rg1IKtE0syELI6T/f+/F0yOOA0w1UCa9hpYkGxjYDxwABwIILH/jo5bGWBuZ2TcClOHogEmCKKxBSlInPZ+ANlCEgAA37EU4AHbBQUAAAAASUVORK5CYII=") no-repeat;
}

/*# sourceMappingURL=src/css/main.css.map */
/*# sourceMappingURL=tui-calendar.css.map*/
.authorization {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fbfbfb;
  font-size: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.authorization .auth-content {
  min-height: 100vh;
  background-color: #fbfbfb;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  min-width: 420px;
  box-shadow: 3px 0 28px rgba(115, 115, 115, 0.5);
}
.authorization .auth-promo {
  width: 75%;
  z-index: 1;
  min-height: 100%;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  background: url("https://cdn-static.downtomeet.com/img/photo-signup-31.jpg") no-repeat 0;
  background-size: cover;
  background-position: left 50% top 50%;
}
.authorization .auth-promo .promo-container {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
  padding-left: 250px;
}
.authorization .auth-promo .promo-container h1 {
  font-size: 200%;
  line-height: 42px;
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23);
  color: white;
  text-align: right;
}
.authorization .auth-promo .promo-container p {
  font-size: 120%;
  line-height: 1.5;
  font-weight: 500;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23);
  color: white;
  text-align: right;
}
.authorization h1 {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 12px;
}
.authorization h1 + p,
.authorization h1 ~ p {
  padding-bottom: 10px;
}
.authorization h1 + p + .box,
.authorization h1 ~ p + .box {
  margin-top: 10px;
}
.authorization .auth-header {
  background: white;
  border-bottom: 1px solid #d4d4d4;
  border-top: 2px solid #e32232;
  positon: relative;
  padding: 10px 20px;
  text-align: center;
}
.authorization .auth-header .header-logo img {
  max-height: 32px;
}
.authorization .container {
  padding: 24px 40px;
  position: relative;
}
.authorization hr {
  display: block;
  width: 100%;
  background: #ddd;
  border: 0;
  height: 1px;
  margin: 10px 0 18px;
}
.authorization hr.equal {
  background: #eee;
  margin-top: 18px;
}
.authorization p.additional {
  padding: 4px 0 10px;
  font-size: 90%;
  line-height: 1.5;
  text-align: center;
}
.authorization .box.boxparty .button-login {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 20px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  text-shadow: none;
  font-weight: 600;
  font-size: 90%;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  color: #333;
  background: #4468af;
  border: 1px solid #4468af;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  line-height: 16px;
  height: auto;
  width: auto;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 48px;
  white-space: nowrap;
}
.authorization .box.boxparty .button-login:before {
  position: absolute;
  left: 12px;
  width: 22px;
  height: 22px;
  content: " ";
  display: block;
  top: 50%;
  margin-top: -11px;
  background: url("https://cdn-static.downtomeet.com/img/ico-socialize-02.png") no-repeat -4515px -4515px;
}
.authorization .box.boxparty .button-login.fk {
  display: block;
  width: 100%;
  color: #fff;
  background: #4468af;
  border: 1px solid #4468af;
}
.authorization .box.boxparty .button-login.fk:before {
  background-position: 0 0;
}
.authorization .box.boxparty .button-login.search {
  display: block;
  width: 100%;
  color: #333;
  background: #fdfdfd;
  border: 1px solid #e6e6e6;
  background-color: #4285f4;
  border-color: #4285f4;
  color: white;
}
.authorization .box.boxparty .button-login.search:before {
  background-position: -24px 0;
  background-position: -16px 3px;
  background-color: white;
  background-size: 170px 105px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.authorization .box.boxparty .button-login.email {
  display: block;
  width: 100%;
  color: #333;
  background: #fdfdfd;
  border: 1px solid #ddd;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f2f2f2",GradientType=0 );
}
.authorization .box.boxparty .button-login.email:before {
  background-position: -77px -88px;
}
.authorization .box.boxparty .button-login.twitter {
  display: block;
  width: 48%;
  float: right;
  color: #fff;
  background: #1c95e0;
  border: 1px solid #1c95e0;
}
.authorization .box.boxparty .button-login.twitter:before {
  background-position: -48px 3px;
}
.authorization .box.auth .block-line {
  padding: 0;
}
.authorization .box.auth .block-line + .block-line {
  margin-top: 20px;
  border-top: 0;
}
.authorization .box.auth .block-line .label,
.authorization .box.auth .block-line .control {
  display: block;
  position: relative;
}
.authorization .box.auth .block-line .label {
  font-size: 100%;
  line-height: 1.5;
  padding-bottom: 2px;
}
.authorization .box.auth .block-line .explanation {
  font-size: 90%;
  color: #777;
  padding-top: 8px;
  margin-top: 0;
}
.authorization .box.auth .block-line .control input[type=email],
.authorization .box.auth .block-line .control input[type=password],
.authorization .box.auth .block-line .control input[type=number],
.authorization .box.auth .block-line .control textarea,
.authorization .box.auth .block-line .control select,
.authorization .box.auth .block-line .control input[type=text] {
  width: 100%;
  height: 48px;
  padding: 5px 15px;
  font-size: 100%;
  background: white;
  border-radius: 0;
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 0 2px 0 #eee;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.authorization .box.auth .block-line .control input[type=email][disabled], .authorization .box.auth .block-line .control input[type=email].disabled,
.authorization .box.auth .block-line .control input[type=password][disabled],
.authorization .box.auth .block-line .control input[type=password].disabled,
.authorization .box.auth .block-line .control input[type=number][disabled],
.authorization .box.auth .block-line .control input[type=number].disabled,
.authorization .box.auth .block-line .control textarea[disabled],
.authorization .box.auth .block-line .control textarea.disabled,
.authorization .box.auth .block-line .control select[disabled],
.authorization .box.auth .block-line .control select.disabled,
.authorization .box.auth .block-line .control input[type=text][disabled],
.authorization .box.auth .block-line .control input[type=text].disabled {
  pointer-events: none;
  background-color: #f8f8f8;
  color: #777;
  border-color: #ccc;
}
.authorization .box.auth .block-line .control input[type=email][disabled]:focus, .authorization .box.auth .block-line .control input[type=email][disabled]:hover, .authorization .box.auth .block-line .control input[type=email].disabled:focus, .authorization .box.auth .block-line .control input[type=email].disabled:hover,
.authorization .box.auth .block-line .control input[type=password][disabled]:focus,
.authorization .box.auth .block-line .control input[type=password][disabled]:hover,
.authorization .box.auth .block-line .control input[type=password].disabled:focus,
.authorization .box.auth .block-line .control input[type=password].disabled:hover,
.authorization .box.auth .block-line .control input[type=number][disabled]:focus,
.authorization .box.auth .block-line .control input[type=number][disabled]:hover,
.authorization .box.auth .block-line .control input[type=number].disabled:focus,
.authorization .box.auth .block-line .control input[type=number].disabled:hover,
.authorization .box.auth .block-line .control textarea[disabled]:focus,
.authorization .box.auth .block-line .control textarea[disabled]:hover,
.authorization .box.auth .block-line .control textarea.disabled:focus,
.authorization .box.auth .block-line .control textarea.disabled:hover,
.authorization .box.auth .block-line .control select[disabled]:focus,
.authorization .box.auth .block-line .control select[disabled]:hover,
.authorization .box.auth .block-line .control select.disabled:focus,
.authorization .box.auth .block-line .control select.disabled:hover,
.authorization .box.auth .block-line .control input[type=text][disabled]:focus,
.authorization .box.auth .block-line .control input[type=text][disabled]:hover,
.authorization .box.auth .block-line .control input[type=text].disabled:focus,
.authorization .box.auth .block-line .control input[type=text].disabled:hover {
  background-color: #f8f8f8;
  color: #777;
  border-color: #ccc;
}
.authorization .box.auth .block-line .control input[type=email]:focus,
.authorization .box.auth .block-line .control input[type=password]:focus,
.authorization .box.auth .block-line .control input[type=number]:focus,
.authorization .box.auth .block-line .control textarea:focus,
.authorization .box.auth .block-line .control select:focus,
.authorization .box.auth .block-line .control input[type=text]:focus {
  border-color: #aaa;
  box-shadow: 0 2px 0 #ddd;
  outline: none;
}
.authorization .box.auth .block-line .control input[type=email].half,
.authorization .box.auth .block-line .control input[type=password].half,
.authorization .box.auth .block-line .control input[type=number].half,
.authorization .box.auth .block-line .control textarea.half,
.authorization .box.auth .block-line .control select.half,
.authorization .box.auth .block-line .control input[type=text].half {
  width: 48%;
}
.authorization .box.auth .block-line .control input[type=email].half + select.half,
.authorization .box.auth .block-line .control input[type=password].half + select.half,
.authorization .box.auth .block-line .control input[type=number].half + select.half,
.authorization .box.auth .block-line .control textarea.half + select.half,
.authorization .box.auth .block-line .control select.half + select.half,
.authorization .box.auth .block-line .control input[type=text].half + select.half {
  margin-left: 6px;
}
.authorization .box.auth .block-line .control .input-label {
  display: inline-block;
  text-align: center;
  height: 36px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.authorization .box.auth .block-line .control .input-label input[type=checkbox],
.authorization .box.auth .block-line .control .input-label input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-appearance: none;
}
.authorization .box.auth .block-line .control .input-label input[type=checkbox] + span,
.authorization .box.auth .block-line .control .input-label input[type=radio] + span {
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 22px;
  padding-top: 8px;
  cursor: pointer;
  text-align: left;
  font-size: 100%;
  font-weight: 400;
  color: #343a40;
  padding-left: 36px;
  padding-right: 20px;
  background: transparent url("https://cdn-static.downtomeet.com/img/sp/ico-check-white.png") no-repeat -4515px -4515px;
}
.authorization .box.auth .block-line .control .input-label input[type=checkbox] + span.smaller,
.authorization .box.auth .block-line .control .input-label input[type=radio] + span.smaller {
  font-size: 100%;
  line-height: 1.5;
}
.authorization .box.auth .block-line .control .input-label input[type=checkbox] + span a,
.authorization .box.auth .block-line .control .input-label input[type=radio] + span a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  text-decoration: underline;
}
.authorization .box.auth .block-line .control .input-label input[type=checkbox] + span:before,
.authorization .box.auth .block-line .control .input-label input[type=radio] + span:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  box-shadow: none;
  border: 0;
  background: #fff;
  border: 1px solid #bbb;
  transition: bottom 333ms cubic-bezier(0.4, 0, 0.22, 1);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.authorization .box.auth .block-line .control .input-label input[type=checkbox]:checked + span:before,
.authorization .box.auth .block-line .control .input-label input[type=radio]:checked + span:before {
  background: #e32232 url("https://cdn-static.downtomeet.com/img/sp/ico-check-white.png") no-repeat center center;
  background-size: 75%;
  border: 1px solid #d11c2b;
}
.authorization .box.auth .block-line .control .password-show {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  margin-top: 0;
  right: 10px;
  color: #777;
  text-align: center;
  cursor: pointer;
}
.authorization .box.auth .block-line .control .password-show .eye {
  display: none;
  line-height: 46px;
}
.authorization .box.auth .block-line .control .password-show .show {
  display: block;
}
.authorization .box.auth .block-line .control .password-show:hover {
  color: #e32232;
}
.authorization .box.auth .block-line .control .password-show.shown .hide {
  display: block;
}
.authorization .box.auth .block-line .control .password-show.shown .show {
  display: none;
}
.authorization .box.auth .block-line.terms-accept {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.authorization .box.auth .block-line.terms-accept a {
  text-decoration: none;
}
.authorization .box.auth .message-error {
  position: relative;
  color: #e32232;
  font-weight: 600;
  display: block;
  border: 1px solid rgba(255, 10, 10, 0.5);
  background: rgba(255, 10, 10, 0.05);
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  margin: 12px 0;
}
.authorization .box.auth .message-error a {
  text-decoration: underline !important;
}
.authorization .box.auth .message-error:after, .authorization .box.auth .message-error:before {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.authorization .box.auth .message-error:after {
  border-color: rgba(255, 243, 244, 0);
  border-top-color: #fff3f4;
  border-width: 8px;
  margin-left: -8px;
}
.authorization .box.auth .message-error:before {
  border-color: rgba(253, 131, 138, 0);
  border-top-color: #fd838a;
  border-width: 9px;
  margin-left: -9px;
}
.authorization .box.auth .block-terms {
  padding-top: 16px;
  margin-top: 32px;
  border-top: 1px solid #eee;
  font-size: 75%;
  line-height: 1.5;
  color: #777;
  text-align: justify;
}
.authorization .box.auth .block-terms a {
  text-decoration: none;
}
.authorization .box-separator {
  margin: 12px 0 20px;
  text-align: center;
  color: #777;
  position: relative;
}
.authorization .box-separator:before {
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: " ";
}
.authorization .box-separator span {
  position: relative;
  z-index: 1;
  background: #fbfbfb;
  padding: 0 20px;
}
.authorization .auth-submenu {
  background: white;
  border-bottom: 1px solid #d4d4d4;
}
.authorization .auth-submenu .submenu {
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
  not-font-size: 0;
  height: 50px;
  vertical-align: middle;
  padding: 0 40px;
}
.authorization .auth-submenu .submenu:before, .authorization .auth-submenu .submenu:after {
  content: " ";
  display: table;
}
.authorization .auth-submenu .submenu:after {
  clear: both;
}
.authorization .auth-submenu .submenu li {
  list-style: none;
  display: inline-block;
  height: 50px;
  not-font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.authorization .auth-submenu .submenu li.slide-right {
  float: right;
}
.authorization .auth-submenu .submenu li a {
  font-size: 100%;
  height: 100%;
  color: #555;
  line-height: 1.5;
  padding: 15px 10px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  white-space: nowrap;
}
.authorization .auth-submenu .submenu li a:hover {
  color: #e32232;
}
.authorization .auth-submenu .submenu li a.active {
  color: #e32232;
  border-bottom: 2px solid #e32232;
}

.croppie-container {
  width: 100%;
  height: 100%;
}

sp-photo-crop > .croppie-container.loading > * {
  filter: blur(3px);
}
sp-photo-crop > .croppie-container.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  content: " ";
  z-index: 100;
  background: rgba(0, 0, 0, 0.5) url(https://cdn-static.downtomeet.com/img/loader-dots-red.svg) no-repeat center center;
  background-size: 50%;
  z-index: 9999;
}

.scroll-top {
  width: 65px;
  height: 65px;
  display: block;
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: transparent url(https://cdn-static.downtomeet.com/img/icos-top.png) no-repeat 0 0;
  transform: scale(0.75);
  background-color: #e32232;
  border-radius: 100%;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-animation: fadein 333ms;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 333ms;
  /* Firefox < 16 */
  -ms-animation: fadein 333ms;
  /* Internet Explorer */
  -o-animation: fadein 333ms;
  /* Opera < 12.1 */
  animation: fadein 333ms !important;
  display: none !important;
}
.scroll-top:after {
  top: 99%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(227, 34, 50, 0);
  border-top-color: #e32232;
  border-width: 10px;
  margin-left: 0;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  opacity: 1;
  transform: rotate(-90deg);
  margin-top: -10px;
  display: none;
}
.scroll-top:hover {
  overflow: hidden;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 0 0 6px #e32232;
}
.scroll-top:hover:after {
  opacity: 0;
  top: 50%;
  left: 50%;
}
.scroll-top:hover span {
  opacity: 1;
}
.scroll-top span {
  opacity: 0;
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent url(https://cdn-static.downtomeet.com/img/icos-top.png) no-repeat -74px 0;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.scroll-top:active {
  opacity: 0.8;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 360px !important;
  height: 360px !important;
  margin-top: 40px;
  width: 100% !important;
}
.croppie-container .cr-boundary img {
  font-size: 0;
  color: transparent;
}

.croppie-buttons-custom {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 14;
  height: 40px;
  padding: 6px 10px;
  width: auto;
  text-align: right;
}

.croppie-buttons-custom-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14;
  height: 40px;
  padding: 6px 10px;
  width: auto;
  text-align: right;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0);
  z-index: 0;
}

body .user-profile-photo-container .cr-viewport {
  border-radius: 100%;
}

body .croppie-container {
  background: #ddd;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15) inset;
  width: 100%;
  min-height: 360px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}
body .croppie-container .cr-viewport {
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.33);
}
body .croppie-container .photo-default.default-group {
  position: relative;
  width: 100%;
  height: 400px;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.33) inset;
}
body .croppie-container .photo-default.default-group:not(.noneI) ~ .croppie-buttons-custom {
  display: none !important;
}
body .croppie-container .photo-default.default-group .photo-center {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 30px;
}
body .croppie-container .photo-default.default-group .photo-center img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
body .croppie-container img[data-retry-current="1"] ~ .photo-default .photo-center img,
body .croppie-container img[data-retry-current="3"] ~ .photo-default .photo-center img,
body .croppie-container img[data-retry-current="5"] ~ .photo-default .photo-center img {
  -webkit-animation: spin 1s linear 1;
  -moz-animation: spin 1s linear 1;
  animation: spin 1s linear 1;
}
body .croppie-container img[data-retry-current="2"] ~ .photo-default .photo-center img,
body .croppie-container img[data-retry-current="4"] ~ .photo-default .photo-center img {
  -webkit-animation: spin 1s linear 2;
  -moz-animation: spin 1s linear 2;
  animation: spin 1s linear 2;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  text-align: left;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  z-index: 10;
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto;
  padding-left: 56px;
}
.croppie-container .cr-slider-wrap:before {
  position: absolute;
  top: 12px;
  left: 30px;
  width: 20px;
  height: 20px;
  background: transparent;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #999;
  font-family: Font Awesome\ 5 Free;
  content: "";
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.croppie-container .cr-slider-wrap:after {
  position: absolute;
  top: 12px;
  left: 230px;
  width: 20px;
  height: 20px;
  background: transparent;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #999;
  font-family: Font Awesome\ 5 Free;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  content: "";
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 160px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
  border: 1px solid #ccc;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed",GradientType=0 );
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  border: 1px solid #ccc;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed",GradientType=0 );
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

@media only screen and (max-width: 767px) {
  .scroll-top {
    width: 48px;
    height: 48px;
    background-size: 102px 48px;
    border-radius: 100%;
    right: 20px;
    bottom: 20px;
  }
  .scroll-top > span {
    width: 32px;
    height: 32px;
    background-size: 102px 48px;
    background-position: -54px 0;
    left: 0;
    top: 2px;
  }
}
@font-face {
  font-family: "Downtomeet";
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Thin.eot");
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Thin.eot?#iefix") format("embedded-opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Thin.woff2") format("woff2"), url("https://cdn-static.downtomeet.com/fonts/pr/Thin.woff") format("woff"), url("https://cdn-static.downtomeet.com/fonts/pr/Thin.ttf") format("truetype"), url("https://cdn-static.downtomeet.com/fonts/pr/Thin.otf") format("opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Thin.svg#Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Downtomeet";
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Light.eot");
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Light.eot?#iefix") format("embedded-opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Light.woff2") format("woff2"), url("https://cdn-static.downtomeet.com/fonts/pr/Light.woff") format("woff"), url("https://cdn-static.downtomeet.com/fonts/pr/Light.ttf") format("truetype"), url("https://cdn-static.downtomeet.com/fonts/pr/Light.otf") format("opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Light.svg#Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Downtomeet";
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Regular.eot");
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Regular.eot?#iefix") format("embedded-opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Regular.woff2") format("woff2"), url("https://cdn-static.downtomeet.com/fonts/pr/Regular.woff") format("woff"), url("https://cdn-static.downtomeet.com/fonts/pr/Regular.ttf") format("truetype"), url("https://cdn-static.downtomeet.com/fonts/pr/Regular.otf") format("opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Regular.svg#Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Downtomeet";
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Semibold.eot");
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Semibold.eot?#iefix") format("embedded-opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Semibold.woff2") format("woff2"), url("https://cdn-static.downtomeet.com/fonts/pr/Semibold.woff") format("woff"), url("https://cdn-static.downtomeet.com/fonts/pr/Semibold.ttf") format("truetype"), url("https://cdn-static.downtomeet.com/fonts/pr/Semibold.otf") format("opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Semibold.svg#Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Downtomeet";
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Bold.eot");
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Bold.woff2") format("woff2"), url("https://cdn-static.downtomeet.com/fonts/pr/Bold.woff") format("woff"), url("https://cdn-static.downtomeet.com/fonts/pr/Bold.svg#Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}
@font-face {
  font-family: "Downtomeet";
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Extrabld.eot");
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Extrabld.eot?#iefix") format("embedded-opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Extrabld.woff2") format("woff2"), url("https://cdn-static.downtomeet.com/fonts/pr/Extrabld.woff") format("woff"), url("https://cdn-static.downtomeet.com/fonts/pr/Extrabld.ttf") format("truetype"), url("https://cdn-static.downtomeet.com/fonts/pr/Extrabld.otf") format("opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Extrabld.svg#Extrabld") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Downtomeet";
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Black.eot");
  src: url("https://cdn-static.downtomeet.com/fonts/pr/Black.eot?#iefix") format("embedded-opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Black.woff2") format("woff2"), url("https://cdn-static.downtomeet.com/fonts/pr/Black.woff") format("woff"), url("https://cdn-static.downtomeet.com/fonts/pr/Black.ttf") format("truetype"), url("https://cdn-static.downtomeet.com/fonts/pr/Black.otf") format("opentype"), url("https://cdn-static.downtomeet.com/fonts/pr/Black.svg#Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, body header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-x: hidden !important;
  -webkit-tap-highlight-color: rgba(227, 34, 50, 0.03);
}

button.button-action,
button.button-subaction,
.button-select,
.button-select a,
a[href="javascript:;"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

article, aside, figure, figure img, footer, body header, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

b, strong, .bold {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.italic {
  font-style: italic !important;
}

input, select, textarea {
  vertical-align: middle;
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
  font-size: 75%;
}

::selection {
  background: #222;
  color: #fff;
  text-shadow: 1px 1px 1px #222;
}

::-moz-selection {
  background: #222;
  color: #fff;
  text-shadow: 1px 1px 1px #222;
}

.fix-scroll {
  overflow: hidden !important;
}
.fix-scroll .body {
  overflow: hidden !important;
}
.fix-scrollhtml {
  overflow: hidden !important;
}

.noevents {
  pointer-events: none !important;
}

b, strong {
  font-weight: 600;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.top10 {
  margin-top: 10px;
}

html {
  height: 100%;
  overflow-y: scroll;
}
html > body {
  min-height: 100%;
  height: auto;
}

html, html > body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
}

html > body.body-groups {
  text-rendering: optimizeLegibility;
  -ms-interpolation-mode: bicubic;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern" 1;
  letter-spacing: 0;
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
  min-width: 320px;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html > body.body-groups .event-content, html > body.body-groups .event-content * {
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
}
html > body.body-groups .pac-container {
  z-index: 451545;
}
html > body.body-groups sp-user-profile-user-avatar-pswp {
  display: block;
}
html > body.body-groups sp-user-profile-user-avatar-pswp .pswp__bg.imp-color-bg {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: saturate(240%) blur(20px);
  backdrop-filter: saturate(240%) blur(20px);
}
html > body.body-groups sp-user-profile-user-avatar-pswp .pswp__button.pswp__button--with-click.close--custom {
  float: right !important;
}
html > body.body-groups sp-user-profile-user-avatar-pswp .pswp__img {
  border-radius: 1000px;
  border: 16px solid transparent;
}
html > body.body-groups sp-user-profile-user-avatar-pswp .layer-container,
html > body.body-groups sp-user-profile-user-avatar-pswp .pswp__ui,
html > body.body-groups sp-user-profile-user-avatar-pswp .pswp__top-bar {
  display: block !important;
  opacity: 1 !important;
}
html > body.body-groups sp-user-profile-user-avatar-pswp .pswp__ui > .pswp__top-bar .layer-container .pswp__button--with-click {
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
html > body.body-groups sp-user-profile-user-avatar-pswp .pswp__ui > .pswp__top-bar .layer-container .pswp__button--with-click:hover {
  background-color: #e32232 !important;
}
html > body.body-groups .pswp *:not(.fa):not(.far):not(.fas) {
  text-rendering: optimizeLegibility;
  -ms-interpolation-mode: bicubic;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern" 1;
  letter-spacing: 0;
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
}
html > body.body-groups a[class^=button], html > body.body-groups a[class*=" button"],
html > body.body-groups button[class^=button], html > body.body-groups button[class*=" button"] {
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
}

html > body.body-groups .mce-container,
html > body.body-groups .mce-container *:not(button):not(select) {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input::-ms-reveal {
  display: none;
}

html > body.body-groups,
html > body.body-groups * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html > body.body-groups.far, html > body.body-groups.fas, html > body.body-groups.fa,
html > body.body-groups *.far,
html > body.body-groups *.fas,
html > body.body-groups *.fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Font Awesome\ 5 Free !important;
}
html > body.body-groups.far.ico-title, html > body.body-groups.fas.ico-title, html > body.body-groups.fa.ico-title,
html > body.body-groups *.far.ico-title,
html > body.body-groups *.fas.ico-title,
html > body.body-groups *.fa.ico-title {
  font-size: 90%;
  opacity: 0.7;
  padding-right: 4px;
}

.clear-html *, .clear-description * {
  display: inline !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  text-align: inherit !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  opacity: 0;
}

sp-group-layout {
  display: block;
}

sp-group-member-answers {
  display: block;
}

.homepage-sample {
  width: 100%;
  height: 6349px;
  background: transparent url("https://cdn-static.downtomeet.com/img/homepage-sample-01.jpg") no-repeat top center;
  position: relative;
}

.dashboard-sample {
  width: 100%;
  height: 1698px;
  background: transparent url("https://cdn-static.downtomeet.com/img/downtomeet-dashboard.png") no-repeat top center;
  position: relative;
}

body.header-fixed .main {
  padding-top: 62px;
}
body.header-fixed .site-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: saturate(240%) blur(20px);
  backdrop-filter: saturate(240%) blur(20px);
  background-color: rgba(250, 250, 250, 0.95);
}

body[class^=modernizr-] .loggedin-hide, body[class*=" modernizr-"] .loggedin-hide {
  display: none !important;
}

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(120%) blur(5px);
  backdrop-filter: saturate(120%) blur(5px);
  z-index: 4515;
}
.page-progress .progress-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  min-height: 140px;
  padding: 30px 30px 36px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  top: 50%;
  left: 50%;
  max-width: 90vw;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.page-progress .progress-block .title {
  font-size: 18px;
  font-weight: 600;
  color: #e32232;
  line-height: 24px;
}
.page-progress .progress-block p {
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  line-height: 18px;
}
.page-progress .progress-block .progress-bar {
  width: 100%;
  height: 30px;
  border-radius: 30px;
  background: #eee;
  margin-top: 20px;
  box-shadow: 0 2px 0 #e8e8e8;
  overflow: hidden;
}
.page-progress .progress-block .progress-bar > span {
  -webkit-animation: progress-right 1500ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  -moz-animation: progress-right 1500ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: progress-right 1500ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  color: white;
  box-sizing: content-box;
  max-width: 98%;
  line-height: 30px;
  font-size: 14px;
  display: block;
  width: auto;
  min-width: 48px;
  background: #e32232;
  border-radius: 30px;
  height: 30px;
  text-align: center;
  font-weight: 600;
  transition: all 777ms cubic-bezier(0.4, 0, 0.22, 1);
}

.homepage {
  margin-bottom: -20px;
}
.homepage .splash-main {
  display: table;
  width: 100%;
  height: 75vh;
  vertical-align: middle;
  background: #e32232;
  text-align: center;
  background: url("https://cdn-static.downtomeet.com/img/homepage/photo-homepage-20.jpg") no-repeat center center;
  background-size: cover;
}
.homepage .splash-main .wrapper {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.homepage .splash-main .wrapper h1 {
  font-size: 200%;
  line-height: 1.2;
  font-weight: 800;
  color: white;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.homepage .splash-main .wrapper h1 + p {
  margin-top: 12px;
}
.homepage .splash-main .wrapper p {
  font-size: 150%;
  line-height: 1.5;
  font-weight: 400;
}
.homepage .splash-main .wrapper p + p {
  margin-top: 24px;
}
.homepage .splash-main .wrapper p.actions {
  font-size: 100%;
}
.homepage .splash-main .wrapper p.actions .button-action {
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
.homepage .homepage-block {
  background: white;
  padding: 80px 0 100px;
}
.homepage .homepage-block.gray, .homepage .homepage-block.grey {
  background: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.homepage .homepage-block h2 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 200%;
}
.homepage .homepage-block h2.center {
  text-align: center;
}
.homepage .homepage-block h2.underlined > span {
  display: inline-block;
  white-space: nowrap;
  border-bottom: 2px solid #e32232;
}
.homepage .homepage-block h2 + p {
  margin-top: 12px;
}
.homepage .homepage-block p {
  font-size: 112%;
  line-height: 1.5;
}
.homepage .homepage-block p.center {
  text-align: center;
}
.homepage .homepage-block p + p {
  margin-top: 24px;
}
.homepage .homepage-block .sides .side {
  float: left;
}
.homepage .homepage-block .sides .side + .side {
  float: right;
}
.homepage .homepage-block .sides .side.onethird {
  width: 33%;
}
.homepage .homepage-block .sides .side.twothirds {
  width: 66%;
  padding-top: 12px;
}
.homepage .homepage-block .sides:before, .homepage .homepage-block .sides:after {
  content: " ";
  display: table;
}
.homepage .homepage-block .sides:after {
  clear: both;
}
.homepage .homepage-block .sides.sides-table {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.homepage .homepage-block .sides.sides-table .side {
  display: table-cell;
  width: 100%;
  float: none;
  vertical-align: top;
  padding: 0;
  text-align: left;
}
.homepage .homepage-block .sides.sides-table .side + .side {
  padding-top: 12px;
  padding-left: 40px;
}
.homepage .homepage-block .sides.sides-table .side.onethird {
  width: 10%;
}
.homepage .homepage-block .image-large {
  display: block;
  padding: 60px 0;
  max-width: 100%;
  text-align: center;
}
.homepage .homepage-block .image-large img {
  max-width: 100%;
}
.homepage .homepage-block .categories {
  list-style: none;
  padding: 48px 0 30px;
}
.homepage .homepage-block .categories li {
  width: 24.9%;
  float: left;
  clear: right;
  padding: 20px 20px 50px;
  text-align: center;
}
.homepage .homepage-block .categories li:nth-child(4n+5) {
  clear: both;
}
.homepage .homepage-block .categories li img {
  max-width: 96px;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto 12px;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.homepage .homepage-block .categories li a {
  display: block;
  text-align: center;
  cursor: default !important;
  color: #222;
}
.homepage .homepage-block .categories:before, .homepage .homepage-block .categories:after {
  content: " ";
  display: table;
}
.homepage .homepage-block .categories:after {
  clear: both;
}
.homepage .homepage-block .note {
  font-size: 90%;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  width: auto;
  text-align: center;
  margin-bottom: 7px;
  background: #fffae1;
  border: 1px solid #f2e5a6;
  border-radius: 3px;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  padding: 10px 15px;
  margin: 0;
  max-width: 80%;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  white-space: normal;
  display: block;
  margin: 0 auto;
}
.homepage .homepage-block .howitworks {
  list-style: none;
  padding: 40px 0 10px;
}
.homepage .homepage-block .howitworks li {
  width: 100%;
  padding: 20px 0 20px 0;
  margin-bottom: 40px;
  text-align: left;
  min-height: 160px;
}
.homepage .homepage-block .howitworks li h3 {
  font-size: 150%;
  color: #e32232;
  line-height: 1.5;
  font-weight: 600;
}
.homepage .homepage-block .howitworks li p {
  font-size: 112%;
  line-height: 1.5;
}
.homepage .homepage-block .howitworks li p a {
  text-decoration: underline;
}
.homepage .homepage-block .howitworks li p a:hover {
  text-decoration: none;
}
.homepage .homepage-block .howitworks li p.small {
  font-size: 80%;
  display: block;
}
.homepage .homepage-block .howitworks li.ico {
  position: relative;
  padding-left: 180px;
}
.homepage .homepage-block .howitworks li.ico:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 128px;
  height: 128px;
  margin-top: -64px;
  content: " ";
  display: block;
  background: url("https://cdn-static.downtomeet.com/img/homepage/homepage-large-discover.png") no-repeat center center;
}
.homepage .homepage-block .howitworks li.ico.ico-invitation:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-large-calendar.png");
}
.homepage .homepage-block .howitworks li.ico.ico-discover:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-large-discover.png");
}
.homepage .homepage-block .howitworks li.ico.ico-organize:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-large-organize.png");
}
.homepage .homepage-block .features-listing {
  list-style: none;
  padding: 30px 0;
}
.homepage .homepage-block .features-listing li {
  width: 45%;
  float: left;
  clear: right;
  padding-bottom: 70px;
}
.homepage .homepage-block .features-listing li.ico {
  padding-left: 100px;
  position: relative;
}
.homepage .homepage-block .features-listing li.ico:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  content: " ";
  display: block;
  background: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-organizer.png") no-repeat center center;
}
.homepage .homepage-block .features-listing li.ico.ico-organizer:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-organizer.png");
}
.homepage .homepage-block .features-listing li.ico.ico-user:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-user.png");
}
.homepage .homepage-block .features-listing li.ico.ico-security:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-security.png");
}
.homepage .homepage-block .features-listing li.ico.ico-123:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-123.png");
}
.homepage .homepage-block .features-listing li.ico.ico-customize:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-settings.png");
}
.homepage .homepage-block .features-listing li.ico.ico-privacy:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-view.png");
}
.homepage .homepage-block .features-listing li.ico.ico-happy:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-happy.png");
}
.homepage .homepage-block .features-listing li.ico.ico-manage:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-calendar.png");
}
.homepage .homepage-block .features-listing li.ico.ico-photo:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-photo.png");
}
.homepage .homepage-block .features-listing li.ico.ico-responsive:before {
  background-image: url("https://cdn-static.downtomeet.com/img/homepage/homepage-ico-responsive.png");
}
.homepage .homepage-block .features-listing li:nth-child(2n+2) {
  float: right;
  padding-right: 0;
}
.homepage .homepage-block .features-listing li h3 {
  font-size: 112%;
  font-weight: 700;
  padding-bottom: 12px;
}
.homepage .homepage-block .features-listing li p {
  font-size: 100%;
  line-height: 1.5;
}

.panel-righted {
  box-shadow: 0 0 14px 0 rgba(22, 45, 61, 0.36);
  position: fixed;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.94);
  width: 96px;
  z-index: 1055;
  right: 400px;
  top: 250px;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) opacity, 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) -webkit-transform;
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) transform, 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) opacity;
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) transform, 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) opacity, 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) -webkit-transform;
}
.panel-righted .panel-header {
  height: 30px;
  cursor: move;
  background: transparent;
  width: 100%;
}
.panel-righted .separator {
  margin: 0 0 9px 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.panel-righted .block-item .item-header {
  padding: 10px 15px;
  font-weight: 600;
}
.panel-righted .block-item .item-body {
  background: #404040;
  padding: 10px 15px;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  background: #fafafa !important;
}

.app-tabs {
  display: none !important;
}

html:not(.mobile) .common-tooltip {
  cursor: help;
  top: 0;
  position: relative;
}
html:not(.mobile) .common-tooltip.cursor-pointer {
  cursor: pointer;
}
html:not(.mobile) .common-tooltip.righted {
  position: absolute;
  right: 10px;
  top: 1px;
}
html:not(.mobile) .common-tooltip.righted > span,
html:not(.mobile) .common-tooltip.righted > div {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  left: auto;
  right: -5px;
}
html:not(.mobile) .common-tooltip.righted > span:before, html:not(.mobile) .common-tooltip.righted > span:after,
html:not(.mobile) .common-tooltip.righted > div:before,
html:not(.mobile) .common-tooltip.righted > div:after {
  left: auto;
  right: 3px;
}
html:not(.mobile) .common-tooltip.righted > span:after,
html:not(.mobile) .common-tooltip.righted > div:after {
  right: 4px !important;
}
html:not(.mobile) .common-tooltip.lefted > span,
html:not(.mobile) .common-tooltip.lefted > div {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  left: -5px;
  right: auto;
}
html:not(.mobile) .common-tooltip.lefted > span:before, html:not(.mobile) .common-tooltip.lefted > span:after,
html:not(.mobile) .common-tooltip.lefted > div:before,
html:not(.mobile) .common-tooltip.lefted > div:after {
  left: 3px;
  right: auto;
}
html:not(.mobile) .common-tooltip.lefted > span:after,
html:not(.mobile) .common-tooltip.lefted > div:after {
  right: auto;
  left: 4px !important;
}
html:not(.mobile) .common-tooltip.side-right > span,
html:not(.mobile) .common-tooltip.side-right > div {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  left: auto;
  right: -5px;
}
html:not(.mobile) .common-tooltip.side-right > span:before, html:not(.mobile) .common-tooltip.side-right > span:after,
html:not(.mobile) .common-tooltip.side-right > div:before,
html:not(.mobile) .common-tooltip.side-right > div:after {
  left: auto;
  right: 3px;
}
html:not(.mobile) .common-tooltip.side-right > span:after,
html:not(.mobile) .common-tooltip.side-right > div:after {
  right: 4px !important;
}
html:not(.mobile) .common-tooltip.bottomized > span {
  top: 100%;
  bottom: auto;
}
html:not(.mobile) .common-tooltip.bottomized > span:after, html:not(.mobile) .common-tooltip.bottomized > span:before {
  display: none;
}
html:not(.mobile) .common-tooltip.bottomized .table-tooltip {
  min-width: 130px;
  text-align: center;
  padding: 5px 10px;
  margin-top: 4px;
  color: #222;
}
html:not(.mobile) .common-tooltip.dim > .far,
html:not(.mobile) .common-tooltip.dim > .fas,
html:not(.mobile) .common-tooltip.dim > .fa {
  opacity: 0.6;
}
html:not(.mobile) .common-tooltip.smaller > .far,
html:not(.mobile) .common-tooltip.smaller > .fas,
html:not(.mobile) .common-tooltip.smaller > .fa {
  font-size: 12px;
}
html:not(.mobile) .common-tooltip.badge-info-past > i {
  color: inherit !important;
  font-style: normal;
}
html:not(.mobile) .common-tooltip.badge-info-past > i {
  color: #e32232 !important;
}
html:not(.mobile) .common-tooltip > span,
html:not(.mobile) .common-tooltip > div {
  font-size: 90%;
  line-height: 1.5;
  display: none;
  position: absolute;
  bottom: 100%;
  width: auto;
  left: 50%;
  margin-bottom: 7px;
  background: #fffae1;
  border: 1px solid #f2e5a6;
  border-radius: 3px;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  z-index: 900;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
html:not(.mobile) .common-tooltip > span:before, html:not(.mobile) .common-tooltip > span:after,
html:not(.mobile) .common-tooltip > div:before,
html:not(.mobile) .common-tooltip > div:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -moz-transform: scale(1.01);
}
html:not(.mobile) .common-tooltip > span:before,
html:not(.mobile) .common-tooltip > div:before {
  border-color: rgba(242, 229, 166, 0);
  border-top-color: #f2e5a6;
  border-width: 6px;
  margin-left: -6px;
}
html:not(.mobile) .common-tooltip > span:after,
html:not(.mobile) .common-tooltip > div:after {
  border-color: rgba(255, 250, 225, 0);
  border-top-color: #fffae1;
  border-width: 5px;
  margin-left: -5px;
}
html:not(.mobile) .common-tooltip > span > .paragraph,
html:not(.mobile) .common-tooltip > span > p,
html:not(.mobile) .common-tooltip > div > .paragraph,
html:not(.mobile) .common-tooltip > div > p {
  display: block;
  width: auto;
  padding: 10px 15px;
  margin: 0;
  min-width: 240px;
  max-width: 320px;
  text-align: center;
  position: relative;
  font-weight: normal;
  line-height: 16px;
  color: #222;
  white-space: normal;
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
}
html:not(.mobile) .common-tooltip > span > .paragraph.small-width,
html:not(.mobile) .common-tooltip > span > p.small-width,
html:not(.mobile) .common-tooltip > div > .paragraph.small-width,
html:not(.mobile) .common-tooltip > div > p.small-width {
  min-width: 100px;
  max-width: 140px;
}
html:not(.mobile) .common-tooltip > span > .paragraph.large,
html:not(.mobile) .common-tooltip > span > p.large,
html:not(.mobile) .common-tooltip > div > .paragraph.large,
html:not(.mobile) .common-tooltip > div > p.large {
  min-width: 640px;
  max-width: 640px;
}
html:not(.mobile) .common-tooltip > span > .paragraph.justify,
html:not(.mobile) .common-tooltip > span > p.justify,
html:not(.mobile) .common-tooltip > div > .paragraph.justify,
html:not(.mobile) .common-tooltip > div > p.justify {
  text-align: justify;
}
html:not(.mobile) .common-tooltip > span > .paragraph:before,
html:not(.mobile) .common-tooltip > span > p:before,
html:not(.mobile) .common-tooltip > div > .paragraph:before,
html:not(.mobile) .common-tooltip > div > p:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  content: " ";
  background: transparent;
}
html:not(.mobile) .common-tooltip:hover > div,
html:not(.mobile) .common-tooltip:hover > span {
  display: block;
  opacity: 1;
}

sp-group-login-page {
  display: block;
}

sp-group-layout + sp-group-login-page {
  display: none !important;
}

.preheader {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.preheader .logo {
  max-height: 32px;
}

.header-fixed .site-update.active {
  position: relative;
  z-index: 4515;
  margin-top: 63px;
  margin-bottom: -62px;
}

.site-update {
  background: #fffae1;
  text-align: center;
  border-bottom: 1px solid transparent;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  max-height: 0;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.site-update.active {
  max-height: 404px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2e5a6;
}
.site-update p.title {
  font-size: 120%;
  font-weight: 600;
}
.site-update p:not(.title) + p {
  margin-top: 10px;
}

.site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  background: white;
  height: 62px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #e32232;
}
.site-header .wrapper:before, .site-header .wrapper:after {
  content: " ";
  display: table;
}
.site-header .wrapper:after {
  clear: both;
}
.site-header .wrapper .header-logo {
  vertical-align: middle;
  display: block;
  height: 60px;
  float: left;
}
.site-header .wrapper .header-logo a {
  vertical-align: middle;
  display: block;
  height: 60px;
  display: table-cell;
}
.site-header .wrapper .header-logo a img {
  width: auto;
  height: 30px;
  vertical-align: middle;
}
.site-header .wrapper .header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  not-font-size: 0;
  text-align: right;
  float: right;
  white-space: nowrap;
}
.site-header .wrapper .header-menu:before, .site-header .wrapper .header-menu:after {
  content: " ";
  display: table;
}
.site-header .wrapper .header-menu:after {
  clear: both;
}
.site-header .wrapper .header-menu sp-header-my-groups {
  padding: 0;
  margin: 0;
  list-style: none;
  not-font-size: 0;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.site-header .wrapper .header-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  not-font-size: 0;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.site-header .wrapper .header-menu li a {
  display: block;
  font-size: 100%;
  height: 60px;
  color: #222;
  line-height: 1.5;
  padding: 20px 16px;
  border-bottom: 2px solid transparent;
}
.site-header .wrapper .header-menu li a:hover {
  color: #e32232;
}
.site-header .wrapper .header-menu li a img {
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 7px;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-top: -3px;
}
.site-header .wrapper .header-menu li a .login {
  color: white;
  background: #888;
  padding: 7px 10px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 90%;
}
.site-header .wrapper .header-menu li a .signup {
  color: white;
  background: #e32232;
  padding: 7px 10px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 90%;
}
.site-header .wrapper .header-menu li:last-child {
  border-right: 1px solid #f2f2f2;
}
.site-header .wrapper .header-menu li:first-child,
.site-header .wrapper .header-menu li + li {
  border-left: 1px solid #f2f2f2;
}
.site-header .wrapper .header-menu li.noborder {
  border-color: transparent;
}
.site-header .wrapper .header-menu li.noborder > a {
  padding-left: 0;
}
.site-header .wrapper .header-menu li.active > a {
  border-bottom-color: #e32232;
  color: #e32232;
}
.site-header .wrapper .header-menu li.li-select {
  position: relative;
}
.site-header .wrapper .header-menu li.li-select .select-block {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 3px;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  text-align: left !important;
  width: auto;
  min-width: 180px;
  max-width: 100%;
  font-size: 100%;
  line-height: 1.5;
  padding: 0;
}
.site-header .wrapper .header-menu li.li-select .select-block .select-header {
  display: block;
  height: 40px;
  padding: 8px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}
.site-header .wrapper .header-menu li.li-select .select-block .select-header img {
  max-width: 20px;
  max-height: 20px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides {
  width: 640px;
  min-width: 640px;
  background: #fafafa;
  border: 1px solid #eee;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides:after, .site-header .wrapper .header-menu li.li-select .select-block.block-sides:before {
  bottom: 100%;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides .placeholder-empty {
  display: block;
  width: 100%;
  padding: 60px 20px;
  font-size: 120%;
  color: #888;
  text-align: center;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides:after {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fafafa;
  border-width: 12px;
  margin-left: -12px;
  right: 13px;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #eee;
  border-width: 13px;
  margin-left: -13px;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block {
  float: left;
  width: 50%;
  font-size: 90%;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block:first-child {
  box-shadow: 1px 0 0 #ddd;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block + .side-block {
  border-left: 1px solid #ddd;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div.list {
  position: relative;
  height: 240px;
  background: white;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div .select-header {
  display: block;
  height: 40px;
  padding: 8px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div a {
  display: block;
  padding: 8px 20px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: break-word;
  height: auto;
  min-height: 40px;
  color: #e32232;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div a.status-eventmaster, .site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div a.status-coorganizer, .site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div a.status-organizer {
  color: #e32232;
  font-weight: 600;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div a:hover {
  color: white;
  background: #e32232;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div a.highlight {
  font-weight: 600;
  color: #e32232;
  border-top: 1px solid #eee;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block > div a.highlight:hover {
  background: #e32232;
  border-color: #e32232;
  color: white;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block.block-events .list > a {
  display: block;
  min-height: 40px;
  padding: 8px 20px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  line-height: 1.2;
  height: auto;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block.block-events .list > a > span.date {
  display: block;
  font-size: 90%;
  color: #888;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block.block-events .list > a:hover {
  background: #e32232;
}
.site-header .wrapper .header-menu li.li-select .select-block.block-sides > .side-block.block-events .list > a:hover > span {
  color: #fff;
}
.site-header .wrapper .header-menu li.li-select .select-block > a {
  display: block;
  width: 100%;
  font-size: 90%;
  line-height: 40px;
  max-height: 0;
  height: auto;
  overflow: hidden;
  color: #222;
  padding: 0 24px 0 20px;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.site-header .wrapper .header-menu li.li-select .select-block > a.divider {
  pointer-events: none;
  height: 1px;
  background: #ddd;
  margin: 10px 0px;
}
.site-header .wrapper .header-menu li.li-select .select-block > a:hover {
  background: #e32232;
  color: white;
}
.site-header .wrapper .header-menu li.li-select .select-block > a + a {
  border-top: 1px solid #eee;
}
.site-header .wrapper .header-menu li.li-select.hoverable:hover > .select-block, .site-header .wrapper .header-menu li.li-select.open > .select-block {
  opacity: 1;
  pointer-events: auto;
  max-height: 300px;
  border-color: #cfcfcf;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(3, 3, 3, 0.25);
  z-index: 100;
  color: #222;
  padding: 0;
}
.site-header .wrapper .header-menu li.li-select.hoverable:hover > .select-block > a, .site-header .wrapper .header-menu li.li-select.open > .select-block > a {
  max-height: 48px;
  overflow: hidden;
}
.site-header .wrapper .header-menu li .user span {
  position: relative;
  padding-right: 14px;
  max-width: 124px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.site-header .wrapper .header-menu li .user span:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: " ";
  width: 10px;
  height: 7px;
  background: url(https://cdn-static.downtomeet.com/img/ico-arrow-down-grey.png) no-repeat 0 0;
  margin-top: -4px;
}
.site-header .wrapper .header-menu-mobile-only {
  float: right;
  margin-right: 10px;
}
.site-header .wrapper .header-menu-mobile-only li {
  display: inline-block;
  margin: 18px 2px;
}
.site-header .wrapper .header-menu-mobile-only .login {
  color: white;
  background: #888;
  padding: 7px 7px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 90%;
}
.site-header .wrapper .header-menu-mobile-only .signup {
  color: white;
  background: #e32232;
  padding: 7px 7px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 90%;
}

footer {
  background: #171717;
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px 0 40px;
  color: #fff;
  margin-top: 0;
  clear: both;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
}
footer .footer-line {
  clear: both;
  float: left;
  width: 100%;
}
footer .footer-line + .footer-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  margin-top: 10px;
}
footer .footer-line .side-left {
  float: left;
  max-width: 90%;
}
footer .footer-line .side-right {
  float: right;
  max-width: 60%;
}
footer .footer-line .footer-menu {
  list-style: none;
  padding: 8px 0;
}
footer .footer-line .footer-menu li {
  list-style: none;
  display: inline-block;
}
footer .footer-line .footer-menu li + li {
  padding-left: 18px;
}
footer .footer-line .footer-menu li a {
  color: #fff;
  font-size: 90%;
  line-height: 1.5;
  display: inline-block;
  height: 20px;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
footer .footer-line .footer-menu li a:hover {
  color: #e32232;
}
footer .footer-line .socials {
  list-style: none;
}
footer .footer-line .socials li {
  list-style: none;
  display: inline-block;
  width: 36px;
  height: 36px;
}
footer .footer-line .socials li + li {
  margin-left: 10px;
}
footer .footer-line .socials li .social {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: url("https://cdn-static.downtomeet.com/img/ico-footer.png") no-repeat -4515px -4515px;
  color: transparent;
  text-indent: -4515px;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
footer .footer-line .socials li .social:hover {
  transform: scale(1.2) rotate(-15deg);
}
footer .footer-line .socials li .social.facebook {
  background-position: 0 0;
}
footer .footer-line .socials li .social.twitter {
  background-position: -50px 0;
}
footer .footer-line i.fas,
footer .footer-line i.far,
footer .footer-line i.fa {
  font-weight: bold;
  vertical-align: top;
}
footer .footer-line .logo {
  float: left;
  white-space: nowrap;
  height: 36px;
  vertical-align: middle;
}
footer .footer-line .logo img {
  vertical-align: middle;
  height: 28px;
  margin: 4px 0;
  display: inline-block;
}
footer .footer-line .logo + .copyright {
  height: 36px;
  color: #888;
  font-size: 75%;
  line-height: 1.5;
  float: left;
  margin-left: 30px;
  white-space: nowrap;
}

.page-overlay.add-to-album {
  opacity: 0 !important;
}

.body-groups {
  position: relative;
  background: #fafafa;
  font-size: 100%;
  line-height: 1.5;
}
.body-groups [hidden],
.body-groups [hidden] > * {
  display: none !important;
}
.body-groups .main {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  min-height: 90%;
  min-height: 90vh;
}
.body-groups .main.fadein {
  animation-name: fadein;
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.body-groups a {
  color: #e32232;
  text-decoration: none;
  cursor: pointer;
}
.body-groups a.disabled, .body-groups a[disabled] {
  cursor: default;
  pointer-events: none;
}
.body-groups .nonei,
.body-groups .noneI,
.body-groups .none-i {
  display: none !important;
}
.body-groups .nonei.display,
.body-groups .noneI.display,
.body-groups .none-i.display {
  display: inherit !important;
}
.body-groups .message-blink {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #e32232;
  animation: fadein 1s cubic-bezier(0.5, 0, 1, 1) 3 alternate;
  border-radius: 10px;
  border: 2px solid #e32232;
  box-sizing: content-box !important;
  transform: translateY(-6px);
  margin-left: 3px;
  font-size: 10px;
  color: white;
  border: 0;
  text-align: center;
  line-height: 14px;
  font-weight: 700;
}
.body-groups .block {
  display: block;
}
.body-groups .color-public,
.body-groups .color-green {
  color: #3a7524;
}
.body-groups .color-blue,
.body-groups .color-limited {
  color: #00b8d4;
}
.body-groups .color-closed,
.body-groups .color-unlisted,
.body-groups .color-orange {
  color: #ed7f22;
}
.body-groups .color-purple {
  color: #7b1fa2;
}
.body-groups .color-private,
.body-groups .color-secret,
.body-groups .color-red {
  color: #e32232;
}
.body-groups .break-word {
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .color-gray,
.body-groups .color-grey {
  color: #888;
}
.body-groups, .body-groups * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body-groups .messaging {
  list-style: none;
  display: table;
  display: table;
  padding: 0;
  margin: 0;
  vertical-align: top;
  background: white;
  border: 1px solid #ddd;
  height: 640px;
  width: 100%;
  margin-top: 0;
}
.body-groups .messaging sp-group-messages {
  display: none !important;
}
.body-groups .messaging .mobile-navigation {
  display: none;
}
.body-groups .messaging .messaging-left {
  display: table-cell;
  width: 25%;
  min-width: 280px;
  vertical-align: top;
  height: 100%;
  position: relative;
  background: #fbfbfb;
  border-right: 1px solid #eee;
}
.body-groups .messaging .messaging-left .heighter {
  max-height: 100%;
  position: absolute;
  top: 60px;
  overflow: auto;
  overflow-x: hidden;
  bottom: 0;
  width: 100%;
}
.body-groups .messaging .messaging-left .header {
  display: block;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px 15px;
  background: white;
}
.body-groups .messaging .messaging-left .header h2 {
  font-weight: 600;
  color: #e32232;
}
.body-groups .messaging .messaging-left .chats {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.body-groups .messaging .messaging-left .chats .chat {
  padding: 15px;
  min-height: 80px;
  transition: none 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .messaging .messaging-left .chats .chat.active {
  background-color: #e32232;
  transition: none 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .conversation-text,
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .conversation-name {
  color: white !important;
}
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .conversation-text .author,
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .conversation-name .author {
  color: white !important;
}
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .conversation-text .counter,
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .conversation-text .timestamp,
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .conversation-name .counter,
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .conversation-name .timestamp {
  color: rgba(255, 255, 255, 0.7);
}
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .counter,
.body-groups .messaging .messaging-left .chats .chat.active .chat-name .conversation .timestamp {
  color: rgba(255, 255, 255, 0.7);
}
.body-groups .messaging .messaging-left .chats .chat:hover .author,
.body-groups .messaging .messaging-left .chats .chat:hover .conversation-text {
  color: #e32232 !important;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .avatar {
  float: left;
  width: 56px;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .avatar img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  float: left;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .conversation {
  position: relative;
  margin-left: 56px;
  width: auto;
  font-size: 90%;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .conversation .conversation-name {
  vertical-align: bottom;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .conversation .conversation-name .unread-badge {
  background: #e32232;
  border-radius: 3px;
  display: inline-block;
  color: white;
  border: 0;
  padding: 0 3px;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .conversation .conversation-name .author {
  font-weight: 600;
  display: block;
  margin-right: 15px;
  color: #222;
  vertical-align: bottom;
  word-wrap: break-word;
  word-break: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .conversation .conversation-name .counter {
  float: right;
  width: 30px;
  margin-top: 1px;
  color: #888;
  text-align: right;
  white-space: nowrap;
  font-size: 90%;
  vertical-align: bottom;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .conversation .conversation-text {
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  font-size: 90%;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .conversation .conversation-text br {
  display: none;
}
.body-groups .messaging .messaging-left .chats .chat .chat-name .conversation .timestamp {
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  font-size: 90%;
  color: #888;
  text-align: left;
  white-space: nowrap;
  font-size: 90%;
  vertical-align: bottom;
}
.body-groups .messaging .messaging-right {
  display: table-cell;
  width: 75%;
  vertical-align: top;
  height: 100%;
  position: relative;
}
.body-groups .messaging .messaging-right .heighter {
  max-height: 100%;
  position: absolute;
  top: 60px;
  bottom: 100px;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
}
.body-groups .messaging .messaging-right .chat-header {
  display: block;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px 15px;
  background: white;
}
.body-groups .messaging .messaging-right .chat-header h2 {
  text-align: left;
  font-weight: 400;
}
.body-groups .messaging .messaging-right .chat-header h2 .header-text {
  display: block;
  font-weight: 400;
  margin-top: -2px;
  line-height: 1.5;
  vertical-align: middle;
}
.body-groups .messaging .messaging-right .chat-header h2 .header-text .photo {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 2px;
}
.body-groups .messaging .messaging-right .chat-header h2 .header-text .photo img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.body-groups .messaging .messaging-right .chat-header h2 .header-text b {
  font-weight: 600;
  max-width: 250px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  vertical-align: middle;
}
.body-groups .messaging .messaging-right .chat-header h2 .timing {
  display: block;
  font-size: 90%;
  color: #888;
}
.body-groups .messaging .messaging-right .chat-header .header-right {
  float: right;
  font-size: 100%;
  line-height: 1;
  margin-top: 0;
  display: block;
}
.body-groups .messaging .messaging-right .chat-header .header-right .refresh {
  display: inline-block;
}
.body-groups .messaging .messaging-right .chat-header .header-right .refresh.active {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.body-groups .messaging .messaging-right .chat-messages {
  padding: 15px 15px;
}
.body-groups .messaging .messaging-right .chat-messages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.body-groups .messaging .messaging-right .chat-messages:before, .body-groups .messaging .messaging-right .chat-messages:after {
  content: " ";
  display: table;
}
.body-groups .messaging .messaging-right .chat-messages:after {
  clear: both;
}
.body-groups .messaging .messaging-right .chat-messages .message {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  min-height: 40px;
}
.body-groups .messaging .messaging-right .chat-messages .message .message-avatar {
  float: left;
  vertical-align: bottom;
  position: absolute;
  bottom: 2px;
  left: 0;
  vertical-align: bottom;
}
.body-groups .messaging .messaging-right .chat-messages .message .message-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  vertical-align: bottom;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}
.body-groups .messaging .messaging-right .chat-messages .message .message-author {
  display: block;
  font-weight: 600;
}
.body-groups .messaging .messaging-right .chat-messages .message .message-author .message-timestamp {
  padding-left: 4px;
}
.body-groups .messaging .messaging-right .chat-messages .message .message-text {
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .messaging .messaging-right .chat-messages .message .message-text a {
  color: #e32232;
  text-decoration: underline;
}
.body-groups .messaging .messaging-right .chat-messages .message .message-timestamp {
  color: #888;
  font-size: 90%;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
}
.body-groups .messaging .messaging-right .chat-messages .message .message-content {
  width: auto;
  background: #f6f6f6;
  max-width: 75%;
  border-radius: 5px;
  margin-left: 40px;
  padding: 5px;
  display: inline-block;
}
.body-groups .messaging .messaging-right .chat-messages .message.self .message-avatar {
  left: auto;
  right: 0;
}
.body-groups .messaging .messaging-right .chat-messages .message.self .message-content {
  float: right;
  margin-right: 40px;
  color: white;
  background-color: #fdeeef;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  color: #111;
}
.body-groups .messaging .messaging-right .chat-messages .message.self .message-content .message-text a {
  color: #e32232;
  text-decoration: underline;
}
.body-groups .messaging .messaging-right .chat-input {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 2;
  background: #fff;
  background: white;
}
.body-groups .messaging .messaging-right .chat-input .input-textarea {
  border: 0;
  border-top: 1px solid #ddd;
  padding-right: 140px;
  height: 100px;
  resize: none;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.01) inset;
}
.body-groups .messaging .messaging-right .chat-input .input-textarea:focus {
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  box-shadow: 3px 0 0 #e32232 inset;
}
.body-groups .messaging .messaging-right .chat-input .button-send {
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 5px 20px rgba(227, 34, 50, 0.15);
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .messaging .messaging-right .chat-input .button-send i {
  font-weight: bold;
}
.body-groups .messaging .messaging-right .chat-input .button-send.loader {
  box-shadow: none;
}
.body-groups .messaging .messaging-right .chat-input .input-button {
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: right;
}
.body-groups .pagecover-container .pagecover .row-title {
  text-align: center;
  font-size: 120%;
  line-height: 1.5;
  color: white;
  font-weight: 400;
  width: 100%;
}
.body-groups .pagecover-container .pagecover .row-title h1, .body-groups .pagecover-container .pagecover .row-title .group-name {
  font-size: 200%;
  line-height: 48px;
  color: white;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.33), 0 1px 7px rgba(0, 0, 0, 0.33);
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.body-groups .pagecover-container .pagecover .row-title h1 a, .body-groups .pagecover-container .pagecover .row-title .group-name a {
  color: inherit;
  text-decoration: none;
}
.body-groups .pagecover-container .pagecover .row-title h1 a.active, .body-groups .pagecover-container .pagecover .row-title .group-name a.active {
  pointer-events: none;
}
.body-groups .pagecover-container .pagecover .row-title h1 a:hover, .body-groups .pagecover-container .pagecover .row-title .group-name a:hover {
  text-decoration: underline;
}
.body-groups .pagecover-container .pagecover .row-title p {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.5;
}
.body-groups .pagecover-container .pagecover > .cover-photo:after {
  background: url(https://cdn-static.downtomeet.com/img/sp/header-overlay.png) repeat-x left bottom;
}
.body-groups .pagecover-container .cover-background-cropped {
  background: url("https://cdn-static.downtomeet.com/img/group-default-73.jpg") no-repeat center center;
  background-size: cover;
}
.body-groups .pagecover-container .cover-photo:after {
  opacity: 0.33;
}
.body-groups .pagecover-container .cover-photo .cover-background-cropped:after {
  display: none;
}
.body-groups .wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.body-groups .wrapper:before, .body-groups .wrapper:after {
  content: " ";
  display: table;
}
.body-groups .wrapper:after {
  clear: both;
}
.body-groups .wrapper.wrapper-small {
  padding-left: 10%;
  padding-right: 10%;
}
.body-groups .wrapper.top {
  margin-top: 20px;
}
.body-groups .button-subaction.subaction-message .fas {
  font-size: 100%;
}
.body-groups .button-subaction.subaction-message + .button-select {
  display: inline-block;
}
.body-groups .button-select {
  position: relative;
  display: block;
  z-index: 50;
}
.body-groups .button-select.inline-block {
  display: inline-block;
}
.body-groups .button-select:hover, .body-groups .button-select.open {
  z-index: 100;
}
.body-groups .button-select > .button-action, .body-groups .button-select > .button-action.fullwidth,
.body-groups .button-select > .button-secondary,
.body-groups .button-select > .button-secondary.fullwidth,
.body-groups .button-select > .button-subaction,
.body-groups .button-select > .button-subaction.fullwidth {
  text-align: left;
  position: relative;
  padding-right: 32px;
  padding-left: 15px;
  white-space: nowrap;
}
.body-groups .button-select > .button-action.center,
.body-groups .button-select > .button-secondary.center,
.body-groups .button-select > .button-subaction.center {
  text-align: center !important;
}
.body-groups .button-select > .button-action.size-half,
.body-groups .button-select > .button-secondary.size-half,
.body-groups .button-select > .button-subaction.size-half {
  width: 48%;
}
.body-groups .button-select > .button-action.orange,
.body-groups .button-select > .button-secondary.orange,
.body-groups .button-select > .button-subaction.orange {
  background: #ff6f00;
  border: #f4511e;
}
.body-groups .button-select > .button-action.ico-larger .far,
.body-groups .button-select > .button-action.ico-larger .fa,
.body-groups .button-select > .button-action.ico-larger .fas,
.body-groups .button-select > .button-secondary.ico-larger .far,
.body-groups .button-select > .button-secondary.ico-larger .fa,
.body-groups .button-select > .button-secondary.ico-larger .fas,
.body-groups .button-select > .button-subaction.ico-larger .far,
.body-groups .button-select > .button-subaction.ico-larger .fa,
.body-groups .button-select > .button-subaction.ico-larger .fas {
  font-size: 12px;
}
.body-groups .button-select > .button-action:after,
.body-groups .button-select > .button-secondary:after,
.body-groups .button-select > .button-subaction:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-buttonselect-white.png") no-repeat 0 0;
  width: 7px;
  height: 5px;
  display: block;
  margin-top: -2px;
}
.body-groups .button-select > .button-action.button-white:after,
.body-groups .button-select > .button-secondary.button-white:after,
.body-groups .button-select > .button-subaction.button-white:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("https://cdn-static.downtomeet.com/img/ico-buttonselect-redcolor.png") no-repeat 0 0;
  width: 7px;
  height: 5px;
  display: block;
  margin-top: -2px;
}
.body-groups .button-select > .button-action.icononly, .body-groups .button-select > .button-action.arrow-free,
.body-groups .button-select > .button-secondary.icononly,
.body-groups .button-select > .button-secondary.arrow-free,
.body-groups .button-select > .button-subaction.icononly,
.body-groups .button-select > .button-subaction.arrow-free {
  padding-right: 20px !important;
}
.body-groups .button-select > .button-action.icononly:after, .body-groups .button-select > .button-action.arrow-free:after,
.body-groups .button-select > .button-secondary.icononly:after,
.body-groups .button-select > .button-secondary.arrow-free:after,
.body-groups .button-select > .button-subaction.icononly:after,
.body-groups .button-select > .button-subaction.arrow-free:after {
  display: none;
}
.body-groups .button-select > .button-action.centered,
.body-groups .button-select > .button-secondary.centered,
.body-groups .button-select > .button-subaction.centered {
  text-align: center;
}
.body-groups .button-select > .button-action.icononly,
.body-groups .button-select > .button-secondary.icononly,
.body-groups .button-select > .button-subaction.icononly {
  padding-right: 15px;
}
.body-groups .button-select.open .select-list {
  opacity: 1;
  pointer-events: auto;
  max-height: 340px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  border-color: #cfcfcf;
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 3px 10px 0px rgba(3, 3, 3, 0.25);
  padding: 10px 0;
}
.body-groups .button-select > .button-secondary:after,
.body-groups .button-select > .button-subaction:after {
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-buttonselect-black.png") no-repeat 0 0;
  opacity: 0.5;
}
.body-groups .button-select.open .select-list {
  overflow: visible;
}
.body-groups .button-select .select-list {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  list-style: none;
  right: 0;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 3px;
  min-width: 100%;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  text-align: left !important;
  white-space: normal;
}
.body-groups .button-select .select-list.list-medium {
  width: 280px;
}
.body-groups .button-select .select-list .moxie-shim {
  opacity: 0.01 !important;
}
.body-groups .button-select .select-list.lefted {
  right: auto;
  left: 0;
}
.body-groups .button-select .select-list > * {
  cursor: pointer;
  display: block;
  font-size: 90%;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
  padding: 0 10px;
  width: 100%;
  min-width: 180px;
  position: relative;
  line-height: 30px !important;
  white-space: nowrap;
}
.body-groups .button-select .select-list > *:hover {
  background: #e32232;
  color: white;
}
.body-groups .button-select .select-list > *[disabled], .body-groups .button-select .select-list > *.disabled {
  pointer-events: none;
  color: #888;
}
.body-groups .button-select .select-list > *.color-red {
  color: #e32232;
}
.body-groups .button-select .select-list > *.color-red:hover {
  color: white;
}
.body-groups .button-select .select-list > .divider {
  height: 1px;
  background: #ddd;
  margin: 10px 0px;
}
.body-groups .button-select .select-list > .ico-whatsapp,
.body-groups .button-select .select-list > .ico-viber,
.body-groups .button-select .select-list > .ico-message,
.body-groups .button-select .select-list > .ico-telegram,
.body-groups .button-select .select-list > .ico-nothing,
.body-groups .button-select .select-list > .ico-linkedin,
.body-groups .button-select .select-list > .ico-facebook,
.body-groups .button-select .select-list > .ico-twitter,
.body-groups .button-select .select-list > .ico-email,
.body-groups .button-select .select-list > .ico-link,
.body-groups .button-select .select-list > .ico-not,
.body-groups .button-select .select-list > .ico-going,
.body-groups .button-select .select-list > .ico-notgoing,
.body-groups .button-select .select-list > .ico-interested,
.body-groups .button-select .select-list > .ico-maybe {
  padding-left: 36px;
}
.body-groups .button-select .select-list > .ico-whatsapp:before,
.body-groups .button-select .select-list > .ico-viber:before,
.body-groups .button-select .select-list > .ico-message:before,
.body-groups .button-select .select-list > .ico-telegram:before,
.body-groups .button-select .select-list > .ico-nothing:before,
.body-groups .button-select .select-list > .ico-linkedin:before,
.body-groups .button-select .select-list > .ico-facebook:before,
.body-groups .button-select .select-list > .ico-twitter:before,
.body-groups .button-select .select-list > .ico-email:before,
.body-groups .button-select .select-list > .ico-link:before,
.body-groups .button-select .select-list > .ico-not:before,
.body-groups .button-select .select-list > .ico-going:before,
.body-groups .button-select .select-list > .ico-notgoing:before,
.body-groups .button-select .select-list > .ico-interested:before,
.body-groups .button-select .select-list > .ico-maybe:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url("https://cdn-static.downtomeet.com/img/ico-groups-actions-02.png") no-repeat -4515px -4515px;
}
.body-groups .button-select .select-list .ico-empty {
  padding-left: 36px;
}
.body-groups .button-select .select-list .ico-empty:before {
  display: none !important;
}
.body-groups .button-select .select-list > .ico-maybe:hover {
  background: #7A3893;
}
.body-groups .button-select .select-list > .ico-maybe:before {
  background-position: -5px -96px;
}
.body-groups .button-select .select-list > .ico-maybe:hover:before {
  background-position: -34px -96px;
}
.body-groups .button-select .select-list > .ico-going:hover {
  background: #5cb85c;
}
.body-groups .button-select .select-list > .ico-going:before {
  background-position: -5px -34px;
}
.body-groups .button-select .select-list > .ico-going:hover:before {
  background-position: -35px -34px;
}
.body-groups .button-select .select-list > .ico-not:hover,
.body-groups .button-select .select-list > .ico-notgoing:hover {
  background: #888;
}
.body-groups .button-select .select-list > .ico-not:before,
.body-groups .button-select .select-list > .ico-notgoing:before {
  background-position: -6px -65px;
}
.body-groups .button-select .select-list > .ico-not:hover:before,
.body-groups .button-select .select-list > .ico-notgoing:hover:before {
  background-position: -36px -65px;
}
.body-groups .button-select .select-list > .ico-interested:before {
  background-position: -5px -95px;
}
.body-groups .button-select .select-list > .ico-interested:hover:before {
  background-position: -35px -95px;
}
.body-groups .button-select .select-list > .ico-facebook:before {
  background-image: url(https://cdn-static.downtomeet.com/img/ico-socialize-02.png);
  background-position: 0px -90px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.body-groups .button-select .select-list > .ico-facebook:hover:before {
  background-position: 0 -30px;
}
.body-groups .button-select .select-list > .ico-linkedin:before {
  background-image: url(/assets/img/dtm/ico-socials-03.png);
  background-position: -1px -118px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.body-groups .button-select .select-list > .ico-linkedin:hover:before {
  background-position: -62px -118px;
}
.body-groups .button-select .select-list > .ico-viber:before {
  background-image: url(/assets/img/dtm/ico-socials-03.png);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.body-groups .button-select .select-list > .ico-viber:hover:before {
  background-position: -61px 0;
}
.body-groups .button-select .select-list > .ico-whatsapp:before {
  background-image: url(/assets/img/dtm/ico-socials-03.png);
  background-position: -1px -60px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.body-groups .button-select .select-list > .ico-whatsapp:hover:before {
  background-position: -62px -60px;
}
.body-groups .button-select .select-list > .ico-message:before {
  background-image: url(/assets/img/dtm/ico-socials-03.png);
  background-position: -1px -91px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.body-groups .button-select .select-list > .ico-message:hover:before {
  background-position: -62px -91px;
}
.body-groups .button-select .select-list > .ico-telegram:before {
  background-image: url(/assets/img/dtm/ico-socials-03.png);
  background-position: -1px -30px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.body-groups .button-select .select-list > .ico-telegram:hover:before {
  background-position: -62px -30px;
}
.body-groups .button-select .select-list > .ico-twitter:before {
  background-image: url("https://cdn-static.downtomeet.com/img/ico-socialize-02.png");
  background-position: -51px -90px;
}
.body-groups .button-select .select-list > .ico-twitter:hover:before {
  background-position: -51px -30px;
}
.body-groups .button-select .select-list > .ico-email:before {
  background-image: url("https://cdn-static.downtomeet.com/img/ico-socialize-02.png");
  background-position: -77px -90px;
}
.body-groups .button-select .select-list > .ico-email:hover:before {
  background-position: -77px -31px;
}
.body-groups .button-select .select-list > .ico-link:before {
  background-image: url(https://cdn-static.downtomeet.com/img/ico-socialize-02.png);
  background-position: -197px -120px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.body-groups .button-select .select-list > .ico-link:hover:before {
  background-position: -198px -91px;
}
.body-groups .button-select.select-cover {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 15;
}
.body-groups .button-select.select-cover > .button-action {
  background: rgba(0, 0, 0, 0.25);
  font-size: 70%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
}
.body-groups .button-select.select-cover > .button-action.highlighted {
  background: #e32232;
  border-color: #bb1b2b;
  color: #fff;
}
.body-groups .button-select.select-cover > .button-action .far {
  font-size: 120%;
}
.body-groups .button-select.select-cover .select-list {
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: visible;
}
.body-groups .button-select > .button-small {
  padding-right: 32px !important;
}
.body-groups .cover-reposition {
  position: absolute;
  right: 20px;
  top: 20px;
}
.body-groups .pagecover .block-line {
  width: 100%;
  height: 100%;
}
.body-groups .pagecover .block-line .cropper-disabled .cropper-drag-box,
.body-groups .pagecover .block-line .cropper-disabled .cropper-face,
.body-groups .pagecover .block-line .cropper-disabled .cropper-line,
.body-groups .pagecover .block-line .cropper-disabled .cropper-point {
  cursor: default;
}
.body-groups .pagecover .block-line.loading:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4515) url(https://cdn-static.downtomeet.com/img/loader-dots-red.svg) no-repeat center center;
  background-size: 10%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.body-groups .pagecover .block-line.loading .cropper-container {
  filter: blur(10px) sepia(15%);
  -moz-filter: blur(10px) sepia(15%);
  -o-filter: blur(10px) sepia(15%);
  -ms-filter: blur(10px) sepia(15%);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="5");
}
.body-groups .pagecover .block-line.loading .cover-preview .cropper {
  overflow: hidden;
}
.body-groups .cropper:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.89;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0.33;
  background: url(https://cdn-static.downtomeet.com/img/sp/header-overlay.png) repeat-x left bottom;
}
.body-groups .cropper .cropper-view-box {
  outline: none;
}
.body-groups .cropper .cropper-container:not(.cropper-disabled) .cropper-crop-box:after {
  top: 0;
  left: 0;
  content: "Reposition the image by dragging it up or down";
  z-index: 9999;
  background: red;
  position: absolute;
  display: block;
  color: white;
  z-index: 99999;
  width: 380px;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  top: 45%;
  left: 50%;
  text-align: center;
  margin-left: -190px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.75);
  line-height: 18px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px dashed rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-radius: 100px;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
.body-groups .button-action a {
  color: white;
}
.body-groups input[type=submit],
.body-groups input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.body-groups .button-secondary a,
.body-groups .button-subaction a {
  color: #000;
}
.body-groups .button-subaction,
.body-groups .button-secondary,
.body-groups .button-select-photos,
.body-groups .info-success,
.body-groups .button-action {
  display: inline-block;
  padding: 8px 20px 8px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  text-shadow: none;
  font-weight: 600;
  font-size: 90%;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  color: #222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb));
  background-image: -webkit-linear-gradient(#fff, #fbfbfb);
  background-image: linear-gradient(#fff, #fbfbfb);
  background-color: #fbfbfb;
  border: 1px solid #d4dce4;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  line-height: 16px;
  height: auto;
  width: auto;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
.body-groups .button-subaction.outlined,
.body-groups .button-secondary.outlined,
.body-groups .button-select-photos.outlined,
.body-groups .info-success.outlined,
.body-groups .button-action.outlined {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: white;
}
.body-groups .button-subaction.button-plain,
.body-groups .button-secondary.button-plain,
.body-groups .button-select-photos.button-plain,
.body-groups .info-success.button-plain,
.body-groups .button-action.button-plain {
  border-color: transparent;
  background: transparent;
}
.body-groups .button-subaction.button-plain:hover,
.body-groups .button-secondary.button-plain:hover,
.body-groups .button-select-photos.button-plain:hover,
.body-groups .info-success.button-plain:hover,
.body-groups .button-action.button-plain:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.07) inset;
}
.body-groups .button-subaction:focus, .body-groups .button-subaction:active,
.body-groups .button-secondary:focus,
.body-groups .button-secondary:active,
.body-groups .button-select-photos:focus,
.body-groups .button-select-photos:active,
.body-groups .info-success:focus,
.body-groups .info-success:active,
.body-groups .button-action:focus,
.body-groups .button-action:active {
  outline: none;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.04) inset;
}
.body-groups .button-subaction + .button-subaction,
.body-groups .button-subaction + .button-secondary,
.body-groups .button-subaction + .button-action,
.body-groups .button-secondary + .button-subaction,
.body-groups .button-secondary + .button-secondary,
.body-groups .button-secondary + .button-action,
.body-groups .button-select-photos + .button-subaction,
.body-groups .button-select-photos + .button-secondary,
.body-groups .button-select-photos + .button-action,
.body-groups .info-success + .button-subaction,
.body-groups .info-success + .button-secondary,
.body-groups .info-success + .button-action,
.body-groups .button-action + .button-subaction,
.body-groups .button-action + .button-secondary,
.body-groups .button-action + .button-action {
  margin-left: 7px;
}
.body-groups .button-subaction.learn-more,
.body-groups .button-secondary.learn-more,
.body-groups .button-select-photos.learn-more,
.body-groups .info-success.learn-more,
.body-groups .button-action.learn-more {
  clear: both;
  float: left;
}
.body-groups .button-subaction.learn-more:before,
.body-groups .button-secondary.learn-more:before,
.body-groups .button-select-photos.learn-more:before,
.body-groups .info-success.learn-more:before,
.body-groups .button-action.learn-more:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-right: 4px;
  font-size: 75%;
  color: #e32232;
}
.body-groups .button-subaction.learn-more.less:before,
.body-groups .button-secondary.learn-more.less:before,
.body-groups .button-select-photos.learn-more.less:before,
.body-groups .info-success.learn-more.less:before,
.body-groups .button-action.learn-more.less:before {
  content: "";
}
.body-groups .button-subaction.button-large,
.body-groups .button-secondary.button-large,
.body-groups .button-select-photos.button-large,
.body-groups .info-success.button-large,
.body-groups .button-action.button-large {
  padding: 12px 30px;
  font-size: 100%;
  line-height: 16px;
}
.body-groups .button-subaction.button-large .far,
.body-groups .button-subaction.button-large .fas,
.body-groups .button-subaction.button-large .fa,
.body-groups .button-secondary.button-large .far,
.body-groups .button-secondary.button-large .fas,
.body-groups .button-secondary.button-large .fa,
.body-groups .button-select-photos.button-large .far,
.body-groups .button-select-photos.button-large .fas,
.body-groups .button-select-photos.button-large .fa,
.body-groups .info-success.button-large .far,
.body-groups .info-success.button-large .fas,
.body-groups .info-success.button-large .fa,
.body-groups .button-action.button-large .far,
.body-groups .button-action.button-large .fas,
.body-groups .button-action.button-large .fa {
  font-size: 100%;
  padding-right: 4px;
}
.body-groups .button-subaction.button-action .far,
.body-groups .button-subaction.button-action .fas,
.body-groups .button-subaction.button-action .fa,
.body-groups .button-secondary.button-action .far,
.body-groups .button-secondary.button-action .fas,
.body-groups .button-secondary.button-action .fa,
.body-groups .button-select-photos.button-action .far,
.body-groups .button-select-photos.button-action .fas,
.body-groups .button-select-photos.button-action .fa,
.body-groups .info-success.button-action .far,
.body-groups .info-success.button-action .fas,
.body-groups .info-success.button-action .fa,
.body-groups .button-action.button-action .far,
.body-groups .button-action.button-action .fas,
.body-groups .button-action.button-action .fa {
  color: white;
}
.body-groups .button-subaction.button-small,
.body-groups .button-secondary.button-small,
.body-groups .button-select-photos.button-small,
.body-groups .info-success.button-small,
.body-groups .button-action.button-small {
  font-size: 80%;
  padding: 6px 14px;
  line-height: 16px;
}
.body-groups .button-subaction.button-small .far,
.body-groups .button-subaction.button-small .fas,
.body-groups .button-subaction.button-small .fa,
.body-groups .button-secondary.button-small .far,
.body-groups .button-secondary.button-small .fas,
.body-groups .button-secondary.button-small .fa,
.body-groups .button-select-photos.button-small .far,
.body-groups .button-select-photos.button-small .fas,
.body-groups .button-select-photos.button-small .fa,
.body-groups .info-success.button-small .far,
.body-groups .info-success.button-small .fas,
.body-groups .info-success.button-small .fa,
.body-groups .button-action.button-small .far,
.body-groups .button-action.button-small .fas,
.body-groups .button-action.button-small .fa {
  font-size: 100%;
  padding-right: 4px;
}
.body-groups .button-subaction.fullwidth,
.body-groups .button-secondary.fullwidth,
.body-groups .button-select-photos.fullwidth,
.body-groups .info-success.fullwidth,
.body-groups .button-action.fullwidth {
  width: 100%;
  text-align: center;
}
.body-groups .button-subaction.lefted,
.body-groups .button-secondary.lefted,
.body-groups .button-select-photos.lefted,
.body-groups .info-success.lefted,
.body-groups .button-action.lefted {
  text-align: left;
}
.body-groups .button-subaction .far,
.body-groups .button-subaction .fas,
.body-groups .button-subaction .fa,
.body-groups .button-secondary .far,
.body-groups .button-secondary .fas,
.body-groups .button-secondary .fa,
.body-groups .button-select-photos .far,
.body-groups .button-select-photos .fas,
.body-groups .button-select-photos .fa,
.body-groups .info-success .far,
.body-groups .info-success .fas,
.body-groups .info-success .fa,
.body-groups .button-action .far,
.body-groups .button-action .fas,
.body-groups .button-action .fa {
  font-size: 80%;
  padding-right: 2px;
}
.body-groups .button-subaction.size-half,
.body-groups .button-secondary.size-half,
.body-groups .button-select-photos.size-half,
.body-groups .info-success.size-half,
.body-groups .button-action.size-half {
  min-width: 48%;
}
.body-groups .button-subaction.font-smaller,
.body-groups .button-secondary.font-smaller,
.body-groups .button-select-photos.font-smaller,
.body-groups .info-success.font-smaller,
.body-groups .button-action.font-smaller {
  font-size: 60%;
}
.body-groups .button-subaction.button-verysmall,
.body-groups .button-secondary.button-verysmall,
.body-groups .button-select-photos.button-verysmall,
.body-groups .info-success.button-verysmall,
.body-groups .button-action.button-verysmall {
  padding: 4px 8px;
  font-size: 11px;
}
.body-groups .button-subaction.button-white,
.body-groups .button-secondary.button-white,
.body-groups .button-select-photos.button-white,
.body-groups .info-success.button-white,
.body-groups .button-action.button-white {
  background: white;
  color: #e32232 !important;
  font-weight: bold;
  border-color: white;
}
.body-groups .button-subaction.button-white + .select-list > a,
.body-groups .button-secondary.button-white + .select-list > a,
.body-groups .button-select-photos.button-white + .select-list > a,
.body-groups .info-success.button-white + .select-list > a,
.body-groups .button-action.button-white + .select-list > a {
  color: #222 !important;
}
.body-groups .button-subaction.button-white + .select-list > a:hover,
.body-groups .button-secondary.button-white + .select-list > a:hover,
.body-groups .button-select-photos.button-white + .select-list > a:hover,
.body-groups .info-success.button-white + .select-list > a:hover,
.body-groups .button-action.button-white + .select-list > a:hover {
  background: #e32232 !important;
  color: white !important;
}
.body-groups .button-subaction.button-white .fas,
.body-groups .button-subaction.button-white .far,
.body-groups .button-subaction.button-white .fa,
.body-groups .button-secondary.button-white .fas,
.body-groups .button-secondary.button-white .far,
.body-groups .button-secondary.button-white .fa,
.body-groups .button-select-photos.button-white .fas,
.body-groups .button-select-photos.button-white .far,
.body-groups .button-select-photos.button-white .fa,
.body-groups .info-success.button-white .fas,
.body-groups .info-success.button-white .far,
.body-groups .info-success.button-white .fa,
.body-groups .button-action.button-white .fas,
.body-groups .button-action.button-white .far,
.body-groups .button-action.button-white .fa {
  color: #e32232 !important;
}
.body-groups .button-subaction.button-white-border,
.body-groups .button-secondary.button-white-border,
.body-groups .button-select-photos.button-white-border,
.body-groups .info-success.button-white-border,
.body-groups .button-action.button-white-border {
  background: transparent;
  color: white !important;
  font-weight: bold;
  border-color: white;
}
.body-groups .button-subaction.info-success,
.body-groups .button-secondary.info-success,
.body-groups .button-select-photos.info-success,
.body-groups .info-success.info-success,
.body-groups .button-action.info-success {
  background: transparent;
  color: #5cb85c;
  border-color: transparent;
}
.body-groups .button-select > .button-rsvp.rsvp-going,
.body-groups .button-rsvp.rsvp-going {
  background: #5cb85c;
  border-color: #5cb85c;
  text-align: left;
  position: relative;
  padding-right: 32px;
  padding-left: 38px;
}
.body-groups .button-select > .button-rsvp.rsvp-going:before,
.body-groups .button-rsvp.rsvp-going:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
  background: url("https://cdn-static.downtomeet.com/img/ico-groups-actions-02.png") no-repeat -35px -34px;
  width: 18px;
  height: 18px;
  display: block;
}
.body-groups .button-select > .button-rsvp.rsvp-going.as-waitlist,
.body-groups .button-rsvp.rsvp-going.as-waitlist {
  padding-left: 15px;
  white-space: normal;
  background: #ff8f00;
  border-color: #ff8f00;
}
.body-groups .button-select > .button-rsvp.rsvp-going.as-waitlist:before,
.body-groups .button-rsvp.rsvp-going.as-waitlist:before {
  display: none;
}
.body-groups .button-select > .button-rsvp.rsvp-not, .body-groups .button-select > .button-rsvp.rsvp-notgoing,
.body-groups .button-rsvp.rsvp-not,
.body-groups .button-rsvp.rsvp-notgoing {
  background: #888;
  border-color: #888;
  text-align: left;
  position: relative;
  padding-right: 32px;
  padding-left: 38px;
}
.body-groups .button-select > .button-rsvp.rsvp-not:before, .body-groups .button-select > .button-rsvp.rsvp-notgoing:before,
.body-groups .button-rsvp.rsvp-not:before,
.body-groups .button-rsvp.rsvp-notgoing:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
  background: url("https://cdn-static.downtomeet.com/img/ico-groups-actions-02.png") no-repeat -36px -64px;
  width: 18px;
  height: 18px;
  display: block;
}
.body-groups .button-select > .button-rsvp.rsvp-maybe,
.body-groups .button-rsvp.rsvp-maybe {
  background: #7A3893;
  border-color: #7A3893;
  text-align: left;
  position: relative;
  padding-right: 32px;
  padding-left: 38px;
}
.body-groups .button-select > .button-rsvp.rsvp-maybe:before,
.body-groups .button-rsvp.rsvp-maybe:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
  background: url("https://cdn-static.downtomeet.com/img/ico-groups-actions-02.png") no-repeat -34px -94px;
  width: 18px;
  height: 18px;
  display: block;
}
.body-groups .button-select > .button-rsvp.rsvp-interested,
.body-groups .button-rsvp.rsvp-interested {
  background: #ed7f22;
  border-color: #ed7f22;
  text-align: left;
  position: relative;
  padding-right: 32px;
  padding-left: 38px;
}
.body-groups .button-select > .button-rsvp.rsvp-interested:before,
.body-groups .button-rsvp.rsvp-interested:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
  background: url("https://cdn-static.downtomeet.com/img/ico-groups-actions-02.png") no-repeat -35px -94px;
  width: 18px;
  height: 18px;
  display: block;
}
.body-groups .button-subaction:hover,
.body-groups .button-secondary:hover {
  background: #fbfbfb;
  color: #222;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}
.body-groups .button-subaction.progress, .body-groups .button-subaction.loader, .body-groups .button-subaction.loading,
.body-groups .button-secondary.progress,
.body-groups .button-secondary.loader,
.body-groups .button-secondary.loading {
  color: transparent !important;
  position: relative;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
  pointer-events: none;
}
.body-groups .button-subaction.progress:before, .body-groups .button-subaction.loader:before, .body-groups .button-subaction.loading:before,
.body-groups .button-secondary.progress:before,
.body-groups .button-secondary.loader:before,
.body-groups .button-secondary.loading:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 80%;
  background: url(https://cdn-static.downtomeet.com/img/loader-dots-red.svg) no-repeat center center;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
}
.body-groups .button-subaction.disabled,
.body-groups .button-secondary.disabled {
  cursor: default;
  color: #888;
}
.body-groups .button-select-photos,
.body-groups .button-action {
  border: 1px solid #006192;
  border-top-color: #0177b2;
  border-left-color: #006ca2;
  border-right-color: #006ca2;
  background: #0c82d8;
  background: -moz-linear-gradient(top, #0c82d8 0%, #0b75c2 100%);
  background: -webkit-linear-gradient(top, #0c82d8 0%, #0b75c2 100%);
  background: linear-gradient(to bottom, #0c82d8 0%, #0b75c2 100%);
  background: #e32232;
  border-color: #bb1b2b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c82d8", endColorstr="#0b75c2", GradientType=0);
  color: #fff;
}
.body-groups .button-select-photos:hover, .body-groups .button-select-photos:focus,
.body-groups .button-action:hover,
.body-groups .button-action:focus {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.15) inset;
}
.body-groups .button-select-photos:active,
.body-groups .button-action:active {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.25) inset;
}
.body-groups .button-select-photos.progress, .body-groups .button-select-photos.loader, .body-groups .button-select-photos.loading,
.body-groups .button-action.progress,
.body-groups .button-action.loader,
.body-groups .button-action.loading {
  color: rgba(0, 0, 0, 0) !important;
  color: transparent !important;
  position: relative;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15) inset;
  pointer-events: none;
}
.body-groups .button-select-photos.progress.fix, .body-groups .button-select-photos.loader.fix, .body-groups .button-select-photos.loading.fix,
.body-groups .button-action.progress.fix,
.body-groups .button-action.loader.fix,
.body-groups .button-action.loading.fix {
  text-indent: -4515px;
}
.body-groups .button-select-photos.progress:before, .body-groups .button-select-photos.loader:before, .body-groups .button-select-photos.loading:before,
.body-groups .button-action.progress:before,
.body-groups .button-action.loader:before,
.body-groups .button-action.loading:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 80%;
  background: url(https://cdn-static.downtomeet.com/img/loader-dots-white.svg) no-repeat center center;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
}
.body-groups .button-select-photos.progress.button-white:before, .body-groups .button-select-photos.loader.button-white:before, .body-groups .button-select-photos.loading.button-white:before,
.body-groups .button-action.progress.button-white:before,
.body-groups .button-action.loader.button-white:before,
.body-groups .button-action.loading.button-white:before {
  background-image: url(https://cdn-static.downtomeet.com/img/loader-dots-red.svg);
}
.body-groups .mce-ico.mce-i-browse {
  position: relative;
  color: #e32232;
}
.body-groups .mce-ico.mce-i-browse:hover:after {
  opacity: 1;
}
.body-groups .mce-ico.mce-i-browse:after {
  content: "Select image from your computer";
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  color: red;
  padding: 4px 2px;
  font-size: 12px;
  min-width: 80px;
  border-radius: 5px;
  pointer-events: none;
  background: #fffae1;
  border: 1px solid #f2e5a6;
  border-radius: 3px;
  color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
  opacity: 0;
  z-index: 999;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .mce-foot .mce-btn.mce-primary {
  background: #e32232;
}
.body-groups .mce-container-body.mce-abs-layout {
  overflow: visible;
}
.body-groups .mce-reset.loading {
  position: relative;
}
.body-groups .mce-reset.loading:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(https://cdn-static.downtomeet.com/img/loader-dots-red.svg) no-repeat center center;
  background-size: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.body-groups .mce-menubtn.mce-fixed-width span {
  width: auto;
}
.body-groups .mce-top-part::before {
  display: none;
}
.body-groups .mce-tinymce {
  -webkit-box-shadow: 0 2px 0 #eee;
  -moz-box-shadow: 0 2px 0 #eee;
  box-shadow: 0 2px 0 #eee;
}
.body-groups .title-line h2 {
  font-size: 150%;
  line-height: 32px;
  font-weight: 600;
  color: #888;
  padding-bottom: 20px;
}
.body-groups .block-groups-listing,
.body-groups .block-events-listing {
  not-font-size: 0;
  line-height: 0;
  padding: 0 0 16px;
}
.body-groups .block-groups-listing .events-list,
.body-groups .block-groups-listing .groups-list,
.body-groups .block-events-listing .events-list,
.body-groups .block-events-listing .groups-list {
  margin-left: 0;
  margin-right: 0;
}
.body-groups .block-groups-listing .events-list.onecol,
.body-groups .block-groups-listing .groups-list.onecol,
.body-groups .block-events-listing .events-list.onecol,
.body-groups .block-events-listing .groups-list.onecol {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.body-groups .block-groups-listing .events-list.onecol .item-event,
.body-groups .block-groups-listing .events-list.onecol .item-group,
.body-groups .block-groups-listing .groups-list.onecol .item-event,
.body-groups .block-groups-listing .groups-list.onecol .item-group,
.body-groups .block-events-listing .events-list.onecol .item-event,
.body-groups .block-events-listing .events-list.onecol .item-group,
.body-groups .block-events-listing .groups-list.onecol .item-event,
.body-groups .block-events-listing .groups-list.onecol .item-group {
  width: 100%;
  padding: 0;
}
.body-groups .block-groups-listing .events-list.onecol .item-event .description,
.body-groups .block-groups-listing .events-list.onecol .item-group .description,
.body-groups .block-groups-listing .groups-list.onecol .item-event .description,
.body-groups .block-groups-listing .groups-list.onecol .item-group .description,
.body-groups .block-events-listing .events-list.onecol .item-event .description,
.body-groups .block-events-listing .events-list.onecol .item-group .description,
.body-groups .block-events-listing .groups-list.onecol .item-event .description,
.body-groups .block-events-listing .groups-list.onecol .item-group .description {
  display: none;
}
.body-groups .block-groups-listing .events-list.onecol .item-event .details span + span,
.body-groups .block-groups-listing .events-list.onecol .item-group .details span + span,
.body-groups .block-groups-listing .groups-list.onecol .item-event .details span + span,
.body-groups .block-groups-listing .groups-list.onecol .item-group .details span + span,
.body-groups .block-events-listing .events-list.onecol .item-event .details span + span,
.body-groups .block-events-listing .events-list.onecol .item-group .details span + span,
.body-groups .block-events-listing .groups-list.onecol .item-event .details span + span,
.body-groups .block-events-listing .groups-list.onecol .item-group .details span + span {
  display: none;
}
.body-groups .block-groups-listing .events-list.onecol .item-event .group-description,
.body-groups .block-groups-listing .events-list.onecol .item-group .group-description,
.body-groups .block-groups-listing .groups-list.onecol .item-event .group-description,
.body-groups .block-groups-listing .groups-list.onecol .item-group .group-description,
.body-groups .block-events-listing .events-list.onecol .item-event .group-description,
.body-groups .block-events-listing .events-list.onecol .item-group .group-description,
.body-groups .block-events-listing .groups-list.onecol .item-event .group-description,
.body-groups .block-events-listing .groups-list.onecol .item-group .group-description {
  height: auto;
  padding: 10px 15px;
}
.body-groups .block-groups-listing .events-list.onecol .item-event .group-description h3,
.body-groups .block-groups-listing .events-list.onecol .item-group .group-description h3,
.body-groups .block-groups-listing .groups-list.onecol .item-event .group-description h3,
.body-groups .block-groups-listing .groups-list.onecol .item-group .group-description h3,
.body-groups .block-events-listing .events-list.onecol .item-event .group-description h3,
.body-groups .block-events-listing .events-list.onecol .item-group .group-description h3,
.body-groups .block-events-listing .groups-list.onecol .item-event .group-description h3,
.body-groups .block-events-listing .groups-list.onecol .item-group .group-description h3 {
  max-height: 100px;
  font-size: 100%;
  line-height: 1.3;
  margin-bottom: 1px;
}
.body-groups .block-groups-listing .events-list.onecol .item-event .group-description:after,
.body-groups .block-groups-listing .events-list.onecol .item-group .group-description:after,
.body-groups .block-groups-listing .groups-list.onecol .item-event .group-description:after,
.body-groups .block-groups-listing .groups-list.onecol .item-group .group-description:after,
.body-groups .block-events-listing .events-list.onecol .item-event .group-description:after,
.body-groups .block-events-listing .events-list.onecol .item-group .group-description:after,
.body-groups .block-events-listing .groups-list.onecol .item-event .group-description:after,
.body-groups .block-events-listing .groups-list.onecol .item-group .group-description:after {
  display: none;
}
.body-groups .block-groups-listing .item-event,
.body-groups .block-groups-listing .item-group,
.body-groups .block-events-listing .item-event,
.body-groups .block-events-listing .item-group {
  display: inline-block;
  text-align: center;
  width: 33.333%;
  vertical-align: top;
  padding: 10px;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.body-groups .block-groups-listing .item-event .membership,
.body-groups .block-groups-listing .item-group .membership,
.body-groups .block-events-listing .item-event .membership,
.body-groups .block-events-listing .item-group .membership {
  position: absolute;
  top: 8px;
  right: 10px;
  width: auto;
  padding: 0px 11px;
  z-index: 10;
  font-size: 75%;
  font-weight: 600;
  border-radius: 3px;
  background: #e32232;
  color: white;
  text-transform: uppercase;
  line-height: 1.5;
  display: none;
}
.body-groups .block-groups-listing .item-event.group-role-regular .membership.member,
.body-groups .block-groups-listing .item-group.group-role-regular .membership.member,
.body-groups .block-events-listing .item-event.group-role-regular .membership.member,
.body-groups .block-events-listing .item-group.group-role-regular .membership.member {
  display: none;
}
.body-groups .block-groups-listing .item-event.group-role-administrator .membership.coorganizer,
.body-groups .block-groups-listing .item-group.group-role-administrator .membership.coorganizer,
.body-groups .block-events-listing .item-event.group-role-administrator .membership.coorganizer,
.body-groups .block-events-listing .item-group.group-role-administrator .membership.coorganizer {
  display: block;
}
.body-groups .block-groups-listing .item-event.group-role-event_master .eventorganizer,
.body-groups .block-groups-listing .item-group.group-role-event_master .eventorganizer,
.body-groups .block-events-listing .item-event.group-role-event_master .eventorganizer,
.body-groups .block-events-listing .item-group.group-role-event_master .eventorganizer {
  display: block;
}
.body-groups .block-groups-listing .item-event.group-role-owner .membership.organizer,
.body-groups .block-groups-listing .item-group.group-role-owner .membership.organizer,
.body-groups .block-events-listing .item-event.group-role-owner .membership.organizer,
.body-groups .block-events-listing .item-group.group-role-owner .membership.organizer {
  display: block;
}
.body-groups .block-groups-listing .item-event .event-image,
.body-groups .block-groups-listing .item-group .event-image,
.body-groups .block-events-listing .item-event .event-image,
.body-groups .block-events-listing .item-group .event-image {
  overflow: visible !important;
}
.body-groups .block-groups-listing .item-event .event-image,
.body-groups .block-groups-listing .item-event .group-image,
.body-groups .block-groups-listing .item-group .event-image,
.body-groups .block-groups-listing .item-group .group-image,
.body-groups .block-events-listing .item-event .event-image,
.body-groups .block-events-listing .item-event .group-image,
.body-groups .block-events-listing .item-group .event-image,
.body-groups .block-events-listing .item-group .group-image {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-clip: padding-box;
  cursor: pointer;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.body-groups .block-groups-listing .item-event .event-image a.image,
.body-groups .block-groups-listing .item-event .group-image a.image,
.body-groups .block-groups-listing .item-group .event-image a.image,
.body-groups .block-groups-listing .item-group .group-image a.image,
.body-groups .block-events-listing .item-event .event-image a.image,
.body-groups .block-events-listing .item-event .group-image a.image,
.body-groups .block-events-listing .item-group .event-image a.image,
.body-groups .block-events-listing .item-group .group-image a.image {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 25%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.body-groups .block-groups-listing .item-event .event-image a.image img,
.body-groups .block-groups-listing .item-event .group-image a.image img,
.body-groups .block-groups-listing .item-group .event-image a.image img,
.body-groups .block-groups-listing .item-group .group-image a.image img,
.body-groups .block-events-listing .item-event .event-image a.image img,
.body-groups .block-events-listing .item-event .group-image a.image img,
.body-groups .block-events-listing .item-group .event-image a.image img,
.body-groups .block-events-listing .item-group .group-image a.image img {
  width: 100%;
  height: 100%;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  max-width: 200%;
  max-height: 200%;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .block-groups-listing .item-event .event-description,
.body-groups .block-groups-listing .item-event .group-description,
.body-groups .block-groups-listing .item-group .event-description,
.body-groups .block-groups-listing .item-group .group-description,
.body-groups .block-events-listing .item-event .event-description,
.body-groups .block-events-listing .item-event .group-description,
.body-groups .block-events-listing .item-group .event-description,
.body-groups .block-events-listing .item-group .group-description {
  position: relative;
  color: #222;
  width: 100%;
  padding: 15px 20px;
  height: 150px;
  text-align: left;
  background-size: 100% 100%;
}
.body-groups .block-groups-listing .item-event .event-description:after,
.body-groups .block-groups-listing .item-event .group-description:after,
.body-groups .block-groups-listing .item-group .event-description:after,
.body-groups .block-groups-listing .item-group .group-description:after,
.body-groups .block-events-listing .item-event .event-description:after,
.body-groups .block-events-listing .item-event .group-description:after,
.body-groups .block-events-listing .item-group .event-description:after,
.body-groups .block-events-listing .item-group .group-description:after {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  left: 0;
  height: 30px;
  content: " ";
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 87%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 87%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  border-bottom: 10px solid white;
}
.body-groups .block-groups-listing .item-event .event-description h3,
.body-groups .block-groups-listing .item-event .group-description h3,
.body-groups .block-groups-listing .item-group .event-description h3,
.body-groups .block-groups-listing .item-group .group-description h3,
.body-groups .block-events-listing .item-event .event-description h3,
.body-groups .block-events-listing .item-event .group-description h3,
.body-groups .block-events-listing .item-group .event-description h3,
.body-groups .block-events-listing .item-group .group-description h3 {
  font-size: 120%;
  font-weight: 700;
  color: #222;
  line-height: 22px;
  text-align: left;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 44px;
  overflow: hidden;
  margin-bottom: 6px;
}
.body-groups .block-groups-listing .item-event .event-description h3 a,
.body-groups .block-groups-listing .item-event .group-description h3 a,
.body-groups .block-groups-listing .item-group .event-description h3 a,
.body-groups .block-groups-listing .item-group .group-description h3 a,
.body-groups .block-events-listing .item-event .event-description h3 a,
.body-groups .block-events-listing .item-event .group-description h3 a,
.body-groups .block-events-listing .item-group .event-description h3 a,
.body-groups .block-events-listing .item-group .group-description h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.body-groups .block-groups-listing .item-event .event-description p,
.body-groups .block-groups-listing .item-event .group-description p,
.body-groups .block-groups-listing .item-group .event-description p,
.body-groups .block-groups-listing .item-group .group-description p,
.body-groups .block-events-listing .item-event .event-description p,
.body-groups .block-events-listing .item-event .group-description p,
.body-groups .block-events-listing .item-group .event-description p,
.body-groups .block-events-listing .item-group .group-description p {
  font-size: 90%;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  max-height: 100px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-word;
  color: #222;
}
.body-groups .block-groups-listing .item-event .event-description p.details,
.body-groups .block-groups-listing .item-event .group-description p.details,
.body-groups .block-groups-listing .item-group .event-description p.details,
.body-groups .block-groups-listing .item-group .group-description p.details,
.body-groups .block-events-listing .item-event .event-description p.details,
.body-groups .block-events-listing .item-event .group-description p.details,
.body-groups .block-events-listing .item-group .event-description p.details,
.body-groups .block-events-listing .item-group .group-description p.details {
  margin-top: 0;
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
}
.body-groups .block-groups-listing .item-event .event-description p.details > span,
.body-groups .block-groups-listing .item-event .group-description p.details > span,
.body-groups .block-groups-listing .item-group .event-description p.details > span,
.body-groups .block-groups-listing .item-group .group-description p.details > span,
.body-groups .block-events-listing .item-event .event-description p.details > span,
.body-groups .block-events-listing .item-event .group-description p.details > span,
.body-groups .block-events-listing .item-group .event-description p.details > span,
.body-groups .block-events-listing .item-group .group-description p.details > span {
  display: block;
  padding: 0 0 4px;
  /* border-top: 1px solid #ddd; */
  color: #888;
}
.body-groups .block-groups-listing .item-event .event-description p a, .body-groups .block-groups-listing .item-event .event-description p i, .body-groups .block-groups-listing .item-event .event-description p u, .body-groups .block-groups-listing .item-event .event-description p b,
.body-groups .block-groups-listing .item-event .group-description p a,
.body-groups .block-groups-listing .item-event .group-description p i,
.body-groups .block-groups-listing .item-event .group-description p u,
.body-groups .block-groups-listing .item-event .group-description p b,
.body-groups .block-groups-listing .item-group .event-description p a,
.body-groups .block-groups-listing .item-group .event-description p i,
.body-groups .block-groups-listing .item-group .event-description p u,
.body-groups .block-groups-listing .item-group .event-description p b,
.body-groups .block-groups-listing .item-group .group-description p a,
.body-groups .block-groups-listing .item-group .group-description p i,
.body-groups .block-groups-listing .item-group .group-description p u,
.body-groups .block-groups-listing .item-group .group-description p b,
.body-groups .block-events-listing .item-event .event-description p a,
.body-groups .block-events-listing .item-event .event-description p i,
.body-groups .block-events-listing .item-event .event-description p u,
.body-groups .block-events-listing .item-event .event-description p b,
.body-groups .block-events-listing .item-event .group-description p a,
.body-groups .block-events-listing .item-event .group-description p i,
.body-groups .block-events-listing .item-event .group-description p u,
.body-groups .block-events-listing .item-event .group-description p b,
.body-groups .block-events-listing .item-group .event-description p a,
.body-groups .block-events-listing .item-group .event-description p i,
.body-groups .block-events-listing .item-group .event-description p u,
.body-groups .block-events-listing .item-group .event-description p b,
.body-groups .block-events-listing .item-group .group-description p a,
.body-groups .block-events-listing .item-group .group-description p i,
.body-groups .block-events-listing .item-group .group-description p u,
.body-groups .block-events-listing .item-group .group-description p b {
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  color: #222;
  pointer-events: none;
}
.body-groups .block-groups-listing .item-event .event-description p span > span + span:before,
.body-groups .block-groups-listing .item-event .group-description p span > span + span:before,
.body-groups .block-groups-listing .item-group .event-description p span > span + span:before,
.body-groups .block-groups-listing .item-group .group-description p span > span + span:before,
.body-groups .block-events-listing .item-event .event-description p span > span + span:before,
.body-groups .block-events-listing .item-event .group-description p span > span + span:before,
.body-groups .block-events-listing .item-group .event-description p span > span + span:before,
.body-groups .block-events-listing .item-group .group-description p span > span + span:before {
  content: " ·";
  color: #888;
  padding-left: 2px;
  padding-right: 3px;
}
.body-groups .block-groups-listing .item-event .event-description p.details,
.body-groups .block-groups-listing .item-event .group-description p.details,
.body-groups .block-groups-listing .item-group .event-description p.details,
.body-groups .block-groups-listing .item-group .group-description p.details,
.body-groups .block-events-listing .item-event .event-description p.details,
.body-groups .block-events-listing .item-event .group-description p.details,
.body-groups .block-events-listing .item-group .event-description p.details,
.body-groups .block-events-listing .item-group .group-description p.details {
  overflow: visible;
  background: white;
}
.body-groups .block-groups-listing .item-event .event-description p.details:after,
.body-groups .block-groups-listing .item-event .group-description p.details:after,
.body-groups .block-groups-listing .item-group .event-description p.details:after,
.body-groups .block-groups-listing .item-group .group-description p.details:after,
.body-groups .block-events-listing .item-event .event-description p.details:after,
.body-groups .block-events-listing .item-event .group-description p.details:after,
.body-groups .block-events-listing .item-group .event-description p.details:after,
.body-groups .block-events-listing .item-group .group-description p.details:after {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 0;
  left: 0;
  height: 40px;
  content: " ";
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 87%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 87%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.body-groups .block-groups-listing .item-event .event-description .description,
.body-groups .block-groups-listing .item-event .group-description .description,
.body-groups .block-groups-listing .item-group .event-description .description,
.body-groups .block-groups-listing .item-group .group-description .description,
.body-groups .block-events-listing .item-event .event-description .description,
.body-groups .block-events-listing .item-event .group-description .description,
.body-groups .block-events-listing .item-group .event-description .description,
.body-groups .block-events-listing .item-group .group-description .description {
  font-size: 90%;
  line-height: 1.5;
}
.body-groups .block-groups-listing .item-event .event-description .description *,
.body-groups .block-groups-listing .item-event .group-description .description *,
.body-groups .block-groups-listing .item-group .event-description .description *,
.body-groups .block-groups-listing .item-group .group-description .description *,
.body-groups .block-events-listing .item-event .event-description .description *,
.body-groups .block-events-listing .item-event .group-description .description *,
.body-groups .block-events-listing .item-group .event-description .description *,
.body-groups .block-events-listing .item-group .group-description .description * {
  display: inline !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  text-align: inherit !important;
}
.body-groups .block-groups-listing .item-event .event-description h3,
.body-groups .block-groups-listing .item-group .event-description h3,
.body-groups .block-events-listing .item-event .event-description h3,
.body-groups .block-events-listing .item-group .event-description h3 {
  max-height: 66px;
}
.body-groups .block-groups-listing .item-event:hover .event-image .image,
.body-groups .block-groups-listing .item-event:hover .group-image .image,
.body-groups .block-groups-listing .item-group:hover .event-image .image,
.body-groups .block-groups-listing .item-group:hover .group-image .image,
.body-groups .block-events-listing .item-event:hover .event-image .image,
.body-groups .block-events-listing .item-event:hover .group-image .image,
.body-groups .block-events-listing .item-group:hover .event-image .image,
.body-groups .block-events-listing .item-group:hover .group-image .image {
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .block-groups-listing .item-event:hover .event-image .image img,
.body-groups .block-groups-listing .item-event:hover .group-image .image img,
.body-groups .block-groups-listing .item-group:hover .event-image .image img,
.body-groups .block-groups-listing .item-group:hover .group-image .image img,
.body-groups .block-events-listing .item-event:hover .event-image .image img,
.body-groups .block-events-listing .item-event:hover .group-image .image img,
.body-groups .block-events-listing .item-group:hover .event-image .image img,
.body-groups .block-events-listing .item-group:hover .group-image .image img {
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform: scale(1) translate3d(-50%, -50%, 0);
}
.body-groups .block-groups-listing .item-event:hover .event-description h3,
.body-groups .block-groups-listing .item-event:hover .group-description h3,
.body-groups .block-groups-listing .item-group:hover .event-description h3,
.body-groups .block-groups-listing .item-group:hover .group-description h3,
.body-groups .block-events-listing .item-event:hover .event-description h3,
.body-groups .block-events-listing .item-event:hover .group-description h3,
.body-groups .block-events-listing .item-group:hover .event-description h3,
.body-groups .block-events-listing .item-group:hover .group-description h3 {
  color: #e32232;
}
.body-groups .block-groups-listing .item-event:active .event-image,
.body-groups .block-groups-listing .item-event:active .group-image,
.body-groups .block-groups-listing .item-group:active .event-image,
.body-groups .block-groups-listing .item-group:active .group-image,
.body-groups .block-events-listing .item-event:active .event-image,
.body-groups .block-events-listing .item-event:active .group-image,
.body-groups .block-events-listing .item-group:active .event-image,
.body-groups .block-events-listing .item-group:active .group-image {
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  transform: translate(0, 1px);
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.body-groups .block-groups-listing .item-event:active .event-description h3,
.body-groups .block-groups-listing .item-event:active .group-description h3,
.body-groups .block-groups-listing .item-group:active .event-description h3,
.body-groups .block-groups-listing .item-group:active .group-description h3,
.body-groups .block-events-listing .item-event:active .event-description h3,
.body-groups .block-events-listing .item-event:active .group-description h3,
.body-groups .block-events-listing .item-group:active .event-description h3,
.body-groups .block-events-listing .item-group:active .group-description h3 {
  color: #e32232;
}
.body-groups .block-groups-listing .item-event .image,
.body-groups .block-events-listing .item-event .image {
  display: none !important;
}
.body-groups .block-groups-listing .item-event .event-description,
.body-groups .block-events-listing .item-event .event-description {
  height: auto;
}
.body-groups .block-groups-listing .item-event .event-description:after,
.body-groups .block-events-listing .item-event .event-description:after {
  display: none;
}
.body-groups .block-groups-listing .item-event .event-description .event-date,
.body-groups .block-events-listing .item-event .event-description .event-date {
  float: left;
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #222;
}
.body-groups .block-groups-listing .item-event .event-description .event-date span,
.body-groups .block-events-listing .item-event .event-description .event-date span {
  display: block;
  text-align: center;
  font-size: 70%;
  line-height: 16px;
  background: #e32232;
  color: white;
  margin: -1px;
  box-sizing: content-box;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1px 0 0;
  border-radius: 2px 2px 0 0;
}
.body-groups .block-groups-listing .item-event .event-description .event-date b,
.body-groups .block-events-listing .item-event .event-description .event-date b {
  display: block;
  text-align: center;
  font-size: 120%;
  color: #111;
  line-height: 16px;
  padding: 10px 5px;
  font-weight: 400;
}
.body-groups .block-groups-listing .item-event .event-description .event-info,
.body-groups .block-events-listing .item-event .event-description .event-info {
  display: block;
  margin-left: 64px;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .now,
.body-groups .block-events-listing .item-event .event-description .event-info .now {
  background: #e32232;
  display: inline-block;
  padding: 4px 15px 3px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 75%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 7px;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-fulldate,
.body-groups .block-events-listing .item-event .event-description .event-info .event-fulldate {
  font-size: 90%;
  color: #7b7b7b;
  line-height: 1.5;
  padding: 0 0 4px;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-fulldate .badge-event-status .common-tooltip,
.body-groups .block-events-listing .item-event .event-description .event-info .event-fulldate .badge-event-status .common-tooltip {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .badge,
.body-groups .block-events-listing .item-event .event-description .event-info .badge {
  text-transform: capitalize;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-details,
.body-groups .block-events-listing .item-event .event-description .event-info .event-details {
  list-style: none;
  line-height: 1.5;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-details li,
.body-groups .block-events-listing .item-event .event-description .event-info .event-details li {
  list-style: none;
  display: inline;
  font-size: 90%;
  line-height: 1.5;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-details li a,
.body-groups .block-events-listing .item-event .event-description .event-info .event-details li a {
  line-height: 1.5;
  color: #222;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-details li a:hover,
.body-groups .block-events-listing .item-event .event-description .event-info .event-details li a:hover {
  color: #e32232;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-details li + li:before,
.body-groups .block-events-listing .item-event .event-description .event-info .event-details li + li:before {
  content: "·";
  color: #888;
  padding-left: 2px;
  padding-right: 3px;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-members,
.body-groups .block-events-listing .item-event .event-description .event-info .event-members {
  list-style: none;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-members li,
.body-groups .block-events-listing .item-event .event-description .event-info .event-members li {
  list-style: none;
  display: inline-block;
  margin-top: 10px;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-members li.imageless_li,
.body-groups .block-events-listing .item-event .event-description .event-info .event-members li.imageless_li {
  vertical-align: top;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-members li + li,
.body-groups .block-events-listing .item-event .event-description .event-info .event-members li + li {
  padding-left: 2px;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-members li a,
.body-groups .block-events-listing .item-event .event-description .event-info .event-members li a {
  text-decoration: none;
  display: inline-block;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-members li a img,
.body-groups .block-events-listing .item-event .event-description .event-info .event-members li a img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  not-font-size: 0;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-members li .members-more,
.body-groups .block-events-listing .item-event .event-description .event-info .event-members li .members-more {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #222;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 80%;
  border: 1px solid #eee;
  background: #fbfbfb;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-location,
.body-groups .block-events-listing .item-event .event-description .event-info .event-location {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #eee;
  font-size: 90%;
  line-height: 1.5;
  background: url("https://cdn-static.downtomeet.com/img/ico-standalone-pin.png") no-repeat left center;
  padding-left: 32px;
  padding-bottom: 6px;
}
.body-groups .block-groups-listing .item-event .event-description .event-info .event-location.location-closed,
.body-groups .block-events-listing .item-event .event-description .event-info .event-location.location-closed {
  background: url(https://cdn-static.downtomeet.com/img/ico-lock-bw.png) no-repeat left center;
  background-size: 16px;
  padding-bottom: 10px;
}
.body-groups .block-groups-listing:before, .body-groups .block-groups-listing:after,
.body-groups .block-events-listing:before,
.body-groups .block-events-listing:after {
  content: " ";
  display: table;
}
.body-groups .block-groups-listing:after,
.body-groups .block-events-listing:after {
  clear: both;
}
.body-groups .groups-submenu {
  height: 50px;
  background: white;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  vertical-align: middle;
  z-index: 5;
}
.body-groups .groups-submenu .wrapper {
  min-height: 100%;
}
.body-groups .groups-submenu:hover {
  z-index: 55;
}
.body-groups .groups-submenu .side-left {
  float: left;
}
.body-groups .groups-submenu .side-right {
  float: right;
}
.body-groups .groups-submenu .side-right > * {
  display: inline-block;
  margin-left: 8px;
}
.body-groups .groups-submenu .breadcrumbs {
  font-size: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
.body-groups .groups-submenu .breadcrumbs a {
  color: #e32232;
  font-weight: 400;
  position: relative;
  line-height: 48px;
  display: inline-block;
}
.body-groups .groups-submenu .breadcrumbs a.current {
  pointer-events: none;
  color: #000;
  font-weight: 600;
}
.body-groups .groups-submenu .breadcrumbs a + a {
  padding-left: 36px;
}
.body-groups .groups-submenu .breadcrumbs a + a:before {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 100%;
  font-weight: 400;
  color: #888;
  content: "→";
}
.body-groups .groups-submenu .groups-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  not-font-size: 0;
  height: 50px;
  vertical-align: middle;
}
.body-groups .groups-submenu .groups-menu li {
  list-style: none;
  display: inline-block;
  height: 50px;
  not-font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.body-groups .groups-submenu .groups-menu li a {
  font-size: 100%;
  height: 100%;
  color: #222;
  line-height: 1.5;
  padding: 15px 10px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-submenu .groups-menu li a:hover {
  color: #e32232;
}
.body-groups .groups-submenu .groups-menu li a.active {
  color: #e32232;
  border-bottom: 2px solid #e32232;
}
.body-groups .groups-submenu .groups-menu li a.active .groups-menu-albums-counter,
.body-groups .groups-submenu .groups-menu li a.active .groups-menu-discussions-counter {
  color: inherit;
}
.body-groups .groups-submenu .groups-menu li a .groups-menu-albums-counter,
.body-groups .groups-submenu .groups-menu li a .groups-menu-discussions-counter {
  color: #888;
}
.body-groups .groups-submenu .groups-menu li a .item-highlight {
  display: inline-block;
  font-size: 75%;
  text-align: center;
  width: 14px;
  height: 14px;
  vertical-align: top;
  background: #e32232;
  border-radius: 100%;
  color: white;
  line-height: 1.3;
  font-weight: 700;
}
.body-groups .groups-submenu .wrapper > .side-right {
  position: absolute;
  right: 0;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  vertical-align: middle;
  z-index: 51;
}
.body-groups .groups-submenu:before, .body-groups .groups-submenu:after {
  content: " ";
  display: table;
}
.body-groups .groups-submenu:after {
  clear: both;
}
.body-groups .groups-container {
  padding: 20px 0 60px;
  /* unchecked style */
  /* the checked style using the :checked pseudo class */
}
.body-groups .groups-container.top-glued {
  padding-top: 0;
  padding-bottom: 0;
}
.body-groups .groups-container.top-glued + .groups-container {
  margin-top: -24px;
}
.body-groups .groups-container .groups-container {
  padding-bottom: 0;
}
.body-groups .groups-container + svg {
  height: 1px;
}
.body-groups .groups-container > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-align: left;
}
.body-groups .groups-container .side-info {
  flex: 1;
  order: 1;
  min-width: 200px;
  position: relative;
  left: 0;
  font-size: 100%;
  line-height: 20px;
}
.body-groups .groups-container .side-info + .side-body {
  margin-left: 30px;
  overflow-x: auto;
  max-width: 100%;
}
.body-groups .groups-container .side-info.side-groupinfo {
  font-size: 90%;
}
.body-groups .groups-container .side-info > .box-paddings {
  padding: 15px;
}
.body-groups .groups-container .side-body {
  flex: 5;
  width: 100%;
  position: relative;
  left: 0;
  order: 2;
}
.body-groups .groups-container .side-body.page-height {
  min-height: 360px;
}
.body-groups .groups-container .side-body + .side-info {
  margin-right: 30px;
}
.body-groups .groups-container .side-body > sp-user-profile-layout > .groups-container,
.body-groups .groups-container .side-body > sp-user-profile > .groups-container {
  padding-top: 0;
}
.body-groups .groups-container .side-body sp-group-form {
  display: block;
}
.body-groups .groups-container .side-body sp-group-form > .groups-container {
  padding-top: 0;
}
.body-groups .groups-container .columns-2 > .side-content {
  float: left;
  width: 75%;
  padding-right: 20px;
}
.body-groups .groups-container .columns-2 > .side-extra {
  float: right;
  width: 25%;
}
.body-groups .groups-container .columns-2:before, .body-groups .groups-container .columns-2:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .columns-2:after {
  clear: both;
}
.body-groups .groups-container:before, .body-groups .groups-container:after {
  content: " ";
  display: table;
}
.body-groups .groups-container:after {
  clear: both;
}
.body-groups .groups-container .side-info sp-group-item-sponsors:empty {
  display: none !important;
}
.body-groups .groups-container .side-info .box > .block + .block,
.body-groups .groups-container .side-info .block + sp-group-item-sponsors > .block,
.body-groups .groups-container .side-info sp-group-item-sponsors + .block,
.body-groups .groups-container .side-info .block + .block,
.body-groups .groups-container .side-info > .block + .block {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.body-groups .groups-container .side-info .categories {
  padding-top: 4px;
}
.body-groups .groups-container .side-info .categories li {
  display: inline-block;
}
.body-groups .groups-container .side-info .categories li a {
  pointer-events: none;
  color: #222;
  background: white;
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 90%;
}
.body-groups .groups-container .side-info .block-group .group-profile {
  display: block;
  position: relative;
  margin-bottom: 2px;
}
.body-groups .groups-container .side-info .block-group .group-profile:before, .body-groups .groups-container .side-info .block-group .group-profile:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .side-info .block-group .group-profile:after {
  clear: both;
}
.body-groups .groups-container .side-info .block-group .group-profile a {
  display: block;
}
.body-groups .groups-container .side-info .block-group .group-profile .avatar-change {
  position: absolute;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  background: rgba(0, 0, 0, 0.33);
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
  opacity: 0;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .side-info .block-group .group-profile .avatar-change:hover {
  background: rgba(0, 0, 0, 0.69);
}
.body-groups .groups-container .side-info .block-group .group-profile .group-profile-empty ~ .avatar-change {
  opacity: 1;
}
.body-groups .groups-container .side-info .block-group .group-profile:hover .avatar-change {
  opacity: 1;
}
.body-groups .groups-container .side-info .block-group .group-profile img {
  float: left;
  max-width: 100%;
  max-height: 600px;
  min-width: 100%;
  height: auto;
  border: 0px solid white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.body-groups .groups-container .side-info .block-group .group-name {
  padding-top: 20px;
  font-size: 120%;
  color: #222;
  font-weight: 700;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .side-info .block-group .group-name a {
  text-decoration: none;
  color: inherit;
}
.body-groups .groups-container .side-info .block-group .group-name a.active {
  pointer-events: none;
}
.body-groups .groups-container .side-info .block-group .group-name a:hover {
  color: #e32232;
}
.body-groups .groups-container .side-info .block-group .founded-line {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  word-wrap: break-word;
  word-break: break-word;
}
.body-groups .groups-container .side-info .block-group p {
  font-size: 90%;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
}
.body-groups .groups-container .side-info .block-group p > span {
  display: block;
}
.body-groups .groups-container .side-info .block-stats {
  list-style: none;
}
.body-groups .groups-container .side-info .block-stats li {
  list-style: none;
  display: block;
  line-height: 1.5;
  padding: 5px 0;
}
.body-groups .groups-container .side-info .block-stats li:before, .body-groups .groups-container .side-info .block-stats li:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .side-info .block-stats li:after {
  clear: both;
}
.body-groups .groups-container .side-info .block-stats li a {
  display: block;
}
.body-groups .groups-container .side-info .block-stats li a:before, .body-groups .groups-container .side-info .block-stats li a:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .side-info .block-stats li a:after {
  clear: both;
}
.body-groups .groups-container .side-info .block-stats li b {
  float: left;
  font-weight: normal;
  max-width: 80%;
  white-space: normal;
  word-wrap: break-word;
  color: #e32232;
}
.body-groups .groups-container .side-info .block-stats li span {
  float: right;
  font-weight: normal;
  max-width: 20%;
  color: #000;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item {
  margin-top: 10px;
  display: table;
  border-collapse: collapse;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item + .sponsor-item {
  margin-top: 20px;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item:before, .body-groups .groups-container .side-info .block-sponsors .sponsor-item:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item:after {
  clear: both;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item .sponsor-image {
  display: table-cell;
  width: 64px;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item .sponsor-image img {
  max-width: 64px;
  height: auto;
  vertical-align: top;
  max-height: 200px;
  text-align: left;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item .sponsor-image + .sponsor-data {
  padding-left: 7px;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item .sponsor-data {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item .sponsor-data p {
  padding-top: 0;
}
.body-groups .groups-container .side-info .block-sponsors .sponsor-item .sponsor-data > a {
  font-weight: bold;
}
.body-groups .groups-container .side-info .organizers-item {
  padding-top: 10px;
}
.body-groups .groups-container .side-info .organizers-item .user-profile {
  display: block;
}
.body-groups .groups-container .side-info .organizers-item .user-profile + .user-profile {
  padding-top: 12px;
}
.body-groups .groups-container .side-info .organizers-item .user-profile:hover span {
  text-decoration: underline;
}
.body-groups .groups-container .side-info .organizers-item .user-profile:hover span i {
  text-decoration: none;
  color: #e32232;
}
.body-groups .groups-container .side-info .organizers-item .user-profile img {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.body-groups .groups-container .side-info .organizers-item .user-profile span {
  display: block;
  margin-left: 40px;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
  margin-top: -2px;
  word-wrap: break-word;
  word-break: break-word;
}
.body-groups .groups-container .side-info .organizers-item .user-profile span i {
  display: block;
  font-size: 85%;
  color: #888;
}
.body-groups .groups-container .side-info .organizers-item .user-profile:before, .body-groups .groups-container .side-info .organizers-item .user-profile:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .side-info .organizers-item .user-profile:after {
  clear: both;
}
.body-groups .groups-container .side-info .block-title {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 600;
}
.body-groups .groups-container .side-info p {
  font-size: 90%;
  line-height: 1.5;
  color: #222;
}
.body-groups .groups-container .side-info .block-title + p,
.body-groups .groups-container .side-info a + p,
.body-groups .groups-container .side-info p:not(.group-name) + p,
.body-groups .groups-container .side-info p + a {
  padding-top: 10px;
}
.body-groups .groups-container .site-message {
  margin-bottom: 20px;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 3px;
  box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  position: relative;
  background-clip: padding-box;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 20px;
}
.body-groups .groups-container .site-message.message-success {
  background: #def2d6;
  border-color: #b0cca5;
  color: #5a7152;
  padding-left: 70px;
}
.body-groups .groups-container .site-message.message-success:before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 20px;
  width: 36px;
  height: 36px;
  content: " ";
  background: url("https://cdn-static.downtomeet.com/img/ico-messages.png") no-repeat 0 0;
  background-position: -35px -334px;
}
.body-groups .groups-container .box {
  margin-bottom: 24px;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 3px;
  box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  position: relative;
  background-clip: padding-box;
}
.body-groups .groups-container .box.box-paddings, .body-groups .groups-container .box .box-paddings {
  padding: 20px;
}
.body-groups .groups-container .box.box-paddings .box-footer, .body-groups .groups-container .box .box-paddings .box-footer {
  box-sizing: content-box;
  margin: 20px -20px -20px;
  padding: 20px;
}
.body-groups .groups-container .box .box-paddings p + p {
  margin-top: 10px;
}
.body-groups .groups-container .box.box-red {
  background: #e32232;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 100%;
  box-shadow: 0 0 0 3px #e32232 inset, 0 0 0 4px rgba(255, 255, 255, 0.5) inset;
}
.body-groups .groups-container .box.box-red:before, .body-groups .groups-container .box.box-red:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box.box-red:after {
  clear: both;
}
.body-groups .groups-container .box.box-red .side-left {
  float: left;
  width: 60%;
  text-align: left;
}
.body-groups .groups-container .box.box-red .side-left h2 {
  font-size: 150%;
  font-weight: 600;
  line-height: 1.3;
}
.body-groups .groups-container .box.box-red .side-right {
  float: right;
  width: 39%;
  text-align: right;
}
.body-groups .groups-container .box.box-note {
  background: #fffae1;
  border: 1px solid #f2e5a6;
  border-radius: 3px;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
}
.body-groups .groups-container .box.center {
  text-align: center;
}
.body-groups .groups-container .box.box-paddings-x, .body-groups .groups-container .box .box-paddings-x {
  padding-left: 20px;
  padding-right: 20px;
}
.body-groups .groups-container .box.box-paddings-y, .body-groups .groups-container .box .box-paddings-y {
  padding-top: 20px;
  padding-bottom: 20px;
}
.body-groups .groups-container .box .side-legend {
  float: left;
  text-align: left;
  font-size: 90%;
}
.body-groups .groups-container .box .side-legend.oneline {
  padding: 10px 0;
}
.body-groups .groups-container .box .side-legend .link-add {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 600;
}
.body-groups .groups-container .box .side-legend .link-add:hover {
  text-decoration: underline;
}
.body-groups .groups-container .box .side-legend .link-add:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  content: "+";
  text-align: center;
  color: white;
  background: #e32232;
  border-radius: 100%;
  line-height: 24px;
  font-weight: 600;
  font-size: 120%;
  padding: 0 6px 0 7px;
  box-sizing: border-box;
}
.body-groups .groups-container .box .button-block {
  text-align: right;
  vertical-align: top;
}
.body-groups .groups-container .box .button-block > * {
  vertical-align: top;
  margin-bottom: 5px;
}
.body-groups .groups-container .box:before, .body-groups .groups-container .box:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box:after {
  clear: both;
}
.body-groups .groups-container .box .box-header {
  background: #fbfbfb;
  border-bottom: 1px solid #e3e3e3;
  min-height: 50px;
  position: relative;
  padding: 0 20px;
  border-radius: 3px 3px 0 0;
}
.body-groups .groups-container .box .box-header.note {
  background: #fffae1;
  border-color: 1px solid;
}
.body-groups .groups-container .box .box-header .subheader {
  text-align: center;
  padding-bottom: 16px;
}
.body-groups .groups-container .box .box-header .header-right {
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  height: 50px;
  padding: 0;
  width: 40px;
  text-align: right;
  line-height: 48px;
  margin-right: 10px;
}
.body-groups .groups-container .box .box-header .header-right .bw-color {
  color: #888;
}
.body-groups .groups-container .box .box-header .header-right .bw-color:hover {
  color: #e32232;
}
.body-groups .groups-container .box .box-header .header-right .header-search {
  display: inline-block;
  position: relative;
}
.body-groups .groups-container .box .box-header .header-right .header-search .reset {
  width: 16px;
  height: 16px;
  background: #e8e8e8;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  border-radius: 100%;
  cursor: pointer;
}
.body-groups .groups-container .box .box-header .header-right .header-search .reset:before {
  content: "×";
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  display: block;
  color: #888;
}
.body-groups .groups-container .box .box-header .header-right .header-search .reset input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.body-groups .groups-container .box .box-header .header-right .header-search input[type=search],
.body-groups .groups-container .box .box-header .header-right .header-search input[type=text] {
  font-size: 80%;
  height: 30px;
  vertical-align: middle;
  border-radius: 3px;
  margin-top: 10px;
  box-shadow: none;
  background: transparent url(https://cdn-static.downtomeet.com/img/ico-find50.png) no-repeat 6px -1px;
  padding-left: 30px;
  width: 130px;
  padding-right: 4px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0;
  height: 34px;
  margin-right: 10px;
  background-position: 6px 1px;
}
.body-groups .groups-container .box .box-header .header-right .header-search input[type=search]:focus, .body-groups .groups-container .box .box-header .header-right .header-search input[type=search]:active,
.body-groups .groups-container .box .box-header .header-right .header-search input[type=text]:focus,
.body-groups .groups-container .box .box-header .header-right .header-search input[type=text]:active {
  background-color: white;
  border-color: #aaa;
  outline: none;
}
.body-groups .groups-container .box .box-header h2 {
  font-size: 100%;
  line-height: 48px;
  font-weight: 600;
  color: #000;
}
.body-groups .groups-container .box .box-header h2.pright {
  padding-right: 90px;
}
.body-groups .groups-container .box .box-header h2 .fa-file-alt {
  opacity: 0.75;
  padding-right: 5px;
}
.body-groups .groups-container .box .box-header h2.bold {
  font-weight: 700;
}
.body-groups .groups-container .box .box-header h2 .ico-small,
.body-groups .groups-container .box .box-header h2 .ico-location {
  font-size: 80%;
  padding-right: 4px;
  opacity: 0.5;
}
.body-groups .groups-container .box .box-header h2 .number {
  display: inline-block;
  color: #e32232;
  margin-right: 4px;
}
.body-groups .groups-container .box .box-header h2.smaller {
  font-size: 90%;
}
.body-groups .groups-container .box .box-header h2.uppercase {
  text-transform: uppercase;
}
.body-groups .groups-container .box .box-header h2 .link-hidden {
  color: #222;
}
.body-groups .groups-container .box .box-header h2 .link-hidden:hover {
  color: #e32232;
}
.body-groups .groups-container .box .box-header h2.ico-comments {
  padding-left: 30px;
  position: relative;
}
.body-groups .groups-container .box .box-header h2.ico-comments:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("https://cdn-static.downtomeet.com/img/ico-groups-actions-02.png") no-repeat 0 0;
}
.body-groups .groups-container .box .box-header h2.ico-recurring {
  padding-left: 30px;
  position: relative;
}
.body-groups .groups-container .box .box-header h2.ico-recurring:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: 10px 10px;
  background: url(https://cdn-static.downtomeet.com/img/ico-recurring.png) no-repeat 0 0;
  background-size: 24px 24px;
  opacity: 0.6;
}
.body-groups .groups-container .box .box-header h2.ico-activity {
  padding-left: 30px;
  position: relative;
}
.body-groups .groups-container .box .box-header h2.ico-activity:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("https://cdn-static.downtomeet.com/img/ico-activity.png") no-repeat 0 0;
  opacity: 0.5;
}
.body-groups .groups-container .box .box-header h2.ico-posts {
  padding-left: 30px;
  position: relative;
}
.body-groups .groups-container .box .box-header h2.ico-posts:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/img/dtm/ico-forumpost.png) no-repeat 0 0;
  opacity: 0.5;
  background-size: 18px 18px;
  background-position: center center;
}
.body-groups .groups-container .box .box-header h2.ico-share {
  padding-left: 30px;
  position: relative;
}
.body-groups .groups-container .box .box-header h2.ico-share:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/assets/img/dtm/ico-share.png") no-repeat 0 0;
  background-size: 20px 20px;
  background-position: center center;
  opacity: 0.5;
}
.body-groups .groups-container .box .box-header h2.ico-recent {
  padding-left: 30px;
  position: relative;
}
.body-groups .groups-container .box .box-header h2.ico-recent:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("https://cdn-static.downtomeet.com/img/ico-recents.png") no-repeat 0 0;
  opacity: 0.5;
}
.body-groups .groups-container .box .box-header h2 .hidden-link {
  color: #000;
}
.body-groups .groups-container .box .box-header h2 .hidden-link:hover {
  color: #e32232;
}
.body-groups .groups-container .box .box-header .title-link a {
  font-size: 100%;
  line-height: 48px;
  font-weight: 600;
  color: #e32232;
}
.body-groups .groups-container .box .box-header .explanation {
  padding: 0;
  font-size: 100%;
  padding-bottom: 14px;
  font-weight: 400;
  margin-top: -10px;
  color: #222;
}
.body-groups .groups-container .box .box-header .explanation.abovetitle {
  font-size: 90%;
  margin-top: -10px;
  color: #888;
  font-weight: 400;
}
.body-groups .groups-container .box .box-header .explanation.small {
  font-size: 80%;
  margin-top: 0;
}
.body-groups .groups-container .box .box-header .explanation.scrollable {
  height: 182px;
  overflow: scroll;
}
.body-groups .groups-container .box .box-header .explanation.always {
  display: block !important;
  min-height: initial !important;
  overflow: visible !important;
  margin: 0;
  position: relative;
  margin-top: 0;
  height: auto;
  width: 100%;
  clear: both;
  max-height: initial !important;
  margin-bottom: 10px;
  margin-top: -10px;
}
.body-groups .groups-container .box .box-header h1 {
  font-size: 150%;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 10px 15px;
}
.body-groups .groups-container .box .box-header h1 .badge {
  font-size: 50%;
}
.body-groups .groups-container .box .box-header > p {
  font-size: 80%;
  padding: 14px 0;
  line-height: 1.5;
}
.body-groups .groups-container .box .box-header .header-actions {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 6px 20px 6px 0;
  white-space: nowrap;
  text-align: right;
}
.body-groups .groups-container .box .box-header .header-actions.vertical-center {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  height: auto;
  margin-top: -2px;
}
.body-groups .groups-container .box .box-header .header-actions > * {
  display: inline-block;
}
.body-groups .groups-container .box .box-header .header-actions > * + * {
  margin-left: 10px;
}
.body-groups .groups-container .box .box-header .subtitle.above {
  text-align: center;
  color: #888;
  padding: 12px 0 0;
  margin-bottom: -10px;
  font-size: 90%;
  font-weight: 400;
}
.body-groups .groups-container .box .box-header.header-pinned {
  /* background: #e32232; */
  border: 3px solid #e32232;
  /* border-bottom: 0; */
  border-bottom: 1px solid #e3e3e3;
  border-right: 0;
  border-top: 0;
}
.body-groups .groups-container .box .box-header.header-pinned h2 {
  background: url(https://cdn-static.downtomeet.com/img/ico-pin-thread.png) no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
}
.body-groups .groups-container .box .box-header.header-pinned ~ .list-events .event-item.item-short {
  border: 3px solid #e32232;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.body-groups .groups-container .box .box-body.scrollable {
  overflow-x: scroll;
}
.body-groups .groups-container .box .box-body.bottom-size {
  padding-bottom: 270px;
}
.body-groups .groups-container .box.collapsable .box-header .fa,
.body-groups .groups-container .box.collapsable .box-header .fas {
  font-size: 80%;
  opacity: 0.75;
  margin-right: 6px;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform: rotate(90deg);
}
.body-groups .groups-container .box.collapsable .box-header h2 {
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  cursor: pointer;
}
.body-groups .groups-container .box.collapsable .box-header h2:hover {
  color: #e32232;
}
.body-groups .groups-container .box.collapsable.closed .box-header h2 .fa.fa-chevron-right,
.body-groups .groups-container .box.collapsable.closed .box-header h2 .fas.fa-chevron-right {
  transform: rotate(0deg);
}
.body-groups .groups-container .box.collapsable.closed > .box-header + .box-header,
.body-groups .groups-container .box.collapsable.closed > .box-header > p,
.body-groups .groups-container .box.collapsable.closed > *:not(.box-header) {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
}
.body-groups .groups-container .box .box-submenu {
  background: white;
}
.body-groups .groups-container .box .box-submenu .side-right {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.body-groups .groups-container .box .box-submenu .submenu {
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
  not-font-size: 0;
  height: 50px;
  vertical-align: middle;
  padding: 0 20px;
}
.body-groups .groups-container .box .box-submenu .submenu:before, .body-groups .groups-container .box .box-submenu .submenu:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .box-submenu .submenu:after {
  clear: both;
}
.body-groups .groups-container .box .box-submenu .submenu.centered {
  text-align: center;
}
.body-groups .groups-container .box .box-submenu .submenu li {
  list-style: none;
  display: inline-block;
  height: 50px;
  not-font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.body-groups .groups-container .box .box-submenu .submenu li.push-right {
  float: right;
}
.body-groups .groups-container .box .box-submenu .submenu li.divided {
  border-left: 1px solid #eee;
  margin-left: 15px;
  padding-left: 15px;
}
.body-groups .groups-container .box .box-submenu .submenu li a {
  font-size: 100%;
  height: 100%;
  color: #555;
  line-height: 1.5;
  padding: 15px 10px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .box .box-submenu .submenu li a u:only-child {
  text-decoration: underline !important;
}
.body-groups .groups-container .box .box-submenu .submenu li a u:first-child {
  text-decoration: none;
}
.body-groups .groups-container .box .box-submenu .submenu li a u + u {
  text-decoration: underline;
}
.body-groups .groups-container .box .box-submenu .submenu li a:hover {
  color: #e32232;
}
.body-groups .groups-container .box .box-submenu .submenu li a.active {
  color: #e32232;
  border-bottom: 2px solid #e32232;
}
.body-groups .groups-container .box .box-submenu .submenu li a.active .groups-menu-discussions-counter {
  color: inherit;
}
.body-groups .groups-container .box .box-submenu .submenu li a .groups-menu-discussions-counter {
  color: #888;
}
.body-groups .groups-container .box .box-submenu .submenu li a .generic-counter {
  color: #888;
}
.body-groups .groups-container .box .box-submenu .submenu li a .item-highlight {
  display: inline-block;
  font-size: 75%;
  text-align: center;
  width: 14px;
  height: 14px;
  vertical-align: top;
  background: #e32232;
  border-radius: 100%;
  color: white;
  line-height: 1.3;
  font-weight: 700;
}
.body-groups .groups-container .box .box-submenu .submenu li.search {
  float: right;
  position: relative;
}
.body-groups .groups-container .box .box-submenu .submenu li.search .reset {
  width: 16px;
  height: 16px;
  background: #e8e8e8;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -8px;
  border-radius: 100%;
  cursor: pointer;
}
.body-groups .groups-container .box .box-submenu .submenu li.search .reset:before {
  content: "×";
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  display: block;
  color: #888;
}
.body-groups .groups-container .box .box-submenu .submenu li.search .reset input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.body-groups .groups-container .box .box-submenu .submenu li.search input[type=search],
.body-groups .groups-container .box .box-submenu .submenu li.search input[type=text] {
  font-size: 80%;
  height: 30px;
  vertical-align: middle;
  border-radius: 3px;
  margin-top: 10px;
  box-shadow: none;
  background: transparent url(https://cdn-static.downtomeet.com/img/ico-find50.png) no-repeat 6px -1px;
  padding-left: 30px;
  width: 160px;
  padding-right: 4px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.body-groups .groups-container .box .box-submenu .submenu li.search input[type=search]:focus, .body-groups .groups-container .box .box-submenu .submenu li.search input[type=search]:active,
.body-groups .groups-container .box .box-submenu .submenu li.search input[type=text]:focus,
.body-groups .groups-container .box .box-submenu .submenu li.search input[type=text]:active {
  background-color: white;
  border-color: #aaa;
  outline: none;
}
.body-groups .groups-container .box .description-clean img {
  max-width: 100% !important;
  height: auto;
}
.body-groups .groups-container .box .list-events sp-event-short-item-past + sp-event-short-item-past,
.body-groups .groups-container .box .list-events sp-event-short-item + sp-event-short-item {
  display: block;
  border-top: 1px solid #ddd;
}
.body-groups .groups-container .box .list-events .event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: left;
  color: #222;
}
.body-groups .groups-container .box .list-events .event-item.item-past {
  display: block;
}
.body-groups .groups-container .box .list-events .event-item.item-past .event-item {
  width: 100%;
  display: block;
}
.body-groups .groups-container .box .list-events .event-item.item-past event-view-tools-menu {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.body-groups .groups-container .box .list-events .event-item.item-past event-view-tools-menu .button-select {
  display: inline-block;
}
.body-groups .groups-container .box .list-events .event-item + .event-item {
  border-top: 1px solid #e3e3e3;
}
.body-groups .groups-container .box .list-events .event-item .event-content {
  flex: 7;
  width: 100%;
  position: relative;
  left: 0;
  order: 1;
  padding: 20px;
  text-overflow: ellipsis;
}
.body-groups .groups-container .box .list-events .event-item .event-content .learn-more {
  font-weight: 400 !important;
  color: #e32232 !important;
  white-space: nowrap;
  border: 0;
}
.body-groups .groups-container .box .list-events .event-item .event-content .learn-more:before {
  display: none;
  padding: 0;
}
.body-groups .groups-container .box .list-events .event-item .event-content .learn-more[hidden] {
  display: none !important;
}
.body-groups .groups-container .box .list-events .event-item .event-extra {
  flex: 2;
  order: 2;
  width: 190px;
  min-width: 190px;
  padding: 20px;
  position: relative;
  left: 0;
  background: #fbfbfb;
  border-left: 1px solid #e3e3e3;
}
.body-groups .groups-container .box .list-events .event-item:before, .body-groups .groups-container .box .list-events .event-item:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .list-events .event-item:after {
  clear: both;
}
.body-groups .groups-container .box .list-events .event-item .info-action + .event-past {
  margin-top: 12px !important;
}
.body-groups .groups-container .box .list-events .event-item .rsvp-status-expired,
.body-groups .groups-container .box .list-events .event-item .event-past {
  border: 2px solid #e32232 !important;
  color: #e32232;
  display: block;
  padding: 5px 10px !important;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.5;
  margin-top: 0 !important;
}
.body-groups .groups-container .box .list-events .event-item .rsvp-status-expired.past-Yes, .body-groups .groups-container .box .list-events .event-item .rsvp-status-expired.past-yes,
.body-groups .groups-container .box .list-events .event-item .event-past.past-Yes,
.body-groups .groups-container .box .list-events .event-item .event-past.past-yes {
  border-color: #5cb85c;
  color: #5cb85c;
}
.body-groups .groups-container .box .list-events .event-item .rsvp-status-expired.event-cancelled,
.body-groups .groups-container .box .list-events .event-item .event-past.event-cancelled {
  border-color: #e32232;
  color: #e32232;
}
.body-groups .groups-container .box .list-events .event-item h2 {
  font-size: 120%;
  line-height: 1.5;
  font-weight: 700;
  color: #e32232;
}
.body-groups .groups-container .box .list-events .event-item h2 .badge {
  font-size: 65%;
}
.body-groups .groups-container .box .list-events .event-item h2 a {
  color: #e32232;
}
.body-groups .groups-container .box .list-events .event-item h2 a:hover {
  color: #e32232;
  text-decoration: underline;
}
.body-groups .groups-container .box .list-events .event-item h2 a .badge-downtomeet {
  font-size: 60%;
}
.body-groups .groups-container .box .list-events .event-item sp-text-read-more,
.body-groups .groups-container .box .list-events .event-item p {
  display: block;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
}
.body-groups .groups-container .box .list-events .event-item .description-clean:before, .body-groups .groups-container .box .list-events .event-item .description-clean:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .list-events .event-item .description-clean:after {
  clear: both;
}
.body-groups .groups-container .box .list-events .event-item .description-clean br + br {
  display: none;
}
.body-groups .groups-container .box .list-events .event-item .description-clean img {
  max-width: 100% !important;
}
.body-groups .groups-container .box .list-events .event-item .description-clean p:empty,
.body-groups .groups-container .box .list-events .event-item .description-clean li br:only-child {
  display: none !important;
}
.body-groups .groups-container .box .list-events .event-item .description-clean .is-collapsed:before, .body-groups .groups-container .box .list-events .event-item .description-clean .is-collapsed:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .list-events .event-item .description-clean .is-collapsed:after {
  clear: both;
}
.body-groups .groups-container .box .list-events .event-item .description-clean * {
  display: inline !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  text-align: inherit !important;
  font-style: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  word-spacing: normal;
  word-wrap: break-word;
  word-break: break-word;
}
.body-groups .groups-container .box .list-events .event-item .info-organizer {
  display: inline-block;
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 90%;
  border: 1px solid #eee;
  margin: 10px 0;
  background: #fbfbfb;
  padding: 5px 15px;
  border: 1px solid #f2f2f2;
  font-size: 90%;
}
.body-groups .groups-container .box .list-events .event-item .info-organizer a {
  white-space: nowrap;
  display: inline-block;
  margin-right: 3px;
}
.body-groups .groups-container .box .list-events .event-item .info-organizer a:after {
  content: ",";
  color: #888;
  margin-left: -2px;
}
.body-groups .groups-container .box .list-events .event-item .info-organizer a:last-child:after {
  content: none;
}
.body-groups .groups-container .box .list-events .event-item .info-organizer a .role {
  display: inline-block;
  padding: 0.25em 0.4em 0.2em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  background-color: #e32232;
  margin-top: -4px;
  display: none;
}
.body-groups .groups-container .box .list-events .event-item .info-location {
  padding-left: 30px;
  position: relative;
}
.body-groups .groups-container .box .list-events .event-item .info-location:before {
  background: url("https://cdn-static.downtomeet.com/img/ico-groups-data.png") no-repeat -4515px -4515px;
  background-position: 0 -71px;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 26px;
  margin-top: -11px;
}
.body-groups .groups-container .box .list-events .event-item .info-location b {
  display: block;
}
.body-groups .groups-container .box .list-events .event-item .event-listing-limited {
  font-weight: 600;
  margin-top: 12px;
  padding-left: 30px;
  background: url(https://cdn-static.downtomeet.com/img/ico-lock-bw.png) no-repeat 0 10px;
  background-size: 16px;
  padding-top: 8px;
}
.body-groups .groups-container .box .list-events .event-item .event-listing-limited b {
  line-height: 22px;
  display: inline-block;
}
.body-groups .groups-container .box .list-events .event-item .event-listing-limited p {
  color: #888;
  line-height: 22px;
}
.body-groups .groups-container .box .list-events .event-item .info-members {
  list-style: none;
}
.body-groups .groups-container .box .list-events .event-item .info-members li {
  list-style: none;
  display: inline-block;
}
.body-groups .groups-container .box .list-events .event-item .info-members li + li {
  padding-left: 2px;
}
.body-groups .groups-container .box .list-events .event-item .info-members li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.body-groups .groups-container .box .list-events .event-item .info-members li a img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  not-font-size: 0;
}
.body-groups .groups-container .box .list-events .event-item .info-members li .members-more {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #222;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 80%;
  border: 1px solid #eee;
  background: #fbfbfb;
}
.body-groups .groups-container .box .list-events .event-item .info-members li .members-more:hover {
  background: #e32232;
  color: white;
  border-color: #e32232;
}
.body-groups .groups-container .box .list-events .event-item p + p,
.body-groups .groups-container .box .list-events .event-item p + ul,
.body-groups .groups-container .box .list-events .event-item ul + ul,
.body-groups .groups-container .box .list-events .event-item ul + p,
.body-groups .groups-container .box .list-events .event-item ul + sp-text-read-more,
.body-groups .groups-container .box .list-events .event-item p + sp-text-read-more,
.body-groups .groups-container .box .list-events .event-item sp-text-read-more + p,
.body-groups .groups-container .box .list-events .event-item sp-text-read-more + ul,
.body-groups .groups-container .box .list-events .event-item h2 + p {
  padding-top: 10px;
}
.body-groups .groups-container .box .list-events .event-item .item-date {
  color: #888;
}
.body-groups .groups-container .box .list-events .event-item .info-stats {
  list-style: none;
}
.body-groups .groups-container .box .list-events .event-item .info-stats li {
  list-style: none;
  display: inline-block;
}
.body-groups .groups-container .box .list-events .event-item .info-stats li + li:before {
  content: "·";
  color: #888;
  padding-left: 2px;
  padding-right: 3px;
}
.body-groups .groups-container .box .list-events .event-item .info-stats li a {
  color: #222;
}
.body-groups .groups-container .box .list-events .event-item .info-stats li a:hover {
  color: #e32232;
}
.body-groups .groups-container .box .list-events .event-item .info-stats + .info-stats {
  padding-top: 0 !important;
  margin-top: 8px !important;
  border: 0 !important;
}
.body-groups .groups-container .box .list-events .event-item .event-extra > * + * {
  margin-top: 10px;
}
.body-groups .groups-container .box .list-events .event-item .event-extra event-view-tools-menu,
.body-groups .groups-container .box .list-events .event-item .event-extra sp-event-rsvp-control {
  display: block;
}
.body-groups .groups-container .box .list-events .event-item .event-extra sp-event-rsvp-control + event-view-tools-menu {
  margin-top: 10px;
}
.body-groups .groups-container .box .list-events .event-item .event-extra event-view-tools-menu + sp-event-rsvp-control {
  margin-top: 10px;
}
.body-groups .groups-container .box .list-events .event-item .event-extra event-view-tools-menu .button-secondary.arrow-free.center {
  text-align: left !important;
}
.body-groups .groups-container .box .list-events .event-item .event-extra event-view-tools-menu .button-secondary.arrow-free.center .fas,
.body-groups .groups-container .box .list-events .event-item .event-extra event-view-tools-menu .button-secondary.arrow-free.center .far {
  padding-right: 7px;
}
.body-groups .groups-container .box .list-events .event-item .event-extra event-view-tools-menu .button-secondary.arrow-free.center:after {
  display: block;
}
.body-groups .groups-container .box .list-events .event-item .event-extra .info-date {
  display: block;
  text-align: center;
  font-size: 100%;
  line-height: 1.5;
  color: #888;
}
.body-groups .groups-container .box .list-events .event-item .event-extra .info-date b {
  font-size: 100%;
  color: #e32232;
  text-align: center;
  display: block;
}
.body-groups .groups-container .box .list-events .event-item .event-extra div[class^=rsvp-status-] {
  text-align: center;
  line-height: 1.5;
}
.body-groups .groups-container .box .list-events .event-item .event-extra .info-stats {
  list-style: none;
}
.body-groups .groups-container .box .list-events .event-item .event-extra .info-stats li {
  list-style: none;
  display: block;
  line-height: 1.5;
  padding: 5px 0;
}
.body-groups .groups-container .box .list-events .event-item .event-extra .info-stats li:before, .body-groups .groups-container .box .list-events .event-item .event-extra .info-stats li:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .list-events .event-item .event-extra .info-stats li:after {
  clear: both;
}
.body-groups .groups-container .box .list-events .event-item .event-extra .info-stats li b {
  float: right;
  max-width: 20%;
}
.body-groups .groups-container .box .list-events .event-item .event-extra .info-stats li span {
  float: left;
  max-width: 80%;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .box .block-placeholder {
  text-align: center;
  font-size: 90%;
  line-height: 1.5;
  padding: 40px 20px 50px;
}
.body-groups .groups-container .box .block-placeholder img {
  display: block;
  text-align: center;
  margin: 0 auto 16px;
  position: relative;
  max-width: 100%;
  pointer-events: none;
}
.body-groups .groups-container .box .block-placeholder a:hover {
  text-decoration: underline;
}
.body-groups .groups-container .box .block-placeholder, .body-groups .groups-container .box .block-placeholder b {
  color: #222;
}
.body-groups .groups-container .box .block-placeholder b {
  font-size: 100%;
}
.body-groups .groups-container .box .list-recents .recent-container + .recent-container {
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box .list-recents .recents-item {
  padding: 14px 14px 14px 20px;
  font-size: 90%;
  font-weight: 400;
}
.body-groups .groups-container .box .list-recents .recents-item .group,
.body-groups .groups-container .box .list-recents .recents-item .event {
  font-weight: 700;
  display: block;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .box .list-recents .recents-item .group:hover,
.body-groups .groups-container .box .list-recents .recents-item .event:hover {
  text-decoration: underline;
}
.body-groups .groups-container .box .list-recents .recents-item .event-group {
  font-weight: 400;
  display: block;
  font-size: 80%;
  color: #888;
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .box .list-recents .recents-item .event-group a {
  color: #888;
}
.body-groups .groups-container .box .list-recents .recents-item .event-group a:hover {
  color: #e32232;
  text-decoration: underline;
}
.body-groups .groups-container .box .list-recents .recents-item + .recents-item {
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box .list-activity .box-more {
  background: #fafafa;
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box .list-activity .activity-coming-soon {
  text-align: center;
  font-size: 75%;
  line-height: 1.5;
  padding: 40px 20px 50px;
}
.body-groups .groups-container .box .list-activity .activity-coming-soon img {
  display: block;
  text-align: center;
  margin: 0 auto 16px;
  position: relative;
  max-width: 100%;
  pointer-events: none;
}
.body-groups .groups-container .box .list-activity .activity-coming-soon, .body-groups .groups-container .box .list-activity .activity-coming-soon b {
  color: #222;
}
.body-groups .groups-container .box .list-activity .activity-coming-soon b {
  font-size: 90%;
}
.body-groups .groups-container .box .list-activity .activity-item {
  padding: 14px 14px 14px 20px;
}
.body-groups .groups-container .box .list-activity .activity-item .activity-name {
  font-size: 80%;
  font-weight: 400;
  color: #888;
  display: block;
  padding-bottom: 4px;
  line-height: 16px;
}
.body-groups .groups-container .box .list-activity .activity-item .activity-source {
  font-size: 100%;
  color: #888;
  display: block;
}
.body-groups .groups-container .box .list-activity .activity-item .activity-source .user-profile {
  float: left;
}
.body-groups .groups-container .box .list-activity .activity-item .activity-source .user-profile a {
  display: block;
  width: 24px;
  height: 24px;
}
.body-groups .groups-container .box .list-activity .activity-item .activity-source .user-profile img {
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.body-groups .groups-container .box .list-activity .activity-item .activity-source p {
  display: block;
  margin-left: 30px;
  color: #222;
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .box .list-activity .activity-item .activity-source:before, .body-groups .groups-container .box .list-activity .activity-item .activity-source:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .list-activity .activity-item .activity-source:after {
  clear: both;
}
.body-groups .groups-container .box .list-activity .activity-item + .activity-item {
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box .list-activity .activity-item:nth-child(2n+2) {
  background: #fbfbfb;
}
.body-groups .groups-container .box .event-details + .block-description {
  border-top: 1px solid #eee;
  padding-top: 16px;
}
.body-groups .groups-container .box .block-description {
  max-width: 100%;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .box .block-description:empty {
  display: none;
}
.body-groups .groups-container .box .block-description img {
  max-width: 100%;
  height: auto;
  max-height: 1200px;
}
.body-groups .groups-container .box .block-description i, .body-groups .groups-container .box .block-description em {
  font-style: italic;
}
.body-groups .groups-container .box .block-description b, .body-groups .groups-container .box .block-description strong {
  font-weight: 700;
}
.body-groups .groups-container .box .block-description p, .body-groups .groups-container .box .block-description ul, .body-groups .groups-container .box .block-description ol {
  margin-bottom: 20px;
}
.body-groups .groups-container .box .block-description ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.body-groups .groups-container .box .block-description ul ul {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.body-groups .groups-container .box .block-description ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.body-groups .groups-container .box .event-details-map {
  box-sizing: content-box;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -25px;
}
.body-groups .groups-container .box .event-details-map .google-map {
  background: #f5f5f5;
  height: 240px;
}
.body-groups .groups-container .box .event-details-map .google-map:before {
  content: "No results found";
  text-align: center;
  line-height: 240px;
  text-align: center;
  display: block;
  width: 100%;
  color: #888;
}
.body-groups .groups-container .box ngui-map {
  height: 240px;
}
.body-groups .groups-container .box .event-details {
  padding-bottom: 16px;
}
.body-groups .groups-container .box .event-details .details-map {
  float: right;
  width: 48%;
}
.body-groups .groups-container .box .event-details .details-map + .details-text {
  float: left;
  width: 48%;
}
.body-groups .groups-container .box .event-details:before, .body-groups .groups-container .box .event-details:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .event-details:after {
  clear: both;
}
.body-groups .groups-container .box .event-details .detail {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 600;
  display: block;
}
.body-groups .groups-container .box .event-details .detail .detail-additional {
  display: block;
  font-weight: 400;
}
.body-groups .groups-container .box .event-details .detail .detail-additional.additional-instructions {
  font-style: italic;
  display: block;
  padding-top: 12px;
}
.body-groups .groups-container .box .event-details .detail.location, .body-groups .groups-container .box .event-details .detail.time, .body-groups .groups-container .box .event-details .detail.date {
  padding-left: 36px;
  display: block;
  position: relative;
}
.body-groups .groups-container .box .event-details .detail.location:before, .body-groups .groups-container .box .event-details .detail.time:before, .body-groups .groups-container .box .event-details .detail.date:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 26px;
  background: url("https://cdn-static.downtomeet.com/img/ico-groups-data.png") no-repeat -4515px -4515px;
  content: " ";
}
.body-groups .groups-container .box .event-details .detail.date .detail-bold + .detail-additional {
  display: inline-block;
  font-weight: 600;
}
.body-groups .groups-container .box .event-details .detail.date sp-event-calendar-button {
  display: block;
}
.body-groups .groups-container .box .event-details .detail.date sp-event-calendar-button .far {
  display: none;
}
.body-groups .groups-container .box .event-details .detail.date sp-event-calendar-button .button-select {
  display: inline-block;
}
.body-groups .groups-container .box .event-details .detail.date sp-event-calendar-button .button-action.button-white {
  display: inline-block;
  padding-left: 0;
  font-weight: normal;
  font-size: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.body-groups .groups-container .box .event-details .detail.date .dates-end-tbd ~ sp-event-calendar-button {
  display: none !important;
}
.body-groups .groups-container .box .event-details .detail.date:before, .body-groups .groups-container .box .event-details .detail.time:before {
  background-position: 0 0;
}
.body-groups .groups-container .box .event-details .detail.location:before {
  background-position: 0 -71px;
}
.body-groups .groups-container .box.box-goto hr {
  background: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  padding: 0;
  border: 0;
}
.body-groups .groups-container .box.box-goto .info-action div[class^=rsvp-status-] {
  text-align: center;
  line-height: 1.5;
}
.body-groups .groups-container .box.box-goto .organizer-tools > a + div,
.body-groups .groups-container .box.box-goto .organizer-tools > a + a {
  margin-top: 10px;
  margin-left: 0;
}
.body-groups .groups-container .box.box-goto .box-body > * {
  display: block;
}
.body-groups .groups-container .box.box-goto .box-body > * + *:not(sp-group-event-announce-button) {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #eee;
  clear: both;
}
.body-groups .groups-container .box.box-goto .box-body sp-group-event-announce-button {
  display: block;
  margin-top: 16px;
}
.body-groups .groups-container .box.box-goto .info-action + .event-past {
  margin-top: 12px !important;
}
.body-groups .groups-container .box.box-goto .rsvp-status-expired,
.body-groups .groups-container .box.box-goto .event-past {
  border: 2px solid #e32232 !important;
  color: #e32232;
  display: block;
  padding: 5px 10px !important;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.5;
}
.body-groups .groups-container .box.box-goto .rsvp-status-expired.past-Yes, .body-groups .groups-container .box.box-goto .rsvp-status-expired.past-yes,
.body-groups .groups-container .box.box-goto .event-past.past-Yes,
.body-groups .groups-container .box.box-goto .event-past.past-yes {
  border-color: #5cb85c;
  color: #5cb85c;
}
.body-groups .groups-container .box.box-goto .rsvp-status-expired.event-cancelled,
.body-groups .groups-container .box.box-goto .event-past.event-cancelled {
  border-color: #f0ad4e !important;
  color: #d08b29;
}
.body-groups .groups-container .box.box-goto .info-stats {
  display: block;
  list-style: none;
}
.body-groups .groups-container .box.box-goto .info-stats:empty {
  display: none;
}
.body-groups .groups-container .box.box-goto .info-stats li {
  list-style: none;
  display: block;
  line-height: 1.5;
  padding: 5px 0;
}
.body-groups .groups-container .box.box-goto .info-stats li + li a {
  color: #222;
}
.body-groups .groups-container .box.box-goto .info-stats li:before, .body-groups .groups-container .box.box-goto .info-stats li:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box.box-goto .info-stats li:after {
  clear: both;
}
.body-groups .groups-container .box.box-goto .info-stats li b {
  float: right;
  max-width: 20%;
}
.body-groups .groups-container .box.box-goto .info-stats li span {
  float: left;
  max-width: 80%;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .box .sharing-icons {
  display: block;
  width: 100%;
  list-style: none;
  font-size: 0;
  padding-top: 12px;
  padding-bottom: 14px;
}
.body-groups .groups-container .box .sharing-icons li {
  list-style: none;
  width: 20%;
  display: inline-block;
  padding-top: 20%;
  position: relative;
  margin-right: 5%;
}
.body-groups .groups-container .box .sharing-icons li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  background: white;
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.body-groups .groups-container .box .sharing-icons li a.facebook {
  background: #3d5a96;
}
.body-groups .groups-container .box .sharing-icons li a.twitter {
  background: #59adec;
}
.body-groups .groups-container .box .sharing-icons li a.sms {
  background: #56de6e;
}
.body-groups .groups-container .box .sharing-icons li a.viber {
  background: #7d60ea;
}
.body-groups .groups-container .box .sharing-icons li a.whatsapp {
  background: #32b01e;
}
.body-groups .groups-container .box .sharing-icons li a.telegram {
  background: #3ba9e1;
}
.body-groups .groups-container .box .sharing-icons li a.linkedin {
  background: #1178b3;
}
.body-groups .groups-container .box .sharing-icons li a.email {
  background: #e32232;
}
.body-groups .groups-container .box .sharing-icons li a > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}
.body-groups .groups-container .box .sharing-qr {
  display: table;
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.body-groups .groups-container .box .sharing-qr:before, .body-groups .groups-container .box .sharing-qr:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .sharing-qr:after {
  clear: both;
}
.body-groups .groups-container .box .sharing-qr .qr-code {
  position: relative;
  min-height: 80px;
  padding-left: 76px;
}
.body-groups .groups-container .box .sharing-qr .qr-code .qr-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .box .sharing-qr .qr-code .qr-image:hover {
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform: scale(3);
  box-shadow: 0 0 0 3px white, 0 0 9px 9px rgba(0, 0, 0, 0.11);
  z-index: 4515;
  border-radius: 1px;
}
.body-groups .groups-container .box .sharing-qr .qr-code .side-url {
  display: block;
}
.body-groups .groups-container .box .sharing-qr .qr-code .side-url input[type=text] {
  padding-top: 0;
}
.body-groups .groups-container .box .sharing-qr .qr-code .side-button {
  text-align: left;
  width: 100%;
  display: block;
}
.body-groups .groups-container .box .sharing-qr .qr-code .side-button > button {
  width: 100%;
}
.body-groups .groups-container .box .sharing-qr .side-url {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* float: left; */
  display: table-cell;
  padding-right: 5px;
}
.body-groups .groups-container .box .sharing-qr .side-url input[type=text] {
  width: 100%;
  border: 0;
  height: 30px;
  font-size: 80%;
  padding: 4px 0;
  background: white;
}
.body-groups .groups-container .box .sharing-qr .side-button {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  display: table-cell;
}
.body-groups .groups-container .box .sharing-url {
  display: table;
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box .sharing-url .qr-image-mobile {
  width: 64px;
  margin-right: 8px;
}
.body-groups .groups-container .box .sharing-url .qr-image-mobile ~ .side-url,
.body-groups .groups-container .box .sharing-url .qr-image-mobile ~ .side-button {
  padding-top: 0;
  vertical-align: middle;
}
.body-groups .groups-container .box .sharing-url:before, .body-groups .groups-container .box .sharing-url:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .sharing-url:after {
  clear: both;
}
.body-groups .groups-container .box .sharing-url .side-url {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* float: left; */
  display: table-cell;
  padding-right: 5px;
}
.body-groups .groups-container .box .sharing-url .side-url input[type=text] {
  width: 100%;
  border: 0;
  height: 30px;
  font-size: 80%;
  padding: 4px 0;
  background: white;
}
.body-groups .groups-container .box .sharing-url .side-button {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  display: table-cell;
}
.body-groups .groups-container .box .responduntil {
  background: #fffae1;
  border: 1px solid #f2e5a6;
  font-size: 90%;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
}
.body-groups .groups-container .box .responduntil .timezone-abbr {
  width: 1px;
  height: 1px;
  padding: 0;
  text-indent: -4515px;
  color: transparent;
  font-size: 0;
  overflow: hidden;
}
.body-groups .groups-container .box .responduntil + .responduntil {
  margin-top: -11px;
}
.body-groups .groups-container .box .responduntil .info-action.prospect ~ .event-past {
  display: none;
}
.body-groups .groups-container .box ul ~ .box-more,
.body-groups .groups-container .box div ~ .box-more {
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box .placeholder-empty ~ .box-more {
  opacity: 0;
}
.body-groups .groups-container .box .box-more {
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  font-size: 80%;
}
.body-groups .groups-container .box .box-more > a {
  color: #888;
  display: block;
  min-height: 20px;
  line-height: 20px;
  width: auto;
  padding: 15px;
  width: 100%;
  text-align: center;
  position: relative;
}
.body-groups .groups-container .box .box-more > a:hover {
  color: #e32232;
}
.body-groups .groups-container .box .box-more.loading {
  background: #fbfbfb;
}
.body-groups .groups-container .box .box-more.loading a {
  color: rgba(0, 0, 0, 0.01);
  text-indent: -4515px;
}
.body-groups .groups-container .box .box-more.loading a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: url(https://cdn-static.downtomeet.com/img/loader-dots-red.svg) no-repeat center center;
  background-size: 128px;
  background-color: transparent;
  border-radius: 10px;
  z-index: 1;
}
.body-groups .groups-container .box.box-users:before, .body-groups .groups-container .box.box-users:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box.box-users:after {
  clear: both;
}
.body-groups .groups-container .box.box-users .list-explanation {
  font-size: 90%;
  color: #555;
  padding: 10px 20px;
  background: #fbfbfb;
  border-bottom: 1px solid #e3e3e3;
  display: table;
  width: 100%;
}
.body-groups .groups-container .box.box-users .list-explanation:before, .body-groups .groups-container .box.box-users .list-explanation:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box.box-users .list-explanation:after {
  clear: both;
}
.body-groups .groups-container .box.box-users .list-explanation .explanation-left {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
.body-groups .groups-container .box.box-users .list-explanation .explanation-left .explanation-title {
  font-size: 115%;
  font-weight: 600;
  color: #222;
}
.body-groups .groups-container .box.box-users .list-explanation .explanation-right {
  display: table-cell;
  width: 30%;
  text-align: right;
  vertical-align: middle;
}
.body-groups .groups-container .box.box-users .users-list {
  position: relative;
}
.body-groups .groups-container .box.box-users .users-list:before, .body-groups .groups-container .box.box-users .users-list:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box.box-users .users-list:after {
  clear: both;
}
.body-groups .groups-container .box.box-users .users-list li {
  position: relative;
  width: 100%;
  padding-right: 20px;
  display: block;
  list-style: none;
  display: table;
  border-collapse: collapse;
  min-height: 92px;
}
.body-groups .groups-container .box.box-users .users-list li + li {
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box.box-users .users-list li img {
  position: relative;
  top: 0;
  margin-top: 4px;
  left: 0;
  float: left;
  width: 64px;
  height: 64px;
  border: 1px solid #ddd;
  border-radius: 100%;
  margin-bottom: 6px;
}
.body-groups .groups-container .box.box-users .users-list li .user-answers {
  display: block;
  margin-left: 18px;
  background: #fbfbfb;
  padding: 5px 15px;
  border: 1px solid #f2f2f2;
  font-size: 90%;
  margin-top: 6px;
  display: inline-block;
  max-width: 100%;
  min-width: 140px;
  counter-reset: questionslist;
}
.body-groups .groups-container .box.box-users .users-list li .user-answers:empty {
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 0;
}
.body-groups .groups-container .box.box-users .users-list li .user-answers .answers-item .item-question {
  cursor: help;
  display: inline;
}
.body-groups .groups-container .box.box-users .users-list li .user-answers .answers-item .item-question:before {
  counter-increment: questionslist;
  content: "Q" counter(questionslist) ":";
}
.body-groups .groups-container .box.box-users .users-list li .user-answers .answers-item .item-answer {
  font-weight: 600;
  display: inline;
}
.body-groups .groups-container .box.box-users .users-list li .user .user-answers {
  margin-left: 0;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock,
.body-groups .groups-container .box.box-users .users-list li > a {
  display: table-cell;
  position: relative;
  float: none;
  width: 70%;
  vertical-align: middle;
  padding: 20px 0px;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock.fullwidth,
.body-groups .groups-container .box.box-users .users-list li > a.fullwidth {
  width: 100%;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  white-space: nowrap;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label {
  display: inline-block !important;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label + label,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label + label {
  margin-left: 8px;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label[hidden] + label,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label[hidden] + label {
  margin-left: 0;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label input[type=radio] + span {
  padding-left: 0;
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-width: 80px;
  font-size: 87%;
  text-align: center;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label input[type=radio] + span u:only-child,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label input[type=radio] + span u:only-child {
  text-decoration: underline !important;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label input[type=radio] + span u:first-child,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label input[type=radio] + span u:first-child {
  text-decoration: none;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label input[type=radio] + span u + u,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label input[type=radio] + span u + u {
  text-decoration: underline;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label input[type=radio] + span:before,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label input[type=radio] + span:before {
  display: none;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-yes input[type=radio] + span, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-present input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-yes input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-present input[type=radio] + span {
  border-color: #5cb85c;
  color: #5cb85c;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-yes input[type=radio]:checked + span, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-present input[type=radio]:checked + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-yes input[type=radio]:checked + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-present input[type=radio]:checked + span {
  background: #5cb85c;
  color: white;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-Late input[type=radio] + span, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-cancel input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-Late input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-cancel input[type=radio] + span {
  border-color: #c68f30;
  color: #c68f30;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-Late input[type=radio]:checked + span, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-cancel input[type=radio]:checked + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-Late input[type=radio]:checked + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-cancel input[type=radio]:checked + span {
  background: #c68f30;
  color: white;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-cancel_late input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-cancel_late input[type=radio] + span {
  border-color: #7b1fa2;
  color: #7b1fa2;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-cancel_late input[type=radio]:checked + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-cancel_late input[type=radio]:checked + span {
  background: #7b1fa2;
  color: white;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-No input[type=radio] + span, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-noshow input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-No input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-noshow input[type=radio] + span {
  border-color: #e12638;
  color: #e12638;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-No input[type=radio]:checked + span, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-noshow input[type=radio]:checked + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-No input[type=radio]:checked + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-noshow input[type=radio]:checked + span {
  background: #e12638;
  color: white;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .user,
.body-groups .groups-container .box.box-users .users-list li > a .user {
  display: block;
  margin-left: 80px;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .user b, .body-groups .groups-container .box.box-users .users-list li > .userblock .user .userlink,
.body-groups .groups-container .box.box-users .users-list li > a .user b,
.body-groups .groups-container .box.box-users .users-list li > a .user .userlink {
  max-width: 60%;
  display: block;
  color: #e32232;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 700;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .user b:hover, .body-groups .groups-container .box.box-users .users-list li > .userblock .user .userlink:hover,
.body-groups .groups-container .box.box-users .users-list li > a .user b:hover,
.body-groups .groups-container .box.box-users .users-list li > a .user .userlink:hover {
  text-decoration: underline;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .user span,
.body-groups .groups-container .box.box-users .users-list li > a .user span {
  color: #555;
  font-weight: 400;
  font-size: 90%;
  display: block;
  line-height: 22px;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .user .status-Going,
.body-groups .groups-container .box.box-users .users-list li > .userblock .user .status-going,
.body-groups .groups-container .box.box-users .users-list li > a .user .status-Going,
.body-groups .groups-container .box.box-users .users-list li > a .user .status-going {
  color: #3a7524;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .user .status-notgoing,
.body-groups .groups-container .box.box-users .users-list li > .userblock .user .status-Not,
.body-groups .groups-container .box.box-users .users-list li > .userblock .user .status-not,
.body-groups .groups-container .box.box-users .users-list li > a .user .status-notgoing,
.body-groups .groups-container .box.box-users .users-list li > a .user .status-Not,
.body-groups .groups-container .box.box-users .users-list li > a .user .status-not {
  color: #555;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .user .status-Maybe,
.body-groups .groups-container .box.box-users .users-list li > .userblock .user .status-maybe,
.body-groups .groups-container .box.box-users .users-list li > a .user .status-Maybe,
.body-groups .groups-container .box.box-users .users-list li > a .user .status-maybe {
  color: #7A3893;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock .user .badge-downtomeet,
.body-groups .groups-container .box.box-users .users-list li > a .user .badge-downtomeet {
  display: inline-block;
  color: white;
  line-height: 16px;
  font-size: 90%;
  vertical-align: top;
  margin-top: 0px;
}
.body-groups .groups-container .box.box-users .users-list li > .userblock:hover b,
.body-groups .groups-container .box.box-users .users-list li > a:hover b {
  text-decoration: underline;
}
.body-groups .groups-container .box.box-users .users-list li .info-action {
  display: table-cell;
  border-collapse: collapse;
  text-align: right;
  vertical-align: middle;
}
.body-groups .groups-container .box.box-users .users-list li .info-action > * + * {
  margin-left: 6px;
}
.body-groups .groups-container .box.box-users .users-list li .info-action:hover, .body-groups .groups-container .box.box-users .users-list li .info-action:active {
  z-index: 10;
}
.body-groups .groups-container .box.box-users .users-list li .info-action .button-select .select-list {
  min-width: 220px;
}
.body-groups .groups-container .box.box-gallery-short ul {
  list-style: none;
}
.body-groups .groups-container .box.box-gallery-short ul li {
  list-style: none;
  display: inline-block;
  margin-top: 10px;
}
.body-groups .groups-container .box.box-gallery-short ul li.imageless_li {
  vertical-align: top;
}
.body-groups .groups-container .box.box-gallery-short ul li + li {
  padding-left: 2px;
}
.body-groups .groups-container .box.box-gallery-short ul li a {
  text-decoration: none;
  display: inline-block;
}
.body-groups .groups-container .box.box-gallery-short ul li a img {
  width: 60px;
  height: 60px;
  border-radius: 10%;
  overflow: hidden;
  not-font-size: 0;
}
.body-groups .groups-container .box.box-gallery-short ul li .photos-more {
  width: 55px;
  height: 60px;
  border-radius: 10%;
  color: #222;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 105%;
  border: 1px solid #eee;
  background: #fbfbfb;
}
.body-groups .groups-container .box.box-attendees .users-list li {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  min-height: 40px;
}
.body-groups .groups-container .box.box-attendees .users-list li + li {
  margin-top: 20px;
}
.body-groups .groups-container .box.box-attendees .users-list li img {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.body-groups .groups-container .box.box-attendees .users-list li > a {
  display: block;
  position: relative;
}
.body-groups .groups-container .box.box-attendees .users-list li > a .user {
  display: table-cell;
  padding-left: 40px;
  font-size: 90%;
  word-break: break-word;
  white-space: normal;
  word-wrap: break-word;
  vertical-align: middle;
  height: 40px;
}
.body-groups .groups-container .box.box-attendees .users-list li > a .user b {
  display: block;
  color: #e32232;
}
.body-groups .groups-container .box.box-attendees .users-list li > a .user span {
  color: #222;
  font-weight: 400;
}
.body-groups .groups-container .box.box-attendees .users-list li > a .user .badge-downtomeet {
  color: white;
  font-weight: 700;
}
.body-groups .groups-container .box.box-attendees .users-list li > a:hover b {
  text-decoration: underline;
}
.body-groups .groups-container .box.placeholder-empty,
.body-groups .groups-container .box .placeholder-empty {
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
  padding: 32px 32px;
  font-weight: 400;
  color: #888;
}
.body-groups .groups-container .box.placeholder-empty.small,
.body-groups .groups-container .box .placeholder-empty.small {
  padding: 22px 20px 10px;
  font-size: 120%;
}
.body-groups .groups-container .box.placeholder-empty.verysmall,
.body-groups .groups-container .box .placeholder-empty.verysmall {
  padding: 14px 20px 6px;
  font-size: 120%;
}
.body-groups .groups-container .box.placeholder-empty.verysmall.bottompadding,
.body-groups .groups-container .box .placeholder-empty.verysmall.bottompadding {
  padding-bottom: 12px;
}
.body-groups .groups-container .box.placeholder-empty.extrasmall,
.body-groups .groups-container .box .placeholder-empty.extrasmall {
  padding: 14px 20px 6px;
  font-size: 90%;
  font-weight: 600;
}
.body-groups .groups-container .box.placeholder-empty.extrasmall.bottompadding,
.body-groups .groups-container .box .placeholder-empty.extrasmall.bottompadding {
  padding-bottom: 12px;
}
.body-groups .groups-container .box.placeholder-empty.small-fixed,
.body-groups .groups-container .box .placeholder-empty.small-fixed {
  padding: 22px 20px;
  font-size: 120%;
}
.body-groups .groups-container .box.placeholder-empty.medium,
.body-groups .groups-container .box .placeholder-empty.medium {
  font-size: 110%;
  padding-top: 24px;
  padding-bottom: 24px;
}
.body-groups .groups-container .box.placeholder-empty.verysmall-fixed,
.body-groups .groups-container .box .placeholder-empty.verysmall-fixed {
  padding: 22px 20px;
  font-size: 90%;
}
.body-groups .groups-container .box.placeholder-empty.nobox,
.body-groups .groups-container .box .placeholder-empty.nobox {
  border: 0;
  box-shadow: 0;
  box-shadow: none;
}
.body-groups .groups-container .box.placeholder-empty.titled,
.body-groups .groups-container .box .placeholder-empty.titled {
  color: #333;
}
.body-groups .groups-container .box.placeholder-empty .button-action,
.body-groups .groups-container .box.placeholder-empty .button-subaction,
.body-groups .groups-container .box .placeholder-empty .button-action,
.body-groups .groups-container .box .placeholder-empty .button-subaction {
  font-size: 14px;
  font-size: 14.4px;
}
.body-groups .groups-container .box.placeholder-empty h2,
.body-groups .groups-container .box .placeholder-empty h2 {
  color: #222;
}
.body-groups .groups-container .box.placeholder-empty p,
.body-groups .groups-container .box .placeholder-empty p {
  color: #888;
  font-size: 75%;
}
.body-groups .groups-container .box.placeholder-empty img,
.body-groups .groups-container .box .placeholder-empty img {
  max-width: 128px;
}
.body-groups .groups-container .box.placeholder-empty .events-empty,
.body-groups .groups-container .box .placeholder-empty .events-empty {
  max-width: 128px;
}
.body-groups .groups-container .box.placeholder-empty .placeholder-description,
.body-groups .groups-container .box .placeholder-empty .placeholder-description {
  font-size: 75%;
  line-height: 1.5;
  display: block;
}
.body-groups .groups-container .box.placeholder-empty.ico-photos span,
.body-groups .groups-container .box .placeholder-empty.ico-photos span {
  padding-left: 47px;
  background: url(https://cdn-static.downtomeet.com/img/ico-photos-bw.png) no-repeat center left;
  display: inline-block;
  font-size: 75%;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  white-space: nowrap;
}
.body-groups .groups-container .box .albums-list {
  width: 100%;
  height: auto;
  min-height: 300px;
  position: relative;
  not-font-size: 0;
  text-align: left;
}
.body-groups .groups-container .box .albums-list .album {
  display: inline-block;
  width: 33%;
  width: 33.333%;
  font-size: 100%;
  text-align: center;
  padding: 10px 10px 0;
  vertical-align: top;
}
.body-groups .groups-container .box .albums-list .album:before, .body-groups .groups-container .box .albums-list .album:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .albums-list .album:after {
  clear: both;
}
.body-groups .groups-container .box .albums-list .album > a {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
  float: left;
  border-radius: 20px;
  overflow: hidden;
  background: #eee;
}
.body-groups .groups-container .box .albums-list .album img {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  border-radius: 20px;
}
.body-groups .groups-container .box .albums-list .album .album-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.69);
  background: url(https://cdn-static.downtomeet.com/img/sp/shadow-black-bottom-left.png), url(https://cdn-static.downtomeet.com/img/sp/shadow-black-bottom-right.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top left, top right;
  background-size: cover;
  padding-left: 5px;
  padding-right: 5px;
}
.body-groups .groups-container .box .albums-list .album .album-info > b {
  display: block;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 600;
  color: white;
}
.body-groups .groups-container .box .albums-list .album .album-info > span {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  font-weight: 600;
  color: white;
}
.body-groups .groups-container .box .albums-list .album.album-event .album-info:before {
  content: "event";
  display: block;
  color: black;
  font-size: 75%;
  padding: 2px 4px;
  background: transparent;
  display: inline-block;
  line-height: 16px;
  border-radius: 100px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}
.body-groups .groups-container .box .placeholder-empty + .box-body .line-actions {
  margin-top: -20px;
}
.body-groups .groups-container .box .line-actions {
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 14px;
  margin-top: 10px;
}
.body-groups .groups-container .box .line-actions.empty {
  padding-top: 0;
  border: 0;
  margin-top: 0;
}
.body-groups .groups-container .box .line-actions:empty {
  display: none;
}
.body-groups .groups-container .box .files-list {
  display: table;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  padding: 15px;
  vertical-align: middle;
}
.body-groups .groups-container .box .files-list td {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.body-groups .groups-container .box .files-list tr + tr td {
  border-top: 1px solid #ddd;
}
.body-groups .groups-container .box .files-list tr:first-child td {
  padding-top: 0;
}
.body-groups .groups-container .box .files-list tr:last-child td {
  padding-bottom: 4px;
}
.body-groups .groups-container .box .files-list tr.line-file-bat, .body-groups .groups-container .box .files-list tr.line-file-com, .body-groups .groups-container .box .files-list tr.line-file-iso, .body-groups .groups-container .box .files-list tr.line-file-sfx, .body-groups .groups-container .box .files-list tr.line-file-exe, .body-groups .groups-container .box .files-list tr.line-file-msi {
  display: none !important;
}
.body-groups .groups-container .box .files-list .file-icon {
  width: 48px;
  padding-right: 20px;
  font-size: 150%;
  color: #888;
  text-align: center;
}
.body-groups .groups-container .box .files-list .file-icon i {
  color: #9f9f9f;
}
.body-groups .groups-container .box .files-list .file-icon i.grm:before, .body-groups .groups-container .box .files-list .file-icon i.gpx:before, .body-groups .groups-container .box .files-list .file-icon i.gdb:before, .body-groups .groups-container .box .files-list .file-icon i.tcx:before, .body-groups .groups-container .box .files-list .file-icon i.kmz:before, .body-groups .groups-container .box .files-list .file-icon i.kml:before {
  content: "";
  font-weight: 400;
}
.body-groups .groups-container .box .files-list .file-icon i.loc:before {
  content: "";
  font-weight: 900;
}
.body-groups .groups-container .box .files-list .file-icon i.pdf:before {
  content: "";
  font-weight: 900;
}
.body-groups .groups-container .box .files-list .file-icon i.test:before, .body-groups .groups-container .box .files-list .file-icon i.file:before, .body-groups .groups-container .box .files-list .file-icon i.inf:before, .body-groups .groups-container .box .files-list .file-icon i.txt:before {
  content: "";
  font-weight: 400;
}
.body-groups .groups-container .box .files-list .file-icon i.wav:before, .body-groups .groups-container .box .files-list .file-icon i.wma:before, .body-groups .groups-container .box .files-list .file-icon i.mp3:before {
  content: "";
  font-weight: 900;
}
.body-groups .groups-container .box .files-list .file-icon i.gzip:before, .body-groups .groups-container .box .files-list .file-icon i.rar:before, .body-groups .groups-container .box .files-list .file-icon i.zip:before {
  content: "";
  font-weight: 400;
}
.body-groups .groups-container .box .files-list .file-icon i.doc:before, .body-groups .groups-container .box .files-list .file-icon i.docx:before {
  content: "";
  font-weight: 400;
}
.body-groups .groups-container .box .files-list .file-icon i.xls:before, .body-groups .groups-container .box .files-list .file-icon i.xlsx:before {
  content: "";
  font-weight: 400;
}
.body-groups .groups-container .box .files-list .file-icon i.ppt:before, .body-groups .groups-container .box .files-list .file-icon i.pptx:before {
  content: "";
  font-weight: 400;
}
.body-groups .groups-container .box .files-list .file-icon i.png:before, .body-groups .groups-container .box .files-list .file-icon i.jpeg:before, .body-groups .groups-container .box .files-list .file-icon i.JPG:before, .body-groups .groups-container .box .files-list .file-icon i.JPEG:before, .body-groups .groups-container .box .files-list .file-icon i.PNG:before, .body-groups .groups-container .box .files-list .file-icon i.png:before, .body-groups .groups-container .box .files-list .file-icon i.bmp:before, .body-groups .groups-container .box .files-list .file-icon i.tiff:before, .body-groups .groups-container .box .files-list .file-icon i.psd:before, .body-groups .groups-container .box .files-list .file-icon i.gif:before, .body-groups .groups-container .box .files-list .file-icon i.jpg:before {
  content: "";
  font-weight: 400;
}
.body-groups .groups-container .box .files-list .editing .file-info .title {
  color: #222;
  pointer-events: none;
}
.body-groups .groups-container .box .files-list .editing .file-actions {
  display: none;
}
.body-groups .groups-container .box .files-list .editing .action-download,
.body-groups .groups-container .box .files-list .editing .action-edit {
  visibility: hidden;
}
.body-groups .groups-container .box .files-list .meter {
  height: 20px;
  position: relative;
  margin: 10px 0 10px 0;
  background: #eee;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.body-groups .groups-container .box .files-list .meter span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  position: relative;
  overflow: hidden;
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.body-groups .groups-container .box .files-list .meter span:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  border-radius: 30px;
}
.body-groups .groups-container .box .files-list .file-info {
  width: 100%;
}
.body-groups .groups-container .box .files-list .file-info .title {
  display: block;
  font-weight: 600;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.body-groups .groups-container .box .files-list .file-info .description {
  font-weight: 400;
  font-size: 90%;
}
.body-groups .groups-container .box .files-list .file-info .description > .block-line {
  padding-left: 0;
  padding-right: 0;
  border-top: 0 !important;
  padding-top: 5px;
}
.body-groups .groups-container .box .files-list .file-info .description > .block-line + .block-line {
  padding-top: 0;
}
.body-groups .groups-container .box .files-list .file-info .additional {
  font-size: 90%;
}
.body-groups .groups-container .box .files-list .file-info .additional span {
  color: #888;
  padding-right: 1px;
  font-size: 90%;
}
.body-groups .groups-container .box .files-list .file-info .additional span.addedby:after {
  content: none;
  padding-left: 0;
}
.body-groups .groups-container .box .files-list .file-info .additional span:after {
  content: "·";
  padding-left: 4px;
}
.body-groups .groups-container .box .files-list .file-info .additional span:last-child:after {
  content: none;
}
.body-groups .groups-container .box .files-list .file-actions {
  width: auto;
  whitespace: nowrap;
  padding-left: 12px;
}
.body-groups .groups-container .box .files-list .file-actions .actions-items {
  white-space: nowrap;
  font-size: 90%;
}
.body-groups .groups-container .box .files-list .file-actions .actions-items > a {
  padding: 6px;
  color: #888;
}
.body-groups .groups-container .box .files-list .file-actions .actions-items > a:hover {
  color: #e32232;
}
.body-groups .groups-container .box .thread-conversation {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}
.body-groups .groups-container .box .thread-conversation .conversation-header {
  display: table-cell;
  width: 20%;
  min-width: 180px;
  background: #fbfbfb;
  border-right: 1px solid #e3e3e3;
  padding: 20px;
  text-align: center;
  vertical-align: top;
}
.body-groups .groups-container .box .thread-conversation .conversation-header .user img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 10px;
}
.body-groups .groups-container .box .thread-conversation .conversation-header .user b {
  color: #e32232;
}
.body-groups .groups-container .box .thread-conversation .conversation-header .date {
  display: block;
  font-size: 80%;
  color: #8f8f8f;
  text-align: center;
}
.body-groups .groups-container .box .thread-conversation .conversation-header .cat {
  font-size: 80%;
  display: block;
  text-align: center;
}
.body-groups .groups-container .box .thread-conversation .conversation-header .delete {
  font-size: 75%;
  display: block;
  text-align: center;
  color: #888;
  display: inline-block;
  background: #aaa;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 3px;
  text-shadow: none;
}
.body-groups .groups-container .box .thread-conversation .conversation-header .delete:hover {
  background-color: #e32232;
}
.body-groups .groups-container .box .thread-conversation .conversation-body {
  display: table-cell;
  width: 80%;
  padding: 20px;
  vertical-align: top;
  padding-bottom: 30px;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .subject {
  font-size: 150%;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  padding-bottom: 12px;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .body {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .body ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .body ul ul {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .body ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .body em, .body-groups .groups-container .box .thread-conversation .conversation-body .body em * {
  font-style: italic;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .body img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 1000px;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .body p + p {
  margin-top: 16px;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions:before, .body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions:after {
  clear: both;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions .like-count {
  color: #e32232;
  display: inline-block;
  margin-left: 4px;
  font-size: 80%;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions .actions-additional {
  padding-top: 12px;
  margin-top: 18px;
  background: #fffae1;
  border: 1px solid #f2e5a6;
  padding: 10px 15px;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions .actions-side {
  float: right;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions .actions-side.left {
  float: left;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions .actions-side.left .button-select {
  display: inline-block;
}
.body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions .actions-side .text-label {
  display: inline-block;
  font-size: 90%;
}
.body-groups .groups-container .box sp-event-comment {
  display: block;
}
.body-groups .groups-container .box .comment-item + sp-event-comment,
.body-groups .groups-container .box sp-event-comment-item + .placeholder-empty,
.body-groups .groups-container .box sp-event-comment + .placeholder-empty,
.body-groups .groups-container .box sp-event-comment + .comment-item,
.body-groups .groups-container .box sp-event-comment + sp-event-comment-item,
.body-groups .groups-container .box .body + sp-event-comment,
.body-groups .groups-container .box #comments-scroll-point-editor + sp-event-comment,
.body-groups .groups-container .box sp-event-comment-item + sp-event-comment,
.body-groups .groups-container .box sp-event-comment-item + sp-event-comment-item {
  display: block;
  border-top: 1px solid #e3e3e3;
}
.body-groups .groups-container .box .comment-detail {
  font-size: 90%;
  color: #888;
  margin: 8px 0 0px;
}
.body-groups .groups-container .box .comment-item:before, .body-groups .groups-container .box .comment-item:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .comment-item:after {
  clear: both;
}
.body-groups .groups-container .box .comment-item + .comment-item {
  border-top: 1px solid #e3e3e3;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show {
  display: inline-block;
  background: transparent;
  border-radius: 100px;
  padding: 4px 0;
  color: #e32232;
  height: 21px;
  margin-bottom: 4px;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show .stars {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 92px;
  height: 16px;
  background: url("https://cdn-static.downtomeet.com/img/ico-rating-star-grey-5.png") no-repeat top left;
  background-size: auto 16px;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show .stars:before {
  width: 100%;
  height: 16px;
  background: url("https://cdn-static.downtomeet.com/img/ico-rating-star-red-5.png") no-repeat top left;
  background-size: auto 16px;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show .stars.stars-0:before {
  width: 0px;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show .stars.stars-1:before {
  width: 18px;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show .stars.stars-2:before {
  width: 36px;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show .stars.stars-3:before {
  width: 54px;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show .stars.stars-4:before {
  width: 72px;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show .stars.stars-5:before {
  width: 92px;
}
.body-groups .groups-container .box .comment-item .rating-block .rating-show span {
  height: 16px;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
  display: none;
}
.body-groups .groups-container .box .comment-item .comment-item {
  margin-left: 100px;
  border-top: 1px solid #e3e3e3;
  clear: both;
}
.body-groups .groups-container .box .comment-item .comment-item .avatar {
  padding-left: 0;
  width: 80px;
}
.body-groups .groups-container .box .comment-item .comment-item .body {
  margin-left: 80px;
}
.body-groups .groups-container .box .comment-item .comment-item.reply {
  margin-left: 0;
  padding-left: 100px;
}
.body-groups .groups-container .box .comment-item.reply {
  background: #fbfbfb;
  box-shadow: 0 1px 0 #e3e3e3;
}
.body-groups .groups-container .box .comment-item .actions {
  padding: 10px 0;
}
.body-groups .groups-container .box .comment-item .avatar {
  padding: 20px;
  width: 100px;
  float: left;
  max-height: 100px;
  vertical-align: top;
}
.body-groups .groups-container .box .comment-item .avatar img {
  vertical-align: top;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
  not-font-size: 0;
}
.body-groups .groups-container .box .comment-item .body {
  margin-left: 100px;
  display: block;
  padding: 20px 20px 20px 0;
}
.body-groups .groups-container .box .comment-item .body .name {
  display: block;
  padding-bottom: 0;
}
.body-groups .groups-container .box .comment-item .body .name > a, .body-groups .groups-container .box .comment-item .body .name > span {
  font-weight: 600;
}
.body-groups .groups-container .box .comment-item .body .like-button > a + .common-tooltip {
  background: #e32232;
  border-radius: 100px;
  color: white;
  display: inline-block;
  padding-right: 8px;
  text-align: center;
  padding-left: 8px;
  position: relative;
  margin-left: 10px;
}
.body-groups .groups-container .box .comment-item .body .like-button > a + .common-tooltip .fas {
  font-size: 10px;
  vertical-align: top;
  opacity: 1;
  line-height: 1.5;
}
.body-groups .groups-container .box .comment-item .body .like-button > a + .common-tooltip:before {
  position: absolute;
  top: 0;
  left: -9px;
  content: "·";
  color: #888;
  padding-right: 3px;
  padding-left: 1px;
}
.body-groups .groups-container .box .comment-item .body .content {
  line-height: 1.5;
  color: #222;
  padding-bottom: 2px;
  word-wrap: break-word;
  word-break: break-word;
  text-overflow: ellipsis;
}
.body-groups .groups-container .box .comment-item .body .additional {
  font-size: 80%;
  line-height: 1.5;
  margin-top: 6px;
}
.body-groups .groups-container .box .comment-item .body .additional > *:after {
  content: "·";
  color: #8f8f8f;
  padding-right: 3px;
  padding-left: 1px;
}
.body-groups .groups-container .box .comment-item .body .additional > *:last-child {
  outline: none;
}
.body-groups .groups-container .box .comment-item .body .additional > *:last-child:after {
  display: none;
}
.body-groups .groups-container .box .comment-item .body .additional .date {
  color: #8f8f8f;
  white-space: nowrap;
}
.body-groups .groups-container .box .comment-item .body .buttons-edit {
  margin-top: 6px;
}
.body-groups .groups-container .box .posts-preview .item-post + .item-post {
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box .posts-preview .item-post:nth-child(2n+2) {
  background: #fbfbfb;
}
.body-groups .groups-container .box .posts-preview .item-post .post-name {
  padding: 14px 14px 14px 20px;
  font-weight: 600;
  display: block;
  line-height: 18px;
  font-size: 14px;
}
.body-groups .groups-container .box .posts-preview .item-post .post-name:hover, .body-groups .groups-container .box .posts-preview .item-post .post-name:hover * {
  color: #e32232;
}
.body-groups .groups-container .box .posts-preview .item-post .post-date {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  line-height: 18px;
  margin-right: 10px;
  white-space: nowrap;
}
.body-groups .groups-container .box .posts-preview .item-post .post-comments {
  display: inline-block;
  line-height: 18px;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  margin-right: 6px;
  white-space: nowrap;
  position: relative;
}
.body-groups .groups-container .box .posts-preview .item-post .post-comments .fas {
  opacity: 0.75;
}
.body-groups .groups-container .box .discussions-list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.body-groups .groups-container .box .discussions-list table thead {
  font-size: 100%;
  font-weight: 600;
  color: #8f8f8f;
  text-transform: uppercase;
}
.body-groups .groups-container .box .discussions-list table thead th {
  padding: 10px 20px;
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  height: 50px;
  vertical-align: middle;
  font-size: 90%;
}
.body-groups .groups-container .box .discussions-list table tbody {
  font-size: 100%;
  color: #222;
}
.body-groups .groups-container .box .discussions-list table tbody td {
  border-top: 1px solid #eee;
  vertical-align: middle;
  padding: 20px 20px;
}
.body-groups .groups-container .box .discussions-list table tbody .cell-thread {
  width: 35%;
  font-weight: 600;
}
.body-groups .groups-container .box .discussions-list table tbody .cell-thread a:hover {
  text-decoration: underline;
}
.body-groups .groups-container .box .discussions-list table tbody tr.sticky .cell-thread a {
  padding-left: 24px;
  background: url(https://cdn-static.downtomeet.com/img/ico-pin-thread.png) no-repeat center left;
  display: inline-block;
  background-size: 16px 16px;
}
.body-groups .groups-container .box .discussions-list table tbody .cell-profile {
  width: 30%;
}
.body-groups .groups-container .box .discussions-list table tbody .cell-profile a {
  color: #000;
  display: block;
  vertical-align: middle;
  line-height: 32px;
  font-weight: 600;
}
.body-groups .groups-container .box .discussions-list table tbody .cell-profile a:hover span {
  color: #e32232;
  text-decoration: underline;
}
.body-groups .groups-container .box .discussions-list table tbody .cell-profile img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
}
.body-groups .groups-container .box .discussions-list table tbody .cell-replies {
  width: 10%;
  color: #222;
  font-weight: 400;
}
.body-groups .groups-container .box .discussions-list table tbody .cell-date {
  width: 20%;
  color: #8f8f8f;
}
.body-groups .groups-container .box.box-description {
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .box.box-description img {
  max-width: 100%;
  height: auto;
  max-height: 1200px;
}
.body-groups .groups-container .box.box-description i, .body-groups .groups-container .box.box-description em {
  font-style: italic;
}
.body-groups .groups-container .box.box-description b, .body-groups .groups-container .box.box-description strong {
  font-weight: 700;
}
.body-groups .groups-container .box.box-description p, .body-groups .groups-container .box.box-description ul, .body-groups .groups-container .box.box-description ul li {
  margin-bottom: 20px;
}
.body-groups .groups-container .box.box-menu.menu-expanded .menu li a {
  height: auto;
}
.body-groups .groups-container .box.box-menu .menu {
  list-style: none;
}
.body-groups .groups-container .box.box-menu .menu li {
  list-style: none;
  display: block;
}
.body-groups .groups-container .box.box-menu .menu li + li {
  border-top: 1px solid #eee;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .box.box-menu .menu li.active {
  box-shadow: 0 -1px 0 #e32232 inset, 0 1px 0 #e32232;
}
.body-groups .groups-container .box.box-menu .menu li.active a {
  color: #e32232;
}
.body-groups .groups-container .box.box-menu .menu li.active + li {
  border-top-color: transparent;
}
.body-groups .groups-container .box.box-menu .menu li a {
  display: block;
  height: 48px;
  line-height: 1.5;
  padding: 14px 14px 14px 20px;
  font-size: 100%;
  color: #222;
  font-weight: 400;
  cursor: pointer;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .box.box-menu .menu li a.mycogroup, .body-groups .groups-container .box.box-menu .menu li a.mygroup {
  font-weight: bold;
  color: #e32232;
}
.body-groups .groups-container .box.box-menu .menu li a.mycogroup:hover, .body-groups .groups-container .box.box-menu .menu li a.mygroup:hover {
  background: #e32232;
  color: white;
}
.body-groups .groups-container .box.box-menu .menu li a:hover {
  color: #e32232;
}
.body-groups .groups-container .box.box-menu-items .menu {
  list-style: none;
}
.body-groups .groups-container .box.box-menu-items .menu li {
  list-style: none;
  display: block;
}
.body-groups .groups-container .box.box-menu-items .menu li + li {
  border-top: 1px solid #eee;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .box.box-menu-items .menu li.active {
  box-shadow: 0 -1px 0 #e32232 inset, 0 1px 0 #e32232;
}
.body-groups .groups-container .box.box-menu-items .menu li.active a {
  color: #e32232;
}
.body-groups .groups-container .box.box-menu-items .menu li.active + li {
  border-top-color: transparent;
}
.body-groups .groups-container .box.box-menu-items .menu li a {
  display: block;
  height: auto;
  line-height: 1.5;
  padding: 8px 20px;
  font-size: 90%;
  color: #222;
  font-weight: 400;
  cursor: pointer;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .box.box-menu-items .menu li a.mygroup {
  font-weight: bold;
  color: #e32232;
}
.body-groups .groups-container .box.box-menu-items .menu li a.mygroup:hover {
  background: #e32232;
  color: white;
}
.body-groups .groups-container .box.box-menu-items .menu li a:hover {
  color: #e32232;
}
.body-groups .groups-container .box.box-user {
  position: relative;
}
.body-groups .groups-container .box.box-user .splash {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  max-height: 480px;
}
.body-groups .groups-container .box.box-user .splash .background-crop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.body-groups .groups-container .box.box-user .splash .profile-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  background-repeat: repeat;
  background-size: cover;
  -webkit-filter: blur(25px) sepia(15%);
  -moz-filter: blur(25px) sepia(15%);
  -moz-filter: url(#blur) sepia(15%);
  -o-filter: blur(25px) sepia(15%);
  -ms-filter: blur(25px) sepia(15%);
  filter: url(#blur) sepia(15%);
  filter: blur(25px) sepia(15%);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="5");
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  background-position: center center;
}
.body-groups .groups-container .box.box-user .splash .profile-background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: " ";
}
.body-groups .groups-container .box.box-user .splash .base {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 30px;
}
.body-groups .groups-container .box.box-user .splash .base .user-avatar {
  width: 100%;
  height: 128px;
}
.body-groups .groups-container .box.box-user .splash .base .user-avatar img {
  width: 128px;
  height: 128px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.body-groups .groups-container .box.box-user .splash .base .user-name {
  font-size: 200%;
  line-height: 42px;
  color: white;
  margin: 10px;
  padding: 0;
  display: block;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .box.box-user .splash .base .buttons > * {
  display: inline-block;
}
.body-groups .groups-container .box.box-user .splash .base .buttons > *:not(sp-upload-button) + * {
  margin-left: 10px;
}
.body-groups .groups-container .box.box-user .splash-stats .stats-equal {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.body-groups .groups-container .box.box-user .splash-stats .stats-equal li {
  list-style: none;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  width: auto;
  display: table-cell;
  float: none;
  width: 100%;
}
.body-groups .groups-container .box.box-user .splash-stats .stats-equal li + li {
  border-left: 1px solid #ddd;
}
.body-groups .groups-container .box.box-user .splash-stats .stats-equal li span {
  text-transform: uppercase;
  font-size: 90%;
  color: #888;
  line-height: 1.5;
  display: block;
}
.body-groups .groups-container .box.box-user .splash-stats .stats-equal li b {
  font-size: 100%;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}
.body-groups .groups-container .box.box-user .splash-stats .stats-equal:before, .body-groups .groups-container .box.box-user .splash-stats .stats-equal:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box.box-user .splash-stats .stats-equal:after {
  clear: both;
}
.body-groups .groups-container .box.glued {
  margin-top: -24px;
}
.body-groups .groups-container .box.box-user-info {
  padding: 30px;
}
.body-groups .groups-container .box.box-user-info .user-section + .user-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box.box-user-info .user-section h3 {
  font-size: 120%;
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
}
.body-groups .groups-container .box.box-user-info .user-section h3.minor {
  color: #888;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
}
.body-groups .groups-container .box.box-user-info .user-section h3 .fas,
.body-groups .groups-container .box.box-user-info .user-section h3 .far {
  width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  vertical-align: middle;
}
.body-groups .groups-container .box.box-user-info .user-section h3 .fas.fixed,
.body-groups .groups-container .box.box-user-info .user-section h3 .far.fixed {
  width: 16px;
  margin-top: -2px;
}
.body-groups .groups-container .box.box-user-info .user-section h3 + .user-content {
  margin-top: 10px;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content {
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content p + p {
  margin-top: 10px;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content img {
  max-width: 100%;
  max-height: 1234px;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content h2 {
  font-size: 150%;
  line-height: 1.5;
  font-weight: 700;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content h3 {
  font-size: 120%;
  line-height: 1.5;
  font-weight: 700;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content h4 {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 700;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content p, .body-groups .groups-container .box.box-user-info .user-section .user-content ul, .body-groups .groups-container .box.box-user-info .user-section .user-content ol, .body-groups .groups-container .box.box-user-info .user-section .user-content li {
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content p b, .body-groups .groups-container .box.box-user-info .user-section .user-content ul b, .body-groups .groups-container .box.box-user-info .user-section .user-content ol b, .body-groups .groups-container .box.box-user-info .user-section .user-content li b {
  font-weight: 700;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content ul, .body-groups .groups-container .box.box-user-info .user-section .user-content ol {
  padding-left: 48px;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content ul {
  display: block;
  list-style-type: disc;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  padding-bottom: 12px;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content ol {
  display: block;
  list-style-type: decimal;
}
.body-groups .groups-container .box.box-user-info .user-section .user-content ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  padding-bottom: 12px;
}
.body-groups .groups-container .box.box-user-info .user-section .list-links a {
  text-decoration: none;
  padding-right: 18px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  pointer-events: none;
}
.body-groups .groups-container .box.box-user-info .user-section .list-links a:hover {
  text-decoration: underline;
}
.body-groups .groups-container .box.box-user-info .user-section .list-links a:before {
  content: "·";
  color: #888;
  position: absolute;
  right: 7px;
  text-decoration: none;
}
.body-groups .groups-container .box.box-user-info .user-section .list-links a:last-child:before {
  display: none;
  content: 0;
}
.body-groups .groups-container .box.box-user-info .owner-control {
  margin-top: 8px;
  margin-bottom: 4px;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small {
  padding-top: 20px;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small:before, .body-groups .groups-container .box.box-user-info .groups-listing-small:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small:after {
  clear: both;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item {
  float: left;
  width: 45%;
  clear: left;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 20px;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item:hover {
  cursor: pointer;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item:hover h4 {
  color: #e32232;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item:hover p {
  color: #555;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item:nth-child(2n+2) {
  float: right;
  clear: none;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item .group-avatar {
  float: left;
  width: 48px;
  height: 48px;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item .group-avatar img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 3px;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item h4 {
  display: block;
  margin-left: 64px;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item p {
  display: block;
  margin-left: 64px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #888;
}
.body-groups .groups-container .box.box-user-info .groups-listing-small .group-item.group-status-private h4:after {
  display: inline-block;
  padding: 0.25em 0.4em 0.2em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  margin-top: -2px;
  background-color: #e32232;
  content: "Private";
  font-size: 75%;
  text-transform: uppercase;
  margin-left: 6px;
}
.body-groups .groups-container .box .content-text {
  padding: 30px;
}
.body-groups .groups-container .box .content-text hr {
  display: block;
  width: 100%;
  background: #ddd;
  border: 0;
  height: 1px;
  margin: 24px 0;
}
.body-groups .groups-container .box .content-text .italic {
  font-style: italic;
}
.body-groups .groups-container .box .content-text h2 {
  font-size: 150%;
  line-height: 1.5;
  font-weight: 700;
}
.body-groups .groups-container .box .content-text h3 {
  font-size: 120%;
  line-height: 1.5;
  font-weight: 700;
}
.body-groups .groups-container .box .content-text h4 {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 700;
}
.body-groups .groups-container .box .content-text p, .body-groups .groups-container .box .content-text ul, .body-groups .groups-container .box .content-text ol, .body-groups .groups-container .box .content-text li {
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .box .content-text p b, .body-groups .groups-container .box .content-text ul b, .body-groups .groups-container .box .content-text ol b, .body-groups .groups-container .box .content-text li b {
  font-weight: 700;
}
.body-groups .groups-container .box .content-text ul, .body-groups .groups-container .box .content-text ol {
  padding-left: 48px;
}
.body-groups .groups-container .box .content-text ul {
  display: block;
  list-style-type: disc;
}
.body-groups .groups-container .box .content-text ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  padding-bottom: 12px;
}
.body-groups .groups-container .box .content-text ol {
  display: block;
  list-style-type: decimal;
}
.body-groups .groups-container .box .content-text ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  padding-bottom: 12px;
}
.body-groups .groups-container .box .content-text h1 + h2,
.body-groups .groups-container .box .content-text h2 + h3,
.body-groups .groups-container .box .content-text h3 + h4,
.body-groups .groups-container .box .content-text ol + h2,
.body-groups .groups-container .box .content-text ol + h3,
.body-groups .groups-container .box .content-text ol + h2,
.body-groups .groups-container .box .content-text ul + h2,
.body-groups .groups-container .box .content-text ul + h3,
.body-groups .groups-container .box .content-text ul + h2,
.body-groups .groups-container .box .content-text p + h2 {
  padding-top: 48px;
}
.body-groups .groups-container .box .content-text p + ul,
.body-groups .groups-container .box .content-text p + ol,
.body-groups .groups-container .box .content-text ul + h3,
.body-groups .groups-container .box .content-text p + h3,
.body-groups .groups-container .box .content-text ul + h4,
.body-groups .groups-container .box .content-text ul + p,
.body-groups .groups-container .box .content-text p + ul,
.body-groups .groups-container .box .content-text p + ol,
.body-groups .groups-container .box .content-text ul + h3,
.body-groups .groups-container .box .content-text p + h3,
.body-groups .groups-container .box .content-text ul + h4,
.body-groups .groups-container .box .content-text ul + p,
.body-groups .groups-container .box .content-text p + h4,
.body-groups .groups-container .box .content-text h2 + p,
.body-groups .groups-container .box .content-text h3 + p,
.body-groups .groups-container .box .content-text h4 + p,
.body-groups .groups-container .box .content-text h2 + ol,
.body-groups .groups-container .box .content-text h3 + ol,
.body-groups .groups-container .box .content-text h4 + ol,
.body-groups .groups-container .box .content-text h2 + ul,
.body-groups .groups-container .box .content-text h3 + ul,
.body-groups .groups-container .box .content-text p + h4 {
  padding-top: 24px;
}
.body-groups .groups-container .box .content-text p + p {
  padding-top: 24px;
}
.body-groups .groups-container .box.fullwidth {
  width: 100%;
}
.body-groups .groups-container .box.box-texts p {
  font-size: 100%;
  line-height: 1.5;
  padding-bottom: 12px;
}
.body-groups .groups-container .box.box-texts p + h2,
.body-groups .groups-container .box.box-texts p + h1 {
  padding-top: 36px;
}
.body-groups .groups-container .box.box-texts hr {
  display: block;
  width: 100%;
  background: #ddd;
  border: 0;
  height: 1px;
  margin: 24px 0;
}
.body-groups .groups-container .box.box-texts h1 {
  font-size: 150%;
  line-height: 42px;
  font-weight: 700;
  padding-bottom: 12px;
}
.body-groups .groups-container .box.box-texts .block-line {
  padding-left: 0;
  padding-right: 0;
}
.body-groups .groups-container .box .box-footer {
  display: block;
  width: 100%;
  text-align: center;
  background: #fbfbfb;
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box.event-featured {
  background: #d41928;
  background: -moz-linear-gradient(-45deg, #d41928 0%, #f43141 100%);
  background: -webkit-linear-gradient(-45deg, #d41928 0%, #f43141 100%);
  background: linear-gradient(135deg, #d41928 0%, #f43141 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d41928", endColorstr="#f43141",GradientType=1 );
  background: #5cb85c;
  color: white;
  border-radius: 20px 0 20px 0;
}
.body-groups .groups-container .box.event-featured sp-group-dashboard-events-item-next {
  display: block;
}
.body-groups .groups-container .box.event-featured sp-group-dashboard-events-item-next + sp-group-dashboard-events-item-next {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.body-groups .groups-container .box.event-featured .box-header {
  font-size: 90%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.body-groups .groups-container .box.event-featured .box-header, .body-groups .groups-container .box.event-featured .box-header h2 {
  color: white;
  font-size: 90%;
}
.body-groups .groups-container .box.event-featured .featured-content {
  padding: 20px;
}
.body-groups .groups-container .box.event-featured .featured-content + .featured-content {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.body-groups .groups-container .box.event-featured .featured-content .now {
  display: inline-block;
  width: auto;
  padding: 4px 10px 3px;
  color: #5cb85c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  background: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  border-radius: 5px 0 5px 0;
}
.body-groups .groups-container .box.event-featured .featured-content h3 {
  font-size: 150%;
  line-height: 1.5;
  color: white;
  font-weight: bold;
}
.body-groups .groups-container .box.event-featured .featured-content h3 a {
  color: white;
}
.body-groups .groups-container .box.event-featured .featured-content h3 a:hover {
  color: inherit;
  text-decoration: underline;
}
.body-groups .groups-container .box.event-featured .featured-content h3 + p {
  margin-top: 4px;
}
.body-groups .groups-container .box.event-featured .featured-content p {
  font-size: 100%;
  line-height: 1.5;
  color: white;
}
.body-groups .groups-container .box.event-featured .featured-content p span + span:before {
  content: "·";
}
.body-groups .groups-container .box.event-featured .featured-content .featured-details {
  list-style: none;
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 6px;
}
.body-groups .groups-container .box.event-featured .featured-content .featured-details li {
  display: inline-block;
  width: auto;
  text-align: left;
  border: 0;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 20px;
  width: auto;
  max-width: 50%;
  padding-right: 50px;
}
.body-groups .groups-container .box.event-featured .featured-content .featured-details li.time {
  padding-left: 38px;
  background: url(https://cdn-static.downtomeet.com/img/ico-time-white.png) no-repeat left 9px;
}
.body-groups .groups-container .box.event-featured .featured-content .featured-details li.location {
  padding-left: 38px;
  background: url(https://cdn-static.downtomeet.com/img/ico-location-white.png) no-repeat 0 11px;
}
.body-groups .groups-container .box .generic-event {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: left;
  color: #222;
}
.body-groups .groups-container .box .generic-event + .generic-event {
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box .generic-event.rsvp-status-organizer {
  box-shadow: 3px 0 0 #e32232 inset !important;
}
.body-groups .groups-container .box .generic-event.rsvp-status-going {
  box-shadow: 3px 0 0 #5cb85c inset;
}
.body-groups .groups-container .box .generic-event.rsvp-status-maybe {
  box-shadow: 3px 0 0 #7A3893 inset;
}
.body-groups .groups-container .box .generic-event.rsvp-status-not {
  box-shadow: 3px 0 0 #888 inset;
}
.body-groups .groups-container .box .generic-event .event-side {
  flex: 1;
  order: 1;
  position: relative;
  left: 0;
}
.body-groups .groups-container .box .generic-event .event-side .event-time {
  color: #888;
}
.body-groups .groups-container .box .generic-event .event-info {
  flex: 7;
  width: 100%;
  position: relative;
  left: 0;
  order: 1;
  text-overflow: ellipsis;
}
.body-groups .groups-container .box .generic-event .event-info .now {
  background: #e32232;
  display: inline-block;
  padding: 4px 15px 3px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 75%;
  text-transform: uppercase;
  color: white;
  margin-bottom: 7px;
}
.body-groups .groups-container .box .generic-event .event-info .badge {
  margin-right: 4px;
  text-transform: capitalize;
  font-size: 12px !important;
}
.body-groups .groups-container .box .generic-event .event-info .badge.rsvp-status-not {
  background: #888;
}
.body-groups .groups-container .box .generic-event .event-info .badge.rsvp-status-maybe {
  background: #7A3893;
}
.body-groups .groups-container .box .generic-event .event-info .badges .owner + span {
  display: none;
}
.body-groups .groups-container .box .generic-event .event-info .event-endtime {
  color: #888;
}
.body-groups .groups-container .box .generic-event .event-info .event-endtime * {
  color: #888;
}
.body-groups .groups-container .box .generic-event .event-info h3 {
  font-weight: bold;
  font-size: 120%;
  line-height: 22px;
}
.body-groups .groups-container .box .generic-event .event-info h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.body-groups .groups-container .box .generic-event .event-info h3 a:hover {
  text-decoration: underline;
}
.body-groups .groups-container .box .generic-event .event-info h3 + p {
  margin-top: 4px;
}
.body-groups .groups-container .box .generic-event .event-info p .group {
  color: #222;
}
.body-groups .groups-container .box .generic-event .event-info p .group:hover {
  color: #e32232;
}
.body-groups .groups-container .box .generic-event .event-info p > * + *:not(.badge):before {
  content: "·";
  color: #888 !important;
}
.body-groups .groups-container .box .generic-event .event-info .event-location {
  font-size: 90%;
  line-height: 1.5;
  margin-top: 6px;
  background: url("https://cdn-static.downtomeet.com/img/ico-standalone-pin.png") no-repeat left center;
  padding-left: 36px;
  min-height: 24px;
}
.body-groups .groups-container .box.box-photos .list-photos {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #eee;
  background: #fbfbfb;
}
.body-groups .groups-container .box.box-photos .list-photos:before, .body-groups .groups-container .box.box-photos .list-photos:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box.box-photos .list-photos:after {
  clear: both;
}
.body-groups .groups-container .box.box-photos .list-photos:hover .more-text,
.body-groups .groups-container .box.box-photos .list-photos:hover img {
  opacity: 0.87;
}
.body-groups .groups-container .box.box-photos .list-photos .photos-item {
  list-style: none;
  position: relative;
  float: left;
  width: 33%;
  width: 33.33%;
  padding: 0;
}
.body-groups .groups-container .box.box-photos .list-photos .photos-item .item-link {
  display: inline-block;
  float: left;
}
.body-groups .groups-container .box.box-photos .list-photos .photos-item .item-link img {
  float: left;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-top: 0;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .box.box-photos .list-photos .photos-more {
  list-style: none;
  position: relative;
  float: left;
  width: 33%;
  width: 33.33%;
  padding: 0px;
  padding-top: 32%;
  vertical-align: top;
  background: #fbfbfb;
}
.body-groups .groups-container .box.box-photos .list-photos .photos-more > .gallery-short-item {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.body-groups .groups-container .box.box-photos .list-photos .photos-more .more-text {
  position: absolute;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .box .sponsor-listing + .sponsor-listing {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.body-groups .groups-container .box.box-sponsor .mce-ico.mce-i-image {
  display: none !important;
}
.body-groups .groups-container .box.box-sponsor div[aria-label="Insert/edit image"] {
  display: none !important;
}
.body-groups .groups-container .box .item-sponsor:before, .body-groups .groups-container .box .item-sponsor:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .box .item-sponsor:after {
  clear: both;
}
.body-groups .groups-container .box .item-sponsor .sponsor-photo {
  float: left;
  width: 192px;
  position: relative;
}
.body-groups .groups-container .box .item-sponsor .sponsor-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.body-groups .groups-container .box .item-sponsor .sponsor-photo + .sponsor-data {
  margin-left: 210px;
}
.body-groups .groups-container .box .item-sponsor .sponsor-data {
  display: block;
}
.body-groups .groups-container .box .item-sponsor .sponsor-data h3 {
  font-size: 150%;
  line-height: 1.5;
  font-weight: 700;
}
.body-groups .groups-container .box .item-sponsor .sponsor-data h3 a {
  color: #222;
}
.body-groups .groups-container .box .item-sponsor .sponsor-data h3 a:hover {
  color: #e32232;
}
.body-groups .groups-container .box .item-sponsor .sponsor-data .sp-link {
  margin-top: 12px;
}
.body-groups .groups-container .box .item-sponsor .sponsor-data .sp-link a[href="https://"] {
  display: none !important;
}
.body-groups .groups-container .box table.track {
  height: auto;
  display: table;
  border: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  table-layout: auto;
  min-width: 744px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body-groups .groups-container .box table.track thead tr:first-child th:first-child {
  width: 30%;
  text-align: left;
  border-left: 0;
}
.body-groups .groups-container .box table.track thead tr:last-child th {
  font-weight: 400 !important;
}
.body-groups .groups-container .box table.track thead th {
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-top: 0;
  min-height: 50px;
  padding: 15px 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 600 !important;
  text-align: center;
  vertical-align: middle;
}
.body-groups .groups-container .box table.track thead th:last-child {
  border-right: 0;
}
.body-groups .groups-container .box table.track thead th.sort-desc > a {
  position: relative;
  display: inline-block;
}
.body-groups .groups-container .box table.track thead th.sort-desc > a:after {
  background: url(https://cdn-static.downtomeet.com/img/sp/ico-buttonselect-black.png) no-repeat 0 0;
  content: " ";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 4px;
  margin-top: -2px;
  opacity: 0.7;
}
.body-groups .groups-container .box table.track thead th.sort-asc > a {
  position: relative;
  display: inline-block;
}
.body-groups .groups-container .box table.track thead th.sort-asc > a:after {
  background: url(https://cdn-static.downtomeet.com/img/sp/ico-buttonselect-black.png) no-repeat 0 0;
  content: " ";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 4px;
  margin-top: -2px;
  opacity: 0.7;
  transform: rotate(180deg);
}
.body-groups .groups-container .box table.track thead th > a {
  padding-right: 10px;
  color: #222;
  font-weight: 700 !important;
}
.body-groups .groups-container .box table.track thead th > a:hover {
  color: #e32232;
  text-decoration: none !important;
}
.body-groups .groups-container .box table.track thead .search-input {
  font-size: 80%;
  height: 30px;
  vertical-align: middle;
  border-radius: 3px;
  box-shadow: none;
  background: white url(https://cdn-static.downtomeet.com/img/ico-find50.png) no-repeat 6px -1px;
  padding-left: 30px;
  width: 100%;
  padding-right: 4px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 4px;
  height: 34px;
  margin-right: 10px;
  background-position: 6px 1px;
}
.body-groups .groups-container .box table.track thead .search-input:focus {
  outline: none;
  outline: 0;
  border-color: #aaa;
}
.body-groups .groups-container .box table.track tbody tr td {
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 10px 10px;
  border-radius: 3px 3px 0 0;
  text-align: center;
}
.body-groups .groups-container .box table.track tbody tr td:first-child {
  border-left: 0;
  text-align: left;
  width: 30%;
}
.body-groups .groups-container .box table.track tbody tr td:last-child {
  border-right: 0;
}
.body-groups .groups-container .box table.track tbody tr td.col-stats {
  white-space: nowrap;
}
.body-groups .groups-container .box table.track tbody tr td .block {
  display: block;
}
.body-groups .groups-container .box table.track tbody tr td .block + span {
  display: inline-block;
}
.body-groups .groups-container .box table.track tbody tr td .block + span + span {
  border-left: 1px solid #eee;
  padding-left: 5px;
  margin-left: 2px;
}
.body-groups .groups-container .box table.track tbody tr td .block + span + span + span {
  border-left: 1px solid #eee;
  padding-left: 5px;
  margin-left: 2px;
}
.body-groups .groups-container .box table.track tbody tr td .block + span + span + span + span {
  border-left: 1px solid #eee;
  padding-left: 5px;
  margin-left: 2px;
}
.body-groups .groups-container .box table.track tbody tr:nth-child(2n+2) td {
  background: #fcfcfc;
}
.body-groups .groups-container .box table.track tbody tr:hover td {
  background: rgba(227, 34, 50, 0.05) !important;
}
.body-groups .groups-container .box table.track tr .col-attendance {
  width: 40%;
}
.body-groups .groups-container .box table.track tr .col-rsvp {
  width: 30%;
  border-left: 2px solid #e3e3e3;
}
.body-groups .groups-container .box table.track tr .col-rsvpvalue + .col-attendancevalue,
.body-groups .groups-container .box table.track tr .col-attendance {
  border-left: 2px solid #e3e3e3;
}
.body-groups .groups-container .box table.track tr .col-attendancevalue,
.body-groups .groups-container .box table.track tr .col-rsvpvalue {
  width: 10%;
}
.body-groups .groups-container .box table.track tr .col-member + .col-stats {
  border-left: 2px solid #e3e3e3;
}
.body-groups .groups-container .box table.track tr .col-stats-rsvp + .col-stats-attendance {
  border-left: 2px solid #e3e3e3;
}
.body-groups .groups-container .box table.track .profile {
  display: block;
  position: relative;
  padding-left: 44px;
  padding-right: 40px;
  line-height: 18px;
}
.body-groups .groups-container .box table.track .profile .profile-img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 36px;
  height: 36px;
}
.body-groups .groups-container .box table.track .profile .profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.body-groups .groups-container .box table.track .profile .profile-name {
  display: block;
  font-weight: 600;
  color: #e32232;
}
.body-groups .groups-container .box table.track .profile .profile-info {
  font-size: 80%;
  font-weight: 400;
  color: #888;
  display: block;
}
.body-groups .groups-container .box table.track .profile .button-contact {
  padding: 5px 10px !important;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
}
.body-groups .groups-container .box table.events-listing {
  height: auto;
  display: table;
  border: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  table-layout: auto;
  min-width: 744px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body-groups .groups-container .box table.events-listing thead th {
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-top: 0;
  min-height: 50px;
  padding: 15px 10px;
  border-radius: 3px 3px 0 0;
  color: #222;
  font-weight: 700 !important;
}
.body-groups .groups-container .box table.events-listing thead th.sort-desc > a {
  position: relative;
  display: inline-block;
}
.body-groups .groups-container .box table.events-listing thead th.sort-desc > a:after {
  background: url(https://cdn-static.downtomeet.com/img/sp/ico-buttonselect-black.png) no-repeat 0 0;
  content: " ";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 4px;
  margin-top: -2px;
  opacity: 0.7;
}
.body-groups .groups-container .box table.events-listing thead th.sort-asc > a {
  position: relative;
  display: inline-block;
}
.body-groups .groups-container .box table.events-listing thead th.sort-asc > a:after {
  background: url(https://cdn-static.downtomeet.com/img/sp/ico-buttonselect-black.png) no-repeat 0 0;
  content: " ";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 4px;
  margin-top: -2px;
  opacity: 0.7;
  transform: rotate(180deg);
}
.body-groups .groups-container .box table.events-listing thead th > a {
  padding-right: 10px;
  color: #222;
  font-weight: 700 !important;
}
.body-groups .groups-container .box table.events-listing thead th > a:hover {
  color: #e32232;
  text-decoration: none !important;
}
.body-groups .groups-container .box table.events-listing thead th:first-child {
  border-left: 0;
}
.body-groups .groups-container .box table.events-listing thead th:last-child {
  border-right: 0;
}
.body-groups .groups-container .box table.events-listing tbody tr td {
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
  border-radius: 3px 3px 0 0;
}
.body-groups .groups-container .box table.events-listing tbody tr td:first-child {
  border-left: 0;
}
.body-groups .groups-container .box table.events-listing tbody tr td:last-child {
  border-right: 0;
}
.body-groups .groups-container .box table.events-listing tbody tr:nth-child(2n+2) td {
  background: #fcfcfc;
}
.body-groups .groups-container .box table.events-listing tbody tr:hover td {
  background: rgba(227, 34, 50, 0.05) !important;
}
.body-groups .groups-container .box table.events-listing tbody tr.event-canceled td.col-name > *, .body-groups .groups-container .box table.events-listing tbody tr.event-canceled td.col-startdate_ts > * {
  text-decoration: line-through !important;
  opacity: 0.6;
}
.body-groups .groups-container .box table.events-listing tbody tr.event-canceled td.col-name > * *, .body-groups .groups-container .box table.events-listing tbody tr.event-canceled td.col-startdate_ts > * * {
  text-decoration: line-through !important;
}
.body-groups .groups-container .box table.events-listing tbody tr.event-past td.col-name > *, .body-groups .groups-container .box table.events-listing tbody tr.event-past td.col-startdate_ts > * {
  color: #888;
}
.body-groups .groups-container .box table.events-listing tbody tr.event-draft td.col-name:before {
  display: inline-block;
  padding: 0.25em 0.4em 0.2em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  content: "Draft";
  background: #e32232;
  text-transform: uppercase;
}
.body-groups .groups-container .box table.events-listing .col-check {
  width: 40px;
  text-align: center;
}
.body-groups .groups-container .box table.events-listing .col-name {
  width: 28%;
  min-width: 180px;
}
.body-groups .groups-container .box table.events-listing .col-name a {
  display: inline;
  font-weight: 600;
}
.body-groups .groups-container .box table.events-listing .col-name a:hover {
  text-decoration: underline !important;
}
.body-groups .groups-container .box table.events-listing .col-name .series {
  position: relative;
  display: block;
  text-decoration: none !important;
  font-weight: 400;
  color: #888;
  font-size: 85%;
}
.body-groups .groups-container .box table.events-listing .col-name .series, .body-groups .groups-container .box table.events-listing .col-name .series > *, .body-groups .groups-container .box table.events-listing .col-name .series * * {
  text-decoration: none !important;
}
.body-groups .groups-container .box table.events-listing .col-name .series .fa {
  position: absolute;
  top: 0;
  left: 0;
}
.body-groups .groups-container .box table.events-listing .col-name .series:hover > span {
  text-decoration: underline !important;
}
.body-groups .groups-container .box table.events-listing .col-startdate_ts {
  width: 20%;
  min-width: 140px;
}
.body-groups .groups-container .box table.events-listing .col-acc_privacy {
  width: 90px;
}
.body-groups .groups-container .box table.events-listing .col-going {
  white-space: nowrap;
  width: 80px;
}
.body-groups .groups-container .box table.events-listing .col-comments {
  width: 70px;
}
.body-groups .groups-container .box table.events-listing .col-photos {
  width: 70px;
}
.body-groups .groups-container .box table.events-listing .col-actions {
  width: 70px;
}
.body-groups .groups-container .box table.events-listing label {
  margin: 0 !important;
}
.body-groups .groups-container .box table.events-listing label input[type=checkbox] + span {
  padding-left: 0;
  width: 16px;
  height: 16px;
}
.body-groups .groups-container .box table.events-listing label input[type=checkbox] + span:before {
  width: 16px;
  height: 16px;
}
.body-groups .groups-container .box table.events-listing label input[type=checkbox]:checked + span:before {
  background-position: center center;
  background-size: 14px;
}
.body-groups .groups-container sp-event-ratings sp-event-comment .comment-detail {
  display: none !important;
}
.body-groups .groups-container sp-event-ratings sp-event-comment .comment-detail.reviews-only {
  display: block !important;
}
.body-groups .groups-container .eventcanceled sp-event-comment .comment-detail,
.body-groups .groups-container .eventpast sp-event-comment .comment-detail {
  display: none !important;
}
.body-groups .groups-container .eventcanceled sp-event-comment .comment-detail.event-past-only,
.body-groups .groups-container .eventpast sp-event-comment .comment-detail.event-past-only {
  display: block !important;
}
.body-groups .groups-container sp-discuss-item sp-event-comment .comment-detail {
  display: none !important;
}
.body-groups .groups-container sp-discuss-item sp-event-comment .comment-detail.discussions-only {
  display: block !important;
}
.body-groups .groups-container .rating-average .rating-show {
  display: inline-block;
  background: transparent;
  border-radius: 100px;
  padding: 4px 0;
  color: #e32232;
  height: 21px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.body-groups .groups-container .rating-average .rating-show .stars {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 12px;
  background: url("https://cdn-static.downtomeet.com/img/ico-rating-star-grey-5.png");
  background-size: auto 12px;
  width: 69px;
}
.body-groups .groups-container .rating-average .rating-show .stars:before {
  width: 100%;
  height: 12px;
  background: url("https://cdn-static.downtomeet.com/img/ico-rating-star-red-5.png");
  background-size: auto 12px;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-1:before {
  width: 14px;
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-1-5:before {
  width: 21px;
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-2:before {
  width: 27px;
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-2-5:before {
  width: 35px;
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-3:before {
  width: 41px;
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-3-5:before {
  width: 48px;
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-4:before {
  width: 54px;
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-4-5:before {
  width: 63px;
}
.body-groups .groups-container .rating-average .rating-show .stars.stars-5:before {
  width: 69px;
}
.body-groups .groups-container .rating-average .rating-show .stars.block {
  display: block;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium {
  height: 16px;
  background-size: auto 16px;
  width: 92px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium:before {
  height: 16px;
  background-size: auto 16px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-1:before {
  width: 18px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-1-5:before {
  width: 27px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-2:before {
  width: 36px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-2-5:before {
  width: 46px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-3:before {
  width: 54px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-3-5:before {
  width: 65px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-4:before {
  width: 72px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-4-5:before {
  width: 84px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium.stars-5:before {
  width: 90px;
}
.body-groups .groups-container .rating-average .rating-show .stars.medium + span {
  line-height: 19px;
  padding-left: 5px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large {
  height: 24px;
  background-size: auto 24px;
  width: 138px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large:before {
  height: 24px;
  background-size: auto 24px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-1:before {
  width: 27px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-1-5:before {
  width: 41px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-2:before {
  width: 54px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-2-5:before {
  width: 69px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-3:before {
  width: 81px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-3-5:before {
  width: 98px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-4:before {
  width: 108px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-4-5:before {
  width: 126px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large.stars-5:before {
  width: 135px;
}
.body-groups .groups-container .rating-average .rating-show .stars.large + span {
  line-height: 30px;
  padding-left: 5px;
}
.body-groups .groups-container .rating-average .rating-show span {
  height: 16px;
  font-size: 85%;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
  padding-left: 3px;
}
.body-groups .groups-container .rating-average.large .rating-show {
  height: 50px;
}
.body-groups .groups-container .rating-average.large span {
  padding-top: 4px;
  font-size: 100%;
  height: 20px;
  line-height: 20px;
  padding: 0;
}
.body-groups .groups-container .rating-average.center {
  text-align: center;
}
.body-groups .groups-container .rating-average.center .rating-show {
  margin-top: 0;
  margin-bottom: 7px;
}
.body-groups .groups-container .ratings-preview + .rating-button-block {
  margin-top: 10px;
}
.body-groups .groups-container sp-discuss-item {
  display: block;
}
.body-groups .groups-container sp-discuss-item .comment-detail {
  display: none !important;
}
.body-groups .groups-container .boxes-sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: left;
}
.body-groups .groups-container .boxes-sides .side-leftmenu {
  flex: 1;
  order: 1;
  min-width: 200px;
  position: relative;
  left: 0;
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .boxes-sides .side-leftmenu .block-title {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 600;
}
.body-groups .groups-container .boxes-sides .side-leftmenu .block-title + p {
  margin-top: 12px;
}
.body-groups .groups-container .boxes-sides .side-leftmenu p {
  font-size: 90%;
  line-height: 1.5;
}
.body-groups .groups-container .boxes-sides .side-leftmenu + .side-rightbody {
  padding-left: 30px;
}
.body-groups .groups-container .boxes-sides .side-rightbody {
  flex: 5;
  width: 100%;
  position: relative;
  left: 0;
  order: 2;
}
.body-groups .groups-container .container-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: left;
}
.body-groups .groups-container .container-parts .part {
  flex: 1;
  order: 1;
  width: 50%;
  position: relative;
  left: 0;
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .container-parts .part.onethird {
  flex: 1;
}
.body-groups .groups-container .container-parts .part.onethird + .part {
  flex: 2;
}
.body-groups .groups-container .container-parts .part.onethird + .part .block-events-listing .item-event,
.body-groups .groups-container .container-parts .part.onethird + .part .block-events-listing .item-group,
.body-groups .groups-container .container-parts .part.onethird + .part .block-groups-listing .item-event,
.body-groups .groups-container .container-parts .part.onethird + .part .block-groups-listing .item-group {
  width: 50%;
}
.body-groups .groups-container .container-parts .part.twothirds {
  flex: 2;
}
.body-groups .groups-container .container-parts .part.twothirds + .part {
  flex: 1;
}
.body-groups .groups-container .container-parts .part + .part {
  margin-left: 20px;
}
.body-groups .groups-container .container-parts .part .block-events-listing .item-event,
.body-groups .groups-container .container-parts .part .block-events-listing .item-group,
.body-groups .groups-container .container-parts .part .block-groups-listing .item-event,
.body-groups .groups-container .container-parts .part .block-groups-listing .item-group {
  width: 100%;
}
.body-groups .groups-container .container-parts .part.multi-cols .item-event,
.body-groups .groups-container .container-parts .part.multi-cols .item-group {
  width: 33.333%;
}
.body-groups .groups-container .bold-box {
  margin-bottom: 40px;
  background: #e32232;
  background: -moz-linear-gradient(-45deg, #be1624 0%, #db2c3a 100%);
  background: -webkit-linear-gradient(-45deg, #be1624 0%, #db2c3a 100%);
  background: linear-gradient(135deg, #be1624 0%, #db2c3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#be1624", endColorstr="#db2c3a",GradientType=1 );
  border: 0;
  color: white;
  border-radius: 3px;
  box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  position: relative;
  background-clip: padding-box;
  text-align: center;
  padding: 60px 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.body-groups .groups-container .bold-box + .box.glued {
  margin-top: -42px;
  margin-bottom: 30px;
  border-radius: 0 0 3px 3px;
}
.body-groups .groups-container .bold-box.nomargin {
  margin-bottom: 0;
}
.body-groups .groups-container .bold-box.ovisible {
  overflow: visible;
}
.body-groups .groups-container .bold-box.photo {
  border-radius: 0;
}
.body-groups .groups-container .bold-box.photo:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #440e12;
  opacity: 0.01;
  pointer-events: none;
}
.body-groups .groups-container .bold-box.photo.photo-groups {
  background: url("https://cdn-static.downtomeet.com/img/homepage/background-explore-02.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  min-height: 240px;
  height: 25vh;
  max-height: 480px;
}
.body-groups .groups-container .bold-box.photo.photo-dashboard {
  background: url("https://cdn-static.downtomeet.com/img/photo-home-51c.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  min-height: 240px;
  height: 25vh;
  max-height: 480px;
}
.body-groups .groups-container .bold-box.photo.photo-pages {
  background: url("https://cdn-static.downtomeet.com/img/photo-home-53g.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  min-height: 240px;
  height: 25vh;
  max-height: 480px;
}
.body-groups .groups-container .bold-box.globe:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: url(https://cdn-static.downtomeet.com/img/downtomeet-globe.png) no-repeat center center;
  background-size: 110%;
  opacity: 0.33;
  z-index: 1;
}
.body-groups .groups-container .bold-box.globe * {
  position: relative;
  z-index: 2;
}
.body-groups .groups-container .bold-box.box-paddings, .body-groups .groups-container .bold-box .box-paddings {
  padding: 20px;
}
.body-groups .groups-container .bold-box h1 {
  font-size: 200%;
  line-height: 42px;
  color: white;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.body-groups .groups-container .bold-box h1 .linklogo {
  color: white;
  text-decoration: none;
}
.body-groups .groups-container .bold-box h1 .linklogo:hover {
  text-decoration: underline;
}
.body-groups .groups-container .bold-box h1 + p {
  margin-top: 12px;
}
.body-groups .groups-container .bold-box p {
  font-size: 100%;
  line-height: 1.5;
  color: white;
  font-weight: 400;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
}
.body-groups .groups-container .bold-box p b, .body-groups .groups-container .bold-box p i, .body-groups .groups-container .bold-box p span {
  color: inherit;
}
.body-groups .groups-container .bold-box a {
  color: white;
  text-decoration: underline;
}
.body-groups .groups-container .bold-box a:hover {
  text-decoration: none;
}
.body-groups .groups-container .bold-box .title-explained {
  margin-top: 2px;
  margin-bottom: 12px;
}
.body-groups .groups-container .bold-box sp-group-common-search-cat-loc {
  display: block;
  width: 100%;
}
.body-groups .groups-container .bold-box .search-items {
  position: relative;
  margin-top: 20px;
  font-size: 0;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.body-groups .groups-container .bold-box .search-items > * {
  font-size: 16px;
  margin-bottom: 10px;
}
.body-groups .groups-container .bold-box .search-items .items-block {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 3;
}
.body-groups .groups-container .bold-box .search-items .items-block + .items-block {
  z-index: 2;
}
.body-groups .groups-container .bold-box .search-items .items-block > * {
  flex: 1;
  width: 100%;
}
.body-groups .groups-container .bold-box .search-items .items-block > * select,
.body-groups .groups-container .bold-box .search-items .items-block > * input {
  width: 100%;
}
.body-groups .groups-container .bold-box .search-items .items-block > * select.width-large,
.body-groups .groups-container .bold-box .search-items .items-block > * input.width-large {
  width: 100% !important;
}
.body-groups .groups-container .bold-box .search-items .items-block > *.search-button {
  margin-left: 10px;
  flex: 0.8;
  min-width: 160px;
  min-width: 160px;
}
.body-groups .groups-container .bold-box .search-items .reset {
  width: 16px;
  height: 16px;
  background: #e8e8e8;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  border-radius: 100%;
  cursor: pointer;
}
.body-groups .groups-container .bold-box .search-items .reset:before {
  content: "×";
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  display: block;
  color: #888;
}
.body-groups .groups-container .bold-box .search-items .reset input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.body-groups .groups-container .bold-box .search-items .control-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.body-groups .groups-container .bold-box .search-items .control-item.categories-toggle-element, .body-groups .groups-container .bold-box .search-items .control-item.search-radius {
  border-left: 1px solid #eee;
}
.body-groups .groups-container .bold-box .search-items .control-item.categories-toggle-element select, .body-groups .groups-container .bold-box .search-items .control-item.search-radius select {
  cursor: pointer;
}
.body-groups .groups-container .bold-box .search-items .control-item.search-location input[type=text] {
  padding-right: 36px;
}
.body-groups .groups-container .bold-box .search-items .control-item .button,
.body-groups .groups-container .bold-box .search-items .control-item button,
.body-groups .groups-container .bold-box .search-items .control-item select,
.body-groups .groups-container .bold-box .search-items .control-item .fake-input,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select,
.body-groups .groups-container .bold-box .search-items .control-item input[type=text],
.body-groups .groups-container .bold-box .search-items .control-item input[type=search] {
  width: 100%;
  height: 48px;
  padding: 5px 15px;
  font-size: 100%;
  background: white;
  border-radius: 0;
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  border-radius: 1px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.body-groups .groups-container .bold-box .search-items .control-item .button[disabled],
.body-groups .groups-container .bold-box .search-items .control-item button[disabled],
.body-groups .groups-container .bold-box .search-items .control-item select[disabled],
.body-groups .groups-container .bold-box .search-items .control-item .fake-input[disabled],
.body-groups .groups-container .bold-box .search-items .control-item .fake-select[disabled],
.body-groups .groups-container .bold-box .search-items .control-item input[type=text][disabled],
.body-groups .groups-container .bold-box .search-items .control-item input[type=search][disabled] {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #888;
  opacity: 0.9;
}
.body-groups .groups-container .bold-box .search-items .control-item .button.width-medium,
.body-groups .groups-container .bold-box .search-items .control-item button.width-medium,
.body-groups .groups-container .bold-box .search-items .control-item select.width-medium,
.body-groups .groups-container .bold-box .search-items .control-item .fake-input.width-medium,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select.width-medium,
.body-groups .groups-container .bold-box .search-items .control-item input[type=text].width-medium,
.body-groups .groups-container .bold-box .search-items .control-item input[type=search].width-medium {
  width: 220px;
}
.body-groups .groups-container .bold-box .search-items .control-item .button.width-large,
.body-groups .groups-container .bold-box .search-items .control-item button.width-large,
.body-groups .groups-container .bold-box .search-items .control-item select.width-large,
.body-groups .groups-container .bold-box .search-items .control-item .fake-input.width-large,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select.width-large,
.body-groups .groups-container .bold-box .search-items .control-item input[type=text].width-large,
.body-groups .groups-container .bold-box .search-items .control-item input[type=search].width-large {
  width: 280px;
}
.body-groups .groups-container .bold-box .search-items .control-item .location-detect {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 8px;
  background: transparent url(https://cdn-static.downtomeet.com/img/ico-location-gps.png) no-repeat right center;
  opacity: 0.75;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .bold-box .search-items .control-item .location-detect:hover {
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  opacity: 1;
}
.body-groups .groups-container .bold-box .search-items .control-item .location-detect.loading {
  background: url(https://cdn-static.downtomeet.com/img/loader-dtm.svg) no-repeat center center;
  background-size: 30px 30px;
}
.body-groups .groups-container .bold-box .search-items .control-item .search-detect {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  pointer-events: none;
  background: transparent url(https://cdn-static.downtomeet.com/img/ico-search-button-black.png) no-repeat right center;
  opacity: 0.3;
  z-index: 1;
}
.body-groups .groups-container .bold-box .search-items .control-item .search-detect + input {
  padding-left: 42px;
}
.body-groups .groups-container .bold-box .search-items .control-item .fake-input,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select,
.body-groups .groups-container .bold-box .search-items .control-item select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: white url("https://cdn-static.downtomeet.com/img/sp/selectbox-arrow-48.png") no-repeat right center;
  padding-right: 50px;
  min-width: 240px;
}
.body-groups .groups-container .bold-box .search-items .control-item .fake-input, .body-groups .groups-container .bold-box .search-items .control-item .fake-input *,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select *,
.body-groups .groups-container .bold-box .search-items .control-item select,
.body-groups .groups-container .bold-box .search-items .control-item select * {
  outline: none !important;
}
.body-groups .groups-container .bold-box .search-items .control-item .fake-input.time,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select.time,
.body-groups .groups-container .bold-box .search-items .control-item select.time {
  min-width: 150px;
}
.body-groups .groups-container .bold-box .search-items .control-item .fake-input.time-ampm,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select.time-ampm,
.body-groups .groups-container .bold-box .search-items .control-item select.time-ampm {
  min-width: 100px;
}
.body-groups .groups-container .bold-box .search-items .control-item .fake-input.noicon,
.body-groups .groups-container .bold-box .search-items .control-item .fake-select.noicon,
.body-groups .groups-container .bold-box .search-items .control-item select.noicon {
  background-image: none;
}
.body-groups .groups-container .bold-box .search-items .control-item .fake-select,
.body-groups .groups-container .bold-box .search-items .control-item .fake-input {
  text-align: left;
  line-height: 36px;
  cursor: pointer;
  padding-right: 62px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body-groups .groups-container .bold-box .search-items .control-item .fake-select.active, .body-groups .groups-container .bold-box .search-items .control-item .fake-select:active, .body-groups .groups-container .bold-box .search-items .control-item .fake-select:focus,
.body-groups .groups-container .bold-box .search-items .control-item .fake-input.active,
.body-groups .groups-container .bold-box .search-items .control-item .fake-input:active,
.body-groups .groups-container .bold-box .search-items .control-item .fake-input:focus {
  color: #e32232;
}
.body-groups .groups-container .bold-box .search-items .control-item button,
.body-groups .groups-container .bold-box .search-items .control-item .button {
  display: inline-block;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  font-size: 90%;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: none;
  cursor: pointer;
  outline: none !important;
}
.body-groups .groups-container .bold-box .search-items .control-item button:active, .body-groups .groups-container .bold-box .search-items .control-item button:focus,
.body-groups .groups-container .bold-box .search-items .control-item .button:active,
.body-groups .groups-container .bold-box .search-items .control-item .button:focus {
  outline: none !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.body-groups .groups-container .bold-box .search-items .control-item button:hover,
.body-groups .groups-container .bold-box .search-items .control-item .button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.body-groups .groups-container .bold-box .search-items .control-item button span,
.body-groups .groups-container .bold-box .search-items .control-item .button span {
  display: inline-block;
  line-height: 1.5;
  padding-left: 24px;
  background: url(https://cdn-static.downtomeet.com/img/ico-search-2x.png) no-repeat 0px 1px;
  background-size: 16px;
}
.body-groups .groups-container .bold-box .search-items .control-item.search-radius {
  margin-left: 0;
}
.body-groups .groups-container .bold-box .search-items .control-item.search-radius select {
  min-width: 220px;
}
.body-groups .groups-container .bold-box .search-items .categories-helper + .control-item {
  margin-left: 10px;
}
.body-groups .groups-container .bold-box .search-items .button {
  line-height: 34px;
}
.body-groups .groups-container .bold-box .search-items .categories-helper {
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 20px 100px rgba(0, 0, 0, 0.33);
  width: 880px;
  margin-left: -120px;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul {
  padding: 10px 10px;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul:before, .body-groups .groups-container .bold-box .search-items .categories-helper > ul:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul:after {
  clear: both;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li {
  float: left;
  width: 25%;
  color: #222;
  text-align: left;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul {
  display: block;
  width: 100%;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li {
  display: block;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li:nth-child(9) {
  border-color: transparent;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #222;
  font-size: 100%;
  border-radius: 3px;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li a span {
  color: #888;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li a:hover {
  background: #e32232;
  color: white;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li a:active {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15) inset;
  background: #e32232;
  color: white;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li:hover {
  border-color: transparent;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li.highlight a {
  color: #e32232;
  font-weight: 700;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li.highlight a:hover {
  background: #e32232;
  color: white;
}
.body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li.current a {
  background-color: #eee;
  color: #888;
}
.body-groups .groups-container .bold-box + .block-groups-listing {
  margin-top: 30px;
}
.body-groups .groups-container .avatar-preload,
.body-groups .groups-container .avatar-preview {
  display: inline-block;
  position: relative;
}
.body-groups .groups-container .avatar-preload.loading:before,
.body-groups .groups-container .avatar-preview.loading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: url(https://cdn-static.downtomeet.com/img/loader-dots-red.svg) no-repeat center center;
  background-size: 100%;
  background-color: white;
  border-radius: 100px;
  z-index: 1;
}
.body-groups .groups-container .cover-preview.loading > div {
  opacity: 0.3;
}
.body-groups .groups-container .cover-preview.loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: " ";
  background: url(https://cdn-static.downtomeet.com/img/loader-dots-red.svg) no-repeat center center;
  background-size: 80%;
  background-color: transparent;
  border-radius: 10px;
  z-index: 1;
}
.body-groups .groups-container .section-title {
  font-size: 150%;
  margin: 0 0 20px;
  font-weight: 600;
  text-align: center;
  background: white;
  border-radius: 3px;
  color: #e32232;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 3px;
  box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  position: relative;
  background-clip: padding-box;
}
.body-groups .groups-container .section-title .explanation {
  display: block;
  font-size: 65%;
  color: #222;
  font-weight: 400;
  text-align: left;
  margin-top: 6px;
  margin-bottom: 8px;
}
.body-groups .groups-container .section-title .explanation b {
  font-weight: 700;
}
.body-groups .groups-container .location-types {
  margin: 10px 0;
}
.body-groups .groups-container .location-types a {
  font-size: 90%;
  padding-left: 24px;
  display: inline-block;
  padding-right: 12px;
  margin-bottom: 4px;
}
.body-groups .groups-container .location-types a:hover {
  text-decoration: underline;
}
.body-groups .groups-container .location-types a.online {
  background: url("https://cdn-static.downtomeet.com/img/ico-globe-red.png") no-repeat center left;
}
.body-groups .groups-container .location-types a.pin {
  background: url("https://cdn-static.downtomeet.com/img/ico-pin-red.png") no-repeat center left;
}
.body-groups .groups-container .location-types a.reset {
  background: url("https://cdn-static.downtomeet.com/img/ico-reset-red.png") no-repeat center left;
}
.body-groups .groups-container .location-types a.tbd {
  margin-top: 3px;
  float: right;
  background: url("https://cdn-static.downtomeet.com/img/ico-tbd-red.png") no-repeat center left;
}
.body-groups .groups-container .reset-pin {
  padding-left: 24px;
  background: url("https://cdn-static.downtomeet.com/img/ico-pin-red.png") no-repeat center left;
}
.body-groups .groups-container .block-recent-locations:before, .body-groups .groups-container .block-recent-locations:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .block-recent-locations:after {
  clear: both;
}
.body-groups .groups-container .block-recent-locations .button-more {
  margin-top: 6px;
}
.body-groups .groups-container .block-recent-locations .recent-location-block {
  display: inline-block;
  width: 31%;
  border: 1px solid #eee;
  vertical-align: top;
  min-height: 104px;
  padding: 15px;
  max-height: 4515px;
  height: auto;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 12px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 3px 0 #e32232 inset;
  color: #222;
  font-size: 90%;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .block-recent-locations .recent-location-block:nth-child(3n+3) {
  margin-right: 0;
}
.body-groups .groups-container .block-recent-locations .recent-location-block:hover {
  border-color: #ddd;
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 3px 0 #e32232 inset;
}
.body-groups .groups-container .block-recent-locations .recent-location-block .recent-location-name {
  font-weight: 600;
  color: #e32232;
  padding-left: 24px;
  display: block;
  background: url("https://cdn-static.downtomeet.com/img/ico-pin-red.png") no-repeat center left;
}
.body-groups .groups-container .block-recent-locations .recent-location-block.online .recent-location-name {
  background: url("https://cdn-static.downtomeet.com/img/ico-globe-red.png") no-repeat center left;
}
.body-groups .groups-container .block-recent-locations .recent-location-block .recent-location-address-online,
.body-groups .groups-container .block-recent-locations .recent-location-block .recent-location-address-physical {
  display: block;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-groups .groups-container .map-holder {
  padding: 15px 0;
}
.body-groups .groups-container .map-holder .location-explanation {
  margin-top: 16px;
}
.body-groups .groups-container .map-holder ngui-map {
  height: 320px;
}
.body-groups .groups-container .map-holder .location-pin-note {
  position: absolute;
  top: 300px;
  left: 50%;
  z-index: 9999;
  max-width: 90%;
  text-align: center;
  transform: translate(-50%, 0);
  display: block;
  font-size: 80%;
  background: #fffae1;
  /* border: 1px solid #f2e5a6; */
  color: #222;
  padding: 5px 10px;
  border-radius: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.body-groups .groups-container .map-holder a:hover {
  text-decoration: underline;
}
.body-groups .groups-container .map-holder a.disabled {
  pointer-events: none;
  color: #888;
}
.body-groups .groups-container .block-line {
  position: relative;
  padding: 15px 20px;
}
.body-groups .groups-container .block-line:empty {
  display: none;
}
.body-groups .groups-container .block-line .block-line.insider {
  padding: 10px 0 10px;
}
.body-groups .groups-container .block-line .block-line.insider .line-padding + .line-padding {
  padding-top: 5px;
}
.body-groups .groups-container .block-line:before, .body-groups .groups-container .block-line:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .block-line:after {
  clear: both;
}
.body-groups .groups-container .block-line.error {
  background: #fff2f1;
}
.body-groups .groups-container .block-line.padding-center {
  padding-left: 0;
  padding-right: 0;
}
.body-groups .groups-container .block-line.line-warning {
  position: relative;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid rgba(255, 10, 10, 0.1);
  background: rgba(255, 10, 10, 0.05);
  text-align: left;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 0;
  margin-bottom: -1px;
  z-index: 1;
  border-top: 1px solid rgba(255, 10, 10, 0);
  border-radius: 0;
  margin-top: -1px;
  text-align: left;
  font-weight: 400;
}
.body-groups .groups-container .block-line.line-note {
  background: #fffae1;
}
.body-groups .groups-container .block-line.line-note a:hover {
  text-decoration: underline;
}
.body-groups .groups-container .block-line.line-note.border {
  border-bottom: 1px solid #f2e5a6;
}
.body-groups .groups-container .block-line.line-note.small {
  font-size: 80%;
  font-weight: 600;
}
.body-groups .groups-container .block-line.line-note .back-align {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
}
.body-groups .groups-container .block-line.line-error input[type=text],
.body-groups .groups-container .block-line.line-error input[type=phone],
.body-groups .groups-container .block-line.line-error input[type=password],
.body-groups .groups-container .block-line.line-error input[type=email],
.body-groups .groups-container .block-line.line-error input[type=number],
.body-groups .groups-container .block-line.line-error select,
.body-groups .groups-container .block-line.line-error textarea {
  border-color: #e32232;
}
.body-groups .groups-container .block-line.line-error > .line-label {
  color: #e32232 !important;
}
.body-groups .groups-container .block-line .message-error {
  position: relative;
  color: white;
  font-weight: 600;
  display: block;
  border: 1px solid rgba(255, 10, 10, 0.5);
  background: #e32232;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  margin: 12px auto 20px;
  width: 50%;
}
.body-groups .groups-container .block-line .message-error a {
  color: white;
  text-decoration: underline;
}
.body-groups .groups-container .block-line .message-error:after, .body-groups .groups-container .block-line .message-error:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.body-groups .groups-container .block-line .message-error:after {
  border-color: rgba(255, 243, 244, 0);
  border-top-color: #e32232;
  border-width: 11px;
  margin-left: -11px;
}
.body-groups .groups-container .block-line .message-error:before {
  border-color: rgba(253, 131, 138, 0);
  border-top-color: #e32232;
  border-width: 12px;
  margin-left: -12px;
}
.body-groups .groups-container .block-line .line-label {
  font-size: 100%;
  color: #222;
  line-height: 1.5;
  float: left;
  width: 20%;
  padding: 13px 0;
  font-weight: 600;
}
.body-groups .groups-container .block-line .line-label a.label-comment {
  display: block;
}
.body-groups .groups-container .block-line .line-label a.label-comment:hover {
  text-decoration: underline;
}
.body-groups .groups-container .block-line .line-label.label-comingsoon {
  color: #888;
  pointer-events: none;
}
.body-groups .groups-container .block-line .line-label.label-comingsoon .link-add {
  color: #888;
}
.body-groups .groups-container .block-line .line-label.label-comingsoon .link-add:before {
  background: #ccc;
}
.body-groups .groups-container .block-line .one-title {
  text-align: center;
  font-size: 150%;
  color: #222;
  font-weight: 700;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .groups-container .block-line.line-fullsize .line-label, .body-groups .groups-container .block-line.line-fullsize .line-control {
  width: 100%;
}
.body-groups .groups-container .block-line.line-fullsize .message-error {
  width: 100%;
}
.body-groups .groups-container .block-line .link-add {
  display: block;
  position: relative;
  padding-left: 32px;
}
.body-groups .groups-container .block-line .link-add:hover {
  text-decoration: underline;
}
.body-groups .groups-container .block-line .link-add:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  content: "+";
  text-align: center;
  color: white;
  background: #e32232;
  border-radius: 100%;
  line-height: 24px;
  font-weight: 600;
  font-size: 120%;
  padding: 0 6px 0 7px;
  box-sizing: border-box;
}
.body-groups .groups-container .block-line .line-control {
  float: right;
  width: 75%;
  position: relative;
}
.body-groups .groups-container .block-line .line-control hr {
  background: #eee;
  border: 0;
  margin: 14px 0 4px;
  height: 1px;
}
.body-groups .groups-container .block-line .line-control > .error {
  color: #c00;
}
.body-groups .groups-container .block-line .line-control.control-fullsize {
  clear: both;
  width: 100%;
}
.body-groups .groups-container .block-line .line-control > label {
  display: inline-block;
}
.body-groups .groups-container .block-line .line-control > label.block {
  display: block;
}
.body-groups .groups-container .block-line .line-control .textarea-holder + label {
  margin-top: 8px;
}
.body-groups .groups-container .block-line .line-control .block + .block {
  margin-top: 12px;
}
.body-groups .groups-container .block-line .line-control.line-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.body-groups .groups-container .block-line .line-control > * {
  vertical-align: middle;
}
.body-groups .groups-container .block-line .line-control + .button-block {
  clear: both;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.body-groups .groups-container .block-line .line-control iframe {
  width: 100% !important;
  min-height: 360px;
}
.body-groups .groups-container .block-line .line-control .cover-preview {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 1px;
  box-shadow: 0 1px 3px #ddd;
  padding-top: 30%;
  margin-bottom: 20px;
  position: relative;
}
.body-groups .groups-container .block-line .line-control .cover-preview .cover-background-preview {
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(https://cdn-static.downtomeet.com/img/group-default-73.jpg);
}
.body-groups .groups-container .block-line .line-control .cover-preview .cover-background-preview-img {
  width: 50%;
  min-height: 300px;
  display: block;
  max-width: 100%;
  max-height: 480px;
  background: url("https://cdn-static.downtomeet.com/img/group-default-73.jpg") no-repeat center center;
  background-size: 100%;
}
.body-groups .groups-container .block-line .line-control .avatar-preview {
  display: inline-block;
  min-width: 50px;
  min-height: 50px;
  max-height: 200px;
  max-width: 400px;
  position: relative;
  margin-right: 3px;
}
.body-groups .groups-container .block-line .line-control .avatar-preview img {
  width: auto;
  height: auto;
  height: auto;
  max-height: 150px;
  max-width: 400px;
  border-radius: 3px;
  border: 1px solid #eee;
}
.body-groups .groups-container .block-line .line-control .avatar-preview.small img {
  max-height: 72px;
  max-width: 72px;
}
.body-groups .groups-container .block-line .line-control .avatar-preview.circle img {
  border-radius: 100%;
}
.body-groups .groups-container .block-line .line-control .control-size {
  display: inline-block;
}
.body-groups .groups-container .block-line .line-control .control-size.top {
  vertical-align: top;
}
.body-groups .groups-container .block-line .line-control .control-size + .control-size {
  margin-left: 10px;
}
.body-groups .groups-container .block-line .line-control .control-size.size-small {
  max-width: 10%;
}
.body-groups .groups-container .block-line .line-control .control-size.size-medium {
  max-width: 27%;
}
.body-groups .groups-container .block-line .line-control .control-size.size-half {
  max-width: 50%;
}
.body-groups .groups-container .block-line .line-control .control-size.size-45 {
  max-width: 45%;
}
.body-groups .groups-container .block-line .line-control .control-size.float-right {
  float: right;
}
.body-groups .groups-container .block-line .line-control .subcontrol {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}
.body-groups .groups-container .block-line .line-control .label-inline {
  display: inline-block;
  margin-bottom: 16px;
}
.body-groups .groups-container .block-line .line-control .items-list {
  counter-reset: schedule;
}
.body-groups .groups-container .block-line .line-control .items-list li {
  margin-bottom: 8px;
}
.body-groups .groups-container .block-line .line-control .items-list li:before {
  display: inline-block;
  background: #e32232;
  border-radius: 100%;
  text-align: center;
  color: white;
  margin-right: 6px;
  font-size: 85%;
  counter-increment: schedule;
  content: counter(schedule);
  width: 20px;
  height: 20px;
}
.body-groups .groups-container .block-line .line-control .items-list:empty:before {
  content: "No events will be scheduled";
  color: #888;
}
.body-groups .groups-container .block-line .line-control > * + .subcontrol {
  padding-top: 10px;
}
.body-groups .groups-container .block-line + .block-line {
  border-top: 1px solid #eee;
}
.body-groups .groups-container .block-line + .block-line.noborder {
  border: 0;
}
.body-groups .groups-container .block-line .explanation {
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.5;
  color: #555;
}
.body-groups .groups-container .block-line .explanation.fixtop {
  margin-top: 0;
}
.body-groups .groups-container .block-line .explanation-main {
  font-weight: 500;
  margin-bottom: 10px;
}
.body-groups .groups-container .block-line .block-or {
  margin-top: 4px;
  margin-bottom: 12px;
  color: #888;
  position: relative;
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .block-line .block-or:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  content: " ";
}
.body-groups .groups-container .block-line .block-or span {
  background: white;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.body-groups .groups-container .block-line.glued {
  border-top: 0;
  padding-top: 0;
}
.body-groups .groups-container .block-line .lineheader {
  color: #222;
  font-size: 100%;
  font-weight: 600;
  display: block;
  padding: 10px 0 10px;
}
.body-groups .groups-container .block-line input.input-for-url {
  padding-left: 260px;
}
.body-groups .groups-container .block-line input.input-for-url.domain {
  padding-left: 216px;
}
.body-groups .groups-container .block-line .input-for-url-text {
  position: absolute;
  top: 0;
  display: block;
  line-height: 48px !important;
  left: 0;
  color: #888;
  background: #fafafa;
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 15px 0 20px;
  pointer-events: none;
}
.body-groups .groups-container sp-group-form-profile-photo,
.body-groups .groups-container .location-block-physical,
.body-groups .groups-container sp-group-form-cover-photo {
  display: block;
}
.body-groups .groups-container sp-group-form-profile-photo + .block-line,
.body-groups .groups-container .block-line + event-repetition-control,
.body-groups .groups-container event-repetition-control + .block-line,
.body-groups .groups-container .location-block-physical + .block-line,
.body-groups .groups-container .block-line + .location-block-physical,
.body-groups .groups-container sp-group-form-cover-photo + sp-group-form-cover-photo,
.body-groups .groups-container sp-group-form-cover-photo + .block-line,
.body-groups .groups-container sp-group-form-profile-photo + sp-group-form-cover-photo,
.body-groups .groups-container sp-user-profile-photo + .block-line {
  display: block;
  border-top: 1px solid #eee;
}
.body-groups .groups-container .form + .upload-container {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.body-groups .groups-container .upload-container .upload-usercontent + .upload-promo,
.body-groups .groups-container .upload-container .block-text + .upload-promo,
.body-groups .groups-container .upload-container .upload-usercontent + .upload-promo,
.body-groups .groups-container .upload-container .upload-usercontent + .upload-form,
.body-groups .groups-container .upload-container .upload-form + .upload-promo,
.body-groups .groups-container .upload-container .upload-promo + .upload-promo,
.body-groups .groups-container .upload-container .upload-promo + .block-text,
.body-groups .groups-container .upload-container .upload-promo + .upload-usercontent,
.body-groups .groups-container .upload-container .upload-promo + .upload-promo {
  border-top: 1px solid #f2f2f2;
}
.body-groups .groups-container .upload-container .upload-promo {
  padding: 40px 40px;
  position: relative;
  text-align: center;
}
.body-groups .groups-container .upload-container .upload-promo:before, .body-groups .groups-container .upload-container .upload-promo:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .upload-container .upload-promo:after {
  clear: both;
}
.body-groups .groups-container .upload-container .upload-promo p.error {
  font-size: 100%;
  line-height: 1.5;
  color: #c00;
  text-align: center;
}
.body-groups .groups-container .upload-container .upload-promo p.attention {
  text-align: center;
  font-size: 100%;
  line-height: 26px;
  color: #38a321;
}
.body-groups .groups-container .upload-container .upload-promo p.attention b {
  color: inherit;
}
.body-groups .groups-container .upload-container .upload-promo .promo-image {
  width: 160px;
  height: 96px;
  background: url("https://cdn-static.downtomeet.com/img/ico-upload.png") no-repeat center center;
  margin: 0 auto;
}
.body-groups .groups-container .upload-container .upload-promo h3 {
  padding-top: 24px;
  color: #343a40;
  font-size: 150%;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}
.body-groups .groups-container .upload-container .upload-promo h4 {
  padding-top: 8px;
  color: #343a40;
  font-size: 100%;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}
.body-groups .groups-container .upload-container .upload-promo #buttonSelectFilesContainer {
  margin-top: 24px;
}
.body-groups .groups-container .upload-container .upload-promo p {
  padding: 6px 0;
  text-align: center;
  color: #343a40;
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .upload-container .upload-promo ul {
  display: block;
  text-align: center;
  list-style: none;
  margin: 36px auto 12px;
}
.body-groups .groups-container .upload-container .upload-promo ul li {
  display: inline-block;
  text-align: center;
  width: auto;
}
.body-groups .groups-container .upload-container .upload-promo ul li > span {
  display: block;
  color: #c9c9c9;
  font-size: 80%;
  line-height: 1.5;
  font-weight: 600;
}
.body-groups .groups-container .upload-container .upload-promo ul li > b {
  display: block;
  color: #222;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 600;
}
.body-groups .groups-container .upload-container .upload-promo ul li + li {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #fafafa;
}
.body-groups .groups-container .upload-container .auth-listing {
  display: block;
  position: relative;
  width: 100%;
}
.body-groups .groups-container .upload-container .auth-listing:before, .body-groups .groups-container .upload-container .auth-listing:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .upload-container .auth-listing:after {
  clear: both;
}
.body-groups .groups-container .upload-container .auth-listing:before {
  position: absolute;
  left: 50%;
  display: block;
  top: 0;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  content: " ";
}
.body-groups .groups-container .upload-container .auth-listing .auth-part {
  position: relative;
  float: left;
  width: 50%;
  padding: 40px;
  border-top: 1px solid #f2f2f2;
}
.body-groups .groups-container .upload-container .auth-listing .auth-part h4 {
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
  color: #343a40;
}
.body-groups .groups-container .upload-container .auth-listing .auth-part p {
  color: #222;
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .upload-container .auth-listing .auth-part p + p {
  margin-top: 18px;
}
.body-groups .groups-container .upload-container .block-text {
  padding: 40px;
}
.body-groups .groups-container .upload-container .block-text h2 {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}
.body-groups .groups-container .upload-container .block-text p {
  font-size: 100%;
  line-height: 1.5;
  margin: 16px 0;
}
.body-groups .groups-container .upload-container .block-text ol.ordered {
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 16px;
}
.body-groups .groups-container .upload-container .block-text ol.ordered li {
  display: list-item;
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 5px;
  font-size: 100%;
  color: #222;
}
.body-groups .groups-container .upload-container .block-text ol.ordered li + li {
  margin-top: 10px;
}
.body-groups .groups-container .upload-container .block-text .terms-accept {
  display: block;
  margin: 24px 0;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label {
  display: inline-block;
  text-align: center;
  height: 50px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox],
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-appearance: none;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox] + span,
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  font-size: 100%;
  font-weight: 600;
  color: #343a40;
  padding-left: 56px;
  white-space: nowrap;
  padding-right: 20px;
  background: transparent url("https://cdn-static.downtomeet.com/img/sp/ico-check-white.png") no-repeat -4515px -4515px;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox] + span a,
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio] + span a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  text-decoration: underline;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox] + span:before,
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio] + span:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  margin-left: 0;
  margin-right: 0;
  left: 20px;
  box-shadow: none;
  border: 0;
  background: #fff;
  border: 1px solid #ddd;
  transition: bottom 333ms cubic-bezier(0.4, 0, 0.22, 1);
  border-radius: 1px;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox] + span + .background,
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio] + span + .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  border-radius: 3px;
  z-index: -1;
  border: 1px solid #ddd;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox]:checked + span,
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio]:checked + span {
  color: white;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox]:checked + span a,
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio]:checked + span a {
  color: white;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox]:checked + span:before,
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio]:checked + span:before {
  background: transparent url("https://cdn-static.downtomeet.com/img/sp/ico-check-white.png") no-repeat center center;
  border: 0;
}
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=checkbox]:checked + span + .background,
.body-groups .groups-container .upload-container .block-text .terms-accept .accept-label input[type=radio]:checked + span + .background {
  background: #69ba6d;
  border-color: #69ba6d;
}
.body-groups .groups-container .upload-container .block-thumbnails {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 40px 20px;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails {
  not-font-size: 0;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails sp-guest-upload-thumb {
  not-font-size: 0;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails:before, .body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails:after {
  content: " ";
  display: table;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails:after {
  clear: both;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-item {
  width: 24%;
  width: 24%;
  float: none;
  position: relative;
  height: 370px;
  padding: 20px;
  display: inline-block;
  font-size: 80%;
  color: #222;
  vertical-align: top;
  height: auto;
  margin-bottom: 24px;
  border-radius: 3px;
  transition: all 111ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .item-cnt {
  float: none;
  display: block;
  vertical-align: middle;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .item-cnt .item-box-thumb {
  display: block;
  text-align: center;
  position: relative;
  height: auto;
  width: 100%;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .item-cnt img {
  not-font-size: 0;
  color: transparent;
  min-width: 32px;
  min-height: 32px;
  background: #fafafa;
  max-width: 128px;
  max-height: 180px;
  vertical-align: top;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .item-cnt .loading {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .item-cnt .loading .loading-cnt {
  border: 1px solid #ddd;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: url("https://cdn-static.downtomeet.com/img/sp/photo-loader-bw.gif") repeat 0 1px;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .item-cnt .loading .loading-status {
  min-width: 10% !important;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .item-cnt .loading .loading-status {
  margin: 1px;
  height: 10px;
  width: 0;
  background: url("https://cdn-static.downtomeet.com/img/sp/photo-loader.gif") repeat 0 0;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data {
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 4px;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .data-generic {
  position: relative;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .data-generic .data-title {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 600;
  color: #111;
  padding-right: 0;
  word-wrap: break-word;
  white-space: normal;
  max-height: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .data-generic .data-description {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .data-generic .data-details {
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #8c99a5;
  text-align: left;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .data-generic .data-details .details-size {
  font-size: 80%;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  color: white;
  background: #b9c6d2;
  padding: 1px 3px;
  border-radius: 3px;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .data-generic .data-details .details-additional {
  display: none;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .actions-link, .body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions > a {
  color: #e32232;
  text-decoration: none;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .actions-link:hover, .body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions > a:hover {
  text-decoration: underline;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .actions-rotate .rotate {
  bottom: 5px;
  width: 16px;
  height: 16px;
  background: url("https://cdn-static.downtomeet.com/img/ico-rotates.png") no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  margin-top: 4px;
  background-color: #fff;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .actions-rotate .rotate.rotate-right {
  right: 5px;
  background-position: -17px 0;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .actions-rotate .rotate.rotate-left:hover {
  background-position: 0 -18px;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .actions-rotate .rotate.rotate-right:hover {
  background-position: -17px -18px;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .item-cover,
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .item-delete {
  color: #8c99a5;
  text-decoration: none;
  cursor: pointer;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .item-cover:hover,
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .item-delete:hover {
  color: #cc0000;
  text-decoration: underline;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .item-cover.active {
  pointer-events: none;
}
.body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-photo-data .upload-actions .item-cover.active:before {
  font-family: Font Awesome\ 5 Free;
  content: "";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.body-groups .groups-container .upload-container .upload-block .shrink-more {
  display: none;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime {
  background: #fafafa;
  text-align: center;
  padding: 30px 40px 20px;
  position: relative;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime > * {
  padding-bottom: 18px;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1100;
  background: white;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  bottom: 0;
  right: 0;
  min-height: 100vh;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime h4 {
  padding: 0;
  text-align: center;
  color: #343a40;
  font-size: 120%;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime p {
  text-align: center;
  line-height: 1.5;
  font-size: 100%;
  color: #343a40;
  padding-bottom: 12px;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime .realtime-stats {
  color: #8c99a5;
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime .notification-text {
  color: #ff7c00;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  padding: 4px 0 6px;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime .sp-button-action {
  -webkit-transition: all 0.23s ease;
  -moz-transition: all 0.23s ease;
  transition: all 0.23s ease;
  -moz-animation-duration: 1.1s;
  -moz-animation-name: button-border-green;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-name: button-border-green;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation: none;
  animation-duration: 1.1s;
  animation-name: button-border-green;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  border: 1px solid orange;
  border-color: #4ca44d #4ca44d #4ca44d #4ca44d;
  -moz-box-shadow: 0 1px 2px #a1e1a1, 0 1px 0 #a1e1a1 inset;
  -webkit-box-shadow: 0 1px 2px #a1e1a1, 0 1px 0 #a1e1a1 inset;
  box-shadow: 0 1px 2px #a1e1a1, 0 1px 0 #a1e1a1 inset;
  background: #6dbe6e;
  background: -moz-linear-gradient(top, #6dbe6e 0%, #53ab54 100%);
  background: -webkit-linear-gradient(top, #6dbe6e 0%, #53ab54 100%);
  background: linear-gradient(to bottom, #6dbe6e 0%, #53ab54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6dbe6e", endColorstr="#53ab54",GradientType=0 );
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4515);
  padding: 10px 15px;
  color: white;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime .loading-cnt {
  position: absolute;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #ddd;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: url("https://cdn-static.downtomeet.com/img/sp/photo-loader-bw.gif") repeat 0 1px;
  top: auto;
  bottom: 0;
  background-color: white;
  border-color: #ddd;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime .loading-status {
  min-width: 10% !important;
}
.body-groups .groups-container .upload-container .upload-block .upload-realtime .loading-status {
  margin: 1px;
  height: 10px;
  width: 0;
  background: url("https://cdn-static.downtomeet.com/img/sp/photo-loader.gif") repeat 0 0;
}
.body-groups .groups-container .upload-container .upload-block .uploader-error {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border: 2px solid red;
  color: inherit;
  padding: 15px;
  border-radius: 5px;
}
.body-groups .groups-container .upload-container .block-finish {
  padding: 40px;
}
.body-groups .groups-container .upload-container .block-finish .upload-usercontent {
  padding: 0;
}
.body-groups .groups-container .upload-container .block-finish .upload-usercontent > .usertext-container {
  padding: 30px 0 30px;
}
.body-groups .groups-container .upload-container .block-finish .upload-finish {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 20px;
}
.body-groups .groups-container .upload-container .block-finish .upload-finish .promo-image {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-success-circle.png") no-repeat center center;
}
.body-groups .groups-container .upload-container .block-finish .upload-finish .promo-text {
  display: inline-block;
  max-width: 80%;
  padding-left: 20px;
}
.body-groups .groups-container .upload-container .block-finish .upload-finish .promo-text h3 {
  padding: 0;
  margin: 0;
  color: #343a40;
  font-size: 150%;
  line-height: 32px;
  text-align: left;
  font-weight: 600;
}
.body-groups .groups-container .upload-container .block-finish .upload-finish .promo-text p {
  line-height: 1.5;
  font-size: 100%;
  color: #343a40;
}
.body-groups .groups-container .upload-container .block-finish .upload-finish .promo-text p b {
  font-weight: 600;
}
.body-groups .groups-container .upload-container .block-finish .upload-finish .promo-text p + p {
  margin-top: 12px;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback {
  position: relative;
  padding-bottom: 20px;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback.done h3 {
  color: #a6b424;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback h3 {
  margin: 0;
  color: #343a40;
  font-size: 120%;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  padding: 20px 0;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions {
  text-align: center;
  display: block;
  width: 100%;
  vertical-align: middle;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  vertical-align: bottom;
  padding-top: 68px;
  line-height: 1.5;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  position: relative;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a:before {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  content: " ";
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-feedback-verygood.png") no-repeat center center;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-verybad:before {
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-feedback-verybad.png") no-repeat center center;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-bad:before {
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-feedback-bad.png") no-repeat center center;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-average:before {
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-feedback-average.png") no-repeat center center;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-rathergood:before {
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-feedback-good.png") no-repeat center center;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-verygood:before {
  background: url("https://cdn-static.downtomeet.com/img/sp/ico-feedback-verygood.png") no-repeat center center;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a + a {
  margin-left: 16px;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a span {
  font-size: 80%;
  font-weight: 600;
  line-height: 1.5;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-verybad, .body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-bad {
  color: #eb0b19;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-average {
  color: #fd9026;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-verygood, .body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.feedback-rathergood {
  color: #a6b424;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-actions > a.active {
  transform: scale(1.25) rotate(2deg);
  z-index: 1;
  position: relative;
  background: white;
  pointer-events: none;
  cursor: default;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional {
  margin-top: 24px;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional h3 span {
  display: block;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item {
  text-align: center;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item + .table-item {
  margin-top: 20px;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item .form-control {
  text-align: center;
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item .form-control input[type=email],
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item .form-control input[type=password],
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item .form-control input[type=number],
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item .form-control input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item .form-control textarea {
  display: block;
  width: 100%;
  height: 180px;
  padding: 10px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item .form-control input:focus, .body-groups .groups-container .upload-container .block-finish .upload-feedback .feedback-additional .details-table .table-item .form-control textarea:focus {
  border-color: #0c82d8;
}
.body-groups .groups-container .upload-container.shrink .upload {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}
.body-groups .groups-container .upload-container.shrink .upload-promo {
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .promo-image {
  float: left;
  display: none;
  width: 80px;
  height: 48px;
  background-size: 80px 48px;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-realtime {
  padding-top: 20px;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container {
  display: inline-block;
  padding-left: 18px;
  float: none;
  text-align: center;
  overflow: hidden;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container .shrink-more {
  display: inline;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container h3 {
  text-align: left;
  padding-top: 0;
  font-size: 120%;
  line-height: 1.5;
  display: block;
  padding-bottom: 0;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container h3 + p {
  display: inline-block;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container h3 + #buttonSelectFilesContainer {
  display: inline-block;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container h3 + #buttonSelectFilesContainer .button-select-photos {
  height: auto;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: 100%;
  border: 0;
  color: #e32232;
  text-decoration: underline;
  background: transparent;
  text-transform: lowercase;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container h4 {
  padding-top: 2px;
  font-size: 100%;
  text-align: center;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container #buttonSelectFilesContainer {
  margin-top: 0;
}
.body-groups .groups-container .upload-container.shrink .upload-promo .upload-button-container #buttonSelectFilesContainer .button-select-photos {
  position: relative;
  z-index: 1;
  height: 30px;
  line-height: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.body-groups .groups-container .upload-container.shrink .upload-promo ul {
  float: right;
  margin: 4px auto 0;
}
.body-groups .groups-container .upload-container.shrink .upload-promo ul li + li {
  margin-left: 10px;
  padding-left: 18px;
}
.body-groups .groups-container [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.body-groups .groups-container [type=radio] + span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.body-groups .groups-container [type=radio] + span + span {
  margin-left: 8px;
}
.body-groups .groups-container [type=radio] + span:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 0.125em solid #fff;
  -webkit-box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  -moz-box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  -o-box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  -ms-box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  box-shadow: 0px 1px 0 #ccc, 0px 2px 1px #eee, -1px 0px 0 #ccc, 1px 0 0 #ccc, 0px -1px 0 #ccc;
  margin-right: 0.75em;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  transition: 0.15s ease all;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.body-groups .groups-container [type=radio]:checked + span:before {
  background: #e32232;
  -webkit-box-shadow: 0 0 1px #e32232, 0 0 1px #e32232;
  -moz-box-shadow: 0 0 1px #e32232, 0 0 1px #e32232;
  -o-box-shadow: 0 0 1px #e32232, 0 0 1px #e32232;
  box-shadow: 0 0 1px #e32232, 0 0 1px #e32232;
}
.body-groups .groups-container .numInputWrapper {
  opacity: 1;
}
.body-groups .groups-container input[type=email],
.body-groups .groups-container input[type=password],
.body-groups .groups-container input[type=number],
.body-groups .groups-container textarea,
.body-groups .groups-container select,
.body-groups .groups-container input[type=text] {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  font-size: 100%;
  background: white;
  border-radius: 0;
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 0 2px 0 #eee;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .groups-container input[type=email].error-field,
.body-groups .groups-container input[type=password].error-field,
.body-groups .groups-container input[type=number].error-field,
.body-groups .groups-container textarea.error-field,
.body-groups .groups-container select.error-field,
.body-groups .groups-container input[type=text].error-field {
  background-color: rgba(229, 29, 42, 0.1);
  border-color: rgba(229, 29, 42, 0.5);
}
.body-groups .groups-container input[type=email][disabled], .body-groups .groups-container input[type=email].disabled,
.body-groups .groups-container input[type=password][disabled],
.body-groups .groups-container input[type=password].disabled,
.body-groups .groups-container input[type=number][disabled],
.body-groups .groups-container input[type=number].disabled,
.body-groups .groups-container textarea[disabled],
.body-groups .groups-container textarea.disabled,
.body-groups .groups-container select[disabled],
.body-groups .groups-container select.disabled,
.body-groups .groups-container input[type=text][disabled],
.body-groups .groups-container input[type=text].disabled {
  pointer-events: none;
  background-color: #fafafa;
  color: #888;
  border-color: #ccc;
}
.body-groups .groups-container input[type=email][disabled]:focus, .body-groups .groups-container input[type=email][disabled]:hover, .body-groups .groups-container input[type=email].disabled:focus, .body-groups .groups-container input[type=email].disabled:hover,
.body-groups .groups-container input[type=password][disabled]:focus,
.body-groups .groups-container input[type=password][disabled]:hover,
.body-groups .groups-container input[type=password].disabled:focus,
.body-groups .groups-container input[type=password].disabled:hover,
.body-groups .groups-container input[type=number][disabled]:focus,
.body-groups .groups-container input[type=number][disabled]:hover,
.body-groups .groups-container input[type=number].disabled:focus,
.body-groups .groups-container input[type=number].disabled:hover,
.body-groups .groups-container textarea[disabled]:focus,
.body-groups .groups-container textarea[disabled]:hover,
.body-groups .groups-container textarea.disabled:focus,
.body-groups .groups-container textarea.disabled:hover,
.body-groups .groups-container select[disabled]:focus,
.body-groups .groups-container select[disabled]:hover,
.body-groups .groups-container select.disabled:focus,
.body-groups .groups-container select.disabled:hover,
.body-groups .groups-container input[type=text][disabled]:focus,
.body-groups .groups-container input[type=text][disabled]:hover,
.body-groups .groups-container input[type=text].disabled:focus,
.body-groups .groups-container input[type=text].disabled:hover {
  background-color: #fafafa;
  color: #888;
  border-color: #ccc;
}
.body-groups .groups-container input[type=email]:focus,
.body-groups .groups-container input[type=password]:focus,
.body-groups .groups-container input[type=number]:focus,
.body-groups .groups-container textarea:focus,
.body-groups .groups-container select:focus,
.body-groups .groups-container input[type=text]:focus {
  border-color: #aaa;
  box-shadow: 0 2px 0 #ddd;
  outline: none;
}
.body-groups .groups-container input[type=email].half,
.body-groups .groups-container input[type=password].half,
.body-groups .groups-container input[type=number].half,
.body-groups .groups-container textarea.half,
.body-groups .groups-container select.half,
.body-groups .groups-container input[type=text].half {
  width: 48%;
}
.body-groups .groups-container input[type=email].half + select.half,
.body-groups .groups-container input[type=password].half + select.half,
.body-groups .groups-container input[type=number].half + select.half,
.body-groups .groups-container textarea.half + select.half,
.body-groups .groups-container select.half + select.half,
.body-groups .groups-container input[type=text].half + select.half {
  margin-left: 6px;
}
.body-groups .groups-container textarea {
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: vertical;
  min-height: 75px;
}
.body-groups .groups-container textarea[autosize] {
  transition: none;
}
.body-groups .groups-container textarea.medium {
  height: 200px;
}
.body-groups .groups-container textarea.high {
  height: 300px;
}
.body-groups .groups-container textarea.twoliner {
  height: 72px;
  min-height: 72px;
}
.body-groups .groups-container select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("https://cdn-static.downtomeet.com/img/sp/selectbox-arrow-48.png") no-repeat right center;
  padding-right: 50px;
}
.body-groups .groups-container select option {
  font-size: 24px;
}
.body-groups .groups-container select, .body-groups .groups-container select * {
  outline: none !important;
}
.body-groups .groups-container select.time {
  min-width: 150px;
}
.body-groups .groups-container select.time-ampm {
  min-width: 100px;
}
.body-groups .groups-container label {
  cursor: pointer;
}
.body-groups .groups-container label.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.body-groups .groups-container label:not(.block) {
  margin-right: 40px;
  margin-bottom: 8px;
}
.body-groups .groups-container label input[type=checkbox] {
  display: none;
  background-image: url("https://cdn-static.downtomeet.com/img/ico-checkbox-red.png"), url("https://cdn-static.downtomeet.com/img/ico-checkbox-red.png");
  background-position: -4515px -4515px, -4515px -4515px;
}
.body-groups .groups-container label input[type=checkbox].smaller:checked {
  background-position: 0px 1px;
}
.body-groups .groups-container label input[type=checkbox].smaller:checked + span:before {
  background-position: 0px 1px;
}
.body-groups .groups-container label input[type=checkbox].smaller + span {
  padding-left: 30px;
}
.body-groups .groups-container label input[type=checkbox].smaller + span:before {
  margin-top: 2px;
  width: 18px;
  height: 18px;
}
.body-groups .groups-container label input[type=checkbox]:checked {
  background: #e32232 url("https://cdn-static.downtomeet.com/img/ico-checkbox-red.png") no-repeat 2px 3px;
  border-color: #e32232;
}
.body-groups .groups-container label input[type=checkbox]:checked + span {
  position: relative;
}
.body-groups .groups-container label input[type=checkbox]:checked + span:before {
  background: #e32232 url("https://cdn-static.downtomeet.com/img/ico-checkbox-red.png") no-repeat 3px 3px;
  border-color: #e32232;
}
.body-groups .groups-container label input[type=checkbox] + span {
  position: relative;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding-left: 40px;
}
.body-groups .groups-container label input[type=checkbox] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  border: 1px solid #bbb;
  width: 24px;
  height: 24px;
  float: left;
  background: white;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
}
.body-groups .groups-container .system-message {
  display: block;
  width: 100%;
}
.body-groups .groups-container .system-message > .message-error {
  background: #fff2f1;
  border: 1px solid rgba(255, 0, 0, 0.2);
  color: #e32232;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 3px;
}
.body-groups .groups-container > sp-group-dashboard-feed {
  display: block;
}
.body-groups .groups-container > sp-group-dashboard-feed .box {
  max-width: 50%;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.body-groups .group-info-mobile {
  outline: 0;
  border-bottom: 1px solid #eee;
}
.body-groups .group-info-mobile .block {
  padding: 15px;
}
.body-groups .group-info-mobile .block + .block {
  border-top: 1px solid #eee;
}
.body-groups .group-info-mobile .block-group:before, .body-groups .group-info-mobile .block-group:after {
  content: " ";
  display: table;
}
.body-groups .group-info-mobile .block-group:after {
  clear: both;
}
.body-groups .group-info-mobile .block-group .group-profile {
  display: block;
  position: relative;
  margin-bottom: 2px;
}
.body-groups .group-info-mobile .block-group .group-profile:before, .body-groups .group-info-mobile .block-group .group-profile:after {
  content: " ";
  display: table;
}
.body-groups .group-info-mobile .block-group .group-profile:after {
  clear: both;
}
.body-groups .group-info-mobile .block-group .group-profile a {
  display: block;
}
.body-groups .group-info-mobile .block-group .group-profile .avatar-change {
  position: absolute;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  background: rgba(0, 0, 0, 0.33);
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
  opacity: 0;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .group-info-mobile .block-group .group-profile .avatar-change:hover {
  background: rgba(0, 0, 0, 0.69);
}
.body-groups .group-info-mobile .block-group .group-profile .group-profile-empty ~ .avatar-change {
  opacity: 1;
}
.body-groups .group-info-mobile .block-group .group-profile:hover .avatar-change {
  opacity: 1;
}
.body-groups .group-info-mobile .block-group .group-profile img {
  float: left;
  max-width: 100%;
  max-height: 600px;
  min-width: 100%;
  height: auto;
  border: 0px solid white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  max-width: 72px;
  min-width: 72px;
}
.body-groups .group-info-mobile .block-group .group-name {
  padding-top: 20px;
  font-size: 120%;
  color: #222;
  font-weight: 700;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.body-groups .group-info-mobile .block-group .group-name a {
  text-decoration: none;
  color: inherit;
}
.body-groups .group-info-mobile .block-group .group-name a.active {
  pointer-events: none;
}
.body-groups .group-info-mobile .block-group .group-name a:hover {
  color: #e32232;
}
.body-groups .group-info-mobile .block-group .founded-line {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.body-groups .group-info-mobile .block-group p {
  font-size: 90%;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
}
.body-groups .group-info-mobile .block-group p span {
  display: block;
}
.body-groups .group-info-mobile .block-group p span.inline-item {
  display: inline-block;
}
.body-groups .group-info-mobile .block-group p span.inline-item + .inline-item:before {
  content: " ·";
  padding-left: 0;
  padding-right: 4px;
}
.body-groups .group-info-mobile .block-group .group-profile {
  float: left;
  width: 82px;
}
.body-groups .group-info-mobile .block-group .group-information {
  padding-left: 0px;
  display: block;
  width: auto;
  text-align: left;
}
.body-groups .group-info-mobile .block-group .group-information .group-name {
  padding-top: 0;
}
.body-groups .group-info-mobile .block-group .group-information .founded-line {
  margin-top: 2px;
  border-top: 0;
  padding-top: 0;
}
.body-groups .group-info-mobile .block-organizers {
  clear: both;
  margin-top: 10px;
}
.body-groups .group-info-mobile .block-organizers .organizers-item {
  font-size: 90%;
}
.body-groups .group-info-mobile .block-organizers .organizers-item .additional {
  color: #222;
  font-weight: normal;
}
.body-groups .group-info-mobile .block-organizers .organizers-item .additional a {
  font-weight: 600;
}
.body-groups .group-info-mobile .block-organizers .organizers-item > a img {
  max-width: 36px;
  max-height: 36px;
  border-radius: 300px;
  float: left;
  margin-right: 10px;
}
.body-groups .group-info-mobile .block-organizers .organizers-item > a .organizer {
  display: inline-block;
  margin-top: -1px;
  font-weight: 600;
}
.body-groups .group-info-mobile .block-organizers .organizers-item > a .organizer b {
  color: #222;
  font-weight: 400;
}
.body-groups .entry-visible > a, .body-groups .jg-entry > a {
  position: relative;
  display: inline-block;
}
.body-groups .entry-visible > a .photo-title-view, .body-groups .jg-entry > a .photo-title-view {
  font-size: 12px;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 20px 12px 6px 12px;
  filter: alpha(opacity=100);
  text-overflow: ellipsis;
  pointer-events: none;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
  hyphens: auto;
  bottom: 0 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.69)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  max-height: 122px;
  font-weight: 600;
}
.body-groups .entry-visible > a:hover .photo-title-view, .body-groups .jg-entry > a:hover .photo-title-view {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.body-groups .twopanel {
  position: relative;
  display: table;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
.body-groups .twopanel:before, .body-groups .twopanel:after {
  content: " ";
  display: table;
}
.body-groups .twopanel:after {
  clear: both;
}
.body-groups .twopanel .panel-left {
  padding: 10px 0;
  /* float: left; */
  width: 30%;
  background: #fbfbfb;
  border-right: 1px solid #e3e3e3;
  height: 100%;
  top: 0;
  left: 0;
  display: table-cell;
  vertical-align: top;
}
.body-groups .twopanel .panel-left ul {
  list-style: none;
}
.body-groups .twopanel .panel-left ul li {
  list-style: none;
  display: block;
}
.body-groups .twopanel .panel-left ul li a {
  width: 100%;
  display: block;
  padding: 8px 20px;
  color: #222;
  line-height: 1.5;
}
.body-groups .twopanel .panel-left ul li a:hover {
  color: #e32232;
}
.body-groups .twopanel .panel-left ul li.active a {
  background: #e32232;
  color: white;
}
.body-groups .twopanel .panel-right {
  padding: 20px;
  width: 70%;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.body-groups .twopanel .panel-right .tag-items:before, .body-groups .twopanel .panel-right .tag-items:after {
  content: " ";
  display: table;
}
.body-groups .twopanel .panel-right .tag-items:after {
  clear: both;
}
.body-groups .twopanel .panel-right .tag-items a {
  float: left;
  width: auto;
  margin-right: 10px;
  background: #fbfbfb;
  border: 1px solid #eee;
  padding: 5px 16px 5px 42px;
  line-height: 1.5;
  position: relative;
  border-radius: 3px;
  margin-bottom: 10px;
  margin: 0 20px 20px 0;
  color: #222;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.body-groups .twopanel .panel-right .tag-items a:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-color: #ddd;
  color: #e32232;
}
.body-groups .twopanel .panel-right .tag-items a:active, .body-groups .twopanel .panel-right .tag-items a.active {
  background: #e32232;
  color: white;
  border-color: #e32232;
}
.body-groups .twopanel .panel-right .tag-items a:active:before, .body-groups .twopanel .panel-right .tag-items a.active:before {
  content: "✔";
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  font-size: 100%;
}
.body-groups .twopanel .panel-right .tag-items a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  content: "+";
  font-weight: 600;
  color: white;
  display: block;
  background: #e32232;
  text-align: center;
  line-height: 1.5;
  font-size: 150%;
  border-radius: 3px 0 0 3px;
}
.body-groups .twopanel.twopanel-calendar .panel-left.calendar-groups .calendar-groups-listing {
  padding: 10px 20px;
}
.body-groups .twopanel.twopanel-calendar .panel-left.calendar-groups .calendar-groups-listing .calendar-groups-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 90%;
}
.body-groups .twopanel.twopanel-calendar .panel-left.calendar-groups .calendar-groups-listing .calendar-groups-item:last-child {
  border-bottom: 0;
}
.body-groups .twopanel.twopanel-calendar .panel-right.calendar {
  padding: 0;
}
.body-groups .calendar-listing {
  padding: 0;
}
.body-groups .calendar-listing .calendar-submenu {
  border-bottom: 0;
  background: #fbfbfb;
  z-index: 4;
}
.body-groups .calendar-listing .calendar-submenu .side-left {
  padding: 0 20px;
}
.body-groups .calendar-listing .calendar-submenu .side-left h2 {
  white-space: nowrap;
  line-height: 50px;
  font-weight: 700;
}
.body-groups .calendar-listing .calendar-submenu .side-right {
  vertical-align: middle;
  padding: 8px 20px;
}
.body-groups .calendar-listing .calendar-submenu .side-right > * {
  vertical-align: middle;
}
.body-groups .tui-full-calendar-layout {
  border-bottom: 1px solid #eee;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-weekday-grid-line {
  padding: 1px;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
  color: #888;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-detail .tui-full-calendar-section-header {
  height: auto;
  margin-bottom: 2px;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-detail-date.tui-full-calendar-content {
  line-height: 17px;
  height: auto;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-month-guide-block {
  display: none !important;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-month-guide-block .tui-full-calendar-month-creation-guide {
  border-color: transparent !important;
  background: transparent !important;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
  background: #e32232;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-detail .tui-full-calendar-content,
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-detail-item {
  font-weight: 400;
  color: #222;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-vertical-line,
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-edit {
  display: none;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-detail-item {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-icon.tui-full-calendar-ic-state-b {
  display: none;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-icon.tui-full-calendar-ic-state-b + * {
  display: none;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-delete {
  width: 100%;
  padding-left: 0;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-delete .tui-full-calendar-icon.tui-full-calendar-ic-delete {
  display: none;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-delete .tui-full-calendar-content {
  text-indent: -4515px;
  display: block;
  position: relative;
  text-align: left;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-delete .tui-full-calendar-content:before {
  content: "View event →";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  color: #e32232;
  text-align: left;
}
.body-groups .tui-full-calendar-layout .tui-full-calendar-popup-delete .tui-full-calendar-content:hover:before {
  text-decoration: underline;
}
.body-groups .form-processing .form-error {
  display: none;
}
.body-groups .form-error {
  color: red;
}
.body-groups tag-input {
  min-height: 80px;
}
.body-groups .ng2-tag-input.ng2-tag-input--focused[_ngcontent-c0] {
  border-bottom: 2px solid #e32232;
}
.body-groups input.ng2-tag-input__text-input[_ngcontent-c0],
.body-groups input.ng2-tag-input__text-input[_ngcontent-c1],
.body-groups input.ng2-tag-input__text-input[_ngcontent-c3],
.body-groups input.ng2-tag-input__text-input[_ngcontent-c2] {
  width: auto;
  height: auto;
  border: none;
  box-shadow: none !important;
  padding: 8px 10px;
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
}
.body-groups tag-input {
  width: 100%;
}
.body-groups tag-input > div.ng2-tag-input {
  border-bottom: 1px solid #9e9e9e !important;
  margin-bottom: 0 !important;
}
.body-groups tag-input > div.ng2-tag-input :focus {
  border-bottom: 1px solid #ff4081 !important;
}
.body-groups tag-input > div.ng2-tag-input > div.ng2-tags-container {
  width: 100%;
}
.body-groups tag-input > div.ng2-tag-input > div.ng2-tags-container > tag-input-form > form > input {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  box-shadow: 0 0 0 0 white !important;
}
.body-groups tag-input > tag-input-dropdown {
  width: 100%;
}
.body-groups tag-input > tag-input-dropdown > ng2-dropdown {
  width: 100%;
}
.body-groups tag-input > tag-input-dropdown > ng2-dropdown > div.ng2-dropdown-container {
  width: 100%;
}
.body-groups tag-input > tag-input-dropdown > ng2-dropdown > div.ng2-dropdown-container > ng2-dropdown-menu {
  width: 100%;
}
.body-groups tag-input > tag-input-dropdown > ng2-dropdown > div.ng2-dropdown-container > ng2-dropdown-menu > div.ng2-dropdown-menu {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-height: 200px !important;
}
.body-groups tag[_ngcontent-c3],
.body-groups tag[_ngcontent-c2],
.body-groups tag[_ngcontent-c1],
.body-groups tag[_ngcontent-c0] {
  opacity: 1;
  background: #e32232;
  padding: 0px 10px;
  color: white;
  text-rendering: optimizeLegibility;
  -ms-interpolation-mode: bicubic;
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern" 1;
  letter-spacing: 0;
  font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
  font-size: 100%;
  line-height: 32px;
  padding: 0 15px;
  font-weight: 600;
  border-radius: 0 3px 3px 0;
  background: #fafafa;
  border: 1px solid #ddd;
  box-shadow: 5px 0 #e32232 inset;
  color: #222;
  margin-right: 10px;
  padding-right: 40px;
}
.body-groups tag[_ngcontent-c3]:not(.readonly):not(.tag--editing):active,
.body-groups tag[_ngcontent-c2]:not(.readonly):not(.tag--editing):active,
.body-groups tag[_ngcontent-c1]:not(.readonly):not(.tag--editing):active,
.body-groups tag[_ngcontent-c0]:not(.readonly):not(.tag--editing):active {
  background: #e32232;
}
.body-groups tag[_ngcontent-c3]:not(.readonly):not(.tag--editing):focus,
.body-groups tag[_ngcontent-c2]:not(.readonly):not(.tag--editing):focus,
.body-groups tag[_ngcontent-c1]:not(.readonly):not(.tag--editing):focus,
.body-groups tag[_ngcontent-c0]:not(.readonly):not(.tag--editing):focus {
  background: #e32232;
}
.body-groups tag[_ngcontent-c3]:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover,
.body-groups tag[_ngcontent-c2]:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover,
.body-groups tag[_ngcontent-c1]:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover,
.body-groups tag[_ngcontent-c0]:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover {
  background: white;
}
.body-groups tag[_ngcontent-c3] svg, .body-groups tag[_ngcontent-c3] svg *,
.body-groups tag[_ngcontent-c2] svg,
.body-groups tag[_ngcontent-c2] svg *,
.body-groups tag[_ngcontent-c1] svg,
.body-groups tag[_ngcontent-c1] svg *,
.body-groups tag[_ngcontent-c0] svg,
.body-groups tag[_ngcontent-c0] svg * {
  fill: white;
}
.body-groups tag[_ngcontent-c3] delete-icon[_nghost-c5],
.body-groups tag[_ngcontent-c2] delete-icon[_nghost-c5],
.body-groups tag[_ngcontent-c1] delete-icon[_nghost-c5],
.body-groups tag[_ngcontent-c0] delete-icon[_nghost-c5] {
  position: absolute;
  top: -1px;
  right: 10px;
}
.body-groups .flatpickr-day.past {
  color: #888;
}
.body-groups .flatpickr-day.past.selected {
  color: #fff;
}
.body-groups .flatpickr-day.selected,
.body-groups .flatpickr-day.startRange,
.body-groups .flatpickr-day.endRange,
.body-groups .flatpickr-day.selected.inRange,
.body-groups .flatpickr-day.startRange.inRange,
.body-groups .flatpickr-day.endRange.inRange,
.body-groups .flatpickr-day.selected:focus,
.body-groups .flatpickr-day.startRange:focus,
.body-groups .flatpickr-day.endRange:focus,
.body-groups .flatpickr-day.selected:hover,
.body-groups .flatpickr-day.startRange:hover,
.body-groups .flatpickr-day.endRange:hover,
.body-groups .flatpickr-day.selected.prevMonthDay,
.body-groups .flatpickr-day.startRange.prevMonthDay,
.body-groups .flatpickr-day.endRange.prevMonthDay,
.body-groups .flatpickr-day.selected.nextMonthDay,
.body-groups .flatpickr-day.startRange.nextMonthDay,
.body-groups .flatpickr-day.endRange.nextMonthDay {
  background: #e32232;
  border-color: #e32232;
}
.body-groups .cookie-law .cookie-law-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(230, 230, 230, 0.95);
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 -2px 15px -5px rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  animation-name: cookieRemove;
  -webkit-animation-name: cookieRemove;
  -moz-animation-name: cookieRemove;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  animation-delay: 45s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}
.body-groups .cookie-law .cookie-law-wrapper .copy {
  width: 100%;
  max-width: 708px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-size: 90%;
  text-align: left;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 130px;
  color: #222;
}
.body-groups .cookie-law .cookie-law-wrapper .copy span {
  color: #222 !important;
}
.body-groups .cookie-law .cookie-law-wrapper .copy .dismiss {
  top: 50%;
  margin-top: -17px;
  color: white;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-radius: 3px;
  text-align: center;
  opacity: 1 !important;
  font-weight: 400;
  background: #e32232;
  border-color: #e32232;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 2px solid #920f1a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.body-groups .cookie-law .cookie-law-wrapper .copy .dismiss svg {
  display: none !important;
}
.body-groups .cookie-law .cookie-law-wrapper .copy .dismiss:before {
  content: "OK, I AGREE";
  text-decoration: none;
  color: white;
}
.body-groups .cookie-law .cookie-law-wrapper .copy span a {
  color: #e32232;
}
.body-groups .cookie-law .cookie-law-wrapper .copy span a:hover {
  text-decoration: none;
}

.rating-set {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
  font-size: 0;
}
.rating-set > span {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  padding-right: 10px;
  box-sizing: content-box !important;
}
.rating-set > span img {
  width: 100%;
  height: 100%;
}
.rating-set > span:hover img,
.rating-set > span:hover ~ span img {
  opacity: 0;
}
.rating-set > span.active:before,
.rating-set > span.active ~ span:before,
.rating-set > span:hover:before,
.rating-set > span:hover ~ span:before {
  background: url("https://cdn-static.downtomeet.com/img/ico-rating-star-active.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
}

.rating-explanation {
  font-size: 90%;
  padding-top: 6px;
  display: block;
}

hr.small {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eee;
}

.nowrap {
  white-space: nowrap !important;
}

.badge-info-past {
  font-size: 14px !important;
}
.badge-info-past i {
  color: #e32232 !important;
}
.badge-info-past .paragraph {
  font-size: 14px !important;
}

.badge-event-status i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: blue;
  border-radius: 10px;
}
.badge-event-status .event-status-public i {
  background-color: #5cb85c;
}
.badge-event-status .event-status-title i {
  background-color: #00b8d4;
}
.badge-event-status .event-status-unlisted i {
  background-color: #ed7f22;
}
.badge-event-status .event-status-private i {
  background-color: #e32232;
}
.badge-event-status .paragraph {
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: left !important;
}
.badge-event-status .paragraph .paragraph-title {
  font-weight: 600;
  display: block;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip,
.list-events .event-item .event-content .badge-event-status .common-tooltip {
  position: absolute;
  top: 0;
  left: 0;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip > span,
.list-events .event-item .event-content .badge-event-status .common-tooltip > span {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  left: -5px;
  right: auto;
  margin-left: -4px;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip > span:before, .box-event-navigation .box-header .badge-event-status .common-tooltip > span:after,
.list-events .event-item .event-content .badge-event-status .common-tooltip > span:before,
.list-events .event-item .event-content .badge-event-status .common-tooltip > span:after {
  left: 7px;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip > span:after,
.list-events .event-item .event-content .badge-event-status .common-tooltip > span:after {
  left: 7px !important;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip i,
.list-events .event-item .event-content .badge-event-status .common-tooltip i {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #fc00ff;
  border-right: 12px solid transparent;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip.event-status-public i,
.list-events .event-item .event-content .badge-event-status .common-tooltip.event-status-public i {
  border-top-color: #5cb85c;
  background: transparent;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip.event-status-title i,
.list-events .event-item .event-content .badge-event-status .common-tooltip.event-status-title i {
  border-top-color: #00b8d4;
  background: transparent;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip.event-status-unlisted i,
.list-events .event-item .event-content .badge-event-status .common-tooltip.event-status-unlisted i {
  border-top-color: #ed7f22;
  background: transparent;
}
.box-event-navigation .box-header .badge-event-status .common-tooltip.event-status-private i,
.list-events .event-item .event-content .badge-event-status .common-tooltip.event-status-private i {
  border-top-color: #e32232;
  background: transparent;
}

.item-event .event-image .badge-event-status .common-tooltip > span {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  left: -5px;
  right: auto;
  margin-left: -4px;
}
.item-event .event-image .badge-event-status .common-tooltip > span:before, .item-event .event-image .badge-event-status .common-tooltip > span:after {
  left: 7px;
}
.item-event .event-image .badge-event-status .common-tooltip > span:after {
  left: 8px !important;
}
.item-event .event-image .badge-event-status .common-tooltip i {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #fc00ff;
  border-right: 12px solid transparent;
}
.item-event .event-image .badge-event-status .common-tooltip.event-status-public i {
  border-top-color: #5cb85c;
  background: transparent;
}
.item-event .event-image .badge-event-status .common-tooltip.event-status-title i {
  border-top-color: #00b8d4;
  background: transparent;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em 0.2em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  margin-top: -2px;
}

.badge-downtomeet {
  background-color: #e32232;
  color: white;
}

.badge-danger,
.badge-error {
  background-color: #d9534f;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-note {
  background: #fffae1;
  border: 1px solid #f2e5a6;
  color: #222;
}

.badge-inverse {
  background-color: #222;
}

.ngx-datatable.material {
  box-shadow: none;
}

.ngxp__rel {
  width: 30%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 20px;
  border-style: dotted;
  border-color: white;
  border-width: medium;
}

.ngxp__container {
  min-width: 100px;
  background: #e32232;
  color: #fff;
  padding: 5px !important;
  border: #e32232 !important;
  text-align: center;
}

.ngxp__container[x-placement^=top] .ngxp__arrow {
  border-color: #e32232 transparent transparent transparent !important;
}

.ngxp__container[x-placement^=bottom] .ngxp__arrow {
  border-color: transparent transparent #e32232 transparent !important;
}

.ngxp__container[x-placement^=right] .ngxp__arrow {
  border-color: transparent #e32232 transparent transparent !important;
}

.ngxp__container[x-placement^=left] .ngxp__arrow {
  border-color: transparent transparent transparent #e32232 !important;
}

.desktop-hide,
.mobile-menu {
  display: none !important;
}

.body-groups .pswp .pswp__top-bar .close--custom {
  display: inline-block !important;
  float: left !important;
  margin-left: 0 !important;
  background: url(https://static-keycdn.slickpic.com/img/common/photoswipe-default-skin.png) 0 0 no-repeat !important;
  background-image: url(https://static-keycdn.slickpic.com/img/common/photoswipe-default-skin.svg) !important;
  background-position: 0 -44px !important;
}

@media only screen and (max-width: 1240px) {
  .body-groups .wrapper {
    width: 976px;
  }
  .body-groups .wrapper .box .sharing-qr .qr-code {
    padding-left: 65px;
  }
  .body-groups .wrapper .box .sharing-qr .qr-code .qr-image {
    margin-left: -3px;
    width: 63px;
    height: 63px;
  }
  .body-groups .large-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .body-groups .loggedin-desktop-hide {
    display: none !important;
  }
  .body-groups.footer-none .scroll-top {
    display: none !important;
  }
  .body-groups.footer-none .main {
    padding-bottom: 60px !important;
  }
  .body-groups.footer-none sp-group-footer footer {
    display: none !important;
  }
  .body-groups .groups-container .box.box-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05), 0 -1px 1px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0;
  }
  .body-groups .groups-container .box.box-fixed-bottom .box-paddings {
    padding: 12px 0;
  }
  .body-groups .groups-container .box.box-fixed-bottom .box-buttons .button-block {
    text-align: right !important;
  }
}
@media only screen and (max-width: 996px) {
  html, html > body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Downtomeet", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, sans-serif;
  }

  .tablet-hide {
    display: none !important;
  }

  .tablet-show {
    display: block !important;
  }

  .tablet-fullwidth,
.tablet-fullsize {
    width: 100% !important;
  }

  .tablet-center {
    text-align: center !important;
  }

  .tablet-inlineblock {
    display: inline-block !important;
  }

  .photo-title-view {
    display: none !important;
  }

  .body-groups .site-header .wrapper .header-logo a img {
    height: 18px;
  }
  .body-groups .wrapper {
    width: 718px;
  }
  .body-groups .wrapper .header-menu li a {
    padding-left: 9px;
    padding-right: 9px;
  }
  .body-groups .wrapper .header-menu li.li-select .select-block.block-sides {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .body-groups .main {
    padding-top: 62px;
  }
  .body-groups .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.97);
  }
  .body-groups .site-header .wrapper .header-menu li .user span {
    max-width: 76px;
  }
  .body-groups .tui-full-calendar-layout .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
    margin-top: -20px;
  }
  .body-groups .groups-submenu .groups-menu li a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 90%;
  }
  .body-groups .block-groups-listing .item-group {
    width: 50%;
  }
  .body-groups .boxes-sides .side-leftmenu {
    font-size: 100%;
  }
  .body-groups .button-subaction,
.body-groups .button-secondary,
.body-groups .button-select-photos,
.body-groups .info-success,
.body-groups .button-action {
    padding-left: 8px;
    padding-right: 8px;
  }
  .body-groups .groups-container .box {
    line-height: 1.5;
  }
  .body-groups .groups-container .box .box-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-groups .groups-container .box .box-header h2 {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.5;
  }
  .body-groups .groups-container .box .thread-conversation .conversation-body .conversation-actions .actions-side {
    float: none;
    display: block;
    margin-top: 8px;
  }
  .body-groups .groups-container .box.box-menu-items .menu li a, .body-groups .groups-container .box.box-menu .menu li a {
    padding: 10px 10px 10px 15px;
    line-height: 28px;
    font-size: 14px;
  }
  .body-groups .groups-container .box .box-submenu .submenu.tablet-scroll {
    white-space: nowrap;
    overflow: scroll;
    max-width: 100%;
    width: 100%;
  }
  .body-groups .groups-container .box .box-submenu .submenu.tablet-scroll > li {
    float: none;
  }
  .body-groups .groups-container .box .box-submenu .submenu.tablet-scroll .push-right {
    float: none;
  }
  .body-groups .groups-container .box .generic-event .event-info {
    flex: 5;
  }
  .body-groups .groups-container .box .generic-event .event-info p > * {
    white-space: nowrap;
  }
  .body-groups .groups-container .box .albums-list .album {
    width: 50%;
  }
  .body-groups .groups-container .box .generic-event .event-side .event-time {
    line-height: 1.5;
  }
  .body-groups .groups-container .box .box-buttons .side-legend {
    float: none;
    display: block;
    text-align: center;
  }
  .body-groups .groups-container .box .box-buttons .button-block {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .body-groups .groups-container .box .sharing-icons {
    text-align: center;
  }
  .body-groups .groups-container .box .sharing-icons li {
    max-width: 34px;
    height: 34px;
    padding: 0;
  }
  .body-groups .groups-container .box .sharing-icons li.text {
    color: #222;
    width: auto;
    font-size: 14px;
    white-space: nowrap;
    max-width: 4515px;
    line-height: 1;
    vertical-align: top;
    line-height: 32px;
    font-weight: 600;
  }
  .body-groups .groups-container .box .sharing-url .side-url input[type=text] {
    font-size: 90%;
    border: 0;
    box-shadow: none;
  }
  .body-groups .groups-container .box.box-red .side-left,
.body-groups .groups-container .box.box-red .side-right {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
  }
  .body-groups .groups-container .box.box-goto .box-body > * + *:not(sp-group-event-announce-button) {
    border-top: 0;
    margin-top: 0;
  }
  .body-groups .groups-container .box.box-goto .box-body .event-past {
    margin-bottom: 0;
  }
  .body-groups .groups-container .box.box-goto .box-body .event-past ~ sp-group-event-announce-button {
    display: none;
  }
  .body-groups .groups-container .box .box-submenu .submenu {
    height: auto;
  }
  .body-groups .groups-container .box .box-submenu .submenu li.search {
    width: 100%;
    display: block;
    float: none;
    border-top: 1px solid #ddd !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -17px;
    margin-right: -17px;
    box-sizing: content-box;
  }
  .body-groups .groups-container .box .box-submenu .submenu li.search .reset {
    right: 24px;
    background: #ddd;
  }
  .body-groups .groups-container .box .box-submenu .submenu li.search input[type=search],
.body-groups .groups-container .box .box-submenu .submenu li.search input[type=text] {
    width: 100%;
    border-radius: 100px;
    text-align: center;
    border: 0;
    background-color: #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .body-groups .groups-container .box .box-submenu .submenu li.search input[type=search]:focus,
.body-groups .groups-container .box .box-submenu .submenu li.search input[type=text]:focus {
    background-color: #eee;
    text-align: left;
  }
  .body-groups .groups-container .box .event-details ~ .event-limited {
    border-top: 1px solid #eee;
  }
  .body-groups .groups-container .box .event-details-map {
    margin: 0 -20px -20px;
    border-top: 0;
  }
  .body-groups .groups-container .box.box-goto .organizer-tools.in-mobile-1 {
    padding-left: 20px;
    width: 48%;
    clear: none;
    float: left;
    vertical-align: top;
    padding-top: 0;
  }
  .body-groups .groups-container .box.box-goto .organizer-tools.in-mobile-1 + sp-group-event-announce-button {
    clear: none;
    padding-top: 0;
    margin-top: 0;
    border: 0;
    width: 48%;
    float: right;
    vertical-align: top;
  }
  .body-groups .groups-container .box.box-goto event-view-tools-menu.in-mobile-1 {
    float: left;
    width: 48%;
  }
  .body-groups .groups-container .box.box-goto event-view-tools-menu.in-mobile-1 .organizer-tools .select-list {
    right: auto;
    left: 0;
  }
  .body-groups .groups-container .box.box-goto event-view-tools-menu.in-mobile-1 + sp-group-event-announce-button {
    float: right;
    clear: right;
    width: 48%;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .body-groups .groups-container .block-line input.input-for-url {
    padding-left: 20px;
    margin-top: 49px !important;
  }
  .body-groups .groups-container .block-line input.input-for-url + .input-for-url-text {
    width: 100%;
  }
  .body-groups .groups-container .block-line .message-error {
    width: 100%;
  }
  .body-groups .groups-container .block-line .line-control .control-size.size-small, .body-groups .groups-container .block-line .line-control .control-size.size-medium {
    max-width: 45%;
    margin-left: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 6px;
  }
  .body-groups .groups-container .block-line .line-control .control-size.date-mobile input[type=date] {
    height: 50px;
    padding: 10px 15px;
    font-size: 100%;
    background: white;
    border-radius: 0;
    -webkit-appearance: none;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: 0 2px 0 #eee;
    transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
    font-size: 14px;
  }
  .body-groups .groups-container .bold-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .body-groups .groups-container .bold-box .search-items .control-item .button span,
.body-groups .groups-container .bold-box .search-items .control-item button span {
    padding-left: 24px;
  }
  .body-groups .groups-container .bold-box .search-items .control-item .button {
    padding-left: 17px;
    padding-right: 15px;
  }
  .body-groups .groups-container .bold-box .search-items .categories-helper > ul > li > ul li {
    border-bottom: 0;
  }
  .body-groups .groups-container .columns-2 {
    float: none;
    width: 100%;
  }
  .body-groups .groups-container .columns-2 > .side-content {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .body-groups .groups-container .columns-2 > .side-extra {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .body-groups .groups-container .block-recent-locations .recent-location-block {
    width: 48%;
    margin-right: 9px !important;
    min-height: 86px;
  }
  .body-groups .groups-container .block-recent-locations .recent-location-block:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .body-groups .groups-container .block-recent-locations .recent-location-block:nth-child(2n+1) {
    clear: both;
  }
  .body-groups .groups-container .block-recent-locations .recent-location-block .recent-location-address-physical,
.body-groups .groups-container .block-recent-locations .recent-location-block .recent-location-address-online {
    max-height: 58px;
  }
  .body-groups .groups-container .columns-2.tabs-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: left;
    float: none;
  }
  .body-groups .groups-container .columns-2.tabs-home > .side-content {
    float: none;
    flex: 1;
    order: 2;
    min-width: 100%;
    position: relative;
    left: 0;
    line-height: 1.5;
    padding-right: 0;
  }
  .body-groups .groups-container .columns-2.tabs-home > .side-extra {
    float: none;
    flex: 1;
    width: 100%;
    position: relative;
    left: 0;
    order: 1;
    padding-left: 0;
  }
  .body-groups .groups-container .columns-2.tabs-home > .side-extra .box.box-goto ul.info-stats {
    display: none;
  }
  .body-groups .groups-container .columns-2.tabs-home > .side-extra .box.box-goto .info-action {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .body-groups .groups-container .side-info {
    font-size: 100%;
    min-width: 160px;
  }
  .body-groups .block-events-listing .item-event .event-description .event-date {
    width: 40px;
  }
  .body-groups .block-events-listing .item-event .event-description .event-info {
    margin-left: 52px;
  }
  .body-groups footer .footer-line .footer-menu li {
    padding-right: 18px;
  }
  .body-groups footer .footer-line .footer-menu li + li {
    padding-left: 0;
  }
  .body-groups .groups-container > sp-group-dashboard-feed {
    display: block;
    min-height: 300px;
  }
  .body-groups .groups-container > sp-group-dashboard-feed .box {
    max-width: 100%;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-item {
    width: 32%;
  }
  .body-groups .pswp .pswp__top-bar .pswp__button--close {
    display: inline-block !important;
    float: left !important;
    margin-left: 0 !important;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels {
    position: relative;
    transform: none;
    margin-top: 10px;
    top: auto;
    margin-left: 80px;
    right: auto;
    width: auto;
    white-space: normal;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label {
    margin-left: 0 !important;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label input[type=radio] + span,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label input[type=radio] + span {
    min-width: 64px;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-all,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label.label-all {
    display: none !important;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label + label,
.body-groups .groups-container .box.box-users .users-list li > a .attendance-labels label + label {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-hide,
.mobile-menu {
    display: inherit !important;
  }
  .desktop-hide.mobile-inlineblock,
.mobile-menu.mobile-inlineblock {
    display: inline-block !important;
  }

  .site-update.active {
    margin-top: 63px;
    margin-bottom: -62px;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-inline {
    display: inline !important;
  }

  .mobile-inline-block {
    display: inline-block !important;
  }

  .mobile-show,
.mobile-block {
    display: block !important;
  }

  .mobile-fullsize {
    width: 100% !important;
  }

  .mobile-center {
    text-align: center !important;
  }

  .mobile-spacer {
    display: block;
    clear: both;
    width: 100%;
    height: 144px;
  }

  .body-groups .main {
    padding-bottom: 20px;
    min-height: 90vh;
    padding-top: 62px;
  }

  .wrapper.wrapper-nomobile {
    width: auto !important;
  }

  .body-groups .homepage {
    margin-bottom: -100px;
  }
  .body-groups .homepage .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-groups .homepage .splash-main {
    height: 64vh;
    min-height: 320px;
    padding-top: 20px;
  }
  .body-groups .homepage h1 {
    font-size: 175% !important;
  }
  .body-groups .homepage h1 + p {
    font-size: 120%;
  }
  .body-groups .homepage p.actions {
    padding-bottom: 60px;
  }
  .body-groups .homepage .homepage-block {
    padding: 40px 0 60px;
  }
  .body-groups .homepage .homepage-block .sides {
    display: block;
  }
  .body-groups .homepage .homepage-block .sides .side {
    display: block;
    width: 100%;
    float: none;
    padding-left: 0 !important;
  }
  .body-groups .homepage .homepage-block .sides .side h2 {
    font-size: 175%;
  }
  .body-groups .homepage .homepage-block .howitworks li {
    min-height: 64px;
  }
  .body-groups .homepage .homepage-block .howitworks li.ico {
    position: relative;
    padding-left: 0;
    padding-top: 80px;
  }
  .body-groups .homepage .homepage-block .howitworks li.ico:before {
    margin-top: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background-size: 100%;
  }
  .body-groups .homepage .homepage-block .categories {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
  }
  .body-groups .homepage .homepage-block .categories li {
    vertical-align: top;
    width: 32%;
    float: none;
    display: inline-block;
    padding: 15px 10px 30px;
  }
  .body-groups .homepage .homepage-block .categories li img {
    max-width: 64px;
  }
  .body-groups .homepage .homepage-block .categories li:nth-child(4n+5) {
    clear: none;
  }
  .body-groups .homepage .homepage-block .categories li:nth-child(3n+4) {
    clear: both;
  }
  .body-groups .homepage .homepage-block .features-listing li {
    clear: none;
  }
  .body-groups .homepage .homepage-block .features-listing li:nth-child(2n+2) {
    float: right;
    padding-right: 0;
    padding-left: 0;
    clear: none;
  }
  .body-groups .homepage .homepage-block .features-listing li:nth-child(2n+3) {
    clear: both;
  }
  .body-groups .homepage .homepage-block .features-listing li.ico {
    padding-left: 0;
    position: relative;
    padding-top: 54px;
  }
  .body-groups .homepage .homepage-block .features-listing li.ico:before {
    width: 45px;
    height: 45px;
    background-size: 100%;
  }
  .body-groups .header-menu {
    display: none;
  }
  .body-groups .mobile-more .select-list a {
    font-size: 14px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-weight: 400 !important;
    background: transparent !important;
    padding-top: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 34px !important;
  }
  .body-groups .mobile-more .select-list a > span {
    pointer-events: none;
  }
  .body-groups .select-list.mobile-lefted {
    right: auto;
    left: 0;
  }
  .body-groups .site-header .wrapper .header-logo a img {
    height: 16px;
  }
  .body-groups .mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
    white-space: nowrap;
    font-size: 150%;
    line-height: 60px;
    color: #e32232;
    transition: all 333ms ease;
  }
  .body-groups .mobile-menu .mobile-user {
    vertical-align: middle;
  }
  .body-groups .mobile-menu .mobile-user img {
    pointer-events: none;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -6px;
  }
  .body-groups .mobile-menu.mobile-groups-menu-opener {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 9px;
    margin-right: 9px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 10px;
  }
  .body-groups .mobile-menu.active {
    z-index: 11;
    color: white;
    position: relative;
  }
  .body-groups .mobile-menu.active:before {
    position: fixed;
    top: -10px;
    left: 0;
    width: 100vh;
    height: 100vh;
    background: rgba(0, 0, 0, 0.001);
    content: " ";
  }
  .body-groups .mobile-menu.active ~ .mobile-menu-overlay {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
    background: rgba(0, 0, 0, 0.5415);
    opacity: 0.95;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: block !important;
  }
  .body-groups .mobile-menu.active ~ .header-menu {
    animation-name: expandBottom;
    -webkit-animation-name: expandBottom;
    animation-duration: 444ms;
    -webkit-animation-duration: 444ms;
    animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
    visibility: visible !important;
    display: block;
    width: 100%;
    max-height: 75vh;
    min-height: 1px;
    padding-top: 0px;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    border-radius: 5px 5px 0 0;
    border: 0;
    z-index: 14;
    opacity: 0.99;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.97);
    padding-bottom: 20px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .body-groups .mobile-menu.active ~ .header-menu.menu-loggedin .authed-hide {
    display: none;
  }
  .body-groups .mobile-menu.active ~ .header-menu.menu-guest li {
    text-align: center;
  }
  .body-groups .mobile-menu.active ~ .header-menu.menu-guest li a .login {
    padding: inherit;
    font-size: inherit;
    background: inherit;
    color: #222;
  }
  .body-groups .mobile-menu.active ~ .header-menu.menu-guest li a .signup {
    padding: inherit;
    font-size: inherit;
    background: inherit;
    color: #e32232;
  }
  .body-groups .mobile-menu.active ~ .header-menu sp-header-my-groups {
    display: block;
    width: 100%;
    position: relative;
  }
  .body-groups .mobile-menu.active ~ .header-menu sp-header-my-groups + li,
.body-groups .mobile-menu.active ~ .header-menu li + sp-header-my-groups {
    border-top: 1px solid #eee !important;
  }
  .body-groups .mobile-menu.active ~ .header-menu li {
    display: block;
    text-align: left;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: 0 !important;
    width: 100%;
  }
  .body-groups .mobile-menu.active ~ .header-menu li + li {
    border-top: 1px solid #eee !important;
  }
  .body-groups .mobile-menu.active ~ .header-menu li a {
    line-height: 1;
    height: 40px;
    padding: 15px;
    font-size: 100%;
    font-weight: 400;
    color: #222;
  }
  .body-groups .mobile-menu.active ~ .header-menu li a:active {
    color: white;
  }
  .body-groups .mobile-menu.active ~ .header-menu li:active a:active,
.body-groups .mobile-menu.active ~ .header-menu li:active a, .body-groups .mobile-menu.active ~ .header-menu li.active a:active,
.body-groups .mobile-menu.active ~ .header-menu li.active a {
    color: #e32232;
    background: transparent;
  }
  .body-groups .mobile-menu.active ~ .header-menu li .user {
    display: none;
  }
  .body-groups .mobile-menu.active ~ .header-menu li .user-header {
    padding: 9px 15px;
    vertical-align: middle;
    background: #f5f5f5;
    background: #f5f5f5;
    text-transform: none;
    color: #222;
    padding-left: 15px;
    line-height: 1.65;
    font-size: 110%;
  }
  .body-groups .mobile-menu.active ~ .header-menu li .user-header img {
    pointer-events: none;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 100%;
  }
  .body-groups .mobile-menu.active ~ .header-menu li .user-header > span {
    pointer-events: none;
    color: #222;
    font-weight: 600;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block {
    max-height: 4515px;
    overflow: visible;
    opacity: 1;
    position: relative;
    pointer-events: auto;
    top: auto;
    left: auto;
    right: auto;
    min-width: 100%;
    width: 100%;
    bottom: auto;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block > a {
    max-height: 4515px;
    overflow: visible;
    padding: 15px;
    text-align: left;
    line-height: 1;
    height: 40px;
    font-size: 100%;
    font-weight: 400;
    color: #e32232;
    background: transparent !important;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block > a.active, .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block > a:active {
    color: #e32232;
    text-decoration: underline;
    background: white;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides {
    background: transparent;
    border-color: #f5f5f5;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides:before, .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides:after {
    display: none !important;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides > .side-block {
    width: 100%;
    background: white;
    box-shadow: none !important;
    border: 0;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides > .side-block .list {
    padding-top: 4px;
    height: auto;
    background: transparent;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides > .side-block > .list a {
    text-align: left;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    color: #e32232;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides > .side-block > .list a.highlight {
    color: #e32232;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    text-align: left;
    bottom: auto;
    padding-left: 15px;
    border-top: 0;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides .select-header {
    background: #f5f5f5;
    text-transform: none;
    color: #222;
    padding-left: 15px;
    line-height: 1.65;
    font-size: 110%;
  }
  .body-groups .mobile-menu.active ~ .header-menu li.li-select .select-block.block-sides .placeholder-empty {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .body-groups .mobile-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: left;
    float: none;
  }
  .body-groups .mobile-reverse > .side-body {
    float: none;
    flex: 1;
    order: 2;
    min-width: 100%;
    position: relative;
    left: 0;
    line-height: 1.5;
    padding-right: 0;
  }
  .body-groups .mobile-reverse > .side-info {
    float: none;
    flex: 1;
    width: 100%;
    position: relative;
    left: 0;
    order: 1;
    padding-left: 0;
  }
  .body-groups .mobile-reverse > .side-info .box {
    width: 100%;
  }
  .body-groups .button-subaction,
.body-groups .button-secondary,
.body-groups .button-select-photos,
.body-groups .info-success,
.body-groups .button-action {
    font-size: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .body-groups .event-past {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 100% !important;
  }
  .body-groups .side-info.side-groupinfo {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 100% !important;
  }
  .body-groups .side-info.side-groupinfo .block-group {
    text-align: center;
  }
  .body-groups .side-info.side-groupinfo .block-group .group-profile {
    max-width: 75%;
    margin: 0 auto;
  }
  .body-groups .side-info.side-groupinfo .block-group .group-profile img {
    width: 100%;
    max-height: 700px;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .body-groups .groups-container {
    padding-bottom: 30px;
  }
  .body-groups .groups-container + .groups-container {
    margin-top: 4px !important;
  }
  .body-groups .groups-container .title-line h2 {
    padding-bottom: 10px;
  }
  .body-groups .groups-container .box .generic-event .event-side {
    flex: 2;
    padding-right: 10px;
  }
  .body-groups .groups-container .box .generic-event .event-info {
    flex: 9;
  }
  .body-groups .groups-container .box.box-users .list-explanation .explanation-right,
.body-groups .groups-container .box.box-users .list-explanation .explanation-left {
    width: 100%;
    text-align: left;
    display: block;
  }
  .body-groups .groups-container .box.box-users .list-explanation .explanation-right + *,
.body-groups .groups-container .box.box-users .list-explanation .explanation-left + * {
    margin-top: 12px;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock, .body-groups .groups-container .box.box-users .users-list li > a {
    display: block;
    width: 100%;
    padding: 15px 0 5px;
  }
  .body-groups .groups-container .box .item-sponsor .sponsor-photo {
    float: none;
    display: block;
    width: 100%;
  }
  .body-groups .groups-container .box .item-sponsor .sponsor-data {
    margin-left: 0;
    margin-top: 8px;
  }
  .body-groups .pagecover-container .pagecover .row-title .group-name {
    max-width: 100%;
    font-size: 120%;
    line-height: 1.1;
    margin-bottom: -10px;
    max-height: 54px;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
  }
  .body-groups .common-tooltip > span > .paragraph.large,
.body-groups .common-tooltip > div > .paragraph.large,
.body-groups .common-tooltip > span > p.large, .body-groups html:not(.mobile) .common-tooltip > div > p.large {
    max-width: 60vw !important;
    min-width: 60vw !important;
  }
  .body-groups .groups-submenu {
    height: auto;
  }
  .body-groups .groups-submenu .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .body-groups .groups-submenu .wrapper .groups-menu {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #eee;
  }
  .body-groups .groups-submenu .wrapper .groups-menu > li {
    width: 20%;
    font-size: initial;
    font-size: 14px !important;
  }
  .body-groups .groups-submenu .wrapper .groups-menu > li > a {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-size: 13px !important;
  }
  .body-groups .groups-submenu .wrapper .groups-menu > li a {
    font-size: 13px !important;
  }
  .body-groups .groups-submenu .wrapper .groups-menu.mobile-oneline {
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
  }
  .body-groups .groups-submenu .wrapper .groups-menu.mobile-oneline li {
    list-style: none;
    display: inline-block;
    border: 0 !important;
  }
  .body-groups .groups-submenu .wrapper > .side-right {
    position: relative;
    display: block;
    width: 100%;
    right: auto;
    top: auto;
    margin: 0;
    background: white;
    padding: 10px 15px;
    height: auto;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: -1px;
    float: none;
    font-size: 0;
    outline: none;
  }
  .body-groups .groups-submenu .wrapper > .side-right > * {
    font-size: 14px;
    margin: 0;
  }
  .body-groups .groups-submenu .wrapper > .side-right:before, .body-groups .groups-submenu .wrapper > .side-right:after {
    content: " ";
    display: table;
  }
  .body-groups .groups-submenu .wrapper > .side-right:after {
    clear: both;
  }
  .body-groups .groups-submenu .wrapper > .side-right .button-select {
    width: 48%;
    float: left;
  }
  .body-groups .groups-submenu .wrapper > .side-right .button-select + * {
    float: right;
  }
  .body-groups .groups-submenu .wrapper > .side-right .button-select > a {
    width: 100%;
    text-align: center;
  }
  .body-groups .groups-submenu .wrapper > .side-right > .button-action {
    width: 48%;
    float: left;
  }
  .body-groups .groups-submenu .wrapper > .side-right > .button-action:only-child {
    width: 100%;
  }
  .body-groups .groups-submenu .wrapper > .side-right > .button-action + .button-select {
    float: right;
  }
  .body-groups .groups-container .box .event-item .mobile-date .event-date {
    float: left;
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #222;
  }
  .body-groups .groups-container .box .event-item .mobile-date .event-date span {
    display: block;
    text-align: center;
    font-size: 70%;
    line-height: 16px;
    background: #e32232;
    color: white;
    margin: -1px;
    box-sizing: content-box;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1px 0 0;
    border-radius: 2px 2px 0 0;
  }
  .body-groups .groups-container .box .event-item .mobile-date .event-date b {
    display: block;
    text-align: center;
    font-size: 120%;
    color: #111;
    line-height: 16px;
    padding: 6px 5px;
    font-weight: 400;
  }
  .body-groups .groups-container .box .event-item .mobile-date .event-date b.smaller {
    font-size: 90%;
  }
  .body-groups .groups-container .box .event-item .mobile-date .event-afterdate {
    display: block;
    margin-left: 52px;
  }
  .body-groups .groups-container .box .list-events .placeholder-empty.small-fixed {
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 3px;
    box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    position: relative;
    background-clip: padding-box;
  }
  .body-groups .groups-container .box .list-events .placeholder-empty.small-fixed img {
    max-width: 48px;
    max-height: 48px;
    display: inline-block;
    vertical-align: middle;
  }
  .body-groups .groups-container .box .list-events .placeholder-empty.small-fixed img + br {
    display: none;
  }
  .body-groups .groups-container .box .list-events .event-item .description-clean > div {
    max-height: 64px !important;
    overflow: hidden !important;
    display: block !important;
  }
  .body-groups .groups-container .box.placeholder-empty.mobile-small {
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 3px;
    box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    position: relative;
    background-clip: padding-box;
  }
  .body-groups .groups-container .box.placeholder-empty.mobile-small img {
    max-width: 48px;
    max-height: 48px;
    display: inline-block;
    vertical-align: middle;
  }
  .body-groups .groups-container .box.placeholder-empty.mobile-small img + br {
    display: none;
  }
  .body-groups .groups-submenu .groups-menu li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .body-groups .twopanel .panel-left {
    width: 40%;
  }
  .body-groups .twopanel .panel-right {
    width: 55%;
  }
  .body-groups .wrapper {
    width: 100%;
    padding: 0 10px;
    display: block;
  }
  .body-groups .wrapper .side-info,
.body-groups .wrapper .side-body {
    display: block;
    padding-left: 0;
    width: 100%;
    margin-left: 0 !important;
  }
  .body-groups .groups-container > .wrapper {
    display: block;
  }
  .body-groups .groups-container .boxes-sides .side-leftmenu,
.body-groups .groups-container .boxes-sides .side-rightbody,
.body-groups .groups-container .boxes-sides .side-leftmenu + .side-rightbody {
    padding-left: 0;
    min-width: 100%;
  }
  .body-groups .groups-container .boxes-sides .side-leftmenu p {
    font-size: 100%;
  }
  .body-groups .groups-container .boxes-sides .side-leftmenu.mobile-bottom {
    order: 3;
  }
  .body-groups .groups-container .block-events-listing,
.body-groups .groups-container .block-groups-listing {
    padding-bottom: 10px;
  }
  .body-groups .groups-container .block-events-listing .item-group,
.body-groups .groups-container .block-groups-listing .item-group {
    width: 100%;
  }
  .body-groups .groups-container .block-events-listing .events-list.oneline {
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100vw;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .body-groups .groups-container .block-events-listing .events-list.oneline .item-event {
    width: 70vw !important;
    max-width: 280px;
    margin-right: 5vw;
  }
  .body-groups .groups-container .block-events-listing .events-list.oneline .item-event + .box {
    display: inline-block;
  }
  .body-groups .groups-container .block-events-listing .events-list.oneline .item-event .event-image {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    height: 260px;
  }
  .body-groups .groups-container .block-events-listing .events-list.oneline .item-event .event-image .event-description {
    padding: 10px;
  }
  .body-groups .groups-container .block-groups-listing .groups-list.oneline .item-group + .box {
    display: inline-block;
  }
  .body-groups .groups-container .box.box-paddings, .body-groups .groups-container .box .box-paddings {
    padding: 15px;
  }
  .body-groups .groups-container .box.box-paddings .content-text, .body-groups .groups-container .box .box-paddings .content-text {
    padding: 0;
  }
  .body-groups .groups-container .box .event-details {
    padding-bottom: 0;
  }
  .body-groups .groups-container .box .event-details-map {
    margin-left: -15px;
    margin-right: -15px;
  }
  .body-groups .groups-container .box .thread-conversation {
    display: block;
  }
  .body-groups .groups-container .box .thread-conversation .conversation-header {
    min-width: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .body-groups .groups-container .box .thread-conversation .conversation-header .user img {
    float: left;
    margin-right: 10px;
  }
  .body-groups .groups-container .box .thread-conversation .conversation-header .cat,
.body-groups .groups-container .box .thread-conversation .conversation-header .date {
    font-size: 100%;
    text-align: left;
  }
  .body-groups .groups-container .box .thread-conversation .conversation-header .delete {
    text-align: left;
  }
  .body-groups .groups-container .box .thread-conversation .conversation-body {
    display: block;
    width: 100%;
  }
  .body-groups .groups-container .box .albums-list .album {
    padding: 5px 5px 0;
  }
  .body-groups .groups-container .box .albums-list .album .album-info b {
    font-size: 90%;
    line-height: 1.4;
  }
  .body-groups .groups-container .box .albums-list .album .album-info b + span {
    display: none;
  }
  .body-groups .groups-container .box .albums-list .album .album-info .album-view-count {
    display: none;
  }
  .body-groups .groups-container .box .discussions-list {
    font-size: 90%;
  }
  .body-groups .groups-container .box .discussions-list table .cell-date {
    display: none;
  }
  .body-groups .groups-container .box .discussions-list table * {
    line-height: 1.5 !important;
  }
  .body-groups .groups-container .box .discussions-list table thead th,
.body-groups .groups-container .box .discussions-list table tbody td {
    padding: 10px 10px;
  }
  .body-groups .groups-container .box .discussions-list table tbody td .discussions-profile span {
    display: none;
  }
  .body-groups .groups-container .box .block-placeholder {
    font-size: 100%;
  }
  .body-groups .groups-container .box .block-placeholder b {
    font-size: 120%;
  }
  .body-groups .groups-container .box.box-menu .menu.mobile-oneline {
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .body-groups .groups-container .box.box-menu .menu.mobile-oneline.noscroll {
    overflow: visible;
  }
  .body-groups .groups-container .box.box-menu .menu.mobile-oneline.noscroll > li {
    width: 24%;
    text-align: center;
  }
  .body-groups .groups-container .box.box-menu .menu.mobile-oneline.noscroll > li > a {
    width: 100%;
  }
  .body-groups .groups-container .box.box-menu .menu.mobile-oneline li {
    list-style: none;
    display: inline-block;
    border: 0 !important;
  }
  .body-groups .groups-container .box .sharing-icons {
    text-align: center;
  }
  .body-groups .groups-container .box .sharing-icons:before, .body-groups .groups-container .box .sharing-icons:after {
    content: " ";
    display: table;
  }
  .body-groups .groups-container .box .sharing-icons:after {
    clear: both;
  }
  .body-groups .groups-container .box .sharing-icons li {
    margin-right: 5px;
    margin-left: 5px;
    width: 42px;
    height: 42px;
    max-width: 42px;
    margin-bottom: 10px;
  }
  .body-groups .groups-container .box .sharing-icons li.text {
    float: left;
    line-height: 34px;
    margin-left: 0;
  }
  .body-groups .groups-container .box .box-buttons .side-legend {
    float: none;
    display: block;
  }
  .body-groups .groups-container .box .box-buttons .button-block > button {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .body-groups .groups-container .box .box-submenu .submenu {
    width: 100%;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 100%;
  }
  .body-groups .groups-container .box .box-submenu .submenu li {
    list-style: none;
    display: inline-block;
    border: 0 !important;
    min-width: 19%;
    min-width: 19.5%;
    text-align: center;
  }
  .body-groups .groups-container .box .box-submenu .submenu li > a,
.body-groups .groups-container .box .box-submenu .submenu li .button-select > a {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
  }
  .body-groups .groups-container .box .box-submenu .submenu.mobile-tabs-4 li {
    min-width: 24%;
    min-width: 23.5%;
  }
  .body-groups .groups-container .box .box-submenu .side-right {
    position: relative;
    display: block;
    width: 100%;
    right: auto;
    top: auto;
    margin: 0;
    background: white;
    padding: 10px 15px;
    height: auto;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 0;
    bottom: auto;
    right: auto;
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-label,
.body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control {
    display: block;
    float: none;
    width: 100%;
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-label.line-padding,
.body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control.line-padding {
    padding: 0;
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-label .control-size.size-45,
.body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control .control-size.size-45 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-label .control-size.mobile-full,
.body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control .control-size.mobile-full {
    max-width: 100%;
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-label label,
.body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control label {
    display: block;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control .control-size.date-mobile {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control .control-size.date-mobile input[type=date] {
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    font-size: 100%;
    background: white;
    border-radius: 0;
    -webkit-appearance: none;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: 0 2px 0 #eee;
    transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control .control-size.time-mobile {
    max-width: 100px;
    min-width: 100px !important;
  }
  .body-groups .groups-container .box .block-line:not(.mobile-sided) .line-control .control-size.time-mobile select.time {
    max-width: 70px;
    min-width: 100px;
  }
  .body-groups .groups-container .box .line-actions {
    border-top: 0;
  }
  .body-groups .groups-container .box .block-line.mobile-sided .line-label {
    width: 40%;
  }
  .body-groups .groups-container .box .block-line.mobile-sided .line-control {
    width: 55%;
  }
  .body-groups .groups-container .box .block-line.mobile-sided .line-control .control-size.size-half {
    max-width: 100%;
  }
  .body-groups .groups-container .box .location-types a.tbd {
    float: none;
  }
  .body-groups .groups-container .box.box-user-info .groups-listing-small .group-item {
    float: none;
    width: 100%;
  }
  .body-groups .groups-container .box .list-activity .activity-item .activity-source,
.body-groups .groups-container .box .list-activity .activity-item .activity-name {
    font-size: 100%;
  }
  .body-groups .groups-container .box.event-featured .featured-content .featured-details li {
    display: block;
    max-width: 100%;
    padding-right: 10px;
  }
  .body-groups .groups-container .box.box-events {
    background: transparent;
    box-shadow: none;
    border: 0;
  }
  .body-groups .groups-container .box.box-events .box-header {
    box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    border: 1px solid #eee;
    margin-bottom: 20px;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 150%;
    margin-bottom: 0;
  }
  .body-groups .groups-container .box .list-events sp-event-short-item {
    border-top: 0 !important;
  }
  .body-groups .groups-container .box .list-events sp-event-short-item + sp-event-short-item {
    margin-top: 30px;
  }
  .body-groups .groups-container .box .list-events sp-event-short-item-past {
    border-top: 0 !important;
  }
  .body-groups .groups-container .box .list-events sp-event-short-item-past + sp-event-short-item-past {
    margin-top: 30px;
  }
  .body-groups .groups-container .box .list-events .event-item {
    background: white;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
    box-shadow: none;
  }
  .body-groups .groups-container .box .list-events .event-item .event-content {
    flex: none;
    padding: 15px 15px 10px;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra {
    flex: none;
    border-top: 1px solid #eee;
    border-left: 0;
    position: relative;
    width: 100%;
    padding: 8px 15px 12px;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra:after, .body-groups .groups-container .box .list-events .event-item .event-extra:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra:after {
    border-color: rgba(251, 251, 251, 0);
    border-bottom-color: #fbfbfb;
    border-width: 13px;
    margin-left: -13px;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 14px;
    margin-left: -14px;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra ul.info-stats {
    display: none;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra .actions-leader:before, .body-groups .groups-container .box .list-events .event-item .event-extra .actions-leader:after {
    content: " ";
    display: table;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra .actions-leader:after {
    clear: both;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra .actions-leader > sp-event-rsvp-control {
    float: left;
    width: 48%;
    margin-top: 0;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra .actions-leader > event-view-tools-menu {
    float: right;
    width: 48%;
    margin-top: 0;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra .info-date {
    font-size: 100%;
  }
  .body-groups .groups-container .box .list-events .event-item .event-extra .info-place {
    text-align: center;
  }
  .body-groups .groups-container .box .comment-item .avatar {
    padding: 20px 10px;
    width: 42px !important;
  }
  .body-groups .groups-container .box .comment-item .avatar img {
    width: 32px;
    height: 32px;
  }
  .body-groups .groups-container .box .comment-item .body {
    margin-left: 54px !important;
  }
  .body-groups .groups-container .box .comment-item .comment-item {
    padding-left: 52px !important;
    margin-left: 0;
  }
  .body-groups .groups-container .box .comment-item .comment-item .body {
    margin-left: 44px !important;
  }
  .body-groups .groups-container .box .comment-item .comment-item .body textarea {
    padding: 10px;
  }
  .body-groups .groups-container .bold-box + .box.glued {
    margin-bottom: 10px;
  }
  .body-groups .groups-container .bold-box {
    min-height: 100px !important;
    height: auto !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .body-groups .groups-container .bold-box.bold-box-discover {
    min-height: 240px !important;
    height: auto !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .body-groups .groups-container .bold-box .search-items {
    display: block;
    width: 100%;
  }
  .body-groups .groups-container .bold-box .search-items:before, .body-groups .groups-container .bold-box .search-items:after {
    content: " ";
    display: table;
  }
  .body-groups .groups-container .bold-box .search-items:after {
    clear: both;
  }
  .body-groups .groups-container .bold-box .search-items .items-block {
    display: block;
    float: left;
    width: 100%;
  }
  .body-groups .groups-container .bold-box .search-items .items-block:before, .body-groups .groups-container .bold-box .search-items .items-block:after {
    content: " ";
    display: table;
  }
  .body-groups .groups-container .bold-box .search-items .items-block:after {
    clear: both;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item {
    display: block;
    float: left;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-button {
    margin-top: 10px;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-location, .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-radius {
    border-left: 0;
    width: 100%;
    width: 50%;
    float: left;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-location select, .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-radius select {
    min-width: 100%;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-location select,
.body-groups .groups-container .bold-box .search-items .items-block .control-item.search-location input[type=text], .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-radius select,
.body-groups .groups-container .bold-box .search-items .items-block .control-item.search-radius input[type=text] {
    font-size: 14px;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-radius {
    border-left: 1px solid #ddd;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item.categories-toggle-element {
    border-top: 1px solid #ddd;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item.search-button {
    flex: none;
    margin-left: 0;
    max-width: 100%;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item .fake-select.categories-toggle-element-fake {
    max-width: 100%;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item select {
    max-width: 100%;
  }
  .body-groups .groups-container .bold-box .search-items .items-block .control-item .button,
.body-groups .groups-container .bold-box .search-items .items-block .control-item button,
.body-groups .groups-container .bold-box .search-items .items-block .control-item select,
.body-groups .groups-container .bold-box .search-items .items-block .control-item .fake-input,
.body-groups .groups-container .bold-box .search-items .items-block .control-item .fake-select,
.body-groups .groups-container .bold-box .search-items .items-block .control-item input[type=text],
.body-groups .groups-container .bold-box .search-items .items-block .control-item input[type=search] {
    height: 44px;
  }
  .body-groups .groups-container .bold-box .search-items .categories-helper {
    max-height: 290px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-left: 0;
  }
  .body-groups .groups-container .bold-box .search-items .categories-helper > ul > li {
    width: 100%;
  }
  .body-groups .groups-container .bold-box .search-items .control-item button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .body-groups .groups-container .bold-box .search-items .control-item .fake-select,
.body-groups .groups-container .bold-box .search-items .control-item select {
    min-width: 200px;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .body-groups .groups-container .block-groups-listing .groups-list .item-event,
.body-groups .groups-container .block-groups-listing .groups-list .item-group,
.body-groups .groups-container .block-groups-listing .events-list .item-event,
.body-groups .groups-container .block-groups-listing .events-list .item-group,
.body-groups .groups-container .block-events-listing .groups-list .item-event,
.body-groups .groups-container .block-events-listing .groups-list .item-group,
.body-groups .groups-container .block-events-listing .events-list .item-event,
.body-groups .groups-container .block-events-listing .events-list .item-group {
    width: 49%;
    padding: 0;
  }
  .body-groups .groups-container .block-groups-listing .groups-list .item-event.item-group:nth-child(2n+2),
.body-groups .groups-container .block-groups-listing .groups-list .item-group.item-group:nth-child(2n+2),
.body-groups .groups-container .block-groups-listing .events-list .item-event.item-group:nth-child(2n+2),
.body-groups .groups-container .block-groups-listing .events-list .item-group.item-group:nth-child(2n+2),
.body-groups .groups-container .block-events-listing .groups-list .item-event.item-group:nth-child(2n+2),
.body-groups .groups-container .block-events-listing .groups-list .item-group.item-group:nth-child(2n+2),
.body-groups .groups-container .block-events-listing .events-list .item-event.item-group:nth-child(2n+2),
.body-groups .groups-container .block-events-listing .events-list .item-group.item-group:nth-child(2n+2) {
    margin-left: 2%;
  }
  .body-groups .groups-container .block-groups-listing .groups-list .description,
.body-groups .groups-container .block-groups-listing .events-list .description,
.body-groups .groups-container .block-events-listing .groups-list .description,
.body-groups .groups-container .block-events-listing .events-list .description {
    display: none;
  }
  .body-groups .groups-container .block-groups-listing .groups-list .details span + span,
.body-groups .groups-container .block-groups-listing .events-list .details span + span,
.body-groups .groups-container .block-events-listing .groups-list .details span + span,
.body-groups .groups-container .block-events-listing .events-list .details span + span {
    display: none;
  }
  .body-groups .groups-container .block-groups-listing .groups-list .group-description,
.body-groups .groups-container .block-groups-listing .events-list .group-description,
.body-groups .groups-container .block-events-listing .groups-list .group-description,
.body-groups .groups-container .block-events-listing .events-list .group-description {
    height: 68px;
    padding: 10px 10px;
  }
  .body-groups .groups-container .block-groups-listing .groups-list .group-description h3,
.body-groups .groups-container .block-groups-listing .events-list .group-description h3,
.body-groups .groups-container .block-events-listing .groups-list .group-description h3,
.body-groups .groups-container .block-events-listing .events-list .group-description h3 {
    max-height: 33px;
    font-size: 100%;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .body-groups .groups-container .block-groups-listing .groups-list .group-description:after,
.body-groups .groups-container .block-groups-listing .events-list .group-description:after,
.body-groups .groups-container .block-events-listing .groups-list .group-description:after,
.body-groups .groups-container .block-events-listing .events-list .group-description:after {
    display: none;
  }
  .body-groups .groups-container .block-groups-listing .groups-list.oneline,
.body-groups .groups-container .block-groups-listing .events-list.oneline,
.body-groups .groups-container .block-events-listing .groups-list.oneline,
.body-groups .groups-container .block-events-listing .events-list.oneline {
    white-space: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-right: -10px !important;
    margin-left: -10px !important;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100vw;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .body-groups .groups-container .block-groups-listing .groups-list.oneline sp-group-dashboard-groups-item,
.body-groups .groups-container .block-groups-listing .events-list.oneline sp-group-dashboard-groups-item,
.body-groups .groups-container .block-events-listing .groups-list.oneline sp-group-dashboard-groups-item,
.body-groups .groups-container .block-events-listing .events-list.oneline sp-group-dashboard-groups-item {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .body-groups .groups-container .block-groups-listing .groups-list.oneline .item-event,
.body-groups .groups-container .block-groups-listing .groups-list.oneline .item-group,
.body-groups .groups-container .block-groups-listing .events-list.oneline .item-event,
.body-groups .groups-container .block-groups-listing .events-list.oneline .item-group,
.body-groups .groups-container .block-events-listing .groups-list.oneline .item-event,
.body-groups .groups-container .block-events-listing .groups-list.oneline .item-group,
.body-groups .groups-container .block-events-listing .events-list.oneline .item-event,
.body-groups .groups-container .block-events-listing .events-list.oneline .item-group {
    width: 45%;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 2%;
  }
  .body-groups .groups-container .container-parts .part {
    width: 100% !important;
    display: block;
    flex: none !important;
  }
  .body-groups .groups-container .container-parts .part.mobile-first {
    order: 1;
  }
  .body-groups .groups-container .container-parts .part.mobile-last {
    order: 2;
  }
  .body-groups .groups-container .container-parts .part + .part {
    margin-left: 0;
  }
  .body-groups .groups-container .container-parts .part.multi-cols .item-group {
    width: 49% !important;
    display: inline-block;
  }
  .body-groups .groups-container .container-parts .part.multi-cols .item-event {
    width: 100% !important;
  }
  .body-groups .groups-container .block-groups-listing .groups-list .block-events-listing .groups-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .body-groups .groups-container .container-parts .part.onethird + .part .block-events-listing .item-event,
.body-groups .groups-container .container-parts .part.onethird + .part .block-events-listing .item-group,
.body-groups .groups-container .container-parts .part.onethird + .part .block-groups-listing .item-event,
.body-groups .groups-container .container-parts .part.onethird + .part .block-groups-listing .item-group {
    width: 46%;
  }
  .body-groups .groups-container .upload-container .block-thumbnails .thumbnails .subthumbnails .upload-item {
    width: 49%;
  }
  .body-groups .groups-container .box.box-event-navigation .box-submenu li {
    width: 25%;
    text-align: center;
  }
  .body-groups .groups-container .box.box-event-navigation .box-submenu li > a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock {
    display: block;
    width: 100%;
  }
  .body-groups .groups-container .box.box-users .users-list li > a .user {
    max-width: 90%;
  }
  .body-groups .groups-container .box.box-users .users-list li > a .user b {
    max-width: 90%;
  }
  .body-groups .groups-container .box.box-users .users-list li .info-action {
    display: block;
    width: auto;
    text-align: left;
    margin-left: 80px;
    margin-bottom: 20px;
  }
  .body-groups .groups-container .box.box-users .users-list li .info-action .select-list {
    right: auto;
    left: 0;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label input[type=radio] + span u:only-child {
    text-decoration: none !important;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label {
    vertical-align: top;
    margin-right: 8px !important;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label u {
    text-decoration: none !important;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label input[type=radio] + span {
    min-width: 36px;
    font-size: 0;
    width: 36px;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label span {
    text-align: center;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-all {
    display: none !important;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-yes span, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-present span {
    vertical-align: top;
    width: 44px;
    height: 44px;
    font-size: 0;
    position: relative;
    display: inline-block;
    font-size: 0;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-yes span::first-letter, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-present span::first-letter {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-Late span, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-cancel span {
    vertical-align: top;
    width: 44px;
    height: 44px;
    font-size: 0;
    position: relative;
    display: inline-block;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-Late span:after, .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-cancel span:after {
    content: "L";
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-cancel_late span {
    vertical-align: top;
    width: 44px;
    height: 44px;
    font-size: 0;
    position: relative;
    display: inline-block;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-cancel_late span:after {
    content: "C";
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-All {
    display: none !important;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-noshow span {
    vertical-align: top;
    width: 44px;
    height: 44px;
    font-size: 0;
    position: relative;
    display: inline-block;
  }
  .body-groups .groups-container .box.box-users .users-list li > .userblock .attendance-labels label.label-noshow span::first-letter {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
  }
  .body-groups .groups-container .box .box-header h1 {
    line-height: 1.2;
  }
  .body-groups .groups-container .box .box-header .header-right.mobile-block {
    width: auto;
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    float: none;
    clear: both;
    text-align: left;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    box-sizing: border-box;
    display: -webkit-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-groups .groups-container .box .box-header .header-right.mobile-block .header-search {
    float: right;
  }
  .body-groups .groups-container .box .box-header .header-right.mobile-block .header-search .search-input {
    width: 110px !important;
    margin-right: 0 !important;
  }
  .body-groups .groups-container .box .box-header .header-right.mobile-block .button-select.inline-block {
    float: left;
    font-size: 12px;
  }
  .body-groups .groups-container .box .buttons > .button-subaction,
.body-groups .groups-container .box .buttons > .button-secondary,
.body-groups .groups-container .box .buttons > .button-action,
.body-groups .groups-container .box .buttons > .button {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .body-groups .groups-container .box .buttons .button-subaction + .button-subaction,
.body-groups .groups-container .box .buttons .button-subaction + .button-action,
.body-groups .groups-container .box .buttons .button-action + .button-subaction,
.body-groups .groups-container .box .buttons .button-action + .button-secondary,
.body-groups .groups-container .box .buttons .button-secondary + .button-action,
.body-groups .groups-container .box .buttons .button-secondary + .button-subaction,
.body-groups .groups-container .box .buttons .button-secondary + .button-secondary {
    margin-left: 0;
    margin-right: 7px;
  }
  .body-groups .groups-container .box.box-texts h1 {
    font-size: 110%;
    line-height: 1.3;
    word-break: break-word;
    word-wrap: break-word;
  }
  .body-groups .groups-container .block-line input.input-for-url.domain {
    padding-left: 20px;
  }
  .body-groups .groups-container .side-info.side-groupinfo {
    margin-bottom: 2px;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 3px;
    box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    position: relative;
    background-clip: padding-box;
    padding: 15px;
    margin-top: 64px;
  }
  .body-groups .groups-container .side-info.side-groupinfo:before {
    position: absolute;
    top: -36px;
    left: 0;
    height: 1px;
    width: 100%;
    background: transparent;
    content: " ";
    border-top: 1px dashed #ccc;
  }
  .body-groups .groups-container .side-info.side-groupinfo .header-title {
    background-clip: padding-box;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    box-sizing: content-box;
    background: #fbfbfb;
    border-bottom: 1px solid #e3e3e3;
    min-height: 40px;
    position: relative;
    /* padding: 10px 20px; */
    border-radius: 3px 3px 0 0;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .body-groups .groups-container .side-info.side-groupinfo .block.block-group:before, .body-groups .groups-container .side-info.side-groupinfo .block.block-group:after {
    content: " ";
    display: table;
  }
  .body-groups .groups-container .side-info.side-groupinfo .block.block-group:after {
    clear: both;
  }
  .body-groups .groups-container .side-info.side-groupinfo .block.block-group .group-profile {
    float: left;
    width: 112px;
  }
  .body-groups .groups-container .side-info.side-groupinfo .block.block-group .group-information {
    padding-left: 124px;
    display: block;
    width: auto;
    text-align: left;
  }
  .body-groups .groups-container .side-info.side-groupinfo .block.block-group .group-information .group-name {
    padding-top: 0;
  }
  .body-groups .groups-container .side-info.side-groupinfo .block.block-group .group-information .founded-line {
    margin-top: 14px;
    border-top: 0;
    padding-top: 0;
  }
  .body-groups .cookie-law .cookie-law-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .body-groups .cookie-law .cookie-law-wrapper .copy {
    font-size: 80%;
    line-height: 1.3;
    padding-left: 15px;
    padding-right: 130px;
    font-size: 11px;
    line-height: 14px;
  }
  .body-groups footer {
    position: relative;
    margin-top: 4px;
    padding-top: 8px;
  }
  .body-groups footer .side-left {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .body-groups footer .side-left .footer-menu {
    text-align: center;
  }
  .body-groups footer .side-left .footer-menu li {
    display: inline-block;
    padding: 0;
  }
  .body-groups footer .side-left .footer-menu li a {
    display: block;
    text-align: center;
    padding: 8px 12px;
    height: auto;
  }
  .body-groups footer .logo {
    float: none;
    display: block;
    text-align: center;
  }
  .body-groups footer .logo img {
    max-height: 20px;
  }
  .body-groups footer .logo + .copyright {
    float: none;
    margin: 0;
    text-align: center;
    white-space: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
  }
  .body-groups footer .side-right {
    float: none;
    display: block;
    text-align: center;
    max-width: 100%;
  }
  .body-groups footer .side-right .socials {
    margin-bottom: 12px;
  }
  .body-groups.messages footer {
    display: none !important;
  }
  .body-groups.messages .main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: 80vh;
  }
  .body-groups .messaging {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    box-sizing: content-box;
    width: auto;
    display: block;
    min-height: 80vh;
    margin-top: -21px;
    border-left: 0;
    border-right: 0;
  }
  .body-groups .messaging .messaging-left {
    display: block;
    width: 100%;
    border-right: 0;
  }
  .body-groups .messaging .messaging-left .header h2 {
    font-size: 130%;
    line-height: 1;
  }
  .body-groups .messaging .messaging-left.hide {
    display: none;
  }
  .body-groups .messaging .messaging-left .chats .chat {
    background: white;
    border-bottom: 1px solid #eee;
  }
  .body-groups .messaging .messaging-left .chats .chat.active {
    box-shadow: none;
  }
  .body-groups .messaging .messaging-right {
    width: 100%;
    display: none;
  }
  .body-groups .messaging .messaging-right.show {
    display: block;
  }
  .body-groups .messaging .messaging-right .heighter {
    -webkit-overflow-scrolling: touch;
  }
  .body-groups .messaging .messaging-right .chat-header h2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .body-groups .messaging .messaging-right .chat-header .header-right {
    margin-top: 4px;
  }
  .body-groups .messaging .mobile-click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .body-groups .messaging .mobile-navigation {
    float: left;
    font-size: 200%;
    line-height: 1;
    margin-top: -4px;
    display: block;
  }
  .body-groups .messaging-left .header,
.body-groups .messaging-right .chat-header {
    background: #f5f5f5;
  }
  .body-groups .tui-full-calendar-layout .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
    margin-top: 20px;
  }

  .authorization .container {
    padding: 20px 15px;
  }
  .authorization .auth-submenu .submenu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .authorization .auth-header img {
    max-height: 24px !important;
  }
  .authorization .auth-content {
    min-width: 100%;
    position: relative;
  }
  .authorization .auth-promo {
    display: none;
  }

  html body .flatpickr-calendar {
    left: auto !important;
    right: auto !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    transition: left 333ms cubic-bezier(0.4, 0, 0.22, 1), right 333ms cubic-bezier(0.4, 0, 0.22, 1), transform 333ms cubic-bezier(0.4, 0, 0.22, 1) !important;
    -webkit-animation: fadein 333ms;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 333ms;
    /* Firefox < 16 */
    -ms-animation: fadein 333ms;
    /* Internet Explorer */
    -o-animation: fadein 333ms;
    /* Opera < 12.1 */
    animation: fadein 333ms !important;
  }
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes progress-right {
  0% {
    padding-right: 0;
  }
  50% {
    padding-left: 4px;
    padding-right: 4px;
  }
  100% {
    padding-right: 0;
  }
}
@-moz-keyframes button-border-green {
  from {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fff, 0 0 0 4px #fff;
  }
  to {
    box-shadow: 0 0 0 1px #5cb85c, 0 0 0 3px #5cb85c;
  }
}
@-webkit-keyframes button-border-green {
  from {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fff, 0 0 0 4px #fff;
    -webkit-transform: scale(1);
  }
  to {
    box-shadow: 0 0 0 1px #5cb85c, 0 0 0 3px #5cb85c;
    -webkit-transform: scale(1.02);
  }
}
@keyframes button-border-green {
  from {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fff, 0 0 0 4px #fff;
  }
  to {
    box-shadow: 0 0 0 1px #5cb85c, 0 0 0 3px #5cb85c;
  }
}
@-moz-keyframes cookieRemove {
  to {
    bottom: -100px;
    opacity: 0;
    pointer-events: none;
  }
}
@-webkit-keyframes cookieRemove {
  to {
    bottom: -100px;
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes cookieRemove {
  to {
    bottom: -100px;
    opacity: 0;
    pointer-events: none;
  }
}
html > body .visible-android {
  display: none !important;
}
html > body .visible-ios {
  display: none !important;
}
html > body .on-device .visible-android,
html > body .on-device .visible-android {
  display: inherit !important;
}
html > body .device-ios .visible-android {
  display: none !important;
}
html > body .device-ios .hidden-ios {
  display: none !important;
}
html > body .device-android .hidden-android {
  display: none !important;
}
html > body .device-android .visible-ios {
  display: none !important;
}
html.device-android > body .calendar-generic,
html.device-android > body .calendar-ios {
  display: none !important;
}
html.device-android > body .calendar-android {
  display: inline-block !important;
  margin-left: 0 !important;
}
html.device-ios > body .calendar-generic,
html.device-ios > body .calendar-android {
  display: none !important;
}
html.device-ios > body .calendar-ios {
  display: inline-block !important;
  margin-left: 0 !important;
}

.modalbox .modalbox-container label input[type=checkbox]:checked + span:before {
  background: #e32232 url("https://cdn-static.downtomeet.com/img/ico-checkbox-red.png") no-repeat 2px 3px !important;
}

.body-groups .groups-container .block-line .message-error.size60 {
  width: 60%;
}

.body-groups .groups-container .block-line .message-error.size70 {
  width: 70%;
}

.body-groups .groups-container [type=radio] + span.vertical-middle:before {
  top: 14px;
}

.cropper {
  width: 100%;
  height: 100%;
}

.cropper-wrapper,
.angular-cropper-wrapper {
  height: 100%;
  width: 100%;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.app-only {
  display: none !important;
}

/*# sourceMappingURL=groups.css.map */
