.cookies{         
    bottom:0;
    position:fixed;
    z-index:150;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    
    background:#1e3953;
    width:100%;
    color:#fff; 
    line-height: 1.2em;
    border-top: 0.1em solid #1e3953;
}
.cookiesOuter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0px 5px;	
}
.cookiesLeft{
	float:left;
  width: calc(100% - 320px);
	font-size:0.9em;	
	font-weight:normal;
	text-align:justify;
  padding: 10px;
}
.cookiesRight{
	margin:0.5em 0em;
	text-align:center;
	padding:10px 0px 10px 0px;
	float:right;
  width: 300px;
}
.cookiesRight a{
	background:#2e5275;  
  border-color: #2e5275;
	color:#fff;
	text-decoration:none;
  font-style: normal;
	font-size:0.9em;
	padding:8px 12px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear; 
  
  border-radius: 4px;
}
.cookiesRight a:hover{ 
  background-color: #93c83f; 
  border-color: #93c83f;
}

@media only screen and (max-width:1000px){ 
  .cookiesOuter{
  	padding:0px;	
  }
 
  .cookiesLeft{	
    float: none;
    width: 98%;
  	font-size:0.8em;	
  	font-weight:normal;
  	text-align:justify;
    padding: 5px 5px 0px 5px;
  }
  .cookiesRight{
    float: none;
    width: 100%;
  	margin:0.5em 0em;
  	text-align:center;
  	padding:0px 0px 5px 0px;
  }
}