

*{

    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    direction: rtl;

}

@font-face {

    font-family: IRANSans;
    src: url("font/IRANSansWeb.ttf") format("truetype"),
    url('font/IRANSansWeb.eot') format("embedded-opentype");

}

@font-face {

    font-family: Dana;
    src: url("font/iranyekanwebextrablackfanum.ttf") format("truetype"),
    url('font/iranyekanwebboldfanum.eot') format("embedded-opentype");

}


@font-face {

    font-family: Yek;
    src: url("font/Yek/Yekan.ttf") format("truetype"),
    url('font/Yek/Yekan.eot') format("embedded-opentype");

}


@font-face {

    font-family: reem_R;
    src: url("font/remm/ReemKufi-Regular.ttf") format("truetype"),
    url("font/remm/ReemKufi-Regular.eot") format("embedded-opentype");

}

.image404{

    width: 450px;
    height: 300px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 23px;

}

.image404 >i{

    width: 100%;
    height: 319px;
    background-image: url("img/ninivitrin_4040.gif");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    
}

.image404 >span{

    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14pt;
    line-height: 50px;
    font-family: dana;

}

.back{

  	margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    border: 1px solid #d0d0d0;
    color: #575757;
    padding: 10px;
    font-size: 10pt;
    font-family: iransans;
    display: table;
    border-radius: 6px;
    margin-top: 15px;
	text-decoration: none;
}


.back:hover{

  color: #575757;
  
}








