.skew-number {
  color: #fff;
    float: left;
    font-size: 21px;
    height: 41px;
    left: 0;
    line-height: 38px;
    margin-right: 5px;
    margin-top: -8px;
    text-align: center;
    top: 6px;
    width: 37px;
}

.persons-list img {
  height: 85px;
    margin: -10px 22px 10px -7px;
}
.persons-list h5 {
    margin-bottom: 5px !important;
    margin-top: 10px;
}
.persons-list hr {
  clear:both;
  border-color:#e5e5e5;
  background-color:#e5e5e5;
}
.persons-list h4 {
  clear:both;
}
ul.stand.ul_merop li {
	float:left;
	width:120px;
	margin-right:60px;
}
ul.stand.column {
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;

	-moz-column-rule: 	1px solid #c0c0c0;
	-webkit-column-rule: 	1px solid #c0c0c0;
	column-rule: 	1px solid #c0c0c0;
}

.offer.greybg {
    background:#f2f2f2
}

.ssa-faculty-item.greybg {
    background:#f5f5f5;
    box-shadow:2px 2px 2px #b2b2b2;
}
.ssa-faculty-item.greybg img {
    height:initial;
}

/*portfolio gallery fix - because we want to show the date smaller than other text
id of the gallery in in the class */
.description-block_2 span {
    display: block;
    font-size: 12px !important;
    line-height: 14px;
}

#huge_it_portfolio_content_2 {
    min-width:500px;
}