#template-footer {
	position:fixed;
	bottom:30px;
	right: 0;
	padding:3px 0px;
	text-align:center;
	background:
	  repeating-linear-gradient(
	    45deg,
	    transparent,
	    transparent 10px,
	    #ccc 10px,
	    #ccc 20px
	  ),
	  linear-gradient(
	    to bottom,
	    #eee,
	    #999
	  );
	  z-index: 999;

}
#template-footer .btn {
	  	background-color: grey !important;
	  	font-size:13px;
	  }
#template-footer .dropup {
	margin:auto;
	width:350px;
	}
#template-footer .dropup .dropdown-menu {
	width:100%;
}

#easycmp .banner {

    z-index: 998 !important;
}

