.imagelay{
    display: table;
    margin: auto !important;
}
.imagelay img , .imagelay iframe{
    float: left;
    margin: 10px;
}

.artistname a img{
    float:left;
    
}
.artistname img{
    width: 100px;
    border-radius: 50%;
    border: 4px solid #fbfbfb;
    margin: 2px;

    
}
.award{
    position: absolute;
    z-index: 2;
    left: 45%;
}
.teamPageHeader{
    width: 100%;
    background-color: #2196f3;
    padding-top: 30px !important;
    font-size: 30pt;
    font-weight: bold;
    color: white;
    padding-left: 20px;
    position: relative;
    text-align: center;
}
#sp-main-body{
    padding-top: 0px !important;
}
.pageDetails{
    width: 100%;
    background-color: #0069c0;
    padding: 15px !important;
    margin-top: 30px !important;
}
.pageDetails .name{
    padding-right: 40px;
}
.artistname{
    float: left;
    width: 250px;
    position: relative;
}
.artistname .floatbox{
        display: inline;
}
.artistsHangout{
    clear: both;
    width: 100%;
    position: relative;
    background-color: #d2d2d2;
    height: 150px;
    padding: 15px !important;
    display: table;
    font-weight: bold;
}
.acenter{
    display: table;
    position: relative;
    margin: auto !important;
}
#sp-component .item .floatbox{
    background-image: url(../images/block.png);
}
.leftSideBarZoo {
    width: 100%;
    display: table;
    background-color: #f3f0f0;
}
.leftSideBarZoo .sidebarholder {
    display: table;
    margin: auto;
    padding: 20px;
    font-weight: bold;
    color: #000;
    font-family: "Merienda One";
    font-size: 20pt;
}
.sidebarholder div{
    display: inline;
    padding-right: 20px;
}
.title span{
    line-height: 45px;
}

.navPage a {
    float: left;
    width: 160px;
    padding: 10px;
    background-color: rgba(12,12,12,0.8);
    color: black;
    font-weight: bold;
    margin: 5px;
    border: 2px #f5f5f5 solid;
    border-radius: 10px;
}
.navPage div {
    float: right;
}
.navPage div a{
        width: 120px;
}
.navPage a{
    color:white;
}
.navPage{
    background-color: #d2d2d2;
    display: table;
    width: 100%;
}
.item .pos-top{
    height: 0px;
}
.item .award{
    z-index: 9;
    position: absolute;
    top: 300px;
    left: 40px;
    display: table;
    /* height: 100px; */
}
.imagelay img{
    height: 266px;
}