/* Add here all your CSS customizations */
.red-border {
	border-style:solid;
	border-width:thin;
	border-color: #e2044f;
}
.redtext {
	color: #F00;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.badge {
	background: #D2312D;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	right: -8px;
	top: -3px;
}
/*
* Toll Free
*/
.custom-toll-free {
	position: relative;
	padding-left: 35px;
	padding-top: 50px;
	margin-left: 40px;
	color: #FFF;
}
.custom-toll-free > span {
	display: block;
}
.custom-toll-free > span.toll-free-number {
	font-size: 1.5em;
	letter-spacing: -1px;
}
.custom-toll-free > i {
	position: absolute;
	top: 50px;
	left: 0;
	font-size: 4em;
	line-height: 0.8;
}
/* Parallax */
.custom-parallax-bg-pos-left {
	background-position-x: 0% !important;
}