body {
    padding-top: 90px;
    font-size: 14px;
    background: #d5d5d5 url('./images/background.jpg') no-repeat fixed top center;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

img.bordered {
    margin: 20px 0;
}

img.logo {
    margin: -20px auto 10px auto !important;
}

.btn {
    min-width: 300px;
}

/*
.title {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 8px;
}

.dates {
    color: #9b423d;
}
*/

.title {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.presentation {
    text-align: justify;
}

.dates {
    color: #9b423d;
    font-size: 1.3em;
}

#agenda .title {
    margin-bottom: 30px;
}

#agenda i.fa {
    font-weight: 600;
}

#agenda a {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
}

#agenda .active .panel-heading {
    background-color: gray !important;
    color: #ffffff;
}

#agenda .panel-heading.odd {
    background-color: #ffffff;
}

#agenda .day {
    font-weight: 600;
}

#agenda .hours {
    font-size: 1.2em;
}

#agenda .infos .address {
    margin-top: 4px;
}

#agenda .infos .details {
    margin-top: 4px;
}

img.centered {
    margin: 0 auto;
}

.infos {
    color: gray;
    font-size: 1.2em;
}

.headline {
    font-size: 1.2em;
}

.img-container {
    position: relative;
}

.pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/pattern.png');
}

.navbar {
    height: 80px;
    padding-top: 12px;
    background: #ffffff url('./images/background.jpg') no-repeat fixed top center;
}

.content {
    background: transparent url('./images/background-content.jpg') repeat;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 40px;
}

.shadow {
    position: fixed;
    top: 72px;
    left: 2px;
    height: 43px;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.row {
    margin-top: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.anchor {
    padding-top: 115px;/* body.padding-top + .row.margin-top */
    margin-top: -115px;
}

.img-wrapper {
    position: relative;
}

.img-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
}

ul.agenda {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    min-height: 100px;
}

ul.agenda li {
    float: left;
    text-align: center;
}

ul.agenda li {
    width: 8%;
    margin-left: 3.5%;
}

ul.agenda li.first {
    margin-left: 0;
}

ul.agenda li a.date {
    display: block;
    width: 50px;
    height: 80px;
    margin: 0 auto;
    text-decoration: none;
    background-image: url('./images/agenda.png');
    background-position: top center;
    margin-bottom: 5px;
}

ul.agenda li a.date.active , ul.agenda li a.date:hover {
    background-position: bottom center;
}

ul.agenda li a.date .month {
    text-transform: uppercase;
    color: #5155e9;
    font-weight: 700;
    font-size: 15px;
}

ul.agenda li a.date.active .month, ul.agenda li a.date:hover .month {
    color: #cc2e3d;
}

ul.agenda li a.location-switcher {
    color: #000000;
    text-decoration: none;
}



    
#agenda {
    background: none;
}

ul.agenda {
    list-style-type: none;
    margin-left: 16px;
}

ul.agenda li {
    text-align: left;
    float: none;
    width: 100%;
    margin-left: 0;
}

ul.agenda li .item span.visible-xs {
    display: inline-block !important;
}

#follow img {
    margin-bottom: 10px;
}

#follow .hashtag {
    text-transform: none !important;
}

#contact a {
    font-size: 1.4em;
}

#portraits-container .portrait {
    width: 20%;
    float: left;
}

#portraits-container .portrait:hover img {
    opacity: 0.8;
}

#portraits .filter-container {
    font-size: 35px;
    line-height: 80px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    z-index: 1500;
    padding: 10px 10px 8px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: 'Oswald';
}

#portraits .filter-container ul.filters {
    display: none;
    line-height: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#portraits .filter-container .tooltip {
    font-family: Helvetica;
}

#portraits .filter-container a {
    color: #ffffff;
}

#portraits .filter-container a:hover, #portraits .filter-container a:active {
    text-decoration: none;
    color: #cccccc;
}

#portraits .filter-container a.active {
    font-size: 50px;
    float: left;
}

#portraits .filter-container a.active .fa {
    margin-left: 20px;
}

#portraits .filter-container .counter {
    float: left;
    margin-left: 0px;
    font-size: 50px;
}

#portraits .overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: none;
}

#portraits .overlay-content {
    position: fixed;
    top: 50%; 
    left: 50%;
    width: 640px;
    margin-left: -320px;
    height: 430px;
    margin-top: -215px;
    z-index: 2001;
    color: #ffffff;
    padding: 15px;
    border: 1px solid gray;
    display: none;
}

#portraits .overlay-content a.button-close {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent url('./images/close.png') no-repeat;
    position: absolute;
    top: -20px;
    right: -20px;
}

#portraits .overlay-content a.button-close:hover, #portraits .overlay-content a.button-close:active {
    opacity: 0.8;
}

#portraits .overlay-content a.button-close span {
    display: none;
}

#portraits .overlay-content .poster {
    float: left;
    margin-right: 15px;
}

#portraits .overlay-content .infos {
    float: left;
    width: 310px;
    height: 100%;
    margin-top: 12px;
    position: relative;
    color: #ffffff !important;
}

#portraits .overlay-content .name {
    font-size: 40px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

#portraits .overlay-content .location {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#portraits .overlay-content .share {
    margin-top: 90px;
    font-size: 20px;
    text-align: center;
}

#portraits .overlay-content .share .fa {
    margin-right: 30px;
    font-size: 30px;
}

#portraits .overlay-content .share .twitter .fa {
    margin-right: 0;
}

#portraits .overlay-content a.participate {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 50px;
    color: #ffffff;
    font-weight: 700;
    border: 2px solid #ffffff;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 0;
}

#portraits .overlay-content a.participate:hover, #portraits .overlay-content a.participate:active {
    color: #cccccc;
}

#portrait .poster {
    margin-top: 20px;
}

#portrait .infos {
    margin-top: 60px;
}

#portrait .name {
    font-size: 70px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#portrait .share {
    font-size: 30px;
}

#portrait .share .fa {
    margin-right: 20px;
}

#portrait .share a .fa {
    color: #000000;
}

#portrait a.wall {
    margin-top: 80px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    text-align: center;
}

#portrait a.wall:hover, #portrait a.wall:active {
    text-decoration: none;
    color: gray;
    border-color: gray;
}

@media (min-width: 768px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 767px) {
    body {
        background-image: none;
        font-size: 12px;
        padding-top: 0;
    }
    
    .content {
        background-image: none;
    }
    
    .pattern {
        display: none;
    }
    
    .btn {
        width: 100%;
        min-width: 0px;
    }

    .title {
        font-size: 1.5em;
    }

    .presentation {
        text-align: center;
    }
    
    .map-container {
        overflow: hidden;
        height: 250px;
        width: 100%;
        margin-bottom: 7px;
        margin-top:18px;
    }
    
    .panel-title {
        font-size: 14px;
    }

    .navbar {
        background-image: none;
        display: none;
    }

    #portraits-container .portrait {
        width: 25%;
    }
    
    #portraits .overlay-content {
        width: 290px;
        margin-left: -145px;
        height: 420px;
        margin-top: -210px;
    }
    
    #portraits .overlay-content .poster {
        float: none;
        margin: 0 auto;
        width: 210px;
    }
    
    #portraits .overlay-content .infos {
        width: 250px;
        height: 160px;
        text-align: center;
    }
    
    #portraits .overlay-content .name {
        font-size: 30px;
        line-height: 30px;
    }
    
    #portraits .overlay-content .location {
        font-size: 11px;
        margin-top: 0;
    }
    
    #portraits .overlay-content .share {
        margin-top: 7px;
    }

    #portraits .filter-container {
        line-height: 45px;
        width: 90%;
    }

    #portraits .filter-container .counter {
        font-size: 25px;
    }
}
