body {
  font-size: 18px;
}

body,
h1,
h2,
h3,
h4,
.uk-h1,
.uk-h4,
.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  font-family: 'Fira Sans Extra Condensed', sans-serif !important;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  font-size: 1rem;
}

h1 {
  font-weight: 700;
  margin-top: 80px;
}

h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

.uk-h1 .uk-link-dark {
  font-weight: 700;
  color: #333;
}

header {
  position: relative;
  z-index: 100;
}

.main {
  
}

.uk-switcher {
  min-height: 200px;
}

.main .uk-margin-large-bottom {
  margin-top: 0;
}

.main .uk-margin-medium-bottom {
  margin-top: 0;
}

.logo {
  height: 100px;
  margin: 20px 0;
  display: inline-block;
}

header .uk-logo {
  margin: 10px 0;
}

.uk-slideshow {

}

.uk-slideshow h2 {
  font-size: 3rem;
  text-transform: uppercase;
}

.uk-slideshow-items {
  height: 200px;
}

.uk-slideshow-items li {
  background-color: #fff;
  height: 200px;
}

.uk-dotnav>*>* {
  border-radius: 0;
  width: 15px;
  height: 15px;
}

.uk-dotnav>.uk-active>* {
  background-color: #ed1c24;
}

header .uk-navbar-left {
  margin-left: -10px;
}

.mouse-place {
  margin-top: 120px;
}



.box-color-1,
.box-color-2,
.box-color-3,
.box-color-4 {
  transition: .3s ease-out;
  transition-property: box-shadow;
}

.box-color-1 {
  background: #340F81;
}

.box-color-1-1 {
  background: #340F81;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5);
  color: #fff;
}

.box-color-2-2 {
  background: #3EC483;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5);
  color: #fff;
}

.box-color-3-3 {
  background: #F5841A;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5);
  color: #fff;
}

.box-color-4-4 {
  background: #802FC6;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5);
  color: #fff;
}

.box-color-1:hover,
.box-color-2:hover,
.box-color-3:hover,
.box-color-4:hover {
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5);
  
}

.box-color-2 {
  background: #3EC483;
}

.box-color-3 {
  background: #F5841A;
}

.box-color-4 {
  background: #802FC6;
}

.color-boxes a:hover {
  color: #fff;
}

.social-buttons a {
  margin-left: 10px;
}

.footer {
  padding-top: 40px;
}

.footer .uk-navbar-nav>li>a {
  text-transform: none;
}

.footer .uk-logo {
  padding-right: 60px;
}

.footer-tel {
  font-size: 1.8rem;
}

.uk-nav-default {
  font-size: 1.2rem;
}

.display-inline h1,
.display-inline .uk-h1 {
  display: inline-block;
}

.sub-tab>a {
  margin-left: 20px;
  font-size: 1rem;
}

.uk-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 2px solid #e5e5e5;
    border-bottom: none;
}

.uk-tab>.uk-active>a {
    color: #333;
    border-color: #ed1c24;
    border-width: 2px;
}

.uk-button-default {
    background-color: transparent;
    color: #333;
    border: 2px solid #e5e5e5;
    font-size: 1rem;
}

.uk-input, .uk-select, .uk-textarea {
      border: 2px solid #e5e5e5;
}

.uk-light .uk-h4 {
  color: #333;
}

.color-boxes img {
  height: 90px;
  width: 90px;
}

.color-boxes .uk-padding {
  padding-bottom: 10px;
}

.box-color-2 h3.uk-card-title {
  margin-top: 10px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}

.footer .uk-navbar-item, .footer .uk-navbar-nav>li>a, .footer .uk-navbar-toggle {
    padding: 0 15px 0 0;
    height: 30px;
    margin: 15px 0;
}

.footer .uk-navbar-item, .footer .uk-navbar-nav>li>a, .footer .uk-navbar-toggle {
    font-size: 18px;
}

.tel {
    font-size: 20px;
}

.padding-left {
  padding-left: 10px;
  font-size: 16px;
}

.footer .uk-link, .footer a {
    color: #111;
    text-decoration: underline;
    cursor: pointer;
}

.footer .uk-link:hover, .footer a:hover {
    color: #111;
    text-decoration: none;
    cursor: pointer;
}

.uk-link-dark {
  color: #111;
  text-decoration: underline;
  cursor: pointer;
}

.uk-link-dark:hover {
    color: #111;
    text-decoration: none;
    cursor: pointer;
}

header .uk-navbar-nav>li>a {
    color: #444;
    text-transform: none;
    font-size: 26px;
}

header .uk-navbar-nav>li>a {
    height: 100px;
    margin: 20px 0;
}

.footer .logo {
  height: 70px;
  margin-bottom: 10px;
}

.footer .uk-navbar-left {
  align-items: flex-end;
}

.footer .uk-navbar-left .padding-left {
  font-size: 18px;
}

.img-padding-left {
  padding-left: 10px;
}

.padding-medium {
  padding: 25px;
}

.uk-tab>*>a {
  text-transform: none;
}

.dropdown-w ul {
  font-size: 1rem;
}

.news-grid-item-calendar {
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 25px;
}

a.news-grid-item-calendar {
    color: #666;
}

a.news-grid-item-calendar.active {
    background: #ed1c24;
    color: #fff;
}

.news-grid-item-calendar h4 {
    font-size: 1.5rem;
}

.news-grid-item-calendar img {
  background-color: #666;
  border-radius: 50%;
  padding: 4px;
}

.calendar-arrow-left {
  float: left;
}

.calendar-arrow-right {
  float: right;
}

.calendar-arrow-left:hover img {
  background-color: #ed1c24;
}

.calendar-arrow-right:hover img {
  background-color: #ed1c24;
}

.news-grid-item {
  height: 236px;
  position: relative;
  display: block;
  overflow: hidden;
}

a.news-grid-item,
.news-grid-item-active {
  color: #fff;
  transition: .3s ease-out;
  transition-property: box-shadow;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

a.news-grid-item:hover,
.news-grid-item-active {
  box-shadow: 0 5px 15px rgba(0,0,0,0.08), inset 0 0 0 4px rgba(0,0,0,0.2);
}

.news-grid-item-active {
  padding: 20px;
  height: auto;
}

a.news-grid-item:hover .news-grid-item-text {
  color: #fff;
  text-decoration: underline;
}

.news-grid-item-text {
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.news-grid-item-img {
  position: absolute;
  top: 15px;
  left: 15px;
}

.news-grid-item-img img {
  border-radius: 50%;
  padding: 4px;
  width: 40px;
  box-shadow: none;
}

.news-grid-item-img img:hover {
  box-shadow: none;
}

.news-grid-item-sm {
  height: 170px;
}

.news-grid-item-active .news-grid-item-img-place {
  height: 40px;
}

.news-grid-item-active .news-grid-item-img {
  position: absolute;
  top: 15px;
  left: 15px;
}

.news-grid-item-active .news-grid-item-img img {
  border-radius: 50%;
  padding: 4px;
  width: 40px;
  box-shadow: none;
}

.news-grid-item-active .news-grid-item-img img:hover {
  box-shadow: none;
}

.cases-sm {
  height: 220px;
  transition: .3s ease-out;
  transition-property: box-shadow;
}

.cases-sm:hover {
  box-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}

.cases-sm:hover .uk-h4 {
  text-decoration: underline;
}

.cases-sm:hover .uk-h4 {
  text-decoration: underline;
}

.cases-sm-des {
  color: #fff;
}

.cases-sm .uk-transition-slide-bottom {
    transform: translateY(80px);
}

.cases-sm [class*=uk-transition-slide] {
   opacity: 1;
}

.cases-sm-inside .cases-sm-des {
  color: #666;
}

.cases-sm-inside:hover {
  box-shadow: 0 0 0 4px rgba(255,255,255,0.5);
}

.cases-sm .news-grid-item-img {
  left: 30px;
  top: 30px;
}

.cases-sm .news-grid-item-img img {
  border: 2px solid #fff;
}

.case-page .news-grid-item-img {
  position: relative;
  left: auto;
  top: auto;
}

.news-grid-item-inner {
  padding: 4px;
}

.news-grid-item-cover {
  overflow: hidden;
}

.news-grid-item-cover img {
  height: 100%;
}

.news-grid-item-text-inner {
  background: rgba(0,0,0,0.7);
  padding: 11px;
  color: #fff;
}

.text-dark {
  color: #666;
}

.news-grid-item-without-img {
  color: #333;
}

.news-grid-item-without-img .news-grid-item-text-inner {
  background: #fff;
  color: #333;
}

.news-grid-item-small {
  height: 179px;
}

.news-grid-item-small .news-grid-item-cover img {
  height: auto;
}

.uk-list-place > ul {
  padding: 0;
  list-style: none;
}

.uk-list-place > ul > li:nth-child(n+2), .uk-list-place > ul > li > ul {
  margin-top: 10px;
}