body {
    background-color: #dbdada;
    color: #757272;
}

body > header {
    background-color: #d1cfcf;
    width: 100%;
    height: 40px;
}

body > header a {
    color: black;
    padding: 0 5px;
}

body > header a:hover {
    color: #1b1e21;
    text-decoration: none;
}

a.active {
    font-weight: bold;
    font-style: italic;
}

#headerBox {
    text-align: center;
    margin: 65px auto 0;
}

#headerBox img {
    width: 100%;
}

.logo {
    height: 30px;
    margin-left: 35px;
}

#headerDescription {
    width: 60%;
    text-align: left;
    margin: 10px auto;
    font-size: 10pt;
}

#navCategories
{
    width: 60%;
    text-align: left;
    margin: 40px auto 0;
}

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

#navCategories ul li {
    padding: 5px 0;
}

#navCategories ul a {
    color: #686363;
    text-transform: uppercase;
    font-size: 15pt;
    text-decoration: none;
}

#navCategories ul a:hover {
    font-weight: bold;
}

#content {
    margin-top: 105px;
}

.imgBox {
    margin: 15px 5px;
}

.imgBox .imgContainer {
    width: 100%;
    height: 210px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.imgBox .imgContainer img {
    height: 100%;
    filter: grayscale(100%);
    transition: filter 500ms ease;
}

.imgBox:hover .imgContainer img {
    filter: grayscale(0%);
}


.videoBox {
    margin: 15px 5px;
    width: 320px !important;
}

.videoBox .videoContainer {
    width: 320px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
}

.videoBox .videoContainer video {
    filter: grayscale(100%);
    transition: filter 500ms ease;
    cursor: pointer;
}

.videoBox:hover .videoContainer video {
    filter: grayscale(0%);
}

#searchForm {
    height: 45px;
    margin: 1px 0;
    padding: 10px;
    border: 1px #d1cfcf solid;
    border-radius: 5px;
    background-color: white;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: text;
    float: right;
}

#searchInput:focus {
    outline: none;
}

#filters, #searchInput {
    float: left;
    min-width: 10px;
}

#search {
    position: relative;
}

#searchResultBox {
    display: none;
    background-color: white;
    position: absolute;
    z-index: 200;
    text-align: left;
    padding: 10px;
    top: 45px;
    right: 0;
    border: 1px #d1cfcf solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#searchResultBox:hover {
    cursor: text;
}

#filterTags {
    padding: 10px;
}

.linkTag {
    padding: 5px 15px;
    margin: 5px;
    border-radius: 5px;
    background-color: #d1cfcf;
    color: #686363;
    white-space: nowrap;
}

.linkTag:hover {
    cursor: pointer;
}

hr.clear {
    clear: both;
    opacity: 0;
    padding: 0;
    margin: 0;
    height: 0;
}

#logos {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

@media all and (max-width: 990px)
{
    #logos {
        position: absolute;
    }
}


#logos a {
    text-decoration: none;
}

#logos img {
    width: 20%;
    margin: 1%;
    filter: grayscale(100%);
}

.danger {
    color: #4b4949;
    font-size: 10pt;
    text-align: center;
    padding: 10px 10px 0;
}

@media all and (max-width: 440px) {
    .onlyBig {
        display: none;
    }
}

#leftMenu {
    position: relative;
    min-height: calc(100vh - 200px);
    height: auto;
    padding-bottom: 200px;
}

.paginator div {
    border-radius: 5px;
    width: 300px;
}

.paginator a {
    padding: 10px 0;
    background-color: #bfbfbf;
    text-align: center;
    font-weight: bold;
}

.paginator a.active {
    background-color: #979797;
}

.paginator a.page-link {
    cursor: pointer;
}

.paginator a.page-link:hover {
    background-color: #b9b9b9;
}

.paginator a:first-child {
    border-radius: 5px 0 0 5px;
}

.paginator a:last-child {
    border-radius: 0 5px 5px 0;
}
