html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-color: #eee;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.container {
    max-width: 1000px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

#content-main p {
    text-align: justify;
}

#content-main form p,
#content-main .presscontact p {
    text-align: left;
}

#content-main form p {
    padding: 5px 0;
}

a {
    color: #23317a;
}

.panel-body a {
    font-weight: bold;
}

a:hover {
    color: #f46700;
}

th,
td {
    padding: 4px 4px 4px 0;
}

.btn {
    border: 1px solid #aaa;
}

.btn-primary {
    background-color: #23317a;
}

.btn-primary:hover {
    background-color: #f46700;
    border: 1px solid #f46700;
}

.breadcrumb {
    background-color: transparent;
    margin: 15px 0;
    padding: 0;
}

.pagination a {
    font-weight: normal;
}

.panel {
    border-radius: 0px;
    position: relative;
    border-top: 2px solid #f46700;
    margin-bottom: 15px;
}

.panel .panel-image {
    display: block;
    width: 33%;
    float: left;
    margin: 0px 15px 0 0;
    padding: 0;
    position: relative;
}

.panel .panel-image img {
    display: block;
    max-width: 100%;
}

.panel .panel-heading {
    border-radius: 0;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    padding: 5px 15px;
    color: #333;
}

.panel .panel-heading h1 {
    margin: 15px 0;
}

.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4 {
    margin: 4px 0;
    padding: 5px 0;
    line-height: 1.2;
}

.panel .panel-heading, .panel .panel-body, .panel .panel-footer {
    padding: 8px 10px;
}

.panel .panel-body h1,
.panel .panel-body h2,
.panel .panel-body h3,
.panel .panel-body h4 {
    margin: 0 0 10px;
    line-height: 1.2;
}

.panel .panel-footer {
    background-color: #fff;
    font-size: 80%;
    padding: 8px 15px;
    border-top: none;
}

.panel .panel-footer .source {
    color: #999;
}

.panel .panel-footer .date {
    color: #999;
    float: right;
}

.panel-primary {
    border: 1px solid #ddd;
}

#top-news .row {
    margin-bottom: 15px;
}

#top-news .panel-body {
    height: 75px;
    overflow: hidden;
}

#top-news .panel-footer {
    font-size: smaller;
    text-align: right;
}

#top-news h3 {
    line-height: 1.4;
    font-size: 16px !important;
}

#top-news h3 a {
    font-weight: normal;
}

p.summary {
    font-weight: bold;
}

.contentitem-list p.summary {
    font-weight: normal;
}

.thumbnail {
    border: none;
    position: relative;
    padding: 2px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.thumbnail img {
    border-radius: 4px;
}

.thumbnail .copyright {
    border-radius: 0 0 4px 4px;
}

.caption {
    padding: 0 8px;
    font-size: 80%;
}

.thumbnail-left {
    float: left;
    max-width: 33%;
    margin: 0 15px 15px 0;
}

.thumbnail-right {
    float: right;
    max-width: 33%;
    margin: 0 0 10px 10px;
}

.summary {
    font-weight: normal;
    text-align: justify;
}

.breadcrumb > li,
.breadcrumb > li a {
    color: #333;
}

.breadcrumb > li + li:before {
    content: "\00bb";
    padding: 0 5px;
    color: #666;
}

.copyright {
    position: absolute;
    left: 0px;
    bottom: 2px;
    color: #000;
    background-color: #fff;
    opacity: 0.6;
    width: 100%;
    padding: 2px 8px;
    font-size: 11px;
    text-align: right;
}

.copyright:hover {
    opacity: .75;
}

body.information-detail .paragraph-1 {
    clear: both;
}

.place_and_time {
    font-weight: bold;
}

ul.archive {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.archive ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.archive li {
    padding: 4px 15px;
}

ul.archive li.active > a {
    font-weight: bold;
}

div.shariff {
    position: fixed;
    left: 0;
    top: 250px;
}

div.shariff ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.shariff ul li {
    margin-bottom: 4px;
}

div.shariff ul li a {
    display: block;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    border-radius: 0 4px 4px 0;
    color: #fff;
}

div.shariff ul li a:hover,
div.shariff ul li a:focus,
div.shariff ul li a:active {
    text-decoration: none;
}

div.shariff .fa-twitter:before {
    content: "t";
}

div.shariff .fa-facebook:before {
    content: "f";
}

div.shariff .fa-google-plus:before {
    content: "g+";
}

div.shariff .share_text {
    display: none;
}

div.shariff li.twitter a {
    background-color: #55acee;
}

div.shariff li.twitter a:hover {
    background-color: #32bbf5;
}

div.shariff li.facebook a {
    background-color: #3b5998;
}

div.shariff li.facebook a:hover {
    background-color: #4273c8;
}

div.shariff li.googleplus a {
    background-color: #d34836;
}

div.shariff li.googleplus a:hover {
    background-color: #f75b44;
}

@media (max-width: 768px) {
    .container {
        margin-left: 25px;
    }

    div.shariff ul li a {
        font-size: 16px;
        padding: 4px;
        margin-bottom: 10px;
    }
}

.widget {
    border-top: 2px solid #23317a;
}

.widget .panel-heading {
    padding-left: 35px;
}

.widget .bull {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background-color: #f46700;
    margin-left: -20px;
    margin-top: 11px;
}

.widget h4 {
    font-size: 16px;
}

.widget img {
    max-width: 100%;
}

.NewsletterWidget {
    background-color: #23317a;
    color: #fff;
    border: none;
    border-top: none;
}

.NewsletterWidget .panel-heading {
    background-color: #f46700;
    color: #fff;
    padding-left: 15px;
}

.NewsletterWidget .panel-heading .bull {
    display: none;
}

.NewsletterWidget .panel-heading h4 {
    color: #fff;
    margin-left: 0;
}

main .cr-li {
    margin-bottom: 25px;
}

.reference-list .categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reference-list .categories > li:before {
    content: ' ';
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background-color: #23317a;
    font-size: 12px;
    margin: 5px 8px 0 0;
}

.reference-list .categories > li {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
}

.reference-list .categories > li > ul > li:before {
    content: ' ';
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background-color: #f46700;
    font-size: 12px;
    margin: 7px 8px 0 0;
}

.reference-list .categories > li > ul li {
    font-size: 14px;
}

.reference-list .topics {
    margin: 0;
    padding: 0 0 0 20px;
}

.reference-list .topics li {
    line-height: 1.9;
    list-style: none;
}

.reference-list .topics li.active a {
    color: #f46700;
}

.article-image {
    margin: 15px 0 25px;
}

.reference-detail .article-image {
    width: 33%;
    float: left;
}

.reference-detail p.summary {
    margin-left: 35%;
    font-weight: normal;
}

.reference-detail .panel-footer {
    font-size: 14px;
}

.link-detail .article-image {
    float: left;
    margin: 0 15px 15px 0;
    width: 33%;
}

.comments .comment {

}

.comments .comment .author {
    float: left;
    font-size: smaller;
}

.comments .comment .date {
    text-align: right;
    font-size: smaller;
}

.comments .comment .text {
    clear: both;
    margin: 10px 0 0;
}

.comment-form #id_text {
    height: 100px;

}

#id_a, #id_b {
    border: none !important;
    width: 20px;
    text-align: center;
}

.comment-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-form li {
    display: inline;
    margin-right: 20px;
}

.job .panel-footer .source,
.job .panel-footer .date {
    font-weight: bold;
    color: #333;
}

.attachment-list {
    padding: 15px 0;
}

.advertisement-hint {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
}

.LatestContentWidget p {
    font-size: 13px;
}

#BookingForm table td {
    vertical-align: top;
}

#BookingForm table input[type=checkbox] {
    width: 15px;

}

form p label {
    display: block;
}

form p input[type=text],
form p input[type=email],
form p textarea {
    width: 90%;
}

textarea[readonly] {
    background-color: #eee;
    cursor: not-allowed;
}

.FilterWidget input,
.FilterWidget select {
    width: 90%;
}

label {
    display: block;
}

.form-group-date select,
.form-group-date_start select,
.form-group-date_end select {
    width: 100px;
    display: inline-block;
}

.pull-right {
    margin-left: 5px;
}

.navbar-toggle .text {
    float: left;
    color: #000;
    margin: 0;
    font-size: 14px;
    margin-top: -3px;
}

.navbar-toggle .icon-bar {
    margin-left: 50px;
}

th.count,
td.count {
    text-align: right;
}

.nav-pills > li.disabled > a {
    font-weight: bold;
}

.nav-pills > li.disabled > a:hover {
    cursor: pointer;
}

.nav-pills > li > a {
    padding: 6px 12px;
}

.helptext {
    display: block;
}

.gallery {
    position: relative;
    padding: 0;
    border-radius: 0;
}

.gallery img {
    border-radius: 0;
}

.gallery .next,
.gallery .prev {
    width: 200px;
    position: absolute;
    top: 0;
    height: 100%;

    opacity: 0;
    color: #fff;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position-y: center;
}

.gallery .prev {
    left: 0;
    background-image: url(/static/lightbox/img/prev.png);
}

.gallery .next {
    right: 0;
    background-image: url(/static/lightbox/img/next.png);
    background-position-x: right;
}

.gallery .next:hover,
.gallery .prev:hover {
    opacity: 1;
}

#related-content h4 {
    font-size: 14px;
}

#related-content p {
    font-size: 12px;
}

textarea {
    height: 300px;
}

.search-field {
    margin-bottom: 15px;
}

.search-field input, .search-field select {
    width: 100%;
}

#related-content .panel-heading h3 {
    border-bottom: 1px solid #ccc;
}

#related-content .row > div {
    border-left: 1px solid #ccc;
}

#related-content .row > div:first-child {
    border-left: none;
}

.paragraph {
    clear: both;
}

.information-list .panel-heading {
    background-color: #f46700;
}

.information-list .panel-heading h1,
.information-list .panel-heading h3 {
    margin: 0;
    color: #fff;
    padding: 0;
}

.information-list .panel-heading h3 a {
    color: #fff;
}

.cookie-hint {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background-color: #000;
    opacity: .85;
    text-align: center;
    z-index: 999;
}

.cookie-hint a {
    color: #fff;
    bordeR: 1px solid #333;
    padding: 4px 16px;
    margin: 0 15px;
}
