.close {
     color: #000000;
     float: right;
     font-size: 20px;
     font-weight: bold;
     line-height: 13.5px;
     opacity: 0.2;
     text-shadow: 0 1px 0 #FFFFFF;
 }



.cc-cookies {
	background-color: #006f53;
/*	background-image: -moz-linear-gradient(center top , #FCEEC1, #EEDC94);
	background-repeat: repeat-x;*/
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/*	border-radius: 4px 4px 4px 4px;*/
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
	color: #fff;
	margin-bottom: 18px;
	padding: 7px 0;
/*	position: relative;*/
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width:100%;
	margin:0 auto 18px;
	font-size: 12px;
    font-weight: normal;
    line-height: 7px;
}

.cc-cookies a {
  color: #fff;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.cc-cookies a:hover {
  color: #fff;
}

.cc-cookies a:hover.cc-cookie-accept, 
.cc-cookies-error a:hover.cc-cookie-accept, 
.cc-cookies a:hover.cc-cookie-decline, 
.cc-cookies-error a:hover.cc-cookie-decline, 
.cc-cookies a:hover.cc-cookie-reset  { 
    background: #8dc544; 
    color: #fff;
    -o-transition: background 0.5s ease-in; 
    -webkit-transition: background 0.25s ease-in; 
    -moz-transition: background 0.25s ease-in; 
}


@media (max-width: 1020px) {
    
    .cc-cookie-accept{ 
        width: 120px;
        display: block !important;
        margin: 10px auto 0 auto !important;
}    
    
}


html.lt-ie9 .cc-cookies {
	border:none;
}

html.lt-ie9 .cc-cookies .cc-cookie-accept {
	padding:5px; 
	background:#7DAF3B;
	color:#fff;
}

html.lt-ie9 .cc-cookies .cc-cookie-accept:hover {
	color:#fff;
}