#scc-cookie-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 40px;
	background: #ffffff;
	z-index: 999;
	display: none;
	line-height: 45px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#scc-cookie-wrap {
	margin:0 auto;
}
#scc-cookie-content {
	font-size:12px;
	width: 65%;
	line-height: 18px;
	display: block;
	float:left;
}
#scc-cookie-button {
	width: 100px;
	height: 45px;
	text-align: center;
	float: right;
	display: block;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-transform: capitalize;
}
#scc-cookie-button:hover {
	opacity: 0.95;
}

@media screen and (max-width: 769px) {
	#scc-cookie-content {
		width: 100%;
	}
	#scc-cookie-button {
		width: 100%;
		margin-top:20px;
	}
}
