@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic&subset=latin,latin-ext);

body {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #777;
	background-color: #fff
}

.air2 {
	display: block;
	width: 100%;
	height: 20px;
	clear: both;
	float: none;
}

.air4 {
	display: block;
	width: 100%;
	height: 40px;
	clear: both;
	float: none;
}

.air6 {
	display: block;
	width: 100%;
	height: 60px;
	clear: both;
	float: none;
}

.air8 {
	display: block;
	width: 100%;
	height: 80px;
	clear: both;
	float: none;
}

.logo {
	display: block;
	height: 100px;
	width: 170px;
	text-indent: -990px;
	overflow: hidden;
	background: transparent url(../img/chartfx-for-sharepoint_logo.png) no-repeat left;
	border: 0px;
	margin-left: 30px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #333333;
}

h2 {
	font-size: 45px;
	color: #007cca;
	font-weight: 300;
}

h3 {
	line-height: 1.5;
	color: #0065A2;
}

.center {
	text-align: center;
}

.bigger {
	font-size: 16px;
}

.biggest {
	font-size: 20px!important;
	font-weight: 300;
}

.figure {
	border: 1px solid #EDEDED;
	margin: auto;
	margin-bottom: 15px;
}

.navbar-nav {
	float: left;
	margin: 30px 0;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	background: none;
	font-size: 16px;
}

.nav>li>a:hover {
	background: #FAFAFA;
	color: #0086E4;
	border: none;
	text-decoration: none;
}

.nav>li.dld>a {
	position: relative;
	display: block;
	padding: 0!important;
	background: none;
	font-size: 16px;
	padding-left: 5px!important;
}

.btn-download {
	background: #F66A0D;
	font-size: 16px;
	padding: 9px 20px;
	color: #fff;
	font-weight: 400px;
}

.btn-download:hover {
	background: #F6550D;
	color: #fff;
}

.btn-download-block {
	display: block;
	width: 40%;
	background: #F66A0D;
	font-size: 20px;
	padding: 18px 20px;
	color: #fff;
	font-weight: 400;
	margin: 0 auto;
}

.btn-download-block:hover {
	background: #F6550D;
	color: #fff;
}

.btn-demo {
	background: #003B5C;
	font-size: 20px;
	padding: 9px 28px;
	color: #fff;
	font-weight: 400px;
	margin: 10px 0 0 0;
}

.btn-demo:hover {
	background: #004A73;
	color: #fff;
}

.btn-link, .lead .btn-link {
	background: transparent url(../../assets/images/icon-link.png) right no-repeat;
	font-size: 16px;
	padding: 9px 35px 9px 0px!important;
	color: #0080CC;
	font-weight: 400px;
	margin-left: 0px;
	text-decoration: none;
	border: 0;
	shadow: 0;
	font-weight: 600;
}

.btn-link:hover {
	color: #007CCA!important;
	text-decoration: none;
	margin-left: 1px;
}

.btn-link-white {
	background: transparent url(../../assets/images/icon-link-white.png) right no-repeat;
	font-size: 16px;
	padding: 9px 34px 9px 0px;
	color: #fff;
	font-weight: 400px;
	margin-left: 0px;
	text-decoration: none;
	border: 0;
	shadow: 0;
	font-weight: 600;
	opacity: 0.85;
}

.btn-link-white:hover {
	background: url(../../assets/images/icon-link-white.png) right no-repeat;
	opacity: 1;
	text-decoration: none;
	margin-left: 1px;
}

.main-wrap {
	width: 960px;
	border-top: 3px solid #DDDDDD;
	padding: 0;
	margin: 0 auto;
}

.jumbotron .btn-primary {
	color: #fff;
	background-color: #F66A0D;
	border-color: #F66A0D;
	font-size: 20px;
	padding: 10px 30px;
}

.jumbotron .btn-primary:hover {
	background: #F6550D;
}

.container .jumbotron {
	border-radius: 0px;
}

.carousel-control { /* MOD */
	position: absolute;
	top: 0;
	bottom: 0;
	left: -8%;
	width: 10%;
	font-size: 60px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	opacity: .5;
	filter: alpha(opacity=50)
}

.carousel-control.left { /* MOD */
	background-image: none!important;
	background-repeat: no-repeat;
	filter: none!important;
}

.carousel-control.right { /* MOD */
	right: -8%;
	left: auto;
	background-image: none!important;
	background-repeat: no-repeat;
	filter: none!important;
}

.carousel-indicators {
	bottom: -30px;
}

.carousel-indicators li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border: 0px solid #00C0FF;
	border-radius: 10px;
	background: #00C0FF;
}

.carousel-indicators .active {
	width: 8px;
	height: 8px;
	margin: 0;
	background-color: #007CCA;
}

.carousel-inner .item .jumbotron {
	height: 350px!important;
	position: relative;
}

/* ================== JUMBOTRONS ================== */

.jumbotron {
	padding: 30px 30px!important;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #0077c8;
}

.jumbotron p {
	color: #44D8FF;
	font-size: 16px;
	width: 38%;
	margin: 0;
	padding: 0;
}

.jumbotron h2 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 300;
	width: 45%;
	padding-top: 10px;
	margin: 0 0 35px 0;
	line-height: 1.2;
}

.jumbotron .figure {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	border: 0;
}

/* ============ CARROUSEL SCREENS ================= */

.screens .jumbotron 
{
    display:block;
	padding: 30px 30px!important;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background: #0077c8 url(../../assets/images/bg-depth-glow.png) 23px 23px no-repeat;
}

.screens .carousel-control { /* MOD */
	position: absolute;
	top: 0;
	bottom: 0;
	left: -8%;
	width: 10%;
	font-size: 60px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	opacity: .5;
	filter: alpha(opacity=50)
}

.screens .carousel-inner .item .jumbotron {
	height: 810px!important;
	position: relative;
}

.screens .carousel-indicators .active {
	width: 8px;
	height: 8px;
	margin: 0;
	background-color: #fff;
}

.screens .carousel-indicators {
	bottom: 35px;
}

.screens .carousel-control.left { /* MOD */
	background-image: none!important;
	background-repeat: no-repeat;
	filter: none!important;
}

.screens .carousel-control.right { /* MOD */
	right: -8%;
	left: auto;
	background-image: none!important;
	background-repeat: no-repeat;
	filter: none!important;
}

.screens .carousel-inner .item .jumbotron .figure {
	display: block;
	position: absolute;
	top: 120px;
	right: 107px;
	z-index: 9999;
	border: 0;
}

.screens .carousel-inner .item .jumbotron .caption {
	display: block;
	height: 120px;
	width: 73%;
	position: absolute;
	bottom: 35px;
	left: 115px;
	z-index: 9999;
	color: #fff!important;
}

.screens .carousel-inner .item .jumbotron .action {
	display: block;
	height: 140px;
	width: 27%;
	position: absolute;
	bottom: 10px;
	right: 40px;
	z-index: 9999;
	color: #fff;
}

.screens .carousel-inner .item .jumbotron .caption p {
	color: #fff;
	font-size: 14px;
	width: 70%;
	margin: 0;
	padding: 10px 0 0 0;
}

.screens .carousel.slide h2 
{
    display:block;
	color: #fff;
	font-size: 45px;
	font-weight:400;
	text-align: center;
	width: 70%;
	position: absolute;
	top: 20px;
	left: 15%;
	z-index: 9999;
}

.screens .carousel-control { /* MOD */
	position: absolute;
	top: 360px;
	bottom: 0;
	left: 20px;
	width: 30px;
	font-size: 24px;
	color: #007CCA;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	opacity: .5;
	filter: alpha(opacity=50)
}

.screens .carousel-control .icon-light {
	color: #007CCA;
}

.screens .carousel-control.left { /* MOD */
	background-image: none!important;
	background-repeat: no-repeat;
	filter: none!important;
	color: #fff;
}

.screens .carousel-control.right { /* MOD */
	right: 39px;
	left: auto;
	background-image: none!important;
	background-repeat: no-repeat;
	filter: none!important;
	color: #fff;
}

/* ======================= BANNERS ====================== */	


.banner {
	display: block;
	height: 165px;
	background: #007CCA url(../img/figure-studiofx-hor.png) bottom right no-repeat;
	padding: 0 30px;
	color: #ffffff;
}

.banner a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.banner h3 {
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	padding: 15px 0 0 0;
}

.banner h2 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 300;
	padding-top: 20px;
	margin: 0 0 35px 0;
	line-height: 1.2;
}

.banner p {
	font-size: 14px;
	font-weight: 400;
	color: #BFEEFF;
	margin: 0;
	padding: 0 55px 3px 0;
	line-height: 1.4;
}

.banner.hero {
	height: 190px;
	padding: 10px 20px;
}

.banner.documentation {
	background: #007CCA url(../../assets/images/hero-documentation.png) bottom right no-repeat;
}

.banner.eula {
	background: #007CCA url(../../assets/images/hero-eula.png) bottom right no-repeat;
}

.banner.features {
	background: #007CCA url(../../assets/images/hero-features.png) bottom right no-repeat;
}

/*================= FOOTER LINKS ================== */

ul.products {
	margin: 20px 0;
	padding: 0;
	height: auto;
}

.products li {
	display: block;
	height: 40px;
	width: auto;
	overflow: hidden;
	margin: 10px 27px 20px 0;
	padding: 0!important;
}

.products a {
	display: block;
	height: 40px;
	width: auto;
	text-indent: -999px;
	overflow: hidden;
	margin: 0;
	background: transparent;
	opacity: 0.5;
}

.products li:first-child {
	margin-left: 0;
}

.products li:last-child {
	margin-right: 0;
}

.products a:hover {
	opacity: 1!important;
}

.products a.softwarefx, .products a.softwarefx:hover {
	background: transparent url(../img/logo-softwarefx.png) no-repeat left!important;
	width: 196px;
}

.products a.chartfx4sp, .products a.chartfx4sp:hover {
	background: transparent url(../img/logo-chartfx-for-sharepoint.png) no-repeat left!important;
	width: 100px;
}

.products a.chartfx, .products a.chartfx:hover {
	background: transparent url(../img/logo-chartfx.png) no-repeat left!important;
	width: 96px;
}

.products a.jchartfx, .products a.jchartfx:hover {
	background: transparent url(../img/logo-jchartfx.png) no-repeat left!important;
	width: 105px;
}

.products a.gridfx, .products a.gridfx:hover {
	background: transparent url(../img/logo-gridfx.png) no-repeat left!important;
	width: 89px;
}

.products a.vtc, .products a.vtc:hover {
	background: url(../img/logo-vtc.png) no-repeat left!important;
	width: 67px;
}

.products a.powergadgets, .products a.powergadgets:hover {
	background: url(../img/logo-powergadgets.png) no-repeat left!important;
	width: 144px;
	margin-right: 0!important;
}

footer {
	margin-bottom: 40px;
}

footer p {
	font-size: 12px;
	text-align: center;
	color: #4BABDE;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

footer p:last-child {
	padding-bottom: 40px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

h3, .h3 {
	font-size: 23px;
}

.banner h2 {
	font-size: 36px;
}

#content .figure {
	margin-top: 20px;
	margin-bottom: 15px;
}

/* =========== DEFAULT MODIFIERS =============== */

.col-md-12 {
	min-width: 960px!important;
	width: 100%;
}

.row {
	margin-right: 0!important;
	margin-left: 0!important;
	margin-bottom: 20px;
}

.resources {
	color: #AFDBF0!important;
}

.resources p {
	margin: 0 0 15px;
}

.resources a:hover {
	text-decoration: none;
	color: #0086E4;
	padding-left: 1px;
}

.resources p .icon-stack .icon-light {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 27px;
	margin-bottom: 1px;
}

.figure.featured-sample {
	display: block;
	position: relative;
	height: 200px;
	background: #007CCA url(../../assets/images/figure-featured-sample.png) no-repeat bottom right;
	overflow: hidden;
}

.figure.featured-sample .caption {
	display: block;
	position: absolute;
	height: 40px;
	background: #BCDFF3;
	line-height: 40px;
	width: 290px;
	color: #007CCA;
	font-size: 13px;
	bottom: 3px;
	left: 0;
	z-index: 9999;
	opacity: 0.9;
	padding-left: 6px;
}

.figure.featured-sample .caption a {
	color: #007CCA;
	text-decoration: none;
	line-height: 40px;
}

.panel-title>a {
	color: #428bca;
	font-size: 20px;
	text-decoration: none;
}

.panel-group .panel {
	border: 1px solid #fafafa;
}

.panel-default>.panel-heading {
	padding: 20px;
	background: #fafafa;
}

.panel-group.faq .panel-body p {
	padding-bottom: 25px;
	padding-left: 30px;
	background: transparent url(../../assets/images/icon-answer.png) no-repeat top left;
}

.panel-group.faq .panel-body h4 {
	color: #007cca;
	padding-left: 30px;
	background: transparent url(../../assets/images/icon-question.png) no-repeat top left;
	line-height: 24px;
}

.panel-title>a {
	color: #0086E4;
	font-size: 20px;
	text-decoration: none;
}

.glance {
	display: block;
	height: 750px;
	width: 960px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* ================ DOWNLOAD =============== */

.lead-heading {
	display: block;
	background: #007cca;
	color: #ffffff;
	padding: 10px 30px;
	margin: 0;
}

.lead-heading h2 {
	color: #ffffff!important;
}

.lead {
	font-size: 14px;
	background: #e8e8e8;
	padding: 0 20px 20px 20px;
	color:#666;
	font-weight:400;
}

.lead h2 {
	font-size: 30px;
	font-weight: 400;
}

.lead .btn {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 58px;
}

.lead .btn-link {
	margin-bottom: 7px;
}

.lead i.huge {
	font-size: 190px;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.lead .ibox {
	padding: 90px 0 0 40px;
	opacity: 0.7;
}

.panel.current, .panel.older {
	background-color: #ededed!important;
}

.lead .panel.current {
	width: 80%;
}

.lead .panel-default {
	border-color: #fff!important;
}

.lead .panel-default thead {
	color: #000;
}

.lead .panel-default a {
	font-weight: bold;
}

.oki {
	color: #4cae4c!important;
}

#Stage {
	width:960px!important;
}