@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Short+Stack);

body {
	font-family: 'Open Sans', sans-serif;
}

.f_left {float: left;}
.f_right {float: right;}
.com {float: left;width: 100%;}
.align_center {float: left;width: 100%;text-align:center;}
.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_bot15 {margin-bottom: 15px;}
.m_bot2 {margin-bottom: 20px;}
.m_bot3 {margin-bottom: 30px;}
.vis_hidd {visibility: hidden;}
textarea {resize: none;}

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

a:focus, a:active, a:hover, input, textarea {
    outline: medium none;
}

.btn {
	box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
}

.btn:active {
	position:relative;
	top:1px;
}

.rht_align {
    margin: 0 !important;
}

.tp_rt {
	left: auto;
	right: 0;
}

.dropdown-header a {
    color: #3399ff !important;
    font-size: 12px;
    padding: 0 !important;
}

.dropdown-header a:hover {
    background: transparent !important;
	color: #3C8DBC !important;
}

.dropdown-header {
    font-size: 14px;
    font-weight: 600;
}

.login .form-signin input[type="text"],
.login .form-signin input[type="password"],
.login .form-signin input[type="email"] {
	font-size: 14px;
    padding: 6px 12px;
}

.navbar-inverse {
    background-color: #191225;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0.4);
}

.n_help {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #FFF;
	font-size: 15px;
}

.n_help:hover, .n_help:active, .n_help:focus {
	color: #FFF;
	outline: none;
	text-decoration: none;
}

.load_pos {
	font-size: 28px !important;
    position: absolute;
    right: 4px;
    top: 3px;
}

.lbl_txt_wid {
	width: 140px;
	margin-top: 5px;
}	

.in_txt_wid {
	width: 200px;
}

.messageboxerror {
    color: #dd4b39;
    font-size: 13px;
    font-weight: 600;
	padding: 5px 0 0;
}

.messageboxerrorlogin {
    color: #27BE5A;
    font-size: 13px;
    font-weight: bold;
	padding: 5px 0 0;
}

.messageboxok {
	color: #00A65A;
	font-weight: 600;
	padding: 5px 0 0;
	font-size: 13px;
}
.messagebox {
	color: #00C0EF;
	font-weight: 600;
	padding: 5px 0 0;
	font-size: 13px;
}

/* New breadcrumb */
.breadcrumb1 { 
	list-style: none; 
	overflow: hidden; 
	padding: 0 !important;
	margin: 0;
}
.breadcrumb1 li { 
	float: left; 
	padding: 0 !important;
}
.breadcrumb1 li a {
	color: #FFF;
	text-decoration: none; 
	padding: 8px 10px 9px 55px;
	/*background: #05386B;*/
	background: #2D2E30;
	position: relative; 
	display: block;
	float: left;
	font-size: 13px;
}
.breadcrumb1 li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	/*border-left: 30px solid #05386B;*/
	border-left: 30px solid #2D2E30;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
	margin-left: -2px;
}	
.breadcrumb1 li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	/* margin-left: 1px; */
	left: 100%;
	z-index: 1; 
}	
.breadcrumb1 li:first-child a {
	padding-left: 20px;
	border-radius: 3px 0 0 3px;
}
.breadcrumb1 li:last-child a {
	padding-right: 20px;
	border-radius: 0 3px 3px 0;
}
.breadcrumb1 li:last-child a:after { border: 0; }
.breadcrumb1 li a:hover { background: #27BE5A;color: #05386B; }
.breadcrumb1 li a:hover:after { border-left-color: #27BE5A !important; }

.breadcrumb1 li .bread_active { background: #27BE5A;color: #05386B;font-weight: bold; }
.breadcrumb1 li .bread_active:after { border-left-color: #27BE5A !important; }

/* New Breadcrumb */

/* Qustion List */
.ques_list_bg {
	box-sizing: border-box;
	padding-left: 0;
	/* background: #F8F8F8;
	border: 1px solid #bbb; */
}

.ques_list_bg_padd {
	padding: 50px;
}

.ques_list_bg_padd_abs {
	top: 50%;
	left: 50%;
	width: 85%;
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Safari */
	transform: translate(-50%,-50%);
	position: absolute;
}

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

ul.ques_list li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	/* line-height: 36px; */
	list-style-type: none;
}

ul.ques_list li.list_ques_title {
	width: 49%;
	margin: 0 0.5% 10px;
}

ul.ques_list li:last-child {
	margin-bottom: 0;
}

/* ul.ques_list li a {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #FFF;
	font-size: 14px;
	padding: 9px 10px;
	color: #191225;
	position: relative;
	box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
} */

ul.ques_list li a {
	float: left;
	width: 100%;
	box-sizing: border-box;
	/*border: 1px solid #05386B;*/
	border-radius: 3px;
	/* overflow: hidden; */
	/*background: #FFF;*/
	font-size: 14px;
	padding: 9px 10px;
	/*color: #05386B;*/
	/*color: #2D2E30;*/
	position: relative;
	/* box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset; */
}

ul.ques_list li a i.fa {
	width: 20px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

ul.ques_list li a.sep_page {
	border: 1px dashed #521B3F;
	text-align: center;
	box-shadow: none;
	background: #E5D5DF;
	padding: 7px 10px;
        font-size: 15px;
}

ul.ques_list li a.sep_page:active {
	position: relative;
	top: 0;
}

ul.ques_list li a.sep_page:hover {
	background: #FFF;
	border: 1px dashed #bbb;
	color: #191225;
}

ul.ques_list li a:active {
	position: relative;
	top: 1px;
}

ul.ques_list li a:hover {
	background: #05386B;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #191225;
}

/* ul.ques_list li a:hover .cir_abs {
	color: #FFF;
} */

.ques_list_active {
	background: #05386B !important;
	text-decoration: none !important;
	color: #FFF !important;
	border: 1px solid #191225 !important;
}

.cir_abs {
	/* color: #191225; */
    font-size: 15px;
    position: absolute;
    right: 10px;
	top: 10px;
	display: none;
}

.check_abs {
    position: absolute;
    right: 10px;
    top: 10px;
	margin: 0;
}

.check_abs_shw_hid {
    position: absolute;
    right: 10px;
    top: 7px;
	margin: 0;
}

.fixed_menu {
	position: fixed; 
	z-index: 1;
	top: 12px;
}
/* Qustion List */

.padd {
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}

.add_rmv_btn_link {
	display: inline-block;
	/* margin: 0 2px; */
}

.bor_hr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	/* margin: 0 0 10px; */
}

.sel_bx {
	width: 150px;
	border: 1px solid #CCC;
}

.sel_bx_small {
	height: 31px;
	padding: 4px 12px;
	margin:0 5px;
	border-radius: 0;
}

.sur_list_div {
	/*border: 1px solid #bbddff;*/
	border: 1px solid #27BE5A;
	position: relative;
	/*border-radius: 3px;*/
	border-radius: 15px;
	background: #F8F8F8;
	overflow: hidden;
	margin-bottom: 15px;
}

.sur_list_div1 {
	border: 1px solid #bbddff;
	position: relative;
	border-radius: 3px;
	background: #F8F8F8;
	overflow: hidden;
	margin-bottom: 15px;
	white-space: normal;
}

.sur_hd_div {
	/* border-bottom: 1px solid #BBB; */
	/* background: #EEE; */
	/* background: #D5EFCF; */
	/* background: #E4E4E4; */
	/*background: #FFF;*/
	background: #C9FFDB;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: move;
}

.sur_emp_txt {
	position :absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0,-50%);
}

.dfy_templ {
	border: 1px solid #bbb;
	border-radius: 3px;
	overflow: hidden;
	background: #FFF;
	box-sizing: border-box;
	padding: 15px;
}

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

.dfy_templ ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px;
	border-bottom: 1px dashed #CCC;
	list-style-type: none;
	float: left;
}

.dfy_templ ul li .sur_img_div {
	width: 30%;
}

.dfy_templ ul li .sur_det_div {
	width: 68%;
}

.dfy_templ ul li .sur_det_div .sur_name_txt {
	color: #191225;
	font-size: 20px;
	font-weight: 700;
	white-space: normal;
}

.dfy_templ ul li .sur_det_div .sur_det_txt {
	font-size: 12px;
	color: #333;
	white-space: normal;
}

.dfy_templ ul li .sur_det_div .noq {
	font-size: 11px;
	color: #666;
	white-space: normal;
}

.dfy_templ ul li:hover {
	background: #f8f8f8;
}

.err_bor{
	border:1px solid red;
}

.sur_hd_div_cur {
	cursor: default;
}

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

ul.set_page_list li {
	float: left;
	margin: 0 10px;
	line-height: 60px;
	list-style-type: none;
}

ul.set_page_list li .rt_ar {
	color: #555;
	font-size: 18px;
	margin: 0 0 0 20px;
	/* float: left; */
}

ul.set_page_list li a {
	float: left;
	background: #eee;
	border: 1px solid #bbb;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
	font-size: 15px;
	font-weight: 600;
	padding: 0 30px;
}

ul.set_page_list li a .fa {
	font-size: 20px;
}

ul.set_page_list li a:hover {
	background: #F8F8F8;
}

.sl_ques_div {
	box-sizing: border-box;
	padding: 10px 20px;
	border-bottom: 1px dotted #CCC;
}

.sl_ques_div:nth-child(even) {
	background: #ECECED;
}

.sl_ques_div:nth-child(odd) {
	background: #FFF;
}

.sl_ques_div:last-child {
	margin-bottom: 15px;
}

.ques_bnk_div {
	background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}

.accordion-content {display: none;}

.acc_div {
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	border: 1px solid #05386B;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	background: #FFF;
	z-index: 10;
	margin-top: -1px;
}

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

.ln_hei_sz {
	font-size: 13px;
}

.mar0 {
	margin: 0 !important;
}

/* On Off Switch */
.onoffswitch {
	position: relative; 
	width: 60px;
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select: none;
}
.shw_hid {
	/* width: 70px; */
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; 
	overflow: hidden; 
	cursor: pointer;
	border: 1px solid #bbb; 
	border-radius: 3px;
	margin: 0;
}
.onoffswitch-inner {
	display: block; 
	width: 200%; 
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; 
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; 
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; 
	float: left; 
	width: 50%; 
	height: 22px; 
	padding: 0; 
	line-height: 22px;
	font-size: 12px; 
	color: white; 
	font-family: Trebuchet, Arial, sans-serif; 
	font-weight: bold;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "ON";
	padding-left: 5px;
	background-color: #ffffff; 
	color: #4CAF50;
}
.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 5px;
	background-color: #F8F8F8; 
	color: #666666;
	text-align: right;
}
.shw_hid-inner:before {
	content: "ON";
}
.shw_hid-inner:after {
	content: "OFF";
}
.onoffswitch-switch {
	display: block; 
	width: 27px; 
	margin: 0px;
	background: #FFFFFF;
	border: 1px solid #bbb; 
	border-radius: 3px;
	position: absolute; 
	top: 0; 
	bottom: 0; 
	right: 33px;
	-moz-transition: all 0.3s ease-in 0s; 
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; 
	transition: all 0.3s ease-in 0s; 
	background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.shw_hid-switch {
	/* right: 43px; */
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}
/* On Off Switch */

.wel_lbl_txt {
	cursor: default;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 0 0;
}

.pag_num_div {
	/* border: 1px solid #eaeaea; */
	border: 1px solid #05386B;
	background: #fff;
	max-width: 45px;
	width: 100%;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}

.pag_num_div span {
	/* color: #555; */
	color: #05386B;
	font-size: 15px;
	/* font-weight: bold; */
}

.pag_ques_div {
	border: 1px solid #eaeaea;
	background: #FFF;
	border-radius: 3px;
	overflow: hidden;
	height: 45px;
	line-height: 41px;
	margin-left: 1%;
	width: 90%;
	box-sizing: border-box;
	padding: 0 10px;
}

.pag_ques_div span {
	color: #555;
	font-size: 15px;
	float: left;
	width: 80%;
	overflow: hidden;
}

ul.img_vid_tab_div {
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.img_vid_tab_div li {
	float: left;
	list-style-type: none;
}

ul.img_vid_tab_div li a {
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 3px 53px;
	background: #f8f8f8;
	color: #666;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
}

ul.img_vid_tab_div li a.ch1 {
	border: 1px solid #bbb;
	border-radius: 3px 0 0 3px;
	width: auto;
}

ul.img_vid_tab_div li a.ch2 {
	border: 1px solid #bbb;
	border-left: none;
	border-radius: 0 3px 3px 0;
	width: auto;
}

.img_vid_tab_active {
	/*background: #5B5C66 !important;
	color: #FFF !important;*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.9) inset, 0 0 0 rgba(0, 0, 0, 0.7) inset, 1px 1px 1px rgba(0, 0, 0, 0), 1px 1px 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.9) inset, 0 0 0 rgba(0, 0, 0, 0.7) inset, 1px 1px 1px rgba(0, 0, 0, 0), 1px 1px 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.9) inset, 0 0 0 rgba(0, 0, 0, 0.7) inset, 1px 1px 1px rgba(0, 0, 0, 0), 1px 1px 1px rgba(0, 0, 0, 0);
	border: none;
}

.over_img_div {
	border: 1px solid #000;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin: 0 5px;
}

.over_img_div a {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.over_img_div a:hover {
	background: none !important;
}

.lbl_wid_nor {
	width: 115px;
	font-weight: normal !important;
}

.h5_inp input {
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 5px;
	height: 33px;
	line-height: 33px;
	width: 250px;
	float: left;
	margin: 3px 3px 0 0;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: normal;
}

.h5_inp button {
    margin: 5px 2px 0;
	float: left;
}

.font_italic {
	font-weight: bold;
	font-style: italic;
	font-family:times new roman;
	line-height: 0;
}

.os_box_1 {
	width: 100% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_2 {
	width: 50% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_3 {
	width: 33.33% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_4 {
	width: 25% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_5 {
	width: 20% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_6 {
	width: 16.66% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_7 {
	width: 14.28% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_8 {
	width: 12.5% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_9 {
	width: 11.11% !important;
	box-sizing: border-box;
	float: left;
}

.os_box_10 {
	width: 10% !important;
	box-sizing: border-box;
	float: left;
}

/* .opt_rad_tic {
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 10px 30px 10px 10px;
	position: relative;
	background: #FFF;
	margin: 5px 0 0;
}

.opt_rad_tic .radio {
	margin: 0;
}

.opt_rad_tic label {
	padding: 0;
}

.opt_rad_tic input[type="radio"] {
	display: none;
} */

.single_rad_abs {
	position: absolute;
	right: 5px;
    top: 9px;
	display: none;
}

/* .opt_rad_tic input[type="radio"]:checked .single_rad_abs {
	display: block;
} */

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	float: left;
	height: 45px !important;
	width: 96%;
	border: 1px dotted #ccc !important;
	background: #FFF !important;
	box-sizing: border-box;
	margin:0 0 10px;
	border-radius: 3px;
}

.add_page_abs {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #05386B;
	border-bottom: none;
	border-right: none;
	background: #FFF;
	color: #05386B;
	border-radius: 5px 0 0 0;
	padding: 6px 12px;
	font-size: 11px;
	transition: .4s;
}

.add_page_abs:hover {
	background: #05386B;
	color: #FFF;
}

.twitter-share-button {
    height: 30px !important;
    overflow: hidden;
}

.pop_load_div {
	background: #FFF;
	border: 1px solid #ddd;
	border-top: none;
	margin-top: -1px;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
}

ul.nav_a li a {
	padding: 7px 15px !important;
	font-size: 13px;
}

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

ul.set_tme li {
	border: 1px solid #bbb;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
    height: 200px;
    list-style-type: none;
    margin: 0 1% 5%;
    overflow: hidden;
    padding: 3px;
    width: 30%;
	transition: all .2s ease-in-out;
}

ul.set_tme_col li {
    height: 63px !important;
}

ul.set_tme li a {
	float: left;
	width: 100%;
}

ul.set_tme li:hover, ul.set_tme_col li:hover {
	transform: scale(1.1); 
}

ul.set_tme_col li a img {
	width: 100%;
}

.btn-survey {
	background-color: #FF6601;
    border-color: #CC5201;
    color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.btn-survey:hover,
.btn-survey:focus,
.btn-survey.focus,
.btn-survey:active,
.btn-survey.active,
.open > .dropdown-toggle.btn-survey {
	color: #ffffff;
	background-color: #F25C00;
	border-color: #CC5201;
}

.set_bg1 {
	color: #402019;
	background: #F2DFCE;
}

.set_btn_col1 {
	color: #F2DFCE;
	background: #798C87;
}

.set_bg2 {
	color: #F2DBAE;
	background: #5B8C4D;
}

.set_btn_col2 {
	color: #F2DBAE;
	background: #F291B5;
}

.set_bg3 {
	color: #468966;
	background: #FFF0A5;
}

.set_btn_col3 {
	color: #FFB03B;
	background: #B64926;
}

.set_bg4 {
	color: #000000;
	background: #C6D892;
}

.set_btn_col4 {
	color: #ffffff;
	background: #94C144;
}

.frn_frm_div {
	display: inline-block;
	background: #521B3F;
	box-sizing: border-box;
	max-width: 400px;
	width: 100%;
	padding: 20px 25px;
	border-radius: 5px;
}

.wel_abs_div {
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
	background: rgba(0,0,0,0.9);
	z-index: 20;
}

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

ul.crt_temp_list li {
	border: 1px solid #888;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
    /* height: 186px; */
    list-style-type: none;
    margin: 15px 0 15px 30px;
    max-width: 275px;
    overflow: hidden;
    padding: 3px;
    width: 100%;
	position: relative;
}

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

ul.crt_temp_list li .com img {
	float: left;
}

.ovr_lay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0,0,0,0.2);
	line-height: 128px;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

.ovr_lay:hover {
	background: rgba(0,0,0,0.7);
}

.ovr_lay_up {
	top: 0;
	border-bottom: 1px solid #FFF;
}

.ovr_lay_dwn {
	bottom: 0;
	border-top: 1px solid #FFF;
}

.ovr_lay span {
	color: #FFF;
	font-size: 30px;
}

ul.crt_temp_list li .com:hover .ovr_lay {
	opacity: 1;
}

.wtd_wrap {
	max-width: 710px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0
}

.sep_page_abs {
    box-sizing: border-box;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Check Box */
.bg_in_rad, .bg_in_chk {
	display:none;
}

.bg_in_rad + .bg_lbl:before {
	content: "";  
	display: inline-block;  
	width: 15px;  
	height: 15px;  
	vertical-align:middle;
	margin-right: 8px;  
	background-color: transparent;  
	border-radius: 8px;  
	
	border: 1px solid #FFF;
}

.bg_in_chk + .bg_lbl:before {
	content: "";  
	display: inline-block;  
	width: 15px;  
	height: 15px;  
	vertical-align:middle;
	margin-right: 8px;  
	background-color: transparent;  
	border-radius: 4px; 
	
	border: 1px solid #FFF;	
}
.bg_in_rad:checked + .bg_lbl:before {
	content: "\2022";
	
	color: #FFF;
	
	background-color: transparent; 
	font-size:30px;
	text-align:center;
	line-height:12px;
	
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.bg_in_chk:checked + .bg_lbl:before {
	content:"\2714";
	
	color: #FFF;
	
	background-color: transparent; 
	text-align:center;
	line-height: 5px;
	
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/* Check Box */

/*  */
.ques_tle {
	font-size: 22px;
}

.sng_tbox {
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
	max-width: 480px;
    width: 100%;
	height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
	font-size: 14px;
}

.sng_tbox1 {
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
	height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
	font-size: 14px;
}

.cmd_tarea {
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    height: 110px;
    padding: 5px;
	max-width: 480px;
    width: 100%;
}

.tbox_bg_bor {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border: 1px solid #818181;
	color: #fff;
}

.sel_box_be {
    appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
    background: rgba(0, 0, 0, 0.7) url("../images/dwn_arr.png") no-repeat scroll right 10px center;
	border: 1px solid #818181;
	color: #fff;
}
/*  */

.cat_list_div {
	background: #E7E7E7;
	width: 25%;
}

.cat_con_div {
	width: 75%;
}

.cat_hd {
	line-height: 42px;
    box-sizing: border-box;
    padding: 0 5px;
    font-weight: 700;
    font-size: 15px;
    color: #101010;
}

.sc_ql_bg_div {
	background-color: #E7F2FE;
}

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

ul.cat_list li {
	float: left;
	list-style-type: none;
	width: 100%;
}

ul.cat_list li a {
	float: left;
	width: 100%;
	/*color: #05386B;*/
	color: #2D2E30;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	/* border-bottom: 1px solid #CCC; */
	box-sizing: border-box;
	padding: 0 15px;
}

ul.cat_list li a:hover {
	color: #FFF;
	/*background-color: #05386B;*/
	background-color: #2D2E30;
}

.cat_list_active {
	font-weight: 600;
	color: #FFF !important;
	position: relative;
	/*background-color: #05386B;*/
	background-color: #2D2E30;
}

.cat_list_active:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 15px;
	/*border-color: transparent transparent transparent #05386B;*/
	border-color: transparent transparent transparent #2D2E30;
	position: absolute;
	/* top: 50%;
	margin-top: -15px; */
	left: 100%;
	content: '';
}

.cat_list_top_div {
	background: #101010;
	height: 42px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #FFF;
	border-radius: 5px;
}

.cat_list_top_hd {
	line-height: 42px;
	height: 42px;
	font-weight: bold;
}

.cat_list_top_para {
	line-height: 42px;
	height: 42px;
}

.cat_cen_con {
	background: #fcf8e3;
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0 0;
    padding: 7px 30px;
}

.cat_con_padd {
	box-sizing: border-box;
	padding: 30px;
}

.err_succ_div {
	position: absolute;
	top: 54px;
	right: 0;
	z-index: 9999;
	max-width: 500px;
}

.err_succ {
	margin: 0;
	font-size: 18px;
	color: #FFF;
	/* -ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0); */
	border: 1px solid #4cae4c;
	background: #449D44;
	box-sizing: border-box;
	padding: 12px 20px;
	/* border-radius: 0 0 3px 3px; */
}

.err_err {
	margin: 0;
	font-size: 18px;
	color: #FFF;
	-ms-transform: translate(-50%,0); /* IE 9 */
	-webkit-transform: translate(-50%,0); /* Safari */
	transform: translate(-50%,0);
	border: 1px solid #ac2925;
	border-top: none;
	background: #C9302C;
	box-sizing: border-box;
	padding: 13px;
	border-radius: 0 0 3px 3px;
}

.opt_img_div {
    margin: 0 25px 10px 0;
    max-width: 120px;
    width: 100%;
}

.opt_img_div_vid {
    margin: 0 25px 10px 0;
    max-width: 200px;
    width: 100%;
}

.pos_rel {
    position: relative;
}

.ovr_div {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.check_symb {
    bottom: 10px;
    /* color: #fff; */
    font-size: 28px !important;
    position: absolute;
    right: 10px;
}

.opt_img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    height: 150px;
    overflow: hidden;
    width: 120px;
}

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

.opt_div {
    box-sizing: border-box;
    margin: 0 0 10px;
    padding-left: 30px;
}

.lab_div {
	/* border: 1px solid #818181; */
	box-sizing: border-box;
	border-radius: 2px;
	overflow: hidden;
	/* border-left: none; */
}

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

.lab_div ul li {
    float: left;
    list-style-type: none;
    width: 10%;
}

.lab_div ul li a {
    /* background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-left: 1px solid #818181; */
    box-sizing: border-box;
    float: left;
    font-size: 22px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    width: 100%;
}

.txt_color {
    color: #ffffff;
}

/* YES NO */
.yn_wid{
	border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 40px 5px 15px;
    width: 175px;
	position :relative;
}

.yn_span {
	font-size: 18px;
}

.tick_abs {
	position: absolute;
    right: 5px;
    top: 10px;
}
/* YES NO */

/* Ratings */
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: right;
	float: left;
}
.rating > span {
	display: inline-block;
	position: relative;
	font-size: 50px;
	float: right;
	/* color: #FFF; */
	cursor: pointer;
	padding: 0 2px;
}
.rating > span:hover,
.rating > span:hover ~ span {
	/* color: rgba(255,255,255,0.7); */
}
/* Ratings */

.ques_img_vid {
	box-sizing: border-box;
	/* margin-left: 25px; */
	max-width: 485px;
	width: 100%;
}

.ques_img_vid img {
	box-sizing: border-box;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

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

.smileys {
	position: relative;
	margin: 0 3px;
	width: 60px;
	height: 60px;
}

.smileys_hov {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
}

.smileys:hover .smileys_hov {
	display:none;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-warning {
    background-color: #F39C12 !important;
}

.bg-danger {
    background-color: #DD4B39 !important;
}
.bg-aqua, .bg-warning,.bg-danger {
    color: #fff !important;
}
.small-box {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box > .inner1 {
    padding: 10px;
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

.small-box p {
    font-size: 15px;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    font-size: 90px;
    position: absolute;
    right: 10px;
    top: -10px;
    transition: all 0.3s linear 0s;
    z-index: 0;
}

.small-box > .small-box-footer {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box > .small-box-footer:hover {
    color: rgba(255, 255, 255, 1);
}

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

.stat_page_head_div {
	height: 40px;
    padding: 0 10px;
	box-sizing: border-box;
	background: #efefef;
	border-bottom: 1px solid #CCC;
	line-height: 40px;
}

.stat_hd_txt {
    color: #555;
    float: left;
    font-size: 15px;
    overflow: hidden;
    width: 70%;
}

ul.products-list {
    margin: 0;
    padding: 0;
}

ul.products-list li {
    float: left;
	list-style-type: none;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
}
.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 20px;
    overflow: hidden;
	height: 16px;
    margin: 0 5px;
    min-width: 120px;
}

.progress-bar {
    background-color: #337ab7;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 16px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

.vot_div {
	width: 130px;
	margin-right: 5px;
	padding: 10px;
	box-sizing: border-box;
}

.vot_div a {
	width: 100%;
	float: left;
}

.like_dis {
	font-size: 50px;
}
.aster {
    color: red;
    font-size: 12px;
    position: relative;
    top: -9px;
}

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

ul.faq {
	margin: 30px 0 0;
	padding: 0;
}

ul.faq li {
	list-style-type: none;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	font-size: 16px;
	margin: 0 0 10px;
}

ul.faq li .faq-answer {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 27px;
	margin: 5px 0 0;
	line-height: 1.7;
}

.btn-google-plus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.btn-google-plus:hover {
    color: #ffffff;
}

.get_wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

.btn_wrap {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

.feat_hd {
	color: #521b3f;
    font-size: 25px;
    font-weight: 700;
}

.bonus_wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.box_img_div, .box_des_div {
    max-width: 460px;
    width: 100%;
}

.hd6 {
    font-size: 24px;
}

.hd_para2 {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}

.dwn_btn {
    border: 2px solid #1f1f1f;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 20px;
    transition: all 0.3s ease-out 0s;
	display: inline-block;
}

.dwn_btn:hover {
    color: #FFF;
	background: #1f1f1f;
}

.opt_img_hid {
	overflow: hidden;
	height: 18px;
}

.prof_mnu_rht .dropdown-menu>li>a {
	font-size: 14px !important;
}

.prof_mnu_rht .dropdown-menu>li>a i, .comn_mnu_rht .dropdown-menu>li>a i {
	margin-right: 5px;
}

