#footer
{
    width: 100%;
    text-align:center;
    background-color:#fff;
}
#top-footer
{
    text-align: center;
background-image: url("/themes/violet/tfiles/element_8.png");
background-repeat: no-repeat;
background-position: center bottom;
padding-bottom: 9px;
    }
#bottom-footer
{
  background-color:#414141;
font-family: yekan;
font-size: 10pt;
color: #B1B1B1;
text-align: center;
direction: rtl;
padding: 40px;
line-height: 38px;
}
#bottom-footer img
{
    max-width:1171px;
    width:95%;}
#footer-inner
{
    padding-top:30px;
}



#socials
{
  padding-top: 10px;
}
#socials ul li a span
{
    display: none;
}
#socials ul li
{
    margin-top: -10px;
}
#datetime-fa
{
   float: left;
font-family: B Koodak;
color: #FFF;
font-size: 9pt;
line-height: 26px;
    }

#socials ul li a
{
    font-family: FontAwesomeSocial;
    font-size: 15pt;
    color: #DEDEDE;
    display: block;
    padding: 10px;
    transition:300ms;
}

#socials ul li a:hover
{
    color:#EA2D49;
    
}



#right-footer
{
    background-color: #fff;
    width: 700px;
    float: right;
    padding: 0px 20px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
#right-footer span
{
    text-align: right;
transition: all 1s ease 0s;
direction: rtl;
display: block;
line-height: 70px;
font-size: 10pt;
font-family: yekan;
color: #424242;
}
#right-footer h4
{
display: inline-block;
color: #EA2D49;
font-size: 12pt;
padding-left: 10px;
font-family: yekan;
}
#right-footer i
{
    margin-left: 10px;
    font-size: 19pt;
    color: #EA2D49;
}
#left-footer a
{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#left-footer
{
    position: relative;
    transition: all 150ms ease 0s;
    width: 230px;
    background-image: url("/themes/violet/tfiles/staticmap2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 230px;
    height: 230px;
    float: left;
    opacity: 0.8;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    
    box-shadow: 0px 0px 0px 4px #DDD, 0px 0px 0px 1px #DDD inset;
border: 7px solid #FFF;
background-color: #F2F2F2 ;
padding: 4px;
transition: all 4s ease 0s;
display: inline-block;
}

#left-footer:hover
{
    background-size: 260px;
    
    }
#left-footer img
{
    width: 45px;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 30px;
    right: 0px;
    left: 0px;
    transition: 200ms;
    cursor: pointer;
}
#left-footer img:hover
{
    top: -10px;
}
@media ( max-width: 990px )
{

    #right-footer
    {
        float: none;
        width: calc(100% - 40px);
        height: inherit;
    }
    #left-footer
    {
        float: none;
    }
}
@media ( max-width: 768px )
{
    #left-footer
    {
        background-color: #F9F9F9;
    }

}
@media ( max-width: 400px )
{
}
