/****LANG BAR*****/
.tm-toolbar-default {
  background: #1d3250e6;
}
/*******/

.uk-subnav a {
  text-decoration: none;
}

/*.uk-nav-default {
  display: inline-flex;
}*/

.uk-section-default.tm-top {
  background: #1e3250;
  padding: 0.5em;
}

.tit-top {
  background-color: #1e3250;
  padding: 0.5em;
  color: #fff;
  display: inline-block;
}

/***********HOMEPAGE*************/

.section-max_width .uk-container-small {
  max-width: 1200px !important;
}

/***********GERAL**************/

.section-grid-style h4 {
  margin-bottom: 0 !important;
}

.section-grid-style p {
  margin-top: 0 !important;
}

.overlay-image .el-item {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.overlay-image .el-image {
  filter: brightness(0.7);
}

.overlay-image .el-content {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10%;
  text-align: center;
  color: white;
}

.overlay-image .el-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay-image .el-link {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  width: 120px;
  margin: auto;
  height: 40px;
}

.overlay-image .el-link:hover {
  color: white;
  border-color: white;
}

.margin-number {
  margin: 10px;
}

.margin-number a {
  text-decoration: none;
  color: #fefefe;
  vertical-align: baseline;
  display: table-cell;
  background-color: rgb(105 156 198);
  text-align: center;
  border-radius: 50%;
  padding: 8px 14px;
  font: 22px Arial, sans-serif;
}

.number-10 .margin-number a {
  padding: 8px;
}

.margin-number .numberCircle {
  display: table-cell;
  vertical-align: middle !important;
}

.margin-number p {
  vertical-align: baseline;
  display: table-cell;
  padding-left: 16px;
}

/******FORM BUTTON*****/
#userForm button#Send {
  background-color: #699cc6;
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: none;
  margin: 0;
  border: none;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 23px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, background-position,
    background-size, border-color, box-shadow;
  font-family: roboto;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  background-origin: border-box;
}

#userForm button#Send:hover {
  background-color: transparent;
  border: 1px solid #699cc6;
  color: #699cc6;
}
/************/

/*
@media only screen and (max-width: 1200px) {
  .uk-nav-default {
    display: initial;
  }
}*/
