
/* cookie info */

@media (max-width:900px){
	#cookieinfo {
		position: fixed;
		font-size: 13px;
	   font-family: Oswald, Arial, Verdana, sans-serif; 
		left: 11px;
		bottom: 11px;
		right: 11px;
		
		background-color: rgba(0, 0, 0, 0.6); 
		padding: 5px;
		box-shadow: 0px -1px 1px rgba(50, 51, 52, 0.1);
		z-index: 1000;
	}
}
@media (min-width:901px){
	#cookieinfo {
		position: fixed;
		font-size: 13px;
	   font-family: Oswald, Arial, Verdana, sans-serif; 
		left: 70%;
		bottom: 11px;
		right: 11px;
		
		background-color: rgba(0, 0, 0, 0.6); 
		padding: 5px;
		box-shadow: 0px -1px 1px rgba(50, 51, 52, 0.1);
		z-index: 1000;
	}
}
#cookieinfo * {
    margin: 0px;
    padding: 0px;
}
#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 1); */
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
	margin-left:7px;
	margin-right:30px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5em;
       /*  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);*/
	margin-right:20px;
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 7px;
    top: 7px;
 
    width: 22px;
    height: 22px;
    border-radius: 1px;
    line-height: 22px;
    font-size: 22px;
    color: rgba(175, 180, 188, 0.75);
 
    text-align: center;
    text-decoration: none;
    /* background-color: #ff6000; 
    */
}

#cookieinfo a:hover {
        color: rgba(175, 180, 188, 1);
}