#smartcities_members{
	text-align: center;
	background-color: white;
	min-height: 400px;
	padding: 15px;
}
#smartcities_members h2{
	margin-bottom:45px;
}
#smartcities_members .members-container{
	display: block;
	background-color: #F8F1E8;
	border: 1px solid #C9BFB6;
	border-radius: 15px;
	padding: 15px;
	height: 160px;
}

#smartcities_members .members_image {
	margin-top: -40px;
}

#smartcities_members .members_image img{
	width: 100px;
	height: 100px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#smartcities_members .members_image img:hover{
  	width: 120px;
	height: 120px;
}

#smartcities_members .col {
	border-right: 1px solid #EAE2DB;
	height: 100%;
}

#smartcities_members .col:last-child {
	border-right: none;
}

#smartcities_members .see_all{
	width: 300px;
	height: 45px;
	border: 1px solid #428bca;
	display: block;
	margin: 15px auto;
	font-size: 25px;
	line-height: 45px;
}

#smartcities_members .see_all:hover{
	box-shadow: 0px 0px 2px #888888;
	text-decoration: none;
}
