/* ========== column s ========== */

.container {
	width: 1200px;
}

.container-fluid {
	width: 100%;
}

.container,
.container-fluid {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.container::before,
.container-fluid::before,
.grid::before,
.column::before,
.container::after,
.container-fluid::after,
.grid::after,
.column::after {
	display: table;
	content: "";
}

.container::after,
.container-fluid::after,
.grid::after,
.column::after {
	clear: both;
}

.grid {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

.column {
	position: relative;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.grid>.column {
	margin-bottom: 15px;
}


/*width s*/

.grid.one>.column {
	width: 100%;
}

.grid.two>.column {
	width: calc(100% / 2);
}

.grid.three>.column {
	width: calc(100% / 3);
}

.grid.four>.column {
	width: calc(100% / 4);
}

.grid.five>.column {
	width: calc(100% / 5);
}

.grid.six>.column {
	width: calc(100% / 6);
}

.grid.seven>.column {
	width: calc(100% / 7);
}

.grid.eight>.column {
	width: calc(100% / 8);
}

.grid.nine>.column {
	width: calc(100% / 9);
}

.grid.ten>.column {
	width: calc(100% / 10);
}

.grid.eleven>.column {
	width: calc(100% / 11);
}

.grid.twelve>.column {
	width: calc(100% / 12);
}


/*width e*/


/*wide s*/

.column.wide-5p {
	width: 5% !important;
}

.column.wide-10p {
	width: 10% !important;
}

.column.wide-15p {
	width: 15% !important;
}

.column.wide-20p {
	width: 20% !important;
}

.column.wide-25p {
	width: 25% !important;
}

.column.wide-30p {
	width: 30% !important;
}

.column.wide-35p {
	width: 35% !important;
}

.column.wide-40p {
	width: 40% !important;
}

.column.wide-45p {
	width: 45% !important;
}

.column.wide-55p {
	width: 55% !important;
}

.column.wide-60p {
	width: 60% !important;
}

.column.wide-65p {
	width: 65% !important;
}

.column.wide-70p {
	width: 70% !important;
}

.column.wide-75p {
	width: 75% !important;
}

.column.wide-80p {
	width: 80% !important;
}

.column.wide-85p {
	width: 85% !important;
}

.column.wide-90p {
	width: 90% !important;
}

.column.wide-95p {
	width: 95% !important;
}

.column.wide-100p {
	width: 100% !important;
}


/*wide e*/


/*offset s*/

.column.wide-offset-5p {
	margin-left: 5% !important;
}

.column.wide-offset-10p {
	margin-left: 10% !important;
}

.column.wide-offset-15p {
	margin-left: 15% !important;
}

.column.wide-offset-20p {
	margin-left: 20% !important;
}

.column.wide-offset-25p {
	margin-left: 25% !important;
}

.column.wide-offset-30p {
	margin-left: 30% !important;
}

.column.wide-offset-35p {
	margin-left: 35% !important;
}

.column.wide-offset-40p {
	margin-left: 40% !important;
}

.column.wide-offset-45p {
	margin-left: 45% !important;
}

.column.wide-offset-55p {
	margin-left: 55% !important;
}

.column.wide-offset-60p {
	margin-left: 60% !important;
}

.column.wide-offset-65p {
	margin-left: 65% !important;
}

.column.wide-offset-70p {
	margin-left: 70% !important;
}

.column.wide-offset-75p {
	margin-left: 75% !important;
}

.column.wide-offset-80p {
	margin-left: 80% !important;
}

.column.wide-offset-85p {
	margin-left: 85% !important;
}

.column.wide-offset-90p {
	margin-left: 90% !important;
}

.column.wide-offset-95p {
	margin-left: 95% !important;
}


/*offset e*/


/*push s*/

.column.wide-push-5p {
	left: 5% !important;
}

.column.wide-push-10p {
	left: 10% !important;
}

.column.wide-push-15p {
	left: 15% !important;
}

.column.wide-push-20p {
	left: 20% !important;
}

.column.wide-push-25p {
	left: 25% !important;
}

.column.wide-push-30p {
	left: 30% !important;
}

.column.wide-push-35p {
	left: 35% !important;
}

.column.wide-push-40p {
	left: 40% !important;
}

.column.wide-push-45p {
	left: 45% !important;
}

.column.wide-push-55p {
	left: 55% !important;
}

.column.wide-push-60p {
	left: 60% !important;
}

.column.wide-push-65p {
	left: 65% !important;
}

.column.wide-push-70p {
	left: 70% !important;
}

.column.wide-push-75p {
	left: 75% !important;
}

.column.wide-push-80p {
	left: 80% !important;
}

.column.wide-push-85p {
	left: 85% !important;
}

.column.wide-push-90p {
	left: 90% !important;
}

.column.wide-push-95p {
	left: 95% !important;
}


/*push e*/


/*pull s*/

.column.wide-pull-5p {
	right: 5% !important;
}

.column.wide-pull-10p {
	right: 10% !important;
}

.column.wide-pull-15p {
	right: 15% !important;
}

.column.wide-pull-20p {
	right: 20% !important;
}

.column.wide-pull-25p {
	right: 25% !important;
}

.column.wide-pull-30p {
	right: 30% !important;
}

.column.wide-pull-35p {
	right: 35% !important;
}

.column.wide-pull-40p {
	right: 40% !important;
}

.column.wide-pull-45p {
	right: 45% !important;
}

.column.wide-pull-55p {
	right: 55% !important;
}

.column.wide-pull-60p {
	right: 60% !important;
}

.column.wide-pull-65p {
	right: 65% !important;
}

.column.wide-pull-70p {
	right: 70% !important;
}

.column.wide-pull-75p {
	right: 75% !important;
}

.column.wide-pull-80p {
	right: 80% !important;
}

.column.wide-pull-85p {
	right: 85% !important;
}

.column.wide-pull-90p {
	right: 90% !important;
}

.column.wide-pull-95p {
	right: 95% !important;
}


/*pull e*/

@media (max-width: 1199px) {
	.container {
		width: auto;
	}
}

@media (max-width: 991px) {
	.container {
		width: auto;
	}
	/*width s*/
	.grid.one-md>.column {
		width: 100%;
	}
	.grid.two-md>.column {
		width: calc(100% / 2);
	}
	.grid.three-md>.column {
		width: calc(100% / 3);
	}
	.grid.four-md>.column {
		width: calc(100% / 4);
	}
	.grid.five-md>.column {
		width: calc(100% / 5);
	}
	.grid.six-md>.column {
		width: calc(100% / 6);
	}
	.grid.seven-md>.column {
		width: calc(100% / 7);
	}
	.grid.eight-md>.column {
		width: calc(100% / 8);
	}
	.grid.nine-md>.column {
		width: calc(100% / 9);
	}
	.grid.ten-md>.column {
		width: calc(100% / 10);
	}
	.grid.eleven-md>.column {
		width: calc(100% / 11);
	}
	.grid.twelve-md>.column {
		width: calc(100% / 12);
	}
	/*width e*/
	/*wide s*/
	.column.wide-5p-md {
		width: 5% !important;
	}
	.column.wide-10p-md {
		width: 10% !important;
	}
	.column.wide-15p-md {
		width: 15% !important;
	}
	.column.wide-20p-md {
		width: 20% !important;
	}
	.column.wide-25p-md {
		width: 25% !important;
	}
	.column.wide-30p-md {
		width: 30% !important;
	}
	.column.wide-35p-md {
		width: 35% !important;
	}
	.column.wide-40p-md {
		width: 40% !important;
	}
	.column.wide-45p-md {
		width: 45% !important;
	}
	.column.wide-55p-md {
		width: 55% !important;
	}
	.column.wide-60p-md {
		width: 60% !important;
	}
	.column.wide-65p-md {
		width: 65% !important;
	}
	.column.wide-70p-md {
		width: 70% !important;
	}
	.column.wide-75p-md {
		width: 75% !important;
	}
	.column.wide-80p-md {
		width: 80% !important;
	}
	.column.wide-85p-md {
		width: 85% !important;
	}
	.column.wide-90p-md {
		width: 90% !important;
	}
	.column.wide-95p-md {
		width: 95% !important;
	}
	.column.wide-100p-md {
		width: 100% !important;
	}
	/*wide e*/
	/*offset s*/
	.column.wide-offset-5p-md {
		margin-left: 5% !important;
	}
	.column.wide-offset-10p-md {
		margin-left: 10% !important;
	}
	.column.wide-offset-15p-md {
		margin-left: 15% !important;
	}
	.column.wide-offset-20p-md {
		margin-left: 20% !important;
	}
	.column.wide-offset-25p-md {
		margin-left: 25% !important;
	}
	.column.wide-offset-30p-md {
		margin-left: 30% !important;
	}
	.column.wide-offset-35p-md {
		margin-left: 35% !important;
	}
	.column.wide-offset-40p-md {
		margin-left: 40% !important;
	}
	.column.wide-offset-45p-md {
		margin-left: 45% !important;
	}
	.column.wide-offset-55p-md {
		margin-left: 55% !important;
	}
	.column.wide-offset-60p-md {
		margin-left: 60% !important;
	}
	.column.wide-offset-65p-md {
		margin-left: 65% !important;
	}
	.column.wide-offset-70p-md {
		margin-left: 70% !important;
	}
	.column.wide-offset-75p-md {
		margin-left: 75% !important;
	}
	.column.wide-offset-80p-md {
		margin-left: 80% !important;
	}
	.column.wide-offset-85p-md {
		margin-left: 85% !important;
	}
	.column.wide-offset-90p-md {
		margin-left: 90% !important;
	}
	.column.wide-offset-95p-md {
		margin-left: 95% !important;
	}
	/*offset e*/
	/*push s*/
	.column.wide-push-5p-md {
		left: 5% !important;
	}
	.column.wide-push-10p-md {
		left: 10% !important;
	}
	.column.wide-push-15p-md {
		left: 15% !important;
	}
	.column.wide-push-20p-md {
		left: 20% !important;
	}
	.column.wide-push-25p-md {
		left: 25% !important;
	}
	.column.wide-push-30p-md {
		left: 30% !important;
	}
	.column.wide-push-35p-md {
		left: 35% !important;
	}
	.column.wide-push-40p-md {
		left: 40% !important;
	}
	.column.wide-push-45p-md {
		left: 45% !important;
	}
	.column.wide-push-55p-md {
		left: 55% !important;
	}
	.column.wide-push-60p-md {
		left: 60% !important;
	}
	.column.wide-push-65p-md {
		left: 65% !important;
	}
	.column.wide-push-70p-md {
		left: 70% !important;
	}
	.column.wide-push-75p-md {
		left: 75% !important;
	}
	.column.wide-push-80p-md {
		left: 80% !important;
	}
	.column.wide-push-85p-md {
		left: 85% !important;
	}
	.column.wide-push-90p-md {
		left: 90% !important;
	}
	.column.wide-push-95p-md {
		left: 95% !important;
	}
	/*push e*/
	/*pull s*/
	.column.wide-pull-5p-md {
		right: 5% !important;
	}
	.column.wide-pull-10p-md {
		right: 10% !important;
	}
	.column.wide-pull-15p-md {
		right: 15% !important;
	}
	.column.wide-pull-20p-md {
		right: 20% !important;
	}
	.column.wide-pull-25p-md {
		right: 25% !important;
	}
	.column.wide-pull-30p-md {
		right: 30% !important;
	}
	.column.wide-pull-35p-md {
		right: 35% !important;
	}
	.column.wide-pull-40p-md {
		right: 40% !important;
	}
	.column.wide-pull-45p-md {
		right: 45% !important;
	}
	.column.wide-pull-55p-md {
		right: 55% !important;
	}
	.column.wide-pull-60p-md {
		right: 60% !important;
	}
	.column.wide-pull-65p-md {
		right: 65% !important;
	}
	.column.wide-pull-70p-md {
		right: 70% !important;
	}
	.column.wide-pull-75p-md {
		right: 75% !important;
	}
	.column.wide-pull-80p-md {
		right: 80% !important;
	}
	.column.wide-pull-85p-md {
		right: 85% !important;
	}
	.column.wide-pull-90p-md {
		right: 90% !important;
	}
	.column.wide-pull-95p-md {
		right: 95% !important;
	}
	/*pull e*/
}

@media (max-width: 767px) {
	.container {
		width: auto;
	}
	/*width s*/
	.grid.one-sm>.column {
		width: 100%;
	}
	.grid.two-sm>.column {
		width: calc(100% / 2);
	}
	.grid.three-sm>.column {
		width: calc(100% / 3);
	}
	.grid.four-sm>.column {
		width: calc(100% / 4);
	}
	.grid.five-sm>.column {
		width: calc(100% / 5);
	}
	.grid.six-sm>.column {
		width: calc(100% / 6);
	}
	.grid.seven-sm>.column {
		width: calc(100% / 7);
	}
	.grid.eight-sm>.column {
		width: calc(100% / 8);
	}
	.grid.nine-sm>.column {
		width: calc(100% / 9);
	}
	.grid.ten-sm>.column {
		width: calc(100% / 10);
	}
	.grid.eleven-sm>.column {
		width: calc(100% / 11);
	}
	.grid.twelve-sm>.column {
		width: calc(100% / 12);
	}
	/*width e*/
	/*wide s*/
	.column.wide-5p-sm {
		width: 5% !important;
	}
	.column.wide-10p-sm {
		width: 10% !important;
	}
	.column.wide-15p-sm {
		width: 15% !important;
	}
	.column.wide-20p-sm {
		width: 20% !important;
	}
	.column.wide-25p-sm {
		width: 25% !important;
	}
	.column.wide-30p-sm {
		width: 30% !important;
	}
	.column.wide-35p-sm {
		width: 35% !important;
	}
	.column.wide-40p-sm {
		width: 40% !important;
	}
	.column.wide-45p-sm {
		width: 45% !important;
	}
	.column.wide-55p-sm {
		width: 55% !important;
	}
	.column.wide-60p-sm {
		width: 60% !important;
	}
	.column.wide-65p-sm {
		width: 65% !important;
	}
	.column.wide-70p-sm {
		width: 70% !important;
	}
	.column.wide-75p-sm {
		width: 75% !important;
	}
	.column.wide-80p-sm {
		width: 80% !important;
	}
	.column.wide-85p-sm {
		width: 85% !important;
	}
	.column.wide-90p-sm {
		width: 90% !important;
	}
	.column.wide-95p-sm {
		width: 95% !important;
	}
	.column.wide-100p-sm {
		width: 100% !important;
	}
	/*wide e*/
	/*offset s*/
	.column.wide-offset-5p-sm {
		margin-left: 5% !important;
	}
	.column.wide-offset-10p-sm {
		margin-left: 10% !important;
	}
	.column.wide-offset-15p-sm {
		margin-left: 15% !important;
	}
	.column.wide-offset-20p-sm {
		margin-left: 20% !important;
	}
	.column.wide-offset-25p-sm {
		margin-left: 25% !important;
	}
	.column.wide-offset-30p-sm {
		margin-left: 30% !important;
	}
	.column.wide-offset-35p-sm {
		margin-left: 35% !important;
	}
	.column.wide-offset-40p-sm {
		margin-left: 40% !important;
	}
	.column.wide-offset-45p-sm {
		margin-left: 45% !important;
	}
	.column.wide-offset-55p-sm {
		margin-left: 55% !important;
	}
	.column.wide-offset-60p-sm {
		margin-left: 60% !important;
	}
	.column.wide-offset-65p-sm {
		margin-left: 65% !important;
	}
	.column.wide-offset-70p-sm {
		margin-left: 70% !important;
	}
	.column.wide-offset-75p-sm {
		margin-left: 75% !important;
	}
	.column.wide-offset-80p-sm {
		margin-left: 80% !important;
	}
	.column.wide-offset-85p-sm {
		margin-left: 85% !important;
	}
	.column.wide-offset-90p-sm {
		margin-left: 90% !important;
	}
	.column.wide-offset-95p-sm {
		margin-left: 95% !important;
	}
	/*offset e*/
	/*push s*/
	.column.wide-push-5p-sm {
		left: 5% !important;
	}
	.column.wide-push-10p-sm {
		left: 10% !important;
	}
	.column.wide-push-15p-sm {
		left: 15% !important;
	}
	.column.wide-push-20p-sm {
		left: 20% !important;
	}
	.column.wide-push-25p-sm {
		left: 25% !important;
	}
	.column.wide-push-30p-sm {
		left: 30% !important;
	}
	.column.wide-push-35p-sm {
		left: 35% !important;
	}
	.column.wide-push-40p-sm {
		left: 40% !important;
	}
	.column.wide-push-45p-sm {
		left: 45% !important;
	}
	.column.wide-push-55p-sm {
		left: 55% !important;
	}
	.column.wide-push-60p-sm {
		left: 60% !important;
	}
	.column.wide-push-65p-sm {
		left: 65% !important;
	}
	.column.wide-push-70p-sm {
		left: 70% !important;
	}
	.column.wide-push-75p-sm {
		left: 75% !important;
	}
	.column.wide-push-80p-sm {
		left: 80% !important;
	}
	.column.wide-push-85p-sm {
		left: 85% !important;
	}
	.column.wide-push-90p-sm {
		left: 90% !important;
	}
	.column.wide-push-95p-sm {
		left: 95% !important;
	}
	/*push e*/
	/*pull s*/
	.column.wide-pull-5p-sm {
		right: 5% !important;
	}
	.column.wide-pull-10p-sm {
		right: 10% !important;
	}
	.column.wide-pull-15p-sm {
		right: 15% !important;
	}
	.column.wide-pull-20p-sm {
		right: 20% !important;
	}
	.column.wide-pull-25p-sm {
		right: 25% !important;
	}
	.column.wide-pull-30p-sm {
		right: 30% !important;
	}
	.column.wide-pull-35p-sm {
		right: 35% !important;
	}
	.column.wide-pull-40p-sm {
		right: 40% !important;
	}
	.column.wide-pull-45p-sm {
		right: 45% !important;
	}
	.column.wide-pull-55p-sm {
		right: 55% !important;
	}
	.column.wide-pull-60p-sm {
		right: 60% !important;
	}
	.column.wide-pull-65p-sm {
		right: 65% !important;
	}
	.column.wide-pull-70p-sm {
		right: 70% !important;
	}
	.column.wide-pull-75p-sm {
		right: 75% !important;
	}
	.column.wide-pull-80p-sm {
		right: 80% !important;
	}
	.column.wide-pull-85p-sm {
		right: 85% !important;
	}
	.column.wide-pull-90p-sm {
		right: 90% !important;
	}
	.column.wide-pull-95p-sm {
		right: 95% !important;
	}
	/*pull e*/
}

@media (max-width: 479px) {
	.container {
		width: auto;
	}
	/*width s*/
	.grid.one-xs>.column {
		width: 100%;
	}
	.grid.two-xs>.column {
		width: calc(100% / 2);
	}
	.grid.three-xs>.column {
		width: calc(100% / 3);
	}
	.grid.four-xs>.column {
		width: calc(100% / 4);
	}
	.grid.five-xs>.column {
		width: calc(100% / 5);
	}
	.grid.six-xs>.column {
		width: calc(100% / 6);
	}
	.grid.seven-xs>.column {
		width: calc(100% / 7);
	}
	.grid.eight-xs>.column {
		width: calc(100% / 8);
	}
	.grid.nine-xs>.column {
		width: calc(100% / 9);
	}
	.grid.ten-xs>.column {
		width: calc(100% / 10);
	}
	.grid.eleven-xs>.column {
		width: calc(100% / 11);
	}
	.grid.twelve-xs>.column {
		width: calc(100% / 12);
	}
	/*width e*/
	/*wide s*/
	.column.wide-5p-xs {
		width: 5% !important;
	}
	.column.wide-10p-xs {
		width: 10% !important;
	}
	.column.wide-15p-xs {
		width: 15% !important;
	}
	.column.wide-20p-xs {
		width: 20% !important;
	}
	.column.wide-25p-xs {
		width: 25% !important;
	}
	.column.wide-30p-xs {
		width: 30% !important;
	}
	.column.wide-35p-xs {
		width: 35% !important;
	}
	.column.wide-40p-xs {
		width: 40% !important;
	}
	.column.wide-45p-xs {
		width: 45% !important;
	}
	.column.wide-55p-xs {
		width: 55% !important;
	}
	.column.wide-60p-xs {
		width: 60% !important;
	}
	.column.wide-65p-xs {
		width: 65% !important;
	}
	.column.wide-70p-xs {
		width: 70% !important;
	}
	.column.wide-75p-xs {
		width: 75% !important;
	}
	.column.wide-80p-xs {
		width: 80% !important;
	}
	.column.wide-85p-xs {
		width: 85% !important;
	}
	.column.wide-90p-xs {
		width: 90% !important;
	}
	.column.wide-95p-xs {
		width: 95% !important;
	}
	.column.wide-100p-xs {
		width: 100% !important;
	}
	/*wide e*/
	/*offset s*/
	.column.wide-offset-5p-xs {
		margin-left: 5% !important;
	}
	.column.wide-offset-10p-xs {
		margin-left: 10% !important;
	}
	.column.wide-offset-15p-xs {
		margin-left: 15% !important;
	}
	.column.wide-offset-20p-xs {
		margin-left: 20% !important;
	}
	.column.wide-offset-25p-xs {
		margin-left: 25% !important;
	}
	.column.wide-offset-30p-xs {
		margin-left: 30% !important;
	}
	.column.wide-offset-35p-xs {
		margin-left: 35% !important;
	}
	.column.wide-offset-40p-xs {
		margin-left: 40% !important;
	}
	.column.wide-offset-45p-xs {
		margin-left: 45% !important;
	}
	.column.wide-offset-55p-xs {
		margin-left: 55% !important;
	}
	.column.wide-offset-60p-xs {
		margin-left: 60% !important;
	}
	.column.wide-offset-65p-xs {
		margin-left: 65% !important;
	}
	.column.wide-offset-70p-xs {
		margin-left: 70% !important;
	}
	.column.wide-offset-75p-xs {
		margin-left: 75% !important;
	}
	.column.wide-offset-80p-xs {
		margin-left: 80% !important;
	}
	.column.wide-offset-85p-xs {
		margin-left: 85% !important;
	}
	.column.wide-offset-90p-xs {
		margin-left: 90% !important;
	}
	.column.wide-offset-95p-xs {
		margin-left: 95% !important;
	}
	/*offset e*/
	/*push s*/
	.column.wide-push-5p-xs {
		left: 5% !important;
	}
	.column.wide-push-10p-xs {
		left: 10% !important;
	}
	.column.wide-push-15p-xs {
		left: 15% !important;
	}
	.column.wide-push-20p-xs {
		left: 20% !important;
	}
	.column.wide-push-25p-xs {
		left: 25% !important;
	}
	.column.wide-push-30p-xs {
		left: 30% !important;
	}
	.column.wide-push-35p-xs {
		left: 35% !important;
	}
	.column.wide-push-40p-xs {
		left: 40% !important;
	}
	.column.wide-push-45p-xs {
		left: 45% !important;
	}
	.column.wide-push-55p-xs {
		left: 55% !important;
	}
	.column.wide-push-60p-xs {
		left: 60% !important;
	}
	.column.wide-push-65p-xs {
		left: 65% !important;
	}
	.column.wide-push-70p-xs {
		left: 70% !important;
	}
	.column.wide-push-75p-xs {
		left: 75% !important;
	}
	.column.wide-push-80p-xs {
		left: 80% !important;
	}
	.column.wide-push-85p-xs {
		left: 85% !important;
	}
	.column.wide-push-90p-xs {
		left: 90% !important;
	}
	.column.wide-push-95p-xs {
		left: 95% !important;
	}
	/*push e*/
	/*pull s*/
	.column.wide-pull-5p-xs {
		right: 5% !important;
	}
	.column.wide-pull-10p-xs {
		right: 10% !important;
	}
	.column.wide-pull-15p-xs {
		right: 15% !important;
	}
	.column.wide-pull-20p-xs {
		right: 20% !important;
	}
	.column.wide-pull-25p-xs {
		right: 25% !important;
	}
	.column.wide-pull-30p-xs {
		right: 30% !important;
	}
	.column.wide-pull-35p-xs {
		right: 35% !important;
	}
	.column.wide-pull-40p-xs {
		right: 40% !important;
	}
	.column.wide-pull-45p-xs {
		right: 45% !important;
	}
	.column.wide-pull-55p-xs {
		right: 55% !important;
	}
	.column.wide-pull-60p-xs {
		right: 60% !important;
	}
	.column.wide-pull-65p-xs {
		right: 65% !important;
	}
	.column.wide-pull-70p-xs {
		right: 70% !important;
	}
	.column.wide-pull-75p-xs {
		right: 75% !important;
	}
	.column.wide-pull-80p-xs {
		right: 80% !important;
	}
	.column.wide-pull-85p-xs {
		right: 85% !important;
	}
	.column.wide-pull-90p-xs {
		right: 90% !important;
	}
	.column.wide-pull-95p-xs {
		right: 95% !important;
	}
	/*pull e*/
}

@media (max-width: 319px) {}


/* ========== column e ========== */