
.clearfix:before, .clearfix:after {
	content:" ";
	display: table;

}
.clearfix:after{
	clear: both;
}
.wrapper{
	width:100%;
	max-width: 100%;
	margin: 0 auto;
}
.main_header{
	margin: 5em 0 3em 0;
}
.logo img {
	
		width:75px;
		float: right;
		  
}
.logo h1{
	float: right;
	margin: 0 0 0 1em;
	text-transform: uppercase;
	font-size: 1.34em;
	padding-top: 1.8em;
	color :#34324b;
}
.logo h1 span{
	font-weight: 400;
}

.current{
	color: #34324b;
	font-weight: 700;
	
}
#timeline{
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;


}
#timeline a {
text-decoration: none;

}
 #timeline:after {
    content: "";
    width: 0px;
    background: 1px #e6e7e9;
    height: 90%;
    position: absolute;
    top: 3em;
    right: 3em;
    z-index: 0; }
#timeline .listing{
  background-color: white;
  border: 1px solid #e6e7e9;
  border-radius: 0.3em;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  transition: all .3s ease-in-out;



}
.listing:hover{
  cursor: pointer;
  box-shadow: 0px 2px 40px 0 rgba(0,0,0,0.1);

}
#timeline .listing img,.info,.job_type{
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9em;
  color: #74718f;

}
#timeline .image_wrapper{
  width: 80px;
   max-height:50px;
  
  
}
#timeline .image_wrapper img{
  width: 80px;
  max-height:50px;
  display : block;
  margin : 0 auto;
  border-radius: 0.25em;
  
}
.info{
  line-height: 28px;
  width: 100%;
  padding-right: 15px;
}

.job_date{
  border-top: 1px solid #000000;
  color: #ff0000;


}
.job_title{
  font-weight: 700;
  font-size: 1.3em;
  color: #34324b;
}
.job_info{
  color:#74718f;
  display: block;
    line-height: 1.5;
	

}
.job_info span{
  margin: 0 .22em;
}
.job_type{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  position: relative;
  white-space: nowrap;
  padding-top: .6em;
  width: 100px;
}
.job_type:before{
  content: " ";
  background-color: #fd7576;
  width:10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right:-3px;

}
.full_time{
  color: #fd7576;
  padding-right:10px;

}
.full_time:before{
background-color:#fd7576;
}
.part_time{
  color: #fec85d;

}
.part_time:before{
background-color:#fec85d;
}
.freelance{
  color: #4db8de;

}
.freelance:before{
background-color:#4db8de;
}
.contract{
  color: #a378fc;

}
.contract:before{
background-color:#a378fc;
}
.date{
  display: inline-block; 
  padding: 1em 0;
  width: 100px;
  background-color: white;
  border: 1px solid #e6e7e9;
  border-radius: 3em;
  font-weight: 700;
  font-size: .75em;
  text-align: center;
  z-index: 2;
  position: relative;
  margin : 1em 0 2em 0;
  color: #34324b;
}

.button{
  border : 2px solid #a378fc;
  outline: none;
  padding: 1em 3.5em;
  text-align: center;
  background: transparent;
  border-radius: 3em;
  color: #a378fc;
  transition:all .3s ease-in-out;
}
.button:hover{
 background-color: #a378fc;
  color: white;

}
.rating{
    text-align:center;
	color:#000000;
	font-weight:bold;


}
@media only screen and (max-width: 768px){
  .main_header{
  margin: 3em 0;
}
.logo{
   display: block;
  text-align: center;
}
.logo img {
  
    float: none;

}
.logo h1{
  float: none;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.1em;
 

}

.options{
  margin-top:50px;
}
.profile-heading{
  padding:30px 0px 0px 10px ;
}
.red{
  color:red;
}
.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
}