.gbl-page {
    font-family:Arial, sans-serif;
    margin: 0 auto;
    max-width: 1180px;
}

.gbl-page img {
    width: 100%;
    height:auto;
    vertical-align: bottom;
}

.gbl-page h1 {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    margin-top: 20px;
}

.gbl-page h2 {
	text-align: center;
    padding: 4px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}

.bradington-young-paragraph {
    padding: 25px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top:10px;
}

.bradington-young-paragraph h3 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin:0 0 25px 0;
    background: #ac0636;
    color:#fff;
}

.table {
    display: table;
    border-spacing: 10px;
}

.table-cell {
    display: table-cell;
}

.category-block-outer {
    width: 35%;
}

.category-block-inner {
    width: 30%;
    border:2px solid #ccc;
    position: relative;
    box-sizing: border-box;
}

.category-blocks div {
    position: relative;
}

.category-blocks div:first-of-type {
    margin-bottom: 25px;
}

.category-blocks div p {
    background-color: rgba(107, 107, 107, 0.55);
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 17px;
    padding: 2.1%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin:0;
}

.spacer {
    height:20px;
    background: #d1d3d4;
    margin: 0px 0 15px 0;
}

#slides {
    margin:25px 0;
}

#slides img {
    width: 100%;
    height: auto;
}

.gbl-category-thumbnail {
    position: relative;
    cursor: pointer;
}

.gbl-category-thumbnail:hover .sub-hover {
    display: block;
}



.sub-hover {
    position: absolute !important;
    background: rgba(0,0,0,0.8);
    top:0; bottom:0;
    left: 0; right: 0;
    display: none;
    margin:0 !important;
    padding:0;
}

.sub-hover div {
    top:50%;
    position: relative;
    transform: translateY(-50%);
}

.sub-hover p:first-of-type{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    position: relative !important;
    border-bottom: 1px solid #FFF;
    padding-bottom: 25px;
    background: transparent !important;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    line-height: 28px;
}

.sub-hover p:last-of-type{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    border: 1px solid #FFF;
    position: relative !important;   
    max-width: 120px;
    margin: 0 auto; 
    background: transparent !important;
}

.sub-hover p:last-of-type:hover{
    color:#333;
    border:1px solid #333;
    background: rgba(255,255,255,0.9) !important;
}

.other-categories {
    text-transform: uppercase;
    text-align: center;
}

.other-categories p {
    background: #ac0636;
    color:#fff;
    padding:10px;
    font-weight: bold;
}

.other-categories ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: bold;
    margin:0 20px 0 0;
}

.other-categories ul li a {
    color:#333;
}

.other-categories ul li a:hover {
}

@media screen and (max-width: 1162px) {
    .table {
        display: block;
    }
    .category-block-outer {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    .category-block-inner {
        width: 100%;
        border:2px solid #ccc;
        display: block;
        margin: 10px 0;
    }

    .bradington-young-paragraph {
        position: relative;
        top:initial;
        transform: none;
    }

    .gbl-category-thumbnail {
        width: calc(50% - 20px);
        box-sizing: border-box;
        margin:0 10px 0 10px;
        float: left;
    }

}

@media screen and (max-width: 767px) {
    .gbl-category-thumbnail {
        width: calc(100% - 20px);
        box-sizing: border-box;
        margin:0 10px 0 10px;
        float: left;
    }
}

@media screen and (max-width: 728px) {
    .gbl-collections-thumbnail {
        width:48%;
    }
}

@media screen and (max-width: 520px) {
    .gbl-collections-thumbnail {
        width:98%;
    }
}