body {
	font-family:'helvetica','arial','sans-serif';
	display: block;
	margin: 0;
}
a {
	color: #409cd1;
	text-decoration: none;
}
a:hover, a:focus {
	color: #005580;
	text-decoration: underline;
}
.home {
	border:#409cd1 1px solid;
	border-top:none;
	outline:none;
	min-width: 254px;
	background: #fff;
}
#review-wrapper {
	height: 120px;
	border:#409cd1 1px solid;
	border-bottom: none;
}
.home .head{
	background-color: #409cd1;
	height: 55px;
	color: #fff;
}
.home .head .logo {
	cursor: pointer;
	width: 165px;
	height: 30px;
	background: url('/images/responsive/sprite.png') 0 -91px;
	margin-top: 11px;
	margin-left: 15px;
	float: left;
}
.home .head .write_review {
	float: right;
	padding: 19px 50px 10px 0;
	font-size: 11px;
	color: #fff;
	height: 33px;
	cursor: pointer;
	position: relative;
}
.home .head .write_review:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 13px;
	width: 25px;
	height: 25px;
	background: url('/images/responsive/write_review.png') no-repeat;
	float: right;
}
.home .operator {
	padding: 10px;
	padding-top: 0;
	background-color: #f6f6f6;
	border-bottom:#dddddd 1px solid;
}
.home .operator .name a{
	font-size: 24px;
}
.review-top {
	display: table;
	width: 100%;
	min-height: 30px;
	margin-bottom: 10px;
}
.review-tour-name {
	display: table-row;
	width: 80%;
	float: left;
	font-size: 21px;
	color: #333;
}
.review-rating {
	float: left;
	padding-top: 3px;
}
.review-rating svg {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	float: left;
	fill: #409cd1;
}
.tourop-rating {
	position: relative;
	display: inline-block;
	min-width: 1px;
	min-height: 25px;
	font-size: 14px;
	margin-top: 5px;
}
.tourop-rating svg {
	width: 22px;
	fill: #fbbd00;;
}
.tourop-rating .review-rating {
	width: 240px;
	float: left;
	margin-right: 15px;
}
.tourop-rating .review-rating div {
	width: 105px;
	float: left;
	margin-right: 15px;
	text-align: right;
	line-height: 20px;
}
.tourop-rating .rating-text {
	position: absolute;
    width: 180px;
    top: 5px;
    left: 131px;
}
.tour-star {
	font-size: 11px;
	margin-right: 2px;
}
.tour-star-full {
	background: url('/images/responsive/sprite-serp.png') -185px -100px;
	width: 11px;
	height: 11px;
	display: inline;
	float: left;
}
.tour-star-half {
	background: url('/images/responsive/sprite-serp.png') -185px -89px;
	width: 11px;
	height: 11px;
	display: inline;
	float: left;
}
.tour-star-empty {
	background:url('/images/responsive/sprite-serp.png') -183px -78px;
	width:13px;
	height:11px;
	display:inline;
	float: left;
}
.best {
	margin-top: 5px;
}
.best a {
	color: #9c9c9c;
}
.home .reviews, .home .meets {
	padding: 10px;
	background-color: #fff;
	overflow-y: scroll;	
}
.home .review {
	padding: 10px 10px 0 10px;
	background-color: #fff;
}
.tour {
	padding-top: 5px;
	font-weight: bold;
}
.gray {
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #ccc;
}
.image {
	height: 50px;
	margin-top: 3px;
	float: left;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.image img{
	width: 50px;
	max-height: 50px;
	margin-top: 3px;
	float: left;
}
.to .image img{
	margin-top: 0;
}
.image-review {
	margin-right: 13px;
}
.text {
	min-height: 60px;
	color: #333;
	padding-left: 60px;
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 16px;
}
.text div {
	height: auto;
	overflow-y: hidden;
	font-size: 13px;
	font-weight: normal;
}
.to .text div {
	height: auto;
}
.review-text {
	padding-left: 0 !important;
}
.comment {
	height: auto !important;
}
.review-text .comment {
	position: relative;
	max-height: 54px;
	height: 54px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}
.comment .date {
	color:#9c9c9c;
}
.comment #ellipsis {
	overflow: hidden;
}
.comment #ellipsis:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 56px;
    height: 16px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
}

.comment #ellipsis:before {
    content: '...';
    text-align: right;
    position: absolute;
    display: block;
    width: 23px;
    height: 16px;
    bottom: 1px;
    right: 0;
    margin-right: 56px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 99%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 99%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 99%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 99%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.comment #ellipsis.hidden:before {
    display: none;
}
.comment #ellipsis.hidden:after {
    display: none;
}
.reviews .tour-name,
.reviews .tour-name a {
	max-width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.reviews .tour-name span {
	color: #333;
}
.reviews .text .comment {
	padding-top: 5px;
}
.reviews .text .comment p {
	margin: 0;
	line-height: 18px;
}
.reviews .text .comment p.high {
	min-height: 50px;
}
.reviews .text .less,
.reviews .text .more {
	color: #9c9c9c;
	text-decoration: underline;
}
.reviews .text .less {
	margin-top: 10px;
}
.more {
	display: none;
}
.review .more-reviews {
	font-size: 14px;
	font-weight: normal;
}
.review .review-data {
	position: relative;
	width: 100%;
	height: 110px;
	padding-bottom: 20px;
}
.reviews .review-data .review-images {
	display: table-cell;
	vertical-align: top;
	padding-right: 35px;
	overflow: hidden;
}
.reviews .review-data .review-images img {
	max-width: 100px;
	max-height: 100px;
	float: left;
	margin-right: 4px;
}
.reviews .review-data .review-ratings {
	display: table-cell;
	width: 175px;
	height: 110px;
}
.reviews .review-data .review-ratings .review-rating {
	display: block;
	height: 18px;
	width: 100%;
	padding: 0;
}
.reviews .review-data .review-ratings .review-rating div {
	width: 100px;
	float: left;
	font-size: 12px;
	line-height: 22px;
}
.reviews .review-data .review-ratings .review-rating svg {
	width: 13px;
	float: left;
	fill: #fbbd00;
}
.bottom {
	text-align: center;
	position: relative;
	bottom: 34px;
	margin-bottom:-33px;
	background:url('/images/responsive/widgets/40px_gradient.png') repeat-x;
	background-size: contain;
	height: 40px;
}
.bottom  a{
	color: #409cd1;
	font-size: 12px;
	text-decoration: none;
}
.bottom  div{
	padding-top: 16px;
}
.bottom #comment {
	width: 30%;
	height: 25px;
	margin: 10px 35% 0 35%;
	border: 0;
	border-radius: 2px;
	color: #fff;
	background-color: #409cd1;
	cursor: pointer;
	outline: none;
}
.touravatar {
	width:50px;
	height:50px;
	background:url('/images/responsive/touroperator/sprite.png') -92px -40px;
}
.round-image {
	border-radius: 50%;
}
.loader {
	height: 19px;
	display: none;
}
.rating {
	margin: 2px 0;
}
.poweredby {
	border: 0;
	font-size: 10px;
	color: #ccc;
	float: right;	
}
.poweredby a {
	color: #ccc;
}

.meets-data {
	position: relative;
	width: 100%;
	margin-bottom: 18px;
	padding-bottom: 12px;
	float:left;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
}

.meets-data .total {
	position: relative;
	width: 47%;
	margin-right: 3%;
	float: left;
	text-align: center;
	font-weight: lighter;
}

.meets-data .total span {
	font-size: 40px;
}

.meets-data .total p {
	margin: 0;
	font-size: 14px;
}
.tour .departing {
	position: relative;
	width: 100%;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin-bottom: 5px;
}

.tour .departing a {
	position: absolute;
	bottom: 0;
	left: 0;
}

.back {
	font-size: 14px;
	margin-bottom: 15px;
}

.tour .departing span {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: lighter;
	font-size: 12px;
}

.departing-meet {
	margin-bottom: 10px;
}

.departing-meet span {
	font-weight: bold;
}

#filter-meet, #filter-tour-meet {
	width: 100%;
	margin-bottom: 13px;
}

#filter_meet_chzn, #filter_tour_meet_chzn {
	display: block;
}

/*** BADGES ***/
.badge svg {
	display: block;
    float: left;
	width: 15px;
	height: 15px;
	fill: #fbbd00;
}
.badge .grey {
	font-size:10px;
	color:#9c9c9c;
	line-height:12px;
	padding-top:2px;
}
.badge2 .tour-star {
	width:10px;
	height:10px;
}
.badge2 .grey {
	font-size:10px;
	color:#9c9c9c;
	line-height:12px;
	padding-top:1px;
}
.badge3 {
	line-height:0;
	text-align:center;
}
.badge3 .tour-star {
	width:10px;
	height:10px;
	float:none;
	display:inline-block;
}
.badge3 .grey {
	font-size:10px;
	color:#9c9c9c;
	line-height:12px;
	padding-top:1px;
	display:inline-block;
	margin-left:-4px;
}
@media (max-width: 635px) {
	.review-tour-name {
		width: 75%;
	}
}
@media (max-width: 480px) {
	.review-tour-name {
		width: 67%;
	}
}
@media (max-width: 480px) {
	.review-tour-name {
		width: 67%;
	}
}
@media (max-width: 370px) {
	.review-tour-name {
		width: 63%;
	}
}
@media (max-width: 305px) {
	.tourop-rating .rating-text {
		width: 97px;
	    height: 16px;
	    overflow: hidden;
	}
}
@media (max-width: 320px) {
	#write_review-tr {
		display: none;
	}
}