/*Job Large
------------------------------------*/
/*Job Page*/
.job h2 {
	color: #717171;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: 'Allerta', Helvetica, Arial, sans-serif
}

#heightIcon {
	height: 45px;
}

.job {
	box-shadow: -10px 10px 5px -4px rgba(136, 136, 136, 0.32);
}

.blog-twitter .blog-twitter-inner {
	margin-bottom: 20px;
}

.blog-twitter .blog-twitter-inner a {
	color: #717171;
	font-family: 'Allerta', Helvetica, Arial, sans-serif
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #ff256c;
	border-top-color: #ff256c;
}

.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #ff256c;
}


.job h2 a {
  line-height: 32px;
}

.job h2 a:hover {
  text-decoration: none;
}

.job .job-img {
  margin: 20px 0;
}

/*Job Content Tags*/
.job-post-tags {
	  word-wrap: break-word;
  overflow: hidden;
  -o-text-overflow: ellipsis; /* pour Opera 9 */
  text-overflow: ellipsis; /* pour le reste du monde */
  padding: 5px 0 8px;
  margin-bottom: 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  white-space: nowrap;
}

.job-post-tags ul {
  margin-bottom: 0;
}

.job-post-tags li {
  font-size: 12px;
}

.job-post-tags li i {
  color: #777;
}

.job-post-tags ul.job-info {
  color: #eee;
  margin-bottom: 3px;
}

.job-post-tags ul.job-tags a {
  color: #555;
  font-size: 11px;
  display: inline;
  padding: 3px 7px;
  margin-right: 2px;
  background: #f4f4f4;
}

.job-post-tags ul.job-tags a:hover {
  background: #72c02c;
}

/*Job Item Page
------------------------------------*/
.job-item .media img {
  top: 3px;
  width: 54px;
  height: 54px;
  position: relative;
}

.post-comment h3,.job-item .media h3 {
  color: #72c02c;
  font-size: 21px;
  margin-bottom: 25px;
}

.job-item .media h4.media-heading {
  color: #555;
  font-size: 17px;
  position: relative;
}

.job-item .media h4.media-heading span {
  top: 3px;
  right: 0;
  color: #777;
  font-size: 12px;
  position: absolute;
}

.job-item .media h4.media-heading span a {
  color: #72c02c;
}

/*Job Medium
------------------------------------*/
.job-medium .job-info li {
  color: #777;
}

/* Medium devices (desktops, 992px and up) */
@media ( max-width : 992px) {
  .job-medium img {
    margin-bottom: 20px;
  }
}

/*Job Full Wisth
------------------------------------*/
.job-full-width ul.job-info {
  margin-bottom: 0;
}