html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
span {
	word-wrap: break-word;
	/* word-break: break-all; */
}

.f_left {
	float: left !important;
}

.f_right {
	float: right !important;
}

.com {
	float: left;
	width: 100%;
	position: relative;
}

.align_center {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

a {
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	outline: none;
}

ul {
	margin: 0 !important;
	padding: 0;
}

ul li {
	/* float:left; */
	/* list-style-type:none; */
}

ul li a {
	float: left;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.m_top {
	margin-top: 5px;
}

.m_top1 {
	margin-top: 10px;
}

.m_top2 {
	margin-top: 20px;
}

.m_top3 {
	margin-top: 30px;
}

.m_bot {
	margin-bottom: 5px;
}

.m_bot1 {
	margin-bottom: 10px;
}

.m_bot2 {
	margin-bottom: 20px;
}

.m_bot3 {
	margin-bottom: 30px;
}

textarea:focus,
input:focus,
select {
	outline: 0;
}

textarea {
	resize: none;
}

img {
	max-width: 100%;
	height: auto;
}

em {
	font-style: italic;
}

.com audio {
	display: block;
}

.padd0 {
	padding: 0 !important;
}

.col_25 {
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
}

.col_75 {
	width: 75%;
	box-sizing: border-box;
	padding: 0 15px;
}

.col_100 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

.all_lft_thm_pos_abs_full {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.them_div {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #333;
	cursor: pointer;
	font-size: 23px;
	padding: 5px 10px;
	position: fixed;
	right: 0;
	top: 70px;
	z-index: 99999;
	border: 1px solid #DDD;
	border-right: none;
}

.cls_abs {
	position: absolute;
	top: 3px;
	right: 3px;
	color: #AAA;
	font-size: 14px;
}

.cls_abs:hover {
	color: #666;
}

.lm_ic_abs {
	height: 24px;
	width: 24px;
	position: absolute;
	top: -12px;
	right: -12px;
}

.lm_edt_ico {
	background: transparent url("//memberportal.io/members/theme/common/images/icons.png") no-repeat scroll 0 0;
}

.lm_edt_ico:hover {
	background-position: 0 -25px;
}

.img_upd_div_abs {
	position: absolute;
	top: 0;
	left: 100%;
	width: 220px;
	box-sizing: border-box;
	padding: 15px 0;
	border-radius: 5px;
	background: #3d3d3d;
	overflow: hidden;
	z-index: 99099;
}

.pp_in_txt {
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	box-sizing: border-box;
}

.def_col_white {
	color: #fff;
}

.ad_res_mn_div {
	max-width: 620px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 20px;
	clear: both;
	margin: 5px 0;
}

.ad_res_mn_div img {
	float: left;
	width: 55px;
}

.ad_res_para {
	display: block;
	margin: 0 0 0 70px;
	font-family: arial;
	font-size: 15px;
}

.ad_res_para span.ad_res_para_hd {
	color: #0079BF;
}


/* fa icon list */
.thm2_sd_mnu_ic ul {
	display: inline-block;
}

.thm2_sd_mnu_ic ul li {
	float: left;
	line-height: 35px;
	list-style-type: none;
}

.thm2_sd_mnu_ic ul li a {
	float: left;
	font-size: 20px;
	padding: 0 6px;
}

/* fa icon list */

/* Profile image */
.instr_det_wrap {
	width: 50%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.instr_det_img_rad {
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
}

/* Profile image */

/* Dropdown Menu */
.dropdown-menu>li {
	float: none !important;
}

.dropdown-menu>li>a {
	float: none !important;
	padding: 3px 20px !important;
	font-weight: normal !important;
	font-size: 14px !important;
}

/* Dropdown Menu */

/* Common CSS */
.cat_lst {
	box-sizing: border-box;
	padding: 30px 0;
}

.cat_mod_cnt_div {
	width: 95px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	margin: 0 1.5%;
	/* padding: 0 10px; */
}

.cat_mod_lft {
	box-sizing: border-box;
	height: 48px;
	line-height: 15px;
	padding: 8px 0;
	text-align: center;
	width: 55px;
}

.cat_mod_rht {
	width: 35px;
	height: 48px;
	line-height: 48px;
	color: #111;
	font-size: 18px;
	text-align: center;
}

.cat_mod_cnt_txt {
	color: #FFF;
	font-size: 11px;
	letter-spacing: 0.5px;
}

.car_mod_305 {
	/* width: 48%; */
	width: 65%;
}

.nw_pl_hd_par_dis_blk {
	display: block;
	margin-left: 200px;
	margin-right: 30px;
}

.nw_pl_hd_par_dis_blk_401 {
	display: block;
	margin-right: 200px;
}

.gcl_div {
	margin-left: 200px;
	margin-right: 30px;
	display: block;
}

.gcl_lft_div {
	margin-right: 15px;
}

.car_mod_305_hd {
	/* color: #111; */
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 18px;
}

.car_mod_305_para {
	/* color: #444; */
	/* display: inline-block; */
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 16px;
}

.res_con_bor {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.nf_cont {
	background-color: #fff;
}

.cnt_mnu_div {
	border: 1px solid #CCC;
	box-sizing: border-box;
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	border-radius: 5px;
}

.cnt_mnu_hdr_div {
	background: #EDEDED;
	border-bottom: 1px solid #CCC;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 15px;
}

.cnt_mnu_hd {
	color: #111;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.mnu_txt_act {
	color: #FFF;
}

.mnu_ico_abs_act {
	color: #2E596A;
}

.cnt_vid_mdl_mnu_a_act {
	background: #3E809A;
}

.bck_mod {
	color: #111;
	font-size: 13px;
}

.vid_con_mod_para {
	/* color: #111; */
	font-size: 13px;
	margin: 0 0 15px;
}

.vid_con_mod_hd {
	letter-spacing: 1px;
	font-size: 28px;
}

.vid_con_mod_hd1 {
	letter-spacing: 1px;
	font-size: 18px;
	color: #999;
}

.sam_lnk {
	border: 1px solid #CCC;
	box-sizing: border-box;
}

.sam_lnk ul {
	margin: 0;
	padding: 0;
}

.sam_lnk ul li {
	float: left;
	width: 33.33%;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	line-height: 36px;
	list-style-type: none;
}

.sam_lnk ul li a {
	float: left;
	width: 100%;
	text-align: center;
	/* background: #FFF; */
	color: #888;
	font-size: 20px;
	padding: 5px;
}

.sam_lnk_bg {

	background: #FFF;

}

/* .sam_lnk_act {
	background: #3e8099 !important;
	color: #FFF !important;
} */

.sam_lnk ul li:last-child {
	border-right: none;
}

/* Content */

/* Video */
.ifrm_vid {
	position: relative;
	padding-bottom: 56.6%;
	/* 16:9 */
	height: 0;
}

.ifrm_vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vid_btn {
	color: #FFF;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 15px;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}

.vid_btn:hover {
	color: #FFF;
}

.vid_btn1 {
	color: #FFF;
	height: 22px;
	line-height: 22px;
	box-sizing: border-box;
	padding: 0 15px;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

.vid_btn1:hover {
	color: #FFF;
	text-decoration: none;
}

/* Video */

.dwn_cnt_div {
	width: 400px;
	box-sizing: border-box;
	border: 1px solid #000;
	padding: 10px;
}

.cnt_dwn_wrap {
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #CCC;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
}

.pdf_ic_img {
	margin: 5px 20px 0 0;
}

.pdf_in_para {
	font-size: 10px;
	margin: 0 0 5px;
}

ul.tem1_mn_pro_lst li {
	width: 235px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 30px 10px;
	height: 170px;
	position: relative;
	list-style-type: none;
	float: left;
}

ul.tem1_mn_pro_lst li .prd_nm_dv_abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
	transition: all 0.3s ease-out 0s;
	opacity: 1;
}

ul.tem1_mn_pro_lst li .prd_det_hs_dv_abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
	background: rgba(54, 54, 54, 0.8);
	height: 87%;
	transition: all 0.3s ease-out 0s;
	z-index: 2;
	opacity: 0;
}

ul.tem1_mn_pro_lst li:hover .prd_nm_dv_abs {
	opacity: 0;
}

ul.tem1_mn_pro_lst li:hover .prd_det_hs_dv_abs {
	opacity: 1;
}

ul.tem1_mn_pro_lst li .prd_det_dv_abs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
}

ul.tem1_mn_pro_lst li .prd_nm {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

ul.tem1_mn_pro_lst li .pd_padd {
	box-sizing: border-box;
	padding: 0 20px;
}

ul.tem1_mn_pro_lst li .prd_det_dv_abs .prd_nm_sm {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
}

ul.tem1_mn_pro_lst li .prd_nm_para {
	color: #FFF;
	font-size: 11px;
}

ul.tem1_mn_pro_lst li .prd_nm_para_a {
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
	float: none;
}

ul.tem1_mn_pro_lst li .prd_nm_para_a:hover {
	text-decoration: none;
}

ul.tem1_mn_pro_lst li .prd_det_hs_dv_abs .prd_nm_hs_div {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

/* Category Layout */

.cat_lyt {
	float: left;
	width: 155px;
	margin: 0 11px 30px;
}

.cat_lyt .cat_lyt_img_div {
	overflow: hidden;
	text-align: center;
	height: 164px;
}

.cat_lyt_img_rnd_div img {
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
}

.cat_lyt .cat_lyt_img_div_rnd {
	border-radius: 50%;
}

.cat_lyt .car_ic_lst {
	margin-right: 15px;
}

/* Category Layout */

/* Resource */
.res_accor_div {
	border: 1px solid #CCC;
	box-sizing: border-box;
	background: #FFF;
	overflow: hidden;
	border-radius: 5px;
}

.res_accor_tab_a {
	box-sizing: border-box;
	line-height: 40px;
	padding: 0 10px 0 30px;
	font-size: 15px;
	outline: none;
}

.res_accor_tab_a:hover {

	text-decoration: none;
	outline: none;

}

.res_accor_tab_a:focus {
	outline: none !important;
}

.res_accor_padd {
	box-sizing: border-box;
	/* line-height: 40px; */
	padding: 0 10px;
}

.res_nne_txt {
	font-size: 13px;
}

/* Resource */
.padd1 {
	box-sizing: border-box;
	padding: 10px;
}

.abt_para {
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 0 100px;
}

ul.lft_bdg_lst li {
	width: 33px;
	float: left;
	margin: 0 5px 10px 5px;
	list-style-type: none;
}

.ftt_pos_abs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

ul.fe_cnt li {
	margin: 5px 1px 0;
	height: 30px;
	line-height: 30px;
	background: #CECECE;
	border-radius: 1px;
	overflow: hidden;
	width: 18px;
	text-align: center;
	list-style-type: none;
	float: left;
}

ul.fe_cnt li.fe_cnt_act {
	color: #FFF;
	background: #3D3D3D;
	font-size: 15px;
	font-weight: bold;
}

#ascrail2000 {
	opacity: 1 !important;
	background: #F0F0F0;
}

ul.fe_dash_list {
	margin: 0;
	padding: 0;
}

div.rm_modules ul.fe_dash_list li div.m_grayscale {
	color: #6E6E6E;
	/*opacity:0.7;*/
}

div.rm_modules ul.fe_dash_list li div.m_grayscale img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	-webkit-transition: all .6s ease;
}

div.rm_modules ul.fe_dash_list li:hover div.m_grayscale img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}

.fe_ds_thump_tle_div_nw {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	-webkit-transition: all .6s ease;
}

div.rm_modules ul.fe_dash_list li:hover div.m_grayscale .fe_ds_thump_tle_div_nw {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}

div.rm_modules ul.fe_dash_list li span.fe_ds_thump_tle_div {
	background-color: #6E6E6E;
}

div.rm_modules ul.fe_dash_list li:hover {
	/*opacity:1;*/
}

ul.fe_dash_list li {
	border: 1px solid #EEE;
	float: left;
	list-style-type: none;
	margin: 0 5px 10px 5px;
	padding: 8px;
	position: relative;
	width: 195px;
	background: #FFF;
}

ul.fe_dash_list li .com {
	position: relative;
}

ul.fe_dash_list li .com .fe_ds_img {
	height: 105px;
}

ul.fe_dash_list li .com .fe_ds_thump_tle_div {
	/* background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0; */
	bottom: 0;
	box-sizing: border-box;
	height: 19px;
	left: 0;
	line-height: 16px;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}

ul.fe_dash_list li .com .fe_ds_thump_tle_div_nw {
	box-sizing: border-box;
	height: 19px;
	line-height: 16px;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
	width: 100%;
	color: #FFF;
	font-size: 12px;
}

ul.fe_dash_list li .com .fe_ds_thump_tle_div .fe_ds_thump_tle {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

ul.fe_dash_list li .com .com .fe_ds_li_tle {
	/* color: #424242; */
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	overflow: hidden;
}

ul.fe_dash_list li .com .com .fe_ds_li_para {
	/* color: #757575; */
	font-size: 11px;
	line-height: 1.3;
	overflow: hidden;
	height: 45px;
}

.thm1_pos_abs_cc {
	bottom: 0;
	box-sizing: border-box;
	height: 19px;
	left: 0;
	line-height: 16px;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.thm1_pos_abs_cc_nw {
	box-sizing: border-box;
	height: 19px;
	line-height: 16px;
	overflow: hidden;
	padding: 0 5px;
	width: 100%;
}

.thm1_pos_abs_cc a,
.thm1_pos_abs_cc_nw a.fe_ds_thump_tle {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

ul.thm1_pdt_lst {
	margin: 0;
	padding: 0;
}

ul.thm1_pdt_lst li {
	margin: 0 1.5% 30px;
	width: 30%;
	list-style-type: none;
	float: left;
}

ul.thm1_pdt_lst li .thm1_pro_img_div {
	height: 85px;
	overflow: hidden;
	position: relative;
}

ul.thm1_pdt_lst li .thm1_pro_img_div .pro_tle_div {
	bottom: 0;
	box-sizing: border-box;
	height: 26px;
	left: 0;
	line-height: 26px;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}

ul.thm1_pdt_lst li .pro_tle_div_nw {
	box-sizing: border-box;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding: 0 5px;
}

.thm1_rgba_bg {
	background: rgba(12, 16, 25, 0.85) none repeat scroll 0 0;
}

ul.thm1_pdt_lst li .thm1_pro_img_div .pro_tle_div span {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
}

ul.thm1_pdt_lst li .thm1_lst_con_div {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px;
}

ul.thm1_pdt_lst li .thm1_lst_con_div .thm1_lst_con_hd {
	color: #333;
	font-size: 16px;
	height: 44px;
	line-height: 1.3;
	overflow: hidden;
}

ul.thm1_pdt_lst li .thm1_lst_con_div .thm1_lst_con_para {
	/* color: #666; */
	font-size: 13px;
	height: 85px;
	line-height: 1.3;
	overflow: hidden;
	float: none !important;
	/* text-align: left; */
	display: block;
}

.thm1_lst_con_btn {
	background: #fd6966 none repeat scroll 0 0;
	color: #fff;
	font-size: 13px;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
}

.dis_in_blk {
	font-size: 21px;
	margin: 0 5px;
}

.primary_col_sec_bor {
	border-bottom: 1px solid #2d1b11;
}

.tri_topleft {
	width: 0;
	height: 0;
	border-right: 50px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.tri_topleft i {
	color: #fff;
	font-size: 20px;
	left: 7px;
	position: absolute;
	top: -48px;
}

img.grayscale_img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}

.tri_topleft_nn {
	opacity: 0;
}

.m_grayscale a:hover .tri_topleft_nn {
	opacity: 1;
}

.tmp_tarea {
	height: 46px;
}

.goal_link a {
	text-decoration: underline;
}

.txt_con_ul_padd ul,
.txt_con_ul_padd ol {
	box-sizing: border-box;
	padding: 0 0 0 35px;
}

.txt_con_ul_padd ul[dir="rtl"] {
	box-sizing: border-box;
	padding: 0 35px 0 0;
}

/* Giveaway Design */
.giv_div_wid {
	width: 49%;
}

.giv_det_bg_div {
	background: #EFEFEF;
	padding: 10px;
	box-sizing: border-box;
}

.giv_mdl_btn {
	box-sizing: border-box;
	color: #FFF;
	font-weight: 600;
	font-size: 25px;
	padding: 0 10px;
	overflow: hidden;
	line-height: 66px;
	height: 66px;
}

/* Giveaway Design */
.tp_rt {
	left: auto !important;
	right: 0;
}

.ftr_padd {
	padding: 10px 0;
}

a.ftt_pwd_lnk {
	text-decoration: underline;
}

a.ftt_pwd_lnk:hover {
	text-decoration: none;
}

/* Footer Menu */
ul.ftr_mnu {
	margin: 0;
	padding: 0;
}

ul.ftr_mnu li {
	float: left;
	list-style-type: none;
	color: #9d9d9d;
	font-size: 13px;
}

ul.ftr_mnu li a {
	float: left;
	font-size: 14px;
	padding: 0 4px;
}

/* Footer Menu */

/* Contact Page */
.hst_by_wid {
	width: 185px;
}

.prof_pic_txt_abs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: rgba(62, 128, 153, 0.8); */
	text-align: center;
	box-sizing: border-box;
	padding: 0 5px;
	line-height: 39px;
	height: 39px;
	overflow: hidden;
	opacity: 0.8;
}

.prof_pic_txt {
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.hide_cls {
	display: none;
}

/* Contact Page */
/* Common CSS */
a.ad_rem_res {
	display: none;
}

.tri_toprht_nw {
	width: 0;
	height: 0;
	border-left: 80px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	text-align: center;
}

.tri_toprht_nw span {
	color: #FFF;
	font-size: 13px;
	position: absolute;
	top: -74px;
	right: 6px;
	-ms-transform: rotate(46deg);
	/* IE 9 */
	-webkit-transform: rotate(46deg);
	/* Chrome, Safari, Opera */
	transform: rotate(46deg);
}

/* Related Product */
.mon_tgs_hd {
	font-size: 25px;
}

a.mon_see_al_lnk {
	font-size: 15px;
	text-decoration: underline;
}

a.mon_see_al_lnk:hover {
	text-decoration: none;
}

.mon_mn_div {
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 3px;
	overflow: hidden;
}

.mon_img_div {
	height: 125px;
	overflow: hidden;
}

.mon_cnt_div {
	box-sizing: border-box;
	padding: 7px;
}

.mon_tgs_lft_div {
	width: 150px;
}

.mon_tgs_tle {
	font-size: 16px;
}

.mon_tgs_tle_lnk {
	font-size: 12px;
}

.mon_get_std_lnk {
	font-size: 15px;
	display: inline-block;
	border-radius: 3px;
	color: #FFF;
	padding: 5px 10px;
}

/* Related Product */

.nxt_mdl_div {
	box-sizing: border-box;
	border: 1px solid #CCC;
	padding: 1px;
	/*
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray; 
	-webkit-filter: grayscale(100%); 
*/
	transition: all 0.6s ease 0s;
	overflow: hidden;
	border-radius: 5px;
}

/*
.nxt_mdl_div:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
*/

.nxt_mdl_img_div {
	max-height: 130px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.nxt_mdl_tle_div {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 5px;
}

.nxt_mdl_tle {
	color: #FFF;
	font-size: 14px;
}

.nxt_mdl_tle_b {
	font-size: 13px;
}

.nxt_mdl_cnt_div {
	box-sizing: border-box;
	padding: 10px 5px;
	background: #FFF;
}

.nxt_mdl_cmg_txt {
	color: #999;
	text-transform: uppercase;
}

.nxt_mdl15 {
	box-sizing: border-box;
	padding: 0 15px;
}

.nxt_mdl_btn {
	width: 48%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	/*	background: #F2F2F2;*/
	font-size: 13px;
	color: #fff;
	margin: 0 1%;
}

.nxt_mdl15 a.nxt_mdl_btn:hover {
	background: #7d2aa5;
}

/* New My Product */
.nw_my_pdt_pg_wid ul.mp_lst li {
	width: 260px !important;
}

ul.mp_lst {
	margin: 0;
	padding: 0;
}

ul.mp_lst li {
	float: left;
	list-style-type: none;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 15px 30px;
}

ul.mp_lst li .mp_lst_hei {
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background: #FFF;
	height: 345px;
	border-radius: 5px;
	overflow: hidden;
}

ul.mp_lst li .thm1_pro_img_div {
	height: 117px;
	overflow: hidden;
	position: relative;
}

ul.mp_lst li .thm1_pro_img_div a img {
	min-height: 117px;
}

ul.mp_lst li .pro_tle_div_nw {
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 5px;
}

ul.mp_lst li .pro_tle_div_nw a {
	color: #FFF;
	/*	font-size: 17px;*/
	/*	font-size: 22px;*/
	/*	font-size: 20px;*/
	font-size: 15px;
}

.thm1_rgba_bg {
	background: rgba(12, 16, 25, 0.85) none repeat scroll 0 0;
}

ul.mp_lst li .thm1_pro_img_div .pro_tle_div span {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
}

ul.mp_lst li .thm1_lst_con_div {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}

ul.mp_lst li .mp_lst_lgn_div {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	border-top: 1px solid #CCC;
}

ul.mp_lst li .mp_lst_lgn_div .mp_lst_lgn_txt {
	font-size: 11px;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_des_tle {
	font-size: 13px;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_inst_txt {
	font-size: 13px;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_wid_50 {
	width: 50%;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_wid_50 .mp_lst_str_rt {
	font-size: 16px;
	margin: 0 1px;
	color: #C0C0C0;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_wid_50 .mp_lst_strt_nw {
	font-size: 12px;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_wid_50 .mp_lst_cmpt_txt {
	font-size: 12px;
	opacity: 0.8;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_rev_txt {
	font-size: 10px;
	opacity: 0.6;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_pro_bar {
	background: #C0C0C0;
	height: 2px;
}

ul.mp_lst li .thm1_lst_con_div .mp_lst_pro_bar .mp_lst_pro_bar_mtr {
	height: 2px;
}

ul.mp_lst li .thm1_lst_con_div .thm1_lst_con_hd {
	color: #333;
	font-size: 16px;
	height: 44px;
	line-height: 1.3;
	overflow: hidden;
}

ul.mp_lst li .thm1_lst_con_div .thm1_lst_con_para {
	font-size: 11px;
	height: 44px;
	line-height: 1.3;
	overflow: hidden;
	display: block;
	opacity: 0.6;
	margin: 3px 0 0;
}

/* New My Product */

/* My Product Page Center Width */
.nw_my_pdt_pg_wid {
	max-width: 780px;
	width: 100%;
	margin: 20px auto;
	float: left;
}

.nw_my_pdt_pg_wid_max {
	max-width: 1565px !important;
}

/* .nw_my_pdt_pg_lft_wid {
	max-width: 200px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
    min-height: 1px;
} */
.nw_my_pdt_pg_lft_wid {
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
}

/* My Product Page Center Width */

/* Powered Logo */
.powered_lg_fixed {
	position: fixed;
	/*	top: 50%;*/
	top: 27%;
	right: 0;
	margin-top: -82px;
	z-index: 10020;
}

/* Powered Logo */

.custm_header_div {
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
}

.custm_aside {
	width: 75px;
	left: 0;
	position: fixed;
	top: 100px;
	z-index: 810;
	bottom: 0;
}

.custm_bside {
	bottom: 0;
	left: 75px;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 800;
	box-sizing: border-box;
	padding: 0 20px;

	background-color: #CCC;
}

.custm_wrapper {
	/*max-width: 1050px;*/
	width: 100%;
	margin: 20px 0;
}

.custm_hdr_div {
	/*    border-top: 3px solid #CCC;*/
	box-sizing: border-box;
	padding: 10px 15px 0;
	/*    margin: :0;*/
}

.custm_logo_div {
	width: 255px;
	position: relative;
	height: 70px;
	overflow: hidden;
}

.custm_logo_div a {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.custm_logo_div a img {
	max-height: 68px;
	max-width: 254px;
}

.custm_pro_pic {
	width: 54px;
	height: 54px;
	overflow: hidden;
	border-radius: 50%;
	margin-left: 15px;
}

.custm_pro_pic_nm {
	font-size: 19px;
	margin-top: 12px;
}

.custm_aside_mnu ul {
	margin: 0;
	padding: 0;
}

.custm_aside_mnu ul li {
	float: left;
	list-style-type: none;
	line-height: 60px;
	width: 100%;
}

.custm_aside_mnu ul li a {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	/*    opacity: 0.7;*/
	transition: all 0.3s ease-out 0s;
}

.custm_aside_mnu ul li a span {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 7px 7.5px 0;
	border-color: transparent #ccc transparent transparent;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.custm_aside_mnu ul li a:hover {
	opacity: 1;
}

.custm_aside_mnu ul li a span.arr_act {
	opacity: 1;
}

.new_lyt_cnt_wid_25 {
	width: 25%;
	box-sizing: border-box;
	padding: 0 8px;
}

.new_lyt_wid_div {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}

.new_lyt_cnt_div {
	background-color: #262626;
	border-radius: 5px;
	overflow: hidden;
}

.new_lyt_cnt_txt_wid {
	position: relative;
	box-sizing: border-box;
	padding: 5px 15px;
}

.new_lyt_cnt_txt {
	color: #FFF;
	font-size: 73px;
	letter-spacing: -8px;
	line-height: 1;
	font-family: "Courier New", Courier, monospace;
}

.new_lyt_cnt_ico {
	font-size: 50px;
}

.new_lyt_cnt_ico_col1 {
	color: #dbff7a;
}

.new_lyt_cnt_ico_col2 {
	color: #67eaff;
}

.new_lyt_cnt_bar_div {
	height: 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

.new_lyt_cnt_bar_act_col {
	background-color: #fff;
	height: 5px;
}

.new_lyt_cnt_txt1 {
	color: #FFF;
	font-size: 16px;
}

.new_lyt_mnu_div {
	padding: 0 8px;
	box-sizing: border-box;
}

.new_lyt_mnu_mn {
	background-color: #eaeaea;
	border-radius: 5px 5px 0 0;
}

.new_lyt_mnu_mn ul li {
	line-height: 44px;
	float: left;
	list-style-type: none;
}

.new_lyt_mnu_mn ul li:first-child a {
	border-radius: 5px 0 0 0;
}

.new_lyt_mnu_mn ul li a {
	padding: 0 25px;
	color: #262626;
	font-size: 15px;
	position: relative;
}

.new_lyt_mnu_mn ul li a .new_lyt_arr {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	/*    border-color: #262626 transparent transparent transparent;*/
	opacity: 0;
	z-index: 1;
}

.new_lyt_mnu_mn ul li a:hover {
	/*    background-color: #262626;*/
	color: #FFF;
}

.new_lyt_mnu_mn ul li a:hover .new_lyt_arr {
	opacity: 1;
}

.new_lyt_mnu_mn ul li a.new_lyt_mnu_mn_act {
	/*    background-color: #262626;*/
	color: #FFF;
}

.new_lyt_mnu_mn ul li a.new_lyt_mnu_mn_act .new_lyt_arr {
	opacity: 1;
}

.new_lyt_mnu_mn_cnt_div {
	box-sizing: border-box;
	padding: 20px 15px;
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
}

.new_lyt_testi_wrap {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

.new_lyt_testi_hd {
	font-size: 18px;
	color: #333;
}

.new_lyt_testi_lst ul {
	margin: 0;
	padding: 0;
}

.new_lyt_testi_lst ul li {
	float: left;
	width: 125px;
	/*margin: 0 35px 30px;*/
	margin: 0 60px 30px 0;
	list-style-type: none;

}

.new_lyt_testi_lst ul li .new_lyt_testi_lst_pht_div {
	position: relative;
}

.new_lyt_testi_lst ul li .new_lyt_testi_lst_pht_div .new_lyt_testi_lst_pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	/*background-color: #60cd94;*/
	display: none;
}

.new_lyt_testi_lst ul li .new_lyt_testi_lst_pht_div img {
	display: inline-block;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	overflow: hidden;
}

.new_lyt_testi_lst ul li .new_lyt_testi_lst_nm {
	font-size: 15px;
	/*color: #60cd94;*/
}

.new_lyt_testi_lst ul li .new_lyt_testi_lst_cnt_txt {
	font-size: 13px;
	color: #333;
}

.new_lyt_testi_lst ul li .new_lyt_testi_crs {
	font-size: 14px;
	color: #fff;
	/*background-color: #60cd94;*/
	border-radius: 3px;
	padding: 1px 5px 2px;
	box-sizing: border-box;
}

.new_lyt_upd_hd {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
}

.new_lyt_upd_bor {
	border-bottom: 1px solid #DDD;
}

.new_lyt_upd_tp_mnu ul {
	margin: 0;
	padding: 0;
}

.new_lyt_upd_tp_mnu ul li {
	float: left;
	list-style-type: none;
	line-height: 46px;
}

.new_lyt_upd_tp_mnu ul li a {
	float: left;
	padding: 0 15px;
	color: #333;
	font-size: 20px;
	border-bottom: 5px solid transparent;
}

.new_lyt_upd_tp_mnu ul li a:hover {
	border-color: #1cabe3;
}

.new_lyt_upd_tp_mnu ul li a.new_lyt_upd_tp_mnu_act {
	border-color: #1cabe3;
}

.new_lyt_upd_cnt_div {
	max-height: 540px;
	overflow-y: auto;
	box-sizing: border-box;
	padding-right: 5px;
}

.new_lyt_upd_sec_div {
	background-color: #fafafa;
	height: 44px;
	position: relative;
}

.new_lyt_upd_ico {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
}

.new_lyt_upd_ico_bg1 {
	background-color: #1cabe3;
}

.new_lyt_upd_ico_bg2 {
	background-color: #659be0;
}

.new_lyt_upd_ico_bg3 {
	background-color: #ed6b75;
}

.new_lyt_upd_ico_bg4 {
	background-color: #f1c40f;
}

p.new_lyt_upd_txt {
	display: block;
	padding: 0 100px 0 55px;
	color: #666;
	font-size: 19px;
	line-height: 44px;
}

.new_lyt_upd_tim {
	color: #999;
	font-size: 19px;
	line-height: 44px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.new_lyt_upd_txt_a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #FFF;
	font-size: 18px;
}

.new_lyt_upd_txt_a_bg_act {
	background-color: #659be0;
}

.new_lyt_upd_txt_a_bg_inact {
	background-color: #bac3d0;
}

ul.sls_thm_lst li {
	display: inline-block;
	float: none;
	list-style-type: none;
	width: 33.33333333%;
	box-sizing: border-box;
	padding: 0 15px 30px;
}

ul.sls_thm_lst li .sls_thm_lst_hei {
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background: #FFF;
	/* height: 335px; */
}

ul.sls_thm_lst li .sls_thm_lst_hei1 {
	/* height: 295px; */
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div {
	box-sizing: border-box;
	padding: 15px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_val_txt {
	font-size: 24px;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_lnk {
	font-size: 14px;
	color: #FFF;
	padding: 3px 14px 4px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_instr_div {
	font-size: 16px;
	color: #666;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str {
	font-size: 24px;
	color: #C0C0C0;
	margin: 0 2px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str_val {
	font-size: 24px;
	color: #000;
	margin: 0 0 0 10px;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str_val span {
	opacity: 0.4;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div {
	height: 200px;
	overflow: hidden;
	position: relative;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div img {
	min-height: 200px;
	width: 100%;
	float: left;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div .pro_tle_div {
	bottom: 0;
	box-sizing: border-box;
	height: 40px;
	left: 0;
	line-height: 40px;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div .pro_tle_div span {
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd {
	color: #333;
	font-size: 20px;
	height: 66px;
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd1 {
	color: #333;
	font-size: 16px;
	height: 26px;
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd1 span {
	font-weight: 600;
}

ul.sls_thm_lst li {
	display: inline-block;
	float: none;
	list-style-type: none;
	width: 33.33333333%;
	box-sizing: border-box;
	padding: 0 15px 30px;
}

ul.sls_thm_lst li .sls_thm_lst_hei {
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background: #FFF;
	/* height: 335px; */
}

ul.sls_thm_lst li .sls_thm_lst_hei1 {
	/* height: 295px; */
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div {
	box-sizing: border-box;
	padding: 15px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_val_txt {
	font-size: 24px;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_lnk {
	font-size: 14px;
	color: #FFF;
	padding: 3px 14px 4px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_instr_div {
	font-size: 16px;
	color: #666;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str {
	font-size: 24px;
	color: #C0C0C0;
	margin: 0 2px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str_val {
	font-size: 24px;
	color: #000;
	margin: 0 0 0 10px;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str_val span {
	opacity: 0.4;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div {
	height: 200px;
	overflow: hidden;
	position: relative;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div img {
	min-height: 200px;
	width: 100%;
	float: left;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div .pro_tle_div {
	bottom: 0;
	box-sizing: border-box;
	height: 40px;
	left: 0;
	line-height: 40px;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div .pro_tle_div span {
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd {
	color: #333;
	font-size: 20px;
	height: 66px;
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd1 {
	color: #333;
	font-size: 16px;
	height: 26px;
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd1 span {
	font-weight: 600;
}

.cs_lib_but_lnk {
	color: #5a5858;
	background-color: #eaeaea;
	padding: 6px 40px;
	display: inline-block;
	font-size: 17px;
	font-weight: 300;
	float: none;
}

.nw_my_pdt_pg_wid_max .cat_tle {
	float: left;
}

audio::-internal-media-controls-download-button {
	display: none;
}

audio::-webkit-media-controls-enclosure,
audio::-moz-media-controls-enclosure {
	overflow: hidden;
}

audio::-webkit-media-controls-panel,
audio::-moz-media-controls-panel {
	width: calc(100% + 30px);
	/* Adjust as needed */
}

.ex_menu_dis {
	display: none;
}

.pl_rht_lft_div_nn {
	display: none;
}

.cnt_pl_cen_wid_div {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.cnt_pl_lft_wid_div {
	left: 0;
}

.cnt_pl_rht_wid_div {
	right: 0;
}

.cnt_pl_lft_wid_div_min {
	left: -25%;
	width: 0;
	padding: 0;
	margin: 0;
	height: 1px;
}

.cnt_pl_rht_wid_div_min {
	right: -25%;
	width: 0;
	padding: 0;
	margin: 0;
	height: 1px;
}

.cnt_pl_rht_sd_wid_div_min {
	right: -30%;
	width: 0;
	padding: 0;
	margin: 0;
	height: 1px;
	position: relative;
}

.cnt_pl_rtl_sd_wid_div_min {
	left: -30%;
	width: 0;
	padding: 0;
	margin: 0;
	height: 1px;
	position: relative;
}

.el_pos_abs_cen_cen {
	position: absolute;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.el_vm_vid_ico_pos_abs {
	color: #FFF;
	font-size: 18px;
	padding: 3px 13px 3px 16px;
	border-radius: 7px;
}

.el_crs_com_bg_div {
	background-color: #EDEDED;
	height: 105px;
	overflow: hidden;
}

.el_cmp_crs_chk {
	font-size: 70px;
	line-height: normal;
}

.el_gl_act_ico {
	font-size: 18px;
	position: relative;
	left: 5px;
	top: 2px;
}

.el_gl_act_ico_nw {
	font-size: 18px;
	margin-right: 2px;
	display: inline-block;
}

.ega_pnt_txt {
	font-size: 13px;
	font-weight: bold;
}

.gcl_usr_img_div {
	display: block;
	/* margin-left: 70px; */
	margin-top: 3px;
	height: 20px;
	overflow: hidden;
}

.gcl_usr_img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 2px 0 0;
	background-color: #EFEFEF;
}

.gcl_usr_img img {
	object-fit: cover;
}

.gcl_lft_cmt {
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	padding: 0 10px;
	background-color: #EDEDED;
	color: #888;
	font-size: 11px;
	position: relative;
}

.glc_dwn_arr {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	z-index: 1;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ededed transparent transparent transparent;
}

.bdg_img_hei_hidd {
	height: 100px;
	overflow: hidden;
	background-color: #EDEDED;
}

.bdg-flip-card {
	background-color: transparent;
	width: 100%;
	height: 120px;
	perspective: 1000px;
}

.bdg-flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	/* text-align: center; */
	transition: transform 0.8s;
	/* transition: all 1.0s linear; */
	transform-style: preserve-3d;
	/* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.bdg-flip-card:hover .bdg-flip-card-inner {
	transform: rotateY(180deg);
}

.bdg-flip-card-front,
.bdg-flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bdg-flip-card-front {
	z-index: 2;
}

.bdg-flip-card-back {
	transform: rotateY(180deg);
	z-index: 3;
}