
/* MAIN STRUCTURE */
#content {
    min-height: 400px;
}
#sidebar blockquote {
    border:0;
    padding:0;
}
#language-switcher {
    position: absolute;
    top: 0.5%;
    right: 12%;
}
.items blockquote {
    border:0;
    padding:0;
}
.dark-blue-background {
    background-color:#526c85;
    color: white;
    margin-bottom:20px;
    padding:20px;
}
blockquote p {
    font-size:inherit;
}
.slider-wrapper {
    width:100%;
    height:400px;
    margin-top: 10px;
    margin-bottom:40px;
}
.lead {
    font-size:20px;
    color:#566c87;
}
.lead strong {
    color:#202831;
}

.sidebar-block {
    padding:20px;
}
#sidebar img {
    margin:10px;
}
.item {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.item-no-decoration {
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

/** Event related **/
#event-overview {
    min-height:345px;
}
#event-overview li {
    margin-bottom:10px;
}
#event-overview h2 {
    margin-top:20px;
}
.event-listing-gallery .caption .description {
    min-height: 150px;
}
/* four per row event listing */
.event-listing-four {
    min-height:300px;
}
/* three per row event listing */
.event-listing-three {
    min-height: 370px;
}
.with-tabs h1 {
    float: left;
    line-height:20px;
    margin:8px 0;
}
.with-tabs ul {
    left: 40px;
    position: relative;
    top: 30px;
}

/** Contact form **/
.captcha .widget {
    margin-bottom:10px;
}
.captcha .widget a {
    margin-left:10px;
}

/* In-picture text */
div.in-picture-outer {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
div.in-picture-caption {
    background: none repeat scroll 0 0 rgba(125, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    padding: 0px 10px;
    line-height:inherit;
    position: absolute;
    right: 0;
    color: white;
}
div.in-picture-caption h1 {
    line-height:30px;
}
div.in-picture-caption h1 small {
    font-size: 20px;
    color:white;
    line-height:inherit;
}

/* HEADER */
#logo {
    padding-top:10px;
    font-size: 38px;
}
#logo-first-section {
    color: #e3000a;
    font-weight: 500;
}
#logo-second-section {
    color: #7eb0cc;
    font-weight: 300;
}
#company-tag-line {
    font-size: 24px;
    margin-top: 40px;
    text-align: right;
    font-weight: 300;
    color: #7eb0cc;
}
#main-menu {
    margin-top:10px;
    font-weight: 300;
    font-size: 17px;
}
#main-menu .nav-tabs > .active > a, #main-menu .nav-tabs > .active > a:hover, #main-menu .nav-tabs > .active > a:focus {
    background-color: #FFF;
    color: inherit;
    border-bottom:2px solid;
    border-color: inherit;
}
#main-menu .nav-tabs {
    border:0;
}
#main-menu .nav-tabs > li > a {
    border: 0;
    border-bottom:2px solid white;
    margin:0px 4px;
    color: inherit;
}
#main-menu .nav-tabs > li > a:hover, #main-menu .nav-tabs > li > a:active {
    border-bottom:2px solid;
    border-color: inherit;
    background-color: #FFF;
    color: inherit;
}
div.header-image {
    margin-bottom:20px;
}

/* FOOTER */
#footer-wrapper {
    padding:20px 0px;
    background-color:#f2f4f3;
    margin-top: 40px;
    font-size: 90%;	
}
#footer-wrapper .container {
    margin-bottom: 20px;
}
#footer-social-icons a {
    text-decoration: none;
}

/* MISC */
.ui-tooltip { padding:8px; min-width:100px; position:absolute; z-index:9999; }
body .ui-tooltip { border-width:2px; }

/* EVENTS */
#event-header h2 {
    padding:10px;
    color:white;
}

@media (max-width: 979px) 
{
    [class*="span"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1200px) 
{
    div.in-picture-caption {
        background:#7d0000;
        bottom: 0;
        color: white;
        left: 0;
        padding: 15px;
        position: relative;
        right: 0;
    }
}

/* Galleries */
#fancybox-thumbs ul li img {
    max-width:none;
}

/* Sortable UL's */
.sortable {

}
.sortable li {
    background-color: #FAFAFA;
    cursor: pointer;
    border: 1px solid #D5D5D5;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.sortable-empty {
    border: 1px solid #D5D5D5;
    background-color: #FAFAFA;
}

/* Disable built-in glyphicons */
[class^="icon-"], [class*=" icon-"] {
    background-image: none !important;	
}

.img {
    margin: 10px;
}