/* Enter Your Custom CSS Here */
/* estilo para alterar imagens em circulos */
.circle-image {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

/* Icon de cadeado com link para entrar no backoffice, existente no rodapé */
#backoffice {
  background: url('http://carme.ipleiria.pt/files/2017/12/backoffice.png') no-repeat;
  background-position: 0px -12px;
  padding-right: 10px;
}

#backoffice a, backoffice a:visited {
  background: url('http://carme.ipleiria.pt/files/2017/12/backoffice.png') no-repeat;
  background-position: 0px -12px;
  padding-right: 10px;
}

#backoffice a:hover {
  background: url('http://carme.ipleiria.pt/files/2017/12/backoffice.png') no-repeat;
  background-position: 0px -12px;
  padding-right: 10px;
}
/*
#logo {
/* background: transparent url('http://carme.ipleiria.pt/files/2017/12/CarmeLogo.png') center center no-repeat; */
/*
width: 100%;
height: 75px;
margin-top: 8px;
margin-bottom: 4px;
margin-left: 0px;
}
*/




/* remover comentários de artigos */
#comments {
display:none;
}

/* alterar estilos do menu superior */
.nav.navbar-nav {
    float: right;
   font-weight: 500;
}

/* alterar espaçamento do banner para com menu superior */
.flexslider .slides img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: auto;
    margin-top: -1px;
}

/* alterações para links de lang PT / EN */

.langbar ul li a:link {
    font-weight: bold;
    font-size: small;
    text-decoration: none;
}
.langbar ul li a:hover {
    font-weight: bold;
    font-size: small;
    text-decoration: underline!important;
}

.langbar ul li.active a, .langbar ul li.current a {
    text-decoration: underline!important;
}
