/* travel */
.top18 {
	margin-top: 18px;
}
.m0 {
	margin: 0;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.top6 {
	margin-top: 6px;
}
.mb20 {
	margin-bottom: 20px;
}
.top30 {
	margin-top: 30px;
}
.mt-10 {
	margin-top: -10px;
}
.ml20 {
	margin-left: 20px;
}
.mh20 {
	margin: 0 20px;
}
.mv-5 {
	margin: -5px 0;
}
.copy {
	font-size: 12px;
	line-height: 26px;
	float: left;
	font-family: "NeoSans";
}
.bl-shadow {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("/static/img/shadowB.png") no-repeat center 100% rgba(255, 255, 255, 0.5);
	background-size: contain;
	position: relative;
}
.bl-shadow:after {
	content: '';
	left: 0;
	bottom: 0;
	position: absolute;
	height: 12px;
	width: 100%;
	opacity: 0.5;
	background-color: #fff;
}
.special {
	font-size: 21px;
	font-family: "NeoSans";
	color: #999;
}
.placeholder {
	margin-bottom: 40px;
}
.img-wr {
	display: block;
	position: relative;
	text-decoration: none;
}
.img-wr:hover {
	text-decoration: none;
}
.img-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 20px;
	height: 72px;
	color: #000;
	font-size: 24px;
	line-height: 52px;
	font-weight: bold;
	overflow: hidden;
	text-shadow: 0 1px 0 #fff;
	background-color: rgba(243, 243, 243, 0.75);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.img-wr:hover .img-hover {
	height: 100%;
}
.hd-post {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 34px;
	color: #fff;
	font-style: 16px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	background-color: #d31216;
	text-shadow: 0 -1px 0 rgba(7, 8, 8, 0.35);
	box-shadow: 0 1px 3px 0 rgba(8, 9, 9, 0.75) inset;

}
.post-link {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.post-link:hover,
.post-link:focus {
	color: #b00000;
	outline: none;
	text-decoration: none;
}
iframe[name='google_conversion_frame'] {
	height: 0 !important;
	float: left;
}
