body {
    background-color: #202428;
    color: #FEFEFE;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 21px;
}

body, html {
    height: 100%;
}

body {
    padding-top: 50px;
}

#navigation span.navbar-brand,
#navigation span.navbar-brand:hover {
    color: #FFFFFF;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lustria', serif;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #FEFEFE;
    text-decoration: none;
    border-bottom: 1px dotted #666666;
}

a:active,
a:focus,
a:hover {
    color: #FEFEFE;
    text-decoration: none;
    border-bottom: 1px solid;
}

a.btn {
    text-decoration: none;
}

i.fa {
    margin-right: 10px;
}

.btn:hover {
    text-decoration: underline;
}

#header h1 + h3, 
#header h1 + p {
    padding-top: 25px;
}

#footer a {
    color: #A2A2A2;
    text-decoration: none;
}

#navigation {
    margin-bottom: 0;
    border: 0;
}

#content {
    padding-top: 50px;
}

#content > div:not(#events),
div.main > *:not(:last-child),
div.main > .row > [class^="col-"] > div,
div.main > .row > [class^="col-"] > p {
    padding-bottom: 50px;
}

#content > #header, 
#content > ul:not(:first-child) {
    padding-bottom: 25px;
}

#header.archiv {
    padding-bottom: 0;
}

#header p:not(:last-child) {
    margin: 0 0 50px;
}

#header p:last-child {
    margin: 0;
}

#footer {
    padding: 50px 0;
}

#navigation,
#footer {
    background-color: #000000;
}

#footer {
    padding-bottom: 50px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #A2A2A2;
}

#footer p:first-child {
    color: #FEFEFE;
    font-weight: bold;
}

#footer [class^="col-"] {
    padding-bottom: 25px;
}

#footer .copy {
    padding-top: 25px;
    font-size: 1.2rem;
}

#header h1 {
    font-weight: bold;
    font-size: 5rem;
}

#header span {
    font-weight: bold;
    display: block;
}

#header a {
    padding-top: 10px;
}

#header span {
    padding-top: 50px;
}

#breadcrumbs small {
    font-size: 80%;
    color: #828282;
}

#breadcrumbs {
    padding-bottom: 50px;
}

#breadcrumbs a {
    color: inherit;
    text-decoration: none;
    margin-right: 10px;
    border-bottom: 0;
}

#breadcrumbs a:hover {
    color: #FEFEFE;
}

#content > div.container.event {
    padding-bottom: 0;
}

div.main > h1,
div.main > h2,
div.main > h3,
div.main > h4,
div.main > h5,
div.main > h6 {
    padding-bottom: 0;
}

h1:not(.start),
h2:not(.start),
h3:not(.start),
h4:not(.start),
h5:not(.start),
h6:not(.start) {
    margin-top: 0;
}

#events > .row > [class^="col-"] {
    padding-bottom: 50px;
}

#events small {
    font-size: 70%;
    color: #828282;
    margin-left: 10px;
}

#events ul {
    list-style-type: none;
    padding-left: 0;
}

#events [class^="col-"] > ul li:not(:last-child) {
    padding-bottom: 10px;
}

#events [class^="col-"] > ul > li:not(:last-child) {
    padding-bottom: 50px;
}

.main > .list-unstyled > li {
    padding: 5px 0;
}

.list-inline {
    margin-left: -25px;
}

.list-inline > li {
    padding-right: 25px;
    padding-left: 25px;
}

.pagination {
    margin: 50px 0 0 0;
    border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li>a, .pagination>li>span {
    font-size: 70%;
    line-height: auto;
    color: #FEFEFE;
    background-color: #000000;
    border: 1px solid #202428;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: inherit;
    cursor: default;
    background-color: #151821;
    border-color: #202428;
    font-weight: bold;
}

ul.list-inline.tiny,
ul.list-unstyled.tiny {
    font-size: 80%;
}

.wire {
    margin-top: -15px;
    margin-bottom: -15px;
}

.album [class^="col-"],
.wire [class^="col-"] {
    padding: 15px;
}

.wire .thumb {
    position: relative;
    background-color: #000000;
}

.wire .thumb img {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
         -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
}

.wire .thumb:hover > img {
    opacity: 0.1;
}

.wire .thumb_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
         -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
    color: #FEFEFE !important;
}

.wire .thumb_info .table {
    display: table;
    width: 100%;
    height: 100%;
}

.wire .thumb_info .cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.wire .thumb:hover .thumb_info {
    -webkit-animation: AnimThumbTitle 0.5s ease-in-out;
    -o-animation: AnimThumbTitle 0.5s ease-in-out;
    animation: AnimThumbTitle 0.5s ease-in-out;
}

.wire .thumb_info span {
    display: inline-block;
    font-size: 0.64em;
    border-top: 1px solid #A2A2A2;
    padding: 5px 10px;
}

.wire .thumb_info span i.fa {
    margin-left: 10px;
}

.wire .thumb:hover .thumb_info {
    opacity: 1;
}

.more {
    text-align: center;
}

.more .btn {
    background-color: #101214;
    border-radius: 0;
    padding: 10px 20px;
    color: #FEFEFE;
    border: 0;
}

.more .btn:hover {
    background-color: #000000;
}

#footer ul,
#footer ol {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
}

#footer .comments span {
    font-size: 1.15rem;
    color: #828282;
}

#footer .comments span i {
    margin-left: 10px;
    margin-right: 5px;
}

#footer .comments span i:first-child {
    margin-left: 0;
}

#footer .archive li {
    display: inline-block;
    margin-right: 10px;
}

#footer .comments a,
#footer .archive li:first-child {
    display: block;
}

#search input.form-control {
    width: 39px;
    opacity: 0;
    color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

#search .form-group:hover input.form-control, 
#search input.form-control:active,
#search input.form-control:focus {
    width: 300px;
    opacity: 1;
    color: #333333;
}

#navigation * {
    border-radius: 0;
}

#search button {
    color: #FEFEFE;
    -webkit-transition: color 0.5s ease-in-out;
        -ms-transition: color 0.5s ease-in-out;
         -o-transition: color 0.5s ease-in-out;
            transition: color 0.5s ease-in-out;
}

#search .form-group:hover button, 
#search input.form-control:active+button,
#search input.form-control:focus+button {
    color: #333333;
}

#navigation i.fa {
    margin: 0;
}

#login a {
    margin-right: -15px;
}

#navigation a {
    text-decoration: none;
    color: #FEFEFE;
}

#navigation a:hover {
    color: #A2A2A2;
}

#search .form-group {
    position: relative;
}

#search button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 1px solid transparent;
}

#navigation .form-control,
#navigation .form-control:active,
#navigation .form-control:focus {
    border-color: #CCCCCC;
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
          box-shadow: none !important;
}

#search .btn:active,
#search .btn:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#login {
    position: relative;
}

#login a {
    background-color: transparent;
    border: 1px solid transparent;
}

#login .dropdown-menu {
    border-radius: 0;
    background-color: #000000;
    border: 0;
    min-width: 300px;
    box-shadow: none;
}

#login form div:first-child input {
    border-bottom: 0;
}

#login form .checkbox {
    padding: 10px 0;
}

#login form .form-group, 
#login form .form-group input, 
#login form button {
    width: 100%;
}

/* 
#accordion .glyphicon { margin-right:10px; }
.panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
.panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
.panel-collapse>.list-group {margin-bottom: 0;}
.panel-collapse .list-group-item {border-radius:0;}

.panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
.panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

.panel-collapse div.list-group div.list-group{margin: 0;}
.panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd;border-bottom: 0;padding-left: 30px;}
 */

.panel {
    box-shadow: none;
    border: none;
}

.panel,
.panel-group,
.panel-group .panel {
    border-radius: 0;
}

.panel,
.panel a,
.panel a:hover {
    /* color: #333333; */
}

.panel a,
.panel a:hover {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}

.panel a:hover,
.panel a.active {
    font-weight: bold;
    background-color: #000000;
}

.panel .panel-heading,
.panel .list-group-item,
.panel .panel-body {
    background-color: #101214;
}

.panel .panel-heading {
    padding: 0;
    border: 0;
    background-color: #000000;
    font-weight: bold;
}

.panel .panel-heading span {
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    color: #FEFEFE;
}

.panel .list-group,
.panel .list-group-item {
    padding: 0;
    margin: 0;
}

.panel .list-group-item {
    border: 0;
    font-size: 1.7rem;
}

.panel-heading,
.panel .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel .list-group-item a {
    padding-left: 20px;
}

.panel .list-group-item > .list-group {
    padding-left: 20px;
}

.panel .list-group-item > .list-group a {
    border-left: 5px solid #000000;
}

.panel .badge {
    margin-top: 5px;
}

.colortable {
    padding-top: 50px;
    background-color: #101214;
}

/* KEYFRAMES */

@-webkit-keyframes AnimThumbTitle {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes AnimThumbTitle {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes AnimThumbTitle {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes AnimThumbTitle {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

