@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px); } }
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px); } }
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  overflow-y: auto;
  overflow-x: hidden; }

body {
  font-family: "Times New Roman", sans-serif;
  overflow: hidden !important;
  background: #000;
  color: #fff;
  padding-top: 80px; }
  body #uploaded_image .not_wey {
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); }
  body #uploadimageModal .not_wey {
    position: absolute;
    top: 16px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%); }
  body #uploadimageModal .croppie-container {
    width: 100% !important; }
  body h1 {
    font-family: liquor-store, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    color: #00B39F;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E0E21B;
    text-transform: uppercase; }
  body h2 {
    font-family: liquor-store, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #00B39F;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E0E21B;
    text-transform: uppercase; }
  body h3 {
    font-family: liquor-store, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #EC135D;
    text-transform: uppercase; }
  body h4 {
    font-family: liquor-store, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #EC135D;
    text-transform: uppercase; }
  body .alert {
    font-family: liquor-store, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    border-radius: 0px; }
  body p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  body a {
    color: #fff; }
  body strong, body b {
    font-weight: 600 !important; }
  body hr {
    background: #fff; }
  body #header .burger {
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 9; }
    body #header .burger:hover {
      opacity: 0.5;
      cursor: pointer; }
    body #header .burger span {
      background: #E0E21B;
      width: 40px;
      height: 2px;
      margin-bottom: 15px;
      display: block; }
  body .logo {
    margin: 0 15px; }
  body .site-description {
    text-align: justify;
    width: 200px; }
  body #main-menu {
    background: #E0E21B;
    position: absolute;
    height: 100%;
    top: 0;
    width: 30%;
    right: 15px;
    z-index: 99;
    opacity: 0;
    box-shadow: 0px 0px 50px #000; }
    body #main-menu .burger-close {
      position: absolute;
      width: 40px;
      height: 48px;
      right: 50px;
      top: 80px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear;
      z-index: 999; }
      body #main-menu .burger-close:hover {
        opacity: 0.5;
        cursor: pointer; }
      body #main-menu .burger-close span {
        width: 100%;
        height: 2px;
        background: #EC135D;
        margin: 12px 0;
        display: block; }
        body #main-menu .burger-close span:nth-child(1) {
          transform: translateY(7px) rotate(45deg); }
        body #main-menu .burger-close span:nth-child(2) {
          transform: translateY(-7px) rotate(-45deg); }
    body #main-menu #menu-mainmenu {
      display: block;
      width: 100%;
      padding-left: 0px; }
      body #main-menu #menu-mainmenu li {
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid #00AF9F; }
        body #main-menu #menu-mainmenu li:last-child {
          border-bottom: 1px solid #00AF9F; }
        body #main-menu #menu-mainmenu li.current_page_item a {
          color: #EC135D; }
        body #main-menu #menu-mainmenu li a {
          text-transform: uppercase;
          color: black;
          font-family: liquor-store, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          body #main-menu #menu-mainmenu li a:hover {
            color: #EC135D;
            text-decoration: none; }
  body #main-content {
    padding-top: 100px;
    margin-top: 50px; }
    body #main-content .icon {
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px; }
      body #main-content .icon.icon-location:before {
        content: "";
        position: absolute;
        background: url(../img/place.png) center center no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%; }
      body #main-content .icon.icon-artist:before {
        content: "";
        position: absolute;
        background: url(../img/artist.png) center center no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%; }
    body #main-content .mural ul {
      padding-left: 20px;
      margin-top: 40px;
      list-style: none;
      display: inline-block; }
      body #main-content .mural ul li {
        display: inline-block;
        margin-right: 20px;
        font-size: 24px;
        font-family: liquor-store, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #E0E21B; }
    body #main-content .mural a {
      position: relative;
      border: 2px solid #EC135D;
      display: block;
      width: 90%; }
      body #main-content .mural a img {
        width: 100%;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: -20px; }
    body #main-content .btn-danger {
      border-radius: 0px;
      font-family: liquor-store, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-transform: uppercase;
      padding: 8px 20px;
      background: #EC135a;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      body #main-content .btn-danger:hover {
        background: #E84B83; }
    body #main-content .btn-primary {
      border-radius: 0px;
      width: 80%;
      font-family: liquor-store, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 17px;
      position: relative;
      height: 70px;
      background: black;
      padding: 0; }
      body #main-content .btn-primary:hover div {
        transform: translate(-10px, 10px); }
      body #main-content .btn-primary div {
        padding: 20px 0;
        position: absolute;
        width: 100%;
        height: 66px;
        top: -10px;
        right: -10px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
        display: flex;
        align-items: center;
        justify-content: center; }
  body #artists .artist-img .fake-image {
    width: 150px;
    height: 150px;
    background: #E0E21B;
    border-radius: 100px; }
  body #artists .artist-img img {
    width: 150px;
    height: 150px; }
  body #definitions .voice {
    vertical-align: text-bottom; }
    body #definitions .voice:hover {
      cursor: pointer; }
  body #definitions .top {
    font-family: liquor-store, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000;
    position: relative;
    background: #E0E21B;
    padding: 8px 20px;
    text-transform: uppercase; }
  body #definitions .writting, body #definitions .ipa {
    font-family: liquor-store, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #E0E21B;
    position: relative;
    margin-right: 15px;
    vertical-align: text-bottom; }
  body #definitions .word {
    font-family: liquor-store, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    color: #00AF9F;
    position: relative;
    margin-right: 30px; }
    body #definitions .word:after {
      position: absolute;
      content: "";
      width: 1px;
      background: #EC135D;
      height: 40px;
      top: 13px;
      right: -15px; }
  body #weyes .wey {
    margin-bottom: 30px;
    position: relative; }
    body #weyes .wey .not_wey {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      max-width: 100%; }
    body #weyes .wey a:hover {
      outline: 0; }
      body #weyes .wey a:hover img {
        opacity: 0.8; }
    body #weyes .wey #uploaded_image {
      width: 100%;
      position: relative; }
    body #weyes .wey img {
      width: 100%;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    body #weyes .wey span {
      background: transparent;
      color: #000;
      font-family: liquor-store, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      padding: 15px 30px 13px;
      position: absolute;
      width: 80%;
      min-height: 50px;
      left: 50%;
      top: 33%;
      transform: translate(-50%, -50%);
      text-align: center;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      body #weyes .wey span i {
        font-size: 30px; }
        body #weyes .wey span i:hover {
          cursor: pointer; }
      body #weyes .wey span:hover {
        opacity: 0.7; }
  body #weyes .load-more-weyes {
    display: inline-block; }
    body #weyes .load-more-weyes:hover {
      cursor: pointer; }
      body #weyes .load-more-weyes:hover .load-more-icon span {
        height: 45px; }
    body #weyes .load-more-weyes .load-more-icon {
      position: relative; }
      body #weyes .load-more-weyes .load-more-icon span {
        position: absolute;
        background: #EC135D;
        width: 1px;
        height: 40px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        body #weyes .load-more-weyes .load-more-icon span:nth-child(1) {
          transform: rotate(90deg); }
    body #weyes .load-more-weyes .load-more-text {
      font-family: liquor-store, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      color: #00AF9F;
      text-transform: uppercase; }
  body #uploadimageModal .modal-header .close {
    padding: 0;
    margin: 0; }
  body #uploadimageModal .modal-body {
    position: relative; }
    body #uploadimageModal .modal-body span {
      background: #E0E21B;
      color: #000;
      font-family: liquor-store, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      padding: 15px 30px;
      position: absolute;
      width: 56%;
      min-height: 50px;
      left: 48.5%;
      top: 30%;
      transform: translate(-50%, -50%);
      text-align: center;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear;
      z-index: 99; }
      body #uploadimageModal .modal-body span:hover {
        width: 58%;
        min-height: 60px;
        padding: 20px 30px;
        font-size: 16px; }
  body #report-form #uploaded_image {
    position: relative; }
    body #report-form #uploaded_image span {
      background: #E0E21B;
      color: #000;
      font-family: liquor-store, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      padding: 15px 30px;
      position: absolute;
      width: 80%;
      min-height: 50px;
      left: 50%;
      top: 35%;
      transform: translate(-50%, -50%);
      text-align: center;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      body #report-form #uploaded_image span:hover {
        width: 83%;
        min-height: 60px;
        padding: 20px 30px;
        font-size: 16px; }

@media (max-width: 992px) {
  body h1 {
    font-size: 35px; } }
@media (max-width: 768px) {
  body {
    padding-top: 40px; }

  body .site-description {
    width: 100%;
    border-bottom: 2px solid #EC135D;
    padding-bottom: 20px; }

  body #main-menu {
    width: 100%; }

  body #header .burger {
    right: 40px; }

  body .col-12, body .col-sm-12 {
    padding-right: 30px;
    padding-left: 30px; }

  body #main-content {
    padding-top: 0px;
    margin-top: 20px; }

  body #main-menu .burger-close {
    top: 30px;
    right: 30px; }

  body #main-content .mural ul {
    margin-top: 30px; }

  body #main-content .mural ul li {
    font-size: 20px; }

  body #main-content .btn-danger.pull-right {
    float: left; }

  body .col-12.wey, body .col-sm-12.wey {
    padding-right: 0;
    padding-left: 0;
    margin-right: -30px; }

  #uploadimageModal #image_demo {
    width: 100% !important; }
    #uploadimageModal #image_demo .cr-boundary {
      width: 100% !important; }

  body #report-form #uploaded_image {
    margin-left: 0; }

  body #main-content #definitions .col-12, body #main-content #definitions .col-sm-12 {
    padding: 0 15px; }

  body .container .bb {
    position: relative;
    margin-bottom: 20px; }
    body .container .bb:after {
      content: "";
      position: absolute;
      width: 85%;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #EC135D; } }

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