/**
 * Version: $Id: global.css 362 2018-08-26 02:40:46Z billmatlock $
 */


/***** PLEASE WAIT MODAL *****/
#pleaseWait {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: 250px;
	text-align: center;
	margin: 20px auto;
}
/* overlay at start */
.pleaseWaitModal.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	z-index:9998;
}
.pleaseWaitModal.mfp-wrap {
	z-index:9999;
}
/* overlay animate in */
.pleaseWaitModal.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.pleaseWaitModal.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.pleaseWaitModal.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.pleaseWaitModal.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.pleaseWaitModal.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/***********************/


.owl-carousel.brands img {
	height:77px;
	max-width: 137px;
}


.bg-trans {
	background-color: transparent !important;
}

/* width percent */
.w-100p       { width: 100% !important; }
.w-75p        { width: 75% !important;  }
.w-50p        { width: 50% !important;  }
.w-33p        { width: 33% !important;  }
.w-25p        { width: 25% !important;  }
.w-20p        { width: 20% !important;  }
.w-10p        { width: 10% !important;  }

/* height percent */
.h-100p       { height: 100vh !important; }
.h-75p        { height: 75vh !important;  }
.h-50p        { height: 50vh !important;  }
.h-33p        { height: 33vh !important;  }
.h-25p        { height: 25vh !important;  }
.h-20p        { height: 20vh !important;  }
.h-10p        { height: 10vh !important;  }
