#region1wrap .xtc-wrapper {
    padding: 100px 100px;
}

/*Logotipo por cima da frase Deus...*/
.fa-paw::before {
  /* tinhas content: url("http://verdadesescondidas.pt/site/images/logos2016/logo-citacao-03.png");*/
  content: url("/images/logos2016/logo-citacao-03.png");
}
.inset_txt i {
    color: #fff;
    font-size: 200px;
}
/*FIM Logotipo por cima da frase Deus...*/

h1 {
    font-size: 52px!Important;
    letter-spacing: -2px;
    line-height: 112%;
}

/* Body Frontpage Background */
body.frontpage {
 color:#afafaf!Important;
}


/*espaçamento botões menu principal*/
.suckerfish ul.menu > li, .dualfish ul.menu > li {
    display: inline-block;
    padding: 12px 10px;
}

/*Logotipo Verdades Escondidas Barra Menu*/
#logo a {
/*tinhas
  background: rgba(0, 0, 0, 0) url("http://verdadesescondidas.pt/site/images/logos2016/logo-02-ve-01.png") no-repeat scroll 0 0;
  */
  background: rgba(0, 0, 0, 0) url("/images/logos2016/logo-02-ve-01.png") no-repeat scroll 0 0;
    height: 60px;
    margin: 12px 15px;
    width: 289px;
}
/*FIM Logotipo Verdades Escondidas Barra Menu*/

#region1 {
  /*
  tinhas   background: rgba(0, 0, 0, 0) url("http://verdadesescondidas.pt/site/images/fundos/header_01.jpg") no-repeat fixed center bottom;
  */
  
  background: rgba(0, 0, 0, 0) url("/images/fundos/header_01.jpg") no-repeat fixed center bottom;
}

#region4 {
  /* tinhas
  background: rgba(0, 0, 0, 0) url("http://verdadesescondidas.pt/site/images/fundos/header_03.jpg") no-repeat fixed center bottom;
  */
  background: rgba(0, 0, 0, 0) url("/images/fundos/header_03.jpg") no-repeat fixed center bottom;
}

