
/* odyssea.css file */
body{
	background:#000;
	color:#aaa;

	}

h2{
	color:#00aeef;
	font-weight: 600;
}	

.markerName{
	color:#00b4db;
	font-weight: 600;
}
	
.markerInfo{
	color:#aaa;
}

font[color]{
	color:#fff;
}

.menuCategory, .menuCategoryAlt {
    background: #00aeef; 
	border-radius: 3px;
	background-image: linear-gradient(to right, #006bb7, #00aeef);
}


.button, #footerLogos, .bookmarkButton, .thumbnail, #homeButton{
	border-radius: 3px;
}

.buttonLabel {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	
}

.button:hover .bigButtonLabel, .button:hover .longButtonLabel, .button:hover .medButtonLabel {
    background-color: #00aeef;
}

.medButton {
	width: 98%;
}

#mainLogo{
	width:15%;
	padding: 25px 25px 25px 25px;
}


#buttonEscaleCulture,  #buttonEscaleNature{
	float:right;
	right: 0px;
	margin-right:0px;
}


#headerMessage, #headerMessageMobile {
   
    color: #00aeef;
	font-weight:600;
    
    text-shadow: 1px 1px 0px rgba(255,255,255,0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}


#footerLogos {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://www.cmhorta.pt/css/logos.png) no-repeat;
  width: 916px; /* Width of new image */
  height: 123px; /* Height of new image */
  padding-left: 916px; /* Equal to width of new image */
}


@media only screen and (max-width: 520px){
#mainLogoMobile {
    width: 20%;
    margin-top: 10px;
	margin-left: 10px;
}
}

/*
 #mainLogo {
   z-index:1000;
   position:absolute;
  
  max-width: 1920px;
	
	animation: scaleAnimation   48s	 infinite linear;
	animation-delay: 60s;
	overflow: hidden !important;
	
	
  }
  
 */ 
  
  @keyframes scaleAnimation {
	  
	  0%		{ width: 0; height:0; left:0; background: rgba(0,0,0,0)}
     12% 		{ width: 1900px; height:1060px; left:0; background: rgba(0,0,0,0.9)}
	 25% 		{ width: 0px; height:0; left:0 ; background: rgba(0,0,0,0)}
	 100%		{ width: 0px; height:0; left:0 ; }
	 
	 /* from {background-color: red;}
  to {background-color: yellow;}*/
       /* 0%		{ transform: scale(   1   ) ; left: 0px}
      50% 		{ transform: scale(   20   ) ;left: 500px}
     100% 		{ transform: scale(   1   ) ;left: 0px}*/
}	