/* ==========================================*
/*	ADDITIONAL STYLE	By : DOT
/* ==========================================*/

/* Background Color */

/*=================================================================
	padding top
==================================================================*/
.first-top{ padding-top:150px;}
.first-top-5  { padding-top:5px; }
.first-top-10 { padding-top:10px; }
.first-top-15 { padding-top:15px; }
.first-top-20 { padding-top:20px; }
.first-top-25 { padding-top:25px; }
.first-top-30 { padding-top:30px; }
.first-top-35 { padding-top:35px; }
.first-top-40 { padding-top:40px; }
.first-top-45 { padding-top:45px; }
.first-top-50 { padding-top:50px; }
.first-top-55 { padding-top:55px; }

.padding-5{ padding-top:5px; padding-bottom:5px !important; }
.padding-7{ padding-top:7px; padding-bottom:7px !important; }
.padding-25{ padding-top:25px; padding-bottom:25px; }
.padding-30{ padding-top:30px; padding-bottom:30px; }
.padding-40{ padding-top:40px; padding-bottom:40px; }
.padding-50{ padding-top:50px; padding-bottom:50px; }
.padding-55{ padding-top:55px; padding-bottom:55px; }
.padding-60{ padding-top:60px; padding-bottom:60px; }
.padding-70{ padding-top:70px; padding-bottom:70px; }

.mrg-top-0{ margin-top:0; }
.mrg-top-5{ margin-top:5px; }
.mrg-top-7{ margin-top:7px; }
.mrg-top-10{ margin-top:10px; }
.mrg-top-15{ margin-top:15px; }
.mrg-top-20{ margin-top:20px; }

.mrg-left-5{ margin-left:5px; }
.mrg-left-10{ margin-left:10px; }

.mrg-bottom-0{ margin-bottom:0; }

.bg_orange:hover { background:#d16622 !important; color:#fff !important; }
.bg_cream { background:#fefed8 !important; }
.bg_black { background:#000 !important; }

/* Font Color */
.white { color:#fff !important; }
.black { color:#000 !important; }
.orange{ color:#bf4b00 !important; }
.abu{ color:#666666; }
.yellow{ color:#fecd0e; }
.reddark{ color:#900 !important; }
.light-blue{ color:#0066d3 !important; }

/* Text Align */
.center { text-align:center; margin: 0 auto !important; }
.left { text-align:left;}
.right { text-align:right;}
.justify { text-align:justify !important;}

/* Text Decoration / Transform */
.underline{ text-decoration:underline; }
.capitalize{ text-transform:capitalize !important;}
.italic { font-style:italic !important;}

/* Font Style */
.bold { font-weight:bold !important;}
.unbold { font-weight:normal !important; }

/* Font Size */
.f11{ font-size:11px !important; }
.f12{ font-size:13px !important; }
.f15{ font-size:15px; }

.border-silver { border:1px solid #ccc; }

/* END GENERAL STYLE*/