/*imports*/
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

@font-face {
    font-family: 'latomedium';
    src: url('fonts/lato/lato-medium-webfont.eot');
    src: url('fonts/lato/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato/lato-medium-webfont.woff2') format('woff2'),
    url('fonts/lato/lato-medium-webfont.woff') format('woff'),
    url('fonts/lato/lato-medium-webfont.ttf') format('truetype'),
    url('fonts/lato/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latosemibold';
    src: url('fonts/lato/lato-semibold-webfont.eot');
    src: url('fonts/lato/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/lato/lato-semibold-webfont.woff2') format('woff2'),
    url('fonts/lato/lato-semibold-webfont.woff') format('woff'),
    url('fonts/lato/lato-semibold-webfont.ttf') format('truetype'),
    url('fonts/lato/lato-semibold-webfont.svg#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Alteração do bloco de pesquisa no header*/
@media screen and (max-width: 992px) {
    #search-block-form {
        width: 150px;
    }

    #block-search-form form.form-search div.input-group {
        width: 100%;
        height: 37px;
        float: right;
        clear: both;
    }
}

/*Menu overlay*/

/*Quando menu está active, atribui uma posição fixa*/
#navbar div.container div.row-offcanvas.active div.sidebar-offcanvas {
    position: fixed;
    top: 0;
    width: 80%;
    left: 0px !important;
    height: 100%;
}

#navbar div.row-offcanvas {
    opacity: 0;
    position: fixed;
    top: 0;
    width: 80%;
    height: 100%;
}

div.visible-xs button.btn-xs {
    background: url('/files/btn-toggle.png') no-repeat center;
    background-size: 35px 22px;
    border: none;
    float: left;
    margin-left: 30px;
    height: 22px;
    width: 35px;
    margin-top: -15px;
    outline: 0;
}

div.visible-xs button.btn-xs:hover {
    background: url('/files/btn-toggle-hover.png') no-repeat center;
    background-size: 35px 22px;
}

div.visible-xs button.btn-xs:focus {
    outline: 0;
}

#navbar div.row-offcanvas {
    z-index: -1;
}

@media screen and (max-width: 767px) {

    #navbar div.row-offcanvas {
        position: relative;
        opacity: 1;
        z-index: 5;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas {
        /*margin-top: -40px;*/
        background: #ffffff;
        padding-left: 30px;
        height: 100%;
        position: fixed;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas div.block_nav {
        margin-top: 40px;

    }

    #navbar {
        margin-bottom: 26px;
    }

    /*#navbar div.container a.logo img {
        margin-bottom: -6px;
    }*/

    nav.nav_menu,
    #block-search-form,
    #block-block-11,
    #block-tagclouds-3,
    #block-system-main-menu h2.block-title,
    #block-system-main-menu ul.nav a.icon-facebook,
    #block-system-main-menu ul.nav a.icon-twitter {
        display: none;
    }

    #block-system-main-menu {
        margin-bottom: 24px;
    }

    #block-system-main-menu ul.nav {
        float: left;
    }

    /*#block-system-main-menu ul.nav li{
        padding-bottom: 17px;
    }*/
    #block-system-main-menu ul.nav li a {
        float: left;
        clear: both;
        padding-bottom: 17px;
    }

    #block-system-main-menu ul.nav a {
        font: 13px/17px "latosemibold";
        color: #38616d;
        padding: 0px;
        background: none;
    }

    #block-system-main-menu ul.nav li a.active,
    #block-system-main-menu ul.nav li a:hover,
    body.page-user #block-system-main-menu ul.nav li:nth-child(3) a {
        border-bottom: 0px !important;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas #block-system-main-menu ul.nav li:nth-child(3) a {
        padding-bottom: 17px;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas #block-system-main-menu ul.nav li a:hover {
        color: #6dc8bf;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_avatar {
        background: url('/files/avatar-menu.png') no-repeat center top;
        background-size: 65px;
        display: inline-block;
        width: 100%;
        height: 65px;
        float: none;
        margin-top: 12px;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas div.block_sessao img.img-responsive {
        display: inline-block;
        float: none;
        margin-top: 12px;
        border-radius: 50px;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_login,
    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_register {
        float: none;
        clear: none;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_login a {
        float: left;
        font: 13px/17px "Bree Serif";
        color: #6dc8bf;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_register a {
        float: right;
        font: 13px/17px "Bree Serif";
        color: #6dc8bf;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_login a:hover,
    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_register a:hover {
        color: #38616d;
    }

    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_nome a:hover {
        color: #6dc8bf;
    }

    #search-block-form--2 div.input-group {
        width: 100%;
        height: 37px;

    }

    #search-block-form--2 div.input-group input {
        /*width: 220px;*/
        /*height: 37px;*/
        border-radius: 11px 0px 0px 11px;
        border: none;
        color: #38616d;
        font: 11px/15px "Lato";
        margin-top: -1px;
        height: 35px;
        background-color: #efefef;
    }

    #search-block-form--2 div.input-group input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #search-block-form--2 div.input-group span.input-group-btn {
        height: 37px;
        width: 37px;
    }

    #search-block-form--2 div.input-group span.input-group-btn button.btn-primary {
        background: url('/files/lupa.png') no-repeat center #efefef;
        background-size: 20px;
        border-radius: 0px 11px 11px 0px;
        margin-top: -3px;
        color: #6dc8bf;
        border: 1px solid #efefef;
        font-size: 0;
        margin-left: -1px;
        height: 100%;
        width: 100%;
        padding: 0px;
        outline: 0;
    }

    #search-block-form--2 div.input-group span.input-group-btn button.btn-primary:hover {
        background-color: #efefef;
    }

    #block-tagclouds-3 {
        opacity: 0;
        position: absolute;
    }

    #votacao-questao div.pane-node-content div.pane-content div.poll div.vote-form {
        margin-bottom: 50px;
    }



}

/*tamanho da letra mais pequeno no menu*/
@media screen and (max-width: 329px) {
    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_nome p,
    #navbar div.row-offcanvas div.sidebar-offcanvas div.div_nome a {
        font-size: 16px;
        line-height: 20px;
    }
}

/*@media screen and (max-width: 461px) {
    #navbar div.container a.logo img {
        margin-bottom: -5px;
    }
}

@media screen and (max-width: 351px) {
    #navbar div.container a.logo img {
        margin-bottom: -3px;
    }
}*/

/*header*/

#navbar {
    background-color: #6dc8bf;
    text-align: center;
    padding-top: 40px;
}

.container {
    max-width: 940px;
}

#navbar a {
    display: inline-block;
    margin: 0 auto;
}

.region-header {
    position: relative;
}

#navbar a.logo {
    max-width: 100%;
    max-height: 200px;
}

.logo img {
    /*margin-bottom: -7px;*/
    max-width: 100%;
    width: 400px;
}

/*block do lado esquero(iniciar sessão e registo)*/
#block-block-11 {
    position: absolute;
    top: 0px;
    left: 0px;
}

#block-block-11 img.img-responsive {
    border-radius: 50px;
}

.div_avatar {
    background: url('/files/avatar.png');
    display: inline-block;
    width: 49px;
    height: 47px;
    float: left;
}

.div_register {
    font: 19px/23px "Bree Serif";
    float: left;
    clear: both;
}

.div_login {
    font: 19px/23px "Bree Serif";
    float: left;
    clear: both;
}

/*block do lado esquero(sessão iniciada)*/

.div_nome a {
    float: left;
    font: 19px/23px "Bree Serif";
    color: #38616d;
}

.div_nome p.a_username a{
    float: none;
}

.div_nome a:hover {
    color: #ffffff;
    text-decoration: none;
}

.div_nome > p {
    float: left;
    font: 19px/23px "Bree Serif";
    color: #38616d;
}

.div_nome p {
    margin-right: 4px;
}

/*.div_nome p{
	clear: both;
	font: 19px/23px "Bree Serif";
	color: #38616d;
}*/

/*Mudar a cor dos links registar e login*/
.div_register a,
.div_login a {
    color: #38616d;
}

.div_register a:hover,
.div_login a:hover {
    color: #ffffff;
    text-decoration: none;
}

#block-search-form {
    position: absolute;
    right: 0px;
    float: right;
    clear: both;
}

#search-block-form div.input-group {
    width: 100%;
    height: 100%;
    float: right;
    clear: both;
}

#navbar h2 {
    font: 19px/23px "Bree Serif";
    float: left;
    color: #38616d;
}

#search-block-form div.input-group input {
    /*width: 220px;*/
    /*height: 37px;*/
    border-radius: 11px 0px 0px 11px;
    border: none;
    color: #38616d;
    font: 16px/20px "Lato";
    height: 37px;
}

#search-block-form div.input-group span.input-group-btn {
    height: 37px;
	display:block;
    width: 37px;
}

#search-block-form div.input-group span.input-group-btn button.btn-primary {
    background: url('/files/lupa.png') no-repeat center #ffffff;
    background-size: 20px;
    border-radius: 0px 11px 11px 0px;
  
    color: #6dc8bf;
    border: 1px solid #ffffff;
    font-size: 0;
    margin-left: -3px;
    height: 37px;
    width: 37px;
    padding: 0px;
    outline: 0;
}

#search-block-form div.input-group span.input-group-btn button.btn-primary:hover {
    background-color: #38616d;
}



/*Menu de navegação*/

.nav_menu {
    text-align: center;
    background-color: #38616d;
    margin-bottom: 70px;
}

.region-navigation {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.menu.nav {
    margin: 0 auto;
    max-width: 810px;
}

.nav_menu h2 {
    display: none;
}

.nav_menu li {
    background: url('/files/ponto-menu.png') no-repeat left center;
    background-size: 6px;
    display: inline-block;
    float: left;
    width: inherit;
    padding: 0px 3%;
    margin-bottom: -10px;
    margin-top: -10px;
}

@media only screen and (max-width: 991px) {
    .nav_menu li {
        padding: 0 2%;
    }
}

#block-system-main-menu a:hover,
#block-system-main-menu a {
    font: 14px/18px "Lato";
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 10px 20px 15px;
    background: none;
    letter-spacing: 1px;
}

/*terceiro filho do navigation menu*/
body.page-user #block-system-main-menu .menu.nav li:nth-child(3) a,
#block-system-main-menu a:hover,
#block-system-main-menu a.active {
    border-bottom: 8px solid #6dc8bf;
    padding-bottom: 12px;
}

.nav_menu #social-link-menu {
    background: url('/files/ponto-menu.png') no-repeat left center;
    background-size: 6px;
    display: inline-block;
    text-align: center;
    float: left;
    height: 40px;
    padding-left: 20px;
}

.nav_menu #sub-social-link-menu {
    position: relative;
    display: block;
    padding: 6px 15px;
    float: left;
}

#sub-social-link-menu a.icon-twitter {
    background: url('/files/icon-twitter.png') no-repeat;
    /*position: absolute;*/
    display: inline-block;
    width: 31px;
    height: 31px;
    float: left;
    margin-right: 16px;
    border: none;
    background-size: 31px 31px;
}

#sub-social-link-menu a.icon-facebook {
    background: url('/files/icon-facebook.png') no-repeat;
    /*position: absolute;*/
    display: inline-block;
    width: 31px;
    height: 31px;
    float: left;
    border: none;
    background-size: 31px 31px;
}

#sub-social-link-menu a.icon-twitter:hover {
    background: url('/files/icon-twitter-hover.png') no-repeat;
    background-size: 31px 31px;
}

#sub-social-link-menu a.icon-facebook:hover {
    background: url('/files/icon-facebook-hover.png') no-repeat;
    background-size: 31px 31px;
}

/*Bootsrap colunas*/

.flex-control-nav.flex-control-paging {
    bottom: 27px;
    z-index: 2;
}

.flex-control-nav.flex-control-paging a {
    background-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav.flex-control-paging a.flex-active {
    background-color: #ffffff;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flexslider .slides > li {
    position: relative;
}

.flexslider {
    margin: 0 0 45px;
}

/*.flexslider .slides > li.views-field.views-field-title a{
	width: 60%;
    top: 50px;
    position: absolute;
    left: 0px;
	font: 24px/28px "Lato";
	color: #ffffff;
	padding: 25px 15px;
	background: rgba(56,97,109, 0.702);
}*/

.text-center {
    text-align: center;
    width: 100%;
    display: inline-block;
}

body.page-home .text-center,
body.page-lista-artigos .text-center {
    margin-bottom: 15px;
}

.text-center ul.pagination > li > a,
.text-center ul.pagination > li.pager-ellipsis > span {
    border: none;
    font: 12px/16px "Lato";
    color: #38616d;
}

.text-center ul.pagination > li.pager-ellipsis > span {
    display: none;
}

.text-center ul.pagination > .active > span,
.text-center ul.pagination > .active > span:hover {
    border: none;
    background-color: #38616d;
}

body.page-lista-artigos div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    margin-bottom: 25px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 30px;
}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field {
    background-color: #efefef;
    border-radius: 11px;
    padding: 25px 25px 15px 25px;
    margin-bottom: 20px;
    display: block;
    height: 470px;
    position: relative;
}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row-odd,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row-odd {
    padding-left: 0;
}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row-even,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row-even {
    padding-right: 0;
}

@media only screen and (max-width: 767px) {

    #content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row,
    #lista-artigos .pane-content .view-id-artigos .view-content .views-row {
        padding: 0;
    }

    #content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field,
    #lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field {
        height: auto;
    }

}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.field_imagem,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.field_imagem {
    text-align: center;
    margin-bottom: 20px;
}

/*Separar o título e texto*/
#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.title,
#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.body,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.title,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.body {
    margin-bottom: 15px;
}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.field_imagem img,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.field_imagem img {
    display: inline-block;
    width: 100%;
}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.title,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.title {
    font: 18px/22px "Lato";
    font-weight: 700;
    color: #38616d;
}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.body,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.body {
    /*height: 70px;*/
    font: 13px/17px "Lato";
    color: #38616d;
}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.view_node,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content div.view_node {
    text-align: center;
    display: inline-block;
    width: 100%;
    /*margin-top: 20px;*/
    font: 11px/14px "latomedium";
    color: #66b2a9;
    position: absolute;
    bottom: 10px;
    left: 0;
}

/*hover na listagem de artigos na home e no menu Artigos*/
#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content a:hover,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content a:hover {
    text-decoration: none;
}

#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content a:hover .title,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content a:hover .title {
    color: #6dc8bf;
}

/*focus na listagem de artigos na home e no menu Artigos*/
#content-pane-artigos-home .pane-content .view-id-artigos .view-content .views-row .views-field .field-content a:focus,
#lista-artigos .pane-content .view-id-artigos .view-content .views-row .views-field .field-content a:focus {
    text-decoration: none;
}

ul.slides li div.views-field-title {
    width: 60%;
    top: 50px;
    position: absolute;
    left: 0px;
    padding: 25px 15px;
    background: rgba(56, 97, 109, 0.702);
    /*background-color: #38616d;
    opacity: 0.702;*/
}

ul.slides li div.views-field-title span a {
    font: 24px/28px "Lato";
    color: #ffffff;
}

ul.slides li div.views-field-title span a:hover {
    text-decoration: none;
    color: #cccccc;
}

ul.slides li div.views-field-title span a:focus {
    text-decoration: none;
}

@media only screen and (max-width: 415px) {
    .flex-control-nav.flex-control-paging {
        bottom: 5px;
    }


    .flexslider .slides > li {
        position: relative;
    }

    ul.slides li div.views-field-title {
        width: 70%;
    }

    ul.slides li div.views-field-title span a {
        font: 14px/20px "Lato";
    }
}

@media only screen and (max-width: 320px){
    ul.slides li div.views-field-title span a {
        font: 13px/17px "Lato";
    }

    .flex-control-nav.flex-control-paging{
        bottom: 0;
    }
}


/*.flex-active-slide.views-field.views-field-title{
	background-color: #38616d;
	opacity: 0.702;
}*/

/*Secondary menu*/

#block-views-top-artigos-block,
#block-views-top-f-rum-block {
    background-color: #efefef;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    border-radius: 11px;
}

#block-tagclouds-3 {
    background-color: #efefef;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    border-radius: 11px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
}

#block-poll-recent {
    background-color: #efefef;
    text-align: center;
    width: 100%;
    display: inline-block;
    border-radius: 11px;
    margin-top: 3px;
}

#block-poll-recent div.poll {
    text-align: left;
}

#block-views-top-artigos-block h2.block-title:before,
#block-views-top-f-rum-block h2.block-title:before,
#block-poll-recent h2.block-title:before,
#block-tagclouds-3 h2.block-title:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#block-views-top-artigos-block h2.block-title:after,
#block-views-top-f-rum-block h2.block-title:after,
#block-poll-recent h2.block-title:after,
#block-tagclouds-3 h2.block-title:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#block-views-top-artigos-block h2.block-title,
#block-views-top-f-rum-block h2.block-title,
#block-poll-recent h2.block-title {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 182px;
    padding-top: 9px;
    display: inline-block;
    margin-top: -19px;
    letter-spacing: 1px;
}

#block-poll-recent h2.block-title {
    text-transform: uppercase;
}

#block-tagclouds-3 h2.block-title {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 182px;
    padding-top: 9px;
    display: block;
    margin: 0px auto;
    margin-top: -19px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

#block-tagclouds-3 span.tagclouds-term a {
    color: #38616d;
    font-family: "Lato";
}

#block-views-top-artigos-block div.view-top-artigos,
#block-views-top-f-rum-block div.view-top-f-rum {
    text-align: left;
}

#block-views-top-artigos-block div.view-top-artigos div.view-content div.views-row div.views-field-title,
#block-views-top-f-rum-block div.view-top-f-rum div.view-content div.views-row div.views-field-title {
    border-bottom: 1px solid #c9d1d4;
    padding-bottom: 10px;
    padding-top: 10px;
}

#block-views-top-artigos-block div.view-top-artigos div.view-content div.views-row-5 div.views-field-title,
#block-views-top-f-rum-block div.view-top-f-rum div.view-content div.views-row-5 div.views-field-title {
    border: none;
}

#block-views-top-artigos-block div.view-top-artigos div.view-content div.views-row div.views-field-title span a,
#block-views-top-f-rum-block div.view-top-f-rum div.view-content div.views-row div.views-field-title span a {
    font: 14px/18px "Lato";
    color: #38616d;
}

/*hover nos links dos blocos do lado esquerdo*/
#block-views-top-artigos-block div.view-top-artigos div.view-content div.views-row div.views-field-title span a:hover,
#block-views-top-f-rum-block div.view-top-f-rum div.view-content div.views-row div.views-field-title span a:hover,
#block-tagclouds-3 span.tagclouds-term a:hover {
    color: #6dc8bf;
    text-decoration: none;
}

#block-views-top-artigos-block div.view-top-artigos div.view-content div.views-row div.views-field-title span a:focus,
#block-views-top-f-rum-block div.view-top-f-rum div.view-content div.views-row div.views-field-title span a:focus,
#block-tagclouds-3 span.tagclouds-term a:focus {
    text-decoration: none;
}

#block-views-top-artigos-block div.view-top-artigos div.view-content,
#block-views-top-f-rum-block div.view-top-f-rum div.view-content,
#block-poll-recent div.poll {
    padding: 0 12% 35px;
}

#block-poll-recent {
    height: 395px;
}

#block-poll-recent div.poll div.vote-form {
    padding: 0 12%;
    /*margin-bottom: 50px;*/
    text-align: center;
}

#block-poll-recent div.poll div.vote-form div.choices {
    text-align: left;
}

#block-poll-recent div.poll div.vote-form div.choices div.title {
    font: 16px/20px "Lato";
    color: #38616d;
    text-align: center;
    margin-bottom: 35px;
}

#block-poll-recent div.poll div.vote-form label.control-label {
    font: 14px/18px "Lato";
    font-weight: 300;
    color: #38616d;
    margin-bottom: 15px;
}

#block-poll-recent div.poll div.vote-form button {
    padding: 5px 27px;
    border-radius: 0px;
    background: #38616d;
    text-transform: uppercase;
    color: #ffffff;
    font: 10px/14px "Lato";
    letter-spacing: 1px;
    border: none;
}

#block-poll-recent div.poll div.vote-form button:hover {
    background: #6dc8bf;
}

#block-poll-recent ul.links {
    margin-bottom: 35px;
    padding-left: 0px;
}

#block-poll-recent ul.links li {
    display: inline-block;
}

#block-poll-recent ul.links li a {
    font: 11px/14px "Lato";
    color: #38616d;
}

#block-poll-recent ul.links li a:hover {
    text-decoration: none;
    color: #6dc8bf;
}

#block-poll-recent ul.links li a:focus {
    text-decoration: none;
}

/*display none do botão dos resultados no bloco*/
/*#block-poll-recent ul.links li.last{
	display: none;
}*/

#block-poll-recent ul.links li.first a {
    border-right: 1px solid #31708f;
    padding-right: 4px;
}

/*#block-poll-recent ul.links li.first a:hover{
	text-decoration: none;
	color: #6dc8bf;
}*/

#block-poll-recent ul.links li.first.last a {
    border-right: 0;
}

/*#block-poll-recent div.poll{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}*/

#block-poll-recent div.poll div.title {
    font: 16px/20px "Lato";
    color: #38616d;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

#block-poll-recent div.poll div.text {
    font: 11px/15px "Lato";
    font-weight: 300;
    color: #38616d;
    display: flex;
}

#block-poll-recent div.poll div.progress {
    border-radius: 0px;
    background-color: #b8c4c8;
    margin-bottom: 0px;
}

#block-poll-recent div.poll div.progress div.progress-bar {
    background-color: #38616d;
}

#block-poll-recent div.poll div.total {
    display: none;
}

#block-poll-recent div.poll div.progress-bar-text {
    width: 100%;
    text-align: right;
    font: 11px/15px "Lato";
    font-weight: 300;
    padding-right: 14px;
}

/*Modal forms*/
/*.modal-open{
	overflow: auto;
}*/

/*#modalContent{
	width: 635px;
}

#modalContent div.modal-forms-modal-content{
	width: 100%;
	height: 100%;
}

div.modal-forms-modal-content .popups-container{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-top: 50px;
}

#modalContent div.modal-forms-modal-content div.popups-container div.popups-title{
	text-align: center;
	margin-bottom: 45px;
	border: none;
}

div.modal-forms-modal-content .popups-close,
div.modal-forms-modal-content .popups-close:hover,
div.modal-header .close,
div.modal-header .close:hover{
	margin-top: 5px;
    margin-right: 5px;
	position: absolute;
    top: 0px;
    right: 0px;
	background: url("/files/btn-close.png") no-repeat center;
	width: 20px;
	height: 20px;
	opacity: 1;
	background-size: 100% 100%;
}

div.modal-header .close,
div.modal-header .close:hover{
	font-size: 0;
}

#modal-title{
	font: 22px/26px "Bree Serif";
	color: #38616d;
	margin-top: 50px;
}

#modal-content{
	border-radius: 0px;
	-webkit-box-shadow: none;
	border: none;
	text-align: center;
	margin-bottom: 55px;
}

#modal-content form div.form-group label.control-label,
#modal-content form div.form-group label.control-label span.form-required,
#modal-content form div.form-group label.control-label,
#modal-content form div.form-group label.control-label span.form-required,
#modal-content form div.form-group label.control-label,
#modal-content form div.form-group label.control-label span.form-required,
#edit-url{
	display: none;
}

#modal-content form div.form-group input{
	height: 30px;
    width: 230px;
	border: 1px solid #6dc8bf;
	border-radius: 0px;
	display: inline;
	color: #38616d;
    font: 13px/17px "Lato";
}

#modal-content form div.form-group input.form-control::-webkit-input-placeholder { 
	font: 11px/15px "Lato";
	color: #38616d;
	vertical-align: text-top;
}

#modal-content form div.form-group input.form-control:-moz-placeholder{ 
	font: 11px/15px "Lato";
	color: #38616d;
	vertical-align: text-top; 
}
 
#modal-content form div.form-group input.form-control::-moz-placeholder{ 
	font: 11px/15px "Lato";
	color: #38616d;
	vertical-align: text-top; 
}

#modal-content form div.form-group input.form-control:-ms-input-placeholder { 
	font: 11px/15px "Lato";
	color: #38616d;
	vertical-align: text-top; 	
}*/

/*Página de login*/

body.not-logged-in.page-user div.row h1.page-header,
body.not-logged-in.page-user div.row ul.nav-tabs {
    display: none;
}

#login-id {
    background-color: #efefef;
    text-align: center;
    display: inline-block;
    border-radius: 11px;
    margin-bottom: 50px;
    width: 100%;
}

#login-id h2 {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 42%;
    padding-top: 9px;
    display: inline-block;
    margin-top: -19px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#login-id h2:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#login-id h2:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#user-login {
    width: 47%;
    display: inline-block;
}

#user-login div.form-group input {
    height: 30px;
    border: 1px solid #6dc8bf;
    border-radius: 0px;
    display: inline;
    color: #38616d;
    font: 13px/17px "Lato";
}

#user-login div.form-group input::-webkit-input-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-login div.form-group input:-moz-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-login div.form-group input::-moz-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-login div.form-group input:-ms-input-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-login div.form-actions button.btn-default {
    height: 30px;
    width: 100%;
    border-radius: 0px;
    color: #ffffff;
    font: 11px/15px "Lato";
    background: #38616d;
    margin-top: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    outline: 0;
}

#user-login div.form-actions button.btn-default:hover {
    background: #6dc8bf;
}

#login-id div.pedir_nova_senha {
    width: 230px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 35px;
}

#login-id div.pedir_nova_senha a {
    color: #38616d;
    font: 10px/14px "Lato";
    font-weight: 300;
}

#login-id div.pedir_nova_senha a:hover {
    text-decoration: none;
    color: #6dc8bf;
}

#login-id div.pedir_nova_senha a:focus {
    text-decoration: none;
}

/*A minha conta*/

body.logged-in.page-user div.row ul.nav-tabs {
    display: none;
}

#a_minha_conta {
    background-color: #efefef;
    text-align: center;
    display: inline-block;
    border-radius: 11px;
    width: 100%;
    margin-bottom: 40px;
}

#a_minha_conta h2 {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 42%;
    padding-top: 9px;
    display: inline-block;
    margin-top: -19px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

#a_minha_conta h2:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#a_minha_conta h2:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#a_minha_conta div.pane-content div.views-row {
    width: 42%;
    display: inline-block;

}

@media only screen and (max-width: 580px) {

    /*Página da minha conta*/
    /*#a_minha_conta div.pane-content div.views-row{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }*/

}

#a_minha_conta div.pane-content div.views-row div.views-field {
    margin-bottom: 16px;
    display: block;
    background: #ffffff;
    height: 31px;
    padding: 7px 12px;
}

#a_minha_conta div.pane-content div.views-row div.views-field span.field-content {
    display: inline-block;
    float: left;
    font: 11px/15px "Lato";
    color: #38616d;
}

/*#a_minha_conta div.pane-content div.views-row div.views-field.views-field-field-foto{
	display: inline-block;
	padding-left: 0;
}*/

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-field-foto div.field-content div.conta_avatar,
#a_minha_conta div.pane-content div.views-row div.views-field.views-field-field-foto div.field-content div.div_avatar {
    background: url('/files/avatar-blue.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: cover;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-field-foto {
    margin-bottom: 30px;
    background: none;
    padding-top: 0;
    height: 100%;
    display: inline-block;
    padding-left: 0;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-field-foto div.field-content img {
    border-radius: 50px;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-created span.field-content {
    padding-left: 4px;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-created span.views-label-created {
    font: 11px/15px "Lato";
    color: #38616d;
    float: left;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-edit-node {
    background: none;
    margin-bottom: 38px;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-php-1 span {
    float: none;
}

#a_minha_conta div.pane-content div.views-row div.views-field-php-1 span.field-content a {
    color: #ffffff;
    font: 10px/14px "Lato";
    height: 30px;
    width: 104px;
    background: #38616d;
    display: block;
    padding-top: 7px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#a_minha_conta div.pane-content div.views-row div.views-field-php-1 span.field-content a:hover {
    background: #6dc8bf;
}

#a_minha_conta div.pane-content div.views-row div.views-field-php-1 span.field-content a:focus {
    text-decoration: none;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-php {
    padding-left: 0;
    background: none;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-php-1{
    height: auto;
    margin-bottom: 38px;
    padding: none;
    background: none;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-php span.field-content div.linha-newsletter:before {
    content: url('/files/unsubscribe.png');
    height: 13px;
    width: 13px;
    vertical-align: text-top;
    margin-right: 7px;
}

#a_minha_conta div.pane-content div.views-row div.views-field.views-field-php span.field-content div.linha-newsletter.active:before {
    content: url('/files/subscribe.png');
    height: 13px;
    width: 13px;
    vertical-align: text-top;
    margin-right: 7px;
}

/*Alterar conta*/
/*dados gerais*/
body.logged-in.page-user-edit div.row ul.pagination.pagination-sm,
#edit-timezone,
#form-alterar-conta h2.pane-title,
#alterar_conta button#edit-cancel,
#form-alterar-conta div.pane-content div#edit-field-foto label,
#form-alterar-conta div.pane-content div.form-group #edit-current-pass,
#form-alterar-conta div.pane-content div.form-group #edit-pass-pass1,
#form-alterar-conta div.pane-content div.form-group #edit-pass-pass2,
#edit-actions button.btn-success span.glyphicon {
    display: none;
}

body.logged-in.page-user-edit div.row {
    text-align: center;
}

body.logged-in.page-user-edit div.row h1.page-header {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 42%;
    padding-top: 8px;
    display: inline-block;
    margin-top: -19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.logged-in.page-user-edit div.row h1.page-header:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

body.logged-in.page-user-edit div.row h1.page-header:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

body.logged-in.page-user-edit .row #newsletter-conta,
body.logged-in.page-user-edit .row #menu-conta,
body.logged-in.page-user-edit-simplenews div.row h1.page-header,
#user-profile-form--2 .div_data_joined,
#user-profile-form--2 .form-group .btn-success .glyphicon,
#edit-subscriptions legend {
    display: none;
}

body.logged-in.page-user-edit-simplenews .row #newsletter-conta,
body.logged-in.page-user-edit-simplenews .row #menu-conta {
    display: block;
}

body.logged-in.page-user-edit-simplenews .row #newsletter-conta h1 {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 42%;
    padding-top: 9px;
    display: inline-block;
    margin-top: -19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.logged-in.page-user-edit-simplenews .row #newsletter-conta h1:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

body.logged-in.page-user-edit-simplenews .row #newsletter-conta h1:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

body.logged-in.page-user-edit-simplenews .row .region-content {
    clear: both;
    background-color: #efefef;
    text-align: center;
    width: 100%;
    border-radius: 11px;
    margin-top: 3px;
    padding: 0 38px 40px 38px;
    margin-bottom: 50px;
}

body.logged-in.page-user-edit-simplenews .row .region-content #menu-conta {
    width: 25%;
    display: inline-block;
}

#menu-conta {
    text-align: left;
    vertical-align: top;
    padding-top: 15px;
}

#menu-conta div {
    border-bottom: 1px solid #38616d;
    padding-bottom: 5px;
    margin-top: 5px;
    width: 70%;
}

#menu-conta div.div_remover_conta {
    border-bottom: 0;
}

#menu-conta div a {
    font: 10px/14px "Lato";
    color: #38616d;
    text-transform: uppercase;
}

body.logged-in.page-user-edit-simplenews .row .region-content .block {
    width: 75%;
    display: inline-block;
    padding-right: 25%;
    padding-top: 15px;
}

#edit-subscriptions {
    background: none;
    border: 0;
    box-shadow: none;
}

#user-profile-form--2 .form-group .btn-success {
    width: 65%;
    font: 10px/14px "Lato";
    color: #ffffff;
    border: none;
    border-radius: 0;
    background: #38616d;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 0px;
}

#user-profile-form--2 .form-group .btn-success:hover {
    background: #6dc8bf;
}

#alterar_conta {
    background-color: #efefef;
    text-align: center;
    width: 100%;
    border-radius: 11px;
    margin-top: -50px;
    padding: 62px 38px 40px 38px;
    margin-bottom: 50px;
}

#form-alterar-conta {
    padding-right: 45%;
}

/*@media only screen and (max-width: 378px){
	#form-alterar-conta{
		padding-right: 0;
	}

	#form-alterar-conta div.pane-content div#edit-account div.div_data_joined{
		height: 50px;
	}
}*/

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget-data {
    height: 100%;
}

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget-data div.input-group {
    background-position: center top;
    height: 100%;
    width: 100%;
}

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget-data div.input-group span.input-group-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget-data div.input-group span.input-group-btn button.btn-default {
    margin-right: 0px;
    width: 100%;
}

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget.form-managed-file {
    height: 100px;
    position: relative;
}

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget.form-managed-file div.image-preview {
    position: absolute;
    width: 100%;
}

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget.form-managed-file div.image-preview img.img-responsive {
    display: inline-block;
    border-radius: 50px;
    width: 70px;
    height: 70px;
}

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget.form-managed-file div.image-widget-data {
    bottom: 0;
    width: 100%;
    position: relative;
    height: inherit;
}

#form-alterar-conta div.pane-content div#edit-field-foto div.image-widget.form-managed-file div.image-widget-data button.btn-danger {
    width: 100%;
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#form-alterar-conta div.pane-content div#edit-account div.form-type-textfield input,
#form-alterar-conta div.pane-content div#edit-account div.div_data_joined {
    height: 30px;
    border-radius: 0px;
    display: inline;
    color: #38616d;
    font: 13px/17px "Lato";
    border: none;
}

#form-alterar-conta div.pane-content div#edit-account div.div_data_joined {
    display: block;
    background: #ffffff;
    padding-top: 7px;
    padding-left: 12px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    /*#form-alterar-conta div.pane-content div#edit-account div.div_data_joined,
    #a_minha_conta div.pane-content div.views-row div.views-field.views-field-created{
        height: 50px;
    }*/
    #a_minha_conta h2,
    #login-id h2,
    #changepass-id h2,
    body.logged-in.page-user-edit div.row h1.page-header,
    body.logged-in.page-user-edit-simplenews .row #newsletter-conta h1,
    body.logged-in.page-user-cancel div.row h1.page-header{
        min-width: 210px !important;
    }

    #form-alterar-conta{
        padding-right: 25%;
    }

    body.logged-in.page-user-edit-simplenews .row .region-content .block{
        padding-right: 0;
    }

    .forum-post-panel-main p{
        word-break: break-word;
    }
}

@media only screen and (max-width: 767px) {
    .div_padding {
        padding: 0 10%;
    }

    /*#a_minha_conta div.pane-content div.views-row{
        width: 50%;
    }*/
    /*#form-alterar-conta div.pane-content div#edit-account div.div_data_joined,
    #a_minha_conta div.pane-content div.views-row div.views-field.views-field-created{
        height: 30px;
    }*/
}

#form-alterar-conta div.pane-content div#edit-account div.form-type-textfield input::-webkit-input-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#form-alterar-conta div.pane-content div#edit-account div.form-type-textfield input:-moz-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#form-alterar-conta div.pane-content div#edit-account div.form-type-textfield input::-moz-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#form-alterar-conta div.pane-content div#edit-account div.form-type-textfield input:-ms-input-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

/*botões de guardar as alterações dos dados gerais e subscrições*/
#form-alterar-conta .form-actions button.btn-success,
#subscription-alterar-conta div.pane-content button.btn-success {
    width: 100%;
    font: 10px/14px "Lato";
    color: #ffffff;
    border: none;
    border-radius: 0;
    background: #38616d;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 0px;
}

#form-alterar-conta .form-actions button.btn-success:hover,
#subscription-alterar-conta div.pane-content button.btn-success:hover {
    background: #6dc8bf;
}

#conta-menu div.pane-content {
    text-align: left;
    width: 60%;
    margin-bottom: 15px;
}

#conta-menu div.pane-content div a {
    font: 10px/14px "Lato";
    color: #38616d;
    text-transform: uppercase;
}

/*menu nos dados gerais*/
#conta-menu div.pane-content div a:hover,
    /*menu nas subscrições*/
#menu-conta div a:hover {
    text-decoration: none;
    color: #6dc8bf;
}

#conta-menu div.pane-content div a:focus,
#menu-conta div a:focus {
    text-decoration: none;
}

#conta-menu div.pane-content div {
    border-bottom: 1px solid #38616d;
    padding-bottom: 5px;
    margin-top: 5px;
}

#conta-menu div.pane-content div.div_remover_conta {
    border-bottom: none;
}

/*subscrições*/
/*#subscription-alterar-conta{
	padding-right: 45%;
}

#subscription-alterar-conta h2.pane-title,
#subscription-alterar-conta div.pane-content p{
	display: none;
}

#subscription-alterar-conta div.pane-content div.form-type-checkbox{
	margin-bottom: 30px;
}*/

/*cancelar a conta*/
body.page-user-cancel div.row {
    text-align: center;
}

body.logged-in.page-user-cancel div.row h1.page-header {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 42%;
    padding-top: 9px;
    display: inline-block;
    margin-top: -19px;
    text-transform: uppercase;
}

body.logged-in.page-user-cancel div.row h1.page-header:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

body.logged-in.page-user-cancel div.row h1.page-header:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

body.logged-in.page-user-cancel div.row div.region-content {
    background-color: #efefef;
    text-align: center;
    width: 100%;
    border-radius: 11px;
    margin-top: -50px;
    padding: 62px 60px 40px 60px
}

div.cancelar-conta-title {
    font: 16px/20px "Lato";
    color: #38616d;
    text-align: center;
    margin-bottom: 35px;
}

#user-cancel-confirm-form {
    text-align: center;
    font: 13px/17px "Lato";
    color: #38616d;
}

#user-cancel-confirm-form div.form-group {
    text-align: center;
    margin-top: 30px;
    height: 26px;
}

#user-cancel-confirm-form div.form-group button.btn-default,
#user-cancel-confirm-form div.form-group a {
    /*width: 100%;*/
    font: 10px/14px "Lato";
    color: #ffffff;
    border: none;
    border-radius: 0;
    background: #38616d;
    text-transform: uppercase;
    height: 100%;
    letter-spacing: 1px;
}

#user-cancel-confirm-form div.form-group button.btn-default:hover,
#user-cancel-confirm-form div.form-group a:hover {
    text-decoration: none;
    background: #6dc8bf;
}

#user-cancel-confirm-form div.form-group a:focus {
    text-decoration: none;
}

#user-cancel-confirm-form div.form-group a {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
}

#user-cancel-confirm-form div.form-group button.btn-default span.glyphicon {
    display: none;
}

/*Registo*/

#register-id {
    background-color: #efefef;
    text-align: center;
    display: inline-block;
    border-radius: 11px;
    width: 100%;
    margin-bottom: 40px;
}

/*@media screen and (max-width: 991px){
	#user-register-form{
		width: 75% !important;
	}
}*/

#register-id h2 {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 182px;
    padding-top: 9px;
    display: inline-block;
    margin-top: -19px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#register-id h2:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#register-id h2:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#user-register-form {
    width: 55%;
    display: inline-block;
}

#user-register-form div.form-group label.control-label,
#user-register-form div.form-group span.glyphicon,
div.help-block {
    display: none;
}

div.password-help {
    display: none;
    visibility: hidden;
}

#user-register-form #edit-account div.row div.form-type-password {
    width: 100%;
}

#user-register-form #edit-account div.form-group input {
    height: 30px;
    border: 1px solid #6dc8bf;
    border-radius: 0px;
    display: inline;
    color: #38616d;
    font: 13px/17px "Lato";
}

#user-register-form div.form-group input::-webkit-input-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-register-form div.form-group input:-moz-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-register-form div.form-group input::-moz-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-register-form div.form-group input:-ms-input-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#edit-simplenews {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#edit-simplenews div.panel-body {
    padding: 0;
}

#edit-newsletters {
    float: left;
    text-align: left;
}

#edit-newsletters div.form-item-newsletters-2 label.control-label {
    color: #38616d;
    font: 11px/15px "Lato";
    font-weight: 300;
}

/*Checkbox*/
#edit-newsletters-2 {
    margin-top: 1px;

}

#user-register-form div.form-actions button.btn-default {
    height: 33px;
    margin-bottom: 35px;
    border-radius: 0px;
    color: #ffffff;
    font: 11px/15px "Lato";
    background: #38616d;
    margin-top: 21px;
    width: 100%;
    letter-spacing: 1px;
    border: none;
    outline: 0;
}

#user-register-form div.form-actions button.btn-default:hover {
    background: #6dc8bf;
}

/*div da esccolha da foto*/
#edit-field-foto-und-0-ajax-wrapper div.input-group {
    background: url('/files/avatar-blue.png') no-repeat;
    display: inline-block;
    /*width: 49px;*/
    height: 70px;
    position: relative;
    background-size: 70px 70px;
}

/*input do upload*/
#edit-field-foto-und-0-upload {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    z-index: 2;
}

#edit-field-foto-und-0-ajax-wrapper span.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    z-index: 1;
}

/*botão do upload*/
#edit-field-foto-und-0-upload-button {
    float: right;
    width: 154px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 11px;
    font: 10px/14px "Lato";
    color: #38616d;
    text-transform: uppercase;
    margin-right: 10px;
}

/*Preview da imagem*/

#edit-field-foto-und-0-ajax-wrapper div.image-preview {
    width: 70px;
    height: 70px;
    padding: 0;
}

#edit-field-foto-und-0-ajax-wrapper div.image-preview img.img-responsive {
    border-radius: 50px;
}

#edit-field-foto-und-0-ajax-wrapper div.form-type-managed-file div.image-widget.form-managed-file div.image-widget-data div.form-group {
    display: none;
}

#edit-field-foto-und-0-remove-button {
    float: right;
    width: 140px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 11px;
    border-color: #cccccc;
    font: 10px/14px "Lato";
    color: #38616d;
    text-transform: uppercase;
    margin-right: 10px;
}

@media only screen and (max-width: 585px) {

    #edit-field-foto-und-0-ajax-wrapper,
    #edit-field-foto-und-0-ajax-wrapper div.image-widget-data {
        height: 109px;
    }

    /*div da esccolha da foto*/
    #edit-field-foto-und-0-ajax-wrapper div.input-group {
        /*background: url('/files/avatar.png') no-repeat center top;*/
        background-position-x: center;
        background-position-y: top;
        display: inline-block;
        /*width: 49px;*/
        height: 100%;
        position: relative;
    }

    /*input do upload*/
    #edit-field-foto-und-0-upload {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0px;
        z-index: 2;
    }

    #edit-field-foto-und-0-ajax-wrapper span.input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        z-index: 1;
        top: 50px;
    }

    /*botão do upload*/
    #edit-field-foto-und-0-upload-button {
        width: 100%;
        margin-top: 19px;
        background: #ffffff;
        border-radius: 11px;
        font: 10px/14px "Lato";
        color: #38616d;
        text-transform: uppercase;
        margin-right: 0px;
    }

    /*Preview da imagem*/
    #edit-field-foto-und-0-ajax-wrapper div.image-preview {
        width: 100%;
        text-align: center;
    }

    #edit-field-foto-und-0-ajax-wrapper div.image-preview img.img-responsive {
        height: 100%;
        width: 50px;
        margin: 0 auto;
        border-radius: 50px;
    }

    #edit-field-foto-und-0-ajax-wrapper div.form-type-managed-file div.image-widget.form-managed-file div.image-widget-data {
        clear: both;
    }

    #edit-field-foto-und-0-ajax-wrapper div.form-type-managed-file div.image-widget.form-managed-file div.image-widget-data div.form-group {
        display: none;
    }

    #edit-field-foto-und-0-remove-button {
        width: 100%;
        margin-top: 19px;
        background: #ffffff;
        border-radius: 11px;
        font: 10px/14px "Lato";
        color: #38616d;
        text-transform: uppercase;
        margin-right: 0px;
    }
}

/*Nova password*/

#changepass-id {
    background-color: #efefef;
    text-align: center;
    display: inline-block;
    border-radius: 11px;
    margin-bottom: 50px;
    width: 100%;
}

#changepass-id h2 {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 42%;
    padding-top: 9px;
    display: inline-block;
    margin-top: -19px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#changepass-id h2:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#changepass-id h2:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#user-pass {
    width: 47%;
    display: inline-block;
}

#user-pass div.form-group input {
    height: 30px;
    border: 1px solid #6dc8bf;
    border-radius: 0px;
    display: inline;
    color: #38616d;
    font: 13px/17px "Lato";
}

#user-pass div.form-group input::-webkit-input-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-pass div.form-group input:-moz-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-pass div.form-group input::-moz-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-pass div.form-group input:-ms-input-placeholder {
    font: 11px/15px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

#user-pass div.form-actions button.btn-primary {
    padding: 7px 0;
    width: 100%;
    border-radius: 0px;
    color: #ffffff;
    font: 10px/14px "Lato";
    background: #38616d;
    margin-top: 35px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
}

#user-pass div.form-actions button.btn-primary:hover {
    background: #6dc8bf;
}

/*User e/ou pass errados*/

body.page-user div.row div.alert-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    color: #38616d;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #6dc8bf;
    position: relative;
}

body.page-user div.row div.alert-block ul {
    padding-left: 0px;
    text-align: left;
}

body.page-user div.row div.alert-block ul li {
    display: block;
    font: 13px/17px "Lato";
    color: #38616d;
}

body.page-user div.row div.alert-block a.close {
    background: url("/files/btn-close.png") no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    font-size: 0;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 5px;
    margin-right: 5px;
}

/*#modal-content form div.form-group button.btn-default{
	height: 30px;
    width: 230px;
	border-radius: 0px;
	color: #ffffff;
	font: 11px/15px "Lato";
	background-color: #38616d;
}

#user-register-form{
    display: inline-block;
    width: 230px;
}*/

/*#edit-field-foto*/

/*Página Artigo*/

body.node-type-artigo div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    margin-bottom: 25px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 30px;
}

#pagina-artigo {
    margin-bottom: 20px;
}

#pagina-artigo div.panels-flexible-2-inside div.pane-node-title h2.pane-title,
#pagina-artigo div.panels-flexible-2-inside div.pane-node-field-imagem h2.pane-title,
#pagina-artigo div.panels-flexible-2-inside div.pane-node-body h2.pane-title {
    display: none;
}

#pagina-artigo div.panels-flexible-2-inside div.pane-node-title div.pane-content {
    color: #38616d;
    font: 17px/21px "Lato";
    font-weight: 700;
}

#pagina-artigo div.panels-flexible-2-inside div.pane-node-field-imagem {
    margin-bottom: 25px;
}

#pagina-artigo div.panels-flexible-2-inside div.pane-node-body div.pane-content div.field-items p,
#pagina-artigo div.panels-flexible-2-inside div.pane-node-body div.pane-content div.field-items ol,
#pagina-artigo div.panels-flexible-2-inside div.pane-node-body div.pane-content div.field-items li {
    color: #38616d;
    font: 14px/18px "Lato";
}

#pagina-artigo div.panels-flexible-2-inside div.pane-node-body div.pane-content div.field-items h2 {
    color: #38616d;
    font: 16px/20px "Lato";
    font-weight: 700;
}

#block-system-main article h2 a {
    color: #38616d;
    font: 17px/21px "Lato";
    font-weight: 700;
}

#block-system-main article h2 {
    margin-top: 0px;
}

/*Página taxonomy*/
body.page-taxonomy-term div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    margin-bottom: 25px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 30px;
}

body.page-taxonomy-term div.row div.region-content .view-taxonomy-term .views-row {
    display: block;
    border-bottom: 2px solid #6dc8bf;
    margin-top: 20px;
}

body.page-taxonomy-term div.row div.region-content .view-taxonomy-term .views-row.views-row-first {
    margin-top: 0;
}

body.page-taxonomy-term div.row div.region-content .view-taxonomy-term .views-row .views-field-title {
    margin-bottom: 10px;
}

body.page-taxonomy-term div.row div.region-content .view-taxonomy-term .views-row .views-field-title span a {
    font: 14px/18px "Lato";
    font-weight: 700;
    color: #38616d;
}

body.page-taxonomy-term div.row div.region-content .view-taxonomy-term .views-row .views-field-body p {
    margin-bottom: 20px;
    font: 12px/16px "Lato";
    font-weight: 300;
    color: #38616d;
}

/*Artigos relacionados*/

#related-articles-id .pane-title {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    margin-bottom: 25px;
    border-bottom: 3px solid #6dc8bf;
    width: 80%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 35px;
}

#related-articles-id .pane-content{
    margin-bottom: 10px;
}

#related-articles-id .pane-content .row-1 td {
    text-align: center;
    width: 30%;
    /*padding-right: 5%;*/
    vertical-align: top;
}

#related-articles-id .pane-content .views-field-field-imagem {
    margin-bottom: 5px;
    padding-right: 5px;
}

/*#related-articles-id .pane-content .row-1 td.col-last{
	padding-right: 0;
}*/

#related-articles-id .pane-content .views-field-field-imagem .field-content a .img-responsive {
    display: inline-block;
    width: 95%;
}

#related-articles-id .pane-content .views-field-title .field-content {
    text-align: center;
}

#related-articles-id .pane-content .views-field-title .field-content a {
    color: #38616d;
    font: 12px/16px "Lato";
    padding: 0 25px;
    display: block;
}

#related-articles-id .pane-content .views-field-title .field-content a:hover {
    color: #6dc8bf;
    text-decoration: none;
}

#related-articles-id .pane-content .views-field-title .field-content a:focus {
    text-decoration: none;
}

/*@media only screen and (max-width: 632px){
	#related-articles-id .pane-content .row-1 .col-last{
		display: none;
	}
}*/

@media only screen and (max-width: 485px) {
    /*#related-articles-id .pane-content .views-field-field-imagem  .field-content a .img-responsive{
        width: 88px;
    }*/
    #related-articles-id .pane-content .row-1 .col-last {
        display: none;
    }

    #related-articles-id .pane-content .row-1 td {
        width: 45%;
    }
}

/*Página pesquisar*/

body.page-search div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    margin-bottom: 25px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 30px;
}

body.not-logged-in.page-search div.row ul.nav-tabs,
body.logged-in.page-search div.row ul.nav-tabs {
    display: none;
}

#search-form {
    background-color: #efefef;
    padding-left: 10px;
    padding-right: 10px;
}

#edit-advanced {
    display: none;
}

#search-form div.input-group {
    margin: 14px 11px 14px 11px;
}

#search-form div.input-group input {
    border-radius: 0px;
    height: 21px;
    font: 11px/15px "Lato";
    color: #38616d;
}

#search-form div.input-group span.input-group-btn button {
    border-radius: 0px;
    color: #ffffff;
    font: 10px/14px "Lato";
    margin-top: 0px;
    height: 21px;
    padding: 0px 19px;
    margin-left: 11px;
    background: #38616d;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    outline: 0;
}

#search-form div.input-group span.input-group-btn button:hover {
    background: #6dc8bf;
}

#search-form div.input-group span.input-group-btn button.btn-primary span {
    display: none;
}

/*#search-form div.input-group input.form-control::-webkit-input-placeholder,
#search-form div.input-group input.form-control:-moz-placeholder,
#search-form div.input-group input.form-control::-moz-placeholder,
#search-form div.input-group input.form-control:-ms-input-placeholder{ 
	color: transparent;
}*/

body.page-search div.row div.region-content h2 {
    display: none;
}

body.page-search div.row div.region-content ol.search-results {
    padding-left: 0px;
}

body.page-search div.row div.region-content ol.search-results li.search-result {
    display: block;
    border-bottom: 2px solid #6dc8bf;
}

body.page-search div.row div.region-content ol.search-results li.search-result h3.title a {
    font: 14px/18px "Lato";
    font-weight: 700;
    color: #38616d;
}

body.page-search div.row div.region-content ol.search-results li.search-result h3.title a:hover {
    color: #6dc8bf;
    text-decoration: none;
}

body.page-search div.row div.region-content ol.search-results li.search-result h3.title a:focus {
    text-decoration: none;
}

body.page-search div.row div.region-content ol.search-results li.search-result div.search-snippet-info p.search-snippet {
    font: 12px/16px "Lato";
    font-weight: 300;
    color: #38616d;
}

body.page-search div.row div.region-content ol.search-results li.search-result div.search-snippet-info p.search-info,
body.page-search div.row div.region-content ol.search-results li.search-result div.search-snippet-info p.search-info a {
    margin-bottom: 20px;
    font: 12px/16px "Lato";
    font-weight: 300;
    color: #38616d;
}

body.page-search div.row div.region-content ol.search-results li.search-result div.search-snippet-info p.search-info a:hover {
    color: #6dc8bf;
    text-decoration: none;
}

body.page-search div.row div.region-content ol.search-results li.search-result div.search-snippet-info p.search-info a:focus {
    text-decoration: none;
}

/*Fórum*/

body.page-forum div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    margin-bottom: 25px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    letter-spacing: 1px;
    display: inline-block;
    padding-right: 30px;
}

#forum div.forum-node-create-links.forum-node-create-links-top {
    width: 100%;
    display: block;
    background: #38616d;
    height: 36px;
    padding: 13px;
    color: #efefef;
    font: 9px/13px "Lato";
    text-transform: uppercase;
    margin-bottom: 7px;
}

@media only screen and (max-width: 378px) {
    #forum div.forum-node-create-links.forum-node-create-links-top {
        height: 50px;
    }
}

#forum div.forum-node-create-links-top a {
    color: #ffffff;
    font: 9px/13px "Lato";
    text-transform: uppercase;
}

#forum div.forum-node-create-links-top a:hover {
    text-decoration: none;
    color: #6dc8bf;
}

#forum div.forum-node-create-links-top a:focus {
    text-decoration: none;
}

/*Top links com sessão iniciada (botão criar tópico)*/
body.logged-in #forum div.forum-node-create-links.forum-node-create-links-top {
    background: none;
    position: relative;
}

body.logged-in #forum div.forum-node-create-links-top div.forum-add-forum {
    position: absolute;
    top: 0px;
    left: 0px;
}

body.logged-in #forum div.forum-node-create-links-top div.forum-add-forum a {
    background: #38616d;
    border-radius: 0;
    -webkit-box-shadow: none;
    height: 36px;
    padding: 13px;
}

body.logged-in #forum div.forum-node-create-links-top div.forum-add-forum a:hover {
    text-decoration: none;
    background: #6dc8bf;
}

body.logged-in #forum div.forum-node-create-links-top div.forum-add-forum a:focus {
    text-decoration: none;
}

body.logged-in #forum div.forum-node-create-links-top div.forum-add-forum a span {
    background: none;
    color: #ffffff;
    font: 10px/14px "Lato";
    text-transform: uppercase;
    padding: 0;
}

/*Disable tudo o que não faz falta na página*/
#forum-pager-top,
#forum div.pane-forum-topic-legend,
#forum div.forum-node-create-links,
#forum-topic-list table.forum-table th {
    display: none;
}

#forum-topic-list table.forum-table {
    border: none;
}

#forum-topic-list table.forum-table tr.odd,
#forum-topic-list table.forum-table tr.even {
    background: none;
    border-bottom: 1px solid #dde4e6;
}

#forum-topic-list table.forum-table tr.odd td.views-field-title,
#forum-topic-list table.forum-table tr.even td.views-field-title,
#forum-topic-list table.forum-table tr.odd td.views-field-last-updated,
#forum-topic-list table.forum-table tr.even td.views-field-last-updated {
    width: 45%;
    padding-bottom: 18px;
    padding-top: 18px;
}

#forum-topic-list table.forum-table tr.odd td.views-field-title,
#forum-topic-list table.forum-table tr.odd td.views-field-last-updated,
#forum-topic-list table.forum-table tr.even td.views-field-title,
#forum-topic-list table.forum-table tr.even td.views-field-last-updated{
    padding-right: 5%;
}

#forum-topic-list table.forum-table tr.odd td.views-field-title a span.forum-topic-title,
#forum-topic-list table.forum-table tr.even td.views-field-title a span.forum-topic-title {
    font: 14px/18px "Lato";
    color: #38616d;
}

#forum-topic-list table.forum-table tr.odd td.views-field-title a:hover,
#forum-topic-list table.forum-table tr.even td.views-field-title a:hover {
    text-decoration: none;
}

#forum-topic-list table.forum-table tr.odd td.views-field-title a:focus,
#forum-topic-list table.forum-table tr.even td.views-field-title a:focus {
    text-decoration: none;
}

/*mudar a cor do título (hover)*/
#forum-topic-list table.forum-table tr.odd td.views-field-title a:hover span.forum-topic-title,
#forum-topic-list table.forum-table tr.even td.views-field-title a:hover span.forum-topic-title {
    color: #6dc8bf;
}

#forum-topic-list table.forum-table tr.odd td.views-field-title,
#forum-topic-list table.forum-table tr.even td.views-field-title {
    font: 11px/15px "Lato";
    color: #38616d;
    font-weight: 300;
}

#forum-topic-list table.forum-table tr.odd td.views-field-title span.username,
#forum-topic-list table.forum-table tr.even td.views-field-title span.username,
    /*quando user logado, os usernames do lado esquerdo ficam clicáveis*/
#forum-topic-list table.forum-table tr.odd td.views-field-title a.username,
#forum-topic-list table.forum-table tr.even td.views-field-title a.username {
    font: 11px/15px "Lato";
    color: #6dc8bf;
    font-weight: 300;
}

#forum-topic-list table.forum-table tr.odd td.views-field-title a.username:hover,
#forum-topic-list table.forum-table tr.even td.views-field-title a.username:hover {
    color: #38616d;
}

#forum-topic-list table.forum-table tr.odd td.views-field-last-updated,
#forum-topic-list table.forum-table tr.even td.views-field-last-updated {
    font: 11px/15px "Lato";
    color: #38616d;
}

#forum-topic-list table.forum-table tr.odd td.views-field-last-updated span.username,
#forum-topic-list table.forum-table tr.even td.views-field-last-updated span.username,
    /*quando o user logado, os usernames do lado direito ficam clicáveis*/
#forum-topic-list table.forum-table tr.odd td.views-field-last-updated a.username,
#forum-topic-list table.forum-table tr.even td.views-field-last-updated a.username {
    font: 11px/15px "Lato";
    color: #6dc8bf;
}

#forum-topic-list table.forum-table tr.odd td.views-field-last-updated a.username:hover,
#forum-topic-list table.forum-table tr.even td.views-field-last-updated a.username:hover {
    color: #38616d;
    text-decoration: none;
}

/*Bottom*/

#forum-pager-bottom {
    float: right;
    width: 30%;
}

#forum-pager-bottom div.text-center ul.pagination li.pager-last {
    display: none;
}

#forum div.pane-forum-topic-list div.forum-tools {
    float: left;
    margin-top: 20px;
}

/*Tools select*/
/*Order select*/
/*Sort select*/
#edit-jump,
#edit-order,
#edit-sort {
    border-radius: 0px;
    border: 0px;
    width: 120%;
    background: none;
    max-width: 120%;
}

#edit-jump,
#edit-jump option,
#edit-order,
#edit-order option,
#edit-sort,
#edit-sort option {
    color: #38616d;
    font: 10px/14px "Lato";
    text-transform: uppercase;
}

#ctools-jump-menu div.container-inline div.form-type-select {
    overflow: hidden;
    width: 167px;
}

#ctools-jump-menu div.container-inline {
    overflow: hidden;
    border: 1px solid #38616d;
    background: url("/files/select-arrow.png") no-repeat right;
    background-size: 16px 6px;
    margin-bottom: 31px;
    height: 32px;
}

#advanced-forum-forum-topic-list-sort-form div.container-inline {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
    position: relative;
}

/*Atribuir background*/
#advanced-forum-forum-topic-list-sort-form div.container-inline div.form-item-order,
#advanced-forum-forum-topic-list-sort-form div.container-inline div.form-item-sort {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #38616d;
    background: url("/files/select-arrow.png") no-repeat right;
    background-size: 16px 6px;
    height: 32px;
    margin-right: 13px;
}

/*Botão do submit dos selects*/
#sort-topic-submit {
    width: 90px;
    height: 32px;
    border-radius: 0px;
    background: #38616d;
    text-transform: uppercase;
    color: #ffffff;
    font: 10px/14px "Lato";
    border: 1px solid #38616d;
    letter-spacing: 1px;
    position: absolute;
}

#sort-topic-submit:hover {
    background: #6dc8bf;
    border: 1px solid #6dc8bf;
}

/*@media only screen and (max-width: 467px) {
    #sort-topic-submit {
        margin-top: 0px;
        width: 100%;
    }

    #advanced-forum-forum-topic-list-sort-form div.container-inline div.form-item-order,
    #advanced-forum-forum-topic-list-sort-form div.container-inline div.form-item-sort {
        width: 100%;
    }

    #forum-pager-bottom {
        float: none;
        width: 100%;
    }

    #forum div.pane-forum-topic-list div.forum-tools {
        width: 100%;
    }
}*/

/*Comments de um tópico*/
body.node-type-forum div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 1px;
    display: inline-block;
    padding-right: 30px;
}

div.forum-post {
    margin: 0 0 25px 0;
}

#forum-topic-header
    /*Link para o topo*/
    /*div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-jump-links*/
{
    display: none;
}

body.node-type-forum div.row div.region-content {
    padding-right: 10%;
    margin-bottom: 40px;
}

#forum-comments div.forum-jump-links {
    margin-right: -40px;
    margin-top: -70px;
    position: absolute;
    width: 21px;
    height: 11px;
    right: 13%;
}

#forum-comments div.forum-jump-links a.af-button-small {
    background: url("/files/seta-topo.png") no-repeat center;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    outline: 0;
}

#forum-comments div.forum-jump-links a.af-button-small:hover {
    background: url("/files/seta-topo-hover.png") no-repeat center;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover
}

/*tópico*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-main {
    background: #E7F5F4;
    padding: 16px 20px 20px 20px;
}

/*data*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-posted-on {
    float: none;
    padding: 0;
    color: #29454c;
    font: 11px/15px "Lato";
    font-weight: 300;
    margin-bottom: 36px;
}

/*número*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-main span.forum-post-number {
    display: none;
}

/*título (no tópico e quando abre para comentar)*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-title,
#comentar-tópico .pane-content .forum-post .forum-post-wrapper .forum-post-panel-main .post-title {
    color: #29454c;
    font: 16px/22px "latosemibold";
    padding: 0;
    margin-bottom: 23px;
}

/*conteúdo (no tópico e quando abre para comentar)*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-content,
#comentar-tópico .pane-content .forum-post .forum-post-wrapper .forum-post-panel-main .forum-post-content {
    color: #29454c;
    font: 14px/18px "Lato";
    font-weight: 300;
    padding: 0;
    margin-bottom: 26px;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links {
    float: left;
    border-top: 1px solid #38616d;
    width: 100%;
    padding-top: 11px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li a {
    font: 9px/13px "Lato";
    color: #38616d;
    font-weight: 700;
    text-transform: uppercase;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li a:hover {
    text-decoration: none;
    color: #6dc8bf;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li a:focus {
    text-decoration: none;
}

#forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li a:hover {
    color: #b6e3df;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li {
    font: 9px/13px "Lato";
    color: #38616d;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}

/*Link responder no tópico do fórum*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li.comment-add a,
div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li.comment-reply a {
    color: #29454c;
    font-weight: 300;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li.comment-add a:hover,
div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li.comment-reply a:hover,
div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li.comment-add a:focus,
div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li.comment-reply a:focus {
    text-decoration: none;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li.comment-add a:hover span {
    color: #6dc8bf;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-main div.forum-post-footer div.forum-post-links ul.links li.comment-reply a:hover span {
    color: #6dc8bf;
}

/*Autor*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-sub {
    text-align: center;
    background: url("/files/background-azul.png") no-repeat 135px 11px;
}

#forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-sub {
    background: url("/files/background-cinzento.png") no-repeat right top;
}

/*nome do Autor*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-name {
    margin-top: 13px;
    margin-bottom: 23px;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-name span,
div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-name a.username {
    font: 11px/15px "Lato";
    font-weight: 700;
    color: #38616d;
}

/*estado do Autor*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-offline,
div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-online {
    font: 11px/15px "Lato";
    font-weight: 300;
    color: #38616d;
    margin-bottom: 23px;
    clear: both;
    display: inline-block;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-offline div.author-estado {
    background: url('/files/offline.png') no-repeat center;
    background-size: 9px 9px;
    float: left;
    width: 9px;
    height: 9px;
    padding-top: 15px;
    margin-right: 4px;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-online div.author-estado {
    background: url('/files/online.png') no-repeat center;
    background-size: 9px 9px;
    float: left;
    width: 9px;
    height: 9px;
    padding-top: 15px;
    margin-right: 4px;
}

div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-offline div.author-estado-text,
div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-online div.author-estado-text {
    float: left;
}

/*Autor joined*/
div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-joined div {
    font: 11px/15px "Lato";
    font-weight: 300;
    color: #38616d;
    clear: both;
}

#forum-topic-com-foto {
    width: 34px;
    height: 34px;
    display: block;
    background-size: 100%;
    margin: auto;
}

#forum-topic-com-foto img.img-responsive {
    border-radius: 50px;
}

#forum-topic-foto {
    background: url("/files/avatar-blue.png") no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    background-size: 100%;
    margin: auto;
}

/*comments*/
.forum-post-panel-main{
    min-height: auto !important;
}

#forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-main {
    background: #f5f5f5;
    position: relative;
}

#forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-main span.forum-post-number {
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    margin-right: 16px;
    margin-top: 13px;
    color: #29454c;
    font: 11px/15px "Lato";
    font-weight: 300;
}

#forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-main span.forum-post-number a {
    color: #29454c;
}

#forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-main span.forum-post-number a:hover {
    text-decoration: none;
    color: #29454c;
}

#forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-main span.forum-post-number a:focus {
    text-decoration: none;
}

/*Comentar tópico*/
body.page-comment-reply div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    text-transform: uppercase;
    margin-bottom: 22px;
    display: inline-block;
    padding-right: 30px;
}

#comentar-tópico h2.pane-title {
    display: none;
}

/*data*/
#comentar-tópico div.forum-posted-on {
    float: none;
    padding: 0;
    color: #29454c;
    font: 11px/15px "Lato";
    font-weight: 300;
    margin-bottom: 36px;
}

#comment-form {
    margin-left: 150px;
    margin-top: 24px;
    margin-bottom: 45px;
    background: #efefef;
    border-radius: 11px;
    padding: 45px 95px 43px 95px;
}

#comment-form div.form-group label,
#comment-body-add-more-wrapper fieldset {
    display: none;
}

#comment-form div.form-type-item {
    height: 30px;
    width: 100%;
    border-radius: 0px;
    background: #ffffff;
    padding: 5px 12px 10px 12px;
}

#comment-form div.form-type-item a {
    color: #38616d;
    font: 13px/17px "Lato";

}

#comment-form div.form-type-textfield input {
    height: 30px;
    width: 100%;
    border-radius: 0px;
    border: none;
    background: #ffffff;
    padding: 5px 12px 10px 12px;
    color: #38616d;
    font: 13px/17px "Lato";
}

#comment-form div.form-type-textfield input::-webkit-input-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
}

#comment-form div.form-type-textfield input:-moz-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
}

#comment-form div.form-type-textfield input::-moz-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
}

#comment-form div.form-type-textfield input:-ms-input-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
}

#comment-body-add-more-wrapper div.resizable-textarea textarea {
    border: none;
    border-radius: 0px;
    display: inline;
    color: #38616d;
    font: 13px/17px "Lato";
}

#comment-body-add-more-wrapper div.resizable-textarea div.grippie {
    /*border: 1px solid #38616d;
    border-top-width: 0;*/
    display: none;
}

#comment-form div.form-actions {
    text-align: center;
    margin-top: 27px;
}

#comment-form div.form-actions button {
    background: #38616d;
    color: #ffffff;
    font: 10px/14px "Lato";
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 7px 25px;
    outline: 0;
}

#comment-form div.form-actions button:hover {
    background: #6dc8bf;
}

#comment-form div.form-actions button.btn-success span {
    display: none;
}

/*Criar novo tópico*/
body.page-node-add-forum div.row h1.page-header
    /*body.page-node-add-forum div.row div#body-add-more-wrapper .text-summary-wrapper*/
{
    display: none;
}

#criar-topico-id h1 {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 0;
    display: inline-block;
    padding-right: 30px;
}

#forum-node-form {
    background: #efefef;
    border-radius: 11px;
    padding: 38px 86px 43px 82px;
}

#forum-node-form div.form-type-textfield input {
    height: 30px;
    width: 100%;
    border-radius: 0px;
    border: none;
    background: #ffffff;
    padding: 5px 12px 10px 12px;
    color: #38616d;
    font: 13px/17px "Lato";
}

#forum-node-form div.form-type-textfield input::-webkit-input-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
}

#forum-node-form div.form-type-textfield input:-moz-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
}

#forum-node-form div.form-type-textfield input::-moz-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
}

#forum-node-form div.form-type-textfield input:-ms-input-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
}

#body-add-more-wrapper div.form-textarea-wrapper textarea {
    border: none;
    border-radius: 0px;
    display: inline;
    color: #38616d;
    font: 13px/17px "Lato";
}

#body-add-more-wrapper div.form-textarea-wrapper div.grippie {
    /*border: 1px solid #38616d;
    border-top-width: 0;*/
    display: none;
}

#body-add-more-wrapper div.text-format-wrapper fieldset,
#body-add-more-wrapper div.text-format-wrapper p,
#edit-taxonomy-forums {
    display: none;
}

#forum-node-form div.form-actions {
    text-align: center;
    margin-top: 27px;
}

#forum-node-form div.form-actions button {
    background: #38616d;
    color: #ffffff;
    font: 10px/14px "Lato";
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    letter-spacing: 1px;
    outline: 0;
}

#forum-node-form div.form-actions button:hover {
    background: #6dc8bf;
}

#forum-node-form div.form-actions button.btn-success span {
    display: none;
}

/*Votação*/
/*Votações*/
body.page-poll div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    text-transform: uppercase;
    margin-bottom: 45px;
    letter-spacing: 1px;
    display: inline-block;
    padding-right: 30px;
}

body.page-poll div.row div.region-content > section > ul {
    padding-left: 0px;
}

body.page-poll div.row div.region-content > section > ul > li {
    display: block;
    border-bottom: 1px solid #6dc8bf;
    margin-bottom: 18px;
    font: 10px/14px "Lato";
    font-weight: 300;
    color: #38616d;
    padding-bottom: 13px;
}

body.page-poll div.row div.region-content > section > ul > li a {
    font: 14px/18px "Lato";
    color: #38616d;
}

body.page-poll div.row div.region-content > section > ul > li a:hover {
    color: #6dc8bf;
    text-decoration: none;
}

body.page-poll div.row div.region-content > section > ul > li a:focus {
    text-decoration: none;
}

/*Votação questão*/
body.node-type-poll div.row h1.page-header {
    color: #38616d;
    font: 25px/29px "Bree Serif";
    padding-bottom: 6px;
    border-bottom: 3px solid #6dc8bf;
    width: initial;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 1px;
    display: inline-block;
    padding-right: 30px;
}

/*disable os botões de navegação*/
body.node-type-poll div.row ul.nav-tabs {
    display: none;
}

/*links de inicar sessão e registar*/
#votacao-questao div.pane-node-links ul.links {
    width: 100%;
    display: block;
    background: #38616d;
    height: 36px;
    padding: 13px;
    color: #efefef;
    font: 9px/13px "Lato";
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 7px;
}

#votacao-questao div.pane-node-links ul.links li span a,
#votacao-questao div.pane-node-links ul.links li.comment-add a {
    color: #ffffff;
    font: 9px/13px "Lato";
    text-transform: uppercase;
}

/*conteúdo*/
#votacao-questao div.pane-node-content h2.pane-title {
    font: 16px/20px "Lato";
    color: #38616d;
    /*margin-top: 37px;*/
    margin-bottom: 14px;
}

#votacao-questao div.pane-node-content div.pane-content div.poll div.vote-form {
    background: #f0f0f0;
    padding: 48px 153px 43px 153px;
    text-align: center;
    border-radius: 11px;
}

#votacao-questao div.pane-node-content div.pane-content div.poll div.vote-form div.choices {
    text-align: initial;
}

#votacao-questao div.pane-node-content div.pane-content div.poll div.vote-form div.choices div.form-group label {
    font: 14px/18px "Lato";
    font-weight: 300;
    color: #38616d;
}

#votacao-questao div.pane-node-content div.pane-content div.poll div.vote-form button {
    margin-top: 27px;
    width: 90px;
    height: 25px;
    font: 10px/14px "Lato";
    color: #ffffff;
    border: none;
    border-radius: 0;
    background: #38616d;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
}

#votacao-questao div.pane-node-content div.pane-content div.poll h1 {
    display: none;
}

@media only screen and (max-width: 630px) {
    #votacao-questao div.pane-node-content div.pane-content div.poll div.vote-form {
        padding: 48px 100px 43px 100px;
    }
}

@media only screen and (max-width: 430px) {
    #votacao-questao div.pane-node-content div.pane-content div.poll div.vote-form {
        padding: 48px 43px 43px 43px;
    }
}

@media only screen and (max-width: 350px) {
    #votacao-questao div.pane-node-links ul.links {
        height: 50px;
    }
}

/*resultados*/
/*article.node-poll{
	padding-right: 100px;
}*/

@media only screen and (max-width: 767px) {
    article.node-poll {
        padding-right: 0px;
    }

    body.logged-in.page-user-cancel div.row div.region-content{
        margin-bottom: 45px;
    }

    #register-id,
    #a_minha_conta,
    #contactos,
    #login-id,
    body.logged-in.page-user-edit div.row h1.page-header,
    body.logged-in.page-user-edit-simplenews .row .region-content,
    body.logged-in.page-user-cancel div.row h1.page-header{
        margin-top: 20px !important;
    }

    body.logged-in.page-user-cancel div.row div.region-content{
        padding-right: 7%;
        padding-left: 7%;
    }
}

article.node-poll div.poll div.progress {
    border-radius: 0px;
    background-color: #b8c4c8;
    margin-bottom: 0px;
}

article.node-poll div.poll div.progress div.progress-bar {
    background-color: #38616d;
}

article.node-poll div.poll div.text {
    font: 11px/15px "Lato";
    font-weight: 300;
    color: #38616d;
    display: flex;
}

article.node-poll div.poll div.progress-bar-text {
    width: 100%;
    text-align: right;
    font: 11px/15px "Lato";
    font-weight: 300;
    padding-right: 14px;
}

article.node-poll div.poll div.total {
    text-align: center;
    font: 12px/16px "Lato";
    font-weight: 300;
    margin-top: 31px;
}

/*Resultados da votação depois de premir o botão resultados no bloco*/
body.page-node-results div.row h1.page-header,
article.node-poll footer {
    display: none;
}

article.node-poll div.poll h1.page-header {
    display: block;
}

body.page-node-results div.row article.node-poll div.poll div.resultados-questao {
    font: 16px/20px "Lato";
    color: #38616d;
    margin-top: 37px;
    margin-bottom: 14px;
}

/*Comentar votação*/
#comentar-votacao-pane h2.pane-title,
#comentar-votacao-pane div.pane-content article.node-poll footer {
    display: none;
}

#comentar-votacao-pane div.pane-content article.node-poll header h2 a {
    font: 16px/20px "Lato";
    color: #38616d;
    margin-top: 37px;
    margin-bottom: 14px;
}

#comentar-votacao-pane div.pane-content article.node-poll form div.poll div.vote-form {
    background: #f0f0f0;
    padding: 48px 153px 43px 153px;
    text-align: center;
}

#comentar-votacao-pane div.pane-content article.node-poll form div.poll div.vote-form div.choices {
    text-align: initial;
}

#comentar-votacao-pane div.pane-content article.node-poll form div.poll div.vote-form div.choices div.form-group label {
    font: 14px/18px "Lato";
    font-weight: 300;
    color: #38616d;
}

#comentar-votacao-pane div.pane-content article.node-poll form div.poll div.vote-form button {
    margin-top: 27px;
    width: 90px;
    height: 25px;
    font: 10px/14px "Lato";
    color: #ffffff;
    border: none;
    border-radius: 0;
    background: #38616d;
    outline: 0;
}

#comentar-votacao-pane div.pane-content form {
    margin-left: 0;
}

/*Política de privacidade*/

body.node-type-page div.row h1.page-header {
    color: #38616d;
    font: 14px/18px "Lato";
    font-weight: 700;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

article.node-page div.field div.field-items div.field-item p,
article.node-page div.field div.field-items div.field-item ul li {
    font: 14px/18px "Lato";
    color: #38616d;
}

#block-system-main article.node-page div.field div.field-items div.field-item h2 {
    margin-top: 40px;
}

article.node-page div.field div.field-items div.field-item h2 strong {
    font: 14px/18px "Lato";
    font-weight: 700;
    color: #38616d;
}

/*Contactos*/

body.page-contactos div.row h1.page-header {
    display: none;
}

#contactos {
    background-color: #efefef;
    text-align: center;
    display: inline-block;
    border-radius: 11px;
    margin-top: 3px;
    margin-bottom: 45px;
    width: 100%;
}

#contactos h2.pane-title {
    background-color: #6dc8bf;
    font: 18px/22px "Bree Serif";
    color: #ffffff;
    height: 45px;
    width: 182px;
    padding-top: 9px;
    display: inline-block;
    margin-top: -19px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

#contactos h2.pane-title:before {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

#contactos h2.pane-title:after {
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    content: "";
    background: url('/files/ponto.png') no-repeat;
    background-size: 100%;
}

article#node-26016 span {
    display: none;
}

article#node-26016 form.webform-client-form-26016 {
    width: 47%;
    display: inline-block;
}

article#node-26016 form.webform-client-form-26016 div.form-group input {
    height: 30px;
    border: 1px solid #6dc8bf;
    border-radius: 0px;
    display: inline;
    color: #38616d;
    font: 13px/17px "Lato";
}

article#node-26016 form.webform-client-form-26016 div.form-group input::-webkit-input-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

article#node-26016 form.webform-client-form-26016 div.form-group div.resizable-textarea textarea::-webkit-input-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

article#node-26016 form.webform-client-form-26016 div.form-group input:-moz-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

article#node-26016 form.webform-client-form-26016 div.form-group div.resizable-textarea textarea:-moz-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

article#node-26016 form.webform-client-form-26016 div.form-group input::-moz-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

article#node-26016 form.webform-client-form-26016 div.form-group div.resizable-textarea textarea ::-moz-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

article#node-26016 form.webform-client-form-26016 div.form-group input:-ms-input-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

article#node-26016 form.webform-client-form-26016 div.form-group div.resizable-textarea textarea:-ms-input-placeholder {
    font: 13px/17px "Lato";
    color: #38616d;
    vertical-align: text-top;
}

article#node-26016 form.webform-client-form-26016 div.form-group div.resizable-textarea textarea {
    border: 1px solid #6dc8bf;
    border-radius: 0px;
    display: inline;
    color: #38616d;
    font: 13px/17px "Lato";
}

article#node-26016 form.webform-client-form-26016 div.form-group div.resizable-textarea div.grippie {
    /*border: 1px solid #6dc8bf;
    border-top-width: 0;*/
    display: none;
}

article#node-26016 form.webform-client-form-26016 div.form-actions button.btn-primary {
    padding: 7px 0px;
    width: 104px;
    border-radius: 0px;
    color: #ffffff;
    font: 10px/14px "Lato";
    background: #38616d;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    outline: 0;
}

article#node-26016 form.webform-client-form-26016 div.form-actions button.btn-primary:hover {
    background: #6dc8bf;
}

/*.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-12 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-12 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-12 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-12 {
        width: 20%;
        float: left;
    }
}*/

/*footer*/

.footer {
    background-color: #38616d;
    text-align: center;
}

.region-footer #block-simplenews-2 p {
    color: #ffffff;
    margin-top: 45px;
    font: 15px/19px "latomedium";
}

.region-footer #block-simplenews-2 button {
    background: #66b2a9;
    color: #ffffff;
    font: 11px/15px "latomedium";
    border-radius: 11px;
    border: none;
    height: 34px;
    width: 25%;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
}

.region-footer #block-simplenews-2 button:hover {
    color: #38616d;
}

.region-footer #block-simplenews-2 .form-control {
    border-radius: 11px;
    float: left;
    width: 70%;
    margin-right: 15px;
    font: 11px/15px "latomedium";
}

#simplenews-block-form-2 .form-group input::-webkit-input-placeholder {
    letter-spacing: 1px;
}

#simplenews-block-form-2 .form-group input:-moz-placeholder {
    letter-spacing: 1px;
}

#simplenews-block-form-2 .form-group input::-moz-placeholder {
    letter-spacing: 1px;
}

#simplenews-block-form-2 .form-group input:-ms-input-placeholder {
    letter-spacing: 1px;
}

#simplenews-block-form-2 .form-group {
    position: relative;
}

#simplenews-block-form-2 .form-group em {
    top: 40px;
    text-align: left;
    width: 100%;
    left: 0;
    position: absolute;
    padding: 7px;
    border: 1px solid #6dc8bf;
    color: #6dc8bf;
    font: 11px/15px "Lato";
}

.region-footer #block-simplenews-2 {
    text-align: center;
    width: 430px;
    max-width: 100%;
    margin: 0px auto;
}

/*.region-footer.form-group{
	float: left;
	width: 75%;
}*/

label[for="edit-mail"] {
    display: none;
}

.simplenews-subscribe {
    display: inline;
}

.region-footer #copyrightFooter {
    font: 10px/14px "Lato";
    margin-top: 45px;
    color: #ffffff;

}

.region-footer #copyrightFooter a {
    color: #ffffff;
}

.region-footer #copyrightFooter a:hover {
    text-decoration: none;
    color: #6dc8bf;
}

.region-footer #copyrightFooter a:focus {
    text-decoration: none;
    color: #6dc8bf;
}

.region-footer img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 110px;
}

@media only screen and (max-width: 567px) {

    .col-sm-8, .col-md-8, .col-lg-8, .col-xs-12{
        padding-right: 0;
        padding-left: 0;
    }

    .div_padding {
        padding: 0 3%;
    }

    #a_minha_conta h2,
    #block-views-top-artigos-block h2.block-title,
    #block-views-top-f-rum-block h2.block-title,
    #block-poll-recent h2.block-title,
    #contactos h2.pane-title,
    #register-id h2,
    #login-id h2,
    #changepass-id h2,
    body.logged-in.page-user-edit div.row h1.page-header,
    body.logged-in.page-user-edit-simplenews .row #newsletter-conta h1,
    body.logged-in.page-user-cancel div.row h1.page-header{
        font-size: 14px;
        line-height: 18px;
        padding-top: 12px;
    }

    #a_minha_conta div.pane-content div.views-row,
    article#node-26016 form.webform-client-form-26016 {
        width: 55%;
    }

    #user-register-form,
    #user-login,
    #user-pass{
        width: 60%;
    }


    #alterar_conta,
    body.logged-in.page-user-edit-simplenews .row .region-content{
        padding-left: 0;
        padding-right: 0;
    }

    .panels-flexible-region-9-separadores_conta,
    .panels-flexible-region-9-center,
    body.logged-in.page-user-edit-simplenews .row .region-content #menu-conta,
    body.logged-in.page-user-edit-simplenews .row .region-content .block{
        display: block;
        width: 100%;
    }

    .panels-flexible-9 .panels-flexible-region-inside{
        padding-left: 0;
    }

    #conta-menu div.pane-content{
        text-align: center;
        width: 100%;
        display: block;
    }

    #conta-menu div.pane-content div,
    #menu-conta div{
        display: inline-block;
        border-bottom: none;
        margin-top: 0;
        /*border-right: 1px solid #38616d;*/
        /*padding: 0 5px 5px;*/
    }

    #menu-conta{
        text-align: center;
    }

    #menu-conta div{
        width: auto;
    }

    #conta-menu div.pane-content div.div_remover_conta a,
    #menu-conta div.div_remover_conta a{
        border-right: none;
    }

    #conta-menu div.pane-content div a,
    #menu-conta div a{
        font-size: 9px;
        line-height: 13px;
        border-right: 1px solid #38616d;
        padding: 0 5px;
    }

    #form-alterar-conta{
        padding: 0 20%;
    }

    #form-alterar-conta div.pane-content div#edit-account div.form-type-textfield input,
    #form-alterar-conta div.pane-content div#edit-account div.div_data_joined{
        font-size: 11px;
        line-height: 15px;
    }

    #edit-newsletters{
        text-align: center;
        float: none;
    }

    #user-profile-form--2 .form-group .btn-success{
        width: 60%;
    }

    #sort-topic-submit {
        margin-top: 0px;
        width: 100%;
        position: relative;
    }

    #advanced-forum-forum-topic-list-sort-form div.container-inline div.form-item-order,
    #advanced-forum-forum-topic-list-sort-form div.container-inline div.form-item-sort {
        width: 100%;
        margin-bottom: 5px !important;
    }

    #forum-pager-bottom {
        float: none;
        width: 100%;
    }

    #forum div.pane-forum-topic-list div.forum-tools {
        width: 100%;
    }

}

@media only screen and (max-width: 620px) {
    div.forum-post div.forum-post-wrapper div.forum-post-panel-sub{
        width: 100%;
        display: inline-block;
        text-align: left;
        background: url("/files/background-azul-right.png") no-repeat 20px 65px;
    }

    #forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-sub {
        background: url("/files/background-cinzento-right.png") no-repeat 20px bottom;
    }

    div.forum-post div.forum-post-wrapper div.forum-post-panel-main{
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-top: -5px;
    }

    #forum-comments div.forum-post div.forum-post-wrapper div.forum-post-panel-main{
        margin-top: 0;;
    }

    .forum-post-panel-sub .author-pane .author-pane-section{
        display: block;
        margin-bottom: 0;
        padding-left: 3%;
    }

    #forum-topic-foto,
    div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-name,
    div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-offline,
    div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-online,
    .forum-post-panel-sub .author-pane .author-pane-line{
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        padding: 0 5px;
    }

    div.forum-post div.forum-post-wrapper div.forum-post-panel-sub div.author-joined{
        width: 100%;
        padding-left: 43px;
    }

    /*.forum-post-panel-main p{
        word-break: break-word;
    }*/

    #comment-form{
        margin-left: 0;
        padding-right: 20px;
        padding-left: 20px;
    }
}


@media only screen and (max-width: 340px){
    #edit-newsletters{
        text-align: left;
    }
}

@media only screen and (max-width: 430px) {

    .region-footer #block-simplenews-2 {
        text-align: center;
    }

    .region-footer #block-simplenews-2 button {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .region-footer #block-simplenews-2 .form-control {
        float: none;
        display: block;
        width: 100%;
    }

    #simplenews-block-form-2 .form-group em {
        top: 90px;
    }

    /*Página da minha conta*/
    #a_minha_conta div.pane-content div.views-row {
        width: 70%;

    }

}


#block-google-admanager-2722f895f668ca7a57238f90e972fa4a{ margin-bottom: 25px; text-align: center; }
#block-google-admanager-d9b916ab0b9656db3a8d43670604b2a3 {margin-top: 25px; text-align: center;}

/* NATAL */
#block-imageblock-4{
    position: absolute;
    right: -140px;
    top: -65px;
    width: 20%;
}

/*NATAL */





