.sd-hide{
  display: none;
}

/*footer*/
#footer .first p{
  font-size: 14px;
}
#footer .second label{
  font-size: 13px;
}

#footer .second p{
  font-size: 14px;
}

/*post-detail*/
#posts-detail .social{
  text-align: right;
}
#posts-detail .social ul{
  text-align: right;
}
#posts-detail .social li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#posts-detail .social li a{
  width: 24px; height: 20px;
  font-size: 0; line-height: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  -webkit-transition: background 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
  -moz-transition: background 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
  transition: background 0.6s cubic-bezier(0.125, 0.75, 0.415, 1);
}

#posts-detail .social li a.facebook{
  background-image: url(../assets/img/icon-facebook.svg);
}
#posts-detail .social li a.facebook:hover{
  background-image: url(../assets/img/icon-facebook-hover.svg);
}
#posts-detail .social li a.twitter{
  background-image: url(../assets/img/icon-twitter.svg);
}
#posts-detail .social li a.twitter:hover{
  background-image: url(../assets/img/icon-twitter-hover.svg);
}
#posts-detail .social li a.pinterest{
  background-image: url(../assets/img/icon-pinterest.svg);
}
#posts-detail .social li a.pinterest:hover{
  background-image: url(../assets/img/icon-pinterest-hover.svg);
}
#count-share span{
  font-size: 32px;
  display: inline-block;
  margin-right: 5px;
  color: #78808b;
  font-family: 'Circularstd-Medium',sans-serif;
}
#count-share sup{
  color: #78808b;
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  /*font-family: "Conv_CircularTT-Medium",sans-serif;*/
  font-family: 'Circularstd-Medium',sans-serif;
}

/*sub-menu*/
#header #nav-bottom ul li .sub{
  background-color: rgba(255,255,255,0.98);
  width: 69%;
  left: 15.5%;
}
#header #nav-bottom ul li .sub .col{
  max-width: 130px;
}
