/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/



span.red {
    color: rgb(255,0,0);
}

.custom-p p {
    font-size: 18px;
}

ol {
    list-style-type: none !important;
}

ul {
    list-style-type: none !important;
}

div.why {
    background: url(../images/repeating-lines.jpg);
    background-repeat: repeat-x repeat-y;
}

div.offers  {
    text-align: center;
   
}

div.offers p{
    font-size: 18px;
}
