/*===================================
 *              Global
 * 
 * 
 * ================================*/

.bpTest{
	min-width: 150px;
	min-height: 150px;
	background: red;
}
html, body{
	scroll-behavior: smooth;
}
#error-page{
	max-width: 80% !important;
    padding: 10px 50px;
    font-size: 20px;
}
/****** flex styles ******/
.bbwdFlex{
	display: flex;
}
.bbwdCol{
	flex-flow: column;
}
.bbwdRow{
	flex-flow: row wrap;
}
.bbwdRowNW{
	flex-flow: row nowrap;
}
.bbwdGrid{
	display: grid;
}
.bbwdColTemp1{
	grid-template-columns: 1fr;
}
.bbwdColTemp2{
	grid-template-columns: 1fr 1fr;
}
.bbwdColTemp3{
	grid-template-columns: 1fr 1fr 1fr;
}
.bbwdColTemp4{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bbwdColCover2{
	grid-column: 1 / 3;
}
.bbwdColCover3{
	grid-column: 1 / 4;
}
.bbwdColCover4{
	grid-column: 1 / 5;
}
.bbwdCenterFull{
	justify-content: center;
	align-items: center;
}
.bbwdJcntAstart{
	justify-content: center;
	align-items: start;
}
.bbwdAcntJstart{
	justify-content: start;
	align-items: center;
}
.bbwdCenterBttm{
	justify-content: center;
	align-items: end;
}
.bbwdCenterTp{
	justify-content: center;
	align-items: start;
}
.bbwdCenterStch{
	justify-content: center;
	align-items: stretch;
}
.bbwdSpcBtnStch{
	justify-content: space-between;
	align-items: stretch;
}
.bbwdSpcBtnCtr{
	justify-content: space-between;
	align-items: center;
}
.bbwdSpcArdStch{
	justify-content: space-around;
	align-items: stretch;
}
.bbwdAStch{
	align-items: stretch;
}
.bbwdJEnd{
	justify-content: end;
}
.bbwdJStart{
	justify-content: start;
}
.bbwdJCenter{
	justify-content: center;
}
.bbwdJSpaceB{
	justify-content: space-between;
}
.bbwdACenter{
	align-items: center;
}
.bbwdAllSelfEnd{
	justify-self: end;
	align-self: end;
}
.bbwdRowRev{
	flex-direction: row-reverse;
}
.bbwdGrow1{
	flex-grow: 1;
}
.bbwdGrow2{
	flex-grow: 2;
}
.bbwdGrow3{
	flex-grow: 3;
}
.bbwdGap10{
	gap: 10px;
}
.bbwdGap20{
	gap: 20px;
}
.bbwdGap50{
	gap: 50px;
}
.bbwdGap100{
	gap: 100px;
}

.bbwdPad10px{
	padding: 10px !important;
}
.bbwdPad20px{
	padding: 20px !important;
}
.bbwdPad40px{
	padding: 40px !important;
}
.bbwdPad50px{
	padding: 40px !important;
}

.bbwdTBPad10px{
	padding-top: 10px;
	padding-bottom: 10px;
}
.bbwdTBPad20px{
	padding-top: 20px;
	padding-bottom: 20px;
}
.bbwdTBPad40px{
	padding-top: 40px;
	padding-bottom: 40px;
}
.bbwdTBPad50px{
	padding-top: 50px;
	padding-bottom: 50px;
}

.bbwdLRPad10px{
	padding-left: 10px;
	padding-right: 10px;
}
.bbwdLRPad20px{
	padding-left: 20px;
	padding-right: 20px;
}
.bbwdLRPad40px{
	padding-left: 40px;
	padding-right: 40px;
}
.bbwdLRPad50px{
	padding-left: 50px;
	padding-right: 50px;
}

.bbwdSelfEnd{
	align-self: end;
}
.bbwdASelfCent{
	align-self: center;
}

.bbwdFlexGrow1{
	flex-grow: 1;
}
/**** end flex styles ****/
 
/****** Custom Classes ******/
.bbwd180{
	transform: rotate(180deg);
}
.bbwdTxtCntr{
	text-align: center;
}
.bbwdAutoMarg{
	margin: auto;
}
.bbwdAutoLRMarg{
	margin-left: auto;
	margin-right: auto;
}
.bbwdMTop120{
	margin-top: 120px;
}
.bbwdMTop60{
	margin-top: 60px;
}
.bbwdMTop20{
	margin-top: 20px;
}
.bbwdMBot120{
	margin-bottom: 120px;
}
.bbwdMBot60{
	margin-bottom: 60px;
}
.bbwdMBot20{
	margin-bottom: 20px;
}
.bbwdMBot0{
	margin-bottom: 0px;
}
.bbwdPnoPad p{
	padding: 0;
	margin: 0;
}
.bbwdMinH100{
	min-height: 100px;
}
.bbwdWidth25{
	width: 25%;
}
.bbwdWidth30{
	width: 30%;
}
.bbwdWidth33{
	width: 33%;
}
.bbwdWidth45{
	width: 45%;
}
.bbwdWidth50{
	width: 50%;
}
.bbwdWidth75{
	width: 75%;
}
.bbwdWidth100{
	width: 100%;
}
.bbwdWidthFitCon{
	width: fit-content;
}

.bbwdMaxWidth48{
	max-width: 48%;
}


.bbwdObjCov{
	object-fit: cover;
}



.bbwdHideOver{
	overflow: hidden;
}


.bbwdPosRel{
	position: relative;
}
.bbwdPosAbs{
	position: absolute;
}

.bbwdRight0{
	right: 0px;
}
.bbwdRight10{
	right: 10px;
}
.bbwdRight20{
	right: 20px;
}
.bbwdRight25{
	right: 25px;
}
.bbwdRight45{
	right: 45px;
}
.bbwdRight50{
	right: 50px;
}
.bbwdRight75{
	right: 75px;
}
.bbwdRight90{
	right: 90px;
}
.bbwdRight100{
	right: 100px;
}
.bbwdRight125{
	right: 125px;
}

.bbwdLeft0{
	left: 0px;
}
.bbwdLeft10{
	left: 10px;
}
.bbwdLeft20{
	left: 20px;
}
.bbwdLeft25{
	left: 25px;
}
.bbwdLeft45{
	left: 45px;
}
.bbwdLeft50{
	left: 50px;
}
.bbwdLeft75{
	left: 75px;
}
.bbwdLeft90{
	left: 90px;
}
.bbwdLeft100{
	left: 100px;
}
.bbwdLeft125{
	left: 125px;
}
/** end custom classes  **/

/****** Site Wide ******/


/********************** Tablet Styles **************************/
@media only screen and (max-width: 1023px){
	
}


/********************** Mobile Styles **************************/
@media only screen and (max-width: 767px){
	.bbwdColTemp1, .bbwdColTemp2, .bbwdColTemp3{
		grid-template-columns: 1fr;
	}
	.bbwdColTemp4{
		grid-template-columns: 1fr 1fr;
	}
}





/**** Style Overides ****/
.bbwdHideMe{
	display: none;
}
.bbwdNoSpace{
	padding: 0 !important;
	margin: 0 !important;
}
.bbwdNoMag{
	margin: 0 !important;
}
.bbwdNoBorder{
	border: none !important;
}
.bbwdHovPointer:hover{
	cursor: pointer !important;
}
.bbwdBtnToLnk{
	padding: 0 !important;
    color: grey !important;
    background: transparent !important;
    border: none !important;
}