@charset "UTF-8";
.bg_gray { background: #eee !important;}
.bg_red { background: #e50112 !important;}
.bg_yellow { background: #ff0 !important;}
.bg_gold { background: #c0b14c !important;}
.bg_beige { background: rgba(255, 249, 177, 0.2) !important;}

.bg_wine {
 background: #ac222f !important;
 padding: 0 7px;
}

.bg_orange { background: #efa800 !important;}
.bg_green { background: #14944a !important;}
.br_none { border: none !important;}

.c_gold {	color: #84754e;}
.c_black { color: #000;}
.c_brown { color: #5e2e2e;}
.c_purple { color: #5a2287;}
.c_blue { color: #39b8b6;}
.c_brown { color: #a91000;}
.c_red { color: #c42732;}
.c_gray { color: #666;}
.c_green { color: #44d62c;}
.c_black { color: #333;}
.c_white { color: #fff;}
.c_orange { color: #efa800;}
.c_pink { color: #e2007e;}
.c_purple { color: #af3296;}
.c_emerald { color: #00bab9;}
.c_navy {	color: #0d3245;}
.c_wine { color: #ac222f;}
.c_mp3 { color: #1106a0;}
.c_pdf { color: #df1995;}
.c_vimeo { color: #1c92e9;}
.c_xls { color: #1c790d;}
.c_word { color: #2b7cd3;}

.clear { clear: both;}

.fw_600 { font-weight: 600;}

.fs_50p { font-size: 50% !important;}
.fs_60p { font-size: 60% !important;}
.fs_70p { font-size: 70% !important;}
.fs_80p { font-size: 80% !important;}
.fs_90p { font-size: 90% !important;}
.fs_100p { font-size: 100% !important;}
.fs_110p { font-size: 110% !important;}
.fs_115p { font-size: 115% !important;}
.fs_120p { font-size: 120% !important;}
.fs_130p { font-size: 130% !important;}
.fs_140p { font-size: 140% !important;}
.fs_150p { font-size: 150% !important;}
.fs_160p { font-size: 160% !important;}
.fs_170p { font-size: 170% !important;}
.fs_180p { font-size: 180% !important;}
.fs_190p { font-size: 190% !important;}
.fs_200p { font-size: 200% !important;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}

.td_under { text-decoration: underline;}
.td_yellow { border-bottom: solid 3px #fffa22 !important;}

.mt_0 { margin-top: 0 !important;}
.mt_5 { margin-top: 5px !important;}
.mt_10 { margin-top: 10px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_30 { margin-top: 30px !important;}
.mt_40 { margin-top: 40px !important;}

.mb_0 { margin-bottom: 0 !important;}
.mb_5 { margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_50 { margin-bottom: 50px !important;}

.pt_0 { padding-top: 0 !important;}

.pb_0 { padding-bottom: 0 !important;}
.pb_10 { padding-bottom: 10px !important;}
.pb_20 { padding-bottom: 20px !important;}
.pb_30 { padding-bottom: 30px !important;}
.pb_40 { padding-bottom: 40px !important;}

.nolist { list-style: none !important;}

.txtidt li {
 list-style-position: inside !important;
 margin-bottom: 3px;
 text-indent: -1em;
 margin-left: 1em;
 word-break: break-all;
}


.txtidt li:last-child { margin-bottom: 0;}

.clist {
	margin-bottom: 30px;
	text-align: center;
}

.clist ul {
	text-align: left;
	display: inline-block;
}

.marker_yellow { background: linear-gradient(transparent 50%, #ff0 50%, #ff0 100% , transparent 100%);}
.marker_gold { background: linear-gradient(transparent 50%, #e4cf8a 50%, #e4cf8a 100% , transparent 100%);}


.img {
	display: block;
	margin: auto;
}

.w50 { width: 50%;}
.w80 { width: 80%;}
.w100 { width: 100%;}
