
@media screen and (max-width:700px) { 
	.opengrah_img_box{
		padding: 0px !important;
	}
	.opengrah_img{
		width: 100% !important;
		height: 100% !important;
	}
	.opengrah_website{
		position:unset !important;
	}
	.opengrah_item{
		display: block !important;
	}
	.opengrah_item h6{
		margin-top: 5px  !important;
		margin-bottom: 5px  !important;
	}
}


img.photo {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.active{
  color: #ee6e73;
}

.page_name{
  width: 100%;
  height: 44px;
  vertical-align: middle; 
}

.page_name h5{
  padding-top: 8px; 
}

.info{
  width: 100%;
  height: 44px;
  padding-bottom: 48px;
  
}

.title{
  display: flex;
  width: 100%;
  height: 44px; 
  border-top: #a9a9a9 1px solid
}
.title h6{
  margin-top: 20px;
  margin-left: 8px;
}
.title_hint{
  width: 6px;
  height: 24px;
  margin-left: 8px;
  margin-top: 16px;
  background-color: #ee6e73;
  border-radius: 2px;
}

.text_content{
  margin-left: 8px;
  margin-right: 8px;
  color: #a9a9a9;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more{
 margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 24px;
  margin-top: 12px;
}
.table{
  margin-left: 8px;
  margin-right: 8px;
}
.opengrah{
  margin-left: 8px;
  margin-right: 8px;
}
.map{
  width: 100%;
  height: 450px;
}
.reviews{
  margin-left: 8px;
  margin-right: 8px;
}
.user_img{
  width: 40px;
  min-width: 40px;
}
.review_text{
  color: #a9a9a9;
}
.sujection_location{
  margin-left: 8px;
  margin-right: 8px;
}


.opengrah_item{
	margin: 6px 0px;
	width:100%;
    display: flex;
}
.opengrah_info{
	position: relative;
}
.opengrah_img_box{
	padding: 0px 20px 0px 0px;
}
.opengrah_img{
	height: 120px;
    min-width: 200px;
	width: 200px;
}
.opengrah_website{
	font-size: 14px;
	position:absolute;
	bottom:0px;
}
.opengrah_item h6{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 15px;
}
.opengrah_desc{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bus_info{
  padding-top: 10px;
}
.bus_info .singleItem{
  background: #FFF4CB;
    border: 1px solid #5A2F12;
    border-radius: 15px;
    padding: 8px 8px;
    position: relative;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 10px;
    padding-left: 38px;
    width: 48%;
    background: url(../image/bus.svg) 3px center no-repeat;
    background-color: #FFF4CB;
    background-size: 30px auto;
    cursor: pointer;
}
.bus_info .singleItem .busName{
  font-size: 20px;
  font-weight: bold;
}
.bus_info .singleItem .busHeadSign{
  font-weight: 400;
}

#show_more_bus{
  display: inline-block !important;
  border: 1px solid #5A2F12 !important;
    background: #FFB41A !important;
    border-radius: 10px;
    color: #5A2F12 !important;
    padding: 8px 14px !important;
    margin: 20px 10px;
}

.text-right{
  text-align: right;
}

.attractions_manage-template-default a{
  text-decoration: none !important;
}

@media screen and (max-width:600px){
   .bus_info .singleItem{
      width: 100%;
      margin-right: 0px;
   }
}