.jumbotron{
  background: url('../images/plan.jpg')  right  no-repeat;
  
}
.text-white{
color:#FFFFFF;
}





.ul-animate .ul-img {

-webkit-transition:all .5s cubic-bezier(.6,2,.4,1);
    -moz-transition:all .5s cubic-bezier(.6,2,.4,1);
     -ms-transition:all .5s cubic-bezier(.6,2,.4,1);
      -o-transition:all .5s cubic-bezier(.6,2,.4,1);
         transition:all .5s cubic-bezier(.6,2,.4,1);
}


.ul-animate .ul-li:hover .ul-img {

z-index:5;
-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
         transform: scale(1.2);
		     margin-left: 13px;
			     margin-right: 13px;
box-shadow:0 0 10px black;
}
.ul-animate:hover .ul-li:not(:hover) .ul-img{

/*-webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
     -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
         transform: rotate(20deg);*/
		 opacity: .8;
    transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -webkit-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
}

