.hallBlock
{
    margin-bottom: 0 !important;
}

.imageGrid {
    line-height: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 0.6s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.imageGrid .tile {
    width:33.33%;
    min-height:20em;
    line-height: 1.2;
    display:inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    border: solid 1px rgba(0,0,0,0.2);
    color:#fff;
    font-family:"Verdana",sans-serif;
    text-shadow: 2px 2px 2px #000;
    cursor: pointer;
}*/
.imageGrid .tile {
    padding: 0 !important;
    min-height: 14em;
    line-height: 1.2;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    border: solid 1px rgba(0,0,0,0.2);
    color: #fff;
    font-family: "Verdana",sans-serif;
    text-shadow: 2px 2px 2px #000;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;

}
.imageGrid .tile:hover {
    background: rgba(254, 218, 109,0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.imageGrid .tile a {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-shadow: none !important;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 99;
}
.imageGrid .tile:before {
    content: '';
    background-color: rgba(254, 218, 109,0.1);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}

.imageGrid .tile:hover:before {
    display: none;
}

.imageGrid .tile .textWrapper {
    text-align:center;
    vertical-align: middle;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .75em;
}
.imageGrid .tile .textWrapper.active
{
    height:auto !important;
}
.imageGrid .tile .textWrapper img {
    width: 60%;
}

.imageGrid .tile .textWrapper .content {
    display: none;
}

.imageGrid .tile:hover .textWrapper .content {
    display: block;
    text-shadow: none;
    padding-top: 20px;
    color: #333;
    font-size: 14px;
}

.imageGrid .tile:hover .textWrapper .content h2 {
    margin: 0;
}

@media (max-width: 1000px) {
    .imageGrid .tile {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .imageGrid .tile {
        width: 100%;
    }

}   

/*popup modal CSS start*/

/*.modal-dialog.hallmodalfull {
    width: 70% !important;
    top:10% !important;
    background: url("../hall-of-fame/1.jpg");
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.modal-dialog.hallmodalfull {
    width: 80% !important;
    top: 5% !important;
    background: #eee;
    border-radius: 5px;
}
.modal-dialog.hallmodalfull::after
{
    content: '';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.5);
    border-radius: 5px;
}
.modal-dialog.hallmodalfull .modal-header, .modal-dialog.hallmodalfull .modal-footer, .modal-dialog.hallmodalfull .modal-content {
    background:transparent;
}
.modal-dialog.hallmodalfull .modal-header
{
    text-align:center;
}
.modal-dialog.hallmodalfull .modal-body
{
    padding:15px 0 0 0 !important;
}
.modal-content {
    z-index:9999;
}
.hallModal
{
    width:100%;
    float:left;
    background-size: cover;
    background-position:center center;
}
.hallModalR {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px;
    font-size:14px;    
    letter-spacing: normal;
}
.hallModalR p
{
    width: 100%;     
}
.hallModalR .heading {
    color: #fff1a4;
    text-transform: capitalize;
    letter-spacing: normal;
    font-size: 14px;
    margin:0 !important;
    font-style:italic;
}
.hallModalL img
{
    float:left;
    width: auto;
}
.modal-backdrop {
    display: none !important;
}
.hall-group {
    width: 100%;
    padding: 0;
}
.hall-group-section-title {
    margin: -16px 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom:20px
}
.hall-title {
    margin: 0 0 15px 0;
    font-size: 28px;
    background: #f6f6f72b;
    padding: 14px 10px;
    color: #313131;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
   
}
#HOF_bg
{
    color: rgba(255,255,255,0.6);
    font-family: 'Lato';
    background-color:Gray;
    background-attachment: fixed;
    font-size: 18px;
}