h1, h2, h3, h4, h5, h6 {
	color: #0e0e0e;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0
}
h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 44px
}
h2.sub {
	font-size: 2em;
	color: #666;
	text-transform: capitalize;
	font-weight: 300;
	text-align: center;
	margin: 30px 0
}
h2.sub-left {
	font-size: 2em;
	color: #666;
	text-transform: capitalize;
	font-weight: 300;
	text-align: left;
	margin: 30px 0
}
h3 {
	font-size: 2em;
	text-transform: capitalize;
	font-weight: 200;
	margin: 30px 0;
	text-align: center
}
h3.new {
	font-size: 2.4em;
	color: #666;
	text-transform: capitalize;
	font-weight: 200;
	text-align: center;
	margin: 0 0 44px
}
h3.sub-left {
	text-align: left;
	font-size: 1.4em;
	color: #666!important
}
.feature h3 {
	font-size: 2em;
	color: #666;
	text-transform: capitalize;
	font-weight: 400;
	text-align: center
}
h4 {
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: 500;
	margin: 20px 0;
	border-left: 4px solid #09a349;
	padding-left: 10px
}
h5 {
	font-size: .95em;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 6px;
	text-transform: uppercase
}
h1.short {
	margin-bottom: 15px
}
h2.short {
	margin-bottom: 15px;
	text-align: center
}
h3.short, h4.short, h5.short, h6.short {
	margin-bottom: 9px
}
h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
	margin-bottom: 0
}
h1.dark, h2.dark, h3.dark, h4.dark, h5.dark {
	color: #0e0e0e
}
blockquote {
	font-size: 1em
}
p {
	color: #666;
	margin: 2px 0 20px
}
p.short {
	margin-bottom: 0
}
p.tall {
	margin-bottom: 20px
}
h2 {
	color: #09a349;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.2em;
	margin: 0 0 14px
}
h2.purple {
	color: #70539E
}
a:hover, h2 a, h3, h4, h5 {
	color: #666
}
h2 a:hover {
	text-decoration: none;
	color: #09a349
}
a:active {
	color: #333
}
section.section.section-with-divider {
	margin: 56px 0 35px
}
section.section {
	background: #f4f4f4;
	border-top: 5px solid #f1f1f1;
	margin: 30px 0;
	padding: 50px 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
section.section.section-with-divider .divider {
	margin: -56px 0 44px
}
.divider.divider-solid {
	background: #dbdbdb
}
.divider {
	border: 0;
	height: 1px;
	margin: 44px auto;
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	text-align: center;
	position: relative;
	clear: both
}
.divider.divider-style-4 .fa, .divider.divider-style-4 .icons {
	border: 1px solid #cecece
}
.divider .fa, .divider .icons {
	text-align: center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #fff;
	border-radius: 50px;
	color: #a9a9a9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	width: 50px;
	font-size: 20px;
	margin: 0 auto 0 -25px;
	top: -25px;
	left: 50%;
	z-index: 1
}
.mb-none {
	margin-bottom: 0!important
}
.flag.flag-us {
	background-position: -160px -154px
}
.nav>li>a>img {
	max-width: none
}
.flag {
	width: 37px;
	height: 25px
}
.flag.flag-usa {
	background: url(../../img/logos/usa-flag.webp) no-repeat
}
.flag.flag-fr {
	background: url(../../img/logos/fr-flag.webp) no-repeat
}
.flag.flag-br {
	background: url(../../img/logos/br-flag.webp) no-repeat
}
.flag.flag-es {
	background: url(../../img/logos/es-flag.webp) no-repeat
}
.flag.flag-cn {
	background: url(../../img/logos/cn-flag.webp) no-repeat
}
.flag.flag-ja {
	background: url(../../img/logos/ja-flag.webp) no-repeat
}
.flag.flag-de {
	background: url(../../img/logos/de-flag.webp) no-repeat
}
#header .header-nav-top .dropdown-menu {
	border-color: #eee;
	margin-top: -2px;
	border-radius: 4px 0 4px 4px;
	padding: 0
}
.h-100 {
	height: 100%!important
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-top: 1px solid rgba(0,0,0,.125)
}
.card-img-top {
	width: 100%
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}
.card-title {
margin:.75rem 0
}
.card-text:last-child {
	margin-bottom: 0
}
#header .header-nav-top .flag {
	margin-right: 2px
}
.open>.dropdown-menu {
	display: block
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 40px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: center;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
html .call-to-action.featured.featured-primary {
	border-top-color: #08c
}
html .call-to-action.call-to-action-primary {
	background: #08c
}
html .call-to-action.with-full-borders-primary {
	border-color: #08c
}
.container .call-to-action {
	border-radius: 8px
}
.call-to-action {
	position: relative;
	clear: both;
	min-height: 125px;
	padding-left: 25px;
	padding-right: 25px
}
.call-to-action::after {
	clear: both;
	content: "";
	display: table
}
.call-to-action p {
	font-size: 1.2em
}
.call-to-action .call-to-action-content {
	text-align: center;
	width: 100%;
	padding: 35px 0
}
.follow-social {
	margin: 10px 10px 0
}
.call-to-action h3 {
	text-transform: none;
	color: #fff;
	padding: 0;
	margin: 0 0 9px
}
.call-to-action p {
	font-size: 1.2em;
	color: #fff
}
html .call-to-action.call-to-action-primary {
	background: #09a349
}
html {
	direction: ltr;
	overflow-y: scroll
}
body {
	background-color: #fff;
	color: #666;
	font-family: open sans, sawarabi gothic, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0
}
#header {
	background: #f6f6f6;
	background: -webkit-linear-gradient(#f6f6f6, #fff);
	background: linear-gradient(#f6f6f6, #fff);
	clear: both;
	border-top: 5px solid #ededed;
	max-height: 130px;
	padding: 8px 0
}
#header>.container {
	height: 0;
	position: relative;
	display: table;
	max-width: 1170px;
	margin-bottom: 0
}
#header>.navbar-collapse>.container {
	position: relative
}
#header .header-top {
	min-height: 50px
}
#header .header-top form {
	margin: 0
}
#header .header-top p {
	float: left;
	font-size: .9em;
	line-height: 50px;
	margin: 0
}
#header .header-top i {
	margin-right: 6px;
	margin-left: 6px;
	position: relative;
	top: 1px
}
#header .header-top nav {
	float: left;
	width: auto
}
#header .header-top ul.nav-top {
	margin: 7px 0 0 -15px;
	min-height: 5px
}
#header .header-top ul.nav-top li.phone {
	margin-right: 10px
}
#header .header-top ul.nav-top li a {
	padding-left: 4px
}
#header .social-icons {
	clear: right;
	float: right;
	margin-top: -3px;
	margin-left: 5px;
	position: relative
}
#header .search {
	float: right;
	margin: 10px 0 0 15px;
	position: relative
}
#header .search+.social-icons {
	clear: none;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 13px
}
#header .search input.search:first-child {
	border-radius: 20px;
	width: 170px;
	font-size: .9em;
	padding: 6px 12px;
	height: 34px;
	margin: 0
}
#header .search input.search:focus {
	width: 220px;
	border-color: #ccc
}
#header .search button.btn-default {
	border: 0;
	background: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	z-index: 3
}
#header nav {
	float: right;
	margin-top: 0
}
#header nav ul.nav-main>li+li {
	margin-left: -4px
}
#header nav ul.nav-main li a {
	font-size: 12px;
	font-style: normal;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
	padding: 10px;
	clear: both;
	float: none;
	display: block;
	border: 0;
	border-top: 0;
	font-weight: 500;
	color: #414141
}
#header nav ul.nav-main li a:hover {
	background-color: #f4f4f4;
	border-radius: 0!important
}
#header nav ul.nav-main li ul a {
	text-transform: none;
	font-weight: 400;
	font-size: .9em
}
#header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	border-radius: 5px 5px 0 0;
	background-color: #ccc
}
#header nav ul.nav-main li.dropdown:hover>a {
	padding-bottom: 11px;
	margin-bottom: -1px
}
#header nav ul.nav-main li.dropdown:hover>ul {
	display: block
}
#header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
	border-radius: 5px 5px 0 0
}
#header nav ul.nav-main li a.dropdown-toggle.extra {
	display: none
}
#header nav ul.nav-main ul.dropdown-menu {
	border: 0;
	box-shadow: 0 2px 3px rgba(0,0,0,.08);
	margin: 1px 0 0 3px;
	padding: 5px;
	top: auto;
	text-align: left
}
#header nav ul.nav-main ul.dropdown-menu li:hover>a {
	filter: none;
	background: #999
}
#header nav ul.nav-main ul.dropdown-menu li:last-child>a {
	border-bottom: 0
}
#header nav ul.nav-main ul.dropdown-menu>li>a {
	color: #fff;
	font-weight: 400;
	text-transform: none;
	position: relative;
	padding: 8px 10px 8px 5px;
	font-size: .9em;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	border-radius: 6px;
	margin-left: 0;
	margin-top: -5px
}
#header nav ul.nav-main .dropdown-submenu {
	position: relative
}
#header nav ul.nav-main .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: corder-values(0 6px 6px 6px)
}
#header nav ul.nav-main .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	margin-top: 5px;
	margin-right: -10px
}
#header nav ul.nav-main .dropdown-submenu:hover>.dropdown-menu {
	display: block
}
#header nav ul.nav-main .dropdown-submenu:hover>a:after {
	border-left-color: #fff
}
#header nav ul.nav-top {
	margin: 10px 0 -10px;
	min-height: 62px
}
#header nav ul.nav-top li span {
	display: block;
	line-height: 14px;
	margin-bottom: 2px;
	margin-right: 0;
	margin-top: 5px
}
#header nav ul.nav-top li a, #header nav ul.nav-top li span {
	color: #999;
	padding: 6px 10px
}
#header nav ul.nav-top li i {
	margin-right: 6px;
	position: relative;
	top: 1px
}
#header .nav-main-collapse, #header .nav-main-collapse.in {
	overflow-y: visible
}
#header .logo {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	color: transparent
}
#header .logo a {
	position: relative;
	z-index: 1
}
#header .logo img {
	position: relative;
	color: transparent
}
.btn-responsive-nav {
	display: none
}
.top-border {
	border-top: 1px solid #cddddd
}
#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001
}
.feature-no-bottom-border {
	background-color: #fff;
	margin: 0 0 30px;
	border-bottom: 0 solid #fff
}
.feature-no-border {
	background-color: #fff;
	margin: 0 0 30px
}
.feature-top-border {
	border-top: 1px solid #cddddd;
	background-color: #fff;
	margin: 0 0 30px
}
.feature-bottom-border {
	border-bottom: 1px solid #cddddd;
	background-color: #fff;
	margin: 0 0 30px
}
.feature-text {
	padding: 40px 0 20px
}
body.sticky-menu-active #header {
	border-bottom: 0 solid #e9e9e9;
	position: relative;
	width: 100%;
	z-index: 1001;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	filter: none
}
body.sticky-menu-active #header .social-icons {
	margin-top: -1px
}
body.sticky-menu-active.always-sticky #header {
	top: 0
}
body.sticky-menu-active.always-sticky #header nav ul.nav-main {
	margin: 0
}
body.sticky-menu-active.always-sticky #header .social-icons {
	margin-top: -3px
}
body.scrolling .nav-main-collapse.collapsing {
	-webkit-transition: none;
	transition: none
}
#header.transparent {
	width: 100%;
	position: absolute;
	top: 0;
	border-top: 0;
	background: 0 0;
	z-index: 1000
}
body.sticky-menu-active #header.transparent {
	background: #fff
}
#header nav.mega-menu ul.nav-main .mega-menu-signin {
	padding-left: 0;
	margin-left: 0;
	margin-right: -20px
}
#header nav.mega-menu ul.nav-main .mega-menu-signin a {
	color: #444
}
#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
	width: 40%;
	right: 8px;
	border-radius: 6px 0 6px 6px
}
#header nav.mega-menu ul.nav-main .mega-menu-signin .fa-user {
	margin-right: 5px
}
#header nav.mega-menu ul.nav-main .mega-menu-signin .mega-menu-sub-title {
	margin-bottom: 10px;
	display: block
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.open a.dropdown-toggle {
	margin-bottom: -1px;
	padding-bottom: 11px
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signin-form {
	display: block
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.signin .recover-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signup-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signin-form {
	display: none
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signup-form {
	display: block
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signin-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signup-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.signup .recover-form {
	display: none
}
#header nav.mega-menu ul.nav-main .mega-menu-signin.recover .recover-form {
	display: block
}
body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu li a, body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
	background-color: transparent!important;
	color: #333;
	padding: 0;
	margin: 0
}
.page-top {
	min-height: 50px;
	position: relative;
	text-align: left;
	top: 0;
	padding: 15px;
	background-color: #09a349
}
.page-top ul.breadcrumb {
	background: 0;
	margin: 0;
	padding: 0
}
.page-top ul.breadcrumb>li {
	text-shadow: none;
	color: #ccc
}
.page-top h1 {
	color: #fff;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	font-size: 2.6em;
	line-height: 46px;
	position: relative
}
.parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	clear: both
}
.parallax.parallax-ready {
	background-attachment: fixed
}
.parallax.parallax-disabled {
	background-attachment: scroll!important;
	background-position: 50% 50%!important
}
.parallax blockquote {
	border: 0;
	padding: 0 10%
}
.parallax blockquote p {
	font-size: 24px;
	line-height: 30px
}
section.featured-forceplates {
	padding: 100px 0;
	background: #f7f7f7;
	margin: -50px 0 50px
}
section.featured-top {
	padding: 50px 0;
	background: #f7f7f7;
	margin: 0 0 50px;
	border-bottom: 1px solid #cddddd
}
section.featured {
	padding: 50px 0;
	background: #f7f7f7;
	margin: 50px 0
}
section.featured h3 {
	text-align: center;
	font-size: 2em;
	margin: 30px 0
}
section.featured-more-info {
	padding: 20px 0 60px;
	background: #f7f7f7;
	border-top: 1px solid #f2f2f2;
	margin: 50px 0
}
section.featured-more-info h3 {
	text-align: center;
	font-size: 1.2em;
	font-weight:600;
	margin: 30px 0
}
section.featured-white {
	padding: 30px 0;
	background: #fff;
	margin: 0
}
.container.top {
	margin-top: 50px
}
.featured-video {
	padding: 50px 0;
	background: #866cb1;
	background: -moz-linear-gradient(-45deg, #866cb1 0%, #70539e 36%, #866cb1 36%, #866cb1 36%, #70539e 100%);
	background: -webkit-linear-gradient(-45deg, #866cb1 0%, #70539e 36%, #866cb1 36%, #866cb1 36%, #70539e 100%);
	background: linear-gradient(135deg, #866cb1 0%, #70539e 36%, #866cb1 36%, #866cb1 36%, #70539e 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#866cb1', endColorstr='#70539e', GradientType=1 );
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 50px 0
}
.featured-video li {
	color: #fff;
	text-align: left
}
.featured-video p {
	color: #fff
}
.featured-video h3 {
	color: #fff;
	text-align: left;
	margin-top: 0
}
.featured-video-research {
	background: #367eb1;
	background: -moz-linear-gradient(-45deg, #367eb1 0%, #075b97 35%, #367eb1 35%, #075b97 100%);
	background: -webkit-linear-gradient(-45deg, #367eb1 0%, #075b97 35%, #367eb1 35%, #075b97 100%);
	background: linear-gradient(135deg, #367eb1 0%, #075b97 35%, #367eb1 35%, #075b97 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#367eb1', endColorstr='#075b97', GradientType=1 );
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 50px 0
}
.featured-video-research h3 {
	color: #fff;
	text-align: left;
	margin-top: 0
}
.featured-video-research p {
	color: #fff
}
.featured-video-rehab {
	background: #866cb1;
	background: -moz-linear-gradient(-45deg, #866cb1 0%, #70539e 36%, #866cb1 36%, #866cb1 36%, #70539e 100%);
	background: -webkit-linear-gradient(-45deg, #866cb1 0%, #70539e 36%, #866cb1 36%, #866cb1 36%, #70539e 100%);
	background: linear-gradient(135deg, #866cb1 0%, #70539e 36%, #866cb1 36%, #866cb1 36%, #70539e 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#866cb1', endColorstr='#70539e', GradientType=1 );
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 50px 0;
	color: #fff
}
.featured-video-rehab p {
	color: #fff;
	margin-bottom: 50px
}
section.call-to-action {
	position: relative;
	clear: both
}
section.call-to-action:before {
	content: "";
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	height: 15px;
	width: 15px;
	top: -5px;
	left: 50%;
	margin-left: -7px
}
aside ul.nav-list>li>a {
	color: #666;
	font-size: .9em
}
.slider-container {
	background: #fff;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}
.slider-container ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.slider-container .tp-bannershadow {
	opacity: .2
}
.slider-container .tp-caption.fullscreenvideo {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0!important
}
.slider-container .tp-caption.fullscreenvideo video {
	height: 100%;
	width: 100%;
	padding: 0;
	position: relative
}
.slider {
	height: 495px;
	max-height: 495px;
	position: relative
}
.slider>ul>li>img {
	visibility: hidden
}
.slider>ul>li>.center-caption {
	left: 0!important;
	margin-left: 0!important;
	text-align: center;
	width: 100%
}
.slider .tp-bannertimer {
	display: none
}
#footer {
	font-size: .9em;
	margin-top: 0;
	padding: 40px 0 0;
	position: relative;
	clear: both;
	background-color: #1d1d1d
}
#footer a:hover {
	color: #ccc
}
#footer a, #footer h1, #footer h2, #footer h3, #footer h4 {
	color: #fff!important
}
#footer h4 {
	font-size: 1.8em;
	font-weight: 200
}
#footer .container .row>div {
	margin-bottom: 5px
}
#footer .container input:focus {
	box-shadow: none
}
#footer .alert a {
	color: #222!important
}
#footer .alert a:hover {
	color: #666!important
}
#footer .contact {
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0
}
#footer .contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px
}
#footer .contact i.fa-envelope {
	font-size: 1em;
	top: 0
}
#footer .contact p {
	color: #ccc;
	margin-bottom: 10px
}
#footer .logo {
	display: block
}
#footer .logo.push-bottom {
	margin-bottom: 12px
}
#footer .footer-copyright {
	margin-top: 10px
}
#footer .footer-copyright nav {
	float: right
}
#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px
}
#footer .footer-copyright nav ul li:first-child {
	border: none;
	padding-left: 0
}
#footer .footer-copyright p {
	color: #f7f7f7;
	margin: 0;
	padding: 0
}
.compatible-interfaces {
	font-style: italic
}
.includes-requirements {
	padding: 50px 0;
	background-color: #f7f7f7
}
ul.nav-list.primary>li {
	margin: 0;
	padding: 0
}
ul.nav-list.primary>li a {
	border-bottom: 1px solid #cddddd;
	padding: 8px 0
}
ul.nav-list.primary>li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	margin-left: 5px;
	margin-right: 5px;
	position: relative
}
.btn-primary.api {
	background-color: #265DD1;
	border-color: #265DD1;
	margin: 0
}
.btn-primary.api:hover, .btn-primary.api:active, .btn-primary.api:visited {
	background-color: #265DD1;
	border-color: #265DD1;
	margin: 0;
	color: #f2f2f2
}
.btn-primary.sdk {
	background-color: #F26A0F;
	border-radius: 10px;
	border: 0 solid #075b97;
	margin: 0 0 20px;
	width: -webkit-fill-available;
	padding: 20px;
	text-align: center;
	font-size: 20px;
    width: -webkit-fill-available;
}
.btn-primary.sdk:hover {
	background-color: #e56109
}
.btn-primary.youtube {
	background-color: red;
	border-color: red;
	color: #fff
}
.btn-primary, .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #09a349;
	border-color: #09a349
}
.btn-primary[disabled] {
	border-color: #09a349!important;
	background-color: #09a349;
	background-image: none
}
.btn-primary.quote {
	background-color: #0963a3;
	border-radius: 10px;
	border: 0 solid #075b97;
	margin: 0 0 20px;
	width: -webkit-fill-available;
	padding: 20px;
	text-align: center;
	font-size: 20px
}
.btn-primary.quote:hover {
	color: #fff;
	background-color: #075b97;
	border-color: #075b97
}
.btn-primary.quote:active {
	color: #fff;
	background-color: #0963a3;
	border-color: #0963a3
}
.btn-primary i.fa {
	margin-right: 10px
}
form label {
	font-weight: 400
}
textarea {
	resize: vertical
}
select {
	border: 1px solid #e5e7e9;
	border-radius: 6px;
	outline: 0
}
.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.form-control:focus {
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	border-color: #ccc
}
label.valid {
	display: inline-block;
	text-indent: -9999px
}
label.error {
	color: #c10000;
	background-color: #fff;
	font-size: .9em;
	margin-left: 2px;
	padding: 5px;
	margin-top: 8px
}
.captcha {
	clear: both;
	overflow: hidden;
	background: #f7f7f7;
	text-align: center;
	margin-bottom: 20px;
	max-width: 160px;
	height: 78px;
	position: relative
}
.captcha input {
	border: 0
}
.captcha-image {
	float: left;
	position: relative;
	top: -5px;
	left: -13px
}
ul.icons {
	list-style: none
}
ul.icons [class^=fa-] {
	margin-right: 5px
}
.img-thumbnail {
	border-radius: 0;
	position: relative;
	border: 1px solid #f7f7f7
}
.img-thumbnail img {
	border-radius: 4px
}
.img-thumbnail .zoom {
	background: #ccc;
	border-radius: 100%;
	bottom: 8px;
	color: #fff;
	display: block;
	height: 30px;
	padding: 6px;
	position: absolute;
	right: 8px;
	text-align: center;
	width: 30px
}
.img-thumbnail .zoom i {
	font-size: 14px;
	left: -1px;
	position: relative;
	top: -3px
}
.progress {
	border-radius: 25px;
	height: 20px;
	background: #fafafa;
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
	overflow: visible
}
.progress-bar-tooltip {
	padding: 4px 8px;
	background-color: #333;
	color: #fff;
	line-height: 15px;
	font-size: 11px;
	display: block;
	position: absolute;
	top: -28px;
	right: 5px;
	border-radius: 3px;
	opacity: 0
}
.progress-bar-tooltip:after {
	border-color: #333 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	display: block;
	left: 13px;
	position: absolute;
	width: 0
}
.counters .fa {
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px
}
.counters.dark .fa {
	color: #333
}
html .scroll-to-top {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 0;
	color: #fff;
	display: block;
	height: 9px;
	opacity: 1;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1040
}
html .scroll-to-top:hover {
	opacity: 1
}
html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px
}
html.ie11 .scroll-to-top {
	right: 25px
}
ul.portfolio-list {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.portfolio-list .portfolio-item {
	margin-bottom: 35px
}
blockquote.testimonial {
	border-radius: 10px;
	color: #666;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0;
	padding: 10px 50px;
	position: relative
}
.testimonial-author {
	margin: 8px 0 0 8px
}
.testimonial-author strong {
	display: block;
	padding-top: 7px;
	color: #fff
}
.testimonial-author span {
	color: #fff;
	display: block;
	font-size: 12px
}
.testimonial-author p {
	color: #999;
	margin: 0 0 0 25px;
	text-align: left
}
ul.list.icons li i {
	margin-right: 5px
}
ul.list-unstyled {
	padding-left: 0;
	padding-right: 0
}
ul.sitemap>li>a {
	font-weight: 700
}
ul.sitemap.list li {
	margin: 0 0 3px
}
ul.sitemap.list ul {
	margin-bottom: 5px;
	margin-top: 5px
}
.panel-group .panel-heading {
	padding: 0;
	border-radius: 3px
}
.panel-group .panel-heading a:focus, .panel-group .panel-heading a:hover {
	text-decoration: none
}
.panel-group .panel-heading a [class^=icon-] {
	margin-right: 4px;
	position: relative;
	top: 1px
}
.tabs {
	border-radius: 4px;
	margin-bottom: 35px
}
.nav-tabs {
	margin: 0;
	padding: 0;
	font-size: 0;
	border-bottom-color: #eee
}
.nav-tabs li {
	display: inline-block;
	float: none
}
.nav-tabs li:last-child a {
	margin-right: 0
}
.nav-tabs li a {
	font-size: 15px;
	margin-right: 1px
}
.nav-tabs li a, .nav-tabs li a:hover {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #f8f7f7
}
.nav-tabs li a:hover {
	border-bottom-color: transparent;
	border-top: 3px solid #ccc;
	box-shadow: none
}
.nav-tabs li a:active, .nav-tabs li a:focus {
	border-bottom: 0
}
.tab-content {
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
	background-color: #fff;
	border-top: 0;
	padding: 15px
}
.tabs.tabs-bottom .tab-content {
	border-radius: 4px 4px 0 0;
	border-bottom: 0
}
.tabs.tabs-bottom .nav-tabs li:last-child a {
	margin-right: 0
}
.tabs-vertical {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #eee
}
.tabs-vertical .tab-content {
	display: table-cell;
	vertical-align: top
}
.tabs-vertical .nav-tabs {
	border-bottom: 0;
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	vertical-align: top
}
.tabs-vertical .nav-tabs>li {
	display: block
}
.tabs-vertical .nav-tabs>li a {
	border-radius: 0;
	display: block;
	padding-top: 10px
}
.tabs-vertical .nav-tabs>li a, .tabs-vertical .nav-tabs>li a:focus, .tabs-vertical .nav-tabs>li a:hover {
	border-bottom: 0;
	border-top: 0
}
.tabs-vertical .nav-tabs>li.active a, .tabs-vertical .nav-tabs>li.active a:hover, .tabs-vertical .nav-tabs>li.active:focus {
	border-top: 0
}
.tabs-left {
	padding: 0
}
.tabs-left .tab-content {
	border-radius: 0;
	border-left: 0
}
.tabs-left .nav-tabs>li {
	margin-right: -1px
}
.tabs-left .nav-tabs>li:first-child a {
	border-radius: 5px 0 0
}
.tabs-left .nav-tabs>li:last-child a {
	border-radius: 0 0 0 5px;
	border-bottom: 1px solid #eee
}
.tabs-left .nav-tabs>li a {
	border-right: 1px solid #eee;
	border-left: 3px solid #eee;
	margin-right: 1px;
	margin-left: -3px;
	color: #eee;
	padding: 10px
}
.tabs-left .nav-tabs>li a:hover {
	border-left-color: #ccc
}
.tabs-left .nav-tabs>li.active a, .tabs-left .nav-tabs>li.active a:focus, .tabs-left .nav-tabs>li.active a:hover {
	border-left: 3px solid #09a349;
	border-right: 1px solid #eee;
	padding: 10px
}
.nav-tabs.nav-justified {
	padding: 0
}
.nav-tabs.nav-justified li {
	margin-bottom: 0
}
.nav-tabs.nav-justified li a {
	border-radius: 0;
	margin-right: 0
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:focus, .nav-tabs.nav-justified li.active a:hover {
	background: #fff;
	border-left-color: #f7f7f7;
	border-right-color: #f7f7f7
}
.toggle {
	margin: 10px 0 0;
	position: relative;
	clear: both
}
.toggle>input {
	cursor: pointer;
	height: 45px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2
}
.toggle>label {
	background: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #ddd;
	display: block;
	font-size: 1.1em;
	min-height: 20px;
	padding: 12px 100px 12px 10px;
	position: relative;
	cursor: pointer;
	font-weight: 400
}
.toggle>label:-moz-selection {
background:0
}
.toggle>label:selection {
	background: 0
}
.toggle>label:before {
	border: 6px solid transparent;
	border-left-color: inherit;
	content: '';
	margin-top: -6px;
	position: absolute;
	right: 4px;
	top: 50%
}
.toggle>label:hover {
	background: #f7f7f7
}
.toggle>.toggle-content {
	display: none
}
.toggle>.toggle-content>p {
	margin-bottom: 0;
	padding: 10px
}
.toggle.active>label {
	background: #f4f4f4;
	border-color: #ccc
}
.toggle.active>label:before {
	border: 6px solid transparent;
	margin-top: -3px;
	right: 10px
}
.toggle.active>p {
	white-space: normal
}
.toggle>p.preview-active {
	height: auto;
	white-space: normal;
	margin-bottom: 5px
}
section.video {
	-webkit-transform: translate3d(0, 0, 0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 70px 0;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	width: 100%
}
section.video blockquote {
	border: 0;
	padding: 0 10%
}
section.video blockquote p {
	font-size: 24px;
	line-height: 30px
}
section.video .container {
	position: relative;
	z-index: 3
}
section.video .video-overlay {
	background: url(../../img/logos/video-overlay.webp);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
html.boxed section.video>div:first-child {
	z-index: 0!important
}
.popup-inline-content {
	background: #fff;
	margin: 40px auto;
	max-width: 1170px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
	display: none
}
.popup-inline-content img {
	margin: auto;
	padding-top: 40px
}
.mfp-wrap .popup-inline-content {
	display: block
}
.mfp-wrap .mfp-counter {
	direction: ltr
}
body a {
	outline: 0!important
}
li {
	line-height: 26px
}
.pull-left {
	float: left!important
}
.pull-right {
	float: right!important
}
.center {
	text-align: center
}
.push-bottom {
	margin-bottom: 35px
}
.push-top {
	margin-top: 35px
}
hr {
	background-image: -webkit-linear-gradient(left, transparent, rgba(0,0,0,.2), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0,0,0,.2), transparent);
	border: 0;
	height: 1px;
	margin: 40px 0
}
hr.short {
	margin: 11px 0
}
hr.tall {
	margin: 44px 0
}
hr.invisible {
	background: 0
}
.thumb-info {
	max-width: 100%
}
.thumb-info:hover .thumb-info-action {
	opacity: 1
}
.thumb-info .thumb-info-action {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: rgba(36,27,28,.9);
	bottom: 0;
	color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.thumb-info .thumb-info-title {
	letter-spacing: -1px;
	text-transform: uppercase;
	bottom: 0;
	width: 100%
}
.wireless-sensors-parallax {
	background-image: url(../../img/parallax/wireless-sensors-parallax.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	background-color: #f7f7f7
}
.container .call-to-action {
	border-radius: 10px
}
.call-to-action {
	min-height: 125px;
	padding-left: 20px;
	padding-right: 20px
}
.system-box {
	background-color: #fdfdfd;
	padding: 15px;
	border-left: 4px solid #09a349;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 10px;
	margin-top: 10px
}
.system-box h3 {
	font-size: 1.2em;
	margin: 10px 0;
	text-align: left
}
.system-box p {
	margin-bottom: 0
}
section.explore-feature {
	background-color: #31302b;
	margin: 40px 0 0
}
section.explore-feature p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
	color: #fff
}
section.explore p {
	margin-top: 20px;
	font-size: 16px
}
section.explore ul {
	margin-bottom: 25px
}
section.advance {
	background: #fff;
	padding: 0 0 40px
}
section.advance p, section.dongle p {
	margin-top: 20px;
	font-size: 16px
}
section.toggle label {
	color: #666
}
.feature-box.secundary .feature-box-icon i.fa {
	color: #666;
	font-size: 22px
}
.img-thumbnail .zoom, .thumbnail .zoom {
	background-color: #666
}
.img-thumbnail-downloads {
	border: 4px solid #f7f7f7
}
.img-thumbnail-downloads:hover {
	border: 4px solid #075b97
}
.img-container {
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 600
}
.centered {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #075b97;
	width: 95%;
	padding: 4px;
	margin: 0
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #313131
}
.tabs ul.nav-tabs a, .tabs ul.nav-tabs a:hover, ul.list.icons li i {
	color: #666
}
.forceplates-video-bg {
	position: relative;
	background-color: #f7f7f7;
	width: 100%;
	height: 600px;
	overflow: hidden
}
.forceplates-video-bg video {
	position: absolute;
	top: 70%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.forceplates-video-bg .container {
	position: relative;
	z-index: 2
}
.forceplates-video-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .2;
	z-index: 1
}
.video-bg {
	position: relative;
	background-color: #f7f7f7;
	min-height: 23rem;
	width: 100%;
	overflow: hidden
}
.video-bg video {
	position: absolute;
	top: 70%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.video-bg .container {
	position: relative;
	z-index: 2
}
.video-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .7;
	z-index: 1
}
section.rs-forceplates {
	text-align: center;
	padding: 150px 0
}
section.rs-forceplates h3 {
	margin-top: 20px;
	color: #f7f7f7;
	font-size: 48px;
	line-height: 52px
}
section.rs-forceplates p {
	font-style: italic;
	margin-top: 10px;
	line-height: 28px;
	color: #fff;
	font-size: 22px
}
section.wireless-icons {
	text-align: center;
	padding: 50px 0
}
section.wireless-icons h3 {
	margin-top: 20px;
	color: #ccc;
	font-size: 32px;
	line-height: 32px
}
section.wireless-icons p {
	margin-top: 10px;
	line-height: 22px;
	color: #fff;
	font-size: 18px
}
section.wireless-icons i.fa-running, section.wireless-icons i.fa-sd-card, section.wireless-icons i.fa-wifi {
	color: #fff;
	font-size: 92px;
	text-align: center
}
.containers {
	position: relative;
	cursor: pointer
}
.images {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px
}
.overlays {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #333
}
.containers:hover .overlays {
	opacity: 1
}
.texts {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.tile {
	height: 100%;
	min-height: 152px;
	margin-bottom: 20px;
	border: 1px solid #cddddd;
	background-color: #fff
}
.tile-no-hover {
	height: 100%;
	min-height: 152px;
	margin-bottom: 20px;
	border: 1px solid #cddddd;
	background-color: #f7f7f7
}
.tile:hover {
	background-color: #09a349;
	border: 1px solid #09a349
}
.tile:hover h2, .tile:hover p {
	color: #fff
}
.tile-img {
	display: block;
	float: left;
	margin-right: 10px;
	width: 150px;
	height: 150px
}
.tile-sensor-rb {
	height: 100%;
	min-height: 382px;
	margin-bottom: 20px;
	border: 1px solid #cddddd;
	background-color: #fbfbfd
}
.tile-sensor-rb:hover {
	background-color: #70539E;
	transition: all .3s ease;/*;
	border: 1px solid #09a349*/
}
.tile-sensor-rb:hover h2, .tile-sensor-rb:hover p {
	color: #fff
}
/* [1] The container */
.img-hover-zoom {
	height: 300px; /* [1.1] Set it as per your need */
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
	transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
	transform: scale(1.5);
}
.tile-sensor {
	height: 100%;
	min-height: 382px;
	margin-bottom: 20px;
	border: 1px solid #cddddd;
	background-color: #fbfbfd
}
.tile-sensor:hover {
	background-color: #09a349;
	transition: all .3s ease;/*;
	border: 1px solid #09a349*/
}
.tile-sensor:hover h2, .tile-sensor:hover p {
	color: #fff
}
.tile-sensor-rb h2 {
	color: #70539E
}
.tile-sensor-no-hover {
	height: 100%;
	min-height: 382px;
	margin-bottom: 20px;
	border: 1px solid #f2f2f2;
	background-color: #fbfbfd
}
.tile-text {
	padding: 30px 20px
}
.tile-text h2 {
	font-size: 1.5em;
	text-align: center
}
.tile-text p {
	line-height: 24px;
	font-size: 15px;
	text-align: center;
	margin: 20px 0;
	padding: 0 10px
}
.featured .tile-text {
	margin-right: 15px;
	min-height: auto;
	text-align: left
}
.rehab-tiles {
	padding: 10px 15px;
	background-color: #fff
}
.rehab-tiles .tile-text {
	min-height: auto
}
.explore-specs {
	padding: 50px 0 20px
}
.explore-specs h1 {
	font-size: 2.4em;
	color: #2d2d2d;
	text-transform: capitalize;
	text-align: center
}
.explore-windows {
	padding: 50px 0 0;
	text-align: center
}
.explore-windows h1 {
	font-size: 2em;
	text-transform: capitalize;
	font-weight: 200;
	margin: 30px 0;
	text-align: center;
	color: #666
}
.explore-windows h2 {
	font-size: 1.4em;
	margin-top: 25px;
	color: #333
}
.explore-windows h4 {
	margin: 20px 0;
	color: #333;
	font-size: 1.5em;
	text-decoration: none
}
.explore-windows p {
	margin: 0 0 50px;
	font-size: 18px;
	font-weight: 200
}
.explore-displays {
	border: 2px solid #31302b;
	margin: 0 auto
}
.explore-parallax {
	background-image: url(../../img/parallax/datalite-explore-parallax.webp);
	min-height: 600px;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0
}
.explore-parallax h4 {
	border-left: 0 solid red;
	padding-left: 0
}
.advance-parallax {
	background-image: url(../../img/parallax/advance-parallax.webp);
	min-height: 600px;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 0;
	margin: 50px 0
}
.white-bg {
	background-color: #fff;
	padding: 40px;
	color: #333;
	font-size: 1em;
	opacity: .95
}
.white-bg h2 {
	color: #666;
	font-size: 2em;
	font-weight: 200
}
.white-bg li {
	font-weight: 400
}
.left, .right {
	background-color: #ffffffe6;
	padding: 40px
}
.explore-parallax h1 {
	font-size: 2.2em;
	font-weight: 100;
	padding-top: 0;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 20px
}
.explore-parallax h2 {
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 0;
	color: #333;
	text-transform: capitalize
}
.explore-parallax p {
	font-size: 16px;
	color: #333
}
.datalite-performance-parallax {
	background-image: url(../../img/parallax/datalite-performance-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	margin: 50px 0 -50px
}
.datalite-performance-parallax h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 0
}
.datalite-performance-parallax .info {
	background-color: #f7f7f7;
	padding: 30px
}
.pinchmeter-parallax {
	background-image: url(../../img/parallax/pinchmeter-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #cddddd;
	padding: 150px 0
}
.pinchmeter-parallax p {
	margin: 100px 0
}
.pinchmeter-parallax .lead {
	margin: 30px 0 50px
}
.pinchmeter-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.forceplate-parallax {
	background-image: url(../../img/parallax/forceplate-parallax.webp);
	min-height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #cddddd;
	border-bottom: 0 solid #cddddd;
	padding: 100px 0
}
.forceplate-parallax p {
	margin: 100px 0
}
.forceplate-parallax .lead {
	margin: 30px 0 50px
}
.forceplate-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.hand-grip-dynamometer-parallax {
	background-image: url(../../img/parallax/hand-grip-dynamometer-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #cddddd;
	padding: 150px 0
}
.hand-grip-dynamometer-parallax p {
	margin: 100px 0
}
.hand-grip-dynamometer-parallax .lead {
	margin: 30px 0 50px
}
.hand-grip-dynamometer-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.hand-held-dynamometer-parallax {
	background-image: url(../../img/parallax/hand-held-dynamometer-parallax.webp);
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 0 solid #cddddd;
	border-top: 0 solid #cddddd;
	padding: 100px 0;
	margin-top: -50px
}
.hand-held-dynamometer-parallax p {
	margin: 30px 0
}
.hand-held-dynamometer-parallax .lead {
	margin: 20px 0
}
.hand-held-dynamometer-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.emg-parallax {
	background-image: url(../../img/parallax/emg-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	margin: -50px 0
}
.emg-parallax p {
	margin: 100px 0
}
.emg-parallax .lead {
	margin: 30px 0 50px
}
.emg-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.rom-parallax {
	background-image: url(../../img/parallax/goniometers-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
	margin: -50px 0 50px;
	border-bottom: 1px solid #cddddd
}
.rom-parallax p {
	margin: 20px 0
}
.rom-parallax .lead {
	margin: 30px 0 50px
}
.rom-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.covid-parallax {
	background-image: url(../../img/parallax/covid-parallax.webp);
	min-height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 50px;
	margin-top: -35px
}
.covid-parallax .lead {
	color: #fff;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	text-align: center
}
.elink-systems {
	border-top: 4px solid #70539E;
	background-color: #f2f2f2;
	padding: 20px;
	min-height: 296px;
	text-align: center;
	margin-bottom: 50px
}
.elink-systems h2 {
	color: #666;
	font-size: 1.4em;
}
.elink-systems p {
	color: #666
}
.elink-languages {
	border-top: 4px solid #70539E;
	background-color: #f2f2f2;
	padding: 20px;
	min-height: 296px;
	text-align: center;
	margin-bottom: 50px
}
.elink-languages h2 {
	color: #666;
	font-size: 1.4em;
}
.elink-languages p {
	color: #666
}
.upper-limb-exerciser-parallax {
	background-image: url(../../img/parallax/upper-limb-exerciser-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
	margin-top: -50px
}
.upper-limb-exerciser-parallax h3 {
	margin-top: 10px;
	font-weight: 800
}
.upper-limb-exerciser-parallax ul {
	font-weight: 400;
	margin-bottom: 50px;
	color: #666
}
.appear-animation-visible {
	opacity: 1
}
.appear-animation {
	opacity: 0
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.exercise-kit-parallax {
	background-image: url(../../img/parallax/exercise-kit-parallax-bg.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0
}
.exercise-kit-parallax h3 {
	margin-top: 10px;
	font-weight: 800
}
.exercise-kit-parallax ul {
	font-weight: 400;
	margin-bottom: 50px;
	color: #666
}
.systems-integration-parallax {
	background: #367eb1;
	background: -moz-linear-gradient(-45deg, #367eb1 0%, #075b97 40%, #367eb1 40%, #075b97 100%);
	background: -webkit-linear-gradient(-45deg, #367eb1 0%, #075b97 40%, #367eb1 40%, #075b97 100%);
	background: linear-gradient(135deg, #367eb1 0%, #075b97 40%, #367eb1 40%, #075b97 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#367eb1', endColorstr='#075b97', GradientType=1 );
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -50px;
	border-bottom: 1px solid #cddddd
}
.systems-integration-parallax p {
	color: #333;
	font-size: 24px
}
.hand-kit-parallax {
	background-image: url(../../img/parallax/hand-kit-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0
}
.hand-kit-parallax h3 {
	margin-top: 10px;
	font-weight: 800
}
.hand-kit-parallax ul {
	font-weight: 400;
	margin-bottom: 50px;
	color: #666
}
.one-forceplate-parallax {
	background-image: url(../../img/parallax/one-forceplate-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
	margin-top: -50px
}
.one-forceplate-parallax h3 {
	margin-top: 10px;
	font-weight: 800
}
.one-forceplate-parallax ul {
	font-weight: 400;
	margin-bottom: 50px;
	color: #666
}
.accelerometer-parallax {
	background-image: url(../../img/parallax/accelerometer-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
	margin-top: 0
}
.accelerometer-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.research-parallax {
	background-image: url(../../img/parallax/research-parallax.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
	margin-top: -50px
}
.research-parallax p {
	margin: 100px 0
}
.research-parallax .lead {
	margin: 30px 0 50px
}
.research-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.goniometer-parallax {
	background-image: url(../../img/parallax/goniometer-parallax.webp);
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	margin-top: 50px
}
.goniometer-parallax p {
	margin: 100px 0
}
.goniometer-parallax .lead {
	margin: 30px 0 50px
}
.goniometer-parallax ul {
	font-weight: 600;
	margin-bottom: 10px
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.systems .lead {
	margin: 60px 0
}
.systems {
	padding: 60px 0
}
.contact-parallax {
	background-image: url(../../img/parallax/cross-bg.webp);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 0;
	text-align: center
}
.contact-parallax .lead {
	margin: 60px 0
}
.center-image {
	text-align: center;
	display: inline
}
.intro {
	background: #09a349
}
.intro h1 {
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	border: 0 solid red;
	font-size: 1.6em;
	color: #fff;
	line-height: 1.8em
}
.intro span {
	font-weight: 700
}
.table th {
	font-weight: 700;
	background-color: #f2f2f2;
	text-align: center
}
.table td {
	text-align: center
}
.table {
	margin: 50px auto;
	max-width: 90%;
	font-size: 14px;
	background-color: #fff
}
.comparison-chart {
	text-align: center
}
.comparison-chart th {
	font-weight: 700;
	background-color: #f7f7f7;
	text-align: center
}
.comparison-chart td {
	background-color: #fff
}
.img-replace {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap
}
.inline-block {
	display: inline-block
}
.shadow {
	-webkit-box-shadow: 0 6px 9px -2px rgba(0,0,0,.75);
	-moz-box-shadow: 0 6px 9px -2px rgba(0,0,0,.75);
	box-shadow: 0 6px 9px -2px rgba(0,0,0,.75)
}
.p-parallax {
	font-size: 1.2em;
	margin-top: 20px;
	color: #fff;
	padding: 5px
}
.trigger-switch-parallax {
	background-image: url(../../img/parallax/trigger-switch-bg.webp);
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #cddddd;
	padding: 50px 0;
	margin-top: 60px
}
.h3-parallax {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #666;
	margin-top: 30px
}
.solution-box {
	padding: 15px;
	background-color: #09a349;
	border-radius: 0 15px 15px;
	margin-top: 30px
}
.solution-box p {
	color: #fff
}
.problem-box {
	padding: 15px;
	background-color: #f7f7f7;
	border-radius: 0 15px 15px;
	margin-top: 30px
}
.problem-box h2 {
	font-size: 24px;
	font-weight: lighter;
	line-height: 24px
}
.solution-box h2 {
	font-size: 24px;
	font-weight: lighter;
	color: #fff
}
.icon-text {
	font-size: 1em;
	font-weight: 700;
	vertical-align: middle;
	margin: 0
}
.icon-text:hover {
	color: #09a349
}
.icon-text-container {
	display: inline-block;
	font-size: 1em;
	font-weight: 600
}
.feature-box {
	clear: both;
	padding-top: 10px
}
#boxed {
	border: 1px solid #ccc;
	background-color: #033
}
#spam_field {
	display: none
}
.sticky-menu-active {
	margin-top: -108px
}
.feature-box-info h4.shorter:hover {
	color: #09a349
}
ul.nav-pills>li.active>a:focus, ul.nav-pills>li.active>a:hover {
	background-color: #666
}
.btn-primary.lg {
	padding: 20px 50px;
	margin: auto
}
.btn-primary, .owl-theme .owl-controls .owl-nav [class*=owl-], .pagination>.active>a, body.dark .pagination>.active>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #09a349;
	border-color: #09a349;
	border-radius: 0px
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .owl-theme .owl-controls .owl-nav [class*=owl-]:active, .owl-theme .owl-controls .owl-nav [class*=owl-]:focus, .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .pagination>.active>a:active, .pagination>.active>a:focus, .pagination>.active>a:hover, body.dark .pagination>.active>a:active, body.dark .pagination>.active>a:focus, body.dark .pagination>.active>a:hover {
	background-color: #0b9a49
}
button:focus {
	outline: 0!important
}
.btn-primary:active, .btn-primary:hover {
	background-color: #0b9a49;
	border-color: #0b9a49
}
.btn-slide:hover {
	background-color: #075b97
}
.btn-slide {
	background-color: #0963a3;
	padding: 15px;
	font-weight: 700;
	border-radius: 25px;
	font-size: 18px
}
.btn-specifications {
	border: 1px solid #cdd;
	background-color: #fff;
	color: #666;
	padding: 5px 20px
}
.btn-specifications:hover {
	background-color: #f7f7f7;
	color: #666
}
.btn-primary:visited {
	background-color: #0b9a49;
	border-color: #0b9a49
}
.btn:visited {
	border-radius: 0
}
.btn-default {
	color: #666;
	background-color: #fff
}
.btn-default:hover {
	color: #ccc;
	background-color: #666;
	border-color: #666
}
.btn-wireless {
	color: #fff;
	background-color: #666
}
.btn-wireless:hover {
	color: #ccc
}
#header nav ul.nav-main ul.dropdown-menu li:hover>a {
	background-color: #5a5a5a!important
}
#header nav ul.nav-main ul.dropdown-menu {
	color: #fff;
	border-color: #666
}
#header nav ul.nav-main ul.dropdown-menu:hover {
	border-color: #4d4d4d;
	background-color: #4d4d4d
}
#header nav ul.nav-main ul.dropdown-menu:active, #header nav ul.nav-main ul.dropdown-menu:focus {
	border-color: #333;
	background-color: #333
}
#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li>a {
	background: 0 0!important
}
#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li>a:hover {
	background: #7f7f7f!important
}
ul.applications {
	list-style-type: none
}
ul.applications li {
	font-size: 1.2em;
	margin: 10px 0;
	color: #fff
}
ul.applications li a:link {
	text-decoration: none;
	color: #fff
}
ul.applications, ul.applications a:active, ul.applications a:hover, ul.applications a:visited {
	color: #fff
}
blockquote.testimonial {
	background: 0;
	border: 0
}
.featured-box {
	background: 0 0;
	background: -webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%);
	background: linear-gradient(to bottom, #fff 1%, #f9f9f9 98%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 4px solid;
	/*min-height: 454px;*/
	position: relative;
	text-align: center;
	z-index: 1;
	margin: 70px 0;
	padding: 20px
}
.featured-box .box-content {
	border-radius: 0;
	padding: 20px
}
.featured-boxes .featured-box {
	margin: 80px 0;
	opacity: .99
}
.featured-boxes .featured-box.info-content {
	text-align: left
}
.feature-box .feature-box-icon {
	border-radius: 35px;
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: -10px;
	position: relative;
	text-align: center;
	top: 0;
	width: 35px
}
.feature-box.secundary .feature-box-info {
	padding-left: 50px;
	padding-top: 1px
}
.featured-box h2 {
	font-size: 28px;
	margin-top: 23px
}
.featured-box p {
	font-size: 16px;
	color: #666;
	margin: 25px 0 20px;
	padding-top: 25px;
	border-top: 1px solid #f2f2f2;
	line-height: 24px;
	font-weight: 300
}
.featured-box-api {
	border: 0px solid #cddddd;
}
.featured-box-api h2 {
	color: #265ed1
}
.featured-box-sdk {
	border: 0px solid #cddddd;
}
.featured-box-sdk h2 {
	color: #f26a0f;
	margin-top: 48px
}
.featured-box-analogue {
	border: 0px solid #cddddd;
}
.featured-box-analogue h2 {
	color: #008060;
	margin-top: 48px
}
.mb-xl {
	margin-bottom: 25px!important
}
.call-to-action.call-to-action-default {
	background: #f4f4f4
}
.api {
	margin: 150px 0 140px
}
.api h2 {
	color: #265ed1;
	text-decoration: none;
	margin: 0 0 50px;
	text-align: center
}
.api h4 {
	font-size: 1.2em;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
	margin: 40px 0 20px;
	border-top: 3px solid #cccccc;
    border-left: 0;
    padding: 10px 0 0;
}
.api-diagram {
	/*display:block;
	margin-left: auto;
	margin-right: auto;*/
	margin: 0;
	border-top: 0px solid #cddddd;
    border-bottom: 0px solid #cddddd;
}
.sdk {
	margin: 100px 0;
	padding: 150px 0 140px;
	background-color: #f7f7f7
}
.sdk h2 {
	color: #f26a0f;
	text-decoration: none;
	margin: 0 0 50px;
	text-align: center
}
.sdk h4 {
	font-size: 1.2em;
	text-transform: none;
	font-weight: 600;
	margin: 30px 0;
	border-top: 3px solid #f26a0f;
    border-left: 0;
    padding: 10px 0 0;
	text-align:left
}
.sdk-contact {
	background-color: #09a349;
	padding: 20px;
	margin-bottom: 100px
}
.sdk-contact h3 {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: none;
	text-align:left
}
.sdk-contact button {
	margin-top: 30px!important
}
.analogue {
	padding: 50px 0 150px;
}
.analogue h2 {
	color: #008060;
	text-decoration: none;
	margin: 0 0 50px;
	text-align: center
}
.analogue h3 {
	margin: 0 0 30px
}
.call-to-action .call-to-action-content {
	text-align: center;
	width: 70%;
	padding: 35px 0
}
.call-to-action h3 {
	text-transform: none;
	color: #1d2127;
	padding: 0;
	margin: 0 0 9px
}
.call-to-action p {
	font-size: 1.2em;
	color: #777
}
.call-to-action .call-to-action-btn {
	width: 22%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin: -18px 0 0;
	left: auto;
	right: 25px
}
.featured-box-secundary .box-content {
	border-top-color: #666
}
section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
	background: #666;
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px #666
}
.slider .tp-bannertimer {
	background-color: #666
}
html.boxed .body {
	border-top-color: #666
}
html[dir=rtl] .tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover, html[dir=rtl] .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a, html[dir=rtl] .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus, html[dir=rtl] .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover {
	border-right-color: #666;
	border-left-color: transparent
}
.box {
	background-color: #666;
	border: 3px solid #fff;
	padding: 20px;
	margin: 0;
	color: #fff
}
.box h2, .box p {
	color: #fff
}
body.modal-open {
	padding-right: 0!important
}
.email-success {
	color: #09a349;
	background-color: #f7f7f7;
	border-radius: 15px;
	border: 2px solid #09a349
}
.email-success a {
	text-decoration: underline
}
.anchor-minus {
	padding-top: 60px;
	display: block;
	position: relative;
	visibility: hidden
}
.alert.alert-default {
	margin: 10px 0 20px;
	background-color: #f7f7f7;
	background-size: auto;
	border-color: #eaeaea;
	color: #727272;
	display: -webkit-box
}
.left-border {
	border-left: 1px solid #ccc
}
:target {
	display: block;
	position: relative;
	visibility: hidden
}
h4.link a {
	color: #666;
	text-decoration: none
}
h4.link a:hover {
	color: #09a349
}
h3.link a {
	color: #666;
	text-decoration: none
}
h3.link a:hover {
	color: #09a349
}
.quote-arrow {
	margin-left: 20px
}
blockquote.testimonial p {
	color: #fff;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4
}
blockquote.testimonial:before {
	left: 10px;
	top: 0;
	color: #fff;
	content: "\201C";
	font-size: 90px;
	font-style: normal;
	line-height: 1;
	position: absolute
}
blockquote.testimonial:after {
	color: #fff;
	content: "\201D";
	font-size: 90px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -.5em;
	right: 10px
}
.panel-group .panel-heading a {
	color: #09a349;
	display: block;
	padding: 10px 15px
}
.panel-group.without-bg .panel-default, .panel-group.without-bg .panel-default>.panel-heading {
	background: 0 0!important
}
.panel-group.without-bg .panel-body {
	padding-top: 0;
	padding-bottom: 0;
	border-top: 1px solid #f7f7f7
}
.panel-group.without-borders .panel {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #f7f7f7
}
.panel-group.without-borders .panel-heading a {
	padding-left: 0;
	padding-right: 0
}
.panel-group.without-borders .panel-body {
	padding: 0
}
h3 .fa, h4 .fa {
	font-size: 24px
}
#header .search {
	display: block!important
}
.feature-box.secundary h4 {
	color: #666
}
.toggle>label+p {
	color: #666;
	display: block;
	overflow: hidden;
	padding: 5px 0 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap
}
aside h5 {
	margin-top: -1px
}
section.toggle.active {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px
}
section.toggle.active>label {
	border: 0 solid #ddd;
	background-color: #f5f5f5;
	color: #666
}
.toggle.active>label:before {
	border-top-color: #666
}
#screenshot {
	position: absolute;
	border: 1px solid #666;
	background: #666;
	padding: 5px;
	display: none;
	color: #fff
}
.no-desktop {
	display: none
}
.xt {
	margin-top: 20px
}
.explore-feature .xt {
	margin-top: 40px
}
.explore-feature .xb {
	margin-bottom: 40px
}
.pull-right {
	margin: 0 5px 5px 15px
}
.related-item {
	margin: 0 10px 10px 0;
	font-size: 1.1em;
	font-weight: 700
}
.parallax {
	margin: 0
}
.v-center {
	margin-top: 15%
}
.featured-testimonial {
	padding: 30px;
	background-color: #70539e;
	color: #fff
}
section.section {
	margin-top: 0
}
.heading.heading-middle-border-center {
	text-align: center
}
.heading.heading-middle-border {
	position: relative
}
.heading.heading-border {
	margin-bottom: 25px
}
.heading.heading-middle-border:before {
	border-top: 1px solid #dbdbdb;
	content: "";
	height: 0;
	left: auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.heading.heading-middle-border-center h1 {
	padding-left: 15px;
	padding-right: 15px
}
.heading.heading-middle-border h1 {
	padding-right: 15px
}
.heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
	position: relative;
	background: #fff;
	display: inline-block
}
.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
	margin: 0;
	padding: 15px;
	font-size: 28px
}
.p-none {
	padding: 0!important
}
.rb-call-out {
	background-color: #70539e;
	margin-top: 60px
}
.rb-call-out p {
	color: #fff;
	font-size: 28px;
	padding: 0;
	color: #fff;
	line-height: 38px;
	font-weight: 300;
	padding: 40px 85px 20px;
	text-align: center;
	font-style: italic
}
.featured-rehab-apps {
	padding: 50px 0;
	background: #70539e;
	margin: -50px 0 50px
}
.featured-rehab-apps p {
	color: #fff;
	font-size: 16px;
	padding: 0
}
.featured-rehab-apps h3 {
	font-size: 2em;
	color: #fff;
	text-transform: capitalize;
	font-weight: 300;
	text-align: center;
	margin: 0 0 20px
}
section.featured-datalite {
	background: #31302b;
	border-top: 4px solid #cddddd;
	border-bottom: 4px solid #cddddd;
	padding: 20px 0
}
section.featured-datalite h2 {
	color: #fff;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 14px
}
section.featured-datalite h1 {
	color: #fff;
	font-size: 1.8em;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 14px
}
section.featured-datalite p {
	color: #f7f7f7;
	font-size: 16px;
	line-height: 24px
}
section.featured-light {
	background: #fff;
	border-top: 1px solid #cddddd;
	border-bottom: 0 solid #cddddd;
	margin: 20px 0 -20px;
	padding: 20px 0
}
section.featured-light p {
	text-align: center;
	font-size: 1.1em
}
.mega-menu-content .row .col-md-6 .row .col-md-12 .menu-section-title {
	margin: -10px 0 13px;
	font-size: 1.1em;
	color: #09a349;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: 600;
	letter-spacing: 0;
	list-style-type: none
}
.mega-menu-content .row .col-md-12 .row .col-md-12 .menu-section-title {
	margin: -10px 0 13px;
	font-size: 1.1em;
	color: #09a349;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: 600;
	letter-spacing: 0;
	list-style-type: none
}
.mega-menu-content .row .col-md-6.border-left {
	border-left: 1px dotted #ccc
}
#header nav ul.nav-main li.active a, #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.dropdown:hover a, #header nav ul.nav-main li>a:hover, #header nav ul.nav-main ul.dropdown-menu {
	color: #fff;
	background-color: #666!important;
	border-radius: 0!important
}
.no-cursor {
	cursor: default
}
#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
	border-top-color: #666
}
#header .logo {
	width: 100%;
	text-align: left;
	position: absolute;
	margin: 0;
	padding: 0
}
#header .nav-main.mega-menu {
	height: 40px;
	display: inline-block;
	text-align: center;
	width: 100%;
	float: none
}
#header nav .nav-pills.nav-main {
	display: inline-block
}
.slider-container .tp-caption a {
	color: #09a349
}
.slider-container .tp-caption a:hover {
	color: #666
}
.slider-container .white-bg {
	padding: 170px 25px 200px;
	height: 100%;
	width: 30%;
	max-width: 350px
}
.page-top ul.breadcrumb>li a {
	color: #fff
}
.page-top ul.breadcrumb>li a:hover {
	color: #ccc
}
.page-top h1 {
	border-bottom: 0;
	padding: 5px 0 0
}
section.featured.footer, section.featured.footer h4 {
	margin: 0
}
section.call-to-action:before {
	display: none
}
.alert-update {
	position: fixed;
	top: 0;
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	text-align: center
}
.alert-dismissible {
	padding-right: 4rem
}
.alert {
	position: relative;
padding:.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
border-radius:.25rem
}
.fade {
	transition: opacity .15s linear
}
.feature-box .feature-box-icon {
	background: 0;
	color: #666;
	font-size: 24px
}
.feature-box .fa-lower-limb {
	background-image: url(img/logos/le-icon.webp);
	display: block;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain
}
.fa-lower-limb {
	display: block;
	float: left;
	width: 18px;
	white-space: nowrap;
background-image:img/logos/le-icon.webp
}
.feature-box .fa-upper-limb {
	background-image: url(img/logos/ue-icon.webp);
	display: block;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain
}
.feature-box.secundary .feature-box-icon {
	background: 0 0;
	width: 50px;
	height: 50px;
	margin-top: -8px
}
.table-h1 {
	background-color: #09a349;
	color: #fff;
	font-weight: 700
}
.table-h2 {
	background-color: #f7f7f7;
	font-weight: 700
}
.tab-pane h3 {
	text-align: left;
	font-weight: 500;
	font-size: 1.2em;
	margin: 20px 0
}
.btn-responsive-nav {
	border-color: #666
}
.no-mobile {
	display: block
}
.tabs.tabs-bottom ul.nav-tabs li a:hover, .tabs.tabs-bottom ul.nav-tabs li.active a, .tabs.tabs-bottom ul.nav-tabs li.active a:focus, .tabs.tabs-bottom ul.nav-tabs li.active a:hover {
	border-bottom-color: #666;
	color: #fff;
	background-color: #09a349
}
.tabs.tabs-bottom ul.nav-tabs li a:hover {
	color: #666;
	border-bottom-color: #666;
	background: #f7f7f7
}
.tabs.tabs-bottom {
	padding: 0;
	margin: 50px 0
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
	border-top: 0
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
	border-radius: 0
}
.tabs.tabs-simple .nav-tabs>li a, .tabs.tabs-simple .nav-tabs>li a:focus, .tabs.tabs-simple .nav-tabs>li a:hover {
	padding: 15px 30px;
	border-bottom: 3px solid #666;
	border-top: 1px solid #cddddd
}
.tabs.tabs-simple .tab-content {
	padding: 15px;
	box-shadow: none;
	border-top: 0;
	border-right: 1px solid #cddddd;
	border-left: 1px solid #cddddd;
	border-bottom: 1px solid #cddddd;
	z-index: -1
}
.tab-content>.active {
	margin-top: 15px
}
.feature-box.secundary {
	max-width: 350px
}
.feature-box.secundary p {
	font-weight: 700
}
.social-icons {
	margin: 15px 0 0;
	padding: 0
}
.social-icons li {
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.3)
}
.social-icons li a {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	background: #333;
	border-radius: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #333!important;
	text-decoration: none
}
.social-icons li:hover a {
	background: #171717;
	color: #fff!important
}
.social-icons li:hover.social-icons-instagram a {
	background: #e1306c
}
.social-icons li:hover.social-icons-facebook a {
	background: #3c5a99
}
.social-icons li:hover.social-icons-youtube a {
	background: #cc181e
}
.social-icons li:hover.social-icons-twitter a {
	background: #1da1f2
}
.social-icons li:hover.social-icons-linkedin a {
	background: #0077b5
}
.list.list-icons {
	list-style: none;
	padding-right: 0;
	padding-left: 20px
}
.list.list-icons li {
	position: relative;
	list-style: none
}
.list.list-icons li .fa, .list.list-icons li .icons {
	position: absolute;
	left: -20px;
	top: 5px
}
.list.list-icons.list-icons-style-2 li {
	padding-top: 4px;
	padding-left: 10px;
	margin-bottom: 13px
}
.list.list-icons.list-icons-style-4 li {
	padding-top: 4px;
	margin-left: 40px
}
.list.list-icons.list-icons-style-5 li {
	padding-top: 4px;
	margin-left: 60px
}
.list.list-icons.list-icons-style-2 li .fa, .list.list-icons.list-icons-style-2 li .icons, .list.list-icons.list-icons-style-2-apps li .icons {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px
}
.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.thumb-info .thumb-info-inner {
	white-space: nowrap;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	display: block
}
.thumb-info .thumb-info-title {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: rgba(23,23,23,.8);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	left: 0;
	letter-spacing: -1px;
	padding: 9px 11px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	z-index: 2;
	max-width: 100%
}
.thumb-info .owl-carousel {
	z-index: auto
}
.thumb-info .owl-carousel .owl-dots {
	z-index: 2
}
.thumb-info img {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-radius: 3px;
	position: relative;
	width: 100%
}
.thumb-info:hover .thumb-info-title {
	background: #000
}
.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
.label {
	display: inline;
	padding: .2em .6em;
	font-size: 84%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
@media(min-width:992px) {
#header nav.mega-menu .collapse, #header nav.mega-menu .dropdown, #header nav.mega-menu .dropup, #header nav.mega-menu .nav {
	position: static
}
#header nav.mega-menu ul.nav-main .mega-menu-content {
	text-shadow: none
}
#header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
	display: block;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 0;
	text-transform: uppercase;
	margin-top: 20px;
	text-decoration: underline
}
#header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title:first-child {
	margin-top: 0
}
#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
	background: #fff!important;
	border-top: 6px solid #ccc;
	color: #777;
	box-shadow: 0 20px 45px rgba(0,0,0,.08)
}
#header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
	list-style: none;
	padding: 0;
	margin: 0 0 20px
}
#header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
	color: #777;
	text-shadow: none;
	margin: 0 0 0 -8px;
	padding: 3px 8px;
	text-transform: none;
	font-size: .9em;
	display: block;
	font-weight: 400;
	border-radius: 4px;
	border: 0;
	line-height: 16px
}
#header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
	background: #09a349!important;
	text-decoration: none;
	color: #fff
}
#header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
	border-radius: 6px
}
#header nav.mega-menu .container, #header nav.mega-menu .navbar-inner {
	position: relative
}
#header nav.mega-menu .dropdown-menu {
	left: auto
}
#header nav.mega-menu .dropdown-menu>li {
	display: block
}
#header nav.mega-menu .mega-menu-content {
	padding: 20px 30px 0
}
#header nav.mega-menu .mega-menu-content:before {
	display: table;
	content: "";
	line-height: 0
}
#header nav.mega-menu .mega-menu-content:after {
	display: table;
	content: "";
	line-height: 0;
	clear: both
}
#header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0
}
#header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
	border-radius: 0
}
#header.center .logo {
	text-align: center;
	position: static;
	margin-top: 5px
}
#header.center nav {
	float: left;
	text-align: center;
	width: 100%
}
#header.center nav ul.nav-main {
	margin: 35px 0 10px
}
#header.center nav ul.nav-main>li {
	display: inline-block;
	float: none;
	text-align: left
}
body.sticky-menu-active #header.center>.container {
	margin-top: -60px
}
body.sticky-menu-active #header.center .logo {
	text-align: left
}
body.sticky-menu-active #header.center .logo img {
	margin-top: 42px
}
body.sticky-menu-active #header.center nav {
	float: right;
	margin-top: 18px;
	width: auto
}
body.sticky-menu-active #header.center nav ul.nav-main>li:hover>a, body.sticky-menu-active #header.center nav ul.nav-main>li>a {
	padding-bottom: 10px;
	padding-top: 10px
}
#header.full-width .container, #header.full-width>.container, #header.full-width>.navbar-collapse>.container {
	max-width: 100%;
	width: 100%
}
#header.flat-menu nav ul.nav-main li.active>a, #header.flat-menu nav ul.nav-main li>a {
	color: #666
}
#header.flat-menu nav ul.nav-main li.active>a {
	color: #666;
	background-color: transparent!important
}
#header.flat-menu nav ul.nav-main li.dropdown:hover a, #header.flat-menu nav ul.nav-main li>a:hover {
	color: #fff;
	background-color: #666!important
}
#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
	border-top-color: #666
}
}
@media(max-width:991px) {
#header.center {
	text-align: left
}
#header.center nav {
	float: none;
	width: auto
}
#header nav.mega-menu ul.nav-main .mega-menu-signin {
	margin-right: 0
}
#header nav.mega-menu ul.nav-main .mega-menu-signin a {
	color: #fff
}
#header nav.mega-menu ul.nav-main .mega-menu-signin a .fa-angle-down {
	display: none!important
}
#header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu {
	display: block!important;
	margin: 25px 0 0!important;
	padding: 0 0 0 8px;
	width: 100%;
	right: 0
}
#header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu li a {
	color: #fff;
	padding: 6px 0!important
}
#header {
	clear: both;
	display: block
}
#header>.container {
	margin-bottom: 0;
	width: 100%
}
#header .header-top, #header .search, #header .social-icons {
	display: none
}
#header .nav-collapse {
	background: #171717;
	clear: both;
	width: 100%
}
#header .nav-collapse .container .nav-main {
	float: left;
	width: 100%
}
#header .nav-main-collapse {
	top: 8px;
	position: relative;
	background: #171717;
	max-height: none;
	width: 100%;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden
}
#header .nav-main-collapse.collapse {
	display: none!important
}
#header .nav-main-collapse.in {
	width: 100%;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	display: block!important
}
#header .nav-main {
	padding: 10px 0;
	clear: both;
	display: block;
	float: none;
	width: 100%
}
#header .nav-main ul {
	padding: 0;
	margin: 0
}
#header .nav-main ul li {
	padding: 0;
	margin: 0;
	clear: both;
	float: none;
	display: block;
	border-bottom: 1px solid #2a2a2a
}
#header .nav-main ul li:last-child {
	border-bottom: 0
}
#header .nav-main ul ul {
	margin-left: 20px!important
}
#header .nav-main ul.nav-main {
	float: none;
	position: static;
	margin: 8px -10px 8px 0
}
#header .nav-main ul.dropdown-menu {
	position: static;
	clear: both;
	float: none;
	display: none!important
}
#header .nav-main li.resp-active>ul.dropdown-menu {
	display: block!important
}
#header .nav-main li.dropdown a.dropdown-toggle.extra {
	float: right;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 3px 0 -38px;
	z-index: 10;
	display: block
}
#header .nav-main li a.dropdown-toggle.disabled .fa {
	display: none
}
#header nav ul.nav-main>li+li {
	margin-left: 0
}
#header nav ul.nav-main li a i.fa-angle-down {
	position: absolute;
	right: 5px;
	top: 10px
}
#header nav ul.nav-main li.dropdown:hover>a {
	margin: 0;
	padding: 9px 8px!important
}
#header nav ul.nav-main ul.dropdown-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
#header nav ul.nav-main ul.dropdown-menu li>a {
	padding: 9px 8px;
	border: 0;
	border-top: 0;
	margin: 0;
	border-bottom: 0
}
#header nav ul.nav-main ul.sub-menu {
	padding: 0;
	margin: 0 0 10px
}
#header nav ul.nav-main .dropdown-submenu>a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff
}
#header nav ul.nav-main .dropdown-submenu:hover>a:after {
	border-left-color: transparent
}
body #header nav ul.nav-main li a, body #header nav ul.nav-main li.active a, body #header nav ul.nav-main li.dropdown.open .dropdown-toggle, body #header nav ul.nav-main li.dropdown:hover a, body #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li>a:hover, body #header nav ul.nav-main li>a:hover, body #header nav ul.nav-main ul.dropdown-menu, body #header nav ul.nav-main ul.dropdown-menu li:hover>a {
	background: 0 0!important;
	color: #fff
}
#header.fixed .nav-main-collapse, body.sticky-menu-active #header .nav-main-collapse {
	max-height: 300px
}
#header.fixed .nav-main-collapse.in, body.sticky-menu-active #header .nav-main-collapse.in {
	overflow: hidden!important;
	overflow-x: hidden!important;
	overflow-y: auto!important
}
.btn-responsive-nav {
	background: #171717;
	display: block;
	position: absolute;
	right: 20px;
	color: #fff;
	z-index: 1
}
.btn-responsive-nav:active, .btn-responsive-nav:focus, .btn-responsive-nav:hover {
	color: #ccc;
	outline: 0
}
#header .logo img {
	max-width: 180px;
	max-height: none!important;
	height: auto!important
}
#header .header-top ul.nav-top {
	float: left;
	margin: 7px 0 0 -15px;
	min-height: 5px
}
.slider-container {
	min-height: 0
}
.parallax {
	background-attachment: scroll!important;
	background-position: 50% 50%!important
}
.thumbnail {
	border: 0;
	text-align: center
}
.thumb-info .thumb-info-title {
	font-size: 14px
}
html .scroll-to-top.hidden-mobile {
	display: none!important
}
#header .social-icons {
	display: none
}
#header nav ul.nav-top {
	float: right;
	margin-right: 0
}
.sort-destination {
	height: auto!important
}
.isotope-item, .sort-destination {
	margin-left: auto!important;
	margin-right: auto!important
}
.isotope-item {
	position: static!important;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
	-webkit-transform: none!important;
	transform: none!important
}
.no-tablet {
	display: none
}
.no-desktop {
	display: block
}
.main .page-top .container {
	padding-left: 0
}
#header .search {
	top: 50px
}
#header .search input.search:first-child {
	top: 0;
	width: 210%;
	margin: auto
}
.mega-menu-content .row .col-md-6 .row .col-md-12 .menu-section-title {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 4px
}
.mega-menu-content .row .col-md-6.border-right {
	border-right: 0 solid #ccc
}
section.featured .container .row {
	margin-top: -10px
}
.btn-responsive-nav {
	margin-top: 0;
	background: #09a349;
	border-color: #09a349
}
.owl-controls, .parallax, .slider {
	display: block
}
#header .search, #header .search .input-group, #header .search form {
	width: 100%!important
}
#header nav ul.nav-main ul.sub-menu {
	padding: 0;
	margin: 0
}
.parallax {
	display: none
}
.sticky-menu-active {
	margin-top: -39px
}
#header {
	min-height: 60px
}
#header .nav-main-collapse {
	top: 47px;
	background: #09a349
}
#header>.navbar-collapse>.container {
	height: 290px
}
#header nav ul.nav-top {
	display: none
}
#header .nav-main ul li {
	text-align: left;
	border-bottom: 0 solid #fff
}
#header .nav-main ul li:hover {
	padding: 0;
	margin: 0
}
.featured-video-research .lead {
	margin-top: 20px
}
}
@media(max-width:990px) {
.covid-parallax {
	background-image: none;
	background-color: #70539e
}
.contact-parallax {
	background-image: none;
	background-color: #fff;
	padding-bottom: 60px
}
}
@media(max-width:600px) {
.api-sub p {
	text-align: left	
}
.featured-box h2 {
	font-size: 2em;
	line-height: 1.4;
}	
.featured-box p {
	font-size: 1.3em;
	line-height: 1.4;
}
.feature-box-info p {
	text-align: left
}
.system-box h2 {
	text-align: left
}
.includes-requirements p {
	text-align: left
}
h3 {
	text-align: center
}
.featured-video h3 {
	margin-top: 20px
}
ul {
	margin-top: 20px;
	text-align: left
}
.featured .lead {
	font-size: 1.2em
}
.lead {
	font-size: 1.2em
}
.featured-video-research h3 {
	margin-top: 20px
}
.featured-video-research .lead {
	margin-top: 20px
}
.featured-video .lead {
	margin-top: 20px
}
.featured h2 {
	font-size: 2em;
	margin: 20px 0
}
.featured p {
	font-size: 1em;
	margin: 20px 0;
	padding: 0 10px
}
.upper-limb-exerciser-parallax {
	background-image: none
}
.exercise-kit-parallax {
	background-image: none
}
#header nav ul.nav-top li, #header nav ul.nav-top li .phone {
	display: block
}
.horizontal-green: {
display:none
}
.page-top ul.breadcrumb, .slider {
	display: none
}
.single-item p {
	clear: both
}
#header .header-top, #header nav ul.nav-top {
	display: none
}
body {
	font-size: 16px;
	line-height: 24px
}
.page-top {
	padding: 16px 0
}
h2 {
	margin-top: 20px;
	line-height: 40px;
	text-align: center
}
p {
	text-align: center
}
.tabs .nav.nav-tabs.nav-justified li {
	display: block;
	margin-bottom: -5px
}
.tabs .nav.nav-tabs.nav-justified li a {
	border-top-width: 3px!important;
	border-bottom-width: 0!important
}
.tabs .nav.nav-tabs.nav-justified li:first-child a, .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
	border-radius: 5px 5px 0 0
}
.tabs .nav.nav-tabs.nav-justified li:last-child a, .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
	border-radius: 0
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
	margin-bottom: 0;
	margin-top: -5px
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
	border-bottom-width: 3px!important;
	border-top-width: 0!important
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
	border-radius: 0
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
	border-radius: 0 0 5px 5px
}
.isotope-item, .sort-destination {
	margin-left: auto!important;
	margin-right: auto!important
}
.arrow {
	display: none
}
.fas.quote-arrow {
	margin-left: 20px;
	display: none
}
.fas.download-arrow {
	display: none
}
.tile:hover {
	background-color: #09a349;
	border: 1px solid #09a349;
}
.tile:hover h2, .tile:hover p {
	color: #fff
}
.tile-img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 150px;
	height: 150px;
	clear: both
}
.tile-img-holder {
	background-color: green;
	height: 100%
}
.advance-parallax {
	background-image: url(../../img/parallax/advance-parallax.webp);
	min-height: 600px;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 0
}
.left, .right {
	background-color: #fff;
	padding: 40px
}
.explore-parallax h1 {
	font-size: 2.2em;
	font-weight: 100;
	padding-top: 0;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 20px
}
.explore-parallax h2 {
	font-size: 1.8em;
	padding-top: 20px;
	padding-bottom: 0;
	color: #333;
	text-transform: capitalize
}
.explore-parallax p {
	font-size: 1.1em;
	color: #333
}
.mobile-hide {
	display: none
}
section.explore {
	padding: 20px 0
}
.video-bg video {
	display: none
}
.video-bg .overlay {
	background-color: none;
	opacity: 1
}
section.wireless-icons h3 {
	margin: 5px 0
}
section.wireless-icons p {
	margin: 0 0 50px
}
.icon-text-container {
	margin: 10px 0
}
.tabs .nav.nav-tabs.nav-justified li {
	display: block;
	margin-bottom: -5px
}
.tabs .nav.nav-tabs.nav-justified li a {
	border-top-width: 3px!important;
	border-bottom-width: 0!important
}
.tabs .nav.nav-tabs.nav-justified li:first-child a, .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
	border-radius: 5px 5px 0 0
}
.tabs .nav.nav-tabs.nav-justified li:last-child a, .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
	border-radius: 0
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
	margin-bottom: 2px;
	margin-top: -2px;
	border-top: 1px solid #cddddd
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
	border-bottom-width: 3px!important;
	border-top-width: 0!important
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
	border-radius: 0
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 0;
	text-align: center
}
.page-top h1 {
	font-size: 1.7em;
	line-height: 37px;
	padding: 0 5px 0 15px
}
.no-mobile {
	display: none
}
.tabs.tabs-simple .nav-tabs>li a, .tabs.tabs-simple .nav-tabs>li a:focus, .tabs.tabs-simple .nav-tabs>li a:hover {
	height: auto
}
.explore-parallax {
	background-color: #f7f7f7;
	margin-top: -50px
}
.explore-parallax .left {
	background-color: #f7f7f7
}
.advance-parallax {
	background-image: none;
	background-color: #f7f7f7
}
.advance-parallax .right {
	background-color: #f7f7f7
}
.social-icons {
	float: left
}
.tile, .tile-sensor {
	min-height: 152px
}
.tile-text {
	padding: 0;
	min-height: auto
}
.datalite-performance-parallax {
	background-image: none;
	margin: 0
}
.datalite-performance-parallax .white-bg {
	display: none
}
.explore-parallax {
	background-image: none;
	text-align: center
}
.left {
	background-image: none;
	background-color: #fff
}
}