@charset "utf-8";
.cookie_wrapper br {
    display: none;
}
#cookiepopup {
	
    border-radius: 0;
    bottom: 0;
    display: none;
    height: auto;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 15px;
    width: 570px;
    z-index: 5000;
    background:#fff;
    padding:0px;
    margin:0px;
    -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);
	min-width: 280px;
	overflow: auto;
    max-height: calc(100% - 30px);
}
#cookiepopup *, #cookiepopup *:before, #cookiepopup *:after {
    box-sizing: border-box;
}
.cookie_content {
    font-size: 13px;
    line-height:21px;
    color:#888b8d;
    padding: 20px 20px 0 20px;
}
.cookie_content .cookie_title{
	margin: 0px;
    padding: 0px;
    font-size: 19px;
    line-height: 19px;
    color: #a28f67;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    font-weight:bold;
    padding-right: 30px;
}
.cookie_content .cookie_subtitle{
	margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #a28f67;
    padding-bottom: 0px;
    font-weight:bold;
    display: block;
    width: 100%;
    padding-right: 30px;
}
.cookie_content p {
	text-align: left;
    padding: 0px;
    margin: 0px;
}
.cookie_wrapper {
    background: #fff none repeat scroll 0 0;
    font-size: 13px;
    line-height:19px;
    color:#a28f67;
    padding: 20px 30px 20px 20px;
    text-align: left;
    position:relative;
}
.cookie_closebtn{
	position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    width: 14px;
    height: 14px;
    background: #000;
    display: none;
}
.cookie_more_link{
	padding-top: 10px;
	display: block;
	color: #509e2f;
	font-weight: bold;
	text-decoration: none;
}
.cookie_btn_wrapper{
	position: relative;
	clear: both;
    text-align:left;
    padding:20px;
	padding-top: 27px;
}

#cookie_info .cookie_btn_wrapper{
	text-align: center
}

.cookie_tab_wrapper{
	display: none;
	position: relative;
}
#cookie_home.cookie_tab_wrapper{
	display: block;
}
.cookie_btn{
  	behavior:none;
	padding: 0 10px;
	height:	40px;
    line-height:40px;
    border:0px;
    color:#fff;
	font-size:14px;         
	background:#a28f67;
	text-align:center;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display:inline-block;
	vertical-align: top;
	margin-right: 10px;
	text-decoration: none;
}

#cookie_info .cookie_btn {

    behavior: none;
    padding: 0 17px;
}

.cookie_choice_wrapper:nth-child(even) {
   background-color: #fafafa;
}

.cookie_btn.cookie_accept{
    font-weight: bold;
}

.cookie_btn.cookie_notaccept{
	margin-right: 0px;
	color: #a28f67;
	background: #fff;
	border: 1px solid #a28f67;
	font-weight: bold;
}
.cookie_btn.cookie_clear{
    color:#a28f67;
	background:#fff;
	display: block;
    text-align: left;
    padding: 0;
    padding-top: 4px;
}
#cookie_info .cookie_content{
	padding-bottom: 20px;
}
.cookie_choice{
	display: block;
	width: 100%;
	font-size: 13px;
    line-height:17px;
    color:#a28f67;
}
.cookie_choice_top{
	text-align: right;
	padding-right: 10px;
	border-top:1px solid #ececec;
}
.cookie_choice_wrapper{
	border-top:1px solid #ececec;
	position: relative;
}
.cookie_choice_text{
	width: calc(100% - 80px);
	padding: 20px;
	border-right:1px solid #ececec;
}
.cookie_choice_checkbox{
	width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: 0px;
    top: 13px;
}
.cookie_choice_title{
	font-size: 14px;
	color: #a28f67;
	font-weight: bold;
}
.cookie_more_info{
	display: block;
	color: #888b8d;
	font-size: 12px;
	padding-top: 11px;
}
.cookie_choice_checkbox span{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 30px;
	top:30px;
	cursor: pointer;
	background: url("images/unchecked.png");
}
.cookie_choice_checkbox span.cookie_checked{
	background: url("images/checked.png");
	padding: 2px;
	box-sizing: border-box;
}
.cookie_choice_checkbox span.cookie_checked.cookie_necessary{
	opacity: 0.2;
	cursor: default;
}

@media  screen 
and (max-width: 760px) {
	
	#cookiepopup{
		width: 100%;
	    left: 0px;
	    bottom: 0px;
	    right:0px;
	    position: fixed;
	    max-height: 680px;
	    overflow: auto;
	}
    body .cookie_content {
        font-size: 14px;
    }
    body .cookie_btn{
    	font-size: 14px;
    }
	
}
@media  screen 
and (max-width: 300px) {
    body .cookie_content {
        font-size: 10px;
    }
    body .cookie_btn{
    	font-size: 10px;
    }
}