.og-grid {
    list-style: none;
    padding: 0px 0 20px 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

    .og-grid li {
        display: inline-block;
        margin-bottom: 3px !important;
        padding: 0 0 0 20px;
        vertical-align: top;
        position: static !important;
        /*height: 175px;*/
        width:19%;
    }

        .og-grid li > a {
            position: relative;
        }

            .og-grid li > a, .og-grid li > a img {
                border: none;
                outline: none;
                display: block;
                position: relative;
                   width: 100%;
    /* height: 175px; */
 
            }

.imageinfo {
    display: none;
}

    .imageinfo .name {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    .imageinfo .imagedesignation {
        font-size: 13px;
        color: #fff;
    }

.imagename:hover .imageinfo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 155px;
    padding: 20px 5px 0 20px;
    text-align: left;
    background: url(imageinfo.png);
}

.imagename:hover .imagename img {
    opacity: 0.5;
}

.og-grid li.og-expanded {
    border: none !important;
}

    .og-grid li.og-expanded > a:after {
        top: auto;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-bottom-color: #00ADEB;
        border-width: 15px;
        left: 50%;
        margin: -30px 0 0 -15px;
    }

.og-expander {
position: absolute;
    background: #f2f2f2;
    top: auto;
    left: 0;
    width: 96%;
    padding:10px;
    text-align: left;
    overflow: hidden;
    z-index: 999;
    margin-left:2%;
}

.og-expander-inner {
    width: 100%;
    padding: 0px 0 0 1px;
    float: left;
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 11px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
}

    .og-close::before, .og-close::after {
        content: '';
        position: absolute;
        width: 100%;
        top: 50%;
        height: 3px;
        background: #D40F7D;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .og-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .og-close:hover::before, .og-close:hover::after {
        background: #333;
    }

.og-fullimg {
    padding-right: 15px;
}

    .og-fullimg img {
        display: block;
        max-width: 100%;
    }

.og-fullimg, .og-details {
    width: 180px;
    float: left;
    overflow: hidden;
    position: relative;
}

.og-details {
    width: 78%;
    font-size: 15px;
    height: auto;
}

.og-fullimg {
    text-align: center;
}

    .og-fullimg img {
        display: inline-block;
        max-height: 250px;
        max-width: 100%;
    }

.og-details h3 {
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;
    padding: 0 50px 0 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    color: #1683C6;
    background: none;
    margin-top:15px;
}

.og-details p {
}

.og-details a {
    display: none;
}

    .og-details a::before {
        content: '\2192';
        display: inline-block;
        margin-right: 10px;
    }

    .og-details a:hover {
        border-color: #999;
        color: #999;
    }

.og-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 156px;
    left: 50%;
    margin: 0 0 0 -23px;
    background: url(../img/preloader.gif);
}

@media screen and (max-width: 830px) {
    .og-expander h3 {
        font-size: 32px;
    }

    .og-expander p {
        font-size: 13px;
    }

    .og-expander a {
        font-size: 12px;
    }
}

@media screen and (max-width: 650px) {
    .og-fullimg {
        display: none;
    }

    .og-details {
        float: none;
        width: 100%;
    }
}

.og-grid a span.plus_icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    display: block;
    margin: -24px 0 0 -24px;
    opacity: 0;
    z-index: 99;
    background: url(../img/performer_buttons.png) no-repeat -226px 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
}

.og-grid a span.plus_icon {
    content: '';
    /* background: #DC0A7A; */
    color: #000;
    /* margin: 0 0 20px 12px; */
    padding: 0 0 0 13px;
    display: inline-block;
}

    /*.og-grid a span.plus_icon:hover:before {
        opacity: 0.5;
    }

    .og-grid a span.plus_icon:hover {
        opacity: 0.8;
    }*/

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .og-grid li {
        width: 28%;
    }

    .og-fullimg, .og-details {
        width: 460px;
    }

    .og-expander-inner {
        width: 747px;
    }

    .og-fullimg {
        padding-right: 20px;
        width: 28%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .og-grid li {
        width: 25%;
    }

    .og-fullimg, .og-details {
        width: 353px;
    }

    .og-expander-inner {
        width: 724px;
    }

    .og-fullimg {
        padding-right: 18px;
    }
}

@media only screen and (min-width: 459px) and (max-width: 766px) {
    .og-grid li {
        width: 33.33333333%;
    }

    .og-fullimg, .og-details {
        width: 420px;
        float: none;
    }

    .og-expander-inner {
        width: 420px;
    }

    .og-fullimg {
        padding: 0 0 20px 0;
    }
}

@media only screen and (max-width: 459px) {
    .og-grid li {
        width: 49%;
    }

    .og-fullimg, .og-details {
        width: 300px;
        float: none;
    }

    .og-expander-inner {
        width: 300px;
    }

    .og-fullimg {
        padding: 0 0 20px 0;
    }
}
