.item{
 border:1px solid black;   
}

.item h3{
    color: blue;
}


table.item-details td{
    padding-right: 10px;
}

table.item-details td:first-child{
    font-weight:bold;
}

h3.event-heading span{
    color: red;
}
.service-img{
    text-align: right;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 12px;
    border: 5px #fff;
    border-radius: 7px;
}
.service-img img{
    width: 100%;
 /*   max-width: 395px;*/
    border: 5px solid #fff;
    border-radius: 7px;
}
.tour-img .service-img:nth-child(3){
    position: absolute;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    top: 0;
    right: 12px;
}
.service-img img{
    max-width: 290px;
}
