body {
	word-wrap: break-word;
        font-family: Tahoma, Geneva, sans-serif;
}
.col-md-12 .item_n {
	padding: 0;
}
.item_n ul {
	margin: 0;
	padding: 0;
}
.item_n ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
/*.item_n ul li div.item_area {
	border: 1px solid #c3c1c1;
	padding: 3px;
	margin: 10px;
}*/
.item_n ul li div.item_area img {
	width: 100%;
}

/***********text hover**********/
/*img*/

.item_n ul li div.item_area {
	border: 1px solid #c3c1c1;
	/*padding: 1px;*/
        margin: 7px;
	position: relative;
	text-align: center;
	font-size: 18px;
}
.item_n ul li div.item_area .item_hover {
	width: 100%;
	height: 99%;
	position: absolute;
        background: rgba(204, 90, 20, 0.8);
	bottom: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	font-family: Tahoma;
	font-size: 16px;
        color: #fff;
}
.item_n ul li div.item_area:hover .item_hover {
	width: 100%;
	height: 99%;
	position: absolute;
        background: rgba(204, 90, 20, 0.8);
	bottom: 3px;
	opacity: 1
}

.item_n ul li div.item_area .item_hover span {
    text-transform: uppercase;
}

/*.item_n ul li div.item_area .item_hover ul {
    
}*/

.item_n ul li div.item_area .item_hover ul li {
    font-size: 11px;
    margin-left: 20px;
    float: none; /*move all li in separate line*/
    text-align: left;
    list-style: disc; /*adding bullets*/
    text-indent: -8px; /*space between the bullet and text*/
    /*display: list-item;*/
}

.item_n ul li div.item_area .item_hover ul li.price {
    font-size: 16px;
    list-style: none;
    margin-left: 10px;
}

.item_n ul li div.item_area .item_hover .pdf {
    background: #e09c72;
    color: #cc5a14;
    position: absolute;
    bottom: 0;
    left: 0;
/*    margin: 0 0 0 10px;
    padding: 7px 20px;*/
    margin: 0;
    padding: 7px 28px;
}

.item_n ul li div.item_area .item_hover .online-booking { font-size: 15px;
	background: #e09c72;
	color: #cc5a14;
	position: absolute;
	bottom: 50px;
	left: 0;
	margin: 0;
	padding: 7px 32px;
}


a.zoom {
	/*background: url(../images/link.png) no-repeat;*/
	width: 38px;
	height: 38px;
	display: block;
	margin: 30% auto 3%;
	outline: none;
}

/*text*/
.item_n ul li div.item_area .text_hover {
    /*background: rgba(255,156,57, 1);*/
    background: rgba(240,240,240,1);
    /*color: #fff;*/
    color: #770c21;
    width: 160px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    /*position: relative;*/
}

.item_n ul li div.item_area:hover .text_hover {

}

.item_n ul li div.item_area .text_hover span {
/*    color:#000;*/
/*position: absolute;
bottom: 1px;
left: 5px;*/
}