@import url('https://fonts.googleapis.com/css?family=Karma:400,700');
.c1 {
  color: #e96e93;
}
.c2 {
  color: #706f6f;
}
.c3 {
  color: #449cb6;
}
.tt-avatar {
  height: 50px;
  width: 50px;
  position: relative;
}
.tt-avatar .tt-avatar-image,
.tt-avatar .tt-avatar-initials {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tt-avatar .tt-avatar-image {
  z-index: 10;
  background-color: #fff;
}
.tt-avatar .tt-avatar-initials {
  display: block;
  background-size: 100% 100%;
  background-color: #aaa;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  text-align: center;
  z-index: 1;
}
.tt-avatar-rounded .tt-avatar-image,
.tt-avatar-rounded .tt-avatar-initials {
  border-radius: 5px;
}
.tt-avatar-circle .tt-avatar-image,
.tt-avatar-circle .tt-avatar-initials {
  border-radius: 50%;
}
.tt-avatar-hide-image .tt-avatar-image {
  display: none;
}
.tt-avatar-hide-initials .tt-avatar-initials {
  display: none;
}
.tt-avatar-extra-small {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.tt-avatar-extra-small .tt-avatar-initials {
  font-size: 10px;
  line-height: 20px;
}
.tt-avatar-large {
  width: 15em;
  min-width: 15em;
  height: 15em;
}
.tt-avatar-large .tt-avatar-initials {
  font-size: 7.5em;
  line-height: 15em;
}
.tt-avatar-small {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.tt-avatar-small .tt-avatar-initials {
  font-size: 40px;
  line-height: 80px;
}
.tt-avatar-smaller {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.tt-avatar-smaller .tt-avatar-initials {
  font-size: 15px;
  line-height: 30px;
}
body {
  background-color: #e9e9e9;
}
body > header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0.95) 100%);
  padding: .5em 1em;
}
body > header a,
body > header a:hover {
  text-decoration: none;
}
body > header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body > header .left {
  font-family: Karma, Prociono, serif;
  font-weight: 400;
  font-size: 200%;
  display: flex;
}
body > header .left .logo {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
body > header .left .logo img {
  height: .95em;
  transform: translateY(0.06em);
}
body > header .left a {
  color: #444;
}
body > header .left a span {
  color: rgba(0, 0, 0, 0.3);
  font-size: 70%;
}
body > header .left .beta {
  position: absolute;
  top: -1em;
  right: -2em;
  color: red;
  font-size: 25%;
  opacity: .7;
  font-family: sans-serif;
}
body > header .left .premium {
  position: absolute;
  top: -1em;
  right: 0em;
  color: #449cb6;
  font-size: 32%;
  opacity: .8;
  font-family: sans-serif;
}
body > header .left iframe {
  width: 100px;
  height: 20px;
  padding-left: .5em;
}
body > header .right {
  display: flex;
  align-items: center;
}
body > header .right .share-buttons {
  display: flex;
  align-items: center;
}
body > header .right .share-buttons > * {
  margin-left: 1rem;
}
body > header .right .share-buttons img {
  width: 2.5em;
  display: inline;
}
body > header .right a.badges {
  margin-right: .5em;
}
body > header .right a.badges span {
  font-size: 85%;
}
body > header .right a.badges i {
  box-shadow: none;
  color: gold;
}
body > header .right a.badges i.new {
  color: red;
}
body > header .right .sidebar.icon {
  margin-top: -0.2em;
}
body > header .right .dropdown {
  display: flex;
  align-items: center;
}
body > header .right .dropdown .firstname,
body > header .right .dropdown img {
  cursor: pointer;
}
body > header .right .dropdown .firstname {
  padding-right: .5em;
}
body > header .right .dropdown .menu {
  left: auto;
  right: 0;
}
body > header .center {
  /*text-align: center;*/
}
body > header .center .icon {
  color: #706F6F;
  margin-top: -3px;
}
body > header .center .icon.cur {
  color: #E96E93;
}
body > header .center .icon.cur + span {
  font-weight: bold;
}
body > header .new-msg {
  display: inline-block;
  width: .4em;
  height: .4em;
  background: red;
  border-radius: 50%;
  opacity: .7;
}
body > header sup.vich {
  color: red;
  padding-left: .5em;
  font-size: 60%;
  font-weight: 400;
}
body > header .flash {
  animation-duration: 3s;
  animation-iteration-count: .5;
}
body > header > div.message {
  display: block;
  text-align: center;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  white-space: nowrap;
}
body > header > div.message a {
  font-size: 80%;
  color: #e96e93 !important;
  text-decoration: none;
}
body > header .hasOpenTasks {
  border-bottom: 1px dotted red;
}
@media only screen and (max-width: 767px) {
  body > header .right .share-buttons > * {
    margin-left: .5em;
  }
  body > header .right .share-buttons img {
    width: 2em;
  }
}
/*@media only screen and (min-width: 992px) {
	body > header .center {
		position: absolute;
		margin: 0 auto;
		top: .3em;
	}
}*/
body > .ui.container,
body > #story > .ui.container {
  margin-top: 6em;
  max-width: 60em !important;
}
body > .ui.container > div > h1,
body > #story > .ui.container > div > h1 {
  margin-bottom: 1.5em;
}
body > .ui.container.isInApp,
body > #story > .ui.container.isInApp {
  margin-top: 5px;
}
body > .ui.container.centered {
  display: flex;
  height: 80%;
  align-items: center;
  justify-content: center;
}
body > .ui.container.centered > div {
  width: 100%;
}
@keyframes eff {
  from {
    transform: translateX(0);
    opacity: 0;
  }
  to {
    transform: translateX(0.25em);
    opacity: 1;
  }
}
body > .ui.container {
  position: relative;
}
body > .ui.container > div.eff {
  transform: translateX(0.25em);
  opacity: 1;
  animation: eff .35s;
}
.ui.basic0.segment {
  margin: 0;
  padding: 0;
}
.pre-header {
  margin-bottom: 1em;
}
body > footer {
  clear: both;
  margin-top: 8em;
  padding: 3em 3em 0em;
  background: #fff;
  text-align: center;
}
body > footer .message {
  margin: -3em 0 3em !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #84ec90 !important;
}
body > footer .message img {
  height: 2em;
}
body > footer a,
body > footer a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
body > footer aside {
  opacity: .7;
}
body > footer aside .botfree {
  display: flex;
  justify-content: center;
  align-items: center;
}
body > footer aside .botfree .dotted {
  cursor: default;
  border-bottom: 1px dotted black;
}
body > footer aside .botfree img {
  width: 3em;
  height: auto;
}
body > footer aside .botfree > * {
  margin: .25em;
}
body > footer aside .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
body > footer aside .links img {
  width: 2.5em;
  height: auto;
}
body > footer aside .upper {
  font-size: 120%;
  margin-bottom: 2em;
}
body > footer aside .upper a {
  white-space: nowrap;
}
body > footer aside .lower {
  font-size: 80%;
}
body > footer aside .seals {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 0;
}
body > footer aside .seals a {
  padding: 0;
}
body > footer aside .seals a img {
  margin-top: 2px;
  width: 1.7em;
}
body > footer aside .seals img {
  width: 2em;
  height: auto;
}
body > footer aside .seals > * {
  margin: .25em;
}
body > footer aside a {
  padding: 1em;
}
body > footer aside .made {
  opacity: .7;
}
body > footer aside .made img {
  max-width: 100%;
}
body > footer aside .made small {
  font-size: 70%;
}
#modal-feedback .wa-icon {
  width: 16px;
  height: auto;
  vertical-align: text-top;
  margin-right: 2px;
}
#modal-feedback-done {
  width: 400px;
  max-width: 100%;
  margin: 0 0 0 -200px;
  text-align: center;
}
#modal-feedback-done .actions {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .qp-tablet.only,
  .qp-tablet.min,
  .qp-computer.only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .qp-mobile.only,
  .qp-computer.only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .qp-mobile.only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .qp-mobile.only,
  .qp-tablet.only {
    display: none !important;
  }
}
.ad {
  display: block;
  margin: 3em auto;
  text-align: center;
}
.ad1 {
  background-color: beige;
}
.ad2 {
  background-color: aliceblue;
}
@media only screen and (max-width: 767px) {
  .ad1 {
    background: none;
  }
}
.clearfix {
  clear: both;
}
pre {
  font-family: 'Menlo', monospace;
  font-size: 15px;
  background-color: #f0f0f0;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
}
blockquote {
  display: block;
  padding-left: 20px;
  border-left: 6px solid #555;
  margin-left: -15px;
  padding-left: 15px;
  font-style: italic;
  color: #555;
}
textarea {
  resize: none !important;
}
@media only screen and (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1500px) {
  html,
  body {
    font-size: 20px;
  }
  .ui.text.container {
    max-width: none !important;
  }
}
@media only screen and (min-width: 2000px) {
  html,
  body {
    font-size: 25px;
  }
  .ui.text.container {
    max-width: none !important;
  }
}
@media only screen and (min-width: 3000px) {
  html,
  body {
    font-size: 35px;
  }
  .ui.text.container {
    max-width: none !important;
  }
}
/*body {
	font-family: 'Helvetica', 'Helvetica Neue', sans-serif;
	font-weight: 300;
}*/
/*h1,h2,h3 {
	font-family: 'Helvetica', 'Helvetica Neue', sans-serif;
	font-weight: 300;
}*/
a,
a:hover {
  text-decoration: underline;
}
a.nu,
a:hover.nu {
  text-decoration: none;
}
a {
  color: #449CB6;
}
a:hover {
  color: #3a869c;
}
ul {
  list-style: none;
  padding: 0;
}
.online-c {
  position: relative;
  display: inline-block;
}
.online-c .tt-avatar {
  z-index: 5;
}
.online-c .online {
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: green;
  border-radius: 50%;
  z-index: 10;
}
.online-dot {
  display: inline-block;
  width: .6em;
  height: .6em;
  background: green;
  border-radius: 50%;
  margin-right: .3em;
}
.dn {
  display: none;
}
@media screen and (max-width: 550px) {
  .desktop.only {
    display: none !important;
  }
}
@media screen and (min-width: 550px) {
  .mobile.only {
    display: none !important;
  }
}
.pink.heart.icon {
  color: #E96E93 !important;
}
ol.ol ul {
  list-style: bullet;
  padding: 0;
}
.alert.modal .description,
.alert.modal .actions {
  text-align: center;
}
.centered {
  text-align: center !important;
}
.primary.button {
  background-color: #449cb6 !important;
}
.primary.button:hover {
  background-color: #3d8ca3 !important;
}
.c1,
.c1 {
  color: #e96e93;
}
.wsnw {
  white-space: nowrap;
}
.blurred {
  -webkit-filter: blur(0.2em);
  -moz-filter: blur(0.2em);
  -ms-filter: blur(0.2em);
  -o-filter: blur(0.2em);
  filter: blur(0.2em);
}
.blurred2 {
  -webkit-filter: blur(0.4em);
  -moz-filter: blur(0.4em);
  -ms-filter: blur(0.4em);
  -o-filter: blur(0.4em);
  filter: blur(0.4em);
}
.blurred3 {
  -webkit-filter: blur(0.5em);
  -moz-filter: blur(0.5em);
  -ms-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}
.trial-info {
  display: block;
  text-align: right;
  font-size: 80%;
  color: red;
}
.ui.modal.very.small {
  width: auto !important;
}
@media screen and (max-width: 500px) {
  body > header .firstname {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  body > header .center > a > span {
    display: none;
  }
  body > header .logo a:nth-child(2),
  body > header .logo span {
    display: none;
  }
  .raised.very.padded.text.container.segment {
    border: 0;
    box-shadow: none;
    padding: 1em;
    margin-left: .5em !important;
    margin-right: 1em !important;
  }
  body > header .right .tt-avatar {
    width: 30px;
    height: 30px;
  }
  body > .ui.container,
  body > #story > .ui.container {
    margin-top: 4em;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .eff.very.padded.text.container.segment {
    padding: .5em;
  }
}
@media screen and (max-width: 1111px) {
  body > header .center > a > span span {
    display: none;
  }
}
p big {
  color: #bb1c4c;
}
.right.floated {
  float: right;
}
div.fb-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
}
a.fb-share {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  background-color: #4267b2;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  padding: .1em .5em;
}
.menu .item {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
p,
div {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  cursor: default;
}
a * {
  cursor: pointer;
}
#zoompic {
  display: none;
  position: fixed;
  z-index: 100000;
  top: -0.5em;
  left: -0.5em;
  width: calc(100% + 1em);
  height: calc(100% + 1em);
  background-size: contain;
  background-position: center;
  background-color: #000;
  background-repeat: no-repeat;
  cursor: zoom-out;
}
.red.colored {
  color: #db2828;
}
.orange.colored {
  color: #f2711c;
}
.green.colored {
  color: #21BA45;
}
.noxscroll {
  overflow-x: hidden;
}
.dropdown > .text {
  cursor: inherit;
}
code {
  font-family: monospace;
  font-weight: bold;
}
.ui.message,
.text.container.segment,
.ui.dropdown .menu {
  box-shadow: none !important;
  border: none !important;
}
.ui.modal.centered .actions {
  text-align: center;
}
