/**PERCENTAGE WIDTHS**/
.w-100 {width: 100%;} 
.w-95 {width: 95%;} 
.w-90 {width: 90%;} 
.w-85 {width: 85%;} 
.w-80 {width: 80%;} 
.w-75 {width: 75%;} 
.w-70 {width: 70%;} 
.w-65 {width: 65%;} 
.w-60 {width: 60%;} 
.w-55 {width: 55%;} 
.w-50 {width: 50%;} 
.w-45 {width: 45%;} 
.w-40 {width: 40%;} 
.w-35 {width: 35%;} 
.w-30 {width: 30%;} 
.w-25 {width: 25%;} 
.w-20 {width: 20%;} 
.w-15 {width: 15%;} 
.w-10 {width: 10%;} 
.w-5 {width: 5%;}
@media (min-width: 761px) {
	.w-md-100 {width: 100% !important;} 
	.w-md-95 {width: 95% !important;} 
	.w-md-90 {width: 90% !important;} 
	.w-md-85 {width: 85% !important;} 
	.w-md-80 {width: 80% !important;} 
	.w-md-75 {width: 75% !important;} 
	.w-md-70 {width: 70% !important;} 
	.w-md-65 {width: 65% !important;} 
	.w-md-60 {width: 60% !important;} 
	.w-md-55 {width: 55% !important;} 
	.w-md-50 {width: 50% !important;} 
	.w-md-45 {width: 45% !important;} 
	.w-md-40 {width: 40% !important;} 
	.w-md-35 {width: 35% !important;} 
	.w-md-30 {width: 30% !important;} 
	.w-md-25 {width: 25% !important;} 
	.w-md-20 {width: 20% !important;} 
	.w-md-15 {width: 15% !important;} 
	.w-md-10 {width: 10% !important;} 
	.w-md-5 {width: 5% !important;}
}
@media (min-width: 1024px) {
	.w-lg-100 {width: 100% !important;} 
	.w-lg-95 {width: 95% !important;} 
	.w-lg-90 {width: 90% !important;} 
	.w-lg-85 {width: 85% !important;} 
	.w-lg-80 {width: 80% !important;} 
	.w-lg-75 {width: 75% !important;} 
	.w-lg-70 {width: 70% !important;} 
	.w-lg-65 {width: 65% !important;} 
	.w-lg-60 {width: 60% !important;} 
	.w-lg-55 {width: 55% !important;} 
	.w-lg-50 {width: 50% !important;} 
	.w-lg-45 {width: 45% !important;} 
	.w-lg-40 {width: 40% !important;} 
	.w-lg-35 {width: 35% !important;} 
	.w-lg-30 {width: 30% !important;} 
	.w-lg-25 {width: 25% !important;} 
	.w-lg-20 {width: 20% !important;} 
	.w-lg-15 {width: 15% !important;} 
	.w-lg-10 {width: 10% !important;} 
	.w-lg-5 {width: 5% !important;}
}

.w-fit {width: fit-content;}

.mb-1p {margin-bottom: 1%;}
.mb-2p {margin-bottom: 2%;}
.mb-3p {margin-bottom: 3%;}
.mb-4p {margin-bottom: 4%;}
.mb-5p {margin-bottom: 5%;}
.mb-6p {margin-bottom: 6%;}
.mb-7p {margin-bottom: 7%;}
.mb-8p {margin-bottom: 8%;}
.mb-9p {margin-bottom: 9%;}
.mb-10p {margin-bottom: 10%;}
.mb-15p {margin-bottom: 15%;}
.mb-20p {margin-bottom: 20%;}
.mb-25p {margin-bottom: 25%;}
.mb-30p {margin-bottom: 30%;}
.mb-35p {margin-bottom: 35%;}
.mb-40p {margin-bottom: 40%;}
.mb-45p {margin-bottom: 45%;}
.mb-50p {margin-bottom: 50%;}
.mb-55p {margin-bottom: 55%;}
.mb-60p {margin-bottom: 60%;}
.mb-65p {margin-bottom: 65%;}
.mb-70p {margin-bottom: 70%;}
.mb-75p {margin-bottom: 75%;}
.mb-80p {margin-bottom: 80%;}
.mb-85p {margin-bottom: 85%;}
.mb-90p {margin-bottom: 90%;}
.mb-95p {margin-bottom: 95%;}
.mb-100p {margin-bottom: 100%;}
@media screen and (min-width: 761px) {
	.mb-md-1p {margin-bottom: 1%;}
	.mb-md-2p {margin-bottom: 2%;}
	.mb-md-3p {margin-bottom: 3%;}
	.mb-md-4p {margin-bottom: 4%;}
	.mb-md-5p {margin-bottom: 5%;}
	.mb-md-6p {margin-bottom: 6%;}
	.mb-md-7p {margin-bottom: 7%;}
	.mb-md-8p {margin-bottom: 8%;}
	.mb-md-9p {margin-bottom: 9%;}
	.mb-md-10p {margin-bottom: 10%;}
	.mb-md-15p {margin-bottom: 15%;}
	.mb-md-20p {margin-bottom: 20%;}
	.mb-md-25p {margin-bottom: 25%;}
	.mb-md-30p {margin-bottom: 30%;}
	.mb-md-35p {margin-bottom: 35%;}
	.mb-md-40p {margin-bottom: 40%;}
	.mb-md-45p {margin-bottom: 45%;}
	.mb-md-50p {margin-bottom: 50%;}
	.mb-md-55p {margin-bottom: 55%;}
	.mb-md-60p {margin-bottom: 60%;}
	.mb-md-65p {margin-bottom: 65%;}
	.mb-md-70p {margin-bottom: 70%;}
	.mb-md-75p {margin-bottom: 75%;}
	.mb-md-80p {margin-bottom: 80%;}
	.mb-md-85p {margin-bottom: 85%;}
	.mb-md-90p {margin-bottom: 90%;}
	.mb-md-95p {margin-bottom: 95%;}
	.mb-md-100p {margin-bottom: 100%;}
}

.mt-0p5p {margin-top: 0.5%;}
.mt-1p {margin-top: 1%;}
.mt-2p {margin-top: 2%;}
.mt-3p {margin-top: 3%;}
.mt-4p {margin-top: 4%;}
.mt-5p {margin-top: 5%;}
.mt-6p {margin-top: 6%;}
.mt-7p {margin-top: 7%;}
.mt-8p {margin-top: 8%;}
.mt-9p {margin-top: 9%;}
.mt-10p {margin-top: 10%;}
.mt-15p {margin-top: 15%;}
.mt-20p {margin-top: 20%;}
.mt-25p {margin-top: 25%;}
.mt-30p {margin-top: 30%;}
.mt-35p {margin-top: 35%;}
.mt-40p {margin-top: 40%;}
.mt-45p {margin-top: 45%;}
.mt-50p {margin-top: 50%;}
.mt-55p {margin-top: 55%;}
.mt-60p {margin-top: 60%;}
.mt-65p {margin-top: 65%;}
.mt-70p {margin-top: 70%;}
.mt-75p {margin-top: 75%;}
.mt-80p {margin-top: 80%;}
.mt-85p {margin-top: 85%;}
.mt-90p {margin-top: 90%;}
.mt-95p {margin-top: 95%;}
.mt-100p {margin-top: 100%;}
.mt-n1p {margin-top: -1%;}
.mt-n2p {margin-top: -2%;}
.mt-n3p {margin-top: -3%;}
.mt-n4p {margin-top: -4%;}
.mt-n5p {margin-top: -5%;}
.mt-n6p {margin-top: -6%;}
.mt-n7p {margin-top: -7%;}
.mt-n8p {margin-top: -8%;}
.mt-n9p {margin-top: -9%;}
.mt-n10p {margin-top: -10%;}
@media screen and (min-width: 761px) {
	.mt-md-0p5p {margin-top: 0.5%;}
	.mt-md-1p {margin-top: 1%;}
	.mt-md-2p {margin-top: 2%;}
	.mt-md-3p {margin-top: 3%;}
	.mt-md-4p {margin-top: 4%;}
	.mt-md-5p {margin-top: 5%;}
	.mt-md-6p {margin-top: 6%;}
	.mt-md-7p {margin-top: 7%;}
	.mt-md-8p {margin-top: 8%;}
	.mt-md-9p {margin-top: 9%;}
	.mt-md-10p {margin-top: 10%;}
	.mt-md-15p {margin-top: 15%;}
	.mt-md-20p {margin-top: 20%;}
	.mt-md-25p {margin-top: 25%;}
	.mt-md-30p {margin-top: 30%;}
	.mt-md-35p {margin-top: 35%;}
	.mt-md-40p {margin-top: 40%;}
	.mt-md-45p {margin-top: 45%;}
	.mt-md-50p {margin-top: 50%;}
	.mt-md-55p {margin-top: 55%;}
	.mt-md-60p {margin-top: 60%;}
	.mt-md-65p {margin-top: 65%;}
	.mt-md-70p {margin-top: 70%;}
	.mt-md-75p {margin-top: 75%;}
	.mt-md-80p {margin-top: 80%;}
	.mt-md-85p {margin-top: 85%;}
	.mt-md-90p {margin-top: 90%;}
	.mt-md-95p {margin-top: 95%;}
	.mt-md-100p {margin-top: 100%;}
	.mt-md-n1p {margin-top: -1%;}
	.mt-md-n2p {margin-top: -2%;}
	.mt-md-n3p {margin-top: -3%;}
	.mt-md-n4p {margin-top: -4%;}
	.mt-md-n5p {margin-top: -5%;}
	.mt-md-n6p {margin-top: -6%;}
	.mt-md-n7p {margin-top: -7%;}
	.mt-md-n8p {margin-top: -8%;}
	.mt-md-n9p {margin-top: -9%;}
	.mt-md-n10p {margin-top: -10%;}
}

/**ROTATE**/
.rotate-1 {transform: rotate(-1deg);}
.rotate-2 {transform: rotate(-2deg);}
.rotate-3 {transform: rotate(-3deg);}
.rotate-4 {transform: rotate(-4deg);}
.rotate-5 {transform: rotate(-5deg);}
.rotate-6 {transform: rotate(-6deg);}

.rotate-90 {transform: rotate(90deg);}

/**LINE HEIGHTS**/
.line-height-0p5 {line-height: 0.5;}
.line-height-0p6 {line-height: 0.6;}
.line-height-0p7 {line-height: 0.7;}
.line-height-0p75 {line-height: 0.75;}
.line-height-0p8 {line-height: 0.8;}
.line-height-0p9 {line-height: 0.9;}


/**BORDER STYLES**/
.border-solid {
	border-style: solid;
}
.border-radius-50 {
	border-radius: 50%;
}
.border-1 {border-width: 1px;}
.border-2 {border-width: 2px;}
.border-3 {border-width: 3px;}
.border-4 {border-width: 4px;}
.border-5 {border-width: 5px;}
.border-6 {border-width: 6px;}
.border-7 {border-width: 7px;}
.border-8 {border-width: 8px;}
.border-9 {border-width: 9px;}
.border-10 {border-width: 10px;}

.font-weight-100 {font-weight: 100;}
.font-weight-200 {font-weight: 200;}
.font-weight-300 {font-weight: 300;}
.font-weight-400 {font-weight: 400;}
.font-weight-500 {font-weight: 500;}
.font-weight-600 {font-weight: 600;}
.font-weight-700 {font-weight: 700;}
.font-weight-800 {font-weight: 800;}
.font-weight-900 {font-weight: 900;}

.font-style-italic {font-style: italic;}

@media screen and (min-width: 760px) {
	.border-md-none {border: none !important;}
	.text-md-justify {text-align: justify !important;}
}

/**ALIGNMENT**/
	@media screen and (max-width: 760px) {
		.content-vertical-center-sm {
			transform: translateY(-50%) !important;
			top: 50% !important;
		}	
    }
	@media screen and (min-width: 760px) {
		.content-vertical-center-md {
			transform: translateY(-50%) !important;
			top: 50% !important;
		}	
    }


@media (min-width: 761px) {	 
	.opacity-md-100 {opacity: 100% !important;}
	.h-md-100 {height: 100% !important;}
}


/** 5 COLUMNS **/
@media (max-width: 760px) {
	#maincontent .col-sm-split-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width:20%;
	}
}
@media (min-width: 761px) and (max-width: 1023px) {
	#maincontent .col-md-split-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width:20%;
	}
}
@media (min-width: 1024px) and (max-width: 1475px) {
	#maincontent .col-lg-split-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width:20%;
	}
}
@media (min-width: 1476px) {
	#maincontent .col-xl-split-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width:20%;
	}
}