﻿@charset "UTF-8";
/* CSS Document */

/* indices */
div.bc-indices {
	font-weight:lighter;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	height: 45px;
	overflow: hidden;
}
div.bc-indices.bc-indices-bm {
	margin-bottom:0;
}
div.bc-indices .inner > div {
	clear:both;
}
div.bc-indices h2 {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: 'expert_sans_extra_light', Arial, sans-serif;
	letter-spacing: -0.05em;
	line-height: 1em;
	/*border-right: 1px solid #efefef;*/
	width: 250px;
}
div.bc-indices .bc-indices-box {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 300px;
}
div.bc-indices .bc-indices-box p {
	float: left;
	display: block;
	padding: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}
div.bc-indices .bc-indices-box .index {
	float: left;
	display: block;
	width: 145px;
	font-family: 'expert_sans_extra_light', Arial, sans-serif;
	font-size: 18px !important;
	font-weight:lighter;
	line-height: 50px;
}
div.bc-indices .bc-indices-box .index.up {
	color: #fff;
	background: url(../img/ico-share-up.png) no-repeat center right;
}
div.bc-indices .bc-indices-box .index.down {
	color: #fff;
	background: url(../img/ico-share-down.png) no-repeat center right;
}
div.bc-indices a {
	margin: 10px 0 0 20px;
}

/* modal */
.bc-modal{
	background: url(../img/transparent-bg.png) repeat 0 0;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
.bc-modal .bc-modal-inner{
	background: #fff;
	padding: 20px 30px 30px;
	width: 320px;
	position: absolute;
	top: 5%;
	left: 60%;
	margin-left: -400px;
	-webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
	-moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
	box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
}
.bc-modal .bc-modal-innerb{
	background: #fff;
	padding: 20px 30px 30px;
	width: 600px;
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -400px;
	-webkit-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
	-moz-box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
	box-shadow: rgba(100, 100, 100, 0.2) 0 0 18px 1px;
}
.bc-modal .bc-close-modal{
	color: #003366;
	cursor: pointer;
	font-family: expertsans-light;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.bc-modal h3{
	margin-bottom: 10px
}

.bc-modal span{
	margin-bottom: 10px
}

.bc-modal span a{
	background:none;
	margin-bottom: 10px
}

.bc-custom-table {
	display: table;
	border-collapse: separate;
	border-color: gray;
	width: 100%;
	margin: 15px 0;
	font-size:1em;
}

.bc-custom-table tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	height: 30px;
}

.bc-custom-table tr th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #ec2027;
	text-indent: 10px;
}

.bc-custom-table tr td {
	border: 0px;
	height: auto;
	min-height: 30px;
	vertical-align: middle;
	margin-top: 10px;
	padding: 9px;
	vertical-align: text-top;
}

.bc-custom-table tr:nth-child(odd) {
	background: #f4f4f4;
}
div.bc-portfolios > div{ 
	margin: 20px 5px !important;
	width: 230px !important;
}
div.bc-portfolios > div.first{margin-left:-5px !important}
div.bc-portfolios > div.last{margin-right:-5px !important}
div.bc-portfolios .promo img{width:100%}
div.bc-portfolios .promo h3{padding:12px 15px 0; font-size:14px}
.bc-modal{display:none;}

