div.innerwrapper {
    width: 100%;
    float: left;
}

h2 {
    font-weight: 500 !important;
}

a.Exhibitobutton {
    background: #000000;
    color: #ffffff;
    padding: 2px 13px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: -0.5px;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.no-image img {
    display: none;
}

.SocialBox a {
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 2px;
    border: 1px solid #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.ProfileImageBox {
    width: 225px;
    height: 250px;
    margin-bottom: 12px;
    border: #f1f1f1 solid 1px;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    text-align: center;
}

.ProfileImageBox img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: fill;
    /* object-fit: contain;
    max-height: 228px; */
    text-align: center;
}

.TopFirstSection {
    width: 100%;
    height: 100%;
    /* float: left; */
    display: flex;
    position: relative;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 9px 25px 0 rgb(231 228 228/62%) !important;
    background: rgba(201, 218, 226, .2) !important;
}

.TopFirstSection span {
    display: block;
    margin: 0px;
    font-size: 15px;
}

.standNoSideBox {
    text-align: center;
    display: inline-block;
    background: #e1e1e1;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 5px 0px 0px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ContentBox {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 11px -6px #1e1e1e80;
    padding: 15px 15px 10px 15px;
    border-radius: 6px;
    margin: 25px 0 10px 0;
    border: #c5c4c4 solid 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.coverImageMain {
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: 0 9px 25px 0 rgb(231 228 228/62%) !important;
    background: rgba(201, 218, 226, .2) !important;
}

.coverImageMain img {
    min-height: auto;
    max-height: 450px;
    margin: 0 !important;
}

.exhiSeeTheArtWrap {
    position: relative;
    display: block;
    height: 100%;
    background: #F6F2F1;
}

.exhiSeeTheArtImg {
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    object-fit: cover;
}

.exhiSeeTheArtWrap figure {
    margin: 0;
    position: relative;
}

.exhiSeeTheArtWrap figure:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.exhiSeeTheArtWrap:hover figure:before {
    background: #44444473;
    width: 100%;
    height: 100%;
}

.seetheartoverlayIcon {
    position: absolute;
    display: none;
}

.seetheartoverlayIcon:before {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-transform: none;
    position: absolute;
    display: flex;
    align-items: center;
    content: '\f002';
    font-size: 30px;
    color: #000;
}

.exhiSeeTheArtWrap:hover figure .seetheartoverlayIcon {
    display: block;
    width: 100%;
    height: 100%;
    background: #0000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.seetheartoverlayIcon:before {
    font-family: 'FontAwesome';
    position: absolute;
    display: flex;
    align-items: center;
    content: '+';
    font-size: 30px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    z-index: 9999;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.art_bottom h5 {
    color: #000 !important;
    font-size: 20px;
    margin-bottom: 6px;
}

p {
    color: #000;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

span.standNoSideBox {
    margin-top: 5px;
}

.count {
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.TopFirstSection.SocialBox a.exhiviewbtn {
    width: auto;
    height: auto;
    background-color: #000;
    border-color: #000 !important;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    padding: 5px 16px;
    border-width: 0;
    border-style: solid;
    box-shadow: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.exhibotrdetailsbx .ContentBox,
.exhibotrdetailsbx .ContentBox p,
.exhibotrdetailsbx .ContentBox p span {
    background-color: transparent !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-align: left !important;
    font-weight: 100 !important;
    overflow-wrap: unset !important;
    hyphens: unset !important;
}

#dvBannerother .Bannersection {
    display: none !important;
}

section.Bannersection.d-block {
    display: block !important;
}

#Divleftside.col-md-12.col-xs-12 {
    padding: 0 !important;
}

.exhibotrdetailsbx .section-base.section-margin20.light_gray.white_bg.exhiseetheArt {
    margin: 0 0 !important;
    padding-bottom: 20px !important;
}

.exhibotrdetailsbx .exhiseetheArt .exhiSeeTheArtWrap .art_bottom {
    padding: 15px 8px 10px;
}

.exhibotrdetailsbx .art_bottom p {
    text-transform: capitalize;
    font-size: 15px !important;
    margin-bottom: 6px;
}

.exhibotrdetailsbx .TopFirstSection.SocialBox p {
    margin-bottom: 0;
}

.exhibotrdetailsbx .TopFirstSection span#cphContents_Label6 {
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
}

.exhibotrdetailsbx .TopFirstSection span#cphContents_Label6 strong {
    font-size: 18px !important;
    line-height: 1.6;
}

.exhibotrdetailsbx .SocialBox .twittersvg {
    width: 19px;
    color: #FFF;
    fill: #FFF;
}

.TopFirstSection.SocialBox a.exhiviewbtn:hover {
    color: #000;
    background: #e5bdbd;
    background-color: #e5bdbd;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, .15);
}








@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .exhibotrdetailsbx .container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .exhibotrdetailsbx .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
        margin-bottom: 30px;
    }

    .exhibotrdetailsbx .section-base.section-margin20.light_gray.white_bg.exhiseetheArt {
        padding: 20px 0 10px !important;
    }


}


@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .exhibotrdetailsbx .container {
        max-width: 100%;
        width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .exhibotrdetailsbx .col-lg-3.col-md-3.col-sm-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .exhibotrdetailsbx .col-lg-9.col-md-9.col-sm-9 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .exhibotrdetailsbx .section-base.section-margin20.light_gray.white_bg.exhiseetheArt {
        padding: 20px 0 10px !important;
    }


}


@media only screen and (min-width:1024px) and (max-width:1279px) {
    .exhibotrdetailsbx .container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .exhibotrdetailsbx .col-lg-3.col-md-3.col-sm-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .exhibotrdetailsbx .col-lg-9.col-md-9.col-sm-9 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .exhibotrdetailsbx .section-base.section-margin20.light_gray.white_bg.exhiseetheArt {
        padding: 30px 0 10px !important;
    }


}



/* end */