.flx_fd_r {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flx_fd_c {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flx_fw_w {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flx_fw_nw {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flx_jc_sb {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flx_jc_fs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flx_jc_fe {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flx_jc_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flx_ac_fs {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flx_ac_fe {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flx_ac_c {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flx_ai_fs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flx_ai_fe {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flx_ai_c {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.flex_item_0_0_auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex_item_0_1_auto {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex_item_0_1_auto_fs {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.flex_item_0_1_auto_fe {
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	 -webkit-align-self: flex-end;
	-ms-flex-item-align: flex-end;
					 align-self: flex-end;
}
.flex_item_0_1_auto_c {
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	 -webkit-align-self: center;
	-ms-flex-item-align: center;
					 align-self: center;
}

.flex_item_1_1_auto {
	-webkit-flex: 1 1 auto;
			-ms-flex: 1 1 auto;
					flex: 1 1 auto;
	 -webkit-align-self: auto;
	-ms-flex-item-align: auto;
					 align-self: auto;
}

.flex_item_1_0_auto {
	-webkit-flex: 1 0 auto;
			-ms-flex: 1 0 auto;
					flex: 1 0 auto;
		-webkit-align-self: auto;
	 -ms-flex-item-align: auto;
						align-self: auto;
}

.flex_item_1 {
  -webkit-flex: 1;
  		-ms-flex: 1;
  				flex: 1;
}



.flex_item_margin_1 { margin: -5px 0px; }


/* Media BreakPoints */
@media only screen and (min-width: 360px) {
}
@media only screen and (min-width: 420px) {
}
@media only screen and (min-width: 576px) {
}
@media only screen and (min-width: 768px) {
} 
@media only screen and (min-width: 880px) {
} 
@media only screen and (min-width: 992px) {
} 
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1320px) {
}
