.cookies {
	background-color: rgba(255,255,255,.8);
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	padding: 7px 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	/* display: none !important; */
}
.cookies .container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.cookies .cookie-mensagem, .cookies .cookie-bts {text-align: left;}
.cookies .cookie-mensagem a,
.cookies .cookie-mensagem ins {
	color: #0073ae;
	text-decoration: underline;
	background-color: transparent;
}
.cookies .cookie-bts {
	text-align: center;
	margin: auto;
}

.cookies .cookie-bts .btn.btn-cookies {
	background-color: #333333;
	color: #fff;
	font-weight: bold;
	border-radius: 0px;
	border: 0px;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	padding: 7px 5px;
}
.cookies .cookie-bts .btn-default {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	margin-right: 10px;
	padding: 4px 10px
}
.cookies .col-md-10,
.cookies .col-md-2{
	float: left;
}
.cookies .col-md-10 {
	width: 83.33333333%;	
}
.cookies .col-md-2 {
	width: 16.66666667%;
}
