.job-offer {
  padding: 50px 0;
  max-width: 951px;
  margin: auto;
}

.job-offer .head{
  font-size: 36px;
}

.job-offer .short-info{
  float: left;
  margin: 15px 30px 40px 0;
}

.job-offer .short-info .text{
  font-size: 11px !important;
  color: #999999 !important;
  padding-top: 0 !important;
  margin-bottom: 10px;
}

.job-offer .short-info .info{
  font-size: 14px;
  color: #990AE3;
  text-decoration: none;
}

.job-offer .short-info .info .fa{
  margin-right: 5px;
  margin-top: 10px;
}

.job-offer .content{
  width: calc(50% - 20px);
  margin-right: 40px;
  float: left;
}

.job-offer .content .text,
.job-offer .content p{
  font-size: 14px;
  line-height: 1.57;
  color: #333333;
}

.job-offer .content .text a{
  color: #3BB7FF;
  text-decoration: none;
}

.job-offer .content .smoll-head{
  font-size: 14px;
  line-height: 1.57;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}

.job-offer .content ul{
  margin-bottom: 10px;
}

.job-offer .content ul li{
  list-style-type: none;
  font-size: 14px;
  line-height: 1.57;
  color: #333333;

}

.job-offer .content ul li:before{
  content: '•';
  margin-left: 5px;
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.57;
  color: #333333;
}

.job-offer .form{
  width: calc(50% - 80px);
  float: left;
  border-radius: 10px;
    background-color: #E5E5E5;
    padding: 40px 30px;
}

.job-offer .form .form-head{
  font-size: 18px !important;
  float: left;
  font-weight: bold;
  margin-bottom: 15px !important;
  padding: 0 !important;
}

.job-offer .form .linkedin{
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #0077b5;
  text-decoration: none;
  margin-bottom: 15px;
}

.job-offer .form .linkedin .fa{
  font-size: 20px;
  font-weight: normal;
  margin-right: 8px;
}

.job-offer .form label {
  display: none;
}
.job-offer .form .input{
  border: none;
  outline: none;
  border-radius: 10px;
  background: #ffffff;
  font-size: 14px;
  color: #999999;
  padding: 12px 20px;
  width: calc(50% - 50px);
  float: left;
  margin-top: 15px;
}

.job-offer .form .input::placeholder{
  color: #999999;
}

.job-offer .form .input.left{
  margin-right: 20px;
}

.job-offer .form .input .fa{
  float: right;
}
.job-offer .form select.input{
  /*width: calc(50% - 10px);*/
  width: calc(100% - 5px);
  -webkit-appearance:none;
}
@media (max-width: 965px){
  .job-offer .form select.input{
    width: 100%;
  }
  .job-offer .form select#edit-lang {
     height: 75px;
  }
}

@media (min-width: 965px){
  .job-offer .form .form-item-educ,
  .job-offer .form .form-item-lang {
    float: left;
    margin-right: 0;
    margin-bottom: 0;
  }
  @media (max-width: 965px){
    .job-offer .form .form-item-educ,
    .job-offer .form .form-item-lang {
      float: none;
    }
  }
}
.job-offer .form .chosen-container-single .chosen-single,
.job-offer .form .chosen-container-multi .chosen-choices {
  border: none;
  box-shadow: none;
  background-image: none;
}
.job-offer .form .chosen-container.input {
  margin-top: 0;
  padding: 8px 20px;
  width: 150px !important;
  margin-right: 0;
}
.job-offer .form .chosen-container-multi.input {
  margin-left: 18px;
  width: 147px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
.job-offer .form .chosen-container-single .chosen-single li.search-field input[type="text"],
.job-offer .form .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  color: #999999;
}
.job-offer .form .chosen-container-single .chosen-single li.search-choice,
.job-offer .form .chosen-container-multi .chosen-choices li.search-choice {
  background: #E5E5E5;
  background-image: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  color: #999;
  padding: 7px 20px 7px 10px;
}
.job-offer .form .chosen-container-single .chosen-single li.search-choice .search-choice-close,
.job-offer .form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
}

.job-offer .form .button{
  font-size: 15px;
  padding: 8px 36px;
  border-radius: 35px;
  border: solid 2px #990AE3;
  display: table;
  margin: auto;
  margin-top: 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background: #990AE3;
  color: white;
  -webkit-appearance:none;
  cursor: pointer;
}

.job-offer .form .button:hover{
  color: #990AE3;
  background-color: rgba(0, 0, 0, 0);
}

.job-offer .share{
  margin: auto;
  position: relative;
  float: left;
  width: calc(50% - 20px);
  margin-top: 35px;
}

.job-offer .share div{
  display: table;
  margin: auto;
}

.job-offer .share br{
  display: none;
}

.job-offer .share .fa-paper-plane{
  font-size: 20px;
  color: #999999;
  display: inline-block;
}

.job-offer .share .text{
  font-size: 14px !important;
  color: #999999 !important;
  display: inline-block;
  margin-right: 10px !important;
  padding-right: 30px !important;
  margin-left: 10px !important;
  padding-top: 0 !important;
  position:  relative;
}

.job-offer .share .text:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 48px;
  right: 0;
  background: #E5E5E5;
  margin-top: -17px;
}

.job-offer .share a .fa{
  font-size: 16px;
  color: #999999;
  margin-left: 25px;
}

.job-offer .share a .fa:hover{
  color: #990AE3;
}

.custom-file-input{
  cursor: pointer;
  border: none !important;
}
@media (max-width: 965px){
  .custom-file-input{
    margin-top: 15px;
  }
}

.custom-file-input::after{
  line-height: 20px;
  padding: 17px 0;
}

.custom-file-input::before{
  line-height: 20px;
  padding: 17px 20px 17px 50px;
}

@media (max-width: 965px){
  .job-offer .content{
    width: 100%;
    margin-right: 0;
  }

  .job-offer .form{
    width: calc(100% - 60px);
    margin-top: 50px;
  }

  .job-offer .share{
    width: 100%;
  }
}

@media (max-width: 750px){

  .job-offer .form .input{
    width: calc(100% - 40px);
  }

  .job-offer .form .input.left{
    margin-right: 0;
  }

  .job-offer .form .form-head{
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .job-offer .form .linkedin{
    float: none;
    margin: auto;
    display: table;
    margin-bottom: 15px;
  }

  .job-offer .share .text{
    clear: right;
    margin-right: 0;
    padding-right: 0;
  }

  .job-offer .share .text:after{
    display: none;
  }

  .job-offer .share a .fa{
    margin-top: 25px;
    margin-left: 33px;
  }

  .job-offer .share a .fa.first{
    clear: left;
    margin-left: 0;
  }

  .job-offer .share br{
    display: block;
  }
}
