/**
 * @author DMT - Development Team
 * @copyright Copyright DMT - Development Team
 * @link www.prestastore.ir
 **/

#dmtt_socials {
    text-align: center;
}
#dmtt_socials ul {
    display: inline-block;
    list-style: none;
    margin: 0;
}
#dmtt_socials ul li {
    float: right;
    padding: 4px;
}
#dmtt_socials a {
    background-color: #c4c4c4;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
#dmtt_socials a:before {
    content: "";
    font-size: 14px;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
}
#dmtt_socials a.facebook:hover {
    background-color: #3A5795;
}
#dmtt_socials a.facebook::before {
    content: "\f09a";
}
#dmtt_socials a.twitter:hover  {
    background-color: #55acee;
}
#dmtt_socials a.twitter::before  {
    content: "\f099";
}
#dmtt_socials a.googleplus:hover  {
    background-color: #df4c34;
}
#dmtt_socials a.googleplus::before  {
    content: "\f0d5";
}
#dmtt_socials a.telegram:hover  {
    background-color: #1c92d2;
}
#dmtt_socials a.telegram::before {
    content: "\f1d8";
}
#dmtt_socials a.instagram:hover  {
    background-color: #628CAD;
}
#dmtt_socials a.instagram::before  {
    content: "\f16d";
}
#dmtt_socials a.pinterest:hover  {
    background-color: #cb2027;
}
#dmtt_socials a.pinterest::before {
    content: "\f231";
}
#dmtt_socials a.linkedin:hover  {
    background-color: #0177B5;
}
#dmtt_socials a.linkedin::before  {
    content: "\f0e1";
}
#dmtt_socials a.youtube:hover  {
    background-color: #CF2021;
}
#dmtt_socials a.youtube::before {
    content: "\f16a";
}
#dmtt_socials a.aparat:hover {
    background-color: #ed145b;
}
#dmtt_socials a.aparat::before {
    content: "\f008";
}
#dmtt_socials a.skype:hover {
    background-color: #00aff0;
}
#dmtt_socials a.skype::before {
    content: "\f17e";
}
#dmtt_socials a.wordpress:hover {
    background-color: #999999;
}
#dmtt_socials a.wordpress::before {
    content: "\f19a";
}
#dmtt_socials a.android:hover {
    background-color: #77c159;
}
#dmtt_socials a.android::before {
    content: "\f17b";
}
#dmtt_socials a.ios:hover {
    background-color: #000000;
}
#dmtt_socials a.ios::before {
    content: "\f179";
}
#dmtt_socials a.rss:hover {
    background-color: #ff6600;
}
#dmtt_socials a.rss::before {
    content: "\f09e";
}