/* default styles by tag names */
body {
    margin: 0px;
    padding: 0px;
    background-color: #555;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    color: #00587A;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p { text-align: justify; line-height: 1.5em; }
img { box-shadow: 1px 1px 4px 1px #333; }
img.no-shadow { box-shadow: none; }


.big-font {font-size: 150%;}
.margin-top {margin-top: 20px;}
.margin-bottom {margin-bottom: 20px;}

.color-theme {
    color: #00587A;
}


@media (max-width: 450px) {
    .col-xxs-1 { width: 8.33333333%; }
    .col-xxs-2 { width: 16.66666666%; }
    .col-xxs-3 { width: 25%; }
    .col-xxs-4 { width: 33.33333333%; }
    .col-xxs-5 { width: 41.66666666%; }
    .col-xxs-6 { width: 50%; }
    .col-xxs-7 { width: 58.33333333%; }
    .col-xxs-8 { width: 66.66666666%; }
    .col-xxs-9 { width: 75%; }
    .col-xxs-10 { width: 83.33333333%; }
    .col-xxs-11 { width: 91.66666666%; }
    .col-xxs-12 { width: 100%; }
}


.color-picker div {
    display: none;
    height: 20px;
    text-align: center;
    color: #fff;
}



.content-container {
    display: block;
    max-width: 800px;
    margin: 0px auto;
    overflow: hidden;
}
.content-container.main {
    padding-bottom: 80px;
}

header {
    background-color: #f8f8f8;
}
header h1.title {
    text-align: center;
    font-size: 200%;
    letter-spacing: 5px;
    color: #0F6177;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-default {
    background-image: none;
    background-color: #008891;
    border: 0px none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 12px;
    color: #E7E7DE;
    font-size: 130%;
    font-weight: 100;
    text-shadow: none;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.3);
    background: #1BA39C;
    color: #E7E7DE;
}
.navbar-default .navbar-nav>li>a:active {
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:active,
.navbar-default .navbar-nav>.active>a:focus {
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.5);
    background: #0F6177;
    color: #E7E7DE;
}
.navbar-default .navbar-collapse {
    border-color: #0F6177;
}
.navbar-default .navbar-toggle {
    border-color: #E7E7DE;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #E7E7DE;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #E7E7DE;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background: #00587A;
}



.content-wrapper {
    background-color: #e7e7de;
    overflow: hidden;
    box-shadow: 0px 5px 5px 0px #333;
}
.content-wrapper .content-container {
    margin: 20px auto 30px;
}



footer {
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
footer .content-container {
    margin: 30px auto 50px;
}
footer ul.linkCloud {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer a,
footer a:link,
footer a:visited {
    text-decoration: none;
    color: #aaaaaa;
    transition: color 0.8s;
}
footer a:hover {
    color: #efefef;
}

/* */
.imageFullWidth,
.image-full-width {
    width: 100%;
    margin: 10px 0px;
    clear: both;
}
.imageLeft {
    clear: left;
    float: left;
    width: 50%;
    margin: 10px;
    margin-left: 0px;
}
.imageRight {
    clear: right;
    float: right;
    width: 50%;
    margin: 10px;
    margin-right: 0px;
}
.imageHalfWidth { width: 50%; }
.imageThirdWidth { width: 30%; }
.imageQuaterWidth { width: 25%; }

/* Error page */
h2.error {
    font-size: 3em;
    padding-top: 10px;
    background-repeat: no-repeat;
}


/* Home page */
.basicInfo {
    text-align: center;
}
div.tileWall {
    overflow: hidden;
    margin: 20px auto 30px;
}
div.tile {
    margin-bottom: 20px;
}
div.tile img {
    width: 100%;
    opacity: 0.5;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: opacity 1.5s;
}
div.tile a:hover img {
    opacity: 1;
}
div.tile span {
    display: inline-block;
    width: 100%;
    text-align: center;
}


/* Actualities page */



/* Topics page */
.topics { overflow: hidden; }
div.topics h2.title {
    margin-bottom: 20px;
}
.topic-card {
    padding: 10px 20px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 2px #888;
    background-color: #EAEAEA;
    position: relative;
}
.topic-card .done {
    position: absolute;
    display: none;
    width: 80%;
    top: 50px;
    text-align: center;
    font-size: 300%;
    color: #16A086;
    z-index: -1;
}
.topic-card.past .done {
    display: block;
}
.topic-card .topic {
    font-family: 'Patrick Hand', cursive;
    font-size: 170%;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.topic-card .additional-text {
    font-family: 'Patrick Hand', cursive;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
}
.topic-card .speaker {
    padding: 0;
    margin: 0;
}
.topic-card .date {
    font-size: 80%;
    padding: 0;
    margin: 0;
}
.topic-card.past {
    opacity: 0.6;
    background-color: #cdcdcd;
}


/* Gallery page */
div.galleryContainer {}
div.galleryContainer h1 { text-align: center; }
div.galleryContainer ul.gallery { list-style: none; padding: 0px; margin: 0px; }
div.galleryContainer ul.gallery li { float: left; width: 23%; position: relative; margin: 1%; text-align: center; }
div.galleryContainer ul.gallery li a,
div.galleryContainer ul.gallery li a:link,
div.galleryContainer ul.gallery li a { display: inline-block; width: 100%; position: relative; border: none; }
div.galleryContainer ul.gallery li a img { max-width: 184px; max-height: 122px; }

div.galleryChooser {}


/* Media page */
.breadcrumb {
    background: none;
    border-bottom: 1px solid rgba(100, 100, 100, 0.3);
    border-radius: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.recorded-event-option + .recorded-event-option {
    margin-top: 20px;
}
div.hang {
    /*height: 30px;*/
    line-height: 30px;
    overflow: hidden;
    cursor: default;
}
div.hang + div.hang {
    margin-top: 15px;
}
div.hang:hover {
    background: rgba(200,200,200,0.4);
}
div.hang > a {
    font-size: 130%;
    text-align: center;
}
div.hang + h3 {
    margin-top: 40px;
}





.important {
    font-size: 1.2em;
}

.noteThis {
    font-size: 0.8em;
    font-style: italic;
}

.infos {
    border-spacing: 0px;
}

.infos td:nth-child(2n+1) { text-align: right; width: 190px; padding-right: 10px; }




@media (max-width: 450px) {
    header h1.title {
        font-size: 120%;
        letter-spacing: 0px;
    }
}
