﻿/* Cookie */
.cookielabel {
  background-color: #fff;
  color: #272727;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1100;
  min-height: 80px;
}

.cookielabel a{
	color: #272727;
}
.cookielabel .cookielabel-left{
  float: left;
  width: 100%;
}
.cookielabel .cookielabel-right{
  float: right;
}

.cookielabel .text1 {
  text-transform:uppercase;
  margin-bottom:14px;
  font-size:13px;
  width: 90%;
  text-align: center;
  margin-top: 29px;
}

.cookielabel .privacycookieclose {
background-image: url('/includes/img/cookie-close.png');
height: 35px;
width: 36px;
display: block;
float: right;
position: absolute;
top: 20px;
right: 15px;
}

.top20{
	  padding: 20px 0 0 0;
}