/***** button *****/

.button_kit1 {
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.button_kit1:last-child {
	margin: 0px 0px 0px 0px;
}

.button_kit1_object1 {
	width: 100%;
	height: auto;
	max-width: 370px;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.button_kit1_object1 a {
	width: 100%;
	color: #8E7A4F;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
  padding: 25px 30px 25px 30px;
	margin: 0px 0px 0px 0px;
	background-color: unset;
	border: 1px solid #8E7A4F;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

.button_kit1_object1 a:hover {
	color: #ffffff;
	background-color: unset;
	border: 1px solid #ffffff;
}

.button_kit1_object1 p {
	width: 100%;
	color: #8E7A4F;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
  padding: 25px 30px 25px 30px;
	margin: 0px 0px 0px 0px;
	background-color: unset;
	border: 1px solid #8E7A4F;
	border-radius: 0px;
	transition: .3s;
	cursor: pointer;
	display: block;
}

.button_kit1_object1 p:hover {
	color: #ffffff;
	background-color: unset;
	border: 1px solid #ffffff;
}

.button_kit2 {
	position: relative;
	width: 100%;
	height: 80px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.button_kit2_object1 {
	width: 100%;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.button_kit2_object1 a {
	width: 100%;
	max-width: 370px;
	color: #8E7A4F;
	font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
  padding: 25px 30px 25px 30px;
	margin: 0px 0px 0px 0px;
	background-color: unset;
	border: 1px solid #8E7A4F;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

.button_kit2_object1 a:hover {
	color: #ffffff;
	background-color: #unset;
	border: 1px solid #ffffff;
}

.button_kit3 {
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.button_kit3:last-child {
	margin: 0px 0px 0px 0px;
}

.button_kit3_object1 {
	width: 100%;
	height: auto;
	max-width: 370px;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.button_kit3_object1 a {
	width: 100%;
	color: #8E7A4F;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
  padding: 25px 30px 25px 30px;
	margin: 0px 0px 0px 0px;
	background-color: unset;
	border: 1px solid #8E7A4F;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

.button_kit3_object1 a:hover {
	color: #ffffff;
	background-color: unset;
	border: 1px solid #ffffff;
}

/***** button_background *****/

.button_background1 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/***** info_button_patch *****/

.info_button_patch a {
	color: #8E7A4F !important;
	background-color: #ffffff !important;
}

.info_button_patch a:hover {
	color: #ffffff !important;
  background-color: #8E7A4F !important;
}

@media ( max-width: 1600px ) {

.button_kit1 {
  align-items: center;
}

}

@media ( max-width: 1400px ) {

.button_kit1 {
  align-items: center;
}

}

@media ( max-width: 1024px ) {

.button_kit1 {
  align-items: center;
}

}

@media ( max-width: 767px ) {

}
