header#plain #logo_home h1 a {
	background-image: url(/images/logo.png);
}

@charset "UTF-8";
/* CSS Document */

.fade:not(.show) {
	opacity: 100 !important;
}
.help-block{
	color:red;
	font-size:10px;
}
.form-fields label{
	margin-right:15px;
	margin-bottom: 10px;
}
.form-fields .date-pick{
	width:90px;
}
.field-error{
	color:#ff4c4c;
	margin-left: 8px;
	font-size:12px;
}
.val-error{
	border: 1px solid red;
}
#collapseFilters > :last-child{
	margin-top:25px;
}
@media (min-width:1025px) {
	#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
		background-size: 175px 60px;
	}
	#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
		width: 175px;
		height: 65px;
		display: block;
		background-size: 175px 60px;
	}
	#logo_home{
		margin-bottom:10px;
	}
	.dropdown-cart {
		margin-top: 10px;
	}
}
@media (max-width:1024px) {
	#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
		background-size: 127px 44px;
	}
	#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
		width: 127px;
		height: 44px;
		display: block;
		background-size:127px 44px;
	}
	#logo_home{
		margin-bottom:10px;
	}
	.dropdown-cart {
		margin-top: 10px;
	}
}

.main_title {
	margin-top: 30px;
}
#main-container{
	padding-bottom:0px !important;
}
header{
	z-index:999 !important;
}

.btn_full_outline.reset{
	color: #bebebe;
	border: 2px solid #ebebeb;
}
.main-menu > ul > li > a {
	font-size: 14px;
}
.intro_title {
	background-color: rgba(0, 0, 0, 0.3);
}

.wish_bt {
	color: white !important;
}
a.wish_bt strong {
	font-size: 11px;
	width: 15px;
	height: 15px;
	display: block;
	background-color: #D9531E;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -2px;
	right: -8px;
	line-height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
ul#wish_items li{
	margin-top:10px;
}
ul#wish_items li .image {
	overflow: hidden;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
ul#wish_items li .image img {
	width: 100%;
	height: 100%;
}
ul#wish_items li .action i {
	font-size:14px;
}
.button_wish{
	width:100% !important;
	margin-top:5px;
}
.wishlist_in {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.wishlist_in a {
	color: #f66;
	cursor: pointer;
	display: block;
}

.strip_all_tour_list .wishlist_in a {
	color: #fff;
}

.wishlist_in:before {
	font-style: normal;
	font-weight: normal;
	font-family: "icon_set_1";
	font-size: 40px;
	content: "\72";
	color: #f66;
	position: absolute;
	left: 0;
	top: 4px;
}
.bad input, .bad select, .bad textarea {
	border: 1px solid #CE5454;
	box-shadow: 0 0 4px -2px #CE5454;
	position: relative;
	left: 0;
	-moz-animation: .7s 1 shake linear;
	-webkit-animation: .7s 1 shake linear;
}
.good input, .good select, .good textarea {
	border: 1px solid #00b200;
	box-shadow: 0 0 4px -2px #00b200;
	position: relative;
	left: 0;
	-moz-animation: .7s 1 shake linear;
	-webkit-animation: .7s 1 shake linear;
}