/* ==========================================================================
   FOOTER
   ========================================================================== */

 .push{
     height: 200px;
   }

   footer {
     position:relative;
     background-color: #FFFFFF;
     background-image: linear-gradient(#F2F2F2,#FFFFFF);
     border-top: 2px solid #ccc;
     width:100.1%;
     margin-left:-5px;
     left:-5px;
     margin:0px 0px 0px 0px;
     padding-top:40px;
     padding-bottom:30px;
     height: 90px;
     margin-bottom:-5px;
     margin-top: -30px;
     clear: both;
   }


   .footer_text{
     padding-left: 150px;
     color:#7a8288;
   font-size: 14px  } 
