body {
  color: #656360;
  background: #f1ede8 url(../img/bg.png);
}
body a:hover {
  color: #b3cc57;
}
a {
  color: #cb5432;
}
header,
footer {
  background: #2d2d2d;
}
::selection {
  background: #cb5432;
}
::-moz-selection {
  background: #cb5432;
}
img::selection {
  background: #cb5432;
}
img::-moz-selection {
  background: #cb5432;
}
body {
  -webkit-tap-highlight-color: #cb5432;
}
#headline,
.masthead {
  color: #444444;
}
/* NAVIGATION ------------------------------------------------------------*/
#nav > li > a {
  color: #fff;
}
#nav > li:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #b3cc57;
}
#nav span:hover {
  -webkit-transform: translate(-10px, -3px);
  -moz-transform: translate(-10px, -3px);
  -o-transform: translate(-10px, -3px);
  transform: translate(-10px, -3px);
}
#nav > li.current-menu-item,
#nav > li.current_page_parent,
#nav > li.current_page_item {
  background-color: #b3cc57;
}
#nav .sfHover ul {
  background: #f8f5f2;
}
#nav .sfHover ul li a {
  color: #444444;
}
#nav .sfHover ul li a:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #cb5432;
}
#contentor figure .thumb {
  background: transparent url(../img/icon-link.png) center center no-repeat;
}
#contentor figure figcaption .heading {
  color: #444444;
}
/* CONTEUDO ----------------------------------------------------*/
#geral-content #contentor a {
  color: #888;
}
#geral-content #contentor a:hover {
  color: #cb5432;
}
#geral-content #caixa, #caixa, .sub-item {
  background: #f8f5f2;
}
#geral-content #caixa .info .launch:hover {
  color: #f1f1f1;
  background: #cb5432;
}
/* CONTACTOS  ----------------------------------------------------*/
#mapa-holder {
  background: #f8f5f2;
}

/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation a {
  color: #444444;
}
#main .page-navigation a:hover {
  color: #cb5432;
}

/* FOOTER ----------------------------------------------------*/
footer {
  color: #dcd2be;
}
footer h4 {
  color: #fff;
}
footer a {
  color: #cb5432;
}
footer a:hover {
  color: #fff;
}