:root {
  --color-text: #000;
  --color-link: #000;
  --color-muted: #fff;
  --color-light: #fff;
  --color-primary: #000;
  --color-secondary: #000;
}

/* Navbar */
.uk-navbar-left *,
.uk-navbar-right * {
  line-height: 1 !important;
}
.tm-header .uk-logo {
  position: relative;
  top: -7px;
}
.tm-header .uk-navbar-right ul li:last-child .uk-icon {
  position: relative;
  top: -3px;
}

.tm-header-mobile .uk-navbar-container {
  padding: 0;
}
.tm-header-mobile .uk-navbar-right ul li:first-child .uk-icon {
  position: relative;
  top: 3px;
}

/* Dotnav */
.uk-dotnav a {
  transition: all 0.2s;
}
.uk-dotnav .uk-active a {
  width: 75px;
}

/* Visforms */
.visforms .uk-margin-medium-top {
  margin-top: 0 !important;
}
.visforms .field6 .uk-margin-small-top {
  margin-top: 0 !important;
}
.visforms .uk-flex-center {
  justify-content: flex-start;
}
.visforms fieldset > div > div {
  position: relative;
}
.visforms .errorcontainer {
  position: absolute;
  top: 12px;
  right: 0;
  background: red;
  padding: 0 15px;
  line-height: 1;
}
.visforms .field5 .errorcontainer,
.visforms .field17 .errorcontainer {
  top: -18px;
}
.visforms .errorcontainer * {
  color: white !important;
  font-size: 11px;
  line-height: 1.9;
}
#system-message-container {
  position: fixed;
  width: 80%;
  max-width: 1200px;
  min-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
#system-message-container joomla-alert {
  border-radius: 0;
  border: none;
  background: var(--color-primary);
  color: white !important;
  padding: 35px 25px;
}
#system-message-container joomla-alert .joomla-alert--close {
  color: white !important;
  opacity: 1;
  font-weight: 300;
  font-size: 30px;
  line-height: 10px;
}

@media (max-width: 1599px) {
  /* Text */
  html,
  .uk-h5,
  .uk-button {
    font-size: 22px;
  }

  h1,
  .uk-h1 {
    font-size: 95px;
  }
}
@media (max-width: 1199px) {
  /* Text */
  html,
  .uk-h5,
  .uk-button {
    font-size: 20px;
  }

  h1,
  .uk-h1 {
    font-size: 80px;
  }

  .uk-heading-xlarge img {
    width: 70px;
  }
}

@media (max-width: 959px) {
  /* Text */
  html,
  .uk-h5,
  .uk-button {
    font-size: 17px;
  }

  h1,
  .uk-h1 {
    font-size: 50px;
  }

  .uk-heading-xlarge img {
    width: 55px;
  }

  /* Slider */
  .uk-slider-items .el-meta.uk-margin-auto-bottom {
    margin-bottom: 0 !important;
  }
  .tm-header-placeholder {
    height: 0 !important;
  }
  .uk-slider-container {
    min-height: calc(100vh - 310px);
  }
}

@media (max-width: 639px) {
  /* Text */
  html,
  .uk-h5,
  .uk-button {
    font-size: 14px;
  }

  h1,
  .uk-h1 {
    font-size: 34px;
  }
  .uk-heading-xlarge {
    font-size: 15vw;
    line-height: 1;
  }
  .uk-heading-large {
    font-size: 10vw;
    line-height: 1;
  }
  .uk-heading-medium {
    font-size: 8vw;
    line-height: 1;
  }
  .uk-heading-xlarge img {
    width: 40px;
  }
  .tm-header-mobile .uk-navbar-right ul li .uk-icon {
    width: 22px;
  }
  .tm-header-mobile .uk-navbar-right ul li:first-child .uk-icon {
    position: relative;
    top: 5px;
  }
  .tm-header-mobile .uk-navbar-right ul li:last-child .uk-icon {
    position: relative;
    top: 3px;
  }
  .uk-dotnav > * > * {
    width: 15px;
    height: 15px;
  }
  .uk-dotnav .uk-active a {
    width: 50px;
  }
}
@media (max-width: 439px) {
  /* Text */
  html,
  .uk-h5,
  .uk-button {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .uk-heading-xlarge img {
    width: 5vw;
  }
}
.rotate {
  display: inline-block;
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate90 8s cubic-bezier(0, 0, 1, 1) infinite;
  animation-delay: 1s;
}

@media(max-width:700px){
.circle{
	width: 9vw;
}
}
@media(min-width:701px){
.circle{
	width: 6vw;
}
}
@media(min-width:1400px){
.circle{
	width: 4vw;
}
}

@keyframes rotate90 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  30% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  55% {
    transform: rotate(270deg);
  }
  70% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* EDIT BUTTON */
#tm-main > a.uk-position-bottom-right:last-child {
  display: none !important;
}
