
.buttons {
	width: 100%;
	float: left;
}
.container_even {
	width: 100%;
	float: left;
	padding:50px 0;
	background:#fff;
}
.set_container {
	width: auto;
	margin: auto;
	padding-bottom:0px;
	clear: both;
}



.set_1_btn {
	color: #40210f;
	cursor: pointer;
	display: block;
	font-size: 1.15em;
	font-weight: bolder;
	line-height: 2.3em;
	text-align: center;
	max-width: 160px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	/*vertical-align: middle;*/
	width: 100%;
}
.set_1_btn:hover {
	text-decoration: none;
}


.Vbtn-3 {
	background:transparent;
	text-align: center;
	float:left;
	margin: 0 10px;
}
.Vbtn-3 svg {
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	margin: -3px 0 8px;
}
.Vbtn-3 rect {
	fill: none;
	stroke: #d39d47;
	stroke-width: 3;
	stroke-dasharray: 422, 0;
	transition: all 450ms linear 0s;	
}
.Vbtn-3:hover {
	/*background: #d39d47;*/
	font-weight: 900;
	letter-spacing: 1px;
	transition: all 150ms linear 0s;
	color: #d39d47;
}
.Vbtn-3:hover rect {
	stroke-width: 5;
	stroke-dasharray: 15, 310;
	stroke-dashoffset: 48;
	-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.Vbtn-4 {
	letter-spacing: 0;
	transition: all 150ms linear 0s;
	float:left;
}
.Vbtn-4:hover, .Vbtn-4:active {
	letter-spacing: 5px;
	transition: all 150ms linear 0s;
	color: #d39d47;
}
.Vbtn-4:after, .Vbtn-4:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: 0px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}
.Vbtn-4:hover:after, .Vbtn-4:hover:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #d39d47;
	-webkit-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 75%;
}
.Vbtn-4:hover:before {
	bottom: auto;
	top: 0;
	width: 75%;
}
