.filter-search {
  display: none;
}
.share-button {
  background: #28afca;
  color: #fff;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50% 50% 0 50%;
  border-radius: 50% 50% 0 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-animation: animatedItem 1.5s ease infinite alternate;
  -moz-animation: animatedItem 1.5s ease infinite alternate;
  -o-animation: animatedItem 1.5s ease infinite alternate;
  -ms-animation: animatedItem 1.5s ease infinite alternate;
  animation: animatedItem 1.5s ease infinite alternate;
}
.share-button:hover {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 0 50% 50% 50%;
  border-radius: 0 50% 50% 50%;
}
.share-button:hover a {
  display: block;
}
.share-button span {
  line-height: 70px;
  text-align: center;
  display: block;
  font-size: 40px;
}
.share-button a {
  display: none;
  color: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.share-button a.icon-fb {
  background: #43599b;
  left: -60px;
  bottom: 0;
}
.share-button a.icon-twitter {
  background: #3baaf1;
  top: -40px;
  left: -40px;
}
.share-button a.icon-email {
  background: #ff7f50;
  top: -60px;
  right: 0;
}
.main-content {
  margin-bottom: 50px;
}
.main-content a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.1s all ease;
  -moz-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  -ms-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.main-content a:after {
  content: "";
  border-bottom: 3px solid #28afca;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.1s all ease;
  -moz-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  -ms-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.main-content a:hover {
  color: #28afca;
  -webkit-transition: 0.1s all ease;
  -moz-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  -ms-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.main-content a:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff;
  -webkit-transition: 0.1s all ease;
  -moz-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  -ms-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.main-content h3 {
  font-size: 22px;
}
.main-content h3:not(:first-child) {
  margin-top: 40px;
}
.job-detail-title {
  background: #fbfbfb;
  border: 1px dashed #e1e1e1;
  border-left: 0;
  border-right: 0;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
  position: relative;
}
.job-detail-title .container {
  position: relative;
}
.job-detail-title .title {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 20px;
}
.job-detail-title .see-list {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 3;
}
.job-detail-title .job-company {
  font-size: 1.2rem;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.job-detail-title .job-company:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  color: #28afca;
}
.job-detail-title .job-type {
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  padding: 3px 8px;
  vertical-align: middle;
  font-size: 0.8rem;
}
.job-detail-title .job-type.fulltime {
  background-color: #9013fe;
}
.job-detail-title .job-type.freelance {
  background-color: #00affe;
}
.job-detail-title .job-type.parttime {
  background-color: #00c458;
}
.job-detail-title .job-company-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
}
.job-detail-title .job-company-logo img {
  background: #fefefe;
  width: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px dashed #e1e1e1;
  padding: 3px;
}
.about-job-post .icon {
  margin-right: 5px;
}
.about-job-post .icon:before {
  vertical-align: bottom;
}
.about-job-post p,
.about-job-post a {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dashed #d9d9d9;
}
.about-job-post a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: 0.1s all ease;
  -moz-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  -ms-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.about-job-post a:hover {
  color: #28afca;
  -webkit-transition: 0.1s all ease;
  -moz-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  -ms-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
.about-job-post .lnk {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  padding: 5px 0;
  border-top: 1px solid #ededed;
  vertical-align: middle;
  width: 50%;
}
@-moz-keyframes animatedItem {
  from {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes animatedItem {
  from {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes animatedItem {
  from {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes animatedItem {
  from {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
