/*Cookie*/
#cookie{
		position:fixed;
		right:0;
		left:0;
		bottom:0;
		padding:10px !important;
		background:#FFF;
		color:#0E4431;
		width:100%;
		z-index:10000000;
		}
#cookie p{
		display:block;
		width:85%;
		float:left;
		font-size:12px;
		line-height:100%;
		font-weight:normal;
		}
#cookie a{
		color:#0E4431;
		text-decoration:underline;
		font-weight:normal;
		}
#cookie button{
		display:block;
		width:10% !important;
		min-width:inherit !important;
		float:right;
		padding:10px 0 10px 0 !important;
		margin:0 1% 0 0;
		height:auto !important;
		font-size:12px;
		line-height:100% !important;
		background:#E27283;
		color:#FFF;
		font-weight:400;
		transition:0.7s;
		border:none;
		cursor:pointer;
		text-align:center;
		font-weight:normal;
		}
#cookie button:hover{
		background:#393186;
		color:#FFF;
		}
@media (max-width:979px){
}
@media (max-width:768px){
#cookie p{
		width:80%;
		float:none;
		margin:3% auto 0 auto;
		padding:0;
		}
#cookie button{
		width:40% !important;
		float:none;
		margin:3% auto 1.5% auto;
		}
}
@media (max-width:500px){
}