.main__tours {
    padding: 40px 0;
}

.tours__info img {
	width: 100%;
    max-width: 100%;
}

.iTour-larger img {
    /*height: 348px;*/
	height: auto;
}

.tours__info--details {
    padding: 10px;
    background: #8d191c;
    color: #fff;
	font-size: 15px;
}
.info--details__link:hover {
	text-decoration: none;
}

.info--details__link h3 {
    color: #fdd94c;
	font-size: 20px;
	font-weight: 600;
	display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   height: 48px;
}

.tours__info {
    padding: 2px 2px;
    box-shadow: inset 0px 0px 3px 2px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 2s ease-in-out;
}

.tours__info--button {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: flex-end;
}

.tours__info--button button {
    text-transform: uppercase;
    font-size: 14;
    color: #fff;
    padding: 7px 15px;
    border: 1px solid #fff;
    background: #8d191c
}

.tours__col:nth-child(3) .info--details__title {
    font-size: 17px;
}

.tours__col:nth-child(4) .info--details__title {
    font-size: 17px;
}

.tours__col:nth-child(5) .info--details__title {
    font-size: 17px;
}

.tours__info--button button:focus {
    outline: none;
}



.tour-detail-body {
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
    margin: 30px 0;
    padding: 40px;
}

.tour-detail {
    border-top: 1px solid #deaa86;
    border-bottom: 1px solid #deaa86;
    padding: 15px 0 30px;
    margin: 30px 0;
}

    .tour-detail .tours_name {
        display: inline-block;
        color: #374853;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
    }

    .tour-detail .tours_price {
        display: inline-block;
        float: right;
        font-weight: 700;
        color: #8d191c;
        margin: 0;
    }

        .tour-detail .tours_price span {
            font-size: 22px;
        }

    .tour-detail .subheading {
        color: #8d191c;
        letter-spacing: 6px;
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tour-detail .tours_desc {
        line-height: 1.8em;
        margin-bottom: 20px;
    }

    .tour-detail .price span,
    strong {
        font-weight: bold;
        font-size: 16px;
        color: #8d191c;
    }

.subheading {
    color: #8d191c;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.similar__rooms {
    padding: 40px 40px 0;
    margin: 30px 0;
    background-color: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
}

.similar-rooms__list {
    list-style: none;
    padding-left: 0;
}

.list__item {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}

.list_item__body img {
    display: block;
    max-width: 100%;
    height: auto;
}

.list_item__body .content h3 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.list_item__body a {
    color: #374853;
    text-decoration: none;
    transition: all .5s ease-in;
}

    .list_item__body a:hover {
        color: #8d191c;
        transition: all .5s ease-in;
    }

.list_item__body b,
strong {
    font-weight: 700;
    color: #000;
}

.list_item__body p {
    margin: 0;
}

@media (max-width : 600px){
	.tour-detail {padding: 15px 0 30px;}
}
