
#footer{

width:100%;
background:#6f716f;
    background: -webkit-linear-gradient(0deg, #ccc, #6f716f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #ccc, #6f716f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #ccc, #6f716f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, #ccc, #6f716f); /* Standard syntax (must be last) */

background:#000;

}
#footer .contener{
position:relative;
right:50%;
margin-right:-500px;
width:1000px;
color:#fff;
height:150px;
}

#footer .contener ul{
margin:10px;
 font-family:'Droid Arabic Kufi',tahoma;
}

#footer .contener .category{
width:100%;position:relative;;margin:10px;font-size:0.8em;font-family:arial;
}
#footer .contener .category a{
text-decoration:none
}

#footer .contener .category a:hover{
opacity: 0.5;
text-decoration:underline;

}

#footer .contener .socialmedia{
position:relative;;padding:10px;text-align:left;color:#dddddd;font-family:arial;width:100%
}
#footer .contener .socialmedia #fac,#fac2,#twi,#tele,#snap,#lin,#you,#ins,#rss{
margin:10px;
font-size:0;
float:right;
}

#footer .contener .socialmedia #fac_mobile,#fac_mobile2,#twi_mobile,#tele_mobile,#snap_mobile,#lin_mobile,#you_mobile,#ins_mobile,#rss_mobile{
margin:5px;
font-size:0;
float:right;
}



#fac .hide,#fac2 .hide,#twi .hide,#tele .hide,#snap .hide,#lin .hide,#you .hide,#ins .hide,#rss .hide{

width:30px;
height:30px;
}
#fac_mobile .hide,#fac_mobile2 .hide,#twi_mobile .hide,#tele_mobile .hide,#snap_mobile .hide ,#lin_mobile .hide,#you_mobile .hide,#ins_mobile .hide,#rss_mobile .hide{

width:40px;
height:40px;

}
#fac {
background: url("../images/fac.png")
}
#fac2 {
background: url("../images/fac.png")
}
#fac_mobile {
background: url("../images/fac_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}
#fac_mobile2 {
background: url("../images/fac_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}
#twi {
background: url("../images/twi.png")
}
#twi_mobile {
background: url("../images/twi_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}
#tele {
background: url("../images/tele.png")
}
#snap{
background: url("../images/snap.png")
}
#tele_mobile {
background: url("../images/tele_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}
#snap_mobile {
background: url("../images/snap_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}
#lin {
background: url("../images/lin.png")
}
#lin_mobile {
background: url("../images/lin_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}
#you {
background: url("../images/you.png")
}
#you_mobile {
background: url("../images/you_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}
#ins {
background: url("../images/ins.png")
}
#ins_mobile {
background: url("../images/ins_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}
#rss {
background: url("../images/rss.png")
}
#rss_mobile {
background: url("../images/rss_mobile.png");
background-size: 40px 40px;
border-radius: 100px;
}

#footer .contener .socialmedia #fac,#fac2,#fac_mobile2,#twi,#tele,#snap,#lin,#you,#ins,#rss{
opacity: 0.5;
}
#footer .contener .socialmedia #fac:hover,#fac2:hover,#fac_mobile2:hover,#twi:hover,#tele:hover,#snap:hover,#lin:hover,#you:hover,#ins:hover,#rss:hover{
opacity: 1;
}
.powered a{
font-size:0.7em;
}
