/*MIRO FOOTER BG COLOR #2f4f4f*/
/*MIRO FOOTER TEXT COLOR #2f4f4f*/
body
{
	padding:0px;
	margin:0px;
}
a
{
	color:#262626;
	text-decoration:none;
}
.cla:hover
{
	text-decoration:underline;
}
.cla
{
	color:white;
}
.clw
{
	color:white;
}
.fix
{
	width:100%;
	position: fixed !important;
	overflow-y: scroll !important;
}
.mg
{
	margin:1px;
}
.mgt
{
	margin-top:10px;
}
.mga
{
	margin:0px auto;
}
.mpo
{
	margin:0px;
	padding:0px;
}
.pd5
{
	padding:5px;
}
.mg5
{
	margin:5px;
}
.fob
{
	font-weight:bold;
}
.foi
{
	font-style:italic;
}
.crs
{
	cursor:pointer;
}
.txd
{
	text-decoration:none;
}
.fullw
{
	width:100%;
}
.fullh
{
	height:100%;
}
.autow
{
	width:auto;
}
.autoh
{
	height:auto;
}
.mxw
{
	max-width:100%;
}
.mxh
{
	max-height:100%;
}
.flxr
{
	display:flex;
	flex-direction:row;
}
.flxc
{
	display:flex;
	flex-direction:column;
}
.flxwn
{
	flex-wrap:nowrap;
}.flxwr
{
	flex-wrap:wrap;
}
.wts
{
	white-space:nowrap;
}
.ln
{
	border:0.04em solid transparent;
	border-radius:3px; 
	padding:3px;
}
.ln:hover
{
	border:0.04em solid #c3c3c3;
	border-radius:3px; 
}
.fl1
{
	flex:1;
}
.fl2
{
	flex:2;
}
.fl3
{
	flex:3;
}
.fl4
{
	flex:4;
}
.fl5
{
	flex:5;
}
.fl6
{
	flex:6;
}
.fl7
{
	flex:7;
}
.fl8
{
	flex:8;
}
.fl9
{
	flex:9;
}
.fl10
{
	flex:10;
}
.fl11
{
	flex:11;
}.fl12
{
	flex:13;
}.fl113
{
	flex:13;
}
.jstsa
{
	justify-content:space-around;
}
.jstsb
{
	justify-content:space-between;
}
.jstfs
{
	justify-content:flex-start;
}
.jstfe
{
	justify-content:flex-end;
}
.jstc
{
	justify-content:center;
}
.algt
{
	align-items:top;
}
.algc
{
	align-items:center;
}
.algb
{
	align-items:bottom;
}
.algbl
{
	align-items:baseline;
}
.algst
{
	align-items:stretch;
}
.brd
{
	border:1px solid transparent;
}
.brds
{
	border-radius:3px;
}
.bgb
{
	background:black;
}
.bgw
{
	background:white;
}
.bg
{
	background:#f5f5f5;
}
.bggre
{
	background:rgba(2,57,15,0.9);
}
.bgbro
{
	background:rgba(92,5,13,0.9);
}
.bggra
{
	background:rgba(153,153,153,0.8);
}
.bgblu
{
	background:rgba(69,109,202,0.8);
}
.bgyel
{
	background:rgba(212,195,103,0.8);
}
.bgbt
{
	background:rgba(0,0,0,0.5);
}
.bgwt
{
	background:rgba(255,255,255,0.5);
}
.none
{
	display:none;
}
.por{
	position:relative;
}
.poa{
	position:absolute;
}
.pof{
	position:fixed;
}
.polt
{
	top:0px;
	left:0px;
}
.polb
{
	bottom:0px;
	left:0px;
}
.pobo
{
	top:100%;
	left:0px;
}
.doc
{
	width:1000px;
	min-width:1000px;
	max-width:1600px;
	position:relative;
	margin:0px auto;
}
h1,h2,h3,h4,h5,h6
{
	padding:0p;
	margin:0px;
}
p
{
	padding:0p;
	margin:0px;
}
.txb
{
	color:#83200c;
}
.txg
{
	color:#008b05;
}
.z10
{
	z-index:10;
}
img {
border: 0;
;
}

img:not([src]) {
visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
img:-moz-loading {
visibility: hidden;
}
}