@charset "utf-8";
/* General css created by Soumojit Rana*/

a {
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
}
a.hover {
	text-decoration: none;
}
body {
	font-family: 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
}
.header {
     background: #fff;
	   height: 129px;
	   position: absolute;
	   left: 0;
	   right: 0;
	   top: 0;
	   z-index: 99;
}
.header.sticky-header {
	box-shadow: 0 -1px 4px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,0.5);
		 -o-box-shadow: 0 -1px 4px rgba(0,0,0,0.5);
		  -ms-box-shadow: 0 -1px 4px rgba(0,0,0,0.5);
		   -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.5);
    position: fixed;
    z-index: 999;
    transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6 ease 0s;
		  -ms-transition: all 0.6s ease 0s;
		   -moz-transition: all 0.6s ease 0s;
    width: 100%;
    height: 56px;
    
    
}
.header-top {
	border-bottom: 1px solid #eaecef;
	padding: 14px 0 11px;
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
}
a.navbar-brand img {
	transition: all 0.6s ease-in-out 0s;
		-webkit-transition: all 0.6s ease-in-out 0s;
		 -o-transition: all 0.6s ease-in-out 0s;
		  -ms-transition: all 0.6s ease-in-out 0s;
		   -moz-transition: all 0.6s ease-in-out 0s;
    width: 150px;
}
.header-top-l {
	float: left;
}

.header-top-r {
	float: right;
}
.header-top-l span {
	font-size: 13px;
	color: #6b6e71;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.email-outer {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 300px;
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
}
.email-outer .form-control {
	color: #9b9c9e;
	font-size: 13px;
	background: #f8f8f8;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.btn.btn-mail {
	position: absolute;
	top: 0;
	right: 0;
	background: #d74126;
	padding: 6px 10px;
	border-radius: 0;
	color: #fff;
}
.btn-mail.btn-search {
	background: #000;
}
.header-top-r .email-outer .form-control {
	width: 300px
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
}
.header-top-l .email-outer .form-control {
	width: 215px
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
}
.header-bottom {
	padding: 11px 0 11px;
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
    position: relative;
}
.sticky-header{
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
}
.header-bottom .navbar-brand {
	margin: 0;
	height: auto;
	padding: 0;
	
}
.header.sticky-header .header-top {
	display: none;
}
.header.sticky-header ul.nav-list li a {
	padding-top: 4px; 
	font-size: 14px;
}
.header.sticky-header .navbar-brand > img {
	width: 90px;
	
}
ul.nav-list {
	padding: 0;
	margin-bottom: 0;
}
ul.nav-list li {
	float: left;
}
ul.nav-list li a {
	color: #313335;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase; 
	padding: 11px 23px 0;
	display: block;
	transition: all 0.6s ease-in-out 0s;
		-webkit-transition: all 0.6s ease-in-out 0s;
		 -o-transition: all 0.6s ease-in-out 0s;
		  -ms-transition: all 0.6s ease-in-out 0s;
		   -moz-transition: all 0.6s ease-in-out 0s;
}
ul.nav-list li a:hover {
	color: #d74126;
}
ul.nav-list li:last-child a {
	padding-right: 0;
}

.header-bottom .header-top-l {
	display: none;
}
.header.sticky-header .header-top-l {
	display: block;
}
.header.sticky-header .email-outer {
	width: 170px;
}
.scroll-search {
	float: right;
}
.header.sticky-header .navbar-collapse.collapse {
	padding-right: 50px;
}
.header .navbar-collapse.collapse, .scroll-text-search {
	float: right;
	
}
.header.sticky-header ul.nav-list li a {
	padding: 7px 9px 0;
}
.scroll-text-search .header-top-r .email-outer .form-control, .scroll-text-search {
	display: none;
}
.header.sticky-header .scroll-text-search {
	position: absolute;
	right: 0;
	top: -13px;
	display: block;
	right: 14px;
}
.container {
	position: relative;
}
.bottom-searchbox, .bottom-sign {
	position: absolute;
	bottom: -35px;
	width: 350px;
	height: 35px;
	right: 49px;
	display: none;
	z-index: 99999;
}
.header.sticky-header .bottom-searchbox.show {
	display: block;
	
}
.header.sticky-header .bottom-searchbox .form-control {
	border-radius: 0;
	background: #f8f8f8;
	box-shadow: none;
	height: 30px;
}





/*banner part starts*/
.banner {
	background: #34475e;
	padding: 45px 0;
	margin-top: 129px;
}
.banner h1 {
	font-size: 55px;
	color: #fff;
	font-weight: 300;
	margin-top: 62px;
	line-height: 70px;
	margin-bottom: 12px;
	overflow: hidden;
}
.banner h2 {
	font-size: 27px;
	color: #fff;
	font-weight: 300;
	line-height: 34px;
}
h3.fund-top{
	background: #d74126;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 13px 25px;
}
.fund-form {
	background: #f8f8f8;
	padding: 20px;
	text-align: right;
}
.form-row {
	margin-bottom: 14px;
}
.fund-form label {
	color: #545454;
	font-size: 14px;
	margin-right: 5px;
	font-weight: 400;
	vertical-align: middle;
	margin-bottom: 0;
}
.bnr-home .select-outer {
	display: inline-block;
	vertical-align: middle;
	width: 206px;
	text-align: left;
}
.select-outer {
	display: inline-block;
	vertical-align: middle;
	width: 206px;
	text-align: left;
}
.select-outer .btn-default {
	background: #fff;
	border-radius: 0;
	border: none;
	color: #9b9c9e;
	font-size: 14px;
	box-shadow: none;
}
.select-outer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.select-outer .form-control {
	width: 49%;
	border: none;
	box-shadow: none;
	border-radius: 0;
	display: inline-block;
}

/*check-box part starts*/
.custom-check-box {
	width: 70px;
	display: inline-block;
}
.custom-check-box input {
    display: none;
} 
.side-inner-cont label {
    color: #000;
    font-size: 15px;
}
.custom-check-box input + label {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.custom-check-box input + label:before {
    border: 1px solid #c9c9c9;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 14px;
    background: #fff;
}

.custom-check-box input:checked + label::before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 8px;
    font-weight: 300;
    line-height: 13px;
    color: #5b6a7d;
    text-align: center;
}
.btn.btn-clear {
	color: #fff;
	font-size: 14px;
	padding: 9px 30px;
	background: #000;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
}
.btn.btn-clear:hover {
	background: #d74126;
}
.btn.btn-submit,
#newsletter_modal #mc-embedded-subscribe {
	color: #fff;
	font-size: 14px;
	padding: 9px 30px;
	background: #d74126;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		 -o-transition: all 300ms ease-in-out 0s;
		  -ms-transition: all 300ms ease-in-out 0s;
		   -moz-transition: all 300ms ease-in-out 0s;
}
.btn.btn-submit:hover,
#newsletter_modal #mc-embedded-subscribe:hover {
	background: #000;
}
.owl-controls .owl-prev {
	background: url(../images/nav-left.png) no-repeat;
	width: 31px;
	font-size: 0;
	height: 31px;
	position: absolute;
	left: 0;
	
}
.owl-controls .owl-next{
	background: url(../images/nav-right.png) no-repeat;
	width: 31px;
	font-size: 0;
	height: 31px;
	position: absolute;
	left: 40px;
}
.owl-nav {
    position: absolute;
    top: 120%;
}
.post-outer {
	padding-bottom: 48px;
}
h2 {
	color: #34475e;
	font-size: 30px;
	margin: 0
}
h2 span {
	font-weight: 700;
}
.post-outer h2 {
	margin-top: 40px;
	padding-bottom: 15px;
	display: inline-block;
}
.post-inner {
	border-top: 1px solid #e5e5e5;
	padding-top: 14px;
}

.p-user {
	/*width: 61px;
	height: 58px;*/
	float: left;
	overflow: hidden;
	margin-right: 14px;
}
.user-text {
	overflow: hidden;
}
.user-text h3 {
	font-size: 20px;
	color: #6e6e6e;
	font-weight: 600;
	line-height: 26px;
}
.user-text h4 {
	font-size: 14px;
	color: #545454;
	margin-bottom: 12px;
}
.user-text h4 span {
	color: #a4a4a4;
} 
.user-text p {
	color: #000;
	font-size: 15px;
}
.post-user a {
	color: #d74126;
}
.post-user a:hover {
	color: #000;
}
.post-user {
	margin-bottom: 30px;
}
.btn-clear.btn-more {
	background: #34475e;
}
.listing-area {
	margin-bottom: 5px;
}
.listing-area.list-gap {
	margin-bottom: 20px;
}
.listing-row  {
	color: #545454;
	font-size: 15px;
	border-bottom: 1px solid #f0f0f0;
	padding: 6px 0;
}
.listing-row h3 {
	font-size: 16px;
	color: #545454;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 0;
}
.date-area {
	width: 110px;
	float: left;
}
.listing-row span {
	display: block;
	overflow: hidden;
}
.listing-row:last-child {
	border-bottom: none;
}
.post-add {
	margin-bottom: 25px;
}
.post-add > img {
    width: 100%;
}
.subscribe-news {
	background: #d74126;
	padding: 15px;
	margin-bottom: 20px;
}
.subscribe-news h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin:  0 0 10px;
}
 .subscribe-news p {
 	color: #fff;
 	font-size: 15px;
 }
.subscribe-news .form-control {
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 10px;
}
.post-outer .col-sm-8 {
	border-right: 1px solid #e5e5e5;
}
.post-outer .col-sm-7 {
	border-right: 1px solid #e5e5e5;
}
.feature {
	background: #f6f6f6;
	padding: 60px 0;
}
h3 {
	font-size: 45px;
	font-weight: 300;
	color: #34475e;
	margin: 0;
}
.feature-panel {
	text-align: center;
}
.feature-panel h3 {
	font-size: 20px;
	color: #d74126;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0 15px;
}
.feature-panel p {
	font-size: 17px;
	color: #000;
	margin: 0;
}
.feature-outer {
	margin-top: 60px;
}
.subscribe-news .btn-clear.btn-more:hover {
	background: #000;
}
ul.news-list {
	margin: 48px 0 0 0;
	padding: 0;
	float: right;
}
ul.news-list li {
	display: inline-block;
}
ul.news-list li a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 9px;
	background: #464646;
	color: #fff;
}
ul.news-list li a:hover, ul.news-list li.active a  {
	background: #d74126;
}



/*footer part starts*/
.footer {
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
.footer-logo {
	float: left;
}
.footer-logo p {
	font-size: 12px;
	color: #5c5e60;
	margin: 10px 0 0 0;
}
ul.footer-list {
	margin: 20px 0 0 64px;
	float: left;
	padding: 0;
}
ul.footer-list li {
	display: inline-block;
}
ul.footer-list li a {
	color: #86898d;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 15px;
	display: block;
}
ul.footer-list li a:hover {
	color: #d74126;
}
ul.social {
	float: right;
	margin: 20px 0 0 0;
}
ul.social li {
	display: inline-block;
}
ul.social li a {
	padding: 0 5px;
	display: block;
}
ul.social li a:hover {
	opacity: 0.8;
}

/*lic guide page starts*/
.banner.lic-guide h1 {
	margin: 0;
}
.post-outer .col-sm-4.guide-side {
	margin-top: 40px;
}
.post-guide h3 {
	font-size: 20px;
	color: #6e6e6e;
	font-weight: 600;
	margin-bottom: 30px;
}
.post-guide p {
	margin-bottom: 30px;
}
.guide-side .fund-outer {
	margin-bottom: 25px;
}
.listing-row:first-child {
	padding: 0;
}

/*news page starts*/
ul.post-social {
	margin: 0;
	padding: 0;
}
ul.post-social li {
	display: inline-block;
} 
ul.post-social li a {
	display: block;
	padding: 0 6px;
	color: #5874ae;
} 
ul.post-social li a:hover {
	color: #d74126;
}
.post-border .post-user-inner {
	margin-bottom: 10px;
}
.post-border p {
	margin-bottom: 20px;
}
.p-user.user-news {
	width: 219px;
	/*height: 130px;*/
}
.post-user.post-border {
	border-bottom: 1px solid #e5e5e5;
}
.post-user.post-border:last-child {
	border-bottom: none;
}

.p-user img {
	width: 100%;
}
.scroll-text-sign {
	display: none;
}
.post-pagination {
	
}
.post-pagination .pagination, .post-pagination .btn-clear {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.post-pagination .pagination > li:last-child > a, .post-pagination .pagination > li:last-child > span, .post-pagination .pagination > li:first-child > a, .post-pagination .pagination > li:first-child > span {
	background: #c6c6c6;
	color: #fff;
}
.post-pagination .pagination > li > a, .post-pagination .pagination > li > span {
	color: #414141;
	border: 1px solid #c0c0c0;
}
.post-pagination .btn-clear {
	padding: 6px 20px;
}

/*data and analise page starts*/
.data-form {
	text-align: left;
}
.data-form  label {
	width: 110px;
}
.management-area {
	margin-bottom: 45px;
	margin-top: 10px;

}
.management-area h3 {
	font-size: 15px;
	color: #545454;
	margin: 0 0 8px;
}
.manage-bar {
	
}
.manage-chk {
	margin-bottom: 24px;
}
.manage-chk .custom-check-box {
	width: auto;
}
.data-form .manage-chk label {
	width: auto;
}
.data-tab {
	margin-top: 30px;
	margin-bottom: 60px;
}
.data-tab .nav-tabs {
	
	border-bottom: none;
}
.data-tab .nav-tabs > li > a {
	background: #f6f6f6;
	font-size: 16px;
	color: #000;
	margin-right: 0;
}
.data-tab .nav-tabs > li.active > a, .data-tab .nav-tabs > li.active > a:hover,  .data-tab .nav-tabs > li > a:hover,  .data-tab .nav-tabs > li.active > a:focus {
	background: #d74126;
	color: #fff;
	outline: none;
}
.data-tab .nav-tabs > li {
	
	border: 1px solid #aeaeae;
	border-bottom: none;
}
.tab-table-cont {
	width: 100%;
	display: table;
	border: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	
}

.tab-row {
	display: table-row;
	background: #f6f6f6;
}
.tab-cell {
	display: table-cell;
	font-size: 13px;
	text-align: center;
	padding: 7px;
	border-right: 1px solid #e5e5e5;
}
.tab-cell:first-child {
	color: #3786de;
}
.tab-cell:nth-child(2) {
	color: #3786de;
}
.tab-row.tab-header {
	background: #34475e;
}
.tab-row.tab-header .tab-cell {
	color: #fff;
	font-size: 13px;
	border-right: none;
	padding: 7px 23px;
}
.tab-row.tab-header .tab-cell:last-child {
	border-right: none;
}
.tab-row:nth-child(2n) {
	background: #fff;
}
.performance-text {
	border: 1px solid #bebebe;
	padding: 0 25px;
	margin-top: 1px;
}
.performance-info {
	padding-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}
.performance-info:last-child {
	border-bottom: none;
}



/*fund detail page starts 06.10.15*/
.price-rate {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.price-rate h2 {
	margin-top: 0;
}
.price-box {
	width: 23%;
	float: left;
	padding: 25px 20px;
	background: #f8f8f8;
	text-align: center;
	margin: 0 1%;
	min-height: 136px;
}
.price-box h3 {
	font-size: 15px;
	color: #000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.price-box h4 {
	font-size: 26px;
	color: #d74126;
	font-weight: 600;
	margin: 0;
}
.price-box span {
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #545454;
}
.fund-table {
	display: table;
	width: 100%;
	border: 1px solid #d0d0d0;
	border-bottom: none;
}
.fund-table-row {
	display: table-row;
	
}
.fund-table-cell {
	display: table-cell;
	font-size: 15px;
	color: #000;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
	border-right: 1px solid #d0d0d0;
	padding: 10px 0;
}
.fund-table-cell:last-child {
	border-right: none;
}

.email-outer.mail-sign {
	margin-top: 13px;
}
.email-outer.mail-sign .btn.btn-mail {
	background: #d74126 none repeat scroll 0 0;
	color: #fff;
	font-size: 22px;
}
.news-table {
	display: table;
	width: 100%;
}
.news-row {
	display: table-row;
}
.news-cell {
	display: table-cell;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}
.news-cell:last-child {
	text-align: right;
}
.news-row.news-row-header .news-cell {
	font-weight: 700;
	color: #545454;
	font-size: 16px;
	border-bottom: none;
}
.pdf {
	background: #d74126;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px 10px;
	
}
.fund-r-area{
	
}
.fund-r-area h2 {
	margin-top: 0;
}
.fund-text {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}
.fund-text-row {
	margin-bottom: 10px;
	font-size: 15px;
}
.text-l {
	float: left;
	color: #000;
	width: 145px;
}
.text-r {
	overflow: hidden;
	color: #525252;
	display: block;
}
.fund-width-table .fund-table-row .fund-table-cell {
	width: 10%;
	vertical-align: middle;
}
.fund-r-area h2 {
	margin-top: 0;
}

/*news-detail page starts*/
.news-money {
	
}

.money-l {
	color: #545454;
	float: left;
}
.money-l span {
	color: #a4a4a4;
}
.money-r {
	float: right;
}
.money-r a {
	font-size: 11px;
	color: #444444;
	margin-left: 10px;
	display: inline-block;
}
.money-r a:hover {
	color: #d74126 ;
}
ul.sews-social {
	margin: 20px 0;
}
ul.sews-social li {
	display: inline-block;
	margin-right: 6px;
}
ul.sews-social li a {
	display: block;
}
.news-banner-quote {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 15px;
	display: block;
}
.side-gap-block {
	/*margin-left: 50px;*/
}
.side-gap-block p {
	font-size: 15px;
	color: #000;
}
.share-area {
	border: 1px solid #ebebeb;
	padding: 10px 25px;
}
.share-area span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}
.share-area ul.sews-social {
	display: inline-block;
	margin: 0;
}
.news-article {
	
}
.news-article-l {
	text-align:  left;

	
}
.news-article-l span, .news-article-r span {
	font-size: 12px;
	/*color: #949494;*/
	
	/*23-11-2015*/
	font-weight: 600;
	color: #6b6868;
}
.news-article-r {
	text-align:  right;

}
.news-article-l, .news-article-r {
	display: inline-block;
	vertical-align: top;
	width: 346px;
}
.comment-box {
	
}
.comment-box h2 {
	margin-top: 0;
	border-bottom: 2px solid #e5e5e5;
	display: block;
}
.user-comment {
	
	padding-bottom: 30px;
}
.user-news {
	margin-top: 5px;
	margin-bottom: 15px;
}
.user-news-pic {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	overflow: hidden;
}
.user-news-text {
	overflow: hidden;
}
.user-news-text h3 {
	font-weight: 700;
	font-size: 16px;
	margin: 0;
	
}
.user-news-text h4 {
	font-size: 14px;
	color: #a4a4a4;
	margin: 0;
}
.user-comment p {
	margin-bottom: 10px;
}
.user-comment a {
	color: #d74126;
	
}
.user-comment a:hover {
	color: #000;
}
.comment-inner {
	/*padding-left: 60px;*/
	border-bottom: 1px solid #e8e8e8;
}
.comment-border {
	border-bottom: 1px solid #e8e8e8;
}
.comment-inner:last-child {
	border-bottom: none; 
}
.reply-section {
	
}
.reply-section h2 {
	border-bottom: 2px solid #e5e5e5;
	margin-top: 0;
	display: block;
}
.reply-form {
	padding: 30px 0 0 0;
}
.reply-form .form-control {
	background: #f8f8f8;
	font-size: 14PX;
	color: #9b9c9e;
	margin-bottom: 15px;	
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.reply-form textarea.form-control {
	height: 75px;
	resize: none;
}

/*14.10.15 changes*/
.overflow-banner {
	overflow-x: hidden;
}

.break_line{
	display: block;
	font-weight: 600;
}
.mob_table{
	display: none;
}
ul.post-social.social_icons{
	margin: 10px 0;
}
.social_icons li:first-child a{
	padding-left: 0;
}



.table_format .tab-cell{
	vertical-align: middle;
	padding:7px 4px;
}
.table_format .tab-row.tab-header .tab-cell{
	padding:7px 4px;
}
.table_format .tab-cell:first-child{
	width: 7%;
}
.table_format .tab-cell:nth-child(2){
	width: 15%;
}
.table_format .tab-cell:nth-child(3){
	width:8%;
}
.table_format .tab-cell:nth-child(4){
	width:12%;
}
.table_format .tab-cell:nth-child(5){
	width:14%;
}
.table_format .tab-cell:nth-child(6){
	width:10%;
}
.table_format .tab-cell:nth-child(7){
	width:10%;
}
.table_format .tab-cell:nth-child(8){
	width:12%;
}
.table_format .tab-cell:nth-child(9){
	width:12%;
}
.table_format{
	position: relative;
}

.left_fixed{
	position: absolute;
	top: 37px;
	left: 0;
	width: 7%;
	height: 100%;
	background: #fff;
}

.left_fixrow{
	padding: 6px 4px;
	text-transform: uppercase;	
	color: #3786de;
	font-size: 13px;
	text-align: center;
	border:none;
}
.left_fixrow:nth-child(2n){
	background: #fff;
}
.left_fixed .tab-table-cont{
	border:none;
	background: #f6f6f6;
}
.left_fixed .tab-table-cont:nth-child(2n){
	background: #fff;
}
.left_fixed .tab-row{
	background: none;
}
.left_fixed .tab-cell{
	line-height: 14px;
}


.table_section{
	position: relative;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.left_fix{
	padding: 23px 12px 12px;
	color:#fff;
	background: #34475e;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-size: 13px;
	z-index: 1;
}
.table_headings{
	position: absolute;
	top: 0;
	left: 73px;
	right: 0;
}
.table_headingin{
	padding: 12px 12px 12px;
	color:#fff;
	background: #34475e;
	font-size: 13px;
	float: left;
	text-align: center;
}
.table_headingin:first-child{
	width: 25%;
}
.table_headingin:nth-child(2){
	width: 8%;
}
.table_headingin:nth-child(3){
	width: 15%;
}
.table_headingin:nth-child(4){
	width: 15%;
}
.table_headingin:nth-child(5){
	width: 10%;
}
.table_headingin:nth-child(6){
	width: 8%;
}
.table_headingin:nth-child(7){
	width: 9%;
}
.table_headingin:nth-child(8){
	width: 10%;
}


.table_headingin_Divi{
	padding: 12px 12px 12px;
	color:#fff;
	background: #34475e;
	font-size: 13px;
	float: left;
	text-align: center;
}
.table_headingin_Divi:first-child{
	width: 25%;
}
.table_headingin_Divi:nth-child(2){
	width: 10%;
}
.table_headingin_Divi:nth-child(3){
	width: 10%;
}
.table_headingin_Divi:nth-child(4){
	width: 13%;
}
.table_headingin_Divi:nth-child(5){
	width: 13%;
}
.table_headingin_Divi:nth-child(6){
	width: 14%;
}
.table_headingin_Divi:nth-child(7){
	width: 15%;
}




.table_headingin_Classi{
	padding: 12px 12px 12px;
	color:#fff;
	background: #34475e;
	font-size: 13px;
	float: left;
	text-align: center;
}
.table_headingin_Classi:first-child{
	width: 25%;
}
.table_headingin_Classi:nth-child(2){
	width: 10%;
}
.table_headingin_Classi:nth-child(3){
	width: 15%;
}
.table_headingin_Classi:nth-child(4){
	width: 14%;
}
.table_headingin_Classi:nth-child(5){
	width: 8%;
}
.table_headingin_Classi:nth-child(6){
	width: 18%;
}
.table_headingin_Classi:nth-child(7){
	width: 10%;
}



.table_headingin_NetAsset{
	padding: 12px 12px 12px;
	color:#fff;
	background: #34475e;
	font-size: 13px;
	float: left;
	text-align: center;
}
.table_headingin_NetAsset:first-child{
	width: 25%;
}
.table_headingin_NetAsset:nth-child(2){
	width: 15%;
}
.table_headingin_NetAsset:nth-child(3){
	width: 15%;
}
.table_headingin_NetAsset:nth-child(4){
	width: 15%;
}
.table_headingin_NetAsset:nth-child(5){
	width: 15%;
}
.table_headingin_NetAsset:nth-child(6){
	width: 15%;
}


.table_headingin_per{
	padding: 12px 12px 12px;
	color:#fff;
	background: #34475e;
	font-size: 13px;
	float: left;
	text-align: center;
}
.table_headingin_per:first-child{
	width: 25%;
}
.table_headingin_per:nth-child(2){
	width: 11%;
}
.table_headingin_per:nth-child(3){
	width: 7%;
}
.table_headingin_per:nth-child(4){
	width: 9%;
}
.table_headingin_per:nth-child(5){
	width: 9%;
}
.table_headingin_per:nth-child(6){
	width: 8%;
}
.table_headingin_per:nth-child(7){
	width: 8%;
}
.table_headingin_per:nth-child(8){
	width: 8%;
}
.table_headingin_per:nth-child(9){
	width: 8%;
}
.table_headingin_per:nth-child(10){
	width: 7%;
}



.left_fixpanel{
	position: absolute;
	top: 0;
	left: 0;
	width: 74px;
	background: #f6f6f6;
	bottom: 0;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding-top: 60px;
}
.row_left_fixpanel{
	color: #3786de;
    font-size: 13px;
    padding: 23px 12px 12px;
    text-align: center;
    text-transform: uppercase;
}
.row_left_fixpanel:nth-child(2n){
	background: #fff;
}
.tab_analys_row{
	width: 100%;
	background: #fff;
}
.tab_analys_cols{
	padding-top: 21px;
	padding-left: 1px;
	padding-right: 1px;
	color:#3c3c3c;
	font-size: 13px;
	float: left;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.tab_analys_row:nth-child(2n){
	background: #f6f6f6;
}
.tab_analys_cols:first-child{
	width: 25%;
	color:#3786de;
}
.tab_analys_cols:nth-child(2){
	width: 8%;
}
.tab_analys_cols:nth-child(3){
	width: 15%;
}
.tab_analys_cols:nth-child(4){
	width: 15%;
}
.tab_analys_cols:nth-child(5){
	width: 10%;
}
.tab_analys_cols:nth-child(6){
	width: 8%;
}
.tab_analys_cols:nth-child(7){
	width: 9%;
}
.tab_analys_cols:nth-child(8){
	width: 10%;
}


.tab_analys_cols_Divi{
	padding-top: 21px;
	padding-left: 1px;
	padding-right: 1px;
	color:#3c3c3c;
	font-size: 13px;
	float: left;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.tab_analys_cols_Divi:first-child{
	width: 25%;
	color:#3786de;
}
.tab_analys_cols_Divi:nth-child(2){
	width: 10%;
}
.tab_analys_cols_Divi:nth-child(3){
	width: 10%;
}
.tab_analys_cols_Divi:nth-child(4){
	width: 13%;
}
.tab_analys_cols_Divi:nth-child(5){
	width: 13%;
}
.tab_analys_cols_Divi:nth-child(6){
	width: 14%;
}
.tab_analys_cols_Divi:nth-child(7){
	width: 15%;
}




.tab_analys_cols_Classi{
	padding-top: 21px;
	padding-left: 1px;
	padding-right: 1px;
	color:#3c3c3c;
	font-size: 13px;
	float: left;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.tab_analys_cols_Classi:first-child{
	width: 25%;
	color:#3786de;
}
.tab_analys_cols_Classi:nth-child(2){
	width: 10%;
}
.tab_analys_cols_Classi:nth-child(3){
	width: 15%;
}
.tab_analys_cols_Classi:nth-child(4){
	width: 14%;
}
.tab_analys_cols_Classi:nth-child(5){
	width: 8%;
}
.tab_analys_cols_Classi:nth-child(6){
	width: 18%;
}
.tab_analys_cols_Classi:nth-child(7){
	width: 10%;
}


.tab_analys_cols_NetAsset{
	padding-top: 21px;
	padding-left: 1px;
	padding-right: 1px;
	color:#3c3c3c;
	font-size: 13px;
	float: left;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.tab_analys_cols_NetAsset:first-child{
	width: 25%;
	color:#3786de;
}
.tab_analys_cols_NetAsset:nth-child(2){
	width: 15%;
}
.tab_analys_cols_NetAsset:nth-child(3){
	width: 15%;
}
.tab_analys_cols_NetAsset:nth-child(4){
	width: 15%;
}
.tab_analys_cols_NetAsset:nth-child(5){
	width: 15%;
}
.tab_analys_cols_NetAsset:nth-child(6){
	width: 15%;
}



.tab_analys_cols_per{
	padding-top: 21px;
	padding-left: 1px;
	padding-right: 1px;
	color:#3c3c3c;
	font-size: 13px;
	float: left;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.tab_analys_cols_per:first-child{
	width: 25%;
	color:#3786de;
}
.tab_analys_cols_per:nth-child(2){
	width: 11%;
}
.tab_analys_cols_per:nth-child(3){
	width: 7%;
}
.tab_analys_cols_per:nth-child(4){
	width: 9%;
}
.tab_analys_cols_per:nth-child(5){
	width: 9%;
}
.tab_analys_cols_per:nth-child(6){
	width: 8%;
}
.tab_analys_cols_per:nth-child(7){
	width: 8%;
}
.tab_analys_cols_per:nth-child(8){
	width: 8%;
}
.tab_analys_cols_per:nth-child(9){
	width: 8%;
}
.tab_analys_cols_per:nth-child(10){
	width: 7%;
}


.analys_tabscroll{
	position: relative;
}
.analys_tabscroll .mCSB_inside > .mCSB_container{
	margin: 0;
}
.analys_tabscroll .mCSB_container{
	padding-left: 74px;
}
.analys_tabscroll:hover .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,1); }
.for_mob{
	display: none;
}
.inner_scroll{
	position: relative;
}
.outer_scroll{
	/*height: 671px;*/
	overflow-y: auto;
}

/*06.11.15*/

.modal_container{
    border-radius: 0;
    background: #f8f7f3;
    padding:50px 20px;
}
.modal_container p{
    font-size: 14px;
    margin-bottom: 15px;
}
.close_modal{
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 17px;
    border:1px solid #d74126 !important;
    border-radius: 20px;
    color:#d74126;
}
.close_modal:hover{
    color:#2c2c2c;
    border:1px solid #2c2c2c !important;
}
.modal_logo{
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.modal_form{
    width: 365px;
    margin: 0 auto;
}
.modal_form input[type="text"]{
    width: 100%;
    border:1px solid #ccc;
    height: 35px;
    padding: 0 10px;
    background: #f8f7f3;
    margin-bottom: 10px;
}
.modal_form label{
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 10px;
}
.modal_form label input[type="checkbox"]{
    margin: 0 7px 0 0 ;
    display: inline-block;
    vertical-align: middle;    
}
.send_btns{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color:#fff;
    background: #d74126;
    padding:7px 10px;
    border:none;
}
.send_btns:hover{
    background: #a5250e;
}
@media (max-width: 768px) {
    .modal_form{
        width: 100%;
    }
}



/* start auto search */
.autodropdown{
	z-index:999;
	position: absolute;
    left: -39px;
}
.suggestresult{
	overflow: auto;
	width:353px;
	list-style:none;
}
 
.suggestresult li{
	padding:5px;
	border:1px solid #333;
	border-top:0;
	cursor:pointer;
	background:#d74126;
	color:#fff;
	border-bottom:1px solid #666;
}

.suggestresult li:hover{
	background:#E16A55;
	color:#ffffff;
	cursor:pointer;
}

/* end auto search */


















/*23-11-2015*/
.ui-datepicker-header .ui-datepicker-title {
    margin: 0 1.8em;
}
.ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month, 
.ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
    width: 46%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    margin: 1px 2px;
}
#newsletter_modal #mc-embedded-subscribe {
	margin: 0 auto;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.news-money {
    margin-bottom: 15px;
}
form #mce-success-response {
    margin-bottom: 10px;
}
#addForm .ErrorMag{
	color:#fff !important;
}