/*
	// css/app/tours.css
	Our tour page
*/



.tours-profile-picture {
	width: 50px;
	height: 50px;
	position: absolute;
	border: 2px solid #f3f3f3;
	right: 2%;
	bottom: 70%;
	z-index: 9;
	background-color: #f3f3f3;
}
.tours-profile-tpic {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	border: 2px solid #f3f3f3;
	bottom: 70%;
	z-index: 9;
	border-radius: 50%;
	background-color: #5db9d4
}
.tours-title {
	min-height: 20px;
	color: #77CAE6;
	font-weight: bold;
	margin-top: 0px;
}
.tours-open-btn {
	border-color: #EB5307;
	background-color: #F25E13;
	width: 100px;
}

.tours-open-btn:hover {
	border-color: #f79766;
	background-color: #f79766;
	width: 100px;
}
.tours-list-details {
	background-color: #77CAE6;
	background: #77CAE6;
	color: #fff;
	padding: 5px 10px;
}
.tours-info-top {
	float: right;
	margin-right: 5px;
}
.tours-info-top span {
	font-size: 14px;
	font-style: italic;
}
.tours-desc-area {
	margin: 10px;
	height: 190px;
	text-overflow: ellipsis !important;
}
@media (max-width: 767px){
	.tours-profile-picture {
	width: 81px;
    height: 81px;
    position: absolute;
    border: 2px solid #f3f3f3;
    right: 2%;
    bottom: 70%;
    z-index: 9;
    background-color: #f3f3f3;
	}
}