/* Btn Styles */
button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.btn {
	display: inline-block;
	padding: .75em 1.75em;
	cursor: pointer;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	font-size: 1.111em !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-style: solid;
	border-width: .2em;
	border-radius: .5em;
	transition: color .4s ease 0s, background-color .4s ease 0s;
}

.v1-btn .btn:not(.v2), .btn.v1 {
}

.v1-btn .btn:not(.v2):not(.no-hover):hover, .v1-btn a:hover .btn:not(.v2):not(.no-hover), .btn.v1:not(.no-hover):hover, a:hover .btn.v1:not(.no-hover) {
}

.v2-btn .btn:not(.v1), .btn.v2 {
}

.v2-btn .btn:not(.v1):not(.no-hover):hover, .v2-btn a:hover .btn:not(.v1):not(.no-hover), .btn.v2:not(.no-hover):hover, a:hover .btn.v2:not(.no-hover) {
}
/* End Btn Styles */

/* 1500px Responsive */
@media screen and (max-width:1500px) {
	body {
	}
}
/* End 1500px Responsive */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	body {
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	body {
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	body {
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	body {
	}
}
/* End 650px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	body {
	}

	.btn.v1 {
	}
}
/* End 550px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	body {
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	body {
	}
}
/* End 400px Responsive */

/* 350px Responsive */
@media screen and (max-width:350px) {
	body {
	}
}
/* End 350px Responsive */
