@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic&subset=latin,latin-ext);
@import url(font-jcfx.css);
@import url(animation.css);
@import url(feedback.css);

body {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	background-color: #fff;
	letter-spacing: -0.01em;
	height:auto!important;
}
.container {
	max-width: 960px!important;
}
a {
	color: #0985B7;
	text-decoration: none;
	font-weight: 400;
}
a:hover {
	color: #0059B2;
	text-decoration: none;
}
.air2 {
	display: block;
	width: 100%;
	height: 20px;
	clear: both;
	float: none;
}
.air3 {
	display: block;
	width: 100%;
	height: 30px;
	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;
}
.air9 {
	display: block;
	width: 100%;
	height: 90px;
	clear: both;
	float: none;
}
.air50 {
	display: block;
	width: 100%;
	height: 500px;
	clear: both;
	float: none;
}
.air-med 
{
    display: block;
	width: 100%;
	height: 92px;
	clear: both;
	float: none;
}
    
.head {
	display: block;
	width: 100%;
	background: rgba(0,0,0,0.90);
	height: auto;
	z-index: 9990;
	position: relative;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.4);
    padding-top:10px;
}
.head .notification {
	display: block;
	background: #DFE2E6;
	width: 100%;
	height: 48px;
	border-top: 3px solid #333;
	border-bottom: 1px solid #ccc;
}
.head .notification p {
	display: inline-block;
	float: right;
	line-height: 48px;
	font-size: 14px;
	color: #666;
	text-align: right;
	padding-right: 10px;
}
.head .notification span.new {
	display: inline-block;
	float: right;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: transparent url(../images/badge-new-mini.png) no-repeat left;
	margin: 0 5px 0 0;
	opacity: 1;
	cursor: pointer;
}
.head .notification span.social {
	display: inline-block;
	float: right;
	width: 80px;
	height: 30px;
	margin: 9px 5px;
	opacity: 1;
	border-left: 1px solid #C6C6C6;
}
.head .notification span.social a.tt {
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: transparent url(../images/social-icons-bg.png) 0 0 no-repeat;
	opacity: 1;
	cursor: pointer;
}
.head .notification span.social a.fb {
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: transparent url(../images/social-icons-bg.png) -46px 0 no-repeat;
	opacity: 1;
	cursor: pointer;
	margin-left: 6px;
}
.head .notification span.social a:hover {
	opacity: 0.8;
}
.head.attached {
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
}
header {
	display: block;
	width: 960px;
	margin: 0 auto;
}
.logo {
	display: block;
	height: 100px;
	width: 295px;
	text-indent: -990px;
	overflow: hidden;
	background: transparent url(../img/logo-jchartfx-head.png) no-repeat top left;
	border: 0px;
	margin-left: 27px;
	margin-top: -10px;
}
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.3;
	color: #333333;
}
h2 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.30em;
}
h3 {
	line-height: 1.5;
	color: #004A63;
}
h3 span {
	color: #005F7F;
}
.center {
	text-align: center;
}
.bigger {
	font-size: 115%px;
}
.smaller {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.0em;
}
.biggest {
	font-size: 24px!important;
	font-weight: 300;
}
.darkink {
	color: #333333;
}
.blueink {
	color: #00468C;
}
.figure {
	border: 1px solid #EDEDED;
	margin: auto;
}
.navbar-nav {
	float: left;
	margin: 20px 0;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 12px;
	background: none;
	color: #ededed;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: #222;
	color: #fff;
	text-decoration: none;
}
.nav>li.dld>a {
	position: relative;
	display: block;
	padding: 0!important;
	background: none;
	font-size: 16px;
	padding-left: 5px!important;
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
	right: auto;
	left: 0;
	font-size: 14px;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -3px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.dropdown-menu>li>a {
	color: #ccc;
}
.dropdown-menu>li>a:hover {
	background: #333;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #222;
	border-color: #428bca;
	color: #fff;
}
.nav .open>a:hover, .nav .open>a:focus {
	margin: 0px;
}
.dropdown-menu {
	background-color: transparent;
	background-image: -moz-linear-gradient(rgb(34,34,34) 0%, rgba(0,0,0,0.74) 100%);
	background-image: -webkit-gradient(linear, color-stop(0, rgb(34,34,34)), color-stop(1, rgba(0,0,0,0.74)));
	background-image: -webkit-linear-gradient(rgb(34,34,34) 0%, rgba(0,0,0,0.74) 100%);
	background-image: -o-linear-gradient(rgb(34,34,34) 0%, rgba(0,0,0,0.74) 100%);
	background-image: linear-gradient(rgb(34,34,34) 0%, rgba(0,0,0,0.74) 100%);
	color: #ededed;
	border: 1px solid #222;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.175);
	box-shadow: 0 0 0 rgba(0,0,0,0.175);
	font-size: 15px;
}
.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(../imagesx/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;
	font-weight: 600;
}
.btn-link:hover {
	color: #007CCA!important;
	text-decoration: none;
	margin-left: 1px;
}
.btn-link-white {
	background: transparent url(../imagesx/icon-link-white.png) right no-repeat;
	font-size: 16px;
	padding: 9px 34px 9px 0px;
	color: #fff;
	font-weight: 400;
	margin-left: 0px;
	text-decoration: none;
	border: 0;
	shadow: 0;
	font-weight: 600;
	opacity: 0.85;
}
.btn-link-white:hover {
	background: url(../imagesx/icon-link-white.png) right no-repeat;
	opacity: 1;
	text-decoration: none;
	margin-left: 1px;
}
.btn-primary {
	color: #fff;
	background-image: -moz-linear-gradient(51% 0% -90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -webkit-gradient(linear, 51% 0%, 51% 110%, color-stop(0, rgb(0,76,102)), color-stop(1, rgb(0,48,64)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: linear-gradient(180deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	border-color: rgb(0,50,67);
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
	margin: 0 0 0 -30px;
}
.btn-primary:hover {
	background: #004C66;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.btn-primary2 {
	color: #fff;
	background: #00b99c;
	background: -moz-linear-gradient(top, #00b99c 0%, #009780 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b99c), color-stop(100%, #009780));
	background: -webkit-linear-gradient(top, #00b99c 0%, #009780 100%);
	background: -o-linear-gradient(top, #00b99c 0%, #009780 100%);
	background: -ms-linear-gradient(top, #00b99c 0%, #009780 100%);
	background: linear-gradient(to bottom, #00b99c 0%, #009780 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b99c', endColorstr='#009780', GradientType=0 );
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
}
.btn-primary2:hover {
	background: #009780;
	color: #fff;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.btn-inverted {
	color: #fff;
	background-image: -moz-linear-gradient(48% 0% -90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -webkit-gradient(linear, 48% 0%, 48% 110%, color-stop(0, rgb(51,51,51)), color-stop(1, rgb(34,34,34)));
	background-image: -webkit-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: linear-gradient(180deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	border-color: rgb(34,34,34);
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
	margin-left: 10px;
}
.btn-inverted:hover {
	background: rgb(51,51,51);
	color: #fff;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.slidotron {
	display: block;
	width: 100%;
	height: 450px;
	margin: 0;
	border-bottom: 2px solid rgba(0,0,0,0.20);
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(0,120,173)), color-stop(1, rgb(0,142,188)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: linear-gradient(180deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
}
.slidotron .container {
	width: 960px!important;
}

.main
{
    padding-top:100px;
}

.main-wrap {
	width: 960px;
	padding: 0;
	margin: 70px auto 0 auto;
}
.container .jumbotron {
	position: relative;
	border-radius: 0px;
	padding-left: 0!important;
}
.container .jumbotron.hplus {
	background: transparent url(../img/figure-hero-dashboard.svg) 300px 40px no-repeat;
	background-size: 72%;
}
.container .jumbotron.hfree {
	background: transparent url(../img/figure-hero-charting.svg) 300px 40px no-repeat;
	background-size: 67%;
}
.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: 450px!important;
	position: relative;
}
/* ================== HERO - JUMBOTRONS ================== */

.jumbotron {
	padding: 30px 30px!important;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: transparent;
}
.jumbotron p {
	display: block;
	color: #44D8FF;
	font-size: 16px;
	width: 39%;
	margin: 0 0 20px 0;
	padding: 0;
	z-index: 9990;
	position: relative;
}
.jumbotron h2 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
	width: 36%;
	padding-top: 40px;
	margin: 0 0 35px 0;
	line-height: 1.4;
	text-align: left;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.51);
}
.jumbotron .figure {
	display: block;
	width: 88%;
	height: 370px;
	position: absolute;
	left: 230px;
	z-index: 8990;
	border: 0;
	top: 0;
}
.jumbotron .figure.dashboard {
	background: transparent url(../img/figure-hero-dashboard.svg) 50% 50% no-repeat;
	background-size: 80%;
}
.jumbotron .btn-primary {
	color: #fff;
	background-image: -moz-linear-gradient(51% 0% -90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -webkit-gradient(linear, 51% 0%, 51% 110%, color-stop(0, rgb(0,76,102)), color-stop(1, rgb(0,48,64)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: linear-gradient(180deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	border-color: rgb(0,50,67);
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
	margin: 0;
}
.jumbotron .btn-primary:hover {
	background: #004C66;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.jumbotron .btn-primary2 {
	color: #fff;
	background-image: -moz-linear-gradient(50% 1% -90deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	background-image: -webkit-gradient(linear, 50% 1%, 50% 95%, color-stop(0, rgb(0,185,156)), color-stop(1, rgb(0,157,133)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	background-image: linear-gradient(180deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
}
.jumbotron .btn-primary2:hover {
	background: #009D85;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.jumbotron .btn-inverted {
	color: #fff;
	background-image: -moz-linear-gradient(48% 0% -90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -webkit-gradient(linear, 48% 0%, 48% 110%, color-stop(0, rgb(51,51,51)), color-stop(1, rgb(34,34,34)));
	background-image: -webkit-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: linear-gradient(180deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	border-color: rgb(34,34,34);
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
	margin-left: 10px;
	margin-top: -1px;
}
.jumbotron .btn-inverted:hover {
	background: rgb(51,51,51);
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.jumbotron p.darkink {
	display: block;
	margin-top: 30px;
	width: 39%;
	color: #003346;
	font-size: 14px;
}
.jumbotron .darkink a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
.jumbotron .darkink a:hover {
	color: #00F8FB;
	text-decoration: none;
}
.jumbotron .darkink span {
	margin-left: 10px;
}
/* ============ HERO CARROUSEL SCREENS ================= */

.screens .jumbotron {
	padding: 30px 30px!important;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background: #0077c8 url(../imagesx/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: 9900;
	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: 9990;
	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-inner h2 {
	color: #fff;
	font-size: 45px;
	text-align: center;
	width: 70%;
	position: absolute;
	top: 20px;
	left: 15%;
	z-index: 9990;
}
.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;
}
/* =============== TRANSPARENT CAROUSEL INSIDE HOME HERO ============== */

.carousel.transparent {
	position: relative;
	z-index: 8888;
	margin-top: -120px;
}
.carousel.transparent {
	position: relative;
	z-index: 8888;
	margin-top: -120px;
}
.carousel.transparent p.bubble {
	color: #BFFFFF;
	font-weight: 300;
	padding: 40px 5% 0px;
}
.carousel.transparent p.bubble strong {
	font-weight: 400;
	color: #BFFFFF;
}
.carousel.transparent .carousel-indicators .active {
	background: #125F81;
}
.carousel.transparent .carousel-indicators {
	bottom: -20px;
}
/*================= FOOTER LINKS ================== */

ul.products {
	margin: 50px 0 30px 0;
	padding: 0;
	height: auto;
}
.products li {
	display: block;
	height: 40px;
	width: auto;
	overflow: hidden;
	margin: 10px 20px 0 0;
	padding: 0!important;
}
.products a {
	display: block;
	height: 40px;
	width: auto;
	text-indent: -999px;
	overflow: hidden;
	margin: 0;
	background: transparent;
	opacity: 0.3;
}
.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(../images/logo-chartfx-for-sharepoint.png) no-repeat left!important;
	width: 100px;
}
.products a.chartfx, .products a.chartfx:hover {
	background: transparent url(../images/logo-chartfx.png) no-repeat left!important;
	width: 96px;
}
.products a.jchartfx, .products a.jchartfx:hover {
	background: transparent url(../images/logo-jchartfx.png) no-repeat left!important;
	width: 105px;
}
.products a.gridfx, .products a.gridfx:hover {
	background: transparent url(../images/logo-gridfx.png) no-repeat left!important;
	width: 89px;
}
.products a.vtc, .products a.vtc:hover {
	background: url(../images/logo-vtc.png) no-repeat left!important;
	width: 67px;
}
.products a.powergadgets, .products a.powergadgets:hover {
	background: url(../images/logo-powergadgets.png) no-repeat left!important;
	width: 144px;
	margin-right: 0!important;
}
footer {
	height: 300px;
	background: #222;
}
footer p {
	font-size: 12px;
	text-align: center;
	color: #555;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
footer p:last-child {
	padding-bottom: 40px;
}
footer span.social {
	display: block;
	float: none;
	width: 80px;
	height: 30px;
	margin: 20px auto;
	opacity: 1;
}
footer span.social a.tt {
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: transparent url(../images/social-icons-bg.png) 0 0 no-repeat;
	opacity: 1;
	cursor: pointer;
}
footer span.social a.fb {
	display: inline-block;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: transparent url(../images/social-icons-bg.png) -46px 0 no-repeat;
	opacity: 1;
	cursor: pointer;
	margin-left: 6px;
}
footer span.social a:hover {
	opacity: 0.8;
}
/* =============== POSITION HELPERS ================ */
.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 {
	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(../imagesx/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: 9990;
	opacity: 0.9;
	padding-left: 6px;
}
.figure.featured-sample .caption a {
	color: #007CCA;
	text-decoration: none;
	line-height: 40px;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #fff;
	margin: 0;
	padding: 20px 0 40px 16px;
}
.panel-group .panel {
	border: 0px solid #fff;
	background: transparent;
}
.panel-default>.panel-heading {
	background: transparent;
	padding: 0;
}
.panel-group.faq .panel-body p {
	padding: 20px 30px 0 30px;
	background: transparent url(../images/icon-answero.png) no-repeat 0 23px;
}
.panel-group.faq .panel-body p:first-child {
	background: transparent url(../images/icon-answer.png) no-repeat 0 23px!important;
}
.panel-group.faq .panel-body h4 {
	color: #007cca;
	padding-left: 30px;
	background: transparent url(../images/icon-question.png) no-repeat top left;
	line-height: 24px;
}
.panel-title>a {
	display: block;
	color: #00468C!important;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	padding: 20px 85px 20px 85px!important;
	background: transparent url(../images/icon-more.png) no-repeat 99% 50%;
}
.resourcestation .panel-title>a {
	padding: 35px 15px;
}
.panel-title>a i {
	display: block;
	width: auto;
	padding-left: 15px;
	height: 100%;
}
.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;
}
.lead h2 {
	font-size: 30px;
	font-weight: 400px;
}
.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;
}
/* ================  CONTENT HELPERS  =============== */
p.bubble {
	display: block;
	height: auto;
	padding: 10px 10%;
	background: transparent;
	font-size: 18px;
	letter-spacing: -0.03em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 15px 0;
	text-align: center;
	line-height: 30px;
}
p.bubble strong {
	color: #00678C;
	font-weight: 400;
}
.circle {
	display: inline-block;
	width: auto;
	height: auto;
	-webkit-border-radius: 124px;
	-moz-border-radius: 124px;
	border-radius: 124px;
	background: #F5F5F5;
	padding: 7px;
	margin: 24px;
	color: #fff;
	max-width: 135px;
}
/* =========== PLANS ============== */
.fullspan {
	display: block;
	height: auto;
	width: 100%;
}
.freeSplit, .plusSplit {
	display: block;
	height: auto;
	width: 50%;
	border-top: 10px #006EA3 solid;
}
.plusSplit {
	border-top: 10px #00A48D solid;
}
.plans {
	display: block;
	width: 100%;
	height: 822px;
	background: transparent url(../images/deco-box-split-plans2.png) top repeat-y;
	position: relative;
	overflow: visible;
	border-left: 1px solid #fafafa;
	margin-bottom: 0px;
}
.split {
	display: block;
	clear: both;
	background: transparent url(../images/deco-box-split-plans2.png) top repeat-y;
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
	padding: 0;
	height: auto;
	max-height: 823px;
}
.split .container {
	max-width: 1170px!important;
}
.container.logos {
	max-width: 1000!important;
}
.plans .figure {
	display: block;
	height: 406px;
	width: 100%;
	position: relative;
	background: transparent url(../images/figures/figure-plans-preview-01.png) top no-repeat;
	border: 0px;
	z-index: 9000;
	margin-top: 260px;
}
.sfree, .splus {
	display: inline-block;
	float: left;
	width: 36%;
	margin: 40px 4% 40px 10%;
}
.splus {
	width: 38%;
	margin: 40px 8% 40px 4%;
}
.plans h2 {
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
}
span.dark {
	color: #333;
}
span.plus {
	color: #00AB92;
	font-weight: 400;
}
span.plus.lighter {
	color: #04E6C5;
}
.sfree p, .splus p {
	width: 100%;
	height: auto;
	text-align: right;
	margin-top: 485px;
}
.splus p {
	margin-left: 2px;
	text-align: left;
}
/* ========= DOCUMENTATION ============ */

.documenstation {
	height: 440px;
	border-top: 1px solid #fff;
	border-bottom: 4px solid rgba(0,0,0,0.40);
	background: #f2f2f1;
	background: -moz-linear-gradient(top, #f2f2f1 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f1), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #f2f2f1 0%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #f2f2f1 0%, #dbdbdb 100%);
	background: -ms-linear-gradient(top, #f2f2f1 0%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #f2f2f1 0%, #dbdbdb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f1', endColorstr='#dbdbdb', GradientType=0 );
}
.documenstation h2 {
	font-size: 28px;
	font-weight: 600;
	color: #414151;
	margin: 60px auto 15px 0px;
}
.docSections {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.docSections > li {
	display: inline;
	float: left;
	text-align: left;
	cursor: pointer;
	padding-top: 16px;
	position: relative;
	display: block;
	overflow: hidden;
	height: 260px;
}
.docSections > li h4 {
	margin: 0 0 10px 0;
	padding: 5px;
}
.docSections > li h4 a {
	font-size: 24px;
	color: #0059B2;
}
.docSections > li:hover a, .docSections > li h4 a:hover {
	text-decoration: none;
	color: #00468C;
}
.docSections > li p {
	padding: 0 5px 250px 5px;
	font-weight: 400;
	background: transparent url(../images/figures/figures-documenstation-tabs-bg.png) 0 0 no-repeat;
	font-size: 16px;
	text-align: left;
	color: #444;
}
.docSections > li.gettingStarted p {
	background-position: 10px 15px;
}
.docSections > li.programmability p {
	background-position: -225px 10px;
}
.docSections > li.dataConnectivity p {
	background-position: -457px 10px;
}
.docSections > li.Aesthetics p {
	background-position: -703px 10px;
}
.docSections > li:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.25);
	background-color: rgba(255, 255, 255, 0.3);
}
/* ========= RESOURCES ============ */

.resourcestation {
	position: relative;
	height: auto;
	background: transparent url(../images/figures/figure-sfxplatforms-hor-mini.svg) no-repeat 50% 52px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 4px 5px 0px #175974;
	box-shadow: 0 4px 5px 0px #175974;
	z-index: 9900;
	border-top: 1px solid #ccc;
}
.resourcestation#hm {
	position: relative;
	height: auto;
	background: transparent url(../images/figures/figure-sfxplatforms-hor-mini.svg) no-repeat 50% 52px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 0px 10px 0px #000;
	box-shadow: 0 0px 10px 0px #000;
	z-index: 9900;
}
.resourcestation .col-md-12 {
	padding: 0;
}
.resourcestation .container:first-child {
	background: transparent url(../images/bg-soft-chart.png) no-repeat 50% 63px;
}
.resourcestation h2 {
	font-size: 24px;
	font-weight: 600;
	color: #414151;
	margin: 85px auto 0px 0px;
}
.resourcestation h2:hover {
	color: #00468C!important;
}
.panel-heading.sfx {
	position: relative;
}
.panel-heading.sfx h4 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #666;
}
.resourcestation .col-md-6 {
	margin: 0;
	padding: 0;
}
ul.resources {
	padding: 0;
	margin: 0;
}
.resources > li {
	display: inline-block;
	float: left;
	text-align: left;
	padding-top: 16px;
	padding-left: 0px!important;
	position: relative;
	display: block;
	overflow: hidden;
	height: 280px;
}
.resources > li h4 {
	font-size: 24px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 5px;
}
.resources > li p {
	padding: 0 5px 0 5px;
	font-weight: 300;
	background: transparent url(../images/figures/figures-resources-tabs-bg.png) 0 0 no-repeat;
	font-size: 16px;
	text-align: left;
	color: #888;
	padding-right: 170px;
}
.resources > li.animations p {
	background-position: 10px 20px;
}
.resources > li.dashboards p {
	background-position: -215px 15px;
}
.resources > li.gallery p {
	background-position: -470px 15px;
}
.resources > li.themes p {
	background-position: -715px 15px;
}
/* =============== PLATFORM ============== */

.platform {
	color: #AFDBF0!important;
}
.platform p {
	margin: 0 0 15px;
}
.platform a:hover {
	text-decoration: none;
	color: #0086E4;
	padding-left: 1px;
}
.platform 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;
}
ul.platform {
	padding: 0;
	margin: 0;
}
.platform > li {
	display: inline-block;
	float: left;
	text-align: left;
	padding-top: 16px;
	padding-left: 0px!important;
	position: relative;
	display: block;
	overflow: hidden;
	height: 300px;
}
.platform > li h4 {
	font-size: 26px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 0;
}
.platform > li p {
	padding: 0 5px 0 5px;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	color: #888;
	padding-left: 0px;
	padding-right: 150px;
	border-right: 1px solid #ededed;
	margin-right: 30px;
}
.resourcestation li.col-md-12.studiofx {
	display: block;
	position: relative;
	margin: 0 20px 0 0!important;
	padding: 10px 0 10px 30px!important;
	background: -moz-linear-gradient(top, rgba(228,241,247,0.5) 0%, rgba(228,241,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(228,241,247,0.5)), color-stop(100%, rgba(228,241,247,1)));
	background: -webkit-linear-gradient(top, rgba(228,241,247,0.5) 0%, rgba(228,241,247,1) 100%);
	background: -o-linear-gradient(top, rgba(228,241,247,0.5) 0%, rgba(228,241,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(228,241,247,0.5) 0%, rgba(228,241,247,1) 100%);
	background: linear-gradient(to bottom, rgba(228,241,247,0.5) 0%, rgba(228,241,247,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e4f1f7', endColorstr='#e4f1f7', GradientType=0 );
	height: auto;
	width: 97%;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.studiofx-logo {
	display: block;
	height: 185px;
	width: 333px;
	background: transparent url(../images/figures/figure-studiofx-hor.png) no-repeat top right;
	position: absolute;
	top: 20px;
	right: -95px;
	z-index: 5000;
}
.resourcestation li.col-md-12.studiofx p {
	width: 100%;
	padding: 0 230px 0 0!important;
	font-weight: 400;
	opacity: 0.9;
}
.resourcestation li.col-md-12.studiofx h3 {
	line-height: 1.5;
	color: #3995B4;
	padding-top: 0;
	margin-top: 0;
	font-size: 20px;
}
.resourcestation li.col-md-12.studiofx h4 {
	margin: 5px 0 0 0;
}
/* =============== SAMPLES =============== */

ul.samples {
	padding: 0;
	margin: 0;
}
.samples > li {
	display: inline-block;
	float: left;
	text-align: left;
	padding-top: 16px;
	padding-left: 0px!important;
	position: relative;
	display: block;
	overflow: hidden;
	height: 280px;
}
.samples > li h4 {
	font-size: 24px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 5px;
}
.samples > li h4 a {
	font-size: 24px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 0;
	font-size: 24px;
	color: #0059B2;
}
.samples > li h4 a:hover {
	text-decoration: none;
	color: #00468C;
	margin-left: 1px;
}
.samples > li p {
	padding: 120px 5px 20px 5px;
	font-weight: 300;
	background: transparent url(../images/figures/figures-samples-tabs-bg.png) 0 0 no-repeat;
	font-size: 16px;
	text-align: left;
	color: #888;
	padding-right: 20px;
}
.samples > li.tooltips p {
	background-position: 5px 5px;
}
.samples > li.controls p {
	background-position: -248px 5px;
}
.samples > li.zoomscroll p {
	background-position: -501px 5px;
}
.samples > li.handdrawn p {
	background-position: -754px 5px;
}
/* ================ STUDIO FX BANNER ================ */

.banner {
	display: block;
	height: 460px;
	background: transparent url(../images/deco-box-bg-1.png) repeat top left;
	text-align: center;
	border-bottom: 4px solid rgba(0,0,0,0.90);
}
.banner h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 40px auto 20px 0px;
	color: #FFCF00;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.8);
}
.banner p {
	font-size: 15px;
	font-weight: 300;
	color: #f0f0f0;
	padding: 5px;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.8);
}
.banner p.special {
	display: block;
	height: 104px;
	width: 100%;
	background: transparent url(../images/figures/figures-studiofx-banner-01.png) no-repeat top center;
	margin: 20px;
	padding: 0;
}
.banner p strong {
	color: #99CCFF;
	font-weight: 300;
}
.banner a.go {
	display: block;
	height: auto;
	width: auto;
	border: 0;
	text-decoration: none;
	opacity: 0.9;
}
.banner a.go:hover {
	opacity: 1;
}
/* =============== CTA ==================== */
	
.full-cta {
	display: block;
	height: auto;
	min-height: 200px;
	/* padding-bottom: 20px; */
	/* line-height: 110px; */
	background: #01849C;
	background: -moz-linear-gradient(top, #01849C 0%, #003040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01849C), color-stop(100%, #003040));
	background: -webkit-linear-gradient(top, #01849C 0%, #003040 100%);
	background: -o-linear-gradient(top, #01849C 0%, #003040 100%);
	background: -ms-linear-gradient(top, #01849C 0%, #003040 100%);
	background: linear-gradient(to bottom, #01849C 0%, #003040 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c66', endColorstr='#003040', GradientType=0 );
	border-top: 3px solid #0089B9;
	color: #f8f8f8;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.8);
	font-size: 24px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
	border-bottom: 4px solid rgba(0,0,0,0.90);
}
.full-cta .plus {
	color: #fff;
}
.full-cta .btn {
	font-size: 18px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	margin-left: 40px;
}
.logos {
	max-width: 1000!important;
}
.full-cta .btn-group>.btn, .jumbotron .btn-group>.btn {
	border: rgba(34,34,34,0.5);
	padding: 10px 12px;
	font-size: 17px;
	line-height: 1.33;
	border-radius: 6px;
}
.jumbotron .btn-group>.btn {
	padding: 12px 12px;
	font-size: 18px;
}
.full-cta .btn-group {
	position: relative;
	display: inline-block;
	float: center;
	margin: 20px 0 0 0!important;
}
.jumbotron .btn-group {
	float: none;
	margin: 0!important;
}
.full-cta .btn-group>.btn a.free-rb, .jumbotron .btn-group>.btn a.free-rb {
	display: block;
	position: absolute;
	height: 37px;
	width: 40px;
	overflow: hidden;
	background: transparent url(../images/ribbon-free-mini.png) no-repeat top right;
	top: 0;
	right: 0;
	z-index: 8880;
}
.full-cta span {
	display: inline;
}
.full-cta h3 {
	display: block;
	width: auto;
	margin: 38px auto 0px auto;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background:none!important;
}
.full-cta p {
	display: block;
	width: 100%;
	float: left;
	color: #AAFDF0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	padding:10px 0;
}
.full-cta .col-md-4 p:first-child {
	margin-top: 30px;
}
.full-cta .container {
	background: transparent url(../images/figures/figure-trandsplash-bg.png) no-repeat 42% 100%;
	height: auto;
	min-height: 200px;
	padding-bottom: 20px;
}
/* ================= HOME -FEATURES MINI-SLIDER ===================== */

.mini-slider {
	height: 200px;
	border-top: 1px solid #fff;
	border-bottom: 4px solid rgba(0,0,0,0.40);
	background: #f2f2f1;
	background: -moz-linear-gradient(top, #f2f2f1 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f1), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #f2f2f1 0%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #f2f2f1 0%, #dbdbdb 100%);
	background: -ms-linear-gradient(top, #f2f2f1 0%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #f2f2f1 0%, #dbdbdb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f1', endColorstr='#dbdbdb', GradientType=0 );
	padding: 20px 0;
}
.mini-slider .carousel-control {
	font-size: 30px;
	margin-top: 20px;
}
.mini-slider .carousel {
	margin-top: 20px;
}
.mini-slider .carousel-indicators li {
	background: #fff;
}
.mini-slider .carousel-indicators li.active {
	background: #909090;
}
/* TEMPORARY */
.scrollpos {
	position: fixed;
	z-index: 100;
	background: #ffffff;
	top: 0;
	right: 0;
}
/* Scroll to top */

#toTop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	background: transparent url(../images/up.png) no-repeat;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	z-index: 9999;
}
#toTop:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
/* ======================== OVERVIEW CONTENT ========================== */

/* ====== EDGE ANIMATION ======== */
.center-wrapper {
	position: relative!important;
}
.edgeLoad-edge-jcfx {
	visibility: hidden;
}
#Stage {
	border-top: 20px solid #007CB1;
	height: 850px!important;
}
ul.features {
	padding: 0;
	margin: 0;
}
.features > li {
	display: inline-block;
	float: left;
	text-align: left;
	padding-top: 125px;
	padding-left: 0px!important;
	position: relative;
	display: block;
	overflow: hidden;
	height: 370px;
	margin-bottom: 45px;
}
.features > li h4 {
	font-size: 24px;
	color: #333333;
	margin: 0;
	padding: 5px;
}
.features > li h4 a {
	font-size: 24px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 0;
	font-size: 24px;
	color: #0059B2;
}
.features > li h4 a:hover {
	text-decoration: none;
	color: #00468C;
	margin-left: 1px;
}
.features > li p {
	padding: 5px 5px 20px 5px;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	color: #888;
	padding-right: 20px;
}
.new-features-73
{
    background-color: #ebf3fb;
    clear:both;
    float:none;
    }
.new-features-73 h3
{
    color: #00ab92;
    font-weight:600;
    }
.features > li.interactiveui {
	background: transparent url(../img/homefeat-menu.gif) 42% 0 no-repeat;
}
.features > li.statistical {
	background: transparent url(../img/homefeat-statistical.png) 42% 0 no-repeat;
}
.features > li.zoombar {
	background: transparent url(../img/homefeat-zoombar.png) 42% 0 no-repeat;
}
.features > li.axistrend {
	background: transparent url(../img/homefeat-axistrend.png) 42% 0 no-repeat;
}
.features > li.lineardrag {
	background: transparent url(../img/homefeat-gaugedrag.png) 42% 0 no-repeat;
}
.features > li.mapsgauges {
	background: transparent url(../img/figures-features-maps-gaguges.png) 42% 0 no-repeat;
}
.features > li.fulldashboards {
	background: transparent url(../img/figures-features-full-dashboards.png) 30% 0 no-repeat;
}
.features > li.newgalleries {
	background: transparent url(../img/figures-features-new-galleries.png) 30% 0 no-repeat;
}
.features > li.whitelabel {
	background: transparent url(../images/figures/figures-features-white-label.png) 30% 0 no-repeat;
}
.features > li.friendlyapi {
	background: transparent url(../img/figures-features-developer-friendly.png) 30% 0 no-repeat;
}
.features > li.strongfoundation {
	background: transparent url(../images/figures/figures-features-strong-market.png) 30% 0 no-repeat;
}
.features > li.speed {
	background: transparent url(../img/figures-features-speed.png) 30% 0 no-repeat;
}
.features > li.html5 {
	background: transparent url(../img/figures-features-html5.png) 30% 0 no-repeat;
}
.features > li.integration {
	background: transparent url(../images/figures/figures-features-integration.png) 30% 0 no-repeat;
}
.features > li.animations {
	background: transparent url(../img/figures-features-animations.png) 30% 0 no-repeat;
}
.features > li.json {
	background: transparent url(../img/figures-features-json.png) 30% 0 no-repeat;
}
.features > li.jquery {
	background: transparent url(../img/figures-features-jquery.png) 30% 0 no-repeat;
}
.features > li.free0 {
	background: transparent url(../img/figures-features-free.png) 30% 0 no-repeat;
}
.features > li.marketplace {
	background: transparent url(../img/figures-features-marketplace.png) 30% 0 no-repeat;
}
.features > li.extensions {
	background: transparent url(../img/figures-features-extensions.png) 30% 0 no-repeat;
}
.features > li.gauges {
	background: transparent url(../img/figures-features-gauges.png) 30% 0 no-repeat;
}
.features > li.trend {
	background: transparent url(../img/figures-features-trend.png) 30% 0 no-repeat;
}
.features > li.specialcharts {
	background: transparent url(../img/figures-features-charts.png) 30% 0 no-repeat;
}
.features > li.motifs {
	background: transparent url(../img/figures-features-motifs.png) 30% 0 no-repeat;
}
.features > li.support {
	background: transparent url(../img/figures-features-support.png) 30% 0 no-repeat;
}
.features > li.upgrade {
	background: transparent url(../img/figures-features-upgrade.png) 30% 0 no-repeat;
}
.features > li.license {
	background: transparent url(../img/figures-features-license.png) 30% 0 no-repeat;
}
.platform > li.dotnet {
	background: transparent url(../images/figures/figures-platform-dotnet.png) 90% 40% no-repeat;
}
.platform > li.java {
	background: transparent url(../images/figures/figures-platform-java.png) 90% 40% no-repeat;
}
.platform > li.mobile {
	background: transparent url(../images/figures/figures-platform-mobile.png) 90% 40% no-repeat;
}
.platform > li.sharepoint {
	background: transparent url(../images/figures/figures-platform-sharepoint.png) 90% 40% no-repeat;
}
/*============= TABS ========== */

#tabs.custom li a {
	background: #EDEDED;
	font-size: 25px;
	height: 77px;
	line-height: 55px;
	vertical-align: top;
	border-top: 4px #555 solid;
	border-bottom: 0px;
	margin: 0 3px 40px 1px;
	border-radius: 0!important;
	color: #333;
	opacity: 0.8;
}
#tabs.custom li a.free {
	background: #D9D9D9 url(../img/logo-jchartfx-tab-mini.png) no-repeat 50% 12px;
	text-indent: -9999px;
	overflow: hidden;
}
#tabs.custom li a.plus {
	background: #D9D9D9 url(../img/logo-jchartfxplus-tab-mini.png) no-repeat 50% 13px;
	text-indent: -9999px;
	overflow: hidden;
}
#tabs.custom li.active a.plus, #tabs.custom li.active a.free {
	background: #fafafa url(../img/logo-jchartfxplus-tab-mini.png) no-repeat 50% 13px;
	border-bottom: 2px solid #fafafa;
	border-top: 0px solid #ccc;
	opacity: 1;
}
#tabs.custom li.active a.free {
	background: #fafafa url(../img/logo-jchartfx-tab-mini.png) no-repeat 50% 12px;
}
#tabs.custom li.p.active {
	border-top: 4px #00A48D solid;
}
#tabs.custom li.f.active {
	border-top: 4px #006EA3 solid;
	position: relative;
}
#tabs.custom li.f div.ribbon-free {
	display: block;
	position: absolute;
	background: transparent url(../img/ribbon-free-off.png) top right no-repeat;
	width: 77px;
	height: 70px;
	z-index: 8500;
	top: 0!important;
	right: 3px;
}
#tabs.custom li.f.active div.ribbon-free {
	display: block;
	position: absolute;
	background: transparent url(../images/ribbon-free.png) top right no-repeat;
	width: 77px;
	height: 70px;
	z-index: 8500;
	top: 0!important;
	right: 3px;
}
#tabs.custom li.f.active div.ribbon-free {
	top: -4px!important;
}

.ribbon-soon {
	display: block;
	position: absolute;
	background: transparent url(../images/ribbon-new.png) top right no-repeat;
	width: 77px;
	height: 70px;
	z-index: 8500;
	top: 0!important;
	right: 0px;
}
#tabs.custom li.p div.ribbon-soon {
	display: block;
	position: absolute;
	background: transparent url(../images/ribbon-soon-off.png?v=2) top right no-repeat;
	width: 77px;
	height: 70px;
	z-index: 8500;
	top: 0!important;
	right: 3px;
}
#tabs.custom li.p.active div.ribbon-soon {
	display: block;
	position: absolute;
	background: transparent url(../img/ribbon-soon.png) top right no-repeat;
	width: 77px;
	height: 70px;
	z-index: 8500;
	top: 0!important;
	right: 3px;
}
#tabs.custom li.p.active div.ribbon-soon {
	top: -4px!important;
}

























.nav-tabs.nav-justified {
	margin-top: 20px;
	position: relative;
	z-index: 1000;
}
.fullspan.gray {
	background: #fafafa;
	padding-top: 430px;
	position: relative;
}
/* =================== TABS CONTENT HERO ======================= */

.hero-free, .hero-plus {
	display: block;
	width: 100%;
	height: 530px;
	border-bottom: 3px solid #ccc;
	background: #006AA0;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(0,120,173)), color-stop(1, rgb(0,142,188)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: linear-gradient(180deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	position: absolute;
	z-index: 888;
	top: 0;
	left: 0;
}
/* ===============  ALL HEROS GENERIC ================ */

.hero {
	display: block;
	height: auto;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(0,120,173)), color-stop(1, rgb(0,142,188)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	background-image: linear-gradient(180deg, rgb(0,120,173) 0%, rgb(0,142,188) 100%);
	-webkit-box-shadow: inset 0px -4px 0px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -4px 0px 1px rgba(0,0,0,0.5);
	box-shadow: inset 0px -4px 0px 1px rgba(0,0,0,0.5);
	padding: 0 0 0 30px;
	margin-top: 0;
	vertical-align: top;
}
.hero.mini {
	display: block;
	min-height: 170px;
	overflow: hidden;
}

.hero p {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	width: 55%;
	margin: 0 0 10px 0;
	padding: 0;
}
.hero h2 {
	color: #FFFFFF;
	font-size: 29px;
	font-weight: 400;
	width: 55%;
	padding-top: 50px;
	margin: 0 0 15px 0;
	line-height: 1.3;
	text-align: left;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.51);
}
.hero h2 strong {
	font-weight: normal;
	color: #bfffff;
	font-size: 34px;
}
.hero .figure {
	display: block;
	position: absolute;
	right: 0;
	z-index: 9990;
	border: 0;
}
.hero .btn-primary {
	color: #fff;
	background-image: -moz-linear-gradient(51% 0% -90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -webkit-gradient(linear, 51% 0%, 51% 110%, color-stop(0, rgb(0,76,102)), color-stop(1, rgb(0,48,64)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	background-image: linear-gradient(180deg, rgb(0,76,102) 0%, rgb(0,48,64) 100%);
	border-color: rgb(0,50,67);
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
	margin: 0;
}
.hero .btn-primary:hover {
	background: #004C66;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.hero .btn-primary2 {
	color: #fff;
	background-image: -moz-linear-gradient(50% 1% -90deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	background-image: -webkit-gradient(linear, 50% 1%, 50% 95%, color-stop(0, rgb(0,185,156)), color-stop(1, rgb(0,157,133)));
	background-image: -webkit-linear-gradient(-90deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	background-image: linear-gradient(180deg, rgb(0,185,156) 0%, rgb(0,157,133) 100%);
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
}
.hero .btn-primary2:hover {
	background: #00BB9E;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.hero .btn-inverted {
	color: #fff;
	background-image: -moz-linear-gradient(48% 0% -90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -webkit-gradient(linear, 48% 0%, 48% 110%, color-stop(0, rgb(51,51,51)), color-stop(1, rgb(34,34,34)));
	background-image: -webkit-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	background-image: linear-gradient(180deg, rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	border-color: rgb(34,34,34);
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 4px 0px rgba(0,0,0,0.23);
	font-size: 17px;
	padding: 10px 18px;
	margin-left: 10px;
}
.hero .btn-inverted:hover {
	background: rgb(51,51,51);
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.23);
}
.hero p.darkink {
	display: block;
	margin-top: 30px;
	width: 39%;
	color: #003346;
	font-size: 14px;
}
.hero .darkink a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
.hero .darkink a:hover {
	color: #00F8FB;
	text-decoration: none;
}
.hero .darkink span {
	margin-left: 10px;
}
.hero .container {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	min-height: 262px;
}
.hero.med .container {
	min-height: 194px!important;
}
.hero.med .container h2 {
	padding-top: 40px!important;
}
.hero.mini .container {
	min-height: 175px!important;
}
/* .hero */ .container.pricing {
	background: transparent url(../images/figures/figure-hero-components.png) no-repeat top right;
}
/* .hero */ .container.eula {
	background: transparent url(../images/figures/figure-hero-eula.png) no-repeat top right;
}
/* .hero */ .container.faq {
	background: transparent url(../images/figures/figure-hero-faq.png) no-repeat top right;
}
/* .hero */ .container.gallery {
	background: transparent url(../images/figures/figure-hero-gallery.png) no-repeat right 4px;
}

/* .hero */ .container.animations {
	background: transparent url(../images/figures/figure-hero-animations.png) no-repeat right 4px;
}
/* .hero */ .container.themes {
	background: transparent url(../images/figures/figure-hero-themes.png) no-repeat right 4px;
}
/* .hero */ .container.demos {
	background: transparent url(../images/figures/figure-hero-demos2.png) no-repeat top right;
}

/* .hero */ .container.press {
	background: transparent url(../images/figures/figure-hero-press.png) no-repeat right 19px ;
}
/* .hero */ .container.download {
	background: transparent url(../images/figures/figure-hero-download.png) no-repeat 88% -15px;
}

/* .hero */ .container.downloadplus {
	background: transparent url(../images/figures/figure-hero-comingplus.png) no-repeat 111% 15px;
}
/* .hero */ .container.contact {
	background: transparent url(../images/figures/figure-hero-contact.png) no-repeat 107% 5px;
}

/* .hero */ .about .hero.mini .container.aboutx {
	background: transparent url(../images/figures/figure-hero-demos2.png) no-repeat top right;
	height:140px!important;
	min-height:140px!important;
}

.about .hero.mini 
{
    min-height:145px!important;
}

.hero-plus {
	background: #0489c3; /* Old browsers */
	background: -moz-linear-gradient(45deg, #022F5F 0%, #0489c3 36%, #198AB6 66%, #3FE8FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #022F5F), color-stop(36%, #0489c3), color-stop(66%, #198AB6), color-stop(100%, #3FE8FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #022F5F 0%, #0489c3 36%, #198AB6 66%, #3FE8FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #022F5F 0%, #0489c3 36%, #198AB6 66%, #3FE8FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #022F5F 0%, #0489c3 36%, #198AB6 66%, #3FE8FF 100%); /* IE10+ */
	background: linear-gradient(45deg, #0084c5 0%, #0489c3 36%, #30cabf 66%, #3FE8FF 100%); /* W3C */
 background: linear-gradient(45deg, #022F5F 0%, #0489c3 36%, #198AB6 66%, #3FE8FF 100%)  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084c5', endColorstr='#2fbcb2', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.marketplace-video-ad {
	display: block;
	position: relative;
	background-color: #24709E;
	height: 280px;
	overflow: hidden;
}
.container.video-bg {
	display: block;
	position: relative;
	height: 100%;
}
.container.video-bg h2 {
	display: block;
	position: absolute;
	color: #fff !important;
	font-size: 30px;
	font-weight: 100;
	margin: 0 auto;
	text-align: left;
	top: 30px;
	left: 50px;
	z-index: 10;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.marketplace-video-ad video {
	position: absolute;
	width: 100%;
	-webkit-box-shadow: inset 0 0 15px 1px #050505;
	box-shadow: inset 0 0 15px 1px #050505;
	border: 2px solid #000;
}
.container.video-bg a {
	color: #96D7FF;
	font-size: 18px;
	position: absolute;
	bottom: 20px;
	right: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.container.video-bg a:hover {
	text-decoration: underline;
}



/* ============== OTHER HELPERS ==================== */

.addthis_floating_style span, .addthis_floating_style a
{
   margin-bottom:1px!important;
}

.addthis_floating_style
{
    background:transparent!important;
   
}

.addthis_toolbox 
{
     z-index:8000;
     left:-6px!important;
}


.notification 
{
    display:none!important;
}


/* ============ About Page ============ */


.about h3
{
  margin:25px 0 5px 0;
  padding: 0 0 0 75px;
  background:transparent url(../images/icons-about.png) no-repeat 0 10px;
  overflow:hidden;
  line-height:2.5;
}

.about h3.versions
{
  background:transparent url(../images/icons-about.png) no-repeat 0 -189px;
}

.about h3.watermark
{
  background:transparent url(../images/icons-about.png) no-repeat 0 -90px;
}

.about h3.usage
{
  background:transparent url(../images/icons-about.png) no-repeat 0 10px;
}


/* MOBILE SUBNAV TRANSFORM */

/* = Show mobile header and hide desktop head = */
.header { /* mobile */
	display: none;
}
.head {
	display: block;
}

#selectedPal {
padding: 1px;
}

.jQueryUISample section.samples 
{
    overflow:hidden;
}
.web-packagers 
{
  display:block;
  padding: 20px 20px 20px 180px;
  background: #ededed url(/assets/images/icon-web-packager.png) no-repeat 20px 30px;
  background-size: 138px;
  position:relative;
}
.well.wpw h3, .well.wpw h4 {
    text-align:center;
    font-weight:bold;
    margin-top:15px;
}

.web-packager-logo {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom:30px;
  padding: 15px;
  border-radius: 200px;
  background-color: #666;
  box-shadow: rgba(0, 0, 0, 0.09) 7px 7px 0px 0px;
}
.web-packager-logo img 
{
    width:170px;
}
.web-packager-logo.yellow {
  padding-top: 30px;
  background-color: #ffce00;
}
.web-packager-logo.gray {
  background-color: #333;
}
.web-packager-logo.gray.npm {
  padding-top: 23px;
}
.web-packager-logo.blue {
  background-color: #0e90cc;
}
.web-packager-logo.blue.nuget {
  padding-top: 25px;
}
.web-packager-logo-holder {
  margin-bottom: 20px;
}
.air-2 {
  height: 20px;
}
.wpp {
  height: 120px;
}


.well.wpw 
{
    display:block;
    position:relative;
    height:auto;
    width:100%;
    min-height:560px;
    margin-bottom:60px;
    background-image: url(/assets/images/icon-wp-watermark.png);
    background-position: 50% 0px;
    background-repeat: no-repeat;
}

.wpw .badge-new 
{
    display:block;
    height:80px;
    width:80px;
    background:url(../img/icon-new-item-single-green.png) no-repeat top left;
    background-size:80px;
    position:absolute;
    top:-30px;
    right:30px;
    z-index:7777;
}

/* New Features 74 */

.new-features-73, .new-features {
  background-color: #ebf3fb;
  clear: both;
  float: none;
}

.features > li.pictograph{
 background: transparent url(/assets/images/homefeat-pictograph2.png) 0 34% no-repeat;
 background-size:310px;
 padding-top:0px;
 padding-left:330px!important;
}
.features > li.motifs5 {
 background: transparent url(../img/homefeat-motifs5.png) 0 34% no-repeat;
 background-size:310px;
 padding-top:0px;
 padding-left:330px!important;
}
.features > li.pictograph p, .features > li.motifs5 p {
 height:auto;
 padding:0;
}
.features > li.pictograph p a, .features > li.motifs5 p a {
  color: #00468C;
  text-decoration: none;
  font-weight: 400;
}

.features > li.pictograph p a:hover, .features > li.motifs5 p a:hover {
color:#0059B2;
}
.features > li.pictograph p a.btn, .features > li.pictograph p a.btn:hover, .features > li.motifs5 p a.btn, .features > li.motifs5 p a.btn:hover {
color:#fff;
text-decoration:none;
}
.features > li.pictograph p.holder, .features > li.pictograph p.holder {
 display:block;
 height:auto;
 padding:10px 0 0 0;
 margin-left:-10px;
}
.features > li h4 {
 padding:0 0 10px 0;
}

.features > li h4 a{
 color:#333;
}
.features > li h4 a:hover{
 color:#0059B2;
}

.new-features .features > li {
 height:auto;
    margin-bottom: 0;
}

.new-features h3 {
  color: #00ab92;
  font-weight: 600;
}

.full-center {
 text-align:center!important;
 margin:auto auto!important;
 float:none!important;
 clear:none!important;
}