@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);

body{
    direction: rtl;
font-family: 'Noto Kufi Arabic', sans-serif;
}

#tit{
    font-family: 'Titillium Web', sans-serif;
    font-size: 50pt;
    color:#5d5d5d;
}

#layout{ 
    border-top: 1px dotted #a7a7a7;
    width:1000px;
    display: block;
    margin-top: 10px;
    padding-top: 30px;
}
 
#app_box{
    text-align: center;
    width:250px;
    height:280px;
    background: #e9e9e9; 
    display: inline-block;
    margin:18px 18px;
}
#app_box:hover{
    background: #dcdcdc;
}

#app_box .img{
    width:200px;
    margin-top:25px;
    border-radius: 10px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#app_box .img:hover{
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}
#app_box .tit{
    height: 45px;
    margin-top: 5px;
    font-size:13pt; 
	color: #000;

}
#app_box .app_os{
    color:#fff; 
    vertical-align: middle; 
    background: #7C9A92;
    padding:0px 5px;
    text-align: right;
}

 

#app_box .app_os .os{
    width:20px;
    vertical-align: middle; 
    float: left;
    padding: 4px;
}