html,
body {
    height: 100%;
    background-color: rgb(167, 226, 151);
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;

}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

H1 {
    font-family: 'Lobster', cursive;
}
.sitename {
    font-family: 'Marmelad', sans-serif;
    font-size: 2em;

    color: white;
    margin-left: 13px;
}

.marmelad {
    font-family: 'Marmelad', sans-serif;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-inverse {
    background-color: #000;
    height: 75px;
    background-image: url("../images/template/menu.jpg");
    background-repeat: repeat-x;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand > img {
    max-width: 100%;
}

.wrap > .container {
    padding: 100px 15px 20px 20px;
    background-color: rgba(255, 255, 255, 0.5);
}


.site-font {
    font-family: 'Lobster', cursive;

}

.nav > li {
    /*background-color: #000;*/
    background-color: rgba(99, 64, 45, 0.8);
}

.main-text {
    padding: 10px 15px;
    margin-left: 30px;

    /*border-left: solid 10px #D8D8D8;*/
}

.jumbotron {
    padding-bottom: 0 !important;
}

.img-crop {
    margin: 5px;
    border: 10px solid #D6D4D4;
    float: left;
}

.brd-right {
    border-right: solid #D8D8D8 5px;
}

.nav > li > a {
    height: 75px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus  {
    background-color: rgb(74, 39, 17) !important;
}

.navbar-nav > li > a{
    padding-top: 25px;
}

.navbar-brand > img{
    display: inherit!important;
}

.navbar-brand {
    float: none!important;
}

.carousel-caption {
    padding: 10px 20px;
    background-color: rgba(245,245,245,0.85);
    right: 15%;
    top: 40px;
    bottom: 0px;
    color: #080808;
    left: initial;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    width: 250px;
}


.more-link{
    color:green;
}

.btn-more{
    margin-top: 15px;
}


.album-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.album-image-link {
    display: block;
    color: #585858;
    text-align: center;
    opacity: 0.85;
    transition-duration: 0.5s;
    border: 1px solid #878787;
    margin-bottom: 10px;
}

.album-image-link:hover {
    text-decoration: none;
    color: black;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    border: 1px solid #4c4466;
}

.album-image-title {
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px;
}



.page-item {
    height: 350px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 15px 0 rgba(93, 93, 93, 0.1);
    border: 1px solid #c6c6c6;
    opacity: .85;
    transition-duration: 0.5s;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-decoration: none;
    color: black;
    margin: 10px 0;
    overflow: hidden;
    box-shadow: inset 0 0 0 0 #CCC, inset 0px -14px 20px -10px #AAA;
}

.page-item:hover {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
    border: 1px solid #747474;
    opacity: 1;
    text-decoration: none;
    color: black;
    box-shadow: inset 0 0 0 0 #CCC, inset 0px -14px 20px -10px rgba(168, 168, 168, 0.5);

}

.page-item-header {
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;

}

.page-item-body {
    padding: 10px;
}

.page-item-image {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.page-item-href:hover {
    /* ссылка целиком блоком */
    text-decoration: none;
}

.footer-div{
    min-height: 300px;
}