body {
	/*letter-spacing: 0.15*/
}


/*** Oxygen Builder Modal Scroll Fix ***/
/*.oxy-modal-backdrop.live {
	display: block !important;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.admin-bar .oxy-modal-backdrop.live {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .oxy-modal-backdrop.live {
		top: 46px;
	}
}*/
.oxy-modal-backdrop {
	outline: none;
}
.ct-modal {
	margin: 0 auto;
}

/*** Oxygen Bootstrap colunm fix ***/
.ct-div-block.row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
}


/***** Desktop Only *****/
@media only screen and (min-width: 1300px) {
	.container {
		max-width: 1300px;
	}
}

/***** Large Screen *****/
@media only screen and (max-width: 1299.98px) {
	
}

/***** Desktop *****/
@media only screen and (max-width: 991.98px) {

}

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

}

/***** Mobile *****/
@media only screen and (max-width: 479.98px) {

}