.category-thumbs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
.category-thumbs img:hover{
    box-shadow: 0 0 2px hsl(0, 0%, 100%);

    }
a.Caption + a.Caption{
    padding : 1px;
    }
a.Caption {
    position: relative;
    display: inline-block;
    }
.Caption span {
    position: absolute;
    top:3px;
    left: 2px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
    border-radius: 2px;
    font-size: 2rem;
    color:#FFF;
    background: rgba(000,000,000,0.3);

    }

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body {
    overflow-x: hidden;
}

.top-desc span, .top-desc h1 {
    display: inline;
}

.top-desc,
.top-desc h1 {
    line-height: 1.1;
}
.logo{
    text-align: right;
    }
@media screen and (min-width: 963px) and (max-width: 1484px) {
    .category-thumbs a, .mobile-thumbs img {

        width: 24.5%;
        height: auto;
    }

    .category-thumbs img{
        width: 100%;
        }

    .top-desc {}

    .logo img {
        width: 150px;
        height: 45px;
    }

    .top-desc span,
    .top-desc,
    .top-desc div,
    .top-desc h1 {
        font-size: 13px;
        line-height: 1;
    }
}

@media screen and (min-width: 723px) and (max-width: 962px) {
    .category-thumbs a, .mobile-thumbs img{
        width: 32.7%;
        height: auto;
    }
    .category-thumbs img{
        width: 100%;
        }

    .top-desc {}
    .logo{
        text-align: center;
        }
    .logo img {
        width: 150px;
        height: 45px;
    }

    .top-desc span,
    .top-desc div,
    .top-desc,
    .top-desc h1 {
        font-size: 12px;
        line-height: 1;
    }
}

@media screen and (min-width: 100px) and (max-width: 722px) {
    .category-thumbs a, .mobile-thumbs img {
        width: 48.6%;
        height: auto;
    }
    .category-thumbs img{
        width: 100%;
        }

    .top-desc {}
    .logo{
        text-align: center;
        }
    .logo img {
        width: 100px;
        height: 30px;
    }

    .top-desc span,
    .top-desc div,
    .top-desc,
    .top-desc h1 {
        font-size: 11px;
        line-height: 1;
    }
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    }
.pagination > li {
    display: inline;
    }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #dc6255;
    text-decoration: none;
    background-color: #27241d;
    border: 1px solid #000000;
    }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #d3722b;
    background-color: 857 F72;
    border-color: #dc6255;
    }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #372C31;
    border-color: #000000;
    }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #000;
    cursor: not-allowed;
    background-color: #27241d;
    border-color: #000000;
    }
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    }
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    }
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    }
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    }
.embed-responsive-4by3 {
    padding-bottom: 75%;
    }
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
    }
.clearfix:after {
    clear: both;
    }
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    }
.pull-right {
    float: right !important;
    }
.pull-left {
    float: left !important;
    }
.hide {
    display: none !important;
    }
.show {
    display: block !important;
    }
.invisible {
    visibility: hidden;
    }
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    }
.hidden {
    display: none !important;
    }
.affix {
    position: fixed;
    }

.mobile-thumbs a img{
    border:0px;
}
.mobile-thumbs a img:hover{
    border:0px;
}
