@-webkit-keyframes discSlideDown{ from { top:-124px; } to { top:0px; } }
@-moz-keyframes discSlideDown{ from { top:-124px; } to { top:0px; } }
@keyframes discSlideDown{ from { top:-124px; } to { top:0px; } }
@-webkit-keyframes discSlideUp{ from { top:0px; } to { top:-124px; } }
@-moz-keyframes discSlideUp{ from { top:0px; } to { top:-124px; } }
@keyframes discSlideUp{ from { top:0px; } to { top:-124px; } }

#divAllowCookies {
  position:fixed;
  top:-124px;
  width:100%;
  text-align:center;
  color:#000;
  padding: 20px 0;
  border-bottom:2px solid #000;
  background-color:#fff;
}

#divAllowCookies.divDispCookieDisc {
    -webkit-animation:discSlideDown ease-in 1; 
	-moz-animation:discSlideDown ease-in 1;
	animation:discSlideDown  ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;

}

#divAllowCookies.divDispCookieDisc.divHideCookieDisc {
    -webkit-animation:discSlideIp ease-in 1; 
	-moz-animation:discSlideUp ease-in 1;
	animation:discSlideUp  ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;

}

#divAllowCookiesHead {
  font-size:18px;
  line-height:24px;
}

#divAllowCookies a {
  margin-top:10px;
  background-color:#000;
  display:inline-block;
  padding:5px 10px;
  color:#fff;
  text-decoration:none;
}

#mainHeader { height:115px; } 

#logo { width:240px; margin-left:20px; } 

#topHeaderLinks ul { padding-top:87px; } 

#topHeaderLinks li { background-color:#5F585F; width:120px; } 

#mainimg h3 { font-size:30px; text-align:center; padding:20px 0 0 0; } 

#mainimg h4 { text-align:center; padding:10px 0 0 0; } 

#divMenuContainer { color:#5F585F; }

.mainMenuHeaderLinks a ,.mainMenuHeaderLinks a:visited { color:#5F585F; } 

#contentarea h1, .mainTitle { color:#036d8f; } 

#divPageContainer #testimonialTitle, #contactTitle, .faqTitle { color:#036d8f; } 

#bottomAddr { background-color:#036d8f; }