/*css amangiri-canyon  */
.form-group{
	position: relative;
}
.amangiri-text{
	display: block;
	padding-bottom: 20px;
	font-size: 1.25rem;
	color: #737070;
	text-transform: uppercase;
}

.kayentaroad ul {
	color: #737070;
	font-weight: 400;
	font-size: 1em;
	line-height: 142%;
	list-style: none;
	padding: 0px;
}
.amangiri-canyon .item-tour{
	padding-left: 6px;
	padding-right: 6px;
	overflow: hidden;
	font-size: 1.15em;
	color: #636363;
}
@media (min-width:770px) {

	.amangiri-canyon  {
		width: 900px;
		margin: 10px auto; 
	}
}
@media (max-width:768px) {
	.amangiri-canyon {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.amangiri-canyon .item-tour{
		width: 100%;
		margin-bottom: 30px;
	}
}
/* css-select */
.btnselect {
	margin-bottom: 15px;
}
.btnselect select {
	color: #737070;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	-webkit-appearance: none;
	display: block;
	padding-left: 20px;
	font-size: 14px;
}
.btnselect:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	right: 28px;
	top: 22px;

	background: url("../images/icon_arrow_down_dark.png") no-repeat;
}
.btnselect:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 30px;
	right: 55px;
	top: 10px;
	background: #bbb;
}
.btnselect select option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}

.amangiri-text-kayentaroad {
	margin-top: 40px;
	margin-bottom: 40px;
}
.firstname {
	margin-bottom: 15px;
}
.firstname input {
	font-size: 17px;
	width: 100%;
	height: 50px;
	font-size: 1em;
	padding-left: 20px;

}

.yourcountry {
	margin-bottom: 15px;
	position: relative;
}
.yourcountry select {
	color: #737070;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	-webkit-appearance: none;
	display: block;
	padding-left: 20px;
	font-size: 14px;
}
.yourcountry:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	right: 28px;
	top: 22px;
	background: url("/Content/images/icon_arrow_down_dark.png") no-repeat;
}
.yourcountry:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 30px;
	right: 55px;
	top: 10px;
	background: #bbb; 
}
.yourcountry select option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}
.message textarea {
	width: 100%;
	height: 178px;
	padding-top: 10px;
	padding-left: 20px;
}

.btn-send {
	display: inline-block;
	padding: 12px 30px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.42857143;
	border: 1px solid #bbb;
	background-color: #f8f8f8;
	background: url("../images/Feedbin-icon-2.png") 90px no-repeat;
}
.kayentaroad li a{
	color: var(--second-color) !important;
}