.circleItemWrap {
    text-align: center;
}


.img-circle {
/* width: 120px; */
height: 120px;
margin-bottom: 20px !Important;
}

.itemList-1 {
text-align:center;
}

.itemListRow-1 a {
    margin-bottom:22px;
    margin-top:30px;
    font-size: 16px;
    font-weight: 300;
    color: #461d7c;
    text-align:center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* float: left; */
    text-decoration:none;
}

.itemListRow-1 a:hover {
    color: #461d7c;
}

.itemListRow-1 {
padding:0px;
margin-bottom: 0;
}

.itemListRow-1 .circleItemWrap {
    width:100%;
    list-style:none;
    margin-bottom: 20px;
    /* float:left; */
    /* height: 223px; */
    display: inline-table;
}

.itemListRow-1 .circleItemWrap p {
    color: #000;
    text-align:center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 10px;
}




.itemListRow-2 {
    padding:0px;
    margin-bottom: 0;
}
.itemListRow-2 a {
	text-decoration:none;
}
.itemListRow-2 a:hover {
	text-decoration:none;
}

.itemListRow-2 h2 {
    margin-bottom:22px;
    margin-top:30px;
    font-size:16px;
    font-weight:600;
    color: #333;
    text-align:center;
}

.itemListRow-2 a:hover >h2 {
    color: #74569d;
	text-decoration:none;
}
.itemListRow-2 a img {
    margin-left:auto;
    margin-right:auto;
    display: block;
}
.itemListRow-2 li {
    width:20%;
    list-style:none;
    margin-bottom: 20px;
    float:left;
}
.itemListRow-2 li p {
    color: #ccc;
    text-align:center;
    line-height: 20px;
    font-size: 12px;
}




        @media (max-width:991px) {

            .itemListRow-2 div img {
                display: none;
            }

            .itemListRow-1 div img {
                display: none;
            }

            .itemListRow-2 div p {
                display: none;
            }

            .itemListRow-1 div p {
                display: none;
            }

            .itemList-1 {
                padding: 0px;
            }

                .itemList-1 .col-lg-12 {
                    padding: 0px;
                }

            .itemListRow-1 .col-lg-2 {
                /*padding: 0px;*/
            }

            .itemListRow-2 .col-lg-2 {
                /*padding: 0px;*/
            }

            .itemListRow-1 .circleItemWrap {
    width:100%;
    margin:0px !Important;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
}

                        .itemListRow-1 .col-centered {
    width: 100% !Important;
    margin:0px !Important;
    border-top: solid 1px #d5d5d5;
    height: auto;
    display: block !Important;
    padding: 0;
    float: left !Important;
}



.itemListRow-2 li {
    width:100%;
    margin:0px !Important;
    border-top: solid 1px #d5d5d5;
}

.itemListRow-2 li:last-child {
    border-bottom: solid 1px #d5d5d5;
}


.itemListRow-1 .circleItemWrap a {
            font-size: 20px;
            font-weight:300;
            margin: 0;
            height: 75px;
            line-height: 73px;
            width: 100%;
            float: left;
            text-align: center;
}
.itemListRow-2 div a h2 {
            font-size:20px;
        font-weight:300;
        text-align:left;
        margin: 0;
height: 75px;
line-height: 73px;
}


.itemListRow-1 .circleItemWrap a:hover {
    /*background-color:#fff;*/

}
.itemListRow-2 div a:hover {
    background-color:#fff;

}
.itemListRow-1 div:hover {
    background-color:#d5d5d5;

}
.itemListRow-2 li:hover {
    background-color:#d5d5d5;

}
        }




        @media (max-width:360px) {
.itemListRow-1 .circleItemWrap a {
    font-size: 17px;
}

}


        /* centered columns styles */
.row-centered {
    text-align:center;
}
.itemListRow-1 .col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    width: 20%;
}