

.cookie_wrapper br {
    display: none;
}

#cookiepopup {
    border-radius: 0;
    bottom: 0;
    display: none;
    height: auto;
    overflow: hidden;
    position: fixed;
    right: 0%;
    bottom: 0px;
    width: 40%;
    max-width:500px;
    z-index: 5000;
    background:#fff;
    -webkit-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
	box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
}
#cookiepopup *, #cookiepopup *:before, #cookiepopup *:after {
    box-sizing: border-box;
   
} 
.cookie_content p {
	 text-align: left;
}

.cookie_content h2{
    font-size: 20px;
    color:#000;
    padding-bottom:10px;
}

.cookie_wrapper {
    background: #fff none repeat scroll 0 0;
    font-size: 13px;
    line-height:19px;
    color:#200000;
    padding: 20px 30px 20px 20px;
   /* position: relative;*/
    text-align: left;
   /* width: 640px;*/
    position:relative;
}
.cookie_wrapper_bg {
   
}
.cookie_content {
    font-size: 13px;
    line-height:19px;
    color:#000; 
}





.cookie_closebtn{
	position:absolute;
	right:10px;
	top:10px;
	background: url("icon-close-black.png") no-repeat center center;
	background-size:contain;
	width:19px;
	height:13px;
}


.cookie_btn_wrapper{
	position: relative;
	clear: both;
       text-align:left;
      padding:20px 0 0 0;
}

#cookie_info{
	display: none;
}





.cookie_btn.cookie_accept,
.cookie_btn.cookie_info{
  
  behavior:none;
	
	height:	40px;
    line-height:40px;
    padding:0 20px 0 20px;
    border:0px;
    color:#fff;
	font-size:14px;         
	background:#200000;
	text-align:center;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display:inline-block;
	vertical-align: top;
	text-decoration:none !important;
}

.cookie_btn_more{
	 behavior:none;
	display:inline-block;
	vertical-align: top;
	height:	40px;
    line-height:40px;
     padding:0 20px 0 20px;
    border:0px;
    color:#200000;
	font-size:14px;         
	border:1px solid #200000;
	text-align:center;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin:0 0 0 10px;
	text-decoration:none !important;
}

 

@media screen and (max-width: 767px) {
    
    #cookiepopup{
        width: 100%; 
    }

    .cookie_wrapper{
        padding: 20px;
    }

    .cookie_btn_more,
    .cookie_btn.cookie_accept, 
    .cookie_btn.cookie_info{
        padding: 0 10px;
    }

}









