/* orange button large */
.as-btn-orange-large {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #ffffff;
  	color: #f26520;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 500;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
	transition:0.5s;
	text-transform:uppercase;
	-webkit-transition:0.5s
}

.as-btn-orange-large:hover {
  	color: #fff;
  	background: #f26520;
	transition:0.5s;
	-webkit-transition:0.5s
}

.as-btn-orange-large:focus {
  	outline: 0;
}

.amazingslider-description-1{
	font-family:font-family: Ubuntu, sans-serif !important;
}