body, td, th {
    font-family: arial;
    font-size: 12px;
    color: #FFF;
    margin: 0;
    padding: 0;
}

body {
    /*background-image: url(../images/page-bg.png);*/
    background-color: black;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

figure {
    margin-top: 10px;
}

.thumbs figcaption {
    background-color: black;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.m-thumb figcaption {
    width: 100%;
    height: 31px;
    padding-left: 10px;
    padding-right: 10px;
}


.thumbs figcaption h2.thumb-name {
    font-size: 15px;
    color: red;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
    margin-top: 1px;
}

figure p {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.m-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: black;
    position: relative;
    overflow: hidden;
}

.thumbs figcaption {
    background-color: black;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

li {
    list-style-type: none;
}


#header {
    float: left;
}

#header_right {
    float: right;
    width: 300px;
    position: relative;
    top: -130px;
    right: 30px;
}

#header_info {
    font-family: Verdana;
    font-size: 10px;
    color: #FFF;
}

.info {
    width: 920px;
    margin-left: 20px;
    font-weight: bold;
    color: #FFF;
}

.copyright {
    text-align: center;
    font-size: 8px;
    color: #FFF;
}

.camboxf:hover {
    border-color: #b40000;
    -webkit-box-shadow: 0px 0px 6px 2px #000;
    -moz-box-shadow: 0px 0px 6px 2px #000;
    box-shadow: 0px 0px 6px 2px #000;
}


a:link {
    color: #dea900;
    text-decoration: underline;
}

a:visited {
    color: #ce6a39;
    text-decoration: underline;
}

a:active {
    color: #ce6a39;
    text-decoration: underline;
}

a:hover {
    color: #ce6a39;
    text-decoration: none;
}

.camboxf {
    float: left;
    margin: 8px;
    border-color: #15c453;
    border-style: solid;
    border-width: 1px;
}

.cambox {
    background: #000;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}

.camname {
    text-align: center;
    color: #15c453;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .navbar-brand {
        padding: 0px;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
    }

    .navbar-brand > img {
        height: 100%;
        width: auto;
        padding: 7px 14px;
    }
}

.navbar {
    background-color: black;
}

.navbar .brand {
    max-height: 40px;
    max-width: 30%;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}

.footer {
    background-color: #15c246;
    text-align: center;
    max-height: 90px;
    bottom: 0;
    position: fixed;
    padding: 0px;
    margin: 0px;
}

img.lazy {
    display: block;
}
