.wrapper {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;

    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 100px;
    color: #99979c;
    background-color: #2e2925;
}

@media (max-width: 992px) {
    .footer {
        height: 140px;
    }
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fed001 0%, #d6af01 100%);
    background-image: -o-linear-gradient(top, #fed001 0%, #d6af01 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fed001), to(#d6af01));
    background-image: linear-gradient(to bottom, #fed001 0%, #d6af01 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-default .navbar-nav > li > a {
    color: #2e2925;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a.active {
    color: #2e2925;
    background: rgba(200, 164, 2, 0.8) none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover  {
    color: #2e2925;
    background: rgba(200, 164, 2, 0.8) none;
}

.navbar-brand {
    padding: 5px 15px;
}

.user-login .lead {
    font-size: 16px;
    line-height: 16px;
    color: #2e2925;
    text-transform: uppercase;
    font-weight: 700;
}

.user-login a {
    color: #d6af01;
}

.btn-primary {
    color: #2e2925;
    text-transform: uppercase;
    font-weight: 700;
    background-image: -webkit-linear-gradient(top, #fed001 0%, #d6af01 100%);
    background-image: -o-linear-gradient(top, #fed001 0%, #d6af01 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fed001), to(#d6af01));
    background-image: linear-gradient(to bottom, #fed001 0%, #d6af01 100%);
    background-repeat: repeat-x;
    border-color: #d6af01;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #2e2925;
    font-weight: 700;
    background: #fed001;
    border-color: #d6af01;
}

.table > thead > tr.info > td {
    background-color: #2e2925;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

/* Nav */

.top-nav{
    display: block;
    margin: 20px 0;
    padding: 10px 0 20px 0;
}

.user-login {
    float: right;
    padding: 0;
    margin: 0;
}

/* Sidebar */

.sidebar-list {
    padding: 20px 0;
}

/* Content */

.information {
    border-color: #DDD;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: none;
    position: relative;
    padding: 15px 15px 15px;
    margin: 0;
    border-style: solid;
    min-height: 90px;
}

.login-block {
    width: 200px;
    margin: auto;
}

.login-block img {
    margin-bottom: 20px;
    max-width: 200px;
}

.padding-top-bot-10{
    padding: 10px 0;
}

.padding-top-bot-100{
    padding: 100px 0;
}

.form-inline {
    padding: 5px 0;
}

.input-file {
    display: inline !important;
    padding-left: 15px;
}

label {
    margin-bottom: 10px;
    font-weight: 700;
}

.media, .media-body {
    width: 100%;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

img.media-object {
    padding-top: 40px;
}

.media-left, .media > .pull-left {
    padding-right: 20px;
}

.main-container {
    margin-top: 50px;
    padding-bottom: 90px;
}

@media (max-width: 992px) {
    .main-container {
        padding-bottom: 160px;
    }
}

.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.panel-white {
    border: 1px solid #dddddd;
}
.panel-white  .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.panel-white  .panel-footer {
    background-color: #fff;
    border-color: #ddd;
}

.post .post-heading {
    height: 95px;
    padding: 20px 15px;
}
.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
}
.post .post-heading .meta .title {
    margin-bottom: 0;
}
.post .post-heading .meta .title a {
    color: black;
}
.post .post-heading .meta .title a:hover {
    color: #aaaaaa;
}
.post .post-heading .meta .time {
    margin-top: 8px;
    color: #999;
}
.post .post-image .image {
    width: 100%;
    height: auto;
}
.post .post-description {
    padding: 15px;
}
.post .post-description p {
    font-size: 14px;
}
.post .post-description .stats {
    margin-top: 20px;
}
.post .post-description .stats .stat-item {
    display: inline-block;
    margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
    margin-right: 8px;
}
.post .post-footer {
    padding: 15px;
}
.post .post-footer .input-group-addon{
    position: relative;
}
.post .post-footer .input-group-addon button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    color: #454545;
}
.post .post-footer .comments-list {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
}
.post .post-footer .comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
    width: 35px;
    height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
    display: block;
    width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
    font-size: 12px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
    margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
    margin-left: 50px;
}

.gallery {
    display: inline-block;
    margin-top: 20px;
}

.thumbnail {
    display: inline-block;
    max-width: 200px;
}

.table-gallery {
    border: none !important;
}

.table-gallery> tbody > tr > td {
    border: none !important;
}

.table-gallery> tbody > tr > td > .thumbnail {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .btn-primary {
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
}

.navbar-default .navbar-toggle {
    border-color: #2e2925;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2e2925;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #2e2925;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fccf01;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #2e2925;
}

.footer-link {
    color: #ffd500;
    font-size: 20px;
    line-height: 40px;
}

.footer-link:hover {
    color: #ffd500;
}

.search-label {
    margin: 0 10px;
}

.thumbnail {
    position: relative;
}

.zoom-img,
.delete-img {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,.5);
}

.zoom-img {
    left: 0;
}

.delete-img {
    right: 0;
}

.zoom-img:hover,
.delete-img:hover {
    background-color: rgba(0,0,0,.8);
}

.zoom-img span,
.delete-img span {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    vertical-align: middle;
}

.td-controls {
    width: 200px;
}

.comment-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: 0;
    font-size: 0;
    opacity: 0;
    z-index: 10;
}

.add-photo {
    margin: 0 auto;
}

label.disabled {
    color: #cccccc;
    text-decoration: line-through;
    pointer-events: none;
}

/*.table > tbody > tr > td {*/
    /*font-size: 18px;*/
/*}*/

.service-row {
    font-size: 0;
    margin-bottom: 15px;
}

.service-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 10px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .service-item {
        width: 50%;
    }
}