.msgcookie {
	z-index: 9999; 
	display: block;
	position: fixed;
	bottom: 0;
	height: 270px;
	width: 100%;
	background: rgba(255,255,255,0.9);
	color: #1e1e1e
	;font-family: 'Roboto', sans-serif;
	font-size:  1.1em;
	padding-top: 15px;
	border-top:solid 2px #d5d5d5;
	}
.cookies-policy{    
	padding: 1em;
}
.cookies-policy #cookies-policy-close {
    display: block;
    position: absolute;
    font-size: 2.5em;
    padding: 0 .2em;
    top: 0.1em;
    right: 25px;
    text-indent: 0;
    color: #fff;
    text-decoration: none;
}

.cookies-policy .cookies-buttons {
    padding-top: 3em;
}
.btncookie_ok{
	font-size: 12px!important;
    color: #b3b3b3!important;
    padding: 5px;
    text-align: center;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #8c8b8b!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0;
    margin-right: 5px;
	opacity:0.8;
}
.btncookie_ok:hover{
	opacity:1;
    color: #b3b3b3!important;
}
.btncookie_ok:active{
    background: #69ba73;
	color:#fff;
}

.btncookie_no{
	font-size: 12px!important;
    color: #b3b3b3!important;
    padding: 5px;
    text-align: center;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #8c8b8b!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: 0;
    margin-right: 5px;
	opacity:0.8;
}
.btncookie_no:hover{
	opacity:1;
    color: #b3b3b3!important;
}
.btncookie_no:active{
    background: #f55;
	color:#fff;
}
.accordion .panel-heading .cookiemodal a
    {display:inline-block;padding-bottom:3px;border-bottom:1px dashed transparent;}
.accordion .panel-heading .cookiemodal a:hover
    {color:#1f89b4!important;text-decoration:none;border-bottom:1px dashed #1f89b4}
.msgcookie
    {z-index:9999;display:block;position:fixed;bottom:0;height:auto;width:100%;background:rgba(0,0,0,0.8);color:#fff;font-size:1em;font-family:sans-serif;text-decoration:none}
.msgcookie p
    {width:99%;margin:0 auto;text-decoration:none}
.msgcookie p a:link,.msgcookie p a:active,.msgcookie p a:visited,.msgcookie p a:hover
    {color:#fff;text-decoration:none}
.msgcookie a.close
    {overflow:hidden;text-indent:-80px;opacity:.5;margin:0 0 0 40px;text-decoration:none}
	#cookiesms1:target
    {display:none}
.cookiesms
    {width:100%;height:43px;margin:0 auto;padding-left:1%;padding-top:5px;font-size:1.2em;clear:both;font-weight:strong;color:#333;bottom:0;position:fixed;left:0;background-color:#000;opacity:.7;filter:alpha(opacity=70);transition:bottom 1s;-webkit-transition:bottom 1s;-webkit-box-shadow:3px -3px 1px rgba(50,50,50,0.56);-moz-box-shadow:3px -3px 1px rgba(50,50,50,0.56);box-shadow:3px -3px 1px rgba(50,50,50,0.56);z-index:999999999}
.cookiesms:hover
    {bottom:0}
.cookies2
    {background-color:#FFF;display:inline;opacity:.95;filter:alpha(opacity=95);position:absolute;left:1%;top:-30px;font-size:15px;height:30px;padding-left:25px;padding-right:25px;-webkit-border-top-right-radius:15px;-webkit-border-top-left-radius:15px;-moz-border-radius-topright:15px;-moz-border-radius-topleft:15px;border-top-right-radius:15px;border-top-left-radius:15px;-webkit-box-shadow:3px -3px 1px rgba(50,50,50,0.56);-moz-box-shadow:3px -3px 1px rgba(50,50,50,0.56);box-shadow:3px -3px 1px rgba(50,50,50,0.56)}
@media screen and (max-width: 500px) {
	.cookies-policy .cookies-buttons {
		padding-top: 10px!important;
	}	 
}
            
