#plan{
width:945px;
height:200px;
background-color:#f6f6f6;
background: -webkit-linear-gradient(left, #efefef, #e6e6e6);
background: -moz-linear-gradient(left, #efefef, #e6e6e6);
background: -ms-linear-gradient(left, #efefef, #e6e6e6);
background: -o-linear-gradient(left, #efefef, #e6e6e6);
margin: 0 auto;
margin-top: 30px;
}
.title{
width:200px;
height:200px;
background-color: #a3a3a3;
float:left;
-webkit-transition: background-color 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
-moz-transition:background-color width 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
-o-transition: background-color width 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
transition: background-color width 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
}
.title h1{
color:white;
font-family:'Open Sans';
text-transform:uppercase;
font-size:30px;
font-weight: 100;
text-align:center;
margin:0px;
padding:0px;