.button {
	color: #333;
	background: #ccc;
	border: 1px solid #333;
	padding: 15px;
	margin: 0;
	width: auto;
	text-decoration: none;
	opacity: 1.0;
}
.button:hover {
	color: #fff;
	background: #fcb315;
	border: 1px solid #fff;
	text-decoration: none;
}

a.button,
button.button {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 9px;
	color: #fff;
	background: #fcb315;
	border: 1px solid #fcb315;
	padding: 15px;
}
a.button:hover,
button.button:hover {
	background: #4e4e50;
	border: 1px solid #4e4e50;
}

a.button.width-300px,
button.button.width-300px {
	width: 300px;
}
a.button.width-100per,
button.button.width-100per {
	width: 100%;
}

.button.small {
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	padding: 10px;
}
.button.tiny {
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	padding: 5px 10px;
}
.button.auto {
	width: auto;
}
.button.bt-prev-next{
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: 300;
	color: #fff;
	border: none;
	padding: 40px;
	margin: 0;
	background: transparent;
}
.button.bt-prev-next:hover,
.button.bt-prev-next:focus {
	color: #fcb315;
	border: none;
	background: transparent;
	text-decoration: none;
}
span.button.bt-prev-next:hover,
span.button.bt-prev-next:focus{
	border: none;
	background: transparent;
	text-decoration: none;
}

@media only screen and (max-width:620px){
	.button.bt-prev-next:hover,
	.button.bt-prev-next:focus {
	color: #fff;
		background: #fcb315;
	}

	span.button.bt-prev-next,
	button.button.bt-prev-next,
	a.button.bt-prev-next{
		font-size: 20px;
		line-height: 22px;
	}
}
@media only screen and (max-width:520px){
	span.button.bt-prev-next,
	button.button.bt-prev-next,
	a.button.bt-prev-next{
		padding: 40px 30px;
	}
}
@media only screen and (max-width:420px){
	a.button.width-300px,
	button.button.width-300px {
		width: 100%;
	}
}
@media only screen and (max-width:320px){
	span.button.bt-prev-next,
	button.button.bt-prev-next,
	a.button.bt-prev-next{
		padding: 40px 10px;
	}
}