* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px; margin-left: -15px; }

.row.row_reverse { flex-direction: row-reverse; }

.no-gutters {
	margin-right:0; margin-left: 0; }
.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right:0;
	padding-left:0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	position:relative;
	width:100%;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.col {
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-ms-flex-positive:1;
	flex-grow:1;
	max-width:100%
}
.col-auto {
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	width:auto;
	max-width:none
}
.col-1 {
	-ms-flex:0 0 8.333333%;
	flex:0 0 8.333333%;
	max-width:8.333333%
}
.col-2 {
	-ms-flex:0 0 16.666667%;
	flex:0 0 16.666667%;
	max-width:16.666667%
}
.col-3 {
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	max-width:25%
}
.col-4 {
	-ms-flex:0 0 33.333333%;
	flex:0 0 33.333333%;
	max-width:33.333333%
}
.col-5 {
	-ms-flex:0 0 41.666667%;
	flex:0 0 41.666667%;
	max-width:41.666667%
}
.col-6 {
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	max-width:50%
}
.col-7 {
	-ms-flex:0 0 58.333333%;
	flex:0 0 58.333333%;
	max-width:58.333333%
}
.col-8 {
	-ms-flex:0 0 66.666667%;
	flex:0 0 66.666667%;
	max-width:66.666667%
}
.col-9 {
	-ms-flex:0 0 75%;
	flex:0 0 75%;
	max-width:75%
}
.col-10 {
	-ms-flex:0 0 83.333333%;
	flex:0 0 83.333333%;
	max-width:83.333333%
}
.col-11 {
	-ms-flex:0 0 91.666667%;
	flex:0 0 91.666667%;
	max-width:91.666667%
}
.col-12 {
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%
}
.order-first {
	-ms-flex-order:-1;
	order:-1
}
.order-last {
	-ms-flex-order:13;
	order:13
}
.order-0 {
	-ms-flex-order:0;
	order:0
}
.order-1 {
	-ms-flex-order:1;
	order:1
}
.order-2 {
	-ms-flex-order:2;
	order:2
}
.order-3 {
	-ms-flex-order:3;
	order:3
}
.order-4 {
	-ms-flex-order:4;
	order:4
}
.order-5 {
	-ms-flex-order:5;
	order:5
}
.order-6 {
	-ms-flex-order:6;
	order:6
}
.order-7 {
	-ms-flex-order:7;
	order:7
}
.order-8 {
	-ms-flex-order:8;
	order:8
}
.order-9 {
	-ms-flex-order:9;
	order:9
}
.order-10 {
	-ms-flex-order:10;
	order:10
}
.order-11 {
	-ms-flex-order:11;
	order:11
}
.order-12 {
	-ms-flex-order:12;
	order:12
}
.offset-1 { margin-left: 8.333333%; }
.offset-2 { margin-left: 16.666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.333333%; }
.offset-5 { margin-left: 41.666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.333333%; }
.offset-8 { margin-left: 66.666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.333333%; }
.offset-11 { margin-left: 91.666667%; }

.mb-0,.my-0{ margin-bottom: 0!important }
.mb-1,.my-1{ margin-bottom: 10px !important }
.mb-2,.my-2{ margin-bottom: 30px !important }
.mb-3,.my-3{ margin-bottom: 50px !important }
.mb-4,.my-4{ margin-bottom: 85px !important }
.mb-5,.my-5{ margin-bottom: 100px !important }

.mt-0 { margin-top: 0!important }
.mt-1 { margin-top: 10px !important }
.mt-2 { margin-top: 30px !important }
.mt-3 { margin-top: 50px !important }
.mt-4 { margin-top: 85px !important }
.mt-5 { margin-top: 100px !important }

.pb-0 { padding-bottom: 0!important }
.pb-1 { padding-bottom: 10px !important }
.pb-2 { padding-bottom: 30px !important }
.pb-3 { padding-bottom: 50px !important }
.pb-4 { padding-bottom: 85px !important }
.pb-5 { padding-bottom: 100px !important }

.mb-auto,.my-auto{ margin-bottom: auto!important }

@media (min-width: 480px) {
	.col-sm {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.col-sm-auto {
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.col-sm-1 {
		-ms-flex:0 0 8.333333%;
		flex:0 0 8.333333%;
		max-width:8.333333%
	}
	.col-sm-2 {
		-ms-flex:0 0 16.666667%;
		flex:0 0 16.666667%;
		max-width:16.666667%
	}
	.col-sm-3 {
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-sm-4 {
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%
	}
	.col-sm-5 {
		-ms-flex:0 0 41.666667%;
		flex:0 0 41.666667%;
		max-width:41.666667%
	}
	.col-sm-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-sm-7 {
		-ms-flex:0 0 58.333333%;
		flex:0 0 58.333333%;
		max-width:58.333333%
	}
	.col-sm-8 {
		-ms-flex:0 0 66.666667%;
		flex:0 0 66.666667%;
		max-width:66.666667%
	}
	.col-sm-9 {
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-sm-10 {
		-ms-flex:0 0 83.333333%;
		flex:0 0 83.333333%;
		max-width:83.333333%
	}
	.col-sm-11 {
		-ms-flex:0 0 91.666667%;
		flex:0 0 91.666667%;
		max-width:91.666667%
	}
	.col-sm-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.order-sm-first {
		-ms-flex-order:-1;
		order:-1
	}
	.order-sm-last {
		-ms-flex-order:13;
		order:13
	}
	.order-sm-0 {
		-ms-flex-order:0;
		order:0
	}
	.order-sm-1 {
		-ms-flex-order:1;
		order:1
	}
	.order-sm-2 {
		-ms-flex-order:2;
		order:2
	}
	.order-sm-3 {
		-ms-flex-order:3;
		order:3
	}
	.order-sm-4 {
		-ms-flex-order:4;
		order:4
	}
	.order-sm-5 {
		-ms-flex-order:5;
		order:5
	}
	.order-sm-6 {
		-ms-flex-order:6;
		order:6
	}
	.order-sm-7 {
		-ms-flex-order:7;
		order:7
	}
	.order-sm-8 {
		-ms-flex-order:8;
		order:8
	}
	.order-sm-9 {
		-ms-flex-order:9;
		order:9
	}
	.order-sm-10 {
		-ms-flex-order:10;
		order:10
	}
	.order-sm-11 {
		-ms-flex-order:11;
		order:11
	}
	.order-sm-12 {
		-ms-flex-order:12;
		order:12
	}

	.offset-sm-0 { margin-left: 0; }
	.offset-sm-1 { margin-left: 8.333333%; }
	.offset-sm-2 { margin-left: 16.666667%; }
	.offset-sm-3 { margin-left: 25%; }
	.offset-sm-4 { margin-left: 33.333333%; }
	.offset-sm-5 { margin-left: 41.666667%; }
	.offset-sm-6 { margin-left: 50%; }
	.offset-sm-7 { margin-left: 58.333333%; }
	.offset-sm-8 { margin-left: 66.666667%; }
	.offset-sm-9 { margin-left: 75%; }
	.offset-sm-10 { margin-left: 83.333333%; }
	.offset-sm-11 { margin-left: 91.666667%; }

	.mb-0,.my-0{ margin-bottom: 0!important }
	.mb-1,.my-1{ margin-bottom: 10px !important }
	.mb-2,.my-2{ margin-bottom: 30px !important }
	.mb-3,.my-3{ margin-bottom: 50px !important }
	.mb-4,.my-4{ margin-bottom: 85px !important }
	.mb-5,.my-5{ margin-bottom: 100px !important }

}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.col-md-auto {
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.col-md-1 {
		-ms-flex:0 0 8.333333%;
		flex:0 0 8.333333%;
		max-width:8.333333%
	}
	.col-md-2 {
		-ms-flex:0 0 16.666667%;
		flex:0 0 16.666667%;
		max-width:16.666667%
	}
	.col-md-3 {
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-md-4 {
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%
	}
	.col-md-5 {
		-ms-flex:0 0 41.666667%;
		flex:0 0 41.666667%;
		max-width:41.666667%
	}
	.col-md-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-md-7 {
		-ms-flex:0 0 58.333333%;
		flex:0 0 58.333333%;
		max-width:58.333333%
	}
	.col-md-8 {
		-ms-flex:0 0 66.666667%;
		flex:0 0 66.666667%;
		max-width:66.666667%
	}
	.col-md-9 {
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-md-10 {
		-ms-flex:0 0 83.333333%;
		flex:0 0 83.333333%;
		max-width:83.333333%
	}
	.col-md-11 {
		-ms-flex:0 0 91.666667%;
		flex:0 0 91.666667%;
		max-width:91.666667%
	}
	.col-md-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.order-md-first {
		-ms-flex-order:-1;
		order:-1
	}
	.order-md-last {
		-ms-flex-order:13;
		order:13
	}
	.order-md-0 {
		-ms-flex-order:0;
		order:0
	}
	.order-md-1 {
		-ms-flex-order:1;
		order:1
	}
	.order-md-2 {
		-ms-flex-order:2;
		order:2
	}
	.order-md-3 {
		-ms-flex-order:3;
		order:3
	}
	.order-md-4 {
		-ms-flex-order:4;
		order:4
	}
	.order-md-5 {
		-ms-flex-order:5;
		order:5
	}
	.order-md-6 {
		-ms-flex-order:6;
		order:6
	}
	.order-md-7 {
		-ms-flex-order:7;
		order:7
	}
	.order-md-8 {
		-ms-flex-order:8;
		order:8
	}
	.order-md-9 {
		-ms-flex-order:9;
		order:9
	}
	.order-md-10 {
		-ms-flex-order:10;
		order:10
	}
	.order-md-11 {
		-ms-flex-order:11;
		order:11
	}
	.order-md-12 {
		-ms-flex-order:12;
		order:12
	}

	.offset-md-0 { margin-left: 0; }
	.offset-md-1 { margin-left: 8.333333%; }
	.offset-md-2 { margin-left: 16.666667%; }
	.offset-md-3 { margin-left: 25%; }
	.offset-md-4 { margin-left: 33.333333%; }
	.offset-md-5 { margin-left: 41.666667%; }
	.offset-md-6 { margin-left: 50%; }
	.offset-md-7 { margin-left: 58.333333%; }
	.offset-md-8 { margin-left: 66.666667%; }
	.offset-md-9 { margin-left: 75%; }
	.offset-md-10 { margin-left: 83.333333%; }
	.offset-md-11 { margin-left: 91.666667%; }

	.mb-0,.my-0{ margin-bottom: 0!important }
	.mb-1,.my-1{ margin-bottom: 35px !important }
	.mb-2,.my-2{ margin-bottom: 60px !important }
	.mb-3,.my-3{ margin-bottom: 85px !important }
	.mb-4,.my-4{ margin-bottom: 100px !important }
	.mb-5,.my-5{ margin-bottom: 125px !important }

}
@media (min-width: 1024px) {
	.col-lg {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.col-lg-auto {
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.col-lg-1 {
		-ms-flex:0 0 8.333333%;
		flex:0 0 8.333333%;
		max-width:8.333333%
	}
	.col-lg-2 {
		-ms-flex:0 0 16.666667%;
		flex:0 0 16.666667%;
		max-width:16.666667%
	}
	.col-lg-3 {
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-lg-4 {
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%
	}
	.col-lg-5 {
		-ms-flex:0 0 41.666667%;
		flex:0 0 41.666667%;
		max-width:41.666667%
	}
	.col-lg-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-lg-7 {
		-ms-flex:0 0 58.333333%;
		flex:0 0 58.333333%;
		max-width:58.333333%
	}
	.col-lg-8 {
		-ms-flex:0 0 66.666667%;
		flex:0 0 66.666667%;
		max-width:66.666667%
	}
	.col-lg-9 {
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-lg-10 {
		-ms-flex:0 0 83.333333%;
		flex:0 0 83.333333%;
		max-width:83.333333%
	}
	.col-lg-11 {
		-ms-flex:0 0 91.666667%;
		flex:0 0 91.666667%;
		max-width:91.666667%
	}
	.col-lg-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.order-lg-first {
		-ms-flex-order:-1;
		order:-1
	}
	.order-lg-last {
		-ms-flex-order:13;
		order:13
	}
	.order-lg-0 {
		-ms-flex-order:0;
		order:0
	}
	.order-lg-1 {
		-ms-flex-order:1;
		order:1
	}
	.order-lg-2 {
		-ms-flex-order:2;
		order:2
	}
	.order-lg-3 {
		-ms-flex-order:3;
		order:3
	}
	.order-lg-4 {
		-ms-flex-order:4;
		order:4
	}
	.order-lg-5 {
		-ms-flex-order:5;
		order:5
	}
	.order-lg-6 {
		-ms-flex-order:6;
		order:6
	}
	.order-lg-7 {
		-ms-flex-order:7;
		order:7
	}
	.order-lg-8 {
		-ms-flex-order:8;
		order:8
	}
	.order-lg-9 {
		-ms-flex-order:9;
		order:9
	}
	.order-lg-10 {
		-ms-flex-order:10;
		order:10
	}
	.order-lg-11 {
		-ms-flex-order:11;
		order:11
	}
	.order-lg-12 {
		-ms-flex-order:12;
		order:12
	}

	.offset-lg-0 { margin-left: 0; }
	.offset-lg-1 { margin-left: 8.333333%; }
	.offset-lg-2 { margin-left: 16.666667%; }
	.offset-lg-3 { margin-left: 25%; }
	.offset-lg-4 { margin-left: 33.333333%; }
	.offset-lg-5 { margin-left: 41.666667%; }
	.offset-lg-6 { margin-left: 50%; }
	.offset-lg-7 { margin-left: 58.333333%; }
	.offset-lg-8 { margin-left: 66.666667%; }
	.offset-lg-9 { margin-left: 75%; }
	.offset-lg-10 { margin-left: 83.333333%; }
	.offset-lg-11 { margin-left: 91.666667%; }

	.mb-0,.my-0{ margin-bottom: 0!important }
	.mb-1,.my-1{ margin-bottom: 35px !important }
	.mb-2,.my-2{ margin-bottom: 60px !important }
	.mb-3,.my-3{ margin-bottom: 85px !important }
	.mb-4,.my-4{ margin-bottom: 100px !important }
	.mb-5,.my-5{ margin-bottom: 125px !important }

}

@media (min-width: 1280px) {
	.col-xl {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.col-xl-auto {
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.col-xl-1 {
		-ms-flex:0 0 8.333333%;
		flex:0 0 8.333333%;
		max-width:8.333333%
	}
	.col-xl-2 {
		-ms-flex:0 0 16.666667%;
		flex:0 0 16.666667%;
		max-width:16.666667%
	}
	.col-xl-3 {
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-xl-4 {
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%
	}
	.col-xl-5 {
		-ms-flex:0 0 41.666667%;
		flex:0 0 41.666667%;
		max-width:41.666667%
	}
	.col-xl-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-xl-7 {
		-ms-flex:0 0 58.333333%;
		flex:0 0 58.333333%;
		max-width:58.333333%
	}
	.col-xl-8 {
		-ms-flex:0 0 66.666667%;
		flex:0 0 66.666667%;
		max-width:66.666667%
	}
	.col-xl-9 {
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-xl-10 {
		-ms-flex:0 0 83.333333%;
		flex:0 0 83.333333%;
		max-width:83.333333%
	}
	.col-xl-11 {
		-ms-flex:0 0 91.666667%;
		flex:0 0 91.666667%;
		max-width:91.666667%
	}
	.col-xl-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.order-xl-first {
		-ms-flex-order:-1;
		order:-1
	}
	.order-xl-last {
		-ms-flex-order:13;
		order:13
	}
	.order-xl-0 {
		-ms-flex-order:0;
		order:0
	}
	.order-xl-1 {
		-ms-flex-order:1;
		order:1
	}
	.order-xl-2 {
		-ms-flex-order:2;
		order:2
	}
	.order-xl-3 {
		-ms-flex-order:3;
		order:3
	}
	.order-xl-4 {
		-ms-flex-order:4;
		order:4
	}
	.order-xl-5 {
		-ms-flex-order:5;
		order:5
	}
	.order-xl-6 {
		-ms-flex-order:6;
		order:6
	}
	.order-xl-7 {
		-ms-flex-order:7;
		order:7
	}
	.order-xl-8 {
		-ms-flex-order:8;
		order:8
	}
	.order-xl-9 {
		-ms-flex-order:9;
		order:9
	}
	.order-xl-10 {
		-ms-flex-order:10;
		order:10
	}
	.order-xl-11 {
		-ms-flex-order:11;
		order:11
	}
	.order-xl-12 {
		-ms-flex-order:12;
		order:12
	}

	.offset-xl-0 { margin-left: 0; }
	.offset-xl-1 { margin-left: 8.333333%; }
	.offset-xl-2 { margin-left: 16.666667%; }
	.offset-xl-3 { margin-left: 25%; }
	.offset-xl-4 { margin-left: 33.333333%; }
	.offset-xl-5 { margin-left: 41.666667%; }
	.offset-xl-6 { margin-left: 50%; }
	.offset-xl-7 { margin-left: 58.333333%; }
	.offset-xl-8 { margin-left: 66.666667%; }
	.offset-xl-9 { margin-left: 75%; }
	.offset-xl-10 { margin-left: 83.333333%; }
	.offset-xl-11 { margin-left: 91.666667%; }

	.mb-0,.my-0{ margin-bottom: 0!important }
	.mb-1,.my-1{ margin-bottom: 35px !important }
	.mb-2,.my-2{ margin-bottom: 60px !important }
	.mb-3,.my-3{ margin-bottom: 85px !important }
	.mb-4,.my-4{ margin-bottom: 100px !important }
	.mb-5,.my-5{ margin-bottom: 125px !important }

}

/*
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.row,
.wp-block-columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px; margin-left:  -15px; }

.row: before,
.wp-block-columns: before,
.row: after,
.wp-block-columns: after {
	content: ' ';
	display: table;
}

.row: after { clear: both; }

.m_col_xs_1, .m_col_sm_1, .m_col_md_1, .m_col_lg_1, .m_col_xl_1,  .m_col_xs_2, .m_col_sm_2, .m_col_md_2, .m_col_lg_2, .m_col_xl_2,  .m_col_xs_3, .m_col_sm_3, .m_col_md_3, .m_col_lg_3, .m_col_xl_3,  .m_col_xs_4, .m_col_sm_4, .m_col_md_4, .m_col_lg_4, .m_col_xl_4,  .m_col_xs_5, .m_col_sm_5, .m_col_md_5, .m_col_lg_5, .m_col_xl_5,  .m_col_xs_6, .m_col_sm_6, .m_col_md_6, .m_col_lg_6, .m_col_xl_6,  .m_col_xs_7, .m_col_sm_7, .m_col_md_7, .m_col_lg_7, .m_col_xl_7,  .m_col_xs_8, .m_col_sm_8, .m_col_md_8, .m_col_lg_8, .m_col_xl_8,  .m_col_xs_9, .m_col_sm_9, .m_col_md_9, .m_col_lg_9, .m_col_xl_9,  .m_col_xs_10, .m_col_sm_10, .m_col_md_10, .m_col_lg_10, .m_col_lxl_10,  .m_col_xs_11, .m_col_sm_11, .m_col_md_11, .m_col_lg_11, .m_col_lxl_11,  .m_col_xs_12, .m_col_sm_12, .m_col_md_12, .m_col_lg_12  .m_col_lxl_12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width: 320px) {

	.m_col_xs_hide { display: none; }

	.m_col_xs_12, .m_col_sm_12, .m_col_md_12, .m_col_lg_12, .row .m_col_xl_12 { 
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row .m_col_xs_12: last-child,
	.row .m_col_sm_12: last-child,
	.row .m_col_md_12: last-child,
	.row .m_col_lg_12: last-child,
	.row .m_col_xl_12: last-child { margin-bottom: 0; }

	.m_col_xs_11 { 
		-ms-flex: 91.66666667%;
		flex: 91.66666667%;
		max-width: 91.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_10 { 
		-ms-flex: 83.33333333%;
		flex: 83.33333333%;
		max-width: 83.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_9 { 
		-ms-flex: 75%;
		flex: 75%;
		max-width: 75%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_8 { 
		-ms-flex: 66.66666667%;
		flex: 66.66666667%;
		max-width: 66.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_7 { 
		-ms-flex: 58.33333333%;
		flex: 58.33333333%;
		max-width: 58.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_6 { 
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_5 { 
		-ms-flex: 41.66666667%;
		flex: 41.66666667%;
		max-width: 41.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_4 { 
		-ms-flex: 33.33333333%;
		flex: 33.33333333%;
		max-width: 33.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_3 { 
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_2 { 
		-ms-flex: 16.66666667%;
		flex: 16.66666667%;
		max-width: 16.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_xs_1 { 
		-ms-flex: 8.33333333%;
		flex: 8.33333333%;
		max-width: 8.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}

}

@media (min-width: 480px) {

	.m_col_sm_hide { display: none; }

	.m_col_sm_12, .m_col_md_12, .m_col_lg_12, .row .m_col_xl_12 { 
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		flex-basis: 100% !important;
	}
	.row .m_col_sm_12: last-child,
	.row .m_col_md_12: last-child,
	.row .m_col_lg_12: last-child,
	.row .m_col_xl_12: last-child { margin-bottom: 0; }

	.m_col_sm_11 { 
		-ms-flex: 91.66666667%;
		flex: 91.66666667%;
		max-width: 91.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_10 { 
		-ms-flex: 83.33333333%;
		flex: 83.33333333%;
		max-width: 83.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_9 { 
		-ms-flex: 75%;
		flex: 75%;
		max-width: 75%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_8 { 
		-ms-flex: 66.66666667%;
		flex: 66.66666667%;
		max-width: 66.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_7 { 
		-ms-flex: 58.33333333%;
		flex: 58.33333333%;
		max-width: 58.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_6 { 
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_5 { 
		-ms-flex: 41.66666667%;
		flex: 41.66666667%;
		max-width: 41.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_4 { 
		-ms-flex: 33.33333333%;
		flex: 33.33333333%;
		max-width: 33.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_3 { 
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_2 { 
		-ms-flex: 16.66666667%;
		flex: 16.66666667%;
		max-width: 16.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_sm_1 { 
		-ms-flex: 8.33333333%;
		flex: 8.33333333%;
		max-width: 8.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}

}

@media (min-width: 768px) {

	.m_col_md_hide { display: none; }

	.m_col_md_12, .m_col_lg_12, .row .m_col_xl_12 { 
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.row .m_col_md_12: last-child,
	.row .m_col_lg_12: last-child,
	.row .m_col_xl_12: last-child { margin-bottom: 0; }

	.m_col_md_11 { 
		-ms-flex: 91.66666667%;
		flex: 91.66666667%;
		max-width: 91.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_10 { 
		-ms-flex: 83.33333333%;
		flex: 83.33333333%;
		max-width: 83.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_9 { 
		-ms-flex: 75%;
		flex: 75%;
		max-width: 75%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_8 { 
		-ms-flex: 66.66666667%;
		flex: 66.66666667%;
		max-width: 66.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_7 { 
		-ms-flex: 58.33333333%;
		flex: 58.33333333%;
		max-width: 58.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_6 { 
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_5 { 
		-ms-flex: 41.66666667%;
		flex: 41.66666667%;
		max-width: 41.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_4 { 
		-ms-flex: 33.33333333%;
		flex: 33.33333333%;
		max-width: 33.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_3 { 
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_2 { 
		-ms-flex: 16.66666667%;
		flex: 16.66666667%;
		max-width: 16.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}
	.m_col_md_1 { 
		-ms-flex: 8.33333333%;
		flex: 8.33333333%;
		max-width: 8.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;		
	}

}

@media (min-width: 1024px) {

	.m_col_lg_hide { display: none; }

	.m_col_lg_12, .row .m_col_xl_12 { 
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.row .m_col_lg_12: last-child,
	.row .m_col_xl_12: last-child { margin-bottom: 0; }

	.m_col_lg_11 { flex-basis: 91.66666667%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_10 { flex-basis: 83.33333333%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_9 { flex-basis: 75%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_8 { flex-basis: 66.66666667%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_7 { flex-basis: 58.33333333%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_6 { flex-basis: 50%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_5 { flex-basis: 41.66666667%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_4 { flex-basis: 33.33333333%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_3 { flex-basis: 25%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_2 { flex-basis: 16.66666667%; float: left; margin-bottom: 0; display: block; }
	.m_col_lg_1 { flex-basis: 8.33333333%; float: left; margin-bottom: 0; display: block; }

}

@media (min-width: 1280px) {

	.m_col_xl_hide { display: none; }

	.m_col_xl_12 { 
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row .m_col_xl_12: last-child { margin-bottom: 0; }

	.m_col_xl_11 { 
		-ms-flex: 91.66666667%;
		flex: 91.66666667%; 
		max-width: 91.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_10 { 
		-ms-flex: 83.33333333%;
		flex: 83.33333333%; 
		max-width: 83.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_9 { 
		-ms-flex: 75%;
		flex: 75%; 
		max-width: 75%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_8 { 
		-ms-flex: 66.66666667%;
		flex: 66.66666667%; 
		max-width: 66.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_7 { 
		-ms-flex: 58.33333333%;
		flex: 58.33333333%; 
		max-width: 58.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_6 { 
		-ms-flex: 50%;
		flex: 50%; 
		max-width: 50%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_5 { 
		-ms-flex: 41.66666667%;
		flex: 41.66666667%; 
		max-width: 41.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_4 { 
		-ms-flex: 33.33333333%;
		flex: 33.33333333%; 
		max-width: 33.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_3 { 
		-ms-flex: 25%;
		flex: 25%; 
		max-width: 25%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_2 { 
		-ms-flex: 16.66666667%;
		flex: 16.66666667%; 
		max-width: 16.66666667%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.m_col_xl_1 { 
		-ms-flex: 8.33333333%;
		flex: 8.33333333%; 
		max-width: 8.33333333%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}


}