body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2a2c2e;
  background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}
h1 {
  margin-bottom: 32px;
  font-size: 24px;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
h2 {
  margin-bottom: 32px;
  font-size: 20px;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
h3 {
  margin-bottom: 8px;
  font-size: 16px;
}
h4 {
  font-size: 16px;
}
p {
  margin-bottom: 0;
}
ol,
ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
dl {
  margin-bottom: 0;
}
small {
  font-size: 14px;
}
a {
  color: #ff5373;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #ff5373;
}
label {
  display: block;
  max-width: none;
  font-size: 14px;
  font-weight: normal;
}
input[type="text"] {
  -webkit-appearance: none;
}
button {
  outline: 0;
  border: none;
  background-color: transparent;
  background-image: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.map {
  border-radius: 3px;
}
div.map > .gm-style {
  border-radius: 3px;
}
a.photo,
span.photo {
  display: block;
  border-radius: 3px;
  background-color: rgba(245, 245, 245, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
span.bullet {
  margin: 0 4px;
  font-weight: bold;
}
span.icon,
span.sticker {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
span.error {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 83, 115, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.avatar {
  display: block;
  border-radius: 50%;
  background-color: rgba(245, 245, 245, 0.9);
  background-image: url("https://winnie-user.imgix.net/default_avatar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.avatar.anonymous {
  background-image: url("https://winnie-user.imgix.net/anonymous.png") !important;
}
.banner,
.thumb {
  display: block;
  border: none;
  border-radius: 3px;
  background-color: rgba(245, 245, 245, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.meta {
  font-size: 14px;
  color: #929ba3;
}
.meta > a:after,
.meta > span:after {
  content: "\00A0 \000B7";
  margin: 0 4px;
  font-weight: bold;
}
.meta > a:last-child:after,
.meta > span:last-child:after {
  display: none;
}
.meta a {
  text-decoration: none;
  color: inherit;
}
.meta a:hover span,
.meta a:focus span {
  text-decoration: underline;
}
.btn-download-ios,
.btn-download-android,
.btn-login {
  display: inline-block;
  width: 159px;
  height: 47px;
  border: none;
  vertical-align: top;
}
.btn-download-ios {
  background-image: url("/static/img/download-ios@3x.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-download-android {
  background-image: url("/static/img/download-android@3x.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-login {
  border-radius: 5px;
  border-color: #ff5373;
  padding: 12px 4px;
  background-color: #ff5373;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1px;
  color: #fff;
  text-align: center;
}
.btn-login:hover,
.btn-login:focus {
  border-color: #ff395e !important;
  background-color: #ff395e !important;
  text-decoration: none !important;
  color: #fff !important;
}
.icon-babysday,
.icon-winnie {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-babysday {
  background-image: url("/static/img/babys-day-app@3x.png");
}
.icon-winnie {
  background-image: url("/static/img/winnie-app@3x.png");
}
.btn {
  border-radius: 3px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 26px;
}
.btn:hover,
.btn:focus {
  outline: 0;
}
.btn:active {
  box-shadow: none;
}
.btn-sm {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 22px;
}
.btn-submit {
  border-color: #259bce;
  background-color: #259bce;
  color: #fff;
}
.btn-submit:hover,
.btn-submit:focus {
  border-color: #218bb8;
  background-color: #218bb8;
  color: #fff;
}
.btn-cancel {
  border-color: #afb5bc;
  background-color: #afb5bc;
  color: #fff;
}
.btn-cancel:hover,
.btn-cancel:focus {
  border-color: #a1a8b0;
  background-color: #a1a8b0;
  color: #fff;
}
.btn-facebook {
  background-color: #4267b2;
  color: #fff;
}
.btn-facebook:hover,
.btn-facebook:focus {
  background-color: #3b5c9f;
  color: #fff;
}
.btn-facebook i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  margin-right: 10px;
  background-image: url("/static/img/icon-facebook-white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: top;
}
.form-group {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 16px;
  }
}
.form-group.error label {
  color: #ff5373;
}
.form-group.error span.error {
  display: block;
}
.form-group.error .form-control {
  border-color: #ff5373;
  color: #ff5373;
}
.form-group label {
  margin-bottom: 0;
}
.form-group label h4 {
  margin-bottom: 4px;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.form-group span.error {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 8px;
  padding: 0 1px;
  background-color: rgba(255, 255, 255, 0.9);
}
.form-control {
  height: auto;
  border: 1px solid #d4d6d8;
  border-radius: 3px;
  padding: 6px 16px;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #afb5bc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #afb5bc;
}
.form-control::-webkit-input-placeholder {
  color: #afb5bc;
}
.form-control.error {
  border-color: #ff5373;
  color: #ff5373;
}
.container {
  width: 944px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 943px) {
  .container {
    width: auto;
  }
}
.navbar,
.content,
.footer {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .navbar,
  .content,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5dcfff;
  box-shadow: 0 1px 4px 0 rgba(174, 181, 187, 0.6);
}
@media (max-width: 767px) {
  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.navbar .logo {
  float: left;
  display: block;
  width: 116px;
  height: 29.98305085px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url("/static/img/winnie@3x.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .navbar .logo {
    width: 77px;
    height: 19.90254237px;
  }
}
.navbar .logo:only-child {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.navbar .logo > span {
  display: none;
}
.navbar .navbar-nav {
  float: right;
  margin: -15px 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    margin: -6px -6px -6px 0;
  }
}
.navbar .navbar-nav > li {
  float: left;
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    position: static;
  }
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > button {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li > a,
  .navbar .navbar-nav > li > button {
    font-size: 14px;
  }
}
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li > button.active,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > button:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > button:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar form.search {
  float: left;
  margin-left: 24px;
}
@media (max-width: 943px) {
  .navbar form.search {
    display: none;
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 16px 32px;
    background-color: #f5f5f5;
  }
}
@media (max-width: 767px) {
  .navbar form.search {
    padding: 16px;
  }
}
.navbar form.search .form-group {
  width: 232px;
  margin-right: 8px;
}
@media (max-width: 943px) {
  .navbar form.search .form-group {
    width: 280px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .navbar form.search .form-group {
    width: 100%;
    margin-right: 0;
  }
}
.navbar ul.account {
  left: initial;
  right: -1px;
  min-width: 244px;
}
@media (max-width: 767px) {
  .navbar ul.account {
    left: 0;
    right: 0;
    min-width: 0;
  }
}
.navbar ul.categories {
  left: -1px;
  right: -1px;
  margin-top: 15px;
}
@media (max-width: 943px) {
  .navbar ul.categories {
    display: none;
  }
}
#nav-search,
#nav-notifs {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 45px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 22px 22px;
}
@media (max-width: 767px) {
  #nav-search,
  #nav-notifs {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 30px;
    padding-right: 6px;
    background-size: 16px 16px;
    background-position: 6px center;
  }
}
#nav-search {
  display: none;
  background-image: url("/static/img/icon-search@3x.png");
}
@media (max-width: 943px) {
  #nav-search {
    display: block;
  }
}
#nav-notifs {
  background-image: url("/static/img/icon-notifications@3x.png");
}
@media (max-width: 767px) {
  #nav-notifs {
    display: none;
  }
}
#nav-user {
  padding: 15px;
}
@media (max-width: 767px) {
  #nav-user {
    padding: 6px;
  }
}
#nav-user .avatar {
  width: 40px;
  height: 40px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  #nav-user .avatar {
    width: 30px;
    height: 30px;
  }
}
#nav-login {
  width: 144px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 8px;
  border-radius: 3px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #nav-login {
    width: 84px;
    height: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  body.search,
  body.user {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
body.search .modal-backdrop,
body.user .modal-backdrop {
  top: 70px;
  opacity: 0;
}
@media (max-width: 767px) {
  body.search .modal-backdrop,
  body.user .modal-backdrop {
    top: 42px;
    opacity: 0.43;
  }
}
body.search form.search {
  display: block;
}
.content {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(174, 181, 187, 0.5);
}
@media (max-width: 767px) {
  .content {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.footer {
  color: #929ba3;
}
@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
}
.footer > .container {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer > .container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.footer a {
  color: inherit;
}
.footer ul {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .footer ul {
    margin-bottom: 8px;
  }
}
.footer ul > li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .footer ul > li {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.footer .legal {
  margin-bottom: 0;
  font-size: 14px;
  color: #afb5bc;
}
@media (max-width: 767px) {
  .footer .legal {
    font-size: 13px;
  }
}
ol.breadcrumbs {
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #929ba3;
}
@media (max-width: 767px) {
  ol.breadcrumbs {
    text-align: center;
  }
}
ol.breadcrumbs > li {
  display: inline-block;
  max-width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  ol.breadcrumbs > li {
    max-width: 100%;
  }
}
ol.breadcrumbs > li:after {
  content: ">";
  padding: 0 5px;
}
ol.breadcrumbs > li:last-child:after {
  content: none;
}
ol.breadcrumbs a {
  text-decoration: underline;
  color: #929ba3;
}
.dropdown-menu {
  min-width: 0;
  margin: 0;
  border: 1px solid #afb5bc;
  border-top: none;
  border-radius: 0 0 3px 3px;
  padding: 8px 0;
  box-shadow: 0 1px 4px 0 rgba(124, 131, 140, 0.35);
  z-index: 1050;
  font-size: 16px;
  color: #afb5bc;
}
@media (max-width: 943px) {
  .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(124, 132, 139, 0.52);
  }
}
.dropdown-menu > li > a,
.dropdown-menu > li > small {
  display: block;
  padding: 12px 16px;
}
.dropdown-menu > li > a {
  color: #2a2c2e;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}
.dropdown-menu > li > small a {
  color: #929ba3;
  text-decoration: underline;
}
.dropdown-menu > li > small a:hover,
.dropdown-menu > li > small a:focus {
  color: #848e97;
}
/* google place autocomplete */
/* https://developers.google.com/maps/documentation/javascript/places-autocomplete#style_autocomplete */
.pac-container {
  margin-top: 15px;
  border: 1px solid #afb5bc;
  border-top: none;
  border-radius: 0 0 3px 3px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(124, 131, 140, 0.35);
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
}
.pac-container:after {
  margin: 10px 10px 0;
}
.pac-item {
  border-top: none;
  padding: 10px 12px;
  font-size: inherit;
  line-height: inherit;
  color: #2a2c2e;
}
.pac-item:hover .pac-item:focus {
  background-color: #f5f5f5;
}
.pac-icon {
  display: none;
}
.pac-item-query {
  font-size: inherit;
}
.mast {
  margin-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .mast {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.mast + .content {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  .mast + .content {
    padding: 0;
  }
}
.mast > .container {
  position: relative;
  height: 350px;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1px 3px 0 rgba(174, 181, 187, 0.5);
}
@media (max-width: 767px) {
  .mast > .container {
    height: 150px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
  }
}
.mast > .container > div {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .mast > .container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.mast h1 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  margin-bottom: 0;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 2px 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .mast h1 {
    position: static;
    font-size: 28px;
  }
}
.mast h1 em {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .mast h1 em {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.mast ul.share {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-backdrop {
  background-color: #2a2b2e;
}
.modal-backdrop.in,
.modal-backdrop.loading {
  filter: alpha(opacity=43);
  opacity: 0.43;
}
.modal-dialog {
  width: 656px;
  border-radius: 3px;
  padding: 16px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: auto;
    margin: 16px;
    padding: 0;
  }
}
.modal-content {
  border: none;
  border-radius: 3px;
  padding: 40px 32px;
  background-color: #f5f5f5;
  box-shadow: none;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 16px;
    background-color: transparent;
  }
}
.modal-body {
  padding: 0 32px;
}
@media (max-width: 767px) {
  .modal-body {
    padding: 0;
  }
}
.modal button.close {
  position: absolute;
  top: 14px;
  right: 14px;
  margin-top: -0.5ex;
  font-size: 32px;
  color: #afb5bc;
  opacity: 1;
}
.modal button.close:hover,
.modal button.close:focus {
  color: #a1a8b0;
}
.modal h4 {
  margin-bottom: 32px;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
@media (max-width: 767px) {
  .modal h4 {
    margin-bottom: 16px;
  }
}
.modal p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .modal p {
    margin-bottom: 8px;
  }
}
.modal p:last-child {
  margin-bottom: 0;
}
.modal .form-group span.error {
  bottom: 14px;
}
.modal .form-control {
  height: 54px;
}
@media (max-width: 767px) {
  .modal .form-control {
    width: 100%;
  }
}
.modal .btn-submit {
  width: 224px;
}
@media (max-width: 767px) {
  .modal .btn-submit {
    width: 100%;
  }
}
.modal p + .btn-submit {
  margin-top: 16px;
}
.modal .sticker-lightbulb {
  min-height: 105px;
  padding-left: 146px;
  background-image: url(/static/img/modal/lightbulb@3x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 114px 105px;
}
.modal .sticker-car {
  min-height: 60px;
  padding-left: 139px;
  background-image: url(/static/img/modal/car@3x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 107px 60px;
}
@media (max-width: 767px) {
  .modal .sticker-car {
    padding-top: 92px;
    padding-left: 0;
    background-position: center top;
  }
}
.modal .sticker-rainbow {
  min-height: 77px;
  padding-left: 138px;
  background-image: url(/static/img/modal/rainbow@3x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 106px 77px;
}
@media (max-width: 767px) {
  .modal .sticker-rainbow {
    padding-top: 109px;
    padding-left: 0;
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .modal .sticker-lightbulb,
  .modal .sticker-car,
  .modal .sticker-rainbow {
    min-height: 0;
    padding: 0;
    background: none;
  }
}
@media (min-width: 768px) {
  #modal {
    background-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  #modal {
    padding: 0;
  }
}
#modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #modal .modal-dialog {
    margin: 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  #modal .modal-content {
    padding: 16px;
  }
}
#modal .modal {
  position: static;
}
#modal .modal button.close {
  display: none;
}
@media (max-width: 767px) {
  #modal-login,
  #modal-signup {
    top: 0;
  }
}
#modal-login .modal-dialog,
#modal-signup .modal-dialog {
  width: 464px;
}
@media (max-width: 767px) {
  #modal-login .modal-dialog,
  #modal-signup .modal-dialog {
    width: auto;
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  #modal-login .modal-content,
  #modal-signup .modal-content {
    border-radius: 0;
  }
}
#modal-login h1,
#modal-signup h1 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #modal-login h1,
  #modal-signup h1 {
    margin-bottom: 16px;
  }
}
#modal-login p.error,
#modal-signup p.error {
  font-weight: bold;
  color: rgba(255, 83, 115, 0.85);
  text-align: center;
}
#modal-login .welcome,
#modal-signup .welcome {
  margin: 0 -16px 32px;
  text-align: center;
}
@media (max-width: 767px) {
  #modal-login .welcome,
  #modal-signup .welcome {
    margin: 0 0 16px;
  }
}
#modal-login .welcome h1,
#modal-signup .welcome h1 {
  margin-bottom: 8px;
}
#modal-login .welcome p,
#modal-signup .welcome p {
  margin-bottom: 0;
}
#modal-login .btn,
#modal-signup .btn {
  width: 100%;
}
#modal-login .or,
#modal-signup .or {
  display: flex;
  margin: 16px 0;
  flex-direction: row;
  align-items: center;
  color: #929ba3;
}
#modal-login .or hr,
#modal-signup .or hr {
  flex-grow: 1;
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid #d4d6d8;
}
#modal-login .or span,
#modal-signup .or span {
  display: block;
  padding: 0 16px;
}
#modal-login .legal,
#modal-signup .legal {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #modal-login .legal,
  #modal-signup .legal {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#modal-login .accounts,
#modal-signup .accounts {
  text-align: center;
}
@media (max-width: 767px) {
  #modal-filters .modal-content {
    padding-top: 24px;
  }
}
#form-profile h3 {
  margin-bottom: 16px;
}
#form-profile span.avatar {
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
#form-profile span.avatar img {
  position: absolute;
  left: 50%;
  min-width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#form-profile span.avatar + label {
  height: 60px;
  margin-left: 70px;
}
#form-profile span.avatar + label + span.error {
  bottom: 0;
  left: 70px;
  padding: 0;
  background-color: transparent;
}
div.pagination {
  display: block;
  margin: 0;
  border-radius: 0;
  padding: 0;
  clear: both;
  margin-top: 32px;
  border-top: 1px solid #d4d6d8;
  padding-top: 32px;
  text-align: center;
  color: #929ba3;
  overflow: auto;
}
@media (max-width: 767px) {
  div.pagination {
    margin-top: 16px;
    padding-top: 16px;
  }
}
div.pagination ul.pages {
  margin-left: 136px;
  margin-right: 136px;
  font-size: 0;
}
@media (max-width: 767px) {
  div.pagination ul.pages {
    margin-left: 80px;
    margin-right: 80px;
  }
}
div.pagination ul.pages > li {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 767px) {
  div.pagination ul.pages > li {
    font-size: 16px;
  }
}
div.pagination ul.pages > li > a,
div.pagination ul.pages > li > span {
  display: block;
  padding: 10px;
}
@media (max-width: 767px) {
  div.pagination ul.pages > li > a,
  div.pagination ul.pages > li > span {
    padding: 0;
  }
}
@media (max-width: 767px) {
  div.pagination ul.pages > li > a {
    display: none;
  }
  div.pagination ul.pages > li > span:before {
    content: "Page ";
  }
}
div.pagination .btn-previous,
div.pagination .btn-next {
  display: block;
  width: 120px;
  border-color: #d4d6d8;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #ff5373;
}
@media (max-width: 767px) {
  div.pagination .btn-previous,
  div.pagination .btn-next {
    width: auto;
    border: none;
    padding: 0;
    background-color: transparent;
    line-height: 20px;
  }
}
div.pagination .btn-previous:hover,
div.pagination .btn-next:hover,
div.pagination .btn-previous:focus,
div.pagination .btn-next:focus {
  background-color: #e8e8e8;
}
@media (max-width: 767px) {
  div.pagination .btn-previous:hover,
  div.pagination .btn-next:hover,
  div.pagination .btn-previous:focus,
  div.pagination .btn-next:focus {
    background-color: transparent;
    text-decoration: underline;
  }
}
div.pagination .btn-previous {
  float: left;
}
div.pagination .btn-next {
  float: right;
}
form.search {
  font-size: 0;
}
form.search .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  form.search .form-group {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
form.search .form-control,
form.search .btn-search {
  height: 40px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  form.search .form-control,
  form.search .btn-search {
    display: block;
  }
}
form.search .form-control {
  width: 100%;
  border-color: #fff;
  padding-left: 37px;
  background-color: #fff;
  color: #2a2c2e;
}
form.search .form-control:hover,
form.search .form-control:focus {
  border-color: #259bce;
}
@media (max-width: 767px) {
  form.search .form-control:hover,
  form.search .form-control:focus {
    border-color: #929ba3;
  }
}
form.search .form-control + .icon {
  position: absolute;
  top: 10px;
  left: 9px;
  width: 21px;
  height: 21px;
  background-image: url("/static/img/search@3x.png");
  background-repeat: no-repeat;
  background-size: 88px 21px;
}
form.search .keywords + .icon {
  background-position: 0 0;
}
form.search .keywords.active + .icon,
form.search .keywords:focus + .icon {
  background-position: -23px 0;
}
form.search .location + .icon {
  background-position: -46px 0;
}
form.search .location.active + .icon,
form.search .location:focus + .icon {
  background-position: -68px 0;
}
form.search .btn-search {
  border-color: #9bdefb;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #9bdefb;
  color: #fff;
}
@media (max-width: 767px) {
  form.search .btn-search {
    width: 100%;
    border-color: #259bce;
    background-color: #259bce;
  }
}
form.search .btn-search:hover,
form.search .btn-search:focus {
  border-color: #fff;
  background-color: #fff;
  color: #ff5373;
}
form.search ul.categories .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-size: 28px 28px;
  vertical-align: middle;
}
ul.share {
  margin-bottom: 16px;
  font-size: 0;
}
@media (max-width: 767px) {
  ul.share {
    display: none;
  }
}
ul.share > li {
  margin-bottom: 8px;
}
ul.share > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  ul.share > li {
    margin-bottom: 0;
  }
  ul.share > li + li {
    border-top: 1px solid #d4d6d8;
  }
}
ul.share button {
  width: 90px;
  border: 1px solid #d4d6d8;
  border-radius: 2px;
  padding: 6px 8px;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 20px;
  color: #929ba3;
  text-align: left;
}
@media (max-width: 767px) {
  ul.share button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    text-align: center;
  }
}
ul.share button:hover,
ul.share button:focus {
  background-color: #e8e8e8;
  color: #848e97;
  text-decoration: none;
}
ul.share span.icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("/static/img/share@3x.png");
  background-size: 64px 20px;
  vertical-align: top;
}
ul.share button.facebook span.icon {
  background-position: 0 center;
}
ul.share button.pinterest span.icon {
  background-position: -22px center;
}
ul.share button.twitter span.icon {
  background-position: -44px center;
}
.icon-comment_like,
.icon-post_like,
.icon-promotion,
.icon-review_like,
.icon-system_feedback,
.icon-system_message,
.icon-system_onboarding,
.icon-system_problem {
  top: 1px;
}
.icon-also_comment {
  top: 2px;
}
.icon-post_comment,
.icon-review_comment {
  top: 3px;
}
.icon-also_comment {
  width: 17px;
  height: 15px;
  background-image: url(/static/img/notifications/NotifIconAlsoComment@3x.png);
}
.icon-review_comment,
.icon-post_comment {
  width: 15px;
  height: 15px;
  background-image: url(/static/img/notifications/NotifIconComment@3x.png);
}
.icon-review_like,
.icon-post_like,
.icon-comment_like {
  width: 14px;
  height: 12px;
  background-image: url(/static/img/notifications/NotifIconLike@3x.png);
}
.icon-promotion {
  width: 13px;
  height: 14px;
  background-image: url(/static/img/notifications/NotifIconPromotion@3x.png);
}
.icon-system_message,
.icon-system_onboarding {
  width: 13px;
  height: 13px;
  background-image: url(/static/img/notifications/NotifIconSystemInfo@3x.png);
}
.icon-system_feedback {
  width: 13px;
  height: 13px;
  background-image: url(/static/img/notifications/NotifIconSystemOk@3x.png);
}
.icon-system_problem {
  width: 14px;
  height: 13px;
  background-image: url(/static/img/notifications/NotifIconSystemWarning@3x.png);
}
.icon-gym,
.icon-medical {
  background-color: #259bce;
}
.icon-arcade,
.icon-bowling,
.icon-entertainment,
.icon-kid_gym,
.icon-kids_store,
.icon-laser_tag,
.icon-mini_golf,
.icon-movie_theater,
.icon-roller_rink,
.icon-stadium,
.icon-theme_park,
.icon-water_park {
  background-color: #ff5373;
}
.icon-park {
  background-color: #86db70;
}
.icon-aquarium,
.icon-playground,
.icon-zoo {
  background-color: #54ac3e;
}
.icon-daycare,
.icon-preschool,
.icon-school {
  background-color: #f083e3;
}
.icon-community_center,
.icon-library,
.icon-museum {
  background-color: #ca60c0;
}
.icon-coffee_shop,
.icon-grocery {
  background-color: #bc83ee;
}
.icon-restaurant {
  background-color: #9860ca;
}
.icon-bar_and_nightlife,
.icon-other,
.icon-shop_and_service {
  background-color: #fcc059;
}
.icon-hotel,
.icon-spiritual_center {
  background-color: #ffa72e;
}
.icon-bar_and_nightlife {
  background-image: url(/static/img/places/iconBar@3x.png);
}
.icon-coffee_shop {
  background-image: url(/static/img/places/iconCafe@3x.png);
}
.icon-grocery {
  background-image: url(/static/img/places/iconGrocery@3x.png);
}
.icon-gym {
  background-image: url(/static/img/places/iconGym@3x.png);
}
.icon-hotel {
  background-image: url(/static/img/places/iconHotel@3x.png);
}
.icon-library {
  background-image: url(/static/img/places/iconLibrary@3x.png);
}
.icon-medical {
  background-image: url(/static/img/places/iconMedical@3x.png);
}
.icon-museum {
  background-image: url(/static/img/places/iconMuseum@3x.png);
}
.icon-park {
  background-image: url(/static/img/places/iconPark@3x.png);
}
.icon-playground {
  background-image: url(/static/img/places/iconPlayground@3x.png);
}
.icon-restaurant {
  background-image: url(/static/img/places/iconRestaurant@3x.png);
}
.icon-community_center,
.icon-daycare,
.icon-kid_gym,
.icon-preschool,
.icon-school {
  background-image: url(/static/img/places/iconSchool@3x.png);
}
.icon-spiritual_center {
  background-image: url(/static/img/places/iconSpiritualCenter@3x.png);
}
.icon-kids_store,
.icon-other,
.icon-shop_and_service {
  background-image: url(/static/img/places/iconStore@3x.png);
}
.icon-arcade,
.icon-bowling,
.icon-entertainment,
.icon-laser_tag,
.icon-mini_golf,
.icon-movie_theater,
.icon-roller_rink,
.icon-stadium,
.icon-theme_park,
.icon-water_park {
  background-image: url(/static/img/places/iconEntertainment@3x.png);
}
.icon-aquarium,
.icon-zoo {
  background-image: url(/static/img/places/iconZoo@3x.png);
}
.icon-visited {
  background-image: url(/static/img/stories/visited@3x.png);
}
.icon-good_time {
  background-image: url(/static/img/stories/liked@3x.png);
}
.icon-great_time {
  background-image: url(/static/img/stories/great@3x.png);
}
.icon-okay_time {
  background-image: url(/static/img/stories/madeitwork@3x.png);
}
.icon-bad_time {
  background-image: url(/static/img/stories/rough@3x.png);
}
span.icon-kid-boy,
span.icon-kid-girl,
span.icon-kid-other {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/icon-kid@3x.png);
  background-size: 64px 20px;
}
@media (max-width: 767px) {
  span.icon-kid-boy,
  span.icon-kid-girl,
  span.icon-kid-other {
    width: 16px;
    height: 16px;
    background-size: 48px 15px;
  }
}
span.icon-kid-boy {
  background-position: 0 0;
}
span.icon-kid-girl {
  background-position: -22px 0;
}
@media (max-width: 767px) {
  span.icon-kid-girl {
    background-position: -16px 0;
  }
}
span.icon-kid-other {
  background-position: -44px 0;
}
@media (max-width: 767px) {
  span.icon-kid-other {
    background-position: -32px 0;
  }
}
.sticker-accessory-arrow {
  background-image: url(/static/img/stickers/StkrAccessoryArrow@3x.png);
}
.sticker-accessory-bandage {
  background-image: url(/static/img/stickers/StkrAccessoryBandage@3x.png);
}
.sticker-accessory-confetti {
  background-image: url(/static/img/stickers/StkrAccessoryConfetti@3x.png);
}
.sticker-accessory-crown {
  background-image: url(/static/img/stickers/StkrAccessoryCrown@3x.png);
}
.sticker-accessory-exclamation {
  background-image: url(/static/img/stickers/StkrAccessoryExclamation@3x.png);
}
.sticker-accessory-fedora {
  background-image: url(/static/img/stickers/StkrAccessoryFedora@3x.png);
}
.sticker-accessory-glassescat {
  background-image: url(/static/img/stickers/StkrAccessoryGlassesCat@3x.png);
}
.sticker-accessory-glassescrazy {
  background-image: url(/static/img/stickers/StkrAccessoryGlassesCrazy@3x.png);
}
.sticker-accessory-glassesheart {
  background-image: url(/static/img/stickers/StkrAccessoryGlassesHeart@3x.png);
}
.sticker-accessory-glassesround {
  background-image: url(/static/img/stickers/StkrAccessoryGlassesRound@3x.png);
}
.sticker-accessory-hatchef {
  background-image: url(/static/img/stickers/StkrAccessoryHatChef@3x.png);
}
.sticker-accessory-hatgrad {
  background-image: url(/static/img/stickers/StkrAccessoryHatGrad@3x.png);
}
.sticker-accessory-hatearflap {
  background-image: url(/static/img/stickers/StkrAccessoryHatWinter@3x.png);
}
.sticker-accessory-hatbeanie {
  background-image: url(/static/img/stickers/StkrAccessoryHatWinter2@3x.png);
}
.sticker-accessory-loveballoon {
  background-image: url(/static/img/stickers/StkrAccessoryLoveBalloon@3x.png);
}
.sticker-accessory-mustache {
  background-image: url(/static/img/stickers/StkrAccessoryMustache@3x.png);
}
.sticker-accessory-partyhat {
  background-image: url(/static/img/stickers/StkrAccessoryPartyHat1@3x.png);
}
.sticker-accessory-partyhatconfetti {
  background-image: url(/static/img/stickers/StkrAccessoryPartyHat2@3x.png);
}
.sticker-accessory-pooballoon {
  background-image: url(/static/img/stickers/StkrAccessoryPooBalloon@3x.png);
}
.sticker-accessory-questionballoon {
  background-image: url(/static/img/stickers/StkrAccessoryQBalloon@3x.png);
}
.sticker-accessory-question {
  background-image: url(/static/img/stickers/StkrAccessoryQuestion@3x.png);
}
.sticker-accessory-sparkle {
  background-image: url(/static/img/stickers/StkrAccessorySparkle@3x.png);
}
.sticker-accessory-spectacles {
  background-image: url(/static/img/stickers/StkrAccessorySpectacles@3x.png);
}
.sticker-accessory-sunhat {
  background-image: url(/static/img/stickers/StkrAccessorySunhat@3x.png);
}
.sticker-accessory-thoughtbubble {
  background-image: url(/static/img/stickers/StkrAccessoryThoughtBubble@3x.png);
}
.sticker-accessory-wayfarers {
  background-image: url(/static/img/stickers/StkrAccessoryWayfarers@3x.png);
}
.sticker-accessory-sunglasses {
  background-image: url(/static/img/stickers/StkrAccessoryWayfarers2@3x.png);
}
.sticker-accessory-wordballoon {
  background-image: url(/static/img/stickers/StkrAccessoryWordBalloon@3x.png);
}
.sticker-decor-art {
  background-image: url(/static/img/stickers/StkrDecorArt@3x.png);
}
.sticker-decor-birthdaycake {
  background-image: url(/static/img/stickers/StkrDecorBirthdayCake@3x.png);
}
.sticker-decor-blocks {
  background-image: url(/static/img/stickers/StkrDecorBlocks@3x.png);
}
.sticker-decor-blueheart {
  background-image: url(/static/img/stickers/StkrDecorBlueHeart@3x.png);
}
.sticker-decor-bottle {
  background-image: url(/static/img/stickers/StkrDecorBottle@3x.png);
}
.sticker-decor-car {
  background-image: url(/static/img/stickers/StkrDecorCar@3x.png);
}
.sticker-decor-cloud {
  background-image: url(/static/img/stickers/StkrDecorCloud@3x.png);
}
.sticker-decor-diaper {
  background-image: url(/static/img/stickers/StkrDecorDiaper@3x.png);
}
.sticker-decor-doll {
  background-image: url(/static/img/stickers/StkrDecorDoll@3x.png);
}
.sticker-decor-duck {
  background-image: url(/static/img/stickers/StkrDecorDuck@3x.png);
}
.sticker-decor-fire {
  background-image: url(/static/img/stickers/StkrDecorFire@3x.png);
}
.sticker-decor-flatware {
  background-image: url(/static/img/stickers/StkrDecorFlatware@3x.png);
}
.sticker-decor-pinkflower {
  background-image: url(/static/img/stickers/StkrDecorFlower1@3x.png);
}
.sticker-decor-yellowflower {
  background-image: url(/static/img/stickers/StkrDecorFlower2@3x.png);
}
.sticker-decor-gift {
  background-image: url(/static/img/stickers/StkrDecorGift@3x.png);
}
.sticker-decor-heart {
  background-image: url(/static/img/stickers/StkrDecorHeart@3x.png);
}
.sticker-decor-heartsparkle {
  background-image: url(/static/img/stickers/StkrDecorHeartSparkle@3x.png);
}
.sticker-decor-hearttwin {
  background-image: url(/static/img/stickers/StkrDecorHeartTwin@3x.png);
}
.sticker-decor-lightbulb {
  background-image: url(/static/img/stickers/StkrDecorLightbulb@3x.png);
}
.sticker-decor-moon {
  background-image: url(/static/img/stickers/StkrDecorMoon@3x.png);
}
.sticker-decor-music {
  background-image: url(/static/img/stickers/StkrDecorMusic@3x.png);
}
.sticker-decor-plane {
  background-image: url(/static/img/stickers/StkrDecorPlane@3x.png);
}
.sticker-decor-poop {
  background-image: url(/static/img/stickers/StkrDecorPoop@3x.png);
}
.sticker-decor-rain {
  background-image: url(/static/img/stickers/StkrDecorRain@3x.png);
}
.sticker-decor-rainbow {
  background-image: url(/static/img/stickers/StkrDecorRainbow@3x.png);
}
.sticker-decor-star {
  background-image: url(/static/img/stickers/StkrDecorStar@3x.png);
}
.sticker-decor-sun {
  background-image: url(/static/img/stickers/StkrDecorSun@3x.png);
}
.sticker-decor-tada {
  background-image: url(/static/img/stickers/StkrDecorTada@3x.png);
}
.sticker-decor-teddy1 {
  background-image: url(/static/img/stickers/StkrDecorTeddy1@3x.png);
}
.sticker-decor-teddy2 {
  background-image: url(/static/img/stickers/StkrDecorTeddy2@3x.png);
}
.sticker-decor-train {
  background-image: url(/static/img/stickers/StkrDecorTrain@3x.png);
}
.sticker-decor-valentine {
  background-image: url(/static/img/stickers/StkrDecorValentine@3x.png);
}
.sticker-decor-writing {
  background-image: url(/static/img/stickers/StkrDecorWriting@3x.png);
}
.sticker-emoji-adore {
  background-image: url(/static/img/stickers/StkrEmojiAdore@3x.png);
}
.sticker-emoji-barf {
  background-image: url(/static/img/stickers/StkrEmojiBarf@3x.png);
}
.sticker-emoji-content {
  background-image: url(/static/img/stickers/StkrEmojiContent@3x.png);
}
.sticker-emoji-fine {
  background-image: url(/static/img/stickers/StkrEmojiFine@3x.png);
}
.sticker-emoji-geek {
  background-image: url(/static/img/stickers/StkrEmojiGeek@3x.png);
}
.sticker-emoji-happy {
  background-image: url(/static/img/stickers/StkrEmojiHappy@3x.png);
}
.sticker-emoji-happycry {
  background-image: url(/static/img/stickers/StkrEmojiHappyCry@3x.png);
}
.sticker-emoji-interest {
  background-image: url(/static/img/stickers/StkrEmojiInterest@3x.png);
}
.sticker-emoji-joy {
  background-image: url(/static/img/stickers/StkrEmojiJoy@3x.png);
}
.sticker-emoji-kiss {
  background-image: url(/static/img/stickers/StkrEmojiKiss@3x.png);
}
.sticker-emoji-laugh1 {
  background-image: url(/static/img/stickers/StkrEmojiLaugh@3x.png);
}
.sticker-emoji-laugh2 {
  background-image: url(/static/img/stickers/StkrEmojiLaugh2@3x.png);
}
.sticker-emoji-love {
  background-image: url(/static/img/stickers/StkrEmojiLove@3x.png);
}
.sticker-emoji-meh {
  background-image: url(/static/img/stickers/StkrEmojiMeh@3x.png);
}
.sticker-emoji-sad {
  background-image: url(/static/img/stickers/StkrEmojiSad@3x.png);
}
.sticker-emoji-scared {
  background-image: url(/static/img/stickers/StkrEmojiScared@3x.png);
}
.sticker-emoji-sleep {
  background-image: url(/static/img/stickers/StkrEmojiSleep@3x.png);
}
.sticker-emoji-sly {
  background-image: url(/static/img/stickers/StkrEmojiSly@3x.png);
}
.sticker-emoji-sob {
  background-image: url(/static/img/stickers/StkrEmojiSob@3x.png);
}
.sticker-emoji-squinch {
  background-image: url(/static/img/stickers/StkrEmojiSquinch@3x.png);
}
.sticker-emoji-surprised {
  background-image: url(/static/img/stickers/StkrEmojiSurprised@3x.png);
}
.sticker-emoji-sweat {
  background-image: url(/static/img/stickers/StkrEmojiSweat@3x.png);
}
.sticker-emoji-tongue {
  background-image: url(/static/img/stickers/StkrEmojiTongue@3x.png);
}
.sticker-emoji-weeping {
  background-image: url(/static/img/stickers/StkrEmojiWeeping@3x.png);
}
.sticker-emoji-wink {
  background-image: url(/static/img/stickers/StkrEmojiWink@3x.png);
}
.sticker-mask-astro {
  background-image: url(/static/img/stickers/StkrMaskAstro@3x.png);
}
.sticker-mask-bear {
  background-image: url(/static/img/stickers/StkrMaskBear@3x.png);
}
.sticker-mask-bunny {
  background-image: url(/static/img/stickers/StkrMaskBunny@3x.png);
}
.sticker-mask-cat {
  background-image: url(/static/img/stickers/StkrMaskCat@3x.png);
}
.sticker-mask-chick {
  background-image: url(/static/img/stickers/StkrMaskChick@3x.png);
}
.sticker-mask-dog {
  background-image: url(/static/img/stickers/StkrMaskDog@3x.png);
}
.sticker-mask-puppy {
  background-image: url(/static/img/stickers/StkrMaskDog2@3x.png);
}
.sticker-mask-dogsleep {
  background-image: url(/static/img/stickers/StkrMaskDogSleep@3x.png);
}
.sticker-mask-fox {
  background-image: url(/static/img/stickers/StkrMaskFox@3x.png);
}
.sticker-mask-frog {
  background-image: url(/static/img/stickers/StkrMaskFrog@3x.png);
}
.sticker-mask-hen {
  background-image: url(/static/img/stickers/StkrMaskHen@3x.png);
}
.sticker-mask-incognito {
  background-image: url(/static/img/stickers/StkrMaskIncognito@3x.png);
}
.sticker-mask-koala {
  background-image: url(/static/img/stickers/StkrMaskKoala@3x.png);
}
.sticker-mask-lion {
  background-image: url(/static/img/stickers/StkrMaskLion@3x.png);
}
.sticker-mask-mardigras {
  background-image: url(/static/img/stickers/StkrMaskMardiGras@3x.png);
}
.sticker-mask-monocle {
  background-image: url(/static/img/stickers/StkrMaskMonocle@3x.png);
}
.sticker-mask-mouse {
  background-image: url(/static/img/stickers/StkrMaskMouse@3x.png);
}
.sticker-mask-owl {
  background-image: url(/static/img/stickers/StkrMaskOwl@3x.png);
}
.sticker-mask-panda {
  background-image: url(/static/img/stickers/StkrMaskPanda@3x.png);
}
.sticker-mask-robot {
  background-image: url(/static/img/stickers/StkrMaskRobot@3x.png);
}
.sticker-mask-sheep {
  background-image: url(/static/img/stickers/StkrMaskSheep@3x.png);
}
.sticker-mask-sloth {
  background-image: url(/static/img/stickers/StkrMaskSloth@3x.png);
}
.sticker-mask-superboy {
  background-image: url(/static/img/stickers/StkrMaskSuperboy@3x.png);
}
.sticker-mask-supergirl {
  background-image: url(/static/img/stickers/StkrMaskSupergirl@3x.png);
}
.sticker-mask-tiger {
  background-image: url(/static/img/stickers/StkrMaskTiger@3x.png);
}
