@font-face {
    font-family: DDin;
        src: url("../fonts/ddin.eot"); /* IE9 Compat Modes */
        src: url("../fonts/ddin.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../fonts/ddin.woff") format("woff"), /* Modern Browsers */
         url("../fonts/ddin.ttf")  format("truetype"), /* Safari, Android, iOS */
         url("../fonts/ddin.svg#svgFontName") format("svg"); /* Legacy iOS */
}

html, body {
    margin: 0;
    font-family: DDin, sans-serif;
}

a, a:link, a:visited {
    color: #008f57;
}

a:hover {
    cursor: pointer;
    color: #0c3124;
}

a:active {
    color: #0c3124;
}

#logo {
    padding: 2em 0 1em 0;
    text-align: center;
}

#logo > a > img {
    width: 80%;
}

#sidebar {
    background-color: #0c3124;
    color: #a7ffd9;
    padding: 0;
}

#sidebar h1 {
    color: #a7ffd9;
}

@media (min-width: 768px) {
    #sidebar {
        height: 100%;
        position: fixed;
        bottom: 0;
        overflow: auto;
    }
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0 20px;
    margin-bottom: 20px;
}

#sidebar ul>li>a {
    display: block;
    padding: 0.5em 0.5em;
    color: #a7ffd9;
    font-size: 1.2em;
    text-decoration: none;
}

#sidebar ul>li>a:hover, #sidebar ul>li.active>a {
    color: #0c3124;
    background-color: #a7ffd9;
    text-decoration: none;
}

#sidebar ul>li>a>i {
    margin-right: 5px;
    width: 30px;
}

#sidebar ul>li.active>a:hover {
    color: #008f57;
}

main > #welcome-photo{
    margin-top: 0;
    padding: 50px 0 0 30px;
    min-height: 310px;
    background-color: #fff;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url('../img/lj.png');
    margin-right: -15px;
}

main > #welcome-photo h3 {
    font-size: 1.3em;
}

main .green-button {
    background-color: #0c3124;
    border-color: #0c3124;
}

main .green-button:link, main .green-button:visited {
    background-color: #0c3124;
    border-color: #0c3124;
    color: #a7ffd9;
}

main .green-button:hover, main .green-button:active:focus {
    color: #0c3124;
    background-color: #a7ffd9;
    border-color: #0c3124;
}

main > #content {
    margin: 30px 60px 50px 30px;
}


main p {
    font-size: 1.2em;
}

main h1 {
    color: #0c3124;
    font-size: 4.5em;
}

main ul {
    font-size: 16.5px;
}

main ul > li {
    padding-top: 0.4em;
}

main li {
    list-style: none;
}

main li:before {
    /* For a round bullet */
    /*content:'\2022';*/
    /* For a square bullet */
    content:'\25A0';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -20px;
    top: 3px;
    color: #0c3124;
    font-size: 12px;
}

main #footer {
    /*background-color: #a7ffd9;*/
    height: 40px;
    padding: 10px;
    /*margin: 0 -15px;*/
    text-align: center;
    border-top: 1px solid #eee;
    color: #0c3124;
}

main span.emphasis {
    /*font-size: 1.18em;*/
    font-weight: 700;
    color: #008f57;
}

main div[class^="col-"] > p {
    text-align: justify;
    line-height: 1.8em;
}

main h2 {
    color: #0c3124;
    margin-top: 30px;
}

main h2 > i {
    margin-left: 7px;
    margin-right: 15px;
}

main div[class^="col-"] > ul.fp {
    font-size: 1.4em;
}

main div[class^="col-"] > ul.fp > li {
    padding-top: 0.45em;
    margin-left: 1.5em;
}

main div[class^="col-"] > ul.fp span.small {
    font-size: 0.7em;
}

/* Set the size of the div element that contains the map */
#map {
    height: 300px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}

#map-ledina {
    height: 250px;
    width: 100%;
}

.instructions {
    margin-top: 10px;
    max-width: 100%;
}

.detailed {
    margin-top: 10px;
    /*height: 400px;*/
}

main dl {
    font-size: 1.3em;
}

main dl > dt {
    font-size: 1.15em;
    color: #0c3124;
    margin-top: 0.5em;
    font-weight: 400;
}

main dl > dd {
    margin-left: 1.3em;
}

main dl > dd > i.far {
    margin-right: 0.5em;
}

main dl > dd > i.fa {
    margin-right: 0.5em;
}

main dl > dt.grey-out {
    color: #242424;
}

main dl > dd.grey-out {
    color: #999999;
}

main div.speaker-img > img {
    margin-top: 1.3em;
}

html, body {
    height: 100%;
}

div#content {
    min-height: calc(100vh - 120px - 310px);
}

#gallery {
    text-align: center;
    margin-bottom: 2.7em;
}

#gallery img {
    margin-right: 0.2em;
    margin-bottom: 0.4em;
}

#fp-middle-col {
    margin-left: 1.2em;
}

main div.sponsor-img img {
    margin-top: auto;
    max-height: 100px;
    max-width: 80%;
}

main div.sponsor-img {
    height: 250px;
    position: relative;
}

main div.sponsor-img > div.spacer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

main div.event-img > img {
    margin-top: 1.3em;
    margin-bottom: 1.7em;
}

main table {
    font-size: 1.2em;
}

main table > thead {
    font-size: 1.1em;
}

main table#events {
    width: 100%;
    margin: 2em 0;
}

main table#events td {
    vertical-align: top;
}

main ul.hotel-info {
    font-size: 1.1em;
}

main .hotel p {
    margin: 0;
}

main.hotel {
    margin-bottom: 15px;
}

main h4.schedule-heading {
    border-bottom: 2px solid #ddd;
    color: #008f57;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin: 0.2em 2em;
}

main table.schedule {
    margin: 0.7em 2em 1.3em 2em;
}

@media(min-width:1200px){
    main table.schedule, main h4.schedule-heading {
        width: 80%;
    }
}

main table.schedule th, main table.schedule td {
    padding: 0.4em;
}

main table.schedule td:first-child {
    width: 12%;
    text-align: right;
}

main table.schedule td:nth-child(2) {
    width: 8%;
    text-align: center;
}

main table.schedule td:nth-child(3) {
    width: 65%;
}

main table.schedule td:last-child {
    width: 15%;
    text-align: center;
}

main table.schedule > tbody > tr.invited:hover {
    background-color: #f5e2e1;
}

main table.schedule > tbody > tr.software:hover {
    background-color: #cbebf5;
}

main table.schedule > tbody > tr.contributed:hover {
    background-color: #d1f5c1;
}

.modal {
    text-align: left;
}

strong {
    font-family: DDin, sans-serif;
    font-weight: 700;
}

img.img-muted {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: grayscale(50%);
    -ms-filter: gray(50%);
    -webkit-filter: grayscale(50%);
}

.text-danger {
    color: #ff0000;
}

span.proceedings-docs > a > i {
    margin-left: 10px;
}

div.download {
    text-align: center;
    margin-top: 25px;
}

a.disabled {
    color: #999999;
    pointer-events: none;
    display: block;
}

a.disabled > h3 {
    pointer-events: none;
}