/*** VARIABLES: ***/
/*** OVERRIDES & HELPERS ***/
body {
  font-family: 'Nunito Sans', 'Helvetica Neue', sans-serif; }

h1.title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto Condensed', 'Helvetica Neue', sans-serif; }

button, .button {
  font-family: 'Nunito Sans', 'Helvetica Neue', sans-serif; }

body {
  color: #414141; }

h1 {
  text-transform: uppercase;
  text-align: center; }

.content-block h1 {
  margin-bottom: 40px; }

.divider {
  display: block;
  padding: 0;
  margin: 0 0 50px;
  border: 0;
  height: 0; }

.site {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 1, 3 */
  min-height: 100vh; }

main {
  flex: 1 0 auto;
  /* 2 */
  width: 100%; }

.info-quote {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 50px;
  color: #414141; }

video {
  width: 100%;
  height: auto; }

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js {
  font-size: 10px;
  color: #fff; }
  .video-js:hover .vjs-big-play-button {
    background: red; }

.vjs-default-skin .vjs-big-play-button {
  font-size: 3em;
  /* 1.5em = 45px default */
  line-height: 2em;
  height: 2em;
  width: 3.5em;
  border-radius: 0.3em;
  border: none;
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -1.75em;
  margin-top: -1em; }

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #222;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(34, 34, 34, 0.7); }

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #767676;
  background-color: rgba(118, 118, 118, 0.5); }

.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff; }

.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #b6b6b6;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(118, 118, 118, 0.5); }

.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: #f6f6f6;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(118, 118, 118, 0.75); }

.vjs-poster {
  background-color: #fff; }

.video-js {
  background: #fff; }
  .video-js button {
    min-height: 10px; }

.underline-start {
  position: relative;
  padding-bottom: 20px; }
  .underline-start::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #ed1c24; }

.underline-middle {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  text-align: center; }
  .underline-middle::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    background: #ed1c24; }

.main-block p {
  text-align: justify; }

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

.button-text,
.button-wrapper,
.button {
  -webkit-transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875); }

.hover-content {
  -webkit-transition: all 0.2s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  transition: all 0.2s cubic-bezier(0.72, 0.16, 0.345, 0.875); }

blockquote {
  font-weight: 300;
  font-style: normal; }
  blockquote strong {
    font-style: normal;
    font-weight: 300;
    color: #ed1c24; }
  blockquote.info-quote {
    padding: 0 20px;
    border-left: 0;
    text-align: center; }

.red-text {
  font-style: normal;
  font-weight: 300;
  color: #ed1c24; }

.info-area {
  padding: 50px 0;
  background-color: #f6f6f6; }

button, .button {
  color: #ffffff;
  background-color: #ed1c24;
  font-weight: 900;
  text-transform: uppercase; }
  button:hover, .button:hover {
    color: #ffffff;
    background-color: #090101; }
  button:disabled, button.disabled, .button:disabled, .button.disabled {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(237, 28, 36, 0.7); }
  button.outline, .button.outline {
    background: none;
    color: #ed1c24;
    border-color: #ed1c24; }
    button.outline:hover, .button.outline:hover {
      color: #ffffff;
      border-color: #ffffff;
      background-color: #090101; }
    button.outline:disabled, button.outline.disabled, .button.outline:disabled, .button.outline.disabled {
      background: none;
      color: rgba(237, 28, 36, 0.7);
      border-color: rgba(237, 28, 36, 0.5); }
  button.arrow:hover, .button.arrow:hover {
    background-color: #ed1c24; }
  button.white, .button.white {
    border-color: #fff;
    color: #fff; }

.button.outline {
  border-width: 1px; }

.button.arrow {
  position: relative;
  padding-right: 35px; }
  .button.arrow:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 15px;
    bottom: 13px;
    right: 11px;
    background: url("../img/arrow-red.svg") no-repeat center center; }

.button.arrow.no-content {
  padding-right: 20px; }

.button.arrow {
  position: relative;
  overflow: hidden; }

a {
  color: #ed1c24; }
  a:hover {
    color: #f47b7f; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px; }

.padded {
  padding: 50px 0; }

.gallery {
  margin-bottom: 50px;
  text-align: center; }
  .gallery h1 {
    margin-bottom: 60px; }
  .gallery .row {
    justify-content: center; }
  .gallery .col {
    margin-left: auto; }

.grid {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url("../img/loader.svg") no-repeat center center; }
  .grid img {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .grid:hover .hover-content {
    opacity: 1; }

.hover-content {
  position: absolute;
  display: block;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 45px 20px 50px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  opacity: 0; }
  .hover-content a.over {
    position: absolute;
    display: block;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hover-content .underline-middle {
    padding-bottom: 15px; }
  .hover-content span {
    display: inline-block; }
  .hover-content span, .hover-content h3 {
    color: #fff; }
  .hover-content h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px; }
  .hover-content .button {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
  .hover-content button.outline:hover, .hover-content .button.outline:hover {
    background-color: #fff;
    color: #ed1c24; }

div.mobile-nav {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 23px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  div.mobile-nav:before {
    content: none; }

.masthead {
  padding-top: 10px;
  border-bottom: 1px solid #bdbdbd; }
  .masthead > .container {
    position: relative; }
  .masthead .logo img {
    margin: 2px 0 0 0;
    max-width: 150px; }

nav {
  display: none;
  width: 100%;
  background: #ffffff;
  color: #414141;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }
  nav ul {
    display: block;
    justify-items: center;
    margin-left: 0; }
    nav ul.lang {
      padding: 0; }
      nav ul.lang li {
        position: relative; }
        nav ul.lang li:after {
          position: absolute;
          content: '';
          bottom: 16px;
          right: 53px;
          height: 15px;
          width: 2px;
          background: #414141; }
        nav ul.lang li:first-child:after {
          display: none; }
        nav ul.lang li a:hover {
          color: #ed1c24; }
          nav ul.lang li a:hover:after {
            display: none; }
      @media (max-width: 768px) {
        nav ul.lang {
          display: flex;
          justify-content: center;
          padding-bottom: 10px;
          margin-left: 0; }
          nav ul.lang li:after {
            right: 55px; } }
  nav li {
    padding: 10px; }
  nav a {
    position: relative;
    padding-bottom: 10px;
    color: #414141;
    text-decoration: none; }
    nav a:hover {
      color: #414141; }
    @media (pointer: fine) {
      nav a:hover::after, nav a.active::after {
        width: 100%; }
      nav a:active::after {
        display: block; }
      nav a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        bottom: 0;
        left: 50%;
        background: #ed1c24;
        transform: translateX(-50%);
        transition: width 0.5s ease; } }

.description-word.underline-middle {
  display: block;
  text-align: center;
  text-transform: uppercase; }
  .description-word.underline-middle:after {
    margin-left: 0;
    width: 70px;
    transform: translateX(-50%); }

.main-footer {
  padding-top: 30px;
  background-color: #232323;
  color: #999999;
  text-align: center; }
  .main-footer figure img {
    max-width: 100px; }
  .main-footer address {
    margin-bottom: 0;
    border-bottom: 1px solid #414141; }
    .main-footer address ul {
      margin: 0;
      list-style: none; }
    .main-footer address a {
      display: inline-block;
      color: #999999;
      text-decoration: none;
      font-size: 14px; }
    .main-footer address a:not(:last-child) {
      margin-right: 50px; }

.location,
.phone,
.mail {
  position: relative;
  margin: 0 0 20px;
  padding-left: 25px; }
  .location a,
  .phone a,
  .mail a {
    text-decoration: none; }

.phone a {
  color: #414141; }

.location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/ico-location.svg") no-repeat center center;
  top: 3px; }

.phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/ico-phone.svg") no-repeat center center;
  top: 3px; }

.mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/ico-email.svg") no-repeat center center;
  top: 3px; }

.share-area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }
  .share-area img {
    width: 30px;
    max-height: 30px; }
  .share-area a {
    margin: 0 20px; }

.footer-bottom {
  margin: 20px 0; }

.CON_container_classic {
  margin: 0 auto; }

.badge {
  position: relative; }
  .badge .text-back {
    width: 95px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 62px;
    left: 50%;
    opacity: 0.4;
    transform: translateX(-50%);
    border-radius: 10px; }

@media (min-width: 769px) {
  .CON_container_classic {
    margin: 0; }
  .badge .text-back {
    left: 60px; }
  .share-area {
    padding-top: 24px; } }

.swiper-container {
  display: none; }
  @media (min-width: 769px) {
    .swiper-container {
      display: block;
      margin-bottom: 30px;
      width: 100%; }
      .swiper-container .swiper-pagination-bullet-active {
        background: #ed1c24; }
      .swiper-container .swiper-slide {
        height: 100%; }
      .swiper-container img {
        display: block; } }

.swiper-wrapper img {
  margin: 0 auto;
  min-width: 100%; }

@media (min-width: 769px) {
  .mobile-image {
    display: none; } }

/*news*/
.news {
  margin-top: 50px; }
  .news .news-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 460px; }
    .news .news-box .news-box-image {
      width: 50%; }
    .news .news-box .news-box-content {
      padding: 3rem;
      border: 0;
      width: 50%; }
    .news .news-box:nth-child(even) {
      flex-direction: row-reverse; }
    @media only screen and (max-width: 769px) {
      .news .news-box {
        flex-direction: column; }
        .news .news-box:nth-child(even) {
          flex-direction: row;
          -webkit-flex-direction: row; }
          .news .news-box:nth-child(even) .news-box-content {
            text-align: left; }
        .news .news-box .news-box-image {
          width: 100%;
          min-height: 300px; }
        .news .news-box .news-box-content {
          width: 100%; } }

.latest-news .content {
  position: relative;
  z-index: 100;
  padding: 65px;
  padding-bottom: 120px;
  min-height: 520px; }
  .latest-news .content .underline-start {
    text-transform: uppercase; }
  .latest-news .content a.over-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.latest-news .col {
  position: relative; }

.latest-news .col:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.latest-news .button-wrapper {
  position: absolute;
  bottom: 55px;
  left: 65px; }

.latest-news span {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .latest-news span.button-text {
    margin: 0;
    padding: 0; }

.latest-news span, .latest-news h3 {
  color: #fff; }

.latest-news h3 {
  font-size: 20px; }

.latest-news button.outline:hover, .latest-news .button.outline:hover {
  background-color: #fff; }
  .latest-news button.outline:hover .button-text, .latest-news .button.outline:hover .button-text {
    color: #ed1c24; }

main .row {
  margin-bottom: 30px; }

.locations {
  margin-top: 50px; }

.location-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .location-box .location-box-map,
  .location-box .location-box-content {
    width: 100%; }
    .location-box .location-box-map address,
    .location-box .location-box-content address {
      margin-bottom: 0; }
  .location-box .location-box-content {
    padding: 40px 20px; }
    .location-box .location-box-content address {
      font-style: normal; }
  .location-box .location-box-map {
    background: url("../img/loader.svg") no-repeat center center; }
  .location-box .location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/ico-location-red.svg") no-repeat center center;
    top: 3px; }
  .location-box .phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/ico-phone-red.svg") no-repeat center center;
    top: 3px; }
  .location-box .mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/ico-email-red.svg") no-repeat center center;
    top: 3px; }

input, textarea {
  margin-bottom: 25px; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #ed1c24;
  box-shadow: 0 0 1px #ed1c24 inset; }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent; }
  input:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder,
  select:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent; }
  input:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  select:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent; }
  input:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent; }

.contact-form header {
  margin-bottom: 50px; }

.contact-form .row .col-6 {
  margin-bottom: 0px; }

.single-hero {
  width: 100%;
  background: url("../img/concrete_seamless.png") repeat center center; }
  .single-hero img {
    display: block;
    margin: 0 auto;
    min-width: 100%; }

/*** MEDIA QUERIES ***/
@media (min-width: 769px) {
  .news .news-box .news-box-content {
    padding: 5rem; }
  .location-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 50px; }
    .location-box .location-box-map,
    .location-box .location-box-content {
      width: 50%; }
    .location-box .location-box-content {
      padding: 40px 60px; }
    .location-box p {
      padding-left: 25px; }
      .location-box p a {
        text-decoration: none; }
  address li {
    display: inline-block; }
  address li:not(:last-child) {
    margin-right: 30px; }
  .masthead {
    min-height: 120px; }
    .masthead .logo img {
      margin: 23px 0 0 0;
      max-width: 150px; }
  .main-menu {
    display: block;
    position: absolute;
    top: 26px;
    right: 12px;
    width: auto;
    display: inline-block;
    font-size: 16px; }
    .main-menu ul {
      display: inline-block; }
      .main-menu ul li {
        display: inline-block; }
  .swiper-container {
    background: url("../img/concrete_seamless.png") repeat center center; }
  .grid {
    margin: 0; }
  .gallery .row .col {
    margin-left: 0; }
  .gallery h3 {
    font-size: 19px; }
  .latest-news .content {
    min-height: 680px; }
  .latest-news .content:hover .button.arrow {
    padding-right: 40px; }
  .latest-news .content:hover .button-text {
    margin-left: 0 !important; }
  .latest-news h3 {
    font-size: 22px; }
  .main-footer figure {
    margin-bottom: 80px; }
  .main-footer address a {
    font-size: 16px; }
  .share-area {
    justify-content: flex-end; } }

.people {
  margin-top: 50px; }
  .people .people-descr {
    margin-bottom: 30px; }
    .people .people-descr h2 {
      margin-bottom: 0; }
  @media (max-width: 1024px) and (min-width: 769px) {
    .people .col.col-4 {
      width: 48%; } }

@media (min-width: 1200px) {
  .grid .underline-middle {
    padding-bottom: 25px; }
  .grid h3 {
    font-size: 24px;
    transform: translate(-50%, -50%);
    line-height: 32px; }
  .grid:hover .button {
    bottom: 45px; } }

@media (min-width: 500px) {
  .row {
    flex-direction: row;
    flex-wrap: wrap; }
  .grid.col-4 {
    margin-left: 0;
    width: 50%; }
    .grid.col-4:last-of-type {
      margin-right: auto; } }

@media (min-width: 900px) {
  .grid.col-4 {
    width: 33.33333%; } }

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #414141;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 24px; }

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 17px; }

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px; }

.logo-animated-wrapp {
  display: flex;
  justify-content: center;
  align-items: center; }
  .logo-animated-wrapp .logo-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out; }
    .logo-animated-wrapp .logo-overlay.full-width {
      transform: translateX(100%); }

.logo-img {
  position: relative;
  overflow: hidden;
  min-width: 100%; }

.people figure.effect-sadie {
  position: relative; }

.people figure.effect-sadie figcaption {
  opacity: 1; }

.people figure.effect-sadie .p-content {
  transition: opacity 0.35s, transform 0.35s; }

.people figure.effect-sadie .p-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  transform: translate3d(0, 10px, 0); }
  .people figure.effect-sadie .p-content .p-inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 25px 25px 15px 25px; }

.people figure.effect-sadie .p-content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7); }

.people figure.effect-sadie h3 {
  color: #fff;
  font-family: 'Roboto Condensed', 'Helvetica Neue', sans-serif;
  font-size: 28px;
  font-weight: 300;
  padding: 0 0 15px;
  margin: 0 0 18px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7); }

.people figure.effect-sadie img {
  display: block;
  width: 100%; }

.people figure.effect-sadie:hover figcaption::before,
.people figure.effect-sadie:hover .p-content {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.people figure.effect-sadie:hover img {
  -webkit-filter: blur(1px);
  /* Safari 6.0 - 9.0 */
  filter: blur(1px); }

.people figure.effect-sadie:hover .pulse-arrow {
  display: none; }

@media (min-width: 769px) {
  .pulse-arrow {
    display: none; } }

.arrow-right1, .arrow-right2, .arrow-right3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ed1c24;
  transform: scale(0.5);
  animation: pulse-me 3s ease-in-out infinite; }

.arrow-right2, .arrow-right3 {
  animation-delay: 1s; }

.arrow-right3 {
  animation-delay: 2s; }

@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 0.5; }
  70% {
    opacity: 0.09; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

#ui-modal .modal {
  background: none;
  box-shadow: none;
  max-width: 900px; }

#ui-modal .close {
  top: -25px;
  right: -15px;
  opacity: 1;
  color: red;
  font-size: 25px; }

#ui-modal .modal-body {
  padding: 9px;
  border-radius: 5px; }
