.webforms {
    width: 600px;
}


.extra-margin
{
    margin-top: 30px;
}

.section-heading.jobs-title{
    text-align: center;
    color: #00a8e2;
}

.section-heading.jobs-title-not-center{
    color: #00a8e2;
}

.section-heading.jobs-title-alt {
    color: #fff;
}

section:nth-child(2n) {
    background-color: #00a8e2;
}

.profission-subtitle{
    color: #00a8e2;
    text-transform: uppercase;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
}


.jobIntro {
    width: 100%;
    height: 70%;
    display: table;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: no-repeat bottom center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: url('/images/work.jpg');
}

.jobIntro div {
  height: 100%;
}

.jobIntro .job-intro-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.jobIntro .job-intro-texts h3, .jobIntro .job-intro-texts h1 {
  font-family: 'Lato', sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
  user-select: none;
}

.jobIntro .job-intro-texts > h3 {
  font-size: 26pt;
  font-weight: 400;
}

.jobIntro .job-intro-texts > h1 {
  font-size: 40pt;
  font-weight: 700;
}

.jobIntro  div.job-intro-texts {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-row .team-member{
    margin-bottom: 0px;
}

.team-row h3.text-muted{
    margin-bottom: 0px;
}

.jobIntro-image-2 {   
    background-image: url('/images/jobs_image.jpg');
}

#jobs {
    padding-top: 65px;
}

.offer-box
{
  margin: auto;
  width: 250px;
  padding: 7px;
  background-color: #00a8e2;
  transition: background .3s ease-in-out;
}

.offer-box:hover
{
    padding: 7px;
    background-color: #0c92c4;
}

.offer-button:link
{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    color: #fff;
}

.offer-button:hover
{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    color: #fff;
}

.offer-button:visited
{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    color: #fff;
}

.offer-button:active
{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    color: #fff;
}

.offer-button:focus
{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    color: #fff;
}

.dynamics-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

div.dynamics-list {
  padding: 0px;
}

.dynamics-item {
  display: flex;
  width: 270px;
  height: 270px;
  margin: 10px;
  background-color: #00a8e2;
  background-size: cover;
  color: white;
  position: relative;
}

.dynamics-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 168, 226, 0.5);
}

.dynamics-item-title {
  width: 100%;
  margin: 0px;
  align-self: center;
  position: absolute;
  text-align: center;
  line-height: 36pt;
  font-weight: 400;
  font-family: "Lato";
}

.img_offer {
    width: 100%;
}

.extra-margin-bottom {
    margin-bottom: 63px;
}

section .row h2.extra-margin-title {
    margin-bottom: 65px;
}
.job-characteristics{
    margin-top: 60px;
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
}

.submit-right{
    margin-top: 90px;
    float: right;
}

.extra-left-margin
{
    margin-left: 65px;
}

.extra-left-margin-designer {
  margin-left: 97px;
}

.short-box{
     width: 75%; 
     margin: auto;
}
