.row2 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
    justify-content: center;
}

.justify-content-sm-center {
    justify-content: center !important;
}

html body .offset-top-66 {
	margin-top: 66px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-13, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.box-member {
	position: relative;
	display: inline-block;
}

.box-member img {
	display: inline-block;
}

@media (min-width: 1200px) {
	.box-member .box-member-wrap {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 81%;
		z-index: 2;
		transition: .3s;
	}
	.box-member .box-member-wrap .box-member-caption {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		margin-top: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-transform: uppercase;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.box-member .box-member-wrap .box-member-caption .list-inline li {
		transform: translateY(40px);
		transition: .35s all ease;
		opacity: 0;
	}
	.box-member .box-member-wrap .box-member-caption .list-inline li:nth-child(2) {
		transition-delay: .1s;
	}
	.box-member .box-member-wrap .box-member-caption .list-inline li:last-child {
		transition-delay: .2s;
	}
	.box-member .box-member-wrap:hover {
		background: rgba(255, 255, 255, 0.7);
	}
	.box-member .box-member-wrap:hover .list-inline li {
		transform: translateY(0);
		opacity: 1;
	}
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.font-weight-bold {
	font-weight: 700 !important;
}

html body .offset-top-20 {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.box-member .box-member-wrap {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 81%;
		z-index: 2;
		transition: .3s;
	}
	.box-member .box-member-wrap .box-member-caption {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		margin-top: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-transform: uppercase;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.box-member .box-member-wrap .box-member-caption .list-inline li {
		transform: translateY(40px);
		transition: .35s all ease;
		opacity: 0;
	}
	.box-member .box-member-wrap .box-member-caption .list-inline li:nth-child(2) {
		transition-delay: .1s;
	}
	.box-member .box-member-wrap .box-member-caption .list-inline li:last-child {
		transition-delay: .2s;
	}
	.box-member .box-member-wrap:hover {
		background: rgba(255, 255, 255, 0.7);
	}
	.box-member .box-member-wrap:hover .list-inline li {
		transform: translateY(0);
		opacity: 1;
	}
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

@media (min-width: 768px) {
	html body .offset-md-top-0 {
		margin-top: 0;
	}
	html body .offset-md-top-4 {
		margin-top: 4px;
	}
	html body .offset-md-top-10 {
		margin-top: 10px;
	}
	html body .offset-md-top-14 {
		margin-top: 14px;
	}
	html body .offset-md-top-20 {
		margin-top: 20px;
	}
	html body .offset-md-top-24 {
		margin-top: 24px;
	}
	html body .offset-md-top-30 {
		margin-top: 30px;
	}
	html body .offset-md-top-34 {
		margin-top: 34px;
	}
	html body .offset-md-top-41 {
		margin-top: 41px;
	}
	html body .offset-md-top-50 {
		margin-top: 50px;
	}
	html body .offset-md-top-66 {
		margin-top: 66px;
	}
	html body .offset-md-top-98 {
		margin-top: 98px;
	}
	html body .offset-md-top-110 {
		margin-top: 110px;
	}
	html body .offset-md-top-124 {
		margin-top: 124px;
	}
}

@media (min-width: 1200px) {
	html body .offset-xl-top-0 {
		margin-top: 0;
	}
	html body .offset-xl-top-4 {
		margin-top: 4px;
	}
	html body .offset-xl-top-10 {
		margin-top: 10px;
	}
	html body .offset-xl-top-14 {
		margin-top: 14px;
	}
	html body .offset-xl-top-20 {
		margin-top: 20px;
	}
	html body .offset-xl-top-24 {
		margin-top: 24px;
	}
	html body .offset-xl-top-30 {
		margin-top: 30px;
	}
	html body .offset-xl-top-34 {
		margin-top: 34px;
	}
	html body .offset-xl-top-41 {
		margin-top: 41px;
	}
	html body .offset-xl-top-50 {
		margin-top: 50px;
	}
	html body .offset-xl-top-66 {
		margin-top: 66px;
	}
	html body .offset-xl-top-98 {
		margin-top: 98px;
	}
	html body .offset-xl-top-110 {
		margin-top: 110px;
	}
	html body .offset-xl-top-124 {
		margin-top: 124px;
	}
}

.text-center {
	text-align: center !important;
}