.print {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.uniq_social_cls{
    width: 100%;
    display: flex;
}
.uniq_social_cls .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
..uniq_social_cls #socialcontent {
    text-align: center;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.uniq_social_cls #socialcontent input[type="checkbox"] {
    display: none;
}

/*.uniq_social_cls input[type="radio"], input[type="checkbox"], select {
    opacity: 0;
}*/
.uniq_social_cls input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.uniq_social_cls input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.uniq_social_cls input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.uniq_social_cls .checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.uniq_social_cls .label, .print .label {
    cursor: pointer;
    width: 52px;
    height: 32px;
    background: url("social_images/sharelinkicon.png") no-repeat right center;
/*    padding-right: 35px;*/
    padding-right: 85px;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
/*    font-family: "Conv_HelveticaNeueLTStd-Bd"; */
    padding-top: 9px;
    padding-left: 13px;
}
.uniq_social_cls .print .label {
    background: url(social_images/print-icon.png) no-repeat right center;
}
.checkbox:checked ~ .social {
    opacity: 1;
    transform: scale(1) translateY(-90px);
    transition: .5s;
}

.uniq_social_cls .social {
    /* transform-origin: 50% 0%; */
   /* -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);*/
    opacity: 0;
/*    position: absolute;  */
    left: -50px;
}
.uniq_social_cls .social ul {
    position: relative;
    left: -79% !important;
    /* right: 0; */
    margin: auto;
    height: 35px;
    width: 144px;
    background: #df2528;
    padding: 0;
    list-style: none;
    padding-left: 2px;
    bottom: -46px;
}
.uniq_social_cls .social ul:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 35px auto;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #df2528;
}
.uniq_social_cls .social ul li {
    font-size: 20px;
    cursor: pointer;
    width: 35px;
    margin: 0;
    padding: 4px 0;
    text-align: center;
    float: left;
    display: block;
    height: 46px;
}
.uniq_social_cls .social ul li a {
    color: #fff;
}
    div#socialcontent {
    background: #DA251C;
    height: 33px;
/*    height: 45px;*/
    background: #DA251C;
    width: 95px;
    display: flex;
    align-items: center;
/*    justify-content: center;*/
/*    margin-right: 1rem;*/
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
}
@media screen and (min-width: 360px) {
  .uniq_social_cls .social ul {
    left: -60%;
 right: 60px;
}
.uniq_social_cls .social ul {
    height: 36px;
    
}
}