.inqury-wrapper {
	background: #f1f1f1;
}

.top-summary {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.inquiry-left {
	background: #fff;
	box-shadow: 0 0 2px #999;
	padding: 10px 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.inquiry-left .left-title {
	font-size: 24px;
	font-weight: 300;
	margin: 10px 0 20px;
}

.inquiry-left li {
	margin-bottom: 15px;
}

.inquiry-left li .gray {
	display: block;
	color: #a4a4a4;
}

.inqury-box {
	border-radius: 4px;
	padding: 20px 45px;
	background: #fff;
	margin-bottom: 35px;
	box-shadow: 0 0 2px #999;
}

.inqury-list {
	margin-bottom: 35px;
}

.inqury-box h2 {
	font-size: 20px;
	color: #000;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 400;
}

/*col-label*/
.col-label {
	margin-bottom: 15px;
}

.col-label label {
	cursor: pointer;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	display: block;
	padding: 10px 20px;
	height: 65px;
	line-height: 22px;
	text-align: center;
}

.col-label label small {
	color: #bcbcbc;
	font-size: 14px;
	display: block;
}

.col-label input {
	display: none;
}

.col-label .mgc:checked+label {
	border: 2px solid #ad1818;
	color: #333;
	padding: 9px 19px;
}

.col-label .mgc:checked+label small {
	color: #888;
}

label {
	font-weight: normal;
}

.mgc:focus {
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 2px #666;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 2px #38a7ff
}

.mgc {
	position: relative;
	width: 18px;
	height: 18px;
	background-clip: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -.15px .6px 0 0;
	vertical-align: text-bottom;
	border-radius: 2px;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	background-color: #fff;
	border: 1px solid #999;
}

.mgc[type="checkbox"] {
	margin-right: 5px;
	position: relative;
	vertical-align: text-top;
	margin-top: 3px;
}

.mgc:checked {
	background-color: #d9d9d9;
	border-color: #333;
}

.mgc:checked:after {
	content: '';
	content: '';
	display: block;
	height: 7px;
	width: 11px;
	border: 0 solid #333;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 3px;
	left: 3px
}

.calendar {
	background: url(https://data.chinahighlightstravel.de/pic/tailor-made/calendar.png) no-repeat right center #fff;
}

.email {
	background: url(/image/test/email.png) no-repeat 97% center #fff;
}

.tel {
	background: url(/image/test/tel.png) no-repeat 97%;
	center #fff;
}

#StartDate[readonly] {
	background-color: #fff !important;
	cursor: pointer !important;
}

.input-group-addon {
	text-decoration: none;
	padding: 6px 20px;
	font-size: 25px;
	color: #a09f9f;
}

.input-group-addon.reduce {
	border-right: 0;
}

.input-group-addon.add {
	border-left: 0;
}

.form-control.addon-num {
	border-left: 0;
	border-right: 0;
	text-align: center;
}

input,
.form-control {
	border: 1px solid #d2d2d2;
	height: 51px;
	border-radius: 4px;
	font-size: 16px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

select {
	font-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(/image/test/down-arrow.png) 97% center/18px 10px no-repeat #fff;
	padding: 8px;
	border: 1px solid #d2d2d2;
	height: 51px;
	border-radius: 4px;
	width: 100%;
}

.flexibel {
	margin-top: 15px;
	margin-bottom: 0;
}

.name-label label {
	line-height: 40px;
	margin-bottom: 5px;
}

.found {
	margin: 30px 0 15px;
}

.found select {
	display: inline-block;
	width: auto;
	min-width: 260px;
	margin-left: 10px;
}

.found label {
	line-height: 47px;
	float: left;
}

.btn-lg {
	height: 70px;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.btn-lg .fa {
	font-size: 30px;
	margin-left: 12px;
	font-weight: 300;
}

.tailor-btn {
	margin: 50px;
}

@media (max-width: 992px) {
	.top-summary {
		margin-top: 40px;
	}

	.inqury-box {
		padding: 20px;
	}

	.tailor-btn {
		margin: 50px 0px;
	}
}