﻿
/*Gallery*/
.gal img {
    max-width: 100%;
    height: auto;
}

.gallery ul {
    list-style: none;
    padding: 0 40px;
    width: 100%;
}


.gallery ul {
    border-top: 1px dashed #938e9a;
    margin-top: 10px;
}


.gallery li {
    position: relative;
    text-align: center;
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #938e9a;
}

.nn {
    position: absolute;
    right: 7px;
    top: 13px;
    background-color: #000;
    padding: 0 2px;
    opacity: .4
}

    .nn:hover {
        opacity: 1;
    }

/*end Gallery*/


.container-content {
    width: 1140px !important;
    max-width: 95%;
}

.flex: 0 0 300px; {
    padding: 0;
}
/*.col-12, .col-md-auto{padding-left:0; padding-right:0;}*/


/*This fixed the bug in safari where the images are stretched because of something with bootstrap.*/
.mainimage {
    height: auto;
    display: flex;
    flex-direction: column;
}



.bleft {
    margin-right: 1px;
}

.container h1 {
    color: #FFF;
    padding: 12px 0 0 12px;
    font-weight: bold;
    font-size: 2.2em;
}

.killpad {
    padding: 0;
}

.pageButtons {
    width: 205px;
    padding-right:0;
    padding-top: 15px;
    padding-left:5px;
}

    .pageButtons button {
        background-color: #848f98;
    }

.mainimage, .underimage {
    margin: 0;
}

.underimage {
    padding: 12px;
}

.mainimage img {
    max-width: 100%;
    padding: 0 10px;
}

.voteup {
    background-color: #2b97f7;
}

    .voteup:hover {
        background-color: #0372fb;
    }

.votedn {
    background-color: #de7a23;
}

    .votedn:hover {
        background-color: #de5323;
    }

.fa-2x {
    font-size: 1.5em;
}

.vote {
    padding: 15px 32px;
}

.btn-sm {
    line-height: 1.1em;
}

.tagbtn {
    margin-left: 13px;
    border: none;
}

    .tagbtn:hover {
        filter: brightness(150%);
    }

.infocol .fas, .infocol .far, .infocol .svg-inline--fa {
    margin: 0 5px;
}

.info {
    font-family: Roboto Condensed;
}

.giffy {
    margin: auto;
    max-width: 100%;
}

.mainimage {
    background-color: #000;
    width: 100%;
    text-align: center;
}

#comments {
}

@media (min-width: 992px) {
    .col-pixel-width-300 {
        flex: 0 0 350px !important;
    }

    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding: 0 15px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1149px) {


    .container h1 {
        font-size: 2em;
    }

    .vote {
        padding: 13px 22px;
    }

    .info {
        font-size: .85em;
    }
}

.leftcol {
    padding-right: 0;
}

.infocol {
    padding-left: 0;
    padding-right: 5px;
}

.pd {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .vote {
        padding: 13px 25px;
    }

    .container h1 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 575px) {
    .container h1 {
        font-size: 1em;
        font-family: Roboto Condensed;
    }

    .vote {
        padding: 8px 32px;
    }

    .hidden-xs {
        display: none;
    }

    .hidesm svg {
        margin-right: 12px;
    }

    .leftcol .vote {
        padding: 8px 22px;
    }

    .leftcol {
        padding-left: 0;
    }

        .leftcol .bleft {
            margin-right: 0;
        }
}

@media only screen and (max-width: 444px) {
    .leftcol .vote {
        padding: 8px 17px;
    }
}


    @media only screen and (max-width: 768px) {
        .killpadsmall {
            padding: 0;
        }

        .mainimage img {
            padding: 0;
        }

        .container-content {
            max-width: 100%;
        }

        .disqusadjust {
            margin-right: 15px;
            margin-left: 15px;
        }

        .marginadjust {
            margin-left: 0;
            margin-right: 0;
        }
    }


    @media only screen and (min-width:575px) {
        .hidesm {
            display: none;
        }

        .giffy {
            min-width: 550px;
        }
    }

.spon300, .spon300_right {
    width: 320px;
    height: 275px;
    text-align: center;
    margin: 0 auto 15px;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(10,32,75,1) 100%, rgba(0,212,255,1) 100%);
    overflow: hidden;
}

    #disqus_thread {
        width: 100%;
        margin: 0 15px;
    }


    #sidebar {
        text-align: right;
    }

    .gg {
        position: absolute;
        bottom: 3px;
        right: 5px;
        color: #FFF;
        text-shadow: 0 0 4px #000, 0 0 7px #000;
    }

    .g {
        width: 100%;
    }

    .gi {
        float: left;
        height: auto;
        border: 2px solid #131939;
        margin-bottom: 4px;
        max-height: 200px;
        overflow-y: hidden;
    }


    @media only screen and (min-width: 992px) {
        .gi {
            width: 49%;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 991px) {
        .gi {
            width: 49%;
            width: 19%;
        }
    }

    @media only screen and (max-width: 575px) {
        .gi {
            width: 49%;
        }

        #disqus_thread {
            width: 100%;
            margin: 0 10px;
        }
    }


    .gi img {
        width: 100%;
        height: auto;
    }

    #scroller::-webkit-scrollbar {
        width: .5em;
    }

    #scroller::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    #scroller::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    .section-title {
        font-weight: bold;
        margin-top: 10px;
    }

.spon300, .spon300_right {
    width: 320px;
    height: 270px;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

    .grid-item {
        margin-top: 0;
    }

    .bluevoted {
        background-color: #0372fb !important;
        opacity: 1 !important;
    }

    .orangevoted {
        background-color: #de7a23 !important;
        opacity: 1 !important;
    }