.contu {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.rowu,
.rowua {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.rowu > *,
.rowua > * {
	width: 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;	
}

.colu {
	flex: 1 0 0%;
}

.colu-auto {
	flex: 0 0 auto;
	width: auto;
}

.colu-fit {
	flex: 0 1 fit-content;
	max-width: fit-content;
	width: auto;
}

.colu-eq {
	flex: 1 0 0%;
	width: 100%;
	max-width: 100%;
}

.colu-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.colu-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.colu-3 {
	flex: 0 0 auto;
	width: 25%;
}

.colu-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.colu-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.colu-6 {
	flex: 0 0 auto;
	width: 50%;
}

.colu-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.colu-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.colu-9 {
	flex: 0 0 auto;
	width: 75%;
}

.colu-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.colu-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.colu-12,
.colua {
	flex: 0 0 auto;
	width: 100%;
}

.rowua > * {
	flex: 0 0 auto;
}



.cxs-1, .xs-1 > *,
.cxs-2, .xs-2 > * { flex: 0 0 auto !important; }
.cxs-1, .xs-1 > * { width: 100% !important; }
.cxs-2, .xs-2 > * { width: 50% !important; }

@media (min-width: 576px) 
{ 
	.csm-1, .sm-1 > *,
	.csm-2, .sm-2 > *,
	.csm-3, .sm-3 > *,
	.csm-4, .sm-4 > *,	
	.csm-5, .sm-5 > *,
	.csm-6, .sm-6 > * { flex: 0 0 auto !important; }
	.csm-1, .sm-1 > * { width: 100% !important; }
	.csm-2, .sm-2 > * { width: 50% !important; }
	.csm-3, .sm-3 > * { width: 33.333333% !important; }
	.csm-4, .sm-4 > * { width: 25% !important; }
	.csm-5, .sm-5 > * { width: 20% !important; }
	.csm-6, .sm-6 > * { width: 16.666667% !important; }	
}
@media (min-width: 768px) 
{ 
	.cmd-1, .md-1 > *,
	.cmd-2, .md-2 > *,
	.cmd-3, .md-3 > *,
	.cmd-4, .md-4 > *,	
	.cmd-5, .md-5 > *,
	.cmd-6, .md-6 > * { flex: 0 0 auto !important; }
	.cmd-1, .md-1 > * { width: 100% !important; }
	.cmd-2, .md-2 > * { width: 50% !important; }
	.cmd-3, .md-3 > * { width: 33.333333% !important; }
	.cmd-4, .md-4 > * { width: 25% !important; }
	.cmd-5, .md-5 > * { width: 20% !important; }
	.cmd-6, .md-6 > * { width: 16.666667% !important; }	
}
@media (min-width: 992px) 
{ 
	.clg-1, .lg-1 > *,
	.clg-2, .lg-2 > *,
	.clg-3, .lg-3 > *,
	.clg-4, .lg-4 > *,	
	.clg-5, .lg-5 > *,
	.clg-6, .lg-6 > * { flex: 0 0 auto !important; }
	.clg-1, .lg-1 > * { width: 100% !important; }
	.clg-2, .lg-2 > * { width: 50% !important; }
	.clg-3, .lg-3 > * { width: 33.333333% !important; }
	.clg-4, .lg-4 > * { width: 25% !important; }	
	.clg-5, .lg-5 > * { width: 20% !important; }
	.clg-6, .lg-6 > * { width: 16.666667% !important; }		
}
@media (min-width: 1200px) 
{ 
	.cxl-1, .xl-1 > *,
	.cxl-2, .xl-2 > *,
	.cxl-3, .xl-3 > *,
	.cxl-4, .xl-4 > *,	
	.cxl-5, .xl-5 > *,
	.cxl-6, .xl-6 > * { flex: 0 0 auto !important; }
	.cxl-1, .xl-1 > * { width: 100% !important; }
	.cxl-2, .xl-2 > * { width: 50% !important; }
	.cxl-3, .xl-3 > * { width: 33.333333% !important; }
	.cxl-4, .xl-4 > * { width: 25% !important; }	
	.cxl-5, .xl-5 > * { width: 20% !important; }
	.cxl-6, .xl-6 > * { width: 16.666667% !important; }	
}


.x0 { margin-right: 0px; margin-left: 0px; }
.x0 > * { padding-right: 0px; padding-left: 0px; }
.x5 { margin-right: -2.5px; margin-left: -2.5px; }
.x5 > * { padding-right: 2.5px; padding-left: 2.5px; }
.x10 { margin-right: -5px; margin-left: -5px; }
.x10 > * { padding-right: 5px; padding-left: 5px; }
.x15 { margin-right: -7.5px; margin-left: -7.5px; }
.x15 > * { padding-right: 7.5px; padding-left: 7.5px; }
.x20 { margin-right: -10px; margin-left: -10px; }
.x20 > * { padding-right: 10px; padding-left: 10px; }
.x25 { margin-right: -12.5px; margin-left: -12.5px; }
.x25 > * { padding-right: 12.5px; padding-left: 12.5px; }
.x30 { margin-right: -15px; margin-left: -15px; }
.x30 > * { padding-right: 15px; padding-left: 15px; }
.x35 { margin-right: -17.5px; margin-left: -17.5px; }
.x35 > * { padding-right: 17.5px; padding-left: 17.5px; }
.x40 { margin-right: -20px; margin-left: -20px; }
.x40 > * { padding-right: 20px; padding-left: 20px; }
.x45 { margin-right: -22.5px; margin-left: -22.5px; }
.x45 > * { padding-right: 22.5px; padding-left: 22.5px; }
.x50 { margin-right: -25px; margin-left: -25px; }
.x50 > * { padding-right: 25px; padding-left: 25px; }
.x55 { margin-right: -27.5px; margin-left: -27.5px; }
.x55 > * { padding-right: 27.5px; padding-left: 27.5px; }
.x60 { margin-right: -30px; margin-left: -30px; }
.x60 > * { padding-right: 30px; padding-left: 30px; }
.x65 { margin-right: -32.5px; margin-left: -32.5px; }
.x65 > * { padding-right: 32.5px; padding-left: 32.5px; }
.x70 { margin-right: -35px; margin-left: -35px; }
.x70 > * { padding-right: 35px; padding-left: 35px; }

.y0 { margin-top: 0px; }	
.y0 > * { margin-top: 0px; }
.y5 { margin-top: -5px; }	
.y5 > * { margin-top: 5px; }
.y10 { margin-top: -10px; }	
.y10 > * { margin-top: 10px; }
.y15 { margin-top: -15px; }	
.y15 > * { margin-top: 15px; }
.y20 { margin-top: -20px; }	
.y20 > * { margin-top: 20px; }
.y25 { margin-top: -25px; }	
.y25 > * { margin-top: 25px; }
.y30 { margin-top: -30px; }	
.y30 > * { margin-top: 30px; }
.y35 { margin-top: -35px; }	
.y35 > * { margin-top: 35px; }
.y40 { margin-top: -40px; }	
.y40 > * { margin-top: 40px; }
.y45 { margin-top: -45px; }	
.y45 > * { margin-top: 45px; }
.y50 { margin-top: -50px; }	
.y50 > * { margin-top: 50px; }
.y55 { margin-top: -55px; }	
.y55 > * { margin-top: 55px; }
.y60 { margin-top: -60px; }	
.y60 > * { margin-top: 60px; }
.y65 { margin-top: -65px; }	
.y65 > * { margin-top: 65px; }
.y70 { margin-top: -70px; }	
.y70 > * { margin-top: 70px; }


@media (min-width: 576px) {
	.contu-def { max-width: 540px; }
}
@media (min-width: 768px) {
	.contu-def { max-width: 720px; }
}
@media (min-width: 992px) {
	.contu-def { max-width: 960px; }
}
@media (min-width: 1200px) {
	.contu-def { max-width: 1140px; }
}


.m-0 { margin: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mr-0 { margin-right: 0px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }	
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }	
.ml-0 { margin-left: 0px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ms-auto { margin-left: auto !important; }
.me-auto { margin-right: auto !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-55 { padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80 { padding-top: 80px !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pb-80 { padding-bottom: 80px !important; }


.fw-normal { font-weight: 400 !important; }
.fw-bold { font-weight: 700 !important; }
.fw-bolder { font-weight: bolder !important; }
.lh-sm { line-height: 1.25 !important; }
.lh-base { line-height: 1.5 !important; }
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.inline-block { display: inline-block !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.justify-content-center { justify-content: center !important; }
.align-items-center { align-items: center !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.w-100 { width: 100% !important; }
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.clearfix { display: block; clear: both; content: ""; }
.flex-center { display: flex; justify-content: center; align-items: center; }
.rowu > * p:last-child, 
.pp p:last-child { margin-bottom: 0; }
.oh { overflow: hidden; } 
.oh-x { overflow-x: hidden; }
.oh-xv { overflow-x: visible; }
.list { list-style: none; margin-top: 0; margin-bottom: 0; padding-left: 0; }  
.list li:first-child { margin-top: 0; }


.thumb-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 60%;
	background-color: #eee;
}
.thumb-img {
	position: absolute; top: 0%; right: 0%; bottom: 0%; left: 0%;
	display: flex; justify-content: center;	
}
.thumb-img img { max-width: 100%; object-position: 50% 50%; }
/* end */

