/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
	
  min-height: 150px;
  background-color: #8cc63e;
  padding-bottom: 70px;
}


#social-footer {
	margin-top: 15px;
  min-height: 80px;
  background-color: #d6d6d6;
}



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

.container .text-muted {
  margin: 20px 0;
}

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

code {
  font-size: 80%;
}


/* cookies banner */
#ico_pop_up {
position: fixed;
width: 100%;
height: 60px;
padding: 5px 10px 5px 15px;
background-color:#8CC63E;
border-top: 1px #022366 solid; 
display: block;
bottom: 0px;
right: 0px;
font-size: 90%;
z-index: 100;
}


#ico_pop_up #ico_container {

width: 1000px;
margin-left: auto;
margin-right: auto;
}


#ico_pop_up #ico_container a {
	
	text-decoration: underline;
	color: #FFF;
	
}



#ico_pop_up #ico_container #ico-right {

	float: right;

}

#ico_pop_up #ico_container #ico-left {

	float: left;

}

@media (max-width: 768px) {
	
	
		#ico_pop_up #ico_container {
		
			width: 100%;
		}
	
}