.tour_row {
	border-top: 1px solid #ddd;
	margin: 7px 0;
	padding: 20px 0;
}
.tour_row .label {
	color: #333;
	float: left;
	font-family: montserrat;
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
	padding: 0 12px 0 0;
	text-align: left;
	text-transform: capitalize;
	white-space: normal;
	width: 28%;
}
.tour_row .description {
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 140%;
	width: 72%;
}
.tour_row .description p {
	margin: 0 0 10px;
}
.tour_row .description strong {
	color: #666;
}
.tour_row::after {
	clear: both
}
.tour_row::before, .row::after {
	content: " ";
	display: table;
}
.tour_row .book.dtnt_btn {
	background: #fff none repeat scroll 0 0;
	border-color: #ff9900;
	border-radius: 5px;
	clear: both;
	color: #ff9900;
	display: block;
	font-weight: 600;
	margin: 20px 0 0;
	width: 115px;
	text-transform: none;
	transition: background-color 0.2s ease 0s
}
.tour_row .book.dtnt_btn:hover {
	background-color: #ff9900;
	color: #fff;
	border-color: #ff8800;
}
.tour_row .description img {
	height: auto;
	width: 100%;
}
.tour_row .description img.half {
	float: left;
	height: auto;
	padding: 0 3px 3px 0;
	width: 50%;
}

.tour_row .description img.half.single {
  display: block;
  float: none;
  height: auto;
  padding: 0 3px 3px 0;
  width: 50%;
}
/*#dtnt_tour_booking_form {
	position: absolute;
	background: #fff;
	top: 0;
	left:0;
	overflow: auto;
	width: 100%;
	display: none;
	z-index:2000
}*/

#tourbooking_con {
	padding: 0 20px;
}
#tourbooking_panel {
	background: #fff;
	overflow: auto;
}

#tourbooking_con #dtnt_booking_form {
  background: #fff none repeat scroll 0 0;
  display: block;
  font-size: 14px;
  max-width: 600px;
  padding: 20px 20px 80px;
}
    
.sidebyside-wrap {
  float: left;
  padding-right: 20px;
  width: 50%;
}

.description .wp-caption.alignnone {
  width: auto !important;
}


 @media (max-width: 400px) {
.tour_row .label, .tour_row .description {
	float: none;
	width:auto;
	display: block
}
.tour_row .label {
	margin-bottom: 10px;
}
.tour_row .description img.half {
	height: auto;
	width: 100%;
	padding: 0 0 3px 0;
}
}