/**
 * Simple Cookie Notification Bar
 * Front
 * @since 1.0
 * @athor Lucy Tomás
 */

#scnb-cookie-bar{
	
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	min-height:40px;
	z-index: 99999;
	padding-bottom:10px;

}


#scnb-cookie-bar div.wrap{
	padding:10px 0px 10px 0px;
}

.scnb-text,
.scnb-buttons{
	float:left;
}

.scnb-text{
	width: 80%;
}

.scnb-buttons{
	width: 17%;
	margin-left: 3%;
}

.scnb-buttons a{
	padding:5px 13px 5px 13px;
	text-decoration:none;
	margin-top:10px;
	font-weight: bold;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.scnb-buttons a:hover,
.scnb-buttons a:focus{ 
	text-decoration: underline;
}



@media only screen and (max-width: 1139px) {
	
	
}

@media only screen and (max-width: 1023px) {
	

	#scnb-cookie-bar div.wrap{
		padding-left: 6%;
		padding-right: 6%;
	}
	
}

@media only screen and (max-width: 800px) {
	
	/*#scnb-cookie-bar{
		padding-bottom:40px;
	}*/

	.scnb-text,
	.scnb-buttons{
		float:none;
		width:100% !important;
		
	}

	.scnb-buttons{
		margin-left:0px !important;
		margin-top:20px;
		text-align: center;
	}

	.scnb-buttons a{
		/*display:block;
		width:100%;*/
	}


}

/* Smartphones  */
@media only screen and (max-width : 480px) {
	
	/*#scnb-cookie-bar{
		padding-bottom:70px;
	}*/

}