/***** HEADER SECTION *****/

.portfolio_wrapper {
	background: none repeat scroll 0 0 #fff;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	padding-bottom:200px;
	text-align:left;
}
.page-heading {
  background: url("../../images/div-line.png") repeat-x scroll center center rgba(0, 0, 0, 0);
  color: #365175;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.page-heading span {
	background: #fff;
	padding: 0px 20px;
}

.column-small:hover {
  background: #fff none repeat scroll 0 0;
  border: 0px solid #fff;
  box-shadow: 0px 0 3px  #123F7A;
}
.column-small h3 {
  background: #eeeeee none repeat scroll 0 0;
  border-color: #2b669a;
  border-radius: 0;
  color: #444;
  font-size: 15px;
  line-height: 38px;
  margin: 0;
  text-align: center;
}
.column-small ul {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 4px #1b346f;
  margin-left: 0;
  margin-top: -6px;
  padding-left: 12px;
  padding-right: 10px;
  text-align: left;
  width: 93%;
}
.dropdown-menu p{
	margin-bottom:5px;
}
.column-small ul li {
  background: url("../../images/star_blue.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
  list-style: none outside none;
  padding-left: 20px;
  text-align: left;
}
.column-small.last {
	margin-right:0;	
}
.column-small img {
  background: #040404 none repeat scroll 0 0;
  width: 100%;
}
