body, html {
	font-family: myriad-pro !important;
	font-size: 18px !important;
	font-weight: 200;
	color: #000000;
	padding: 0;
	margin: 0;
	background-color: #EAC8A5;
}
.bg-topaz-light {
	background-color: #EAC8A5;
}
.size-md-28 {
	font-size: 28px;
}
.news-box {
	padding: 30px 30px 25%;
}
.news-more {
	position: absolute;
	bottom: 20px;
}
.news-more a {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 900;
	margin-right: 20px;
	position: relative;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.news-more a:hover {
	color: #000000;
	text-decoration: none;
	left: 5px;
}
.tab-bg .nav-tabs {
	border-bottom: none;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 26px;
	display: inline-block;
	margin-bottom: 15px;
}
.tab-bg .nav > li > a {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	padding: 2px 15px;
	cursor: pointer;
	background-color: transparent !important;
	border: transparent !important;
	border-bottom-color: transparent;
	border-radius: 26px !important;
}
.tab-bg .nav-tabs > li.active > a, .tab-bg .nav-tabs > li.active > a:focus, .tab-bg .nav-tabs > li.active > a:hover {
	color: #000;
	background-color: #fff !important;
	border: transparent !important;
	border-bottom-color: transparent;
	border-radius: 26px !important;
	padding: 2px 15px;
}
.tab-bg .nav-tabs > li > a:hover {
	color: #000;
	background-color: #fff !important;
	border: transparent !important;
	border-bottom-color: transparent;
	border-radius: 26px !important;
	padding: 2px 15px;
}
.chart-title {
	font-size: 60px;
	color: #000;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 25px;
}
.value-details, .volume-details {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.value-date {
	font-size: 12px;
	color: #7E7E7E;
	margin-bottom: 0px;
}
.box4-left {
	float: left;
	width: 50%;
}
.box4-right {
	float: right;
	width: 44%;
}
.box4-right > p:nth-of-type(1) {
	padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
.chart-title {
	font-size: 40px;
}
.box4-right > p:nth-of-type(1) {
	padding-top: 15px;
}
.box4-right {
	width: 50%;
}
}

@media only screen and (max-width: 320px) {
.chart-title {
	font-size: 30px;
}
.value-details, .volume-details {
	font-size: 13px;
}
}