/* Backgrounds */
	.bg-deg-white{
		background: linear-gradient(0deg, rgba(255, 255, 255, 50%) 0%, rgba(255,255,255,1) 100%);
	}
	.bg-deg-wheat{
		background: linear-gradient(-25deg, #493C1E, #CBA859);
	}
	.bg-deg-wheat-green{
		background: linear-gradient(0deg, rgba(0, 118, 50, 25%), rgba(192, 168, 119, 42%));
	}
	.bg-deg-dark-green{
		background: linear-gradient(0deg, transparent 60%, rgba(0, 88, 36, .8) 100%);
	}
	.bg-trans-white{
		background-color: rgba(255, 255, 255, .7);
	}
	.bg-black{
		background-color: #000000;
	}
	.bg-white{
		background-color: #FFFFFF;
	}
	.bg-wheat{
		background-color: #C0A877;
	}
	.bg-cream{
		background-color: #DDDAB7;
	}
	.bg-lighten-green{
		background-color: #85B13D;
	}
	.bg-lighten-light-green{
		background-color: rgba(0, 230, 0, .1);
	}
	.bg-green{
		background-color: #007632;
	}
	.bg-dark-green{
		background-color: #005329;
	}
/* Font-sizes */
	.fs10{
		font-size: 10px;
	}
	.fs12{
		font-size: 12px;
	}
	.fs14{
		font-size: 14px;
	}
	.fs15{
		font-size: 15px !important;
	}
	.fs16{
		font-size: 16px;
	}
	.fs17{
		font-size: 17px;
	}
	.fs18{
		font-size: 18px;
	}
	.fs20{
		font-size: 20px;
	}
	.fs22{
		font-size: 1.72vw;
	}
	.fs25{
		font-size: 2vw;
	}
	.fs25px{
		font-size: 25px;
	}
	.fs26{
		font-size: 2vw;
	}
	.fs26{
		/*font-size: 2vw;*/
	}
	.fs30{
		font-size: 30px;
	}	
	.fs35{
		font-size: 2.8vw;
	}
	.fs40{
		font-size: 3.1vw;
	}
	.fs40px{
		font-size: 40px;
	}
	.fs55{
		font-size: 4.2vw;
	}
	.fs62{
		font-size: 4.9vw;
	}
	.fs62px{
		font-size: 62px;
	}
	.fs70{
		font-size: 70px;
	}
	.fs80{
		font-size: 80px;
	}
	.pedit{
		padding-left: 2vw!important;
    	padding-right: 1vw !important;
	}
	.fsIns{
		font-size: 30px !important;
	}
	.fsicon{
		width: 30px !important;
	}
	.fslet{
		font-size: 14px !important;
	}
	.rowesp{
		margin: 0 !important;
	}
	.fs18e{
		font-size: 18px;
	}
	/* font-weight */
	.fw400{
		font-weight: 400;
	}
	/* font-rem */
	.fs2-3r{
		font-size: 2.3rem;
	}
	.fs4-2r{
		font-size: 4.2vw;
	}
	.paaum{
	    padding-bottom:14rem !important;
	}
/* Colors */
	.c-black{
		color: #000000;
	}
	.c-white{
		color: #FFFFFF;
	}
	a:hover.c-white,
	a:focus.c-white{
		color: #FFFFFF;
	}
	.c-cream{
		color: #DDDAB7;
	}
	.c-dark-cream{
		color: #D1CD9E;
	}
	.c-wheat{
		color: #C0A877;
	}
	.c-mustard{
		color: #91773B;
	}
	.c-dark-mustard{
		color: #765F25;
	}
	.c-light-green{
		color: #008D3F;
	}
	.c-green{
		color: #007632;
	}
	.c-dark-green{
		color: #005329;
	}
/* Margin Padding VW */
	.mt-10{
		margin-top: 2.5vw!important;
	}

	@media only screen and (max-width: 992px){
		.fs18{
			font-size: 15px !important;
		}
		.fs17{
			font-size: 13px !important;
		}
		.fs20{
			font-size: 20px !important;
		}
		.fs26{
			font-size: 3vw !important;
		}
		.fs27{
			font-size: 1.5vw;
		}
	}
	@media only screen and (max-width: 767px){
		.fs26{
			font-size: 4vw !important;
		}
		.fs27{
			font-size: 2vw;
		}
		.fsIns{
			font-size: 60px !important;
		}
		.fsiconE{
			font-size: 60px !important;
		}
		.fsicon{
			width: 60px !important;
		}
		.fslet{
			font-size: 28px !important;
		}
		.imsE{
			width: 83% !important;
			margin-top: -8vw;
		}
		.pedit{
			padding-left: 8vw!important;
	    	font-size: 20px;
		}
		.fs18e{
		font-size: 26px;
		}
		.fs40ES {
		    font-size: 6.1vw !important;
		}
		.paaum{
		    padding-bottom:24rem !important;
		}
	}