#tt_cookie_message {
    padding: 15px 0;
    background: #f5f5f5;
    text-align: center;
    float: left;
    width: 100%;
    z-index: 2;
}
#tt_cookie_message button {    
    font-size: 12px;
    padding: 10px 20px;
    line-height: 1;
	font-weight: 600;
    border: none;
    background: #ffd200;
    color: #111;
	margin-left:10px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
	overflow: hidden;
}
#tt_cookie_message button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2b4662;
	content: "";
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}
#tt_cookie_message button:hover::before, 
#tt_cookie_message button:focus::before, 
#tt_cookie_message button:active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
#tt_cookie_message button:hover,
#tt_cookie_message button:active,
#tt_cookie_message button:focus{
    color: #ffffff;
}
.cookie_style2 #tt_cookie_message {
    padding: 30px;
    background: #ffffff;
    position: fixed;
    float: none;
    display: inline-block;
    bottom: 10px;
    width: 400px;
	left:10px;
	box-shadow:0 2px 15px rgba(0,0,0,.2);
}
.cookie_style2 .tt-cookie-inner {
    text-align: left;
}
.cookie_style2 .tt-cookie-inner > span {
    font-size: 15px;
    line-height: 22px;
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.cookie_style2 #tt_cookie_message button{
	margin:0;
}
.cookie_style3 #tt_cookie_message {
    background: rgba(0,0,0,0.95);
    position: fixed;
    float: none;
    display: inline-block;
    bottom: 10px;
    width: 400px;
    right: 100px;
    box-shadow: 0 2px 15px rgba(0,0,0,.2);
    border-radius: 10px;
    padding:0;
}
.cookie_style3 #tt_cookie_message button {
    margin-left: 0;
    float: left;
    width: 100%;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
	overflow: hidden;
	border: none;
	background: #ffd200;
	color: #fff;
}
.cookie_style3 #tt_cookie_message button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	content: "";
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
}
.cookie_style3 #tt_cookie_message button:hover::before, 
.cookie_style3 #tt_cookie_message button:focus::before, 
.cookie_style3 #tt_cookie_message button:active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.cookie_style3 #tt_cookie_message button:hover{
    color: #111;
}
.cookie_style3 .tt-cookie-inner > span a:hover{
	color:#ffffff;
}
.cookie_style3 .tt-cookie-inner > span {
    font-size: 15px;
    line-height: 30px;
    float: left;
    width: 100%;
    margin:0;
    color: #cccccc;
	padding:20px 30px;
}
.cookie_style4 #tt_cookie_message {
    padding: 15px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    float: left;
    width: 100%;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie_style4 #tt_cookie_message button {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
	overflow: hidden;
	border: none;
	background: #ffd200;
	color: #fff;
}
.cookie_style4 #tt_cookie_message button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	content: "";
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
}
.cookie_style4 #tt_cookie_message button:hover::before, 
.cookie_style4 #tt_cookie_message button:focus::before, 
.cookie_style4 #tt_cookie_message button:active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.cookie_style4 #tt_cookie_message button:hover{
    color: #111;
}
.cookie_style4 #tt_cookie_message .tt-cookie-inner > span {
    float: left;
	color:#ffffff;
	padding:8px 0;
}
.cookie_style4 .tt-cookie-inner > span a:hover{
	color:#ffffff;
}
.cookie_style4 #tt_cookie_message button{
	float:right;
}
.cookie_style4 .tt-global-inner.container {
    max-width: 100%;
}
@media (max-width: 991px) {
.cookie_style1 #tt_cookie_message .tt-cookie-inner > span {
    padding: 0 0 10px;
    float: left;
    width: 100%;
	line-height:20px;
}
.cookie_style4 #tt_cookie_message .tt-cookie-inner > span {
    padding: 0 0 10px;
    float: left;
    width: 100%;
	line-height:20px;
}
.cookie_style4 #tt_cookie_message button {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
}
@media (max-width:543px) {
.cookie_style2 #tt_cookie_message {
    padding: 15px;
    width: 290px;
}
.cookie_style2 .tt-global-inner.container,
.cookie_style3 .tt-global-inner.container{
	padding:0;
}
.cookie_style2 .tt-cookie-inner > span,
.cookie_style3 .tt-cookie-inner > span{
	line-height:24px;
}
.cookie_style3 .tt-cookie-inner > span{
	padding:0 0 10px;
}
.cookie_style3 #tt_cookie_message {
    padding: 15px;
    width: 290px;
}
.cookie_style3 #tt_cookie_message{
	left:10px;
	right:10px;
}
}