@CHARSET "UTF-8";
body{margin:0;padding:0;font-family: 'Open Sans', sans-serif;}
.parallax { 
    /* The image used */
    background-image: url("../images/sections/home.jpg");

    /* Set a specific height */
     

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#cookiesPolicy{background:white;width:60%;margin-left:auto;margin-right:auto;padding:30px;}
#privacyPolicy{background:white;width:60%;margin-left:auto;margin-right:auto;padding:30px;}
@media only screen and (max-width: 720px) {
	#cookiesPolicy{width:100%}
	#privacyPolicy{width:100%}		
	}
#cookie-policy {
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 2px solid #F28624;
	bottom: -1px;
	color: #191919;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 1000;
}
#cookie-policy .cookie_div {
		padding: 5px 0;
	}

#cookie-policy a {
		font-weight: 700;
		color: #F28624;
		text-decoration: none;

	}

#cookie-policy #cookie-policy-info img {
		
			float: left;
			margin-right: 10px;
			margin-bottom: 5px;
		}
#cookie-policy 	#cookie-policy-accept {
		cursor: pointer;
		color: #F28624;
		border: 1px solid #F28624;
		padding: 5px 10px;
		display: inline-block;
		width: 80%;
		margin: 5px auto 0;
		text-align: center;
}
#cookie-policy 	#cookie-policy-accept:hover {
			text-decoration: none;
			color: white;
			background-color: #F28624;
		}

#cookie-policy .cookie_div{padding:15px}
#cookie-policy .cookie_div.center{text-align:center;padding-top:0}
@media only screen and (max-width: 720px) {
	#cookie-policy {
		.cookie_div {
			padding: 20px 0;
		}
	#cookiesPolicy{width:100%}
	#privacyPolicy{width:100%}		
	}


