/* Transform mixins */
/* End transform mixins */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes shake {
  0% {
    transform: translate(0.5px, 0.5px) rotate(0deg); }
  10% {
    transform: translate(-0.5px, -1px) rotate(-0.5deg); }
  20% {
    transform: translate(-1.5px, 0px) rotate(0.5deg); }
  30% {
    transform: translate(1.5px, 1px) rotate(0deg); }
  40% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  50% {
    transform: translate(-0.5px, 1px) rotate(-0.5deg); }
  60% {
    transform: translate(-1.5px, 0.5px) rotate(0deg); }
  70% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  90% {
    transform: translate(0.5px, 1px) rotate(0deg); }
  100% {
    transform: translate(0.5px, -1px) rotate(-0.5deg); } }

html {
  font-size: 10px; }
  html.glad_demo body {
    overflow: hidden; }

body {
  background-color: #eceef6; }

h1, h2, h3, h4, h5, h6 {
  color: #19121e; }

#glad_headerbar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  height: 54px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 11;
  -webkit-box-shadow: 0 2px 4px rgba(43, 30, 51, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(43, 30, 51, 0.08);
  box-shadow: 0 2px 4px rgba(43, 30, 51, 0.08); }
  #glad_headerbar h1 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(43, 30, 51, 0.7); }
  #glad_headerbar .glad_icon_button {
    border: none;
    padding: 0;
    height: 54px;
    width: 54px;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #glad_headerbar .glad_icon_button:after {
      line-height: 54px;
      font-size: 2rem; }
  #glad_headerbar .glad_page_menu_wrap {
    height: 54px;
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible; }
    #glad_headerbar .glad_page_menu_wrap .glad_menu_item {
      right: 0;
      top: 100%;
      margin: 0; }
  #glad_headerbar .glad_filter {
    margin-right: 7px; }
  #glad_headerbar a {
    height: 100%; }
    #glad_headerbar a img {
      height: 100%;
      width: auto; }

#glad_main_menu_button {
  left: 7px;
  position: absolute; }

#glad_page_menu_button {
  right: 0; }

#glad_navbar {
  display: block;
  position: fixed;
  top: 0;
  left: -110%;
  width: 250px;
  height: 100%;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  z-index: 100;
  background: -webkit-linear-gradient(#455b74, #293645);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#455b74, #293645);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#455b74, #293645);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#455b74, #293645);
  /* Standard syntax */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #glad_navbar.glad_show {
    left: 0; }
  #glad_navbar nav .glad_nav_item {
    display: block;
    position: relative;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #glad_navbar nav .glad_nav_item:focus {
      background-color: transparent; }
    #glad_navbar nav .glad_nav_item .glad_title {
      color: #fff; }
    #glad_navbar nav .glad_nav_item .glad_icon {
      display: inline-block;
      height: 56px;
      width: 56px;
      vertical-align: top; }
      #glad_navbar nav .glad_nav_item .glad_icon:after {
        color: #fff;
        font-weight: 200;
        line-height: 56px;
        font-size: 1.6rem; }
  #glad_navbar .glad_close_button {
    z-index: 1; }
    #glad_navbar .glad_close_button:after {
      color: #fff; }
  #glad_navbar .glad_avatar .glad_initials {
    font-size: 3rem; }

.glad_admin_show.glad_obscure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6) url(/images/x.png) center no-repeat;
  z-index: 1;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.glad_admin_show.glad_obscure:hover:before {
  content: none; }

.glad_beta_sticker {
  position: relative; }
  .glad_beta_sticker:after {
    content: "BETA";
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    right: 25%;
    color: #47484c;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 600;
    padding: 0 1rem;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    /* old ie sucks rocks */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-15), M12=-sin(-15), M21=sin(-15), M22=cos(-15));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-15), M12=-sin(-15), M21=sin(-15), M22=cos(-15))";
    zoom: 1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.glad_no_permission {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  padding: 0 2rem; }
  .glad_no_permission .glad_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }
    .glad_no_permission .glad_icon:after {
      line-height: 150px;
      font-size: 100px;
      position: static;
      width: 62px; }

#glad_profile {
  display: flex;
  position: relative;
  height: 190px;
  padding: 33px 5px 0 0;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  border-bottom-right-radius: 37px;
  -webkit-border-bottom-right-radius: 37px;
  -moz-border-radius-bottomright: 37px;
  background: -webkit-linear-gradient(#455b74, #293645);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#455b74, #293645);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#455b74, #293645);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#455b74, #293645);
  /* Standard syntax */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #glad_profile .glad_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px; }
    #glad_profile .glad_close:after {
      color: rgba(255, 255, 255, 0.9);
      line-height: 54px;
      font-size: 1.8rem;
      font-weight: 100; }

#pd-online-rules .content_wrap {
  min-height: 90%; }

#pd-online-rules ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #pd-online-rules ul ul {
    padding: 0;
    margin: 0 0 0 3rem; }
    #pd-online-rules ul ul ul {
      list-style: disc; }
      #pd-online-rules ul ul ul li {
        margin-bottom: 0.4rem; }

#pd-online-rules li {
  font-size: 1.6rem;
  color: #47484c;
  color: rgba(43, 30, 51, 0.7); }

#pd-online-rules .glad_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0; }
  #pd-online-rules .glad_form .glad_checkbox_label {
    margin-right: 0; }

#pd-online-rules p.glad_form {
  flex-direction: row;
  justify-content: center; }

#pd-online-rules .glad_success_wrap {
  position: relative; }
  #pd-online-rules .glad_success_wrap h2 {
    font-size: 3rem;
    margin: 0; }

#pd-modal-welcome-admins .glad_modal {
  padding: 20px 30px; }

#pd-modal-welcome-admins .glad_button_wrap {
  display: flex;
  justify-content: center; }

#glad_permission_block h2 {
  text-align: center; }

#glad_permission_block .glad_modal {
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem; }

#glad_permission_block .glad_button_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #glad_permission_block .glad_button_wrap .glad_button {
    min-width: 0; }

#glad_demo_intro_button {
  position: fixed;
  bottom: 20px;
  right: 20px; }

.glad_avatar {
  display: block;
  height: 95px;
  width: 95px;
  overflow: hidden;
  border-top-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -moz-border-radius-topright: 50%;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius-bottomright: 50%; }
  .glad_avatar img {
    max-height: 100%; }

.glad_avatar_popup {
  max-width: 25rem; }
  .glad_avatar_popup .glad_name_wrap {
    display: flex;
    align-items: center; }
  .glad_avatar_popup .glad_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .glad_avatar_popup .glad_button_wrap {
    margin-top: 1rem; }

.glad_notification_count {
  display: block;
  background-color: #fb366e;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px 0 #2b1e33;
  -moz-box-shadow: 0 2px 4px 0 #2b1e33;
  box-shadow: 0 2px 4px 0 #2b1e33; }

#glad_my_name {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 90%;
  text-align: left;
  text-overflow: ellipsis; }

.glad_compose_button {
  display: block;
  height: 53px;
  width: 53px;
  background-color: #f9054a;
  font-weight: 100;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 9px rgba(249, 5, 74, 0.34);
  -moz-box-shadow: 0 4px 9px rgba(249, 5, 74, 0.34);
  box-shadow: 0 4px 9px rgba(249, 5, 74, 0.34); }
  .glad_compose_button:after {
    line-height: 53px;
    color: #fff;
    font-size: 20px; }
  .glad_compose_button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 0 #f9054a;
    -moz-box-shadow: 0 0 0 0 #f9054a;
    box-shadow: 0 0 0 0 #f9054a;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .glad_compose_button:hover:before {
    -webkit-box-shadow: 0 0 0 6px rgba(249, 5, 74, 0.2);
    -moz-box-shadow: 0 0 0 6px rgba(249, 5, 74, 0.2);
    box-shadow: 0 0 0 6px rgba(249, 5, 74, 0.2); }
  .glad_compose_button#glad_new_post_button {
    position: fixed;
    right: 16px;
    top: 70px;
    z-index: 10; }

.glad_other_wrap {
  position: relative; }
  .glad_other_wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    left: 25%; }

#glad_other_button {
  width: 100%;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #glad_other_button:after {
    color: #fff;
    font-weight: 400; }

.glad-verification-text {
  text-transform: uppercase; }

.glad_close_button, .featherlight .featherlight-content .featherlight-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  cursor: pointer; }
  .glad_close_button:after, .featherlight .featherlight-content .featherlight-close-icon:after {
    font-size: 2rem;
    color: #8f9cab; }

html .featherlight {
  width: 100%;
  height: 100%; }
  html .featherlight .featherlight-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    height: 95%;
    width: 95%;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    max-height: none;
    background: transparent;
    border: none; }
    html .featherlight .featherlight-content img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%; }
    html .featherlight .featherlight-content .featherlight-close-icon {
      background-color: rgba(0, 0, 0, 0.5); }
      html .featherlight .featherlight-content .featherlight-close-icon:after {
        content: '\e915';
        font-family: gladlyIcons;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 35px;
        color: #fff; }

#glad_nav_other {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 110%;
  left: 0;
  background: inherit;
  padding-top: 30px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #glad_nav_other.glad_show {
    top: 0; }
  #glad_nav_other .glad_close_button {
    cursor: pointer; }
    #glad_nav_other .glad_close_button:after {
      color: #fff; }
  #glad_nav_other .glad_position_wrap {
    overflow-y: auto; }
  #glad_nav_other .glad_nav_item {
    cursor: pointer; }
    #glad_nav_other .glad_nav_item.glad_beta_sticker:after {
      right: 10px; }

.glad_module {
  margin-top: 54px; }
  .glad_module.glad_type_payments {
    height: calc(100vh - 54px); }
    .glad_module.glad_type_payments .glad_content {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
    .glad_module.glad_type_payments iframe {
      height: 100%;
      width: 100%; }
    .glad_module.glad_type_payments .glad_empty {
      background-color: transparent;
      border: none; }

@media screen and (min-width: 1000px) {
  #glad_main_menu_button, h1, #glad_page_menu_button {
    display: none; }
  html.glad_demo #glad_navbar nav#glad_nav_other {
    padding-bottom: 80px; }
  #glad_navbar {
    left: 0;
    width: 81px;
    background: #fff;
    overflow: visible;
    -webkit-box-shadow: 2px 0 4px rgba(126, 127, 131, 0.1);
    -moz-box-shadow: 2px 0 4px rgba(126, 127, 131, 0.1);
    box-shadow: 2px 0 4px rgba(126, 127, 131, 0.1); }
    #glad_navbar .glad_avatar {
      height: 51px;
      width: 51px; }
      #glad_navbar .glad_avatar .glad_initials {
        font-size: 1.6rem; }
    #glad_navbar nav {
      padding: 0 17px 0 16px; }
      #glad_navbar nav#glad_nav_other {
        padding: 35px 13px 0 13px;
        height: auto;
        width: auto;
        max-height: 100%;
        top: auto;
        -webkit-box-shadow: 10px 0 20px 0 rgba(43, 30, 51, 0.5);
        -moz-box-shadow: 10px 0 20px 0 rgba(43, 30, 51, 0.5);
        box-shadow: 10px 0 20px 0 rgba(43, 30, 51, 0.5); }
        #glad_navbar nav#glad_nav_other .glad_nav_item {
          display: flex;
          width: auto;
          align-items: center;
          justify-content: flex-start;
          margin-left: 6px;
          margin-right: 6px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px; }
          #glad_navbar nav#glad_nav_other .glad_nav_item .glad_title {
            position: relative;
            left: 0;
            bottom: 0;
            width: auto;
            text-align: left;
            font-size: 1.4rem;
            text-transform: capitalize;
            padding-right: 10px; }
        #glad_navbar nav#glad_nav_other .glad_close_button:after {
          color: #8f9cab; }
      #glad_navbar nav .glad_nav_item {
        padding: 0;
        position: relative;
        height: 48px;
        width: 48px;
        margin: 10px 0 20px 0;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        #glad_navbar nav .glad_nav_item:hover .glad_title {
          left: -16px; }
        #glad_navbar nav .glad_nav_item .glad_icon {
          height: 48px;
          width: 48px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          #glad_navbar nav .glad_nav_item .glad_icon:after {
            color: #8f9cab;
            font-size: 20px;
            line-height: 48px; }
        #glad_navbar nav .glad_nav_item .glad_title {
          background-color: transparent;
          color: #8f9cab;
          position: absolute;
          white-space: nowrap;
          text-transform: uppercase;
          font-weight: 600;
          z-index: 1;
          top: auto;
          font-size: 8px;
          height: 16px;
          line-height: 16px;
          left: -300px;
          bottom: -20px;
          width: 81px;
          text-align: center;
          overflow: hidden;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        #glad_navbar nav .glad_nav_item.glad_selected {
          background-color: #3d86f4; }
          #glad_navbar nav .glad_nav_item.glad_selected .glad_icon:after {
            color: #fff; }
  .glad_module {
    margin-left: 82px; }
  .glad_beta_sticker:after {
    background-color: #f9054a;
    color: #fff;
    bottom: -5px;
    right: -15px;
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    /* old ie sucks rocks */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-25), M12=-sin(-25), M21=sin(-25), M22=cos(-25));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-25), M12=-sin(-25), M21=sin(-25), M22=cos(-25))";
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #glad_nav_other {
    bottom: -100%; }
    #glad_nav_other.glad_show {
      top: auto;
      bottom: 0; }
  #glad_site_nav {
    margin-top: 25px; }
  #glad_headerbar {
    justify-content: center;
    padding-left: 81px; }
    #glad_headerbar a {
      line-height: 54px;
      font-size: 1.5rem;
      font-weight: 600; }
  #glad_page_menu_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  #glad_profile {
    background: #fff;
    padding: 23px 0 0 2px;
    height: 80px; }
    #glad_profile #glad_my_name {
      display: none; }
    #glad_profile .glad_close {
      display: none; }
  .glad_no_permission {
    padding: 0 0 0 81px; }
  .glad_other_wrap {
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .glad_other_wrap:before {
    border-color: #8f9cab; }
  #glad_other_button:after {
    color: #8f9cab;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; } }
