/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	7.6.0
*/




/* Font Size */
.text-1 {
	font-size: 1em !important;
}
.text-3 {
	font-size: 1em !important;
}
.text-4 {
	font-size: 1.2em !important;
}
@media (min-width: 576px) {
	.text-sm-1 {
		font-size: .8em !important;
	}
	.text-sm-3 {
		font-size: 1em !important;
	}

	.text-sm-4 {
		font-size: 1.2em !important;
	}


}





.line-height-9 {
	line-height: 1.9 !important;
}

@media (min-width: 576px) {


	.line-height-sm-9 {
		line-height: 1.9 !important;
	}
}


/* Opacity */
.opacity-0 {
	opacity: 0.0 !important;
}

.opacity-1 {
	opacity: 0.1 !important;
}

.opacity-2 {
	opacity: 0.2 !important;
}

.opacity-3 {
	opacity: 0.3 !important;
}

.opacity-4 {
	opacity: 0.4 !important;
}

.opacity-5 {
	opacity: 0.5 !important;
}

.opacity-6 {
	opacity: 0.6 !important;
}

.opacity-7 {
	opacity: 0.7 !important;
}

.opacity-8 {
	opacity: 0.8 !important;
}

.opacity-9 {
	opacity: 0.9 !important;
}

.opacity-10 {
	opacity: 1 !important;
}

/* Scale */


/* Top / Bottom / Left / Right */

