.MainItemList
{

    margin-top:20px;
    
}



.itemInList
{
    padding:20px;
    overflow: hidden;
    display:inline-block;
    width:200px;
    margin:0px 80px;
   /* padding-bottom: 30px !important;
    border-bottom: 1px solid #fff;*/
}

.itemInList a
{
    text-decoration:none;
   
}


.itemInListDate
{
    font-size:13px;
}

.itemInList h3
{
    
    margin-bottom:20px !important;
    
    /*font-weight: bold;*/
    font-size:16px;
      
       padding:10px;
       width:200px;
     background-color: #ffffff ;
}



.wrapperTextBox a
{
    
    text-decoration: underline !important;
}

.wrapperImageBox
{
    width:100%;
    height:100px;
     overflow: hidden;
     margin-top:5px;
     float:right;
     
    background-repeat: no-repeat;
    background-position: center; 
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    
    
}



.AboutText
{
    padding:10px 40px;
     -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}


@media (min-width:768px)
{

    .itemInList img
    {
        float:left;
        width:150px;
    }
    
    .itemInList.heb img
    {
        float:right;
    }

    .wrapperTextBox
    {
       
      /*   margin-left:220px;*/
    }


    .itemInList.eng h3
    {
      /*  margin-left:180px;*/
    }

    .itemInList.heb h3
    {
       /* margin-right:180px;*/
    }

}
