.animate, .animate:after, .animate:before{transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.optoutNotice{
	opacity: 0;
	position: fixed;
	width: 100%;
    bottom: 0;
    margin-bottom: -100%; 
    z-index: 999;
    background: rgba(255,255,255,0.95);
    padding: 30px 30px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
.optoutNotice.active{
	opacity: 1;
	margin-bottom: 0;
}
.optoutNoticeContent{
	position: relative;
}
.oo-btn-wrap{
	float: right;
	right: 0;
	top: 0;
	margin-right:-5px;
	margin-left:-5px;
	padding-left: 25px;
}
.oo-btn{
	display: inline-block;
	vertical-align: middle;
	padding: 7px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 5px;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
}
.oo-btn:hover{
	text-decoration: none;
}
.oo-btn.optin{
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.oo-btn.optin:hover{
	color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.oo-btn.optout{
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.oo-btn.optout:hover{
	color: #333;
	background-color: #e6e6e6;
    border-color: #adadad;
}

@media (max-width: 991px) {
	 .optoutNotice{
	 	padding: 20px 15px;
	 	text-align: center;
	 }
	 .optoutNoticeContent{
	 	padding: 0 !important;
	 }
	 .oo-btn-wrap{
		float: none;
		position: relative !important;
		text-align: center;
		padding-left: 0;
	}
	.oo-btn{
		margin-top: 10px;
	}
}