*:focus{outline:none;}
html{
	
}

body{
	font: normal 12px/18px OpenSansHebrewRegular, Tahoma, Arial, sans-serif;
	margin:0;
	width:100%;
	background: #fafafa;
	direction:rtl;
	background:#F4F9FC!important;
	color: #294254;
}

h1{
    margin: 0;
    font-weight: normal;
    padding: 80px 0;
    color: #000;
    text-align: center;
}

.wrapper{
    max-width:1200px;
    margin:0 auto;
}

.item{
    max-width: 290px;
    width: 100%;
    display: inline-block;
    margin: 0 0 25px 50px;
}

.item:nth-child(2n){
    margin: 0 0 25px 0;
}

.item:after{
    content: "";
    clear: both;
    display: block;
}

.row{
    width:100%;
    display: block;
    text-align: center;
}

.row:after{
    content: "";
    clear: both;
    display: block;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    vertical-align: middle;
    box-shadow: 0 2px 4px 0 rgba(24,50,71,.58);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.icon img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.right{
    float: right;
    text-align: right;
    font-size: 14px;
    padding: 0 15px 0 0;
}

.right .title a{
    color:#000;
    text-decoration: none;
    font-weight: bold;
}

.right .description{
    color: #444;
}

.right .updated{
    font-size: 10px;
    color: #444;
}

.footer{
    text-align: center;
}

.fotter-credit{
    font-weight: bold;
    padding: 45px 0 25px;
}

#er-404{
    text-align: center;
}

@media(max-width:1024px){
    h1 {
        padding: 35px 0 60px;
    }  
    .item {
        display: block;
        margin: 0 auto 25px !important;
    }  
}