/* CSS Document */
#sticky.stick {
    position: fixed;
    top: 0;
	       left:1.0%; /* 1.35%    */
           width:20%;


    z-index: 10;
}

@media only screen and (min-width : 1179px) {
 #sticky.stick {
	
	 
}


	
}


#mainFooter{ 
  z-index:999999;
 }


