@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

.ryno-button{
	text-transform: uppercase;
	display: block;
	height: 70px;
	width: 220px;
	overflow: hidden;
	font-family: "roboto condensed";
	margin-bottom: 25px;
	color:#fff!important;
	padding: 12px;
}
.ryno-button:hover{
	opacity: .8;
}
.ryno-button-sub-text{
	font-size:15px;
	line-height:15px;
	font-weight: 500;
	margin-bottom: 2px;
}
.ryno-button-text{
	font-size:22px;
	line-height:22px;
	font-weight: 700;
}
.ryno-button-schedule1-bg{
	background: url('../img/schedule-calendar.png') no-repeat;
}
.ryno-button-save1-bg{
	background: url('../img/savings-pig.png') no-repeat;
}
.ryno-button-hvac1-bg{
	background: url('../img/grass-carrier.png') no-repeat;
}
.ryno-button-lifestyle1-bg{
	background: url('../img/couch-woman.png') no-repeat;
}
.ryno-button-border{
	border: 3px solid #c8c8c8;
}
.ryno-button-round{
	border-radius: 5px;
}
.ryno-text-center{
	text-align: center;
}
.ryno-text-right{
	text-align: right;
}

@media only screen and (max-device-width: 640px){
	.ryno-button{
		margin-left: auto;
		margin-right: auto;
	}	
}
