
	/* Cookie notice css start*/
	#cookie-consent {
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		z-index: 5000000;
		min-height: 4em;

		background: #666;
		background: rgba( 34, 34, 34, 0.7 );
		color: #FFF;
		line-height: 1.5em;
		font-size: 1.3em;
	}
	#cookie-consent .ym-wrapper {
		position: relative;
		max-width: 990px;
		margin: 0 auto;
	}
	#cookie-consent .ym-wbox {
		padding: 1em 4em .5em 1em;
	}
	#cookie-consent a, #cookie-consent a:hover {
		color: #FFF;
		font-weight: bold;
		background-color: transparent;
	}
	#cookie-consent a:hover {
		text-decoration: underline;
	}
	#cookie-consent .close {
		position: absolute;
		top: .5em;
		right: 1em;

		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 100%;
		padding: 0;
		text-align: center;
		font-family: Verdana, Arial;
		font-size: 100%;

		border: 2px solid #FFF;
		text-decoration: none;
	}
	#cookie-consent .close:hover {
		color: #999;
		border: 2px solid #999;
		text-decoration: none;
	}
	/* Cookie notice css end*/