@import url('https://fonts.googleapis.com/css?family=Ruslan+Display');

@font-face {
    font-family: 'proshara';
    src: url('3.ttf') format('truetype');
    font-weight: normal;
}

.border {
    border: 1px solid #9d9d9d;
}

.navbar-brand > img {
    display: inline-block;

}

.navbar-brand {
    padding: 0;
    vertical-align: top;
}

html,
body {
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    background-image: url("/data/main-background.png");
}

.container.content {
    padding: 20px;
    color: #cacaca;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}

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

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

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

/* 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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

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

.category-view-div {
    width: 100%;
}

.category-big-name {
    font-size: 3em;
    display: block;
    width: 100%;
    margin: 200px 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.62);
}

.title-big-name {
    margin-top: -50px;
    font-size: 7em;
    display: block;
    width: 100%;
    padding: 200px 20px 30px;
    vertical-align: text-bottom;
    min-height: 360px;
    /*background-color: rgba(255, 255, 255, 0.62);*/
    background: url("/data/title.png") no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
    text-shadow: 0 0 4px white;
    color: #106910;
    font-family: 'Ruslan Display', cursive;

}

.title-big-name.index-name {
    font-size: 3.5em;
    padding: 200px 20px 0;
}

.mobile-big-name {
    font-size: 2em;
    display: block;
    padding: 200px 20px 30px;
    min-height: 360px;
    color: white;
    text-shadow: #000 0 0 20px;
}

.padding-top {
    padding-top: 500px;
}

/* news  */

.news-view {
    height: 500px;
    background-image: url("/data/papirus.gif");
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-decoration: none;
    color: #202020;
    margin: 10px 0;
    padding: 30px;
    max-width: 350px;
}

.news-view:hover {
    text-decoration: none;
    color: #000000;

}

.ofs-news-image {
    height: 200px;
    width: 80%;
    object-fit: cover;
}

.news-title {
    font-size: 20px;
    padding: 10px 10px 0 10px;
    text-align: center;
    font-weight: bold;
}

.news-body {
    padding: 0 10px;

}

.news-content {
    height: 400px;
    overflow: hidden;
}

.news-category {
    border-top: 1px solid #c6c6c6;
    display: block;
    font-size: 15px;
    background-color: white;
    text-align: center;
    padding: 10px;
    max-height: 45px;

}

.page-top-div {
    margin-top: 100px;
    margin-bottom: 50px;
}

.ofs-album-link {
    display: inline-block;
    border: 1px solid #878787;
    transition-duration: 1s;
    margin-bottom: 20px;
}

.ofs-album-link:hover {

    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    border: 1px solid #4c4466;
    /*transition-duration: 1s;*/
}

.ofs-album-link a {
    color: #585858;
    text-align: center;
    opacity: .90;
    display: block;
    transition-duration: 0.5s;
    font-size: 30px;
}

a.ofs-image-div-view {
    font-size: 30px;
    max-height: 250px;
}

.ofs-album-link a:hover {
    text-decoration: none;
    color: black;
    opacity: 1
}

.ofs-image-div-view {
    color: #585858;
    text-align: center;
    opacity: .9;
    display: block;
    transition-duration: 0.5s;
    border: 1px solid #878787;
    margin-top: 10px;
}

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

}

.category-link {
    font-size: 3em;
    padding: 10px;
    color: #cacaca;
    font-family: 'Ruslan Display', cursive;
}
.category-link:hover {
    color: #ffffff;
}

.main-content {
    margin-top: 50px;
}

img {
    max-width: 100%;
}


a.proshara{
    font-size: 25px;
    color: #acacac;
    font-family: 'Ruslan Display', cursive;
}

a.proshara:hover {
    color: #ffffff;
}

/** FOOTER **/

.footer {
    font-size: 25px;
    color: #fff;
    position: relative;
    background-color: rgba(56, 56, 56, 0.98);
    border-top: 1px solid #000000;
    font-family: 'Ruslan Display', cursive;
}

.ofs-footer {
    padding: 10px 10px 0 10px;
    height: 100%;
    color: white;

}

.footer-header {
    border-bottom: 1px solid white;
}

.footer-menu {
    max-height: 100%;
    overflow: auto;
}

.footer-menu a {
    color: #acacac;
    text-decoration: none;
    display: block;
}

.footer-menu p {
    color: white;
    display: block;
    margin: 5px;
}

.footer-menu a:hover {
    color: #ffffff;
}

.ofs-footer p {
    margin-bottom: 0;
}

/*END FOOTER*/