@import url("./bootstrap.min.css");
@import url("./agency.css");

@media (min-width: 992px) {
  .et-col-md-4 {
    width: 50%;
  }
  .et-col-md-4-bottom {
    width: auto;
    float: none;
  }
  .et-col-md-4-middle {
    width: 50%;
  }
  .et-row {
    width: auto;
    float: none;
  }
  section {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
  header .intro-text .intro-heading {
    font-size: 65px;
    margin-bottom: 25px;
  }
  .about-asulever {
    margin-bottom: 55px;
  }
}
#et-logo {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  color: #fff;
}
#et-intro-lead-in {
  font-style: normal;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
  background-attachment: fixed;
}
#recruit {
  background-image: url(../img/header-bg.jpg);
  background-attachment: fixed;
  color: #fff;
}

.section-heading {
  padding: 1em 0;
}

.et-text-recruit {
  font-size: 2.7rem;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.col-lg-12 {
  padding-right: 22%;
  padding-left: 22%;
}
dl dt {
  float: left;
  clear: left;
  padding: 10px 0;
  width: 6em;
}
dl dd {
  border-bottom: 1px solid rgb(51, 51, 51);
  padding: 10px 0 10px 6em;
}

.maps {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 450px;
}

.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section {
  padding: 90px 0;
}
.et-btn-size {
  margin: 50px 0;
  padding: 20px 0;
  font-size: 3rem;
}
.et-footer-font {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.formrun {
  padding: 44px;
  padding-top: 0;
  max-width: 640px;
  margin: 0 auto;
}
/* .form-group{
  margin-bottom: 1rem;
} */
.formrun button {
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  padding: 0.25em 0.25em;
  font-size: 20px;
  line-height: 150%;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  -webkit-appearance: button;
  background-color: #fed136;
  border-color: #fed136;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.tag-danger {
  background-color: #d9534f;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-style: normal;
}
.recruit-block {
  border: 1px solid #fff;
  margin: 0 10px 32px 10px;
  max-width: 340px;
}
.recruit-block h3 {
  color: #fed136;
}
.job-categories{
  padding: 0 16px;
}
@media (min-width: 992px) {
  .recruit-block {
    margin: auto auto 32px auto;
  }
}
 
#news {
  text-align: center;
}
#news .news-item {
  margin: 20px 0;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#news .news-item .news-date {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
#news .news-item .news-title {
  display: inline;
  color: #317589;
  text-decoration: none;
}
#news .news-item .news-title:hover {
  color: #489fb5;
  text-decoration: underline;
}
@media (max-width: 992px) {
  #news .news-item .news-date {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #news .news-item {
    display: block;
  }
}
#news .news-content {
  display: inline-block;
  letter-spacing: 0.1em;
  text-align: left;
  width: 70%;
}

#news-page {
  margin: 20px 0;
}

.non-style-link {
  text-decoration: none;
  color: #317589;
}
