/* Call To Action - Right */

.ff-call-to-action-right-wrap {
	clear: left;
}

.ff-call-to-action-right {
	float: right;
	width: 100%;
}

.ff-call-to-action-right h1 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

.ff-call-to-action-right p {
	margin-bottom: 0;
	text-align: center;
	font-size:30px !important;
	text-transform:uppercase;
}

.ff-call-to-action-right .ff-call-to-action-right-button  {
	width:auto;
	float:left;
	margin-right: 20px;
}

.ff-call-to-action-right a {
	float: left;
	margin-bottom: 0;
}

@media only screen and (max-width : 768px) {

	.ff-call-to-action-right h1, .ff-call-to-action-right h2, .ff-call-to-action-right h3, .ff-call-to-action-right h4, .ff-call-to-action-right h5, .ff-call-to-action-right h6 {
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.ff-call-to-action-right p {
		float: left;
		width: 100%;
		text-align: center;
	}

	.ff-call-to-action-right .ff-call-to-action-right-button, .ff-call-to-action-right a {
		float: left;
		width: 100%;
	}
	
	.ff-call-to-action-right .ff-call-to-action-right-button {
		margin-top: 20px;
		margin-left: 0;
	}

	.ff-call-to-action-right i.ff-call-to-action-right-icon {
		text-align: center;
		width: 100%;
	}
	
	.pull-right {
		float: none;
	}
	.fa.pull-right {
		margin-left: 0;
	}	
	
}