/* global */
/* font weight */
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}
/* font sizes */
.fs-8 {
	font-size: 8px;
}
.fs-9 {
	font-size: 9px;
}
.fs-10 {
	font-size: 10px;
}
.fs-11 {
	font-size: 11px;
}
.fs-12 {
	font-size: 12px;
}
.fs-13 {
	font-size: 13px;
}
.fs-14 {
	font-size: 14px;
}
.fs-15 {
	font-size: 15px;
}
.fs-16 {
	font-size: 16px;
}
.fs-17 {
	font-size: 17px;
}
.fs-18 {
	font-size: 18px;
}
.fs-19 {
	font-size: 19px;
}
.fs-20 {
	font-size: 20px;
}
.fs-21 {
	font-size: 21px;
}
.fs-22 {
	font-size: 22px;
}
.fs-23 {
	font-size: 23px;
}
.fs-24 {
	font-size: 24px;
}
.fs-26 {
	font-size: 26px;
}
.fs-28 {
	font-size: 28px;
}
.fs-30 {
	font-size: 30px;
}
.fs-32 {
	font-size: 32px;
}
.fs-36 {
	font-size: 36px;
}
.fs-40 {
	font-size: 40px;
}
.fs-48 {
	font-size: 48px;
}
.fs-60 {
	font-size: 60px;
}
.fs-72 {
	font-size: 72px;
}
.fs-96 {
	font-size: 96px;
}
/* line height */
.lh-12 {
	line-height: 12px;
}
.lh-13 {
	line-height: 13px;
}
.lh-14 {
	line-height: 14px;
}
.lh-15 {
	line-height: 15px;
}
.lh-16 {
	line-height: 16px;
}
.lh-17 {
	line-height: 17px;
}
.lh-18 {
	line-height: 18px;
}
.lh-19 {
	line-height: 19px;
}
.lh-20 {
	line-height: 20px;
}
.lh-22 {
	line-height: 22px;
}
.lh-24 {
	line-height: 24px;
}
.lh-26 {
	line-height: 26px;
}
.lh-28 {
	line-height: 28px;
}
.lh-30 {
	line-height: 30px;
}
.lh-32 {
	line-height: 32px;
}
.lh-34 {
	line-height: 34px;
}
.lh-36 {
	line-height: 36px;
}
.lh-38 {
	line-height: 38px;
}
.lh-40 {
	line-height: 40px;
}
.lh-42 {
	line-height: 42px;
}
.lh-44 {
	line-height: 44px;
}
.lh-46 {
	line-height: 46px;
}
.lh-48 {
	line-height: 48px;
}
.lh-normal {
	line-height: normal;
}
.lh-none {
	line-height: 0px;
}
/* text decoration */
.text-underline {
	text-decoration: underline;
}
.text-line-through {
	text-decoration: line-through;
}
.text-none {
	text-decoration: none;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
/* hr */
.hr-1 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 1px;
	background-color: transparent;
	border: none;
}
.hr-2 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 2px;
	background-color: transparent;
	border: none;
}
.hr-3 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 3px;
	background-color: transparent;
	border: none;
}
.hr-4 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 4px;
	background-color: transparent;
	border: none;
}
.hr-5 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 5px;
	background-color: transparent;
	border: none;
}
.hr-6 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 6px;
	background-color: transparent;
	border: none;
}
.hr-7 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 7px;
	background-color: transparent;
	border: none;
}
.hr-8 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 8px;
	background-color: transparent;
	border: none;
}
.hr-9 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 9px;
	background-color: transparent;
	border: none;
}
.hr-10 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 10px;
	background-color: transparent;
	border: none;
}
.hr-12 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 12px;
	background-color: transparent;
	border: none;
}
.hr-15 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 15px;
	background-color: transparent;
	border: none;
}
.hr-20 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 20px;
	background-color: transparent;
	border: none;
}
/* colors > black */
.color-black {
	color: #000000;
}
.bg-black {
	background-color: #000000;
}
.border-black {
	border: 1px #000000 solid;
}
/* colors > white */
.color-white {
	color: #ffffff;
}
.bg-white {
	background-color: #ffffff;
}
.border-white {
	border: 1px #ffffff solid;
}
/* social media > dribbble */
.color-dribbble {
	color: #eb4c89;
}
.bg-dribbble {
	background-color: #eb4c89;
}
.border-dribbble {
	border: 1px #eb4c89 solid;
}
/* social media > facebook */
.color-facebook {
	color: #3b5998;
}
.bg-facebook {
	background-color: #3b5998;
}
.border-facebook {
	border: 1px #3b5998 solid;
}
/* social media > google+ */
.color-google-plus {
	color: #d84733;
}
.bg-google-plus {
	background-color: #d84733;
}
.border-google-plus {
	border: 1px #d84733 solid;
}
/* social media > instagram */
.color-instagram {
	color: #3f729b;
}
.bg-instagram {
	background-color: #3f729b;
}
.border-instagram {
	border: 1px #3f729b solid;
}
/* social media > linkedin */
.color-linkedin {
	color: #007ab4;
}
.bg-linkedin {
	background-color: #007ab4;
}
.border-linkedin {
	border: 1px #007ab4 solid;
}
/* social media > pinterest */
.color-pinterest {
	color: #cc2127;
}
.bg-pinterest {
	background-color: #cc2127;
}
.border-pinterest {
	border: 1px #cc2127 solid;
}
/* social media > rss */
.color-rss {
	color: #f57d00;
}
.bg-rss {
	background-color: #f57d00;
}
.border-rss {
	border: 1px #f57d00 solid;
}
/* social media > skype */
.color-skype {
	color: #00aff0;
}
.bg-skype {
	background-color: #00aff0;
}
.border-skype {
	border: 1px #00aff0 solid;
}
/* social media > twitter */
.color-twitter {
	color: #2aa9e0;
}
.bg-twitter {
	background-color: #2aa9e0;
}
.border-twitter {
	border: 1px #2aa9e0 solid;
}
/* social media > vimeo */
.color-vimeo {
	color: #1ab7ea;
}
.bg-vimeo {
	background-color: #1ab7ea;
}
.border-vimeo {
	border: 1px #1ab7ea solid;
}
/* social media > youtube */
.color-youtube {
	color: #cd201f;
}
.bg-youtube {
	background-color: #cd201f;
}
.border-youtube {
	border: 1px #cd201f solid;
}
