﻿


.Boxes {
    margin: 30px auto;
    overflow: hidden;
    width: 100%;
}




.Boxes .item {
    position: relative;
    display: block;
    color: #fff;
    background-color: #aeb1b1;
    text-decoration: none;
    font-size: 22px;
    width: 100%;
    min-height: 190px;
    float: left;
    margin-right: 28px;
    line-height: 28px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
    margin-bottom: 28px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 17px 18px;
    background-position: calc(100% - 21px) calc(100% - 22px);
}

.Boxes .item.hasOnlineBooking {
    cursor: pointer;
    background-color: #5abbc7;
    background-image: url('/images/arrowWhite.svg');
}


.Boxes .item p {
    color: #fff;
    font-size: 16px;
}

.Boxes .item p:last-of-type {
    padding-bottom: 24px;
}

.Boxes .item p.name {
    font-weight: bold;
}

.Boxes .item .action {
    font-size: 16px;
    padding-right: 50px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    line-height: 28px;
    bottom: 18px;
    right: 0;
}

.Boxes .item .clicker {
    position: absolute;
width:100%;
height:100%;
left:0;
top:0;
}


.Boxes.col2 .item {
    width: calc((100% - (28px * 1)) / 2);
}

.Boxes.col2 .item:nth-child(2n) {
    margin-right: 0;
}



.Boxes .item.hasOnlineBooking:hover {
    background-color: #2a919d;
}



.back {
    margin-top:30px;
    display: block;
    color: #fff;
    background-color: #5abbc7;
    text-decoration: none;
    font-size: 16px;
    float: left;
    margin-right: 28px;
    line-height: 2;
    padding: 0 28px 0 45px;
    margin-bottom: 28px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 15px 18px;
    background-position: 21px center;
    background-image: url(/images/arrowWhite_back.svg);
}
.back:hover {
       background-color: #2a919d;
}