
/*	GLOBAL  */

.left { float: left; }
.right { float: right;}
.center { text-align: center;} 

.light-color,
.light-color .dark-bg {
	color: #FFF !important;
}
.medium-color { color: #A3B1BF !important;}
.dark-color { color: #506A85 !important;}
.tint-color { color: #1ABB9C !important;}
.green { color: #1ABB9C !important;}
.blue { color: #3F8DBF !important;}
.red { color: #FA6C65 !important;}
.pink { color: #D487BE !important;}
.purple { color: #9B59B6 !important;}
.orange { color: #F27A24 !important;}
.orange-g6 { color: #ff6327 !important;}
.navy { color: #34495E !important;}
.grey { color: #696461 !important;}
.grey-dark { color: #212121 !important;}
.white { color: #FFF !important;}
.black { color: #000 !important;}
.brown { color: #904f25 !important;}
.italic { font-style: italic; }
.bold { font-weight: bold;}
.clear { clear: both;}

.capitalize { text-transform: capitalize;}
.uppercase { text-transform: uppercase;}