body {
    padding-bottom: 40px;
    font-family: 'Jura', sans-serif;
    background: #000;
    color: #FFF;
}
#homeGallery .col-md-2 {
    margin: 14px;
}
.container {
    width: 1050px;
}
h1, h2, h3, h4, h5, h6, p, li {
    font-family: 'Jura', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    margin: 0 0 0.5em;
}
#content {
    padding: 10px 0;
}
header {
    padding-bottom: 10px;
}
header .title {
    float: left;
}
header .title h3 {
    font-size: 36px;
}
header .title h3 {
    font-size: 16px;
}
header nav {
    padding-top: 20px;
    float: right;
}
header .nav > li > a {
    padding: 6px;
}
header .nav li:last-child a {
    padding-right: 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background: none;
} {
    background: none;
}
footer {
    padding-top: 10px;
}
a {
    color: #7F7E7E;
}
a:hover, a:focus {
    text-decoration: none;
    color: #FFF;
}
.slash:before {
    content: '/';
}
#homeGallery .col-md-3 {
    padding: 0 3px;
}
.gallery .thumbnail {
    padding: 0px;
    bordeR: 0px;
    border-radius: 0;
    background: none;
}

#picturesBlock {
    overflow: auto;
    max-height: 200px;
    margin: 1em 0;
}

.page-header small .btn {
    margin-left: 0.5em;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 880px; }

#sortable li {
    margin: 15px;
    padding: 1px;
    float: left;
    width: 140px;
    height: 106px;
    font-size: 4em;
    text-align: center;
}
.social-links {
    float: right;
    padding: 5px;
    background: white;
    border-radius: 5px;
}