/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


html {
  position: relative;
  min-height: 100%;
}

.footer {
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}



body{
	padding-top:50px;
  padding-bottom:20px;
  margin-bottom: 60px;
	}
	
a.deco-none {
    color:#000000 !important;
    text-decoration:none;
  
}

.actionHover {
  cursor: pointer;
}