@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
}

html, body{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

h1{
    font-size: 2.5em;
    font-weight: 700;
    color: #009944;
    margin-bottom: 1rem;
}

h2{
    font-size: 2em;
    font-weight: 700;
}

h3{
    font-size: 1.25em;
}

.clear{
    clear: both;
}

.bold{
    font-weight: 700;
}

.italic{
    font-style: italic;
}

.green{
    color:#009944;
}

.poster-number{
    color:#009944;
}

.purple{
    color: #b0006e;
}

.blue{
    color: #1E9AD2;
}

.mela{
    color: #95BE33;
}

a.green:hover{
    color:#009944;
    text-decoration: none;
}

a.purple:hover{
    color: #b0006e;
    text-decoration: none;
}

a.blue:hover{
    color: #1E9AD2;
    text-decoration: none;
}

a.mela:hover{
    color: #95BE33;
    text-decoration: none;
}

.bg-purple{
    background: rgba(176, 0, 110, .8);
}

.bg-blue{
    background: rgba(30, 154, 210, .8);
}

.bg-mela{
    background: rgba(149, 190, 51, .8);
}

.bg-green{
    background: rgba(0, 153, 68, .8);
}

.bg-page{
    width: 100%;
    min-height: 100%;
    display: inline-block;
    position: relative;
}

#bg-main{
    background: url(../../images/bg-main.jpg) bottom center no-repeat;
    background-size: cover !important;
    background-attachment: fixed !important;
}

#container-all{
    width: 100%;
    min-height: 100%;
    display: inline-block;
    padding: 2.5rem 5rem 2.5rem 5rem;
    overflow-x: hidden;
}

#container-menu {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 1rem;
    background: #FFF;
    z-index: 999;
    font-weight: 700;
}

#container-img {
    position: relative;
    /*max-height: 7rem;*/
    width: 100%;
    text-align: center;
}

#container-img img {
    max-width: 100%;
}

#menu-list {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
}

.container-testo{
    padding: 8rem 0 1rem 0;
}

.box-section{
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-align: center;
    color: #FFFFFF;
}

.box-section a{
    font-weight: 700;
    text-decoration: none;
    color: #FFF;
}

.spacer{
    height: 1.5rem;
}

.abstract-list-container{
    background: rgba(255,255,255,.65);
    padding: 1.5rem;
    text-align: left;
}

p.title-abstract{
    text-align: left;
}

p.title-abstract a{
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
}
p.authors{
    font-style: italic;
    color: #000;
    margin: 0 0 1.2rem 0;
}

.panel-default{
    border: none;
}

.panel{
    background: none;
}

