#rt-utility div.rt-social-buttons {
    float: right;
    margin-top: 38px;
}
.rt-social-buttons .rt-social-button-1 {
    background: #f6935c none repeat scroll 0 0;
}
.rt-social-buttons .rt-social-button-2 {
    background: #f6935c none repeat scroll 0 0;
}
.rt-social-buttons .rt-social-button-3 {
    background: #d5402b none repeat scroll 0 0;
}
.rt-social-buttons .rt-social-button-4 {
    background: #d5402b none repeat scroll 0 0;
}
.fp-feature-01 .rt-desc-overlay {
    background: rgba(60, 165, 218, 0.8) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #ffffff;
    font-family: "latolight",Verdana,Helvetica,Arial,sans-serif;
    font-size: 1.45em;
    opacity: 0;
    padding: 50px 25px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in 0s;
    visibility: hidden;
    width: 100%;
}
/* Cor text e subtext line menu
.gf-menu .item.subtext {
    line-height: 15px !important;
    color: #bf301a;
}
.gf-menu .item .menu-subtext {
    display: block;
    font-size: 9px;
    color: #f6935c;
}
*/
#rt-utility div.rt-social-buttons {
    float: right;
    margin-top: 10px;
}
.rt-social-buttons .social-button {
    background: #bf301a none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2em;
    height: 25px;
    margin: 0 5px;
    padding: 8px;
    position: relative;
    text-align: center;
	min-width: 25px;
    width: auto;
}
/* Adicionar uppercase aos titulos */
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}
/*Justificar*/
p {
    text-align: justify;
}

/* logo Espaçamento superior Top */
#rt-logo {
    background-color: #bf301a;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    padding: 15px 10px;
    position: absolute;
    top: 13px;
}
/* fundos menus */
.menu-block .gf-menu li:hover > .item, .menu-block .gf-menu li:focus > .item {
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
.menu-block .gf-menu li.active > .item {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.menu-block .gf-menu.l1 > li:hover > .item, .menu-block .gf-menu.l1 > li:focus > .item, .menu-block .gf-menu.l1 > li.active:hover > .item {
    background-color: rgba(191,49,26, 0.90);
    color: #ffffff;
}

.menu-block .gf-menu .dropdown {
    background-color: rgba(191,49,26, 0.90);
    border: medium none;
    border-radius: 0 0 3px 3px;
}
[class^="rt-grid-"] > .box1 a:hover:not([class^="readon"]), [id^="rt-sidebar-"] > .box1 a:hover:not([class^="readon"]), [class^="fa-"] .box1 a:hover:not([class^="readon"]), [class*=" fa-"] .box1 a:hover:not([class^="readon"]) {
    color: #c57b01;
}
ul.menu li.active.current > a, ul.menu li#current.active > a {
    color: #fff;
}
/* mensagens de sistema estavam sem espacamento e a cruz de fechar fora da caixa*/
#system-message {
    margin: 10px 10px;
}
.alert .close {
    right: -5px;
}
/* Ajustes timeline historia no ficheiro css do modulo*/
/* tamanho do editor kunena */
#kunena.layout .markItUpEditor {
    height: auto;
}
