/* * {
	display: block; 
} */
.content {
	margin: 5px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	height: auto;
	margin: 0px auto 10px;
	/*width: calc(100%);*/
	overflow: hidden;
}

.px200 { height: 200px!important; }
.px300 { height: 300px!important; }
.px400 { height: 400px!important; }
.px600 { height: 600px!important; }
.px250 { height: 250px!important; }
.px150 { height: 150px!important; }
.px100 { height: 100px!important; }
.px120 { height: 120px!important; }

.header img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.header p {
	text-align: center;
	font-size: 40px;
}

/* 350px */
.per350 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.per350 > div {
	margin-top:10px;
}
.per350 .img350 {
	flex: 0 1 350px;
}
.per350 .txt350 {
	flex: 1 1 350px;
	text-align: justify;
}
.per350 .img350 img{
	max-width: 350px;
	width:100%;
	height: auto;
	object-fit: contain;
}
@media screen and (min-width:700px) {
	.per350 > div:first-child {
		margin-right: 10px;
	}
}
.per350 h2 {
	margin-top: 0;
}
.per350.right h2{
	text-align: right;
}


/* 50% */
.per50 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.per50 > div {
	margin-top:10px;
}
.per50 .img50 {
	flex: 0 1 100%;
}
.per50 .txt50 {
	flex: 1 1 310px;
	text-align: justify;
}
.per50 .img50 img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.per50 h2 {
	margin-top: 0;
}


.right h2{
	text-align: right;
}
.right {
	flex-direction: row-reverse;
}

@media screen and (min-width:720px) {
	.per50 > div:first-child {
		margin-right: 10px;
	}
	.per50 .img50 {
		flex: 0 1 50%;
	}
	.right .img350, .right .img50 {
		margin-right: 0!important;
		margin: 10px 0px 0px 10px;
	}
}


.max450 img{
	max-height: 450px;
	text-align: right;
	float: right;
}
.max550 img{
	max-height: 550px;
	text-align: right;
	float: right;
}
.max650 img{
	max-height: 650px;
	text-align: right;
	float: right;
}
.max450,.max550,.max650 {
	max-width: 50%;
}

/* GALLERY */
.img_gallery {
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: column;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
	justify-content: center;
}
.img_gallery img {
/*
	width:100%;
	max-width: 350px;
	height: 220px;
	object-fit: cover;
	flex: 1 1 300px;
	margin: 5px;
*/

width: inherit !important;
height: inherit !important;
min-width: 100%;
object-fit: cover;
margin: 0px auto;
text-align: center;
width: calc(100% - 0px);
max-width: 700px;
min-height: 100%;
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.img_gallery > div {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
	width: 300px;
	height: 300px;
	margin: 4px;
	overflow: hidden;
	border: none;
}
.centered {
	text-align: center;
}




.padding10 {
	padding: 25px 15% 0 15%;
}

.padding10 img {
	width: 70% !important;
}

.txt50.tx-list {
	padding-top: 15px;
}
.tx-list ul {
	list-style: square outside; 
	padding-top: 0px;
}
.tx-list ol {
	list-style-type: upper-alpha;
}
.tx-list li {
	display: list-item;
	line-height: 2em;
	font-size: 20px;
}
.tx-list img {
	width: 90% !important;
	margin-left: 5px;
}
.tx-list h2 {
	padding-left: 20px;
	text-decoration: underline;
	text-decoration-style: solid;
}
.tx-img {
	/* margin-right: 0 !important; */
	margin: 0 5px !important;
	width: calc(100% - 10px) !important;
	flex: 0 1 calc(50% - 10px) !important;
}
.img50.tx-list {
	padding-top: 10px;
}

li {
	margin-left: 20px;
}
