.site-header1 .h-contacts{
    text-align:right;   
}
.site-header1 .h-contacts li{
    text-align:left;
}
.site-header1 .h-logo img{
    max-height: 100px !important;
    margin: 0 auto;
}
.imageMedium img{
    width:117px;
}
.prop-i .prop-i-labels{
    overflow:inherit;
}
.gridDate{
    float: right;
    background: #f3a249;
    color: #fff !important;
    padding: 3px 5px;
    font-size: 1em;
    position:relative;
}
.gridDate:before{
    position: absolute;
    left: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #f3a249;
    border-left: 13px solid transparent;
    content: "";
    transition: all .3s ease;
}
.gridList{
    float:none;
    
}
.gridList:before{
    border-top: none;
    border-right: 13px solid transparent;
    border-left: none;
    left: auto;
    right:-13px;
}
.prop-attachments, .prop-features, .prop-extra{
    display:none;
}