			.cm-cover {
				background-color: rgba(0, 0, 0, 0.5);
				top: 0;
				width: 100%;
				height: 100%;
				position: fixed;
				z-index: 10000;
			}
			
			.cookiemanager {
				position: absolute;
				z-index: 10001;
				width: 500px;
				height: auto;
				top: 150px;
				left: 50%;
				margin-left: -250px;
				padding: 30px;
				background: #FAFAFA;
				color: #333;
				border-radius: 4px;
				box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.26);
				font-size: 12px;
				display: none;
			}
			
			.cookiemanager h3 {
				font-weight: bold;
				font-size: 20px;
			}
			
			.cookiemanager h4 {
				font-weight: bold;
				font-size: 16px;
			}
			
			.non-essential {
				padding: 20px 30px;
				background-color: #e1e1e1;
				margin-left: -30px;
				margin-right: -30px;
			}
			
			.essential {
				padding: 20px 30px;
				margin-left: -30px;
				margin-right: -30px;
			}
			
			.cookiemanager .non-essential table td{
				background: none;
				
			}
			
			
			.cookiemanager .non-essential table{
				background: none;
				display: none;
			}
			
			.cookiemanager .non-essential table.opt-out{
				opacity: 0.7;
			}
			
			
			
			.cookiemanager .essential table{
				background: none;
				display: none;
			}
			
			.cookiemanager .closeCookieSettings.x {
				position: absolute;
				right: 20px;
				top: 10px;
				font-size: 30px;
				cursor: pointer;
			}
			
			.cookiemanager .closeCookieSettings:not(.x){
				background-color: #333;
				color: #FFF;
				padding: 10px 20px;
				border-radius: 2px;
				cursor: pointer;
				border: 0;
				font-weight: 700;
				font-size: 14px;
				
			}
			.cm-footer {
				text-align: center;
				border-top: 1px solid #ccc;
				padding-top: 20px;
			}
			
#cookiebar {
  background-color: #17273e;
  display:block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  color: #fff;
  width: 100%;
  z-index: 9999;
}
#cookiebar p{width: 70%;float: left;display: inline-block;font-size: 15px;line-height: 24px;color: #93add5;}
#cookiebar button{float: right;background: transparent;border: 1px solid #fff;color: #fff;padding: 15px 20px;text-transform: uppercase;font-size: 16px;margin-top: 5px; border-radius: 2px; cursor:pointer;}
#cookiebar a{color: #fff;}
#contentcookie{ padding:20px 10px; width: 90%; margin: auto; }
.rejectCookiesBtn {
	margin-left: 5px;
}
.clear{ clear:both; }


        

  @media(max-width: 50.9375em){

#cookiebar p{width: 100%;font-size: 14px;}
#cookiebar button{width: 100%;}
#cookiebar a{color: #fff;}
#contentcookie{padding: 20px 0px;width: 90%;margin: auto;}
  }
  
  