* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-size: 22px;
	/*line-height: 32px;*/
	color: #ffffff;
	margin: 0px;
	padding: 0;
	word-wrap: break-word !important;
	/*font-family: 'Open Sans', sans-serif;*/
}

body a {
	text-decoration: none;
}

/*SITEMAP STYLING*/

.sitemapLogo {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: left;
}

.mainAccordion {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 50px 50px 50px;
}

.sitemapLogo img {
	width: 10%;
	height: auto;
}

.sitemapLogo h1 {
	font-family: 'Economica', sans-serif;
	font-size: 3.5vw;
	color: rgba(6, 32, 50, 1);
}

.sitemaplist {
	width: 100%;
	height: auto;
}

.accordion {
	background-color: rgba(16, 55, 81, 0.11);
	color: rgba(6, 32, 50, 1);
	cursor: pointer;
	padding: 18px;
	width: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	border: none;
	text-align: left;
	outline: none;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-size: 1.7vw;
	font-weight: 600;
	transition: 0.5s;
}

.accordion a {
	color: rgba(6, 32, 50, 1);
}

.accordion i {
	color: rgba(220, 101, 4, 1);
}

.activeAccordion, .accordion:hover {
	background-color: rgba(35, 119, 175, 0.33);
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel h2 {
	color: rgba(6, 32, 50, 1);
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.5vw;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.panel h2 a {
	color: rgba(6, 32, 50, 1);
	transition: 0.5s;
}

.panel h2 a:hover {
	cursor: pointer;
	font-weight: bolder;
	transition: 0.5s;
	color: rgba(13, 121, 171, 1);
}

.panel p {
	color: rgba(6, 32, 50, 1);
}

.panel ul {
	color: rgba(6, 32, 50, 1);
	font-size: 1.3vw;
	list-style: none;
}

.panel ul li::before {
	color: rgba(220, 101, 4, 1);
	list-style-type: square;
	content: "\0276F";
	font-weight: bold;
	display: inline-block;
	width: 1.1em;
	margin-left: -1.1em;
}

.panel ul li, .panel ul li a {
	color: rgba(6, 32, 50, 1);
	transition: 0.5s;
}

.panel ul li a:hover {
	color: rgba(13, 121, 171, 1);
	transition: 0.5s;
}

.panel ul ul li a {
	color: rgba(6, 32, 50, 1);
	transition: 0.5s;
}

.sitemaplist .panel ul ul li a:hover {
	background-color: gray;
	cursor: pointer;
}

/****************************/

/*ABOUT SPAN*/

.textBoxH2 #certification {
	margin-top: -300px;
	/* Size of fixed header */
	padding-bottom: 300px;
	display: block;
}

#txtHint {
	width: 100%;
	background-color: white;
	border-radius: 5px;
}

#hover-balance {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#hover-balance a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	-webkit-box-shadow: -1px 2px 15px -4px rgba(94, 93, 94, 1);
	-moz-box-shadow: -1px 2px 15px -4px rgba(94, 93, 94, 1);
	box-shadow: -1px 2px 15px -4px rgba(94, 93, 94, 1);
	border-radius: 5px;
}

#hover-balance a:hover img {
	opacity: 0.5;
	cursor: pointer;
}

.twocolshead {
	width: 100%;
	height: auto;
	/*border:3px solid red;*/
	display: flex;
	flex-direction: row;
	align-items: center;
}

.leftText80 {
	width: 65%;
	height: 100%;
	/*border:3px solid blue;*/
	display: flex;
	flex-direction: row;
	align-items: center;
}

.leftText80 .textBox .textBoxH2 {
	color: #f16122;
	text-transform: unset;
}

.leftText80 .textBox p {
	font-weight: bolder;
}

.rightPic20 {
	width: 35%;
	height: 100%;
	/*border:3px solid green;*/
	display: flex;
	flex-direction: row;
	align-items: center;
}

.rightPic20 img {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.ladingquestions {
	color: rgba(11, 33, 65, 1);
	font-size: 3vw;
	font-weight: 600;
	font-family: 'Assistant', sans-serif;
}

.textBox h2 {
	/*color: rgba(11, 33, 65, 1);*/
	color: #f16122;
	font-size: 2vw;
}

.centeredWideIlustration video {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 60%;
}

#hiddenObject {
	display: none;
}

.spaceNotHiddenMobile {
	display: none;
}

.extraSpaceLine {
	width: 100%;
	height: 100px;
}

.balanceTitle {
	width: 100%;
}

.balanceTitle p {
	font-weight: bolder;
	font-size: 1.8vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 0.5;
	color: rgba(9, 47, 73, 1);
	text-align: center;
	font-family: 'Assistant', sans-serif;
}

.balanceTitle p:hover {
	color: #f16122;
	transition: 0.7s;
	cursor: pointer;
}

.top10 p {
	display: none;
}

#confirmationEmail {
	color: #fbb555;
	font-size: 3vw;
	font-weight: bolder;
	font-family: 'Economica', sans-serif;
}

.textConfirmDiv {
	width: 100%;
	height: auto;
	text-align: center;
	/*	border-color: green;
	border-style: solid;*/
}

#hideSubMenu {
	transition: top 0.3s;
}

.techsupportlist_a {
	text-decoration: none;
}

.bannerCentered img {
	border-radius: 10px;
}

.techsupportlist_a:hover {
	color: white;
	background-color: #011936;
}

.standingLeftPicture {
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.manualsList {
	/*border-style: solid;
	border-color: black;*/
	/*border-bottom: 0.5px solid #989897;*/
	border-radius: 15px;
	color: black;
	background-color: #ececec;
	text-align: center;
	transition: 0.2s ease;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
}

.manualsList:hover {
	color: white;
	background-color: #bcbcbb;
	cursor: pointer;
}

.sectionLinksInt {
	text-decoration: none;
	font-weight: bolder;
	font-size: 1.2vw;
}

.spanHighlited {
	text-decoration: none;
	font-weight: bolder;
	font-size: 1.2vw;
}

.sectionLinksInt:hover {
	transition: 0.5s ease;
	color: rgba(9, 47, 73, 1) !important;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
}

.techsupportlist_a p {
	transition: 0.5s ease;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
}

.techsupportlist_a:hover p {
	color: white;
	background-color: #011936;
}

.container {
	width: 100%;
	height: 100%;
	clear: both;
	/* border-color: red;
  border-style: solid;*/
}

.separator {
	height: 200px;
	clear: both;
	width: 100%;
}

.separator10 {
	height: 10px;
	clear: both;
	width: 100%;
}

.separator20 {
	height: 20px;
	clear: both;
	width: 100%;
}

.betweenBlockseparator {
	height: 100px;
	clear: both;
	width: 100%;
}

.betweenContentMainContactForm {
	height: 15px;
	width: 100%;
	/*		border-style: solid;
	border-color: red;*/
	clear: both;
}

.betweenContentMain {
	height: 150px;
	width: 100%;
	/*		border-style: solid;
	border-color: black;*/
	clear: both;
}

.betweenParagraphseparator {
	height: 30px;
	clear: both;
	width: 100%;
}

.separator20 {
	height: 20px;
	width: 100%;
	/*		border-style: solid;
	border-color: red;*/
	clear: both;
}

.betweenParagraphseparator2 {
	height: 50px;
	clear: both;
	width: 100%;
	position: relative;
	top: 20px;
	/*			border-style: solid;
	border-color: red;*/
}

.betweenContentForm {
	height: 50px;
	width: 100%;
	/*		border-style: solid;
	border-color: red;*/
	clear: both;
}

.main {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 50px 50px 50px;
	/*border-style: solid;
	border-color: red;*/
	/*margin-bottom: 100px;*/
}

.sectionInner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mainBanner {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #4f6471;
	padding: 30px 30px 30px 30px;
	/*	border-style: solid;
	border-color: red;*/
	/*margin-bottom: 100px;*/
}

.mainBanner2 {
	width: 100%;
	height: auto;
	position: relative;
	/*top: 0px;*/
	overflow: hidden;
	background-color: white;
	padding: 30px 30px 30px 30px;
	/*border-style: solid;
	border-color: red;*/
	/*margin-bottom: 100px;*/
}

.mainBanner3 {
	width: 100%;
	height: auto;
	/*position: relative;*/
	/*top: 0px;*/
	display: block;
	overflow: hidden;
	clear: both;
	/*background-color: white;*/
	/*padding: 30px 30px 30px 30px;*/
	/*border-style: solid;
	border-color: yellow;*/
	/*margin-bottom: 100px;*/
}

.balanceMainDivPic {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	/*border:3px solid red;*/
}

.balanceMainDivPic:hover a {
	opacity: 0.7;
}

.balanceMainDivPic img {
	width: 100%;
	height: auto;
}

.headlines {
	width: 100%;
	height: auto;
	/*height: 180px;*/
	border-style: solid;
	/*	border-color: green;*/
}

.headlinesCenteredShort {
	width: 100%;
	height: 100px;
	text-align: center;
	/*border-bottom: 3px solid #939393;
	clear: both;
	-webkit-box-shadow: 0px 15px 10px -10px #C6C6C6; 
	box-shadow: 0px 15px 10px -10px #C6C6C6;*/
	/*	border-style: solid;
	border-color: green;*/
}

.headlines40 {
	width: 60%;
	height: auto;
	clear: both;
	/*	border-style: solid;
	border-color: green;*/
}

.headlinesTitle {
	width: 100%;
	height: 80px;
	/*border-style: solid;
	border-color: yellow;*/
}

.oneColumnVideo {
	width: 100%;
	height: 350px;
	clear: both;
	/*border-style: solid;
	border-color: red;*/
	overflow: hidden;
}

.oneColumnVideoColumn1 {
	width: 50%;
	margin: auto;
	height: inherit;
	/*border-style: solid;
	border-color: green;*/
}

form label {
	color: black;
}

iframe {
	width: 100%;
	height: 100%;
}

.oneColumnImg {
	width: 100%;
	height: 400px;
	clear: both;
	/*border-style: solid;
	border-color: red;*/
	overflow: hidden;
}

.oneColumnImg22 {
	width: 100%;
	height: 250px;
	clear: both;
	/*border-style: solid;
	border-color: red;*/
	overflow: hidden;
}

.oneColumnTable {
	width: 100%;
	height: 100%;
	clear: both;
	/*border-style: solid;
	border-color: red;*/
	overflow: hidden;
}

.oneColumnImgColumn1 {
	width: 50%;
	margin: auto;
	height: 90%;
	/*	border-style: solid;
	border-color: green;*/
}

.oneColumnImgColumn1b {
	width: 50%;
	margin: auto;
	height: inherit;
	border-style: solid;
	border-color: #A29E9E;
}

.oneColumnImgColumn1c {
	width: 100%;
	margin: auto;
	height: inherit;
	/*border-style: solid;
	border-color: red;*/
}

.oneColumnImgColumn1d {
	width: 100%;
	margin: auto;
	height: inherit;
	/*border-style: solid;
	border-color: red;*/
}

.oneColumnImgColumn1e {
	width: 100%;
	margin: auto;
	height: 65%;
	/*border-style: solid;
	border-color: red;*/
}

.oneColumnImgColumn2 {
	width: 70%;
	margin: auto;
	height: 100%;
	/*border-style: solid;
	border-color: green;*/
}

.oneColumnTableColumn1 {
	width: 70%;
	margin: auto;
	height: inherit;
	overflow-x: auto;
	/*border-style: solid;
	border-color: green;*/
}

.headerTr {
	background-color: #0b3c5d;
}

.headerTr .tableTitles {
	color: #F5F5F5;
	font-size: 1.2vw;
	/*font-weight: normal;*/
	/*letter-spacing: 1px;*/
	/*font-family: 'Economica', sans-serif;
	 */
	font-family: 'Assistant', sans-serif;
}

.trhover td {
	color: #5a5959;
	font-size: 1.2vw;
	text-shadow: 0 0 1px #4f6471;
}

.twoColumnsImg {
	width: 100%;
	/*height: 300px;*/
	clear: both;
	/*border-style: solid;
	border-color: red;*/
	overflow: hidden;
}

.twoColumnsContactForm {
	width: 80%;
	height: 550px;
	clear: both;
	background-color: #ececec;
	/*border-style: solid;
	border-color: #939292;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 15px 10px -15px #111;
}

.threeColumnsImg {
	width: 100%;
	height: 415px;
	clear: both;
	/*border-style: solid;
	border-color: red;*/
	overflow: hidden;
}

.threeColumnsImgCertifications {
	width: 100%;
	height: 470px;
	clear: both;
	/*	border-style: solid;
	border-color: red;*/
	overflow: hidden;
}

.threeColumnsImgBedSystem {
	width: 100%;
	height: 390px;
	clear: both;
	/*border-style: solid;
	border-color: red;*/
	overflow: hidden;
}

.column1TwoCols {
	/*height: inherit;*/
	width: 50%;
	float: left;
	padding: 30px;
	/*border-style: solid;
	border-color: green;*/
	border-right: 1px solid #939393;
}

.column2TwoCols {
	float: left;
	position: relative;
	height: inherit;
	/*border-left: 1px solid #939393;*/
	padding: 30px;
	/*height: 500px;*/
	width: 50%;
	/*border-style: solid;
	border-color: orange;*/
}

.column1 {
	height: 350px;
	width: 33%;
	float: left;
	/*	border-style: solid;
	border-color: green;*/
}

.innerThreeColumns iframe {
	/*	border-style: solid;
	border-color: blue;*/
	height: 300px;
}

.column2 {
	float: left;
	left: .5%;
	position: relative;
	height: 350px;
	width: 33%;
	/*	border-style: solid;
	border-color: orange;*/
}

.column2Centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 250px;
	width: 33%;
	/*border-style: solid;
	border-color: orange;*/
}

.column3 {
	float: right;
	height: 350px;
	width: 33%;
	/*	border-style: solid;
	border-color: blue;*/
}

.column1BedSystem {
	height: 350px;
	width: 33%;
	float: left;
	/*border-style: solid;
	border-color: green;*/
}

.column2BedSystem {
	float: left;
	left: .5%;
	position: relative;
	height: 250px;
	width: 33%;
	/*border-style: solid;
	border-color: orange;*/
}

.column3BedSystem {
	float: right;
	height: 250px;
	width: 33%;
	/*border-style: solid;
	border-color: blue;*/
}

.column1Manuals {
	height: 250px;
	width: 33.33%;
	float: left;
	/*border-style: solid;
	border-color: green;*/
	border-right: 0.5px solid #989897;
}

.column2Manuals {
	float: left;
	/*left: .5%;*/
	position: relative;
	height: 250px;
	width: 33.33%;
	/*border-right: 0.5px solid red;*/
	/*border-style: solid;
	border-color: orange;*/
}

.column3Manuals {
	float: right;
	height: 250px;
	width: 33.33%;
	border-left: 0.5px solid #989897;
	/*border-left: 0.5px solid #989897;*/
	/*border-style: solid;
	border-color: blue;*/
}

.column1subMenu {
	height: 85px;
	margin-left: 37.5%;
	width: 8%;
	float: left;
	/*border-style: solid;
	border-color: yellow;*/
}

.column2subMenu {
	float: left;
	left: .5%;
	position: relative;
	height: 85px;
	width: 8%;
	/*border-style: solid;
	border-color: orange;*/
}

.column3subMenu {
	float: right;
	margin-right: 37.5%;
	height: 85px;
	width: 8%;
	/*border-style: solid;
	border-color: blue;*/
}

.column1subMenu:hover, .column2subMenu:hover, .column3subMenu:hover {
	cursor: pointer;
}

.column1subMenu:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column2subMenu:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column3subMenu:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

/*************************
SUBMENU PRODUCTS HOVER
**************************
*/

/*.column1subMenuProducts:hover, .column2subMenuProducts:hover, .column3subMenuProducts:hover,
.column4subMenuProducts:hover, .column4subMenuProducts:hover{	
	cursor: pointer;
	background-color: gray;

}

.column1subMenuProducts:hover .titleSubmenu
{	color: #fbb555;
	cursor: pointer;

}

.column2subMenuProducts:hover  .titleSubmenu
{	color: #fbb555;
	cursor: pointer;
}

.column3subMenuProducts:hover  .titleSubmenu
{	color: #fbb555;
	cursor: pointer;

}

.column4subMenuProducts:hover  .titleSubmenu
{	color: #fbb555;
	cursor: pointer;

}

.column5subMenuProducts:hover  .titleSubmenu
{	color: #fbb555;
	cursor: pointer;

}*/

/*.column1subMenuProducts:hover .logosFrame #hoverPic {
	cursor: pointer;
}*/

#hidden {
	display: none;
}

.column1subMenuProducts:hover .titleSubmenu, .column2subMenuProducts:hover .titleSubmenu, .column4subMenuProducts:hover .titleSubmenu, .column5subMenuProducts:hover .titleSubmenu {
	color: #fbb555;
}

.column1subMenuProducts:hover #hidden {
	display: block;
	transition: 1s;
	/*-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;*/
}

.column1subMenuProducts:hover #notHidden {
	transition: 1s;
	display: none;
}

.column2subMenuProducts:hover #hidden {
	transition: 1s;
	display: block;
}

.column2subMenuProducts:hover #notHidden {
	transition: 1s;
	display: none;
}

.column4subMenuProducts:hover #hidden {
	transition: 1s;
	display: block;
}

.column4subMenuProducts:hover #notHidden {
	transition: 1s;
	display: none;
}

.column5subMenuProducts:hover #hidden {
	transition: 1s;
	display: block;
}

.column5subMenuProducts:hover #notHidden {
	transition: 1s;
	display: none;
}

/*************************
SUBMENU MEDICAL HOVER
**************************/

.column1subMenuMedical {
	height: 85px;
	margin-left: 24.5%;
	width: 12%;
	float: left;
	/*border-style: solid;
	border-color: yellow;*/
}

.column2subMenuMedical {
	float: left;
	left: 1%;
	position: relative;
	height: 85px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column4subMenuMedical {
	float: left;
	left: 2%;
	position: relative;
	height: 85px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column5subMenuMedical {
	float: left;
	left: 3%;
	position: relative;
	height: 85px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column1subMenuMedical:hover, .column2subMenuMedical:hover, .column5subMenuMedical:hover, .column4subMenuMedical:hover {
	cursor: pointer;
}

.column1subMenuMedical:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column1subMenuMedical:hover .bottomColumn3, .column2subMenuMedical:hover .bottomColumn3 .titleSubmenu {
	color: #fbb555;
	border-color: #fbb555;
}

.column2subMenuMedical:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column5subMenuMedical:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column5subMenuMedical:hover .bottomColumn3, .column2subMenuMedical:hover .bottomColumn3 .titleSubmenu {
	color: #fbb555;
	border-color: #fbb555;
}

.column4subMenuMedical:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column4subMenuMedical:hover .bottomColumn3, .column2subMenuMedical:hover .bottomColumn3 .titleSubmenu {
	color: #fbb555;
	border-color: #fbb555;
}

.column1subMenuBalance:hover .bottomColumn3, .column2subMenuMedical:hover .bottomColumn3 .titleSubmenu {
	color: #fbb555;
	border-color: #fbb555;
}

.column2subMenuBalance:hover .bottomColumn3, .column2subMenuMedical:hover .bottomColumn3 .titleSubmenu {
	color: #fbb555;
	border-color: #fbb555;
}

.column4subMenuBalance:hover .bottomColumn3, .column2subMenuMedical:hover .bottomColumn3 .titleSubmenu {
	color: #fbb555;
	border-color: #fbb555;
}

/***************************
***************************/

/*************************
SUBMENU BALANCE
**************************/

.column1subMenuBalance {
	height: 85px;
	margin-left: 31%;
	width: 12%;
	float: left;
	/*border-style: solid;
	border-color: yellow;*/
}

.column2subMenuBalance {
	float: left;
	left: 1%;
	position: relative;
	height: 85px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column4subMenuBalance {
	float: left;
	left: 2%;
	position: relative;
	height: 85px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column5subMenuBalance {
	float: left;
	left: 3%;
	position: relative;
	height: 85px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column1subMenuBalance:hover, .column2subMenuBalance:hover, .column5subMenuBalance:hover, .column4subMenuBalance:hover {
	cursor: pointer;
}

.column1subMenuBalance:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column2subMenuBalance:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column5subMenuBalance:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

.column4subMenuBalance:hover .titleSubmenu {
	color: #fbb555;
	cursor: pointer;
}

/***************************
***************************/

/*************************
SUBMENU BALANCE STANDING
**************************/

.column0subMenuStanding {
	height: 65px;
	margin-left: 1%;
	width: 8%;
	float: left;
	/*background-color: green;*/
	/*border-style: solid;
	border-color: yellow;*/
}

.column1subMenuStanding {
	height: 65px;
	margin-left: 1%;
	width: 12%;
	float: left;
	/*border-style: solid;
	border-color: yellow;*/
}

.column2subMenuStanding {
	float: left;
	left: 25%;
	position: relative;
	height: 65px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column2subMenuStandingsoftware {
	float: left;
	left: 20%;
	position: relative;
	height: 65px;
	width: 9%;
}

.column3subMenuStanding {
	float: left;
	left: 36%;
	position: relative;
	height: 65px;
	width: 8%;
}

.column3subMenuStandingsoftware {
	float: left;
	left: 21%;
	position: relative;
	height: 65px;
	width: 9%;
}

.column3BsubMenuStanding {
	float: left;
	left: 25%;
	position: relative;
	height: 65px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column4subMenuStanding {
	float: left;
	left: 26%;
	position: relative;
	height: 65px;
	width: 12%;
	/*	border-style: solid;
	border-color: orange;*/
}

.column4subMenuStandingsoftware {
	float: left;
	left: 22%;
	position: relative;
	height: 65px;
	width: 8%;
}

.column4subMenuStandingLong {
	float: left;
	left: 27%;
	position: relative;
	height: 65px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column5subMenuStanding {
	float: left;
	left: 27%;
	position: relative;
	height: 65px;
	width: 12%;
	/*border-style: solid;
	border-color: orange;*/
}

.column5subMenuStandingsoftware {
	float: left;
	left: 23%;
	position: relative;
	height: 65px;
	width: 12%;
}

.column6subMenuStanding {
	float: left;
	left: 28%;
	position: relative;
	height: 65px;
	width: 13.5%;
	/*border-style: solid;
	border-color: orange;*/
}

.column6subMenuStandingsoftware {
	float: left;
	left: 24%;
	position: relative;
	height: 65px;
	width: 12%;
}

.column1subMenuWheelchair:hover .bottomColumn3, .column1subMenuWheelchair:hover .bottomColumn3 .titleSubmenu {
	color: #fbb555;
	border-color: #fbb555;
}

.column2subMenuMedical:hover .bottomColumn3, .column2subMenuMedical:hover .bottomColumn3 .titleSubmenu {
	color: #fbb555;
	border-color: #fbb555;
}

.titleSubmenu:hover, .titleSubmenuLong:hover {
	color: #fbb555;
	cursor: pointer;
}

/*.logosFrame img:hover{
	background: #fbb555;
}*/

.column1subMenuProducts:hover .bottomColumn3, .column4subMenuProducts:hover .bottomColumn3, .column5subMenuProducts:hover .bottomColumn3 {
	border-color: #fbb555;
}

.column2subMenuProducts:hover .bottomColumn3 {
	border-color: #fbb555;
}

/*.logosFrame#hoverPic + .titleSubmenu:hover{
	border-color: red;
}*/

.bottomColumn3_2:hover {
	border-color: #fbb555;
}

.bottomColumn3_2:hover .titleSubmenu {
	color: #fbb555;
}

/***************************
***************************/

/*************************
SUBMENU WHEELCHAIR
**************************/

.column1subMenuWheelchair {
	height: 85px;
	margin-left: 37.5%;
	width: 12%;
	float: left;
	/*border-style: solid;
	border-color: yellow;*/
}

.column1subMenuWheelchair:hover .titleSubmenu {}

/***************************
***************************/

.mainTitle {
	float: left;
	top: 10%;
	position: relative;
	line-height: 50px;
	font-size: 7vw;
	color: #f16122;
	font-family: 'Teko', sans-serif;
}

.mainTitle_v2 {
	/*float: left;*/
	top: 10%;
	position: relative;
	line-height: 50px;
	font-size: 5.5vw;
	color: #f16122;
	text-align: center;
	font-family: 'Teko', sans-serif;
}

.mainTitleCentered {
	/*color: black;
	float: left;*/
	top: 40%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	line-height: 50px;
	font-size: 7vw;
	color: #213e6b;
	font-family: 'Teko', sans-serif;
}

.subTitle {
	color: black;
	float: left;
	line-height: 1px;
	font-size: 4vw;
}

.secondTitle {
	color: rgba(12, 13, 13, 1);
	line-height: 1.5;
	letter-spacing: 7px;
	font-size: 3vw;
	font-family: 'Economica', sans-serif;
	margin-bottom: 0px;
}

.centeredTextTitle p {
	text-align: center;
	color: #4f6471;
	font-size: 1.5vw;
	font-weight: bolder;
	text-shadow: 0 0 0.5px #e6f0ef;
	letter-spacing: 3px;
	font-family: 'Economica', sans-serif;
	/*font-family: 'Nunito', sans-serif;*/
}

.thirdTitle {
	color: #22283c;
	position: relative;
	text-align: left;
	top: 25px;
	font-size: 3vw;
	margin: auto;
	font-family: 'Teko', sans-serif;
	clear: both;
}

.thirdTitle2 {
	color: black;
	position: relative;
	text-align: left;
	top: 10px;
	font-size: 2vw;
	margin: auto;
	clear: both;
}

.thirdTitleOuter {
	color: black;
	text-align: center;
	font-size: 2vw;
	margin: auto;
	clear: both;
	letter-spacing: 7px;
}

.fourthTittle {
	color: black;
	text-align: center;
	font-family: 'Economica', sans-serif;
	font-size: 1.3vw;
	margin: auto;
	clear: both;
}

.secondTitleCenter {
	color: black;
	line-height: 10px;
	letter-spacing: 7px;
	font-size: 3vw;
	text-align: center;
	margin-bottom: 0px;
}

.pCentered {
	color: black;
	position: relative;
	text-align: center;
	top: 10px;
}

.centeredText {
	position: relative;
	width: 100%;
	margin-top: 0px;
	/*	border-style: solid;
	border-color: blue;*/
	clear: both;
}

.centeredTextTitle {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 0px;
	/*border-style: solid;
	border-color: blue;*/
	border-bottom: 3px solid #939393;
	clear: both;
	-webkit-box-shadow: 0px 15px 10px -10px #C6C6C6;
	box-shadow: 0px 15px 10px -10px #C6C6C6;
}

.mainBanner3 .two .centeredTextTitle, .mainBanner3 .one .centeredTextTitle {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 0px;
	/*border-style: solid;
	border-color: blue;*/
	height: auto;
	border-bottom: 3px solid white;
	clear: both;
	-webkit-box-shadow: 0px 15px 10px -10px #C6C6C6;
	box-shadow: 0px 15px 10px -10px #C6C6C6;
}

.mainBanner3 .two .centeredTextTitle p, .mainBanner3 .one .centeredTextTitle p {
	font-family: 'Economica', sans-serif;
	color: #c3dac3;
	text-shadow: none;
}

.formListDiv .selectListCform option {
	font-family: 'Economica', sans-serif;
	font-size: 4vw;
}

.leftText {
	position: relative;
	float: left;
	width: 45%;
	margin-top: 5%;
	max-height: inherit;
	/*border-style: solid;
	border-color: blue;*/
	clear: both;
}

.leftText2 {
	position: relative;
	float: left;
	width: 40%;
	margin-top: 5%;
	max-height: inherit;
	/*border-style: solid;
	border-color: blue;*/
	clear: both;
}

.leftText3 {
	position: relative;
	float: left;
	width: 40%;
	max-height: inherit;
	/*border-style: solid;
	border-color: blue;*/
	clear: both;
}

.centeredText p {
	text-align: left;
	color: #323232;
	font-size: 1vw;
	/*font-weight: */
	text-shadow: 0 0 3px #e8e8e8;
	letter-spacing: 3px;
	/*font-family: 'Josefin Sans', sans-serif;*/
	/*font-family: 'Economica', sans-serif; */
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: 'Assistant', sans-serif;
}

.centeredText p span {
	font-weight: bolder;
}

.centeredText p a {
	text-align: justify;
	color: #323232;
	font-size: 2vw;
	/*font-weight: */
	text-shadow: 0 0 3px #e8e8e8;
	letter-spacing: 3px;
	/*font-family: 'Josefin Sans', sans-serif;*/
	/*font-family: 'Economica', sans-serif; */
	font-family: 'Open Sans Condensed', sans-serif;
}

.leftText p {
	text-align: justify;
	color: black;
	font-size: 2vw;
	font-family: 'Open Sans Condensed', sans-serif;
}

.rightText p {
	text-align: justify;
	color: black;
}

.rightPictureSmall {
	position: relative;
	float: right;
	right: 10%;
	width: 30%;
	height: 300px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	/*border-style: solid;
	border-color: orange;*/
	/*clear: both;*/
}

.innerTwoColumns2 {
	width: 100%;
	/*max-height: inherit;*/
	height: 500px;
	display: block;
	/*border-style: solid;
	border-color: blue;*/
	clear: both;
}

.innerTwoColumns2 .innerListDiv2 ul li a {
	font-size: 1.5vw;
}

.innerTwoColumns3 {
	width: 100%;
	max-height: 535px;
	display: block;
	/*border-style: solid;
	border-color: red;*/
	clear: both;
}

.innerThreeColumns {
	width: 100%;
	max-height: 230px;
	display: block;
	/*border-style: solid;
	border-color: orange;*/
	clear: both;
}

.innerThreeColumnsBedSystem {
	width: 100%;
	max-height: 230px;
	display: block;
	/*border-style: solid;
	border-color: orange;*/
	clear: both;
}

.innerThreeColumnsManuals {
	width: 100%;
	max-height: 230px;
	display: block;
	padding-left: 0.5%;
	padding-right: 0.5%;
	/*border-style: solid;
	border-color: orange;*/
	clear: both;
}

.iframeThreeCol {
	width: 100%;
	max-height: 230px;
	display: block;
	/*border-style: solid;
	border-color: orange;*/
	clear: both;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.picture {
	width: 100%;
	height: 100%;
	/*	margin-left: auto;
	margin-right: auto;*/
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
}

.pictureCenteredGait {
	width: 30%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
}

.pictureCenteredAbout {
	width: 40%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
}

.picture3Colums {
	width: 100%;
	height: 75%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
}

.picture3b {
	width: 40%;
	height: 55%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 5%;
	position: relative;
}

.picture3ProductsB {
	width: 30%;
	height: 55%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 5%;
	position: relative;
}

.titleSubmenu {
	color: white;
	letter-spacing: 4px;
	font-weight: bolder;
	text-align: center;
	bottom: 12px;
	position: relative;
}

.titleSubmenuCertification {
	color: white;
	letter-spacing: 7px;
	font-weight: bolder;
	text-align: center;
	bottom: 12px;
	position: relative;
	font-family: 'Economica', sans-serif;
	font-size: 1.2vw;
}

.titleSubmenuLong {
	font-size: 1vw;
	color: white;
	font-weight: bolder;
	text-align: center;
	bottom: 10px;
	position: relative;
}

.bottomColumn3SubMenu {
	height: 25px;
	width: 100%;
	/*clear: both;*/
	margin-top: 34px;
	border-color: #dce7f9;
	/*border-style: thin;*/
	border-bottom-style: solid;
	/*border-top-style: solid;*/
}

.centeredLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 90%;
}

.centeredLogoSmall {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	height: 100%;
}

.wideLogo {
	/*display: block;
    margin-left: auto;
    margin-right: auto;*/
	width: 100%;
	height: 90%;
}

.upperDivImg {
	width: 100%;
	height: 10%;
	/*border-style: solid;
	border-color: black;*/
}

.innerDivLeft {
	width: 50%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	/*border-style: solid;
	border-color: red;*/
}

.innerDivRight {
	width: 50%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	float: right;
	/*border-style: solid;
	border-color: green;*/
}

.innerDivText {
	color: black;
	font-size: 1.3em;
	font-weight: bolder;
	/*border-style: solid;
	border-color: red;*/
}

.picture2 {
	width: 100%;
	height: 100%;
}

.pictureInner {
	width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*opacity: 0.5;
   	filter: alpha(opacity=50); /* For IE8 and earlier */
	*/
}

.pictureInnerCertifications {
	width: 75%;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	/*opacity: 0.5;
   	filter: alpha(opacity=50); /* For IE8 and earlier */
	*/
}

.pictureInner:hover {
	/*opacity: 1;
   	filter: alpha(opacity=100); /* For IE8 and earlier */
	*/
}

.pictureb {
	width: 100%;
	max-height: inherit;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
}

.pictureb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

.pictureInnerTwoCols {
	width: 80%;
	height: 240px;
	top: 10px;
	/*border-style: solid;
	border-color: orange;*/
	position: relative;
	left: 10%;
}

.pictureInnerTwoCols2b {
	width: 65%;
	top: 10px;
	height: 240px;
	/*border-style: solid;
	border-color: orange;*/
	position: relative;
	left: 17%;
}

.leftPicture {
	position: relative;
	float: left;
	left: 5%;
	width: 30%;
	height: 470px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	/*border-style: solid;
	border-color: orange;*/
	/*clear: both;*/
}

.leftPicture2 {
	position: relative;
	float: left;
	left: 5%;
	width: 21%;
	height: 470px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	/*border-style: solid;
	border-color: orange;*/
	/*clear: both;*/
}

.leftPicture3 {
	position: relative;
	float: left;
	top: 50px;
	left: 5%;
	width: 30%;
	height: 140px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	/*border-style: solid;
	border-color: orange;*/
	/*clear: both;*/
}

.leftPicture4 {
	position: relative;
	float: left;
	left: 5%;
	width: 40%;
	height: 400px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	/*border-style: solid;
	border-color: orange;*/
	/*clear: both;*/
}

.leftPicture5 {
	position: relative;
	float: left;
	top: 50px;
	left: 5%;
	width: 32%;
	height: 280px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	/*border-style: solid;
	border-color: orange;*/
	/*clear: both;*/
}

.leftPicture6 {
	position: relative;
	float: left;
	left: 5%;
	width: 30%;
	height: 400px;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	/*border-style: solid;
	border-color: orange;*/
	/*clear: both;*/
}

.innerListDiv {
	width: 85%;
	/*border-style: solid;
	border-color: orange;*/
	clear: both;
	position: relative;
	/*overflow: hidden;*/
}

.innerListDiv2 {
	width: 100%;
	top: 20px;
	text-align: left;
	/*border-style: solid;
	border-color: orange;*/
	clear: both;
	position: relative;
	/*overflow: hidden;*/
}

.innderListH2 {
	font: 900 3.2vw/1.5 Economica, sans-serif;
	padding: 0;
	color: #474747;
	margin-bottom: 20px;
	/*	 	border-style: solid;
	border-color: orange;*/
}

.innerListUl {
	list-style-type: disc;
	color: #515151;
	margin: 0;
	padding: 0;
}

.innerListLi {
	/*font: 200 20px/1.5 Helvetica, Verdana, sans-serif;*/
	margin-left: 20px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #ccc;*/
}

.innerListLi:child {
	border: none;
}

.innerListLi a {
	text-decoration: none;
	color: #5a5959;
	display: block;
	font-weight: bolder;
	width: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1.5px;
	font-size: 1.6vw;
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
}

.innerListLi a:hover {
	/*font-size: 30px;*/
	background: #f6f6f6;
}

@media all and (max-width: 1096px) {
	.main {
		width: 100%;
		height: auto;
		overflow: hidden;
		clear: both;
		/*display: block;
	  	top: 50px;
	  	position: relative;*/
		padding: 5px 20px 20px 20px;
		/*	border-style: solid;
		border-color: green;*/
		/*margin-bottom: 100px;*/
	}
	.separator {
		height: 100px;
		width: 100%;
	}
	.container {
		margin: auto;
		max-width: 100%;
		/*border-style: solid;
		border-color: red;*/
	}
	.w3-content.modified {
		display: none;
	}
	.headlinesTitle {
		display: block;
		width: 100%;
		height: 80px;
	}
	.leftText {
		width: 100%;
		box-sizing: border-box;
	}
	.rightText {
		width: 100%;
		box-sizing: border-box;
	}
	.rightPicture {
		width: 100%;
	}
	.rightPicture2 {
		width: 100%;
		left: 1%;
		height: 300px;
		/*border-style: solid;
		border-color: green;*/
	}
	.leftPicture {
		width: 100%;
		/*border-style: solid;
		border-color: green;*/
		left: 2px;
	}
	.leftPicture2 {
		width: 50%;
		/*border-style: solid;
		border-color: green;*/
		left: 20%;
	}
	.leftPicture3 {
		width: 90%;
		/*border-style: solid;
		border-color: green;*/
		left: 5%;
	}
	.leftPicture4 {
		width: 90%;
		/*border-style: solid;
		border-color: green;*/
		left: 5%;
	}
	.leftPicture5 {
		width: 90%;
		/*border-style: solid;
		border-color: green;*/
		left: 5%;
	}
	.leftPicture6 {
		width: 90%;
		/*border-style: solid;
		border-color: green;*/
		left: 5%;
	}
	.threeColumnsImgCertifications {
		display: block;
		clear: both;
		height: 100%;
	}
	.threeColumnsImgBedSystem {
		display: block;
		clear: both;
		height: 100%;
	}
	.innerThreeColumns {
		display: block;
		clear: both;
		max-height: 300px;
		/*border-color: purple;
		border-style: solid;*/
	}
	.innerThreeColumnsBedSystem {
		display: block;
		clear: both;
		max-height: 300px;
		/*border-color: purple;
		border-style: solid;*/
	}
	.innerThreeColumnsManuals {
		display: block;
		clear: both;
		max-height: 300px;
		/*border-color: purple;
		border-style: solid;*/
	}
	.innerTwoColumns {
		display: block;
		clear: both;
		max-height: 50%;
	}
	.twoColumnsImg {
		display: block;
		clear: both;
		height: 100%;
	}
	.twoColumnsContactForm {
		display: block;
		clear: both;
		height: 100%;
	}
	.oneColumnImgColumn1 {
		width: 100%;
	}
	.oneColumnImgColumn1Standing {
		width: 100%;
		height: 250px;
	}
	.oneColumnImgColumn1b {
		width: 50%;
	}
	.oneColumnImgColumn2 {
		width: 100%;
	}
	.oneColumnTableColumn1 {
		width: 100%;
	}
	.pictureb {
		width: 60%;
		left: 20%;
		height: 250px;
		position: relative;
	}
	.pictureInner {
		width: 100%;
		height: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	.pictureInnerTwoCols {
		width: 100%;
		max-height: 300px;
		left: 0px;
	}
	.column1TwoCols {
		height: 350px;
		width: 100%;
		clear: both;
		display: block;
		position: relative;
		/*border-style: solid;
		border-color: green;*/
		border-right: none;
		border-bottom: 1px solid #939393;
		margin: 0 auto 1em;
	}
	.column2TwoCols {
		height: 300px;
		width: 100%;
		clear: both;
		display: block;
		position: relative;
		/*border-top: 1px solid #939393;*/
		border-left: none;
		/*border-style: solid;
		border-color: green;*/
		margin: 0 auto 1em;
	}
	.column2Centered {
		width: 100%;
		clear: both;
		display: block;
		position: relative;
		/*border-style: solid;
		border-color: orange;*/
		margin: 0 auto 1em;
	}
	.column1Manuals {
		/*height: 100px;*/
		width: 100%;
		clear: both;
		display: block;
		position: relative;
		/*border-style: solid;
		border-color: green;*/
		margin: 0 auto 1em;
	}
	.column2Manuals {
		/*height: 100px;*/
		width: 100%;
		clear: both;
		display: block;
		position: relative;
		/*border-style: solid;
		border-color: orange;*/
		margin: 0 auto 1em;
	}
	.column3Manuals {
		/*height: 100px;*/
		width: 100%;
		clear: both;
		display: block;
		position: relative;
		/*border-style: solid;
		border-color: blue;*/
		margin: 0 auto 1em;
	}
	.oneColumnVideoColumn1 {
		height: 300px;
		width: 100%;
		/*border-style: solid;
		border-color: green;*/
	}
	.innerListDiv {
		width: 100%;
		clear: both;
		/*border-style: solid;
		border-color: green;*/
		margin-bottom: 50px;
	}
	.innerListDiv2 {
		width: 100%;
		clear: both;
		/*border-style: solid;
		border-color: green;*/
		margin-bottom: 50px;
	}
}

/*************************
Manuals Section

*************************/

.ManualsDiv {
	width: 100%;
	height: 200px;
	border-style: solid;
	border-color: black;
}

/******************************
MOBILE RESPONSE ILUSTRATIONS
******************************/

@media all and (min-width: 1096px) {
	#navScroll #cssmenu ul ul li a {
		font-size: 1.1vw;
	}
	#cssmenu ul ul li a {
		font-size: 3vw;
	}
	.leftPictureStanding {
		/*position: relative;*/
		float: left;
		position: relative;
		/*left: 0;*/
		width: 55%;
		height: 470px;
		overflow: hidden;
		/*-webkit-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);*/
		border-style: solid;
		border-color: orange;
		/*clear: both;*/
	}
	.rightText {
		position: relative;
		float: right;
		width: 45%;
		height: 470px;
		/*margin-top: 2%;*/
		border-style: solid;
		border-color: blue;
		/*clear: both;*/
	}
	.picture {
		width: 30%;
		height: 100%;
		display: block;
		left: 0%;
		position: relative;
	}
	.pictureCentered {
		width: 100%;
		height: 100%;
		display: block;
		left: 0%;
		position: relative;
	}
	.picture3Colums {
		max-width: 90%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		left: 0%;
		position: relative;
	}
	.oneColumnImgColumn1Standing {
		width: 100%;
		margin: auto;
		height: 350px;
		/*border-style: solid;
		border-color: green;*/
	}
	.pictureInnerOneCol {
		max-width: 50%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		/*left: 25%;*/
		margin-right: auto;
		margin-left: auto;
		position: relative;
		/*border-style: solid;
		border-color: green;*/
		/*-webkit-box-shadow: -3px 3px 21px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: -3px 3px 21px -5px rgba(0,0,0,0.75);
		box-shadow: -3px 3px 21px -5px rgba(0,0,0,0.75);*/
	}
	.pictureInnerOneColIndex {
		max-width: 50%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		left: 25%;
		position: relative;
		/*border-style: solid;
		border-color: green;*/
		/*-webkit-box-shadow: -3px 3px 21px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: -3px 3px 21px -5px rgba(0,0,0,0.75);
		box-shadow: -3px 3px 21px -5px rgba(0,0,0,0.75);*/
	}
	.rightPicture {
		position: relative;
		float: right;
		width: 50%;
		height: 470px;
		/*-webkit-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);*/
		/*	border-style: solid;
		border-color: orange;*/
		/*clear: both;*/
	}
	.rightPicture2 {
		position: relative;
		float: right;
		width: 50%;
		height: 420px;
		/*-webkit-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.75);*/
		/*		border-style: solid;
		border-color: orange;*/
		/*clear: both;*/
	}
	.pictureStandingRight {
		max-width: 70%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		/*left: 0%;*/
		margin-left: auto;
		margin-right: auto;
		top: 5%;
		position: relative;
		/*border-style: solid;
		border-color: green;*/
		-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		border-radius: 10px;
	}
	.pictureSoftware {
		max-width: 70%;
		max-height: 100%;
		width: 70%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		top: 20%;
		position: relative;
		/*border-style: solid;
		border-color: green;*/
		-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		border-radius: 10px;
	}
	.picture2b {
		max-height: 80%;
		max-width: 90%;
		width: 700px;
		height: 350px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		/*top: 20%;*/
		position: relative;
		/*border-style: solid;
		border-color: red;*/
		-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		border-radius: 10px;
	}
	.innerTwoColumnsTitle {
		width: 100%;
		/*height: 500px;*/
		display: block;
		/*	border-style: solid;
		border-color: red;*/
		clear: both;
	}
	.pictureInnerTwoCols2 {
		top: 10px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		max-width: 60%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
	}
	.innerTwoColumns {
		width: 100%;
		max-height: 90%;
		height: 300px;
		display: block;
		/*	border-style: solid;
		border-color: red;*/
		clear: both;
	}
	.picture2bOrtho {
		max-height: 100%;
		max-width: 80%;
		width: 700px;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		/*top: 20%;*/
		position: relative;
		/*		border-style: solid;
		border-color: green;*/
		-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		border-radius: 10px;
	}
	.column1Certifications {
		height: 450px;
		width: 33%;
		float: left;
		/*	border-style: solid;
	border-color: green;*/
	}
	.column2Certifications {
		float: left;
		left: .5%;
		position: relative;
		height: 450px;
		width: 33%;
		/*	border-style: solid;
	border-color: orange;*/
	}
	.column3Certifications {
		float: right;
		height: 450px;
		width: 33%;
		/*	border-style: solid;
	border-color: blue;*/
	}
	.bannerCentered {
		max-width: 100%;
		max-height: 820px;
		width: auto;
		height: auto;
		/*	border-style: solid;
		border-color: blue;*/
		overflow: hidden;
		/*background-image: url("img/banners/banner_01.");*/
	}
	.bannerCentered img {
		width: 80%;
		height: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.twoColumnsLink {
		max-width: 100%;
		height: 400px;
		border-radius: 5px;
		border-style: solid;
		border-color: #c8c7c7;
		overflow: hidden;
		background-color: #e8ebec;
	}
	.twoColumnsLink2 {
		width: 100%;
		height: 550px;
		/*height: auto;	*/
		clear: both;
		overflow: hidden;
		border-radius: 5px;
		/*border-style: solid;
		border-color: red;*/
		background-color: #e8ebec;
	}
	.left50 {
		float: left;
		width: 50%;
		height: 100%;
		clear: both;
		opacity: 1;
		overflow: hidden;
		/*border-style: solid;
		border-color: blue;*/
	}
	.smallExtraLine {
		/*display: 	none;*/
	}
	.twoColumnsLink .left50:hover {
		cursor: pointer;
		opacity: .7;
	}
	.right50 {
		float: right;
		width: 50%;
		opacity: 1;
		/*top: -60%;*/
		bottom: 100%;
		clear: both;
		height: 100%;
		overflow: hidden;
		position: relative;
		background-color: #d5d4d4;
		/*border-style: solid;
		border-color: green;*/
	}
	.twoColumnsLink .right50:hover {
		opacity: .7;
		cursor: pointer;
	}
	.left50Upper {
		max-width: 50%;
		max-height: 60%;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		float: left;
		/*margin-left: auto;
		margin-right: auto;*/
		top: 10%;
		/*		border-style: solid;
		border-color: black;*/
	}
	.right50Upper {
		max-width: 50%;
		max-height: 60%;
		width: auto;
		height: auto;
		float: right;
		display: block;
		position: relative;
		/*margin-left: auto;
		margin-right: auto;*/
		top: 10%;
		/*		border-style: solid;
		border-color: black;*/
	}
	.left50Bottom {
		width: 100%;
		height: 30%;
		top: 25%;
		position: relative;
		display: block;
		clear: both;
		text-align: center;
		background-color: #e27339;
		/*	border-style: solid;
		border-color: orange;*/
	}
	.left50Full {
		max-width: 50%;
		max-height: 96%;
		width: auto;
		height: auto;
		display: block;
		top: 2%;
		overflow: hidden;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
		-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		/*	border-style: solid;
		border-color: black;*/
	}
	.left50Half {
		max-width: 80%;
		max-height: 50%;
		width: auto;
		height: auto;
		display: block;
		top: 30%;
		overflow: hidden;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
		-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		/*		border-style: solid;
		border-color: black;*/
	}
	.left50FullText {
		max-width: 90%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		/*top: -50px;*/
		overflow: hidden;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		/*	border-style: solid;
		border-color: blue;*/
	}
	.left50Bottom {
		width: 100%;
		height: 30%;
		top: 25%;
		position: relative;
		display: block;
		clear: both;
		text-align: center;
		background-color: #e27339;
		/*	border-style: solid;
		border-color: orange;*/
	}
	.pictureLeft50 {
		width: 40%;
		height: 80%;
		top: 10%;
		position: relative;
		float: right;
		right: 10%;
		/*margin-left: auto;
		margin-right: auto;*/
		display: block;
	}
	.pictureRight50 {
		width: 40%;
		height: 80%;
		top: 10%;
		position: relative;
		float: left;
		left: 10%;
		/*	margin-left: auto;
		margin-right: auto;*/
		display: block;
	}
	.secondTitleCentered2 {
		font-size: 3.5vw;
	}
	.headlinesCentered {
		width: 100%;
		height: 100px;
		text-align: center;
		/*border-bottom: 3px solid #939393;
		clear: both;
		-webkit-box-shadow: 0px 15px 10px -10px #C6C6C6; 
		box-shadow: 0px 15px 10px -10px #C6C6C6;*/
		/*		border-style: solid;
		border-color: blue;*/
	}
	.headlinesCentered2 {
		width: 100%;
		height: 120px;
		text-align: center;
		clear: both;
		/*border-bottom: 3px solid #939393;
		-webkit-box-shadow: 0px 15px 10px -10px #C6C6C6; 
		box-shadow: 0px 15px 10px -10px #C6C6C6;*/
		/*	border-style: solid;
		border-color: green;*/
	}
	.headlinesCentered3 {
		width: 100%;
		height: 150px;
		text-align: center;
		clear: both;
		/*border-bottom: 3px solid #939393;
		-webkit-box-shadow: 0px 15px 10px -10px #C6C6C6; 
		box-shadow: 0px 15px 10px -10px #C6C6C6;*/
		/*border-style: solid;
		border-color: green;*/
	}
	.column1subMenuProducts {
		height: 100%;
		margin-left: 24.5%;
		width: 12%;
		float: left;
		/*border-style: solid;
		border-color: yellow;*/
	}
	#marginSubMenu {
		width: 20%;
		margin-left: 8%;
	}
	.column2subMenuProducts {
		float: left;
		left: 1%;
		position: relative;
		height: 100%;
		width: 12%;
		/*border-style: solid;
		border-color: orange;*/
	}
	#marginSubMenuFollowing {
		width: 20%;
		/*margin-left: 5%;*/
	}
	.column4subMenuProducts {
		float: left;
		left: 2%;
		position: relative;
		height: 100%;
		width: 12%;
		/*border-style: solid;
		border-color: orange;*/
	}
	.column5subMenuProducts {
		float: left;
		left: 3%;
		position: relative;
		height: 100%;
		width: 12%;
		/*border-style: solid;
		border-color: orange;*/
	}
	.column3subMenuProducts {
		float: left;
		left: 4%;
		position: relative;
		height: 80%;
		width: 12%;
		/*border-style: solid;
		border-color: blue;*/
	}
	.bottomColumn3 {
		max-height: 30%;
		width: 100%;
		/*clear: both;*/
		top: 0%;
		display: block;
		position: relative;
		border-color: #dce7f9;
		/*border-style: solid;*/
		/*border-bottom-style: solid;*/
		border-top-style: solid;
	}
	.titleSubmenu {
		font-family: 'Economica', sans-serif;
		font-size: 1.2vw;
	}
	.mainSubmenu {
		width: 100%;
		height: 100px;
		top: 40px;
		position: -webkit-sticky;
		position: fixed;
		/*border-color: black;
		border-style: solid;*/
		/*clear: both;*/
		z-index: 1;
		background-color: #2c3e50;
	}
	.threeColumnsImgSubMenu {
		width: 100%;
		height: 95px;
		clear: both;
		top: 0px;
		position: relative;
		/*border-style: solid;
		border-color: white;*/
		overflow: hidden;
	}
	.mainSubmenuInsideContent {
		width: 100%;
		height: auto;
		/*top: 40px;*/
		position: relative;
		/*position: fixed;*/
		/*border-color: black;
		border-style: solid;*/
		/*clear: both;*/
		z-index: 1;
		background-color: #2c3e50;
	}
	.threeColumnsImgSubMenuContent {
		width: 100%;
		height: 150px;
		clear: both;
		top: 0px;
		position: relative;
		/*border-style: solid;
		border-color: white;*/
		overflow: hidden;
	}
	.logosFrame {
		height: 70%;
		width: 100%;
		/*border-style: solid;
		border-color: red;*/
	}
	#height100Logo {
		height: 100%;
	}
	.mainSubmenu2 {
		width: 100%;
		height: 100px;
		top: 40px;
		position: -webkit-sticky;
		position: fixed;
		/*border-color: black;
		border-style: solid;*/
		/*clear: both;*/
		z-index: 1;
		background-color: #2c3e50;
	}
	.threeColumnsImgSubMenu2 {
		width: 100%;
		height: 95px;
		clear: both;
		top: 0px;
		position: relative;
		/*border-style: solid;
		border-color: red;*/
		overflow: hidden;
	}
	.mainSubmenuSubMenu {
		width: 100%;
		height: 75px;
		top: 30px;
		position: -webkit-sticky;
		position: fixed;
		/*	border-color: red;
		border-style: solid;*/
		/*clear: both;*/
		z-index: 9;
		background-color: #2c3e50;
	}
	.threeColumnsImgSubMenuSubMenu {
		width: 100%;
		height: 80px;
		clear: both;
		top: 8px;
		z-index: 8;
		position: relative;
		/*border-style: solid;
		border-color: white;*/
		overflow: hidden;
	}
	.bottomColumn3_2 {
		max-height: 50%;
		width: 100%;
		/*clear: both;*/
		top: 23%;
		display: block;
		position: relative;
		border-color: #dce7f9;
		/*border-style: solid;*/
		border-bottom-style: solid;
		/*border-top-style: solid;*/
	}
	.picture3Products {
		max-width: 100%;
		max-height: 80%;
		width: auto;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		top: 15%;
		position: relative;
		/*border-color: #dce7f9;*/
		/*border-style: solid;*/
	}
	.bottomColumn3LeftBack {
		max-height: 50%;
		width: 100%;
		/*clear: both;*/
		top: 23%;
		display: block;
		position: relative;
		border-color: #dce7f9;
		/*border-style: solid;*/
		border-bottom-style: solid;
		/*border-top-style: solid;*/
	}
	.mainSubmenu3 {
		width: 100%;
		height: 95px;
		top: 40px;
		position: -webkit-sticky;
		position: fixed;
		/*border-color: black;
		border-style: solid;*/
		/*clear: both;*/
		z-index: 1;
		background-color: #2c3e50;
	}
	.mainSubmenu3_v2 {
		width: 100%;
		height: auto;
		/*top: 40px;*/
		/*position: -webkit-sticky;*/
		position: relative;
		/*border-color: black;
		border-style: solid;*/
		/*clear: both;*/
		z-index: 1;
		background-color: #2c3e50;
	}
	.threeColumnsImgSubMenu3 {
		width: 100%;
		height: 90px;
		clear: both;
		top: 0px;
		position: relative;
		/*border-style: solid;
		border-color: red;*/
		overflow: hidden;
	}
	.secondTitleCentered2 {
		color: black;
		text-align: center;
		line-height: 60px;
		letter-spacing: 7px;
		font-family: 'Economica', sans-serif;
		margin-bottom: 0px;
	}
	.secondTitleCentered3 {
		color: white;
		font-size: 3.5vw;
		text-align: center;
		line-height: 60px;
		letter-spacing: 7px;
		font-family: 'Economica', sans-serif;
		margin-bottom: 0px;
	}
	.secondTitleCentered2b {
		color: #22283c;
		text-align: center;
		line-height: 3px;
		top: 30%;
		position: relative;
		text-shadow: 0 0 2px #4f6471;
		letter-spacing: 7px;
		font-family: 'Economica', sans-serif;
		font-size: 3vw;
		margin-bottom: 0px;
	}
	.landingTwoColumns {
		height: 100%;
		width: 100%;
		/*		border-color: black;
		border-style: solid;*/
	}
	.leftLanding {
		height: 100%;
		width: 20%;
		float: left;
		margin-top: 100px;
		/*border-color: green;
		border-style: solid;*/
	}
	.rightLanding {
		height: auto;
		width: 80%;
		float: right;
		/*	border-color: blue;
		border-style: solid;*/
	}
	.floatBottomRow {
		width: 100%;
		height: 200px;
		bottom: 0%;
		position: absolute;
		border: 3px solid red;
	}
	.rightLandingBanner {
		max-height: 550px;
		max-width: 90%;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		top: 15%;
		margin: auto;
		/*border-color: orange;
		border-style: solid;*/
	}
	.leftLandingTitle {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		top: 35%;
		/*	border-color: orange;
		border-style: solid;*/
	}
	.topTitleMedical {
		width: 100%;
		height: 200px;
		top: 30%;
		display: flex;
		align-items: center;
		position: relative;
		/*border:3px solid red;*/
	}
	.bottomTitleMedical {
		width: 100%;
		height: 30%;
		/*	border:3px solid red;
		text-align: center;*/
	}
	.leftLandingTitle img {
		width: 95%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz- box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		border-radius: 20px;
	}
	.imgLanding {
		width: 100%;
		height: 100%;
	}
	.titleHighLightedDiv {
		width: 100%;
		height: 25%;
		background-color: #36b79d;
		position: relative;
		/*border-color: blue;
		border-style: solid;*/
		clear: both;
		/*top: -100px;*/
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.titleHighLightedDiv .smallSubTitle {
		font-size: 5vw;
		font-family: 'Economica', sans-serif;
		padding-left: 2%;
		font-style: italic;
		/*	display: block;*/
		position: relative;
		line-height: 8px;
		/*top: -140px;*/
	}
	.sensorPicsText {
		height: 600px;
		width: 100%;
		/*border-color: blue;
		border-style: solid;*/
		overflow: hidden;
	}
	.leftPicture30 {
		height: 100%;
		width: 30%;
		clear: both;
		/*border-color: blue;
		border-style: solid;*/
	}
	.bottomLeft {
		height: 50%;
		width: 30%;
		clear: both;
		left: 30%;
		position: relative;
		bottom: 50%;
		/*border-color: red;
		border-style: solid;*/
	}
	.bottomRight {
		height: 50%;
		width: 40%;
		clear: both;
		left: 60%;
		position: relative;
		bottom: 100%;
		/*border-color: green;
		border-style: solid;*/
	}
	.upperText {
		height: 50%;
		width: 70%;
		clear: both;
		left: 30%;
		position: relative;
		bottom: 200%;
		/*border-color: orange;
		border-style: solid;*/
	}
	.leftPic30 {
		max-width: 90%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5%;
		border-radius: 7%;
	}
	.leftPic30Mid {
		max-width: 90%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border-radius: 7%;
		top: 8%;
	}
	.rightPic30Mid {
		max-width: 90%;
		max-height: 90%;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		/*border-radius: 7%;*/
		top: 4%;
	}
	.sensorPicsText .textSensor {
		font-family: 'Economica', sans-serif;
		font-size: 2.3vw;
		color: #5d5d5d;
		letter-spacing: 1px;
		text-align: justify;
	}
	.treadmillCollage {
		height: 600px;
		width: 100%;
		/*	border-color: blue;
		border-style: solid;*/
		clear: both;
		overflow: hidden;
	}
	.innerCollage {
		width: 55%;
		height: 100%;
		/*border-color: red;
		border-style: solid;*/
		clear: both;
		display: block;
		/*overflow: hidden;*/
	}
	.collageRightText {
		width: 45%;
		height: 100%;
		float: right;
		display: block;
		position: relative;
		/*border-color: green;
		border-style: solid;*/
		overflow: hidden;
		top: -100%;
	}
	.innerLeft {
		width: 50%;
		height: 100%;
		float: left;
		/*border-color: orange;
		border-style: solid;*/
	}
	.upperRightC {
		width: 50%;
		height: 50%;
		/*left: 50%;*/
		position: relative;
		/*border-color: blue;
		border-style: solid;*/
		overflow: hidden;
	}
	.bottomRightC {
		width: 50%;
		/*left: 50%;*/
		position: relative;
		overflow: hidden;
		height: 50%;
		/*border-color: purple;
		border-style: solid;*/
	}
	.leftPic30_B {
		max-width: 90%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		/*padding-top: 10%;*/
		top: 10%;
		border-radius: 7%;
	}
	.rightPic30Mid_B2 {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border-radius: 7%;
		top: 15%;
	}
	.rightPic30Mid_B {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border-radius: 7%;
		top: 5%;
	}
	.treadmillCollage .collageRightText .innerListUl li {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: bolder;
		font-size: 1.5vw;
		margin-left: 5%;
	}
	.treadmillCollage .collageRightText .innerListUl li a {
		font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 1px;
		font-weight: bolder;
		font-size: 2vw;
		margin-left: 10%;
	}
	.videosRowX3 {
		height: 500px;
		width: 100%;
		/*border-color: blue;
		border-style: solid;*/
		clear: both;
		display: grid;
		grid-template-columns: auto auto auto;
		/*overflow: hidden;*/
	}
	.videoC1 {
		/*width: 32%;
		height: 100%;
		float: left;*/
		/*border-color: red;
		border-style: solid;*/
	}
	.videoC2 {
		/*width: 32%;
		height: 100%;
		left: 34%;
		position: relative;*/
		/*border-color: green;
		border-style: solid;*/
	}
	.videoC3 {
		/*	width: 32%;
		height: 100%;
		left: 68%;
		position: relative;*/
		/*border-color: orange;
		border-style: solid;*/
	}
	.innerVideoFrame {
		max-width: 100%;
		/*max-height: 100%;*/
		width: auto;
		height: 80%;
		top: 10%;
		position: relative;
		/*border-color: green;
		border-style: solid;*/
	}
	.videosRowX3 iframe {
		/*max-width: 100%;
		max-height: 100%;*/
		width: 98%;
		height: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.softwareMain {
		height: 600px;
		width: 100%;
		/*border-color: blue;
		border-style: solid;*/
		/*clear: both;*/
		display: flex;
		align-items: center;
		justify-content: center;
		/*display: grid;
		grid-template-columns: auto auto auto;*/
		overflow: hidden;
	}
	.innerPictureSoft {
		max-width: 90%;
		min-height: 80%;
		width: auto;
		height: auto;
		/*transform: translate(-50%, -50%);*/
		/*border-color: red;
		border-style: solid;*/
	}
	.softwarePic1 {
		width: 100%
		/*height: 100%;*/
	}
	.landingTwoColumns2 {
		height: 500px;
		width: 100%;
		border-color: black;
		border-style: solid;
		display: grid;
	}
	.leftLanding2 {
		/*		height: 495px;
		width: 30%;
		float: left;
		border-color: green;
		border-style: solid;*/
	}
	.middleWheelChair {
		/*width: 35%;
		height: 495px;
		left: 32%;
		position: relative;
		display: block;
		border-color: green;
		border-style: solid;*/
	}
	.rightLanding2 {
		/*		height: 495px;
		width: 31%;
		top: -100%;
		left: 69%;
		position: relative;
		/*float: right;*/
		border-color: blue;
		border-style: solid;
		*/
	}
	.pictureMiddle {
		width: 100%;
		height: 100%;
		top: -50%;
	}
	.betweenBlockseparator {
		/*border-style: solid;
		border-color: black;*/
		height: 30px;
	}
	.topSeparator {
		/*border-style: solid;
		border-color: black;*/
		height: 130px;
		width: 100%;
		display: block;
		/*top: 45px;*/
		clear: both;
		position: relative;
		z-index: auto;
	}
	.main {
		width: 100%;
		height: auto;
		overflow: hidden;
		clear: both;
		/*display: block;
	  	top: 50px;
	  	position: relative;*/
		padding: 10px 50px 50px 50px;
		/*	border-style: solid;
		border-color: green;*/
		/*margin-bottom: 100px;*/
	}
	.smallExtraLine {
		height: 30px;
		width: 100%;
	}
	.separator20 {
		height: 50px;
		width: 100%;
		/*border-style: solid;
		border-color: green;*/
	}
	.centeredText p {
		font-size: 2.3vw;
	}
	.formContactDiv {
		width: 95%;
		height: 500px;
		background-color: white;
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		border-radius: 20px;
		/*padding: 10%;*/
	}
	.centeredDistPic {
		width: 75%;
		height: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		/*border-style: solid;
  		border-color: yellow;*/
	}
	.innerListCountry {
		width: 50%;
		height: auto;
		float: left;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-right: 5px solid rgba(8, 8, 8, 1);
		/*border:3px solid red;*/
	}
	.innerListCountry2 {
		width: 50%;
		height: auto;
		float: right;
		/*border-style: solid;
  		border-left-color: yellow;*/
	}
	.contactFormDiv {
		width: 60%;
		height: 700px;
		display: block;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		/*border-style: solid;
  		border-color: yellow;*/
		border-radius: 20px;
		background-color: #66a182;
		overflow: hidden;
	}
	.afterContactFormDiv {
		width: 100%;
		height: 100px;
		background-color: #759eb8;
	}
	.clearfix {
		overflow: hidden;
		/*border: 3px solid #4CAF50;*/
		padding: 5px;
		width: 100%;
	}
	.clearfix p {
		text-align: left;
		color: rgba(43, 43, 43, 1);
		font-size: 1.7vw;
		/*font-weight: */
		/*text-shadow: 0 0 3px #e8e8e8;*/
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		/*font-family: 'PT Sans', sans-serif;*/
		/*font-family: 'Signika', sans-serif;*/
		font-family: 'Assistant', sans-serif;
	}
	.img2 {
		float: right;
		width: 23%;
		right: 10%;
		height: auto;
		position: relative;
		display: block;
		/*top: 50px;*/
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.leftDivTextBed {
		float: left;
		position: relative;
		display: block;
		width: 55%;
		height: auto;
	}
	.innerContainerDiv {
		/*border: 3px solid #4CAF50;*/
		width: 100%;
		overflow: hidden;
		height: auto;
		display: inline-block;
	}
	.innerContainerDivThreeCols {
		/*border: 3px solid #4CAF50;*/
		width: 100%;
		overflow: hidden;
		height: auto;
		display: inline-block;
	}
	.left30b {
		float: left;
		width: 25%;
		height: 100%;
		/*border: 3px solid red;*/
		margin: 0 auto;
		overflow: hidden;
	}
	.left30b img {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 2%;
	}
	.right70 {
		float: right;
		width: 74%;
		/*border: 3px solid blue;*/
		height: 100%;
		display: inline-block;
		overflow: hidden;
		box-sizing: border-box;
	}
	.right702 {
		float: right;
		width: 80%;
		/*border: 3px solid blue;*/
		height: 100%;
		overflow: hidden;
		/*box-sizing: border-box;*/
	}
	.inner50left {
		width: 50%;
		height: 100%;
		float: left;
		display: inline-block;
		/*border: 3px solid purple;*/
		/*box-sizing: border-box;*/
		clear: both;
	}
	.inner50right {
		width: 50%;
		height: 100%;
		float: right;
		display: inline-block;
		position: relative;
		display: block;
		top: -100%;
		clear: both;
		/*border: 3px solid purple;*/
	}
	.upperDivBed {
		top: 0%;
		width: 100%;
		/*border: 3px solid black;*/
		height: 20%;
		text-align: center;
	}
	.upperDivBed h1 {
		font-size: 2vw;
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-weight: bolder;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.upperDivBed h2 {
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-size: 1.5vw;
		line-height: 1;
		color: #4f6471;
	}
	.upperDivBed p {
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-size: 1.8vw;
		letter-spacing: 1;
		justify-content: center;
		line-height: 1.2;
		color: #2e2e2e;
	}
	.upperDivBed p span {
		font-size: 2vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.bottomDivBed {
		bottom: 0%;
		width: 100%;
		/*border: 3px solid orange;*/
		height: 80%;
	}
	#ulDivBottom {
		line-height: 1.5em;
		list-style-image: url(https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg);
	}
	#ulDivBottom li {
		color: #585859;
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-size: 1.4vw;
		line-height: 1.5;
	}
	.longCenteredText {
		width: 100%;
		height: auto;
		background-color: #634385;
		text-align: center;
		vertical-align: middle;
	}
	.longCenteredH1 {
		color: #fff;
		/*font-family: 'Economica', sans-serif; */
		/*font-family: 'PT Sans', sans-serif;*/
		font-family: 'Assistant', sans-serif;
		font-size: 3.4vw;
		font-weight: bolder;
		vertical-align: middle;
	}
	.longCenteredH1 span {
		color: #fff;
		/*font-family: 'Economica', sans-serif; */
		font-size: 2vw;
		vertical-align: middle;
	}
	.inner50leftCentered {
		width: 50%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*border: 3px solid purple;*/
		/*box-sizing: border-box;*/
		clear: both;
	}
	.left30c {
		float: left;
		width: 20%;
		height: 100%;
		/*left: 10%;*/
		position: relative;
		/*border: 3px solid red;*/
		margin: 0 auto;
		overflow: hidden;
	}
	.left30c img {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 2%;
	}
	.oneColumnImgDiv {
		width: 100%;
		height: 500px;
		clear: both;
		/*	border-style: solid;
		border-color: red;*/
		overflow: hidden;
	}
	.oneColumnImgDiv2 {
		width: 100%;
		height: auto;
		clear: both;
		/*		border-style: solid;
		border-color: red;*/
		overflow: hidden;
	}
	.pictureCenteredDiv {
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.inner30Div {
		height: 100%;
		/*border: 3px solid orange;*/
		width: 40%;
		float: left;
	}
	.upperTextDiv {
		top: 0%;
		float: left;
		position: relative;
		/*border: 3px solid blue;*/
		width: 80%;
		height: 40%;
		left: 10%;
	}
	.bottomTextDiv {
		bottom: 0%;
		float: left;
		position: relative;
		/*border: 3px solid green;*/
		width: 100%;
		height: 60%;
		overflow: hidden;
	}
	.bottomTextDiv img {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 10%;
	}
	.innerContainerDiv2 {
		/*border: 3px solid #4CAF50;*/
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.innerDiv70 {
		height: 100%;
		/*border: 3px solid purple;*/
		width: 60%;
		float: right;
	}
	.innerDiv70 img {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 3%;
	}
	.upperDivBed2 {
		top: 0%;
		width: 100%;
		/*border: 3px solid black;*/
		height: 100%;
		text-align: left;
	}
	.upperDivBed2 p {
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-size: 1.8vw;
		letter-spacing: 3;
		justify-content: center;
		line-height: 1.2;
		color: #585859;
	}
	.upperDivBed2 p span {
		font-size: 2vw;
		font-weight: bolder;
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.inner50leftCentered2 {
		width: 90%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*border: 3px solid purple;*/
		/*box-sizing: border-box;*/
		clear: both;
	}
	.oneColumnImgDiv22 {
		width: 100%;
		height: 700px;
		clear: both;
		/*border-style: solid;
		border-color: red;*/
		overflow: hidden;
	}
	.oneColumnImgColumn111 {
		width: 85%;
		margin: auto;
		height: 100%;
		/*border-style: solid;
		border-color: green;*/
	}
	.pictureCenteredDiv22 {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.oneColumnTableColumn1b {
		width: 43%;
		/*margin: auto;*/
		float: left;
		height: 100%;
		/*overflow-x:auto;*/
		/*border-style: solid;*/
		/*border-color: green;*/
		border-right: solid #162465 2px;
	}
	.oneColumnTableColumn2b {
		width: 57%;
		/*margin: auto;*/
		float: right;
		height: 100%;
		/*overflow-x:auto;*/
		/*border-style: solid;*/
		border-left: solid #162465 2px;
		/*border-color: green;*/
	}
	.wheelTopBanner {
		width: 100%;
		height: auto;
		/*box-sizing: border-box;*/
		/*max-height: inherit;*/
		display: flex;
		align-items: center;
		/*border: 3px solid purple;*/
	}
	.wheelTopBanner img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		/*border:3px solid blue;*/
		/*top: 10%;*/
	}
	.wheelTopBanner .picture70 {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		border: 3px solid blue;
		/*display: block;*/
		height: auto;
		/*position: relative;*/
		/*top: 10%;*/
	}
	.left80 {
		width: 75%;
		height: auto;
		/*border: 3px solid red;*/
		float: red;
	}
	.left80Title {
		color: #22283c;
		position: relative;
		text-align: left;
		top: 10%;
		font-size: 3vw;
		margin: auto;
		font-family: 'Teko', sans-serif;
		clear: both;
	}
	.left80 p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.right20 {
		width: 20%;
		height: auto;
		/*border: 3px solid green;*/
		float: right;
		margin-left: 2.5%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: block;
	}
	.right20 img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 0%;
	}
	.left80b {
		width: 48%;
		height: auto;
		/*border: 3px solid red;*/
		float: red;
	}
	.left80bTitle {
		color: #22283c;
		position: relative;
		text-align: left;
		top: 10%;
		font-size: 3vw;
		margin: auto;
		font-family: 'Teko', sans-serif;
		clear: both;
	}
	.left80b p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.right20b {
		width: 49.5%;
		height: auto;
		/*border: 3px solid green;*/
		float: right;
		margin-left: 2.5%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: block;
	}
	.right20b_v22 {
		width: 49.5%;
		height: auto;
		/*border: 3px solid green;*/
		float: right;
		margin-left: 2.5%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: flex;
		align-items: center;
	}
	.right20b_v22:hover {
		cursor: pointer;
		opacity: 0.7;
	}
	.right20b p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.right20b img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 0%;
	}
	.right20b .pictureRightMain {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 0%;
	}
	/*TWO COLUMNS DIV WITH LIST*/
	.left80c {
		width: 28%;
		height: auto;
		/*border: 3px solid red;*/
		float: red;
	}
	.left80cTitle {
		color: #22283c;
		position: relative;
		text-align: left;
		top: 10%;
		font-size: 3vw;
		margin: auto;
		font-family: 'Teko', sans-serif;
		clear: both;
	}
	.left80c p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.left80c .superSmallP {
		text-align: justify;
		color: #323232;
		font-size: 1.4vw;
		font-weight: 500;
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
		/*font-family: 'Economica', sans-serif; */
	}
	.right20c {
		width: 69.5%;
		height: auto;
		/*border: 3px solid green;*/
		float: right;
		margin-left: 2.5%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: block;
	}
	.right20c img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 0%;
	}
	.right20c_2 {
		width: 69.5%;
		height: auto;
		/*border: 3px solid green;*/
		float: right;
		margin-left: 2.5%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: block;
	}
	.right20c_2 img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 0%;
	}
	.left80c .upperDivBed h1 {
		font-size: 3vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.left80c #ulDivBottom li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2.2vw;
		letter-spacing: 2;
		line-height: 1.5;
	}
	/*TWO COLUMNS DIV WITH LIST FOR SMALL PICTURES*/
	.left80d {
		width: 48%;
		height: auto;
		/*border: 3px solid red;*/
		float: left;
	}
	.left80dTitle {
		color: #22283c;
		position: relative;
		text-align: left;
		top: 10%;
		font-size: 3vw;
		margin: auto;
		font-family: 'Teko', sans-serif;
		clear: both;
	}
	.left80d p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.right20d {
		width: 50%;
		height: auto;
		/*border: 3px solid green;*/
		float: right;
		margin-left: 2%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: block;
	}
	.right20d img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 0%;
	}
	.left80d .upperDivBed h1 {
		font-size: 3vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.left80d #ulDivBottom li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2.2vw;
		letter-spacing: 2;
		line-height: 1.5;
	}
	/*TWO COLUMNS DIV WITH LIST SMALL RIGHT PIC*/
	.left80f {
		width: 59%;
		height: auto;
		/*border: 3px solid red;*/
		float: right;
	}
	.left80fTitle {
		color: #22283c;
		position: relative;
		text-align: left;
		top: 10%;
		font-size: 3vw;
		margin: auto;
		font-family: 'Teko', sans-serif;
		clear: both;
	}
	.left80f p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.right20f {
		width: 40%;
		height: auto;
		/*border: 3px solid green;*/
		float: left;
		margin-right: 1%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: block;
	}
	.right20f img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 0%;
	}
	.left80f .upperDivBed h1 {
		font-size: 3vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.left80f #ulDivBottom li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2.2vw;
		letter-spacing: 2;
		line-height: 1.5;
	}
	/*SMALLER PIC CENTERED WIDE*/
	.wheelTopBanner .picCenter70 {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		/*border:3px solid blue;*/
		/*position: relative;
		top: 0%;*/
	}
	.right20b .pictureRightLeftMed {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 15%;
	}
	.right20b_v22 img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		/*top: 15%;*/
	}
	.right20b .pictureRightLeftMedSmall {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 0%;
	}
	.left80b_2 {
		width: 38%;
		height: auto;
		/*border: 3px solid red;*/
		float: red;
	}
	.left80bTitle_2 {
		color: #22283c;
		position: relative;
		text-align: left;
		top: 10%;
		font-size: 3vw;
		margin: auto;
		font-family: 'Teko', sans-serif;
		clear: both;
	}
	.left80b_2 p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.right20b_2 {
		width: 59.5%;
		height: auto;
		/*border: 3px solid green;*/
		/*float: right;*/
		margin-left: 2.5%;
		/*top: 20%;*/
		/*overflow-y: auto;*/
		/*position: relative;*/
		display: flex;
		align-items: center;
	}
	.right20b_2 p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.right20b_2 .pictureRightLeftMedSmall {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		/*position: relative;*/
		/*top: 10%;*/
	}
	.wheelTopBanner .specsPic {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-height: 400px;
		position: relative;
		top: 0%;
	}
	/*WIDER TEXT TWO COLUMNS*/
	.left80c_3 {
		width: 53%;
		height: auto;
		/*border: 3px solid red;*/
		float: red;
	}
	.left80c_3Title {
		color: #22283c;
		position: relative;
		text-align: left;
		top: 10%;
		font-size: 3vw;
		margin: auto;
		font-family: 'Teko', sans-serif;
		clear: both;
	}
	.left80c_3 p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.right20c_3 {
		width: 44.5%;
		height: auto;
		/*border: 3px solid green;*/
		float: right;
		margin-left: 2.5%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: block;
	}
	.right20c_3 img {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 10%;
	}
	.left80c_3 .upperDivBed h1 {
		font-size: 3vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.left80c_3 #ulDivBottom li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2.2vw;
		letter-spacing: 2;
		line-height: 1.5;
	}
	/*INVERSED TEXT IMG STYLES*/
	.left80c_3 img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 10%;
	}
	.right20c_3 .upperDivBed h1 {
		font-size: 3vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.right20c_3 #ulDivBottom li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2.5vw;
		letter-spacing: 2;
		line-height: 1.8;
		text-align: center;
		text-decoration: none;
		list-style: none;
	}
	.columnDiv {
		float: left;
		width: 33.33%;
		padding: 10px;
		box-sizing: border-box;
		/*background-color:#bbb;*/
		/*border: 3px solid green;*/
		text-align: center;
		position: relative;
		/*vertical-align: middle;*/
		display: inline-block;
		/*line-height: 60px;*/
		height: 500px;
		/* Should be removed. Only for demonstration */
	}
	.columnDiv img {
		width: 90%;
		/*border: 3px solid green;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		position: relative;
		top: 50%;
		margin-top: -40%;
		/*vertical-align: middle;*/
	}
	.wheelTopBanner div.floatingText {
		position: absolute;
		/*top: 5790px; */
		bottom: 5%;
		left: 150px;
		right: 60px;
		z-index: 100;
		width: 30%;
	}
	.floatingText span {
		color: white;
		font-family: 'Economica', sans-serif;
		font-size: 2.5vw;
		letter-spacing: 5px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.7);
		padding: 5px;
	}
	.floatingText span.spacer {
		padding: 0px 3px;
	}
	.text-wrapper {
		width: 100%;
		position: relative;
		margin-top: 0%;
	}
	.text-wrapper h1 {
		text-align: center;
		color: #ffffff;
		font-size: 10vw;
		z-index: 100;
		position: absolute;
		font-family: 'Economica', sans-serif;
	}
	.containerHover {
		width: 100%;
		/*border: 3px solid green;*/
		height: 500px;
		position: relative;
		/*vertical-align: middle;*/
		/*margin: 200px auto;*/
	}
	.containerHover img {
		/*border: 3px solid blue;*/
		width: 100%;
		height: auto;
		position: absolute;
		/*left: 50%;*/
		top: 50%;
		/*margin-left: -150px;*/
		margin-top: -15%;
		/*top: 8%;*/
	}
	.textHover {
		color: white;
		font-size: 50px;
		position: relative;
		top: -95%;
		left: 23%;
		transform: translate(-100%, -100%);
		text-shadow: 0 0 10px black;
		font-family: 'Economica', sans-serif;
		letter-spacing: 5px;
		background: rgb(0, 0, 0);
		background: rgba(22, 100, 152, 0.78);
		z-index: 100;
	}
	#bottomDivCentered #ulDivBottom {
		text-align: center;
		text-decoration: none;
		list-style: none;
	}
	#bottomDivCentered #ulDivBottom li a {
		letter-spacing: 4px;
	}
	.left30X {
		float: left;
		width: 60%;
		height: 100%;
		/*left: 10%;*/
		position: relative;
		/*border: 3px solid red;*/
		margin: 0 auto;
		overflow: hidden;
	}
	.left30X img {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		max-height: 80%;
		position: relative;
		top: 2%;
	}
	.rightX {
		float: right;
		width: 40%;
		/*border: 3px solid blue;*/
		height: 100%;
		overflow: hidden;
		/*box-sizing: border-box;*/
	}
	.left30X2 {
		float: left;
		width: 40%;
		height: 100%;
		/*left: 10%;*/
		position: relative;
		/*border: 3px solid red;*/
		margin: 0 auto;
		display: inline-block;
		overflow: hidden;
	}
	.left30X2 img {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: auto;
		max-height: 80%;
		position: relative;
		top: 2%;
	}
	.rightX2 {
		float: right;
		width: 60%;
		/*border: 3px solid blue;*/
		height: 100%;
		display: inline-block;
		overflow: hidden;
		/*box-sizing: border-box;*/
	}
	.rightX2 .upperDivBed h1 {
		font-size: 3.5vw;
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-weight: bolder;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.rightX2 #ulDivBottom {
		line-height: 1.5em;
		list-style-image: url(https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg);
	}
	.rightX2 #ulDivBottom li {
		color: #585859;
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-size: 1.8vw;
		line-height: 1.5;
	}
	.balanceIntroMain {
		width: 100%;
		height: auto;
	}
	.left80b #titleBalance {
		color: #282d41;
		font-size: 2.7vw;
		line-height: 50px;
		/*margin-top: 5%;*/
		padding-top: 2%;
		margin-bottom: 50px;
		margin-left: 4.5%;
		font-family: 'Economica', sans-serif;
	}
	.right20f2 {
		width: 40%;
		height: auto;
		border: 3px solid green;
		float: left;
		margin-right: 1%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		display: block;
	}
	.right20f2 img {
		width: 55%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		top: 0%;
	}
	#ulDivBottom2 {
		border: 3px solid rgba(0, 0, 0, 0.75);
		width: 70%;
		line-height: 1.5em;
		list-style-image: url(https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg);
		/*text-decoration: none;*/
		/*text-align: center;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*list-style: none;*/
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.left80f #ulDivBottom2 li {
		color: #585859;
		font-family: 'Assistant', sans-serif;
		font-size: 2vw;
		letter-spacing: 4;
		line-height: 1.5;
	}
	.btBalanceSensorMain {
		width: 100%;
		/*border: 3px solid green;*/
		height: auto;
		display: flex;
	}
	.picMainLeft {
		width: 25%;
		/*border: 3px solid blue;*/
		height: 100%;
		display: flex;
		align-items: center;
	}
	.picMainLeft img {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		top: 0%;
	}
	.rightMainSensor {
		float: right;
		/*border: 3px solid red;*/
		width: 75%;
		display: flex;
		flex-direction: column;
		height: auto;
		bottom: 100%;
	}
	.topMainSensor {
		/*border: 3px solid blue;*/
		width: 100%;
		height: 50%;
		display: flex;
		align-items: center;
	}
	.topTextCenterd {
		width: 100%;
		height: 80%;
		/*border: 3px solid orange;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
	}
	.topTextCenterd p {
		/*text-align: justify;*/
		font-family: 'Economica', sans-serif;
		font-size: 2.2vw;
		color: #5d5d5d;
		letter-spacing: 1.5px;
		top: 0%;
	}
	.bottomMainSensor {
		/*border: 3px solid green;*/
		width: 100%;
		height: 50%;
		display: flex;
		flex-direction: row;
	}
	.bottom1 {
		width: 33%;
		/*background-color: black;*/
		/*height: 100%;*/
		align-items: center;
		margin: 10px;
		display: flex;
		/*border: 3px solid green;*/
	}
	.bottom1 img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 10px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	.bottom1 .adjustSizeBottom {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 5px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	.bottomText50 {
		width: 100%;
		height: 100px;
		/*border: 7px solid rgba(6, 32, 50, 1);*/
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.bottomTextLef {
		width: 50%;
		background-color: rgba(6, 32, 50, 1);
		/*height: 100%;*/
		/*align-items: center;*/
		margin: 10px;
		/*display: flex;*/
		/*border: 3px solid blue;*/
		/*text-align: center;*/
	}
	.bottomText50>.bottomTextLef {
		font-family: 'Assistant', sans-serif;
		font-size: 1.8vw;
		color: white;
		font-weight: 600;
		text-align: center;
		letter-spacing: 1.5px;
	}
	.left80c .upperDivBed22 h1 {
		font-size: 2.5vw;
		font-family: 'Assistant', sans-serif;
		color: #3a3b40;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1;
	}
	.left80f_v2 {
		width: 59%;
		height: auto;
		/*border: 3px solid red;*/
		float: left;
	}
	.left80f_v2 #ulDivBottom2 li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2vw;
		letter-spacing: 4;
		line-height: 1.5;
	}
	.left80f_v2 .upperDivBed h1 {
		font-size: 3vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.right20f2_v2 {
		width: 40%;
		height: auto;
		/*border: 3px solid green;*/
		float: right;
		margin-left: 1%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		display: flex;
		align-items: center;
	}
	.right20c #linkToSoftwareBalance:hover {
		cursor: pointer;
		border: 6px solid orange;
		opacity: .7;
		/*border: 3px solid green;*/
	}
	.right20f2_v2 img {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		top: 0%;
	}
	#ulDivBottom2 {
		border: 3px solid rgba(0, 0, 0, 0.75);
		width: 80%;
		line-height: 1.5em;
		list-style-image: url(https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg);
		/*text-decoration: none;*/
		/*text-align: center;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*list-style: none;*/
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	/*Treadmill Collage with List*/
	.left80f_v3 {
		width: 50%;
		height: auto;
		/*border: 3px solid green;*/
		float: left;
		margin-right: 0.5%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		align-items: center;
		display: flex;
		flex-direction: row;
	}
	.left80Left {
		width: 55%;
		/*border: 3px solid blue;*/
		height: 100%;
		/*float: left;*/
		margin-left: auto;
		margin-right: auto;
		display: flex;
	}
	.left80Left img {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	.left80Right {
		width: 50%;
		/*border: 3px solid blue;*/
		height: 100%;
	}
	.right20f2_v3 {
		width: 49.5%;
		height: auto;
		/*border: 3px solid red;*/
		float: right;
		flex-direction: column;
		display: flex;
	}
	.right20f2_v3 .upperDivBed h1 {
		font-size: 3vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.right20f2_v3 #ulDivBottom2 li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2vw;
		letter-spacing: 4;
		line-height: 1.5;
	}
	.right20f2_v3 p {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.oneColTwoRows {
		width: 100%;
		height: 50%;
		/*border: 3px solid orange;*/
		display: flex;
		align-items: center;
	}
	.oneColTwoRows img {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	.oneColTwoRows .wider50 {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	.right20f2_v2 .smallerRightPicList {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	#ulDivBottom3 {
		border: 3px solid rgba(0, 0, 0, 0.75);
		width: 100%;
		line-height: 1.5em;
		list-style-image: url(https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg);
		/*text-decoration: none;*/
		/*text-align: center;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*list-style: none;*/
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.left80f_v2 #ulDivBottom3 li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2vw;
		letter-spacing: 5;
		line-height: 1.5;
	}
	/*TREADMILL TWO COLUMNS IMG ONLY*/
	.wheelTopBanner_v2 {
		width: 100%;
		height: auto;
		/*box-sizing: border-box;*/
		max-height: inherit;
		display: flex;
		/*border:1px solid rgba(0,0,0,0.75);*/
		/*border: 3px solid purple;*/
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.left80f_v4 {
		width: 70%;
		height: auto;
		/*border: 3px solid green;*/
		float: left;
		margin-right: 0.5%;
		/*top: 50%;*/
		/*overflow-y: auto;*/
		position: relative;
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.left80f_v4 #ulDivBottom3 li {
		color: #585859;
		font-family: 'Economica', sans-serif;
		font-size: 2vw;
		letter-spacing: 5;
		line-height: 1.5;
	}
	.row1Pic {
		width: 100%;
		height: 40%;
		/*border: 3px solid orange;*/
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.row1Pic img {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	.upperDivBed_v4 {
		top: 0%;
		width: 100%;
		/*border: 3px solid black;*/
		height: 20%;
		text-align: center;
	}
	.upperDivBed_v4 h1 {
		font-size: 2.5vw;
		font-family: 'Economica', sans-serif;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.bottomDivBed_v4 {
		bottom: 0%;
		width: 90%;
		/*border: 3px solid orange;*/
		height: 80%;
	}
	.row2Pic {
		width: 100%;
		height: 60%;
		/*border: 3px solid blue;*/
		display: flex;
		align-items: center;
	}
	.row2Pic img {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	.right20f2_v4 {
		width: 30%;
		height: auto;
		/*border: 3px solid red;*/
		float: right;
		/*flex-direction: column;*/
		display: flex;
		align-items: center;
	}
	.right20f2_v4 img {
		width: 82%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	/*CENTERED PICTURE WIDE*/
	.centeredImgWide {
		width: 100%;
		height: 600px;
		/*border: 3px solid blue;*/
		display: flex;
		align-items: center;
	}
	.centeredImgWide img {
		width: 82%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
	}
	.wheelTopBanner .centeredImgWide .wide100pic {
		/*border: 3px solid blue;*/
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		height: auto;
		position: relative;
	}
	.landingTwoColumns_v2 {
		height: 300px;
		width: 100%;
		/*border-color: black;
		border-style: solid;*/
		overflow: hidden;
	}
	.bottom1_v2 {
		width: 33%;
		/*background-color: black;*/
		/*height: 100%;*/
		align-items: center;
		margin: 10px;
		display: flex;
		/*border: 3px solid green;*/
	}
	.bottom1_v2 img {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 10px;
		height: auto;
		position: relative;
		/*top: 0%;*/
	}
	.headlines_v10 {
		width: 100%;
		height: auto;
		display: flex;
		/*height: 180px;*/
		align-items: center;
		/*border: 3px solid green;*/
		flex-direction: column;
	}
	.secondTitle_v10 {
		width: 100% height:50%;
		/*border: 3px solid blue;*/
	}
	.headlines_v10 .secondTitle_v10 h2 {
		line-height: 150%;
	}
	.mainTitle_v10 {
		width: 100% height:50%;
		/*border: 3px solid red;*/
	}
	.wheelTopBanner_v5 {
		width: 100%;
		/*height: auto;*/
		/*box-sizing: border-box;*/
		max-height: 300px;
		display: flex;
		/*border: 3px solid purple;*/
	}
	.row1Col3 {
		display: flex;
		align-content: center;
		width: 100%;
		/*border: 3px solid red;*/
		height: auto;
	}
	.row1Col3_1 {
		/*border: 3px solid blue;*/
		width: 33.33%;
		display: flex;
		align-content: center;
		flex-direction: row;
		/*margin-left: 0.33%;*/
	}
	.row1Col3_1 img {
		width: 95%;
		height: auto;
		border-radius: 20px;
		-webkit-box-shadow: 0px 3px 21px -1px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 3px 21px -1px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 3px 21px -1px rgba(0, 0, 0, 0.75);
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.row1Col3_1 a img {
		width: 95%;
		height: 100%;
		border-radius: 20px;
		-webkit-box-shadow: 0px 3px 21px -1px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 3px 21px -1px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 3px 21px -1px rgba(0, 0, 0, 0.75);
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.row1Col3_1 a img:hover {
		opacity: 0.5;
		cursor: pointer;
		transition: 1s;
	}
	.centeredWideIlustration_vimeo {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		background-color: black;
		/*border: 3px solid blue;*/
	}
	.centeredWideIlustration_vimeo video {
		width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.centeredWideIlustration_vimeo_v2 {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		/*border: 3px solid blue;*/
	}
	.centeredWideIlustration_vimeo_v2.black {
		background-color: black;
	}
	.centeredWideIlustration_vimeo_v2.black .dividerRow {
		height: 50%;
		/*background-color: blue;*/
	}
	.dividerRow {
		width: 33%;
		height: 100%;
		margin-left: 0.25%;
		background-color: black;
		/*border: 3px solid green;*/
	}
	.dividerRow video {
		width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.dividerRow #middleVid {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.centeredWideIlustration {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.centeredWideIlustration img {
		width: 80%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.centeredWideIlustration .centeredPic80 {
		width: 60%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.centeredWideIlustration .centeredPic50 {
		width: 50%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.centeredWideIlustration .centeredPic100 {
		width: 90%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.divTwoColumns {
		width: 100%;
		height: auto;
		/*border: 3px solid black;*/
		display: flex;
		align-items: center;
	}
	.divTwoColumns:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
	.innerTwoCols {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		/*border: 3px solid orange;*/
	}
	.innerTwoCols img {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*border: 3px solid orange;*/
	}
	.innerContainerDiv_v2 {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		/*border: 3px solid orange;*/
	}
	#notStartFlex {
		align-items: center;
	}
	.innerContainerDiv_v3 {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border: 3px solid orange;*/
	}
	.innerContainerDiv_v5 {
		width: 100%;
		height: 100px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.innerContainerDiv_v6 {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border: 3px solid orange;*/
	}
	.innerContainerDiv_v6 a {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
	}
	.div4x4About {
		width: 25%;
		height: 100%;
		/*border:3px solid blue;*/
		display: flex;
		align-items: center;
	}
	.div4x4About img {
		width: 80%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.div4x4About img:hover {
		opacity: 0.7;
		transition: 0.5s;
		cursor: pointer;
		/*background: black;*/
	}
	/* .div4x4About:hover{
	 	opacity: 0.7;
	 	transition: 0.5s;
		cursor:pointer;
		background: black;
	 }*/
	.insideLongText {
		width: 100%;
		height: auto;
		/*border: 3px solid orange;*/
		background-color: rgba(9, 47, 73, 1);
		display: flex;
		align-items: center;
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.innerLongText {
		width: 50%;
		height: 100%
		/*border: 3px solid red;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.divInnerWide {
		width: 95%;
		height: 90%;
		margin-right: auto;
		margin-left: auto;
		/*border:3px solid blue;*/
	}
	.divInnerWide .textBox h2 {
		font-weight: 400;
		font-style: italic;
		letter-spacing: 1.5px;
		/*text-transform: uppercase;*/
		font-size: 2.5vw;
		line-height: 1.5;
		color: white;
		font-family: 'Assistant', sans-serif;
	}
	.row1xcol3_1 {
		/*border: 3px solid blue;*/
		width: 25%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.middleFlex {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.row1xcol3_1 img {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.row1xcol3_2 {
		/*border: 3px solid red;*/
		width: 37.5%;
		height: 100%;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.row1xcol3_1_wide {
		/*border: 3px solid blue;*/
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.row1xcol3_1_wide img {
		width: 65%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz- box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		border-radius: 20px;
	}
	.row1xcol3_1_wide .shorterPicLeft {
		width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz- box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		border-radius: 20px;
	}
	.row1xcol3_1_wide .shorterPicLeft_v2 {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz- box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		border-radius: 20px;
	}
	.row1xcol3_2_wide {
		/*border: 3px solid red;*/
		width: 60%;
		height: 100%;
	}
	.row1xcol3_2_wide #ulDivBottom2 li {
		color: #585859;
		font-family: 'Assistant', sans-serif;
		font-size: 2vw;
		letter-spacing: 4;
		line-height: 1.5;
	}
	.row1xcol3_2_wide .upperDivBed h1 {
		font-size: 4vw;
	}
	.row1xcol3_2_wide .bottomDivBed #ulDivBottom li {
		font-size: 2.1vw;
	}
	.textBox {
		width: 100%;
		height: auto;
		/*border:3px solid yellow;*/
	}
	.textBox .textBoxH1 {
		font-weight: bolder;
		text-transform: uppercase;
		font-size: 2vw;
		line-height: 0.5;
		color: rgba(43, 43, 43, 1);
		font-family: 'Assistant', sans-serif;
	}
	.textBox .textBoxH1_v2 {
		font-weight: bolder;
		/*text-transform: uppercase;*/
		font-size: 2.4vw;
		line-height: 40px;
		color: #f16122;
		font-family: 'Assistant', sans-serif;
	}
	.textBox .textBoxH2 {
		font-weight: bolder;
		text-transform: uppercase;
		font-size: 3vw;
		line-height: 0.5;
		color: rgba(43, 43, 43, 1);
		font-family: 'Assistant', sans-serif;
	}
	.textBox .textBoxH2_smaller {
		font-weight: bolder;
		text-transform: uppercase;
		font-size: 2.5vw;
		line-height: 0.5;
		color: rgba(43, 43, 43, 1);
		font-family: 'Assistant', sans-serif;
	}
	.textBox .textBoxH2_v2 {
		font-weight: bold;
		/*text-transform: uppercase;*/
		font-size: 2.7vw;
		line-height: 0.5;
		/*color: rgba(43, 43, 43, 1);*/
		color: rgba(9, 47, 73, 1);
		font-family: 'Assistant', sans-serif;
	}
	.textBox #captionTop {
		font-weight: bolder;
		text-transform: uppercase;
		font-size: 1.7vw;
		line-height: 0.5;
		color: rgba(43, 43, 43, 1);
		font-family: 'Assistant', sans-serif;
	}
	.textBox p {
		text-align: left;
		color: #323232;
		font-size: 2vw;
		/*font-weight: bolder;*/
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		font-family: 'Assistant', sans-serif;
	}
	.textBox p #noOrange {
		color: #323232;
		font-weight: 400;
	}
	.leftText #liTextBox {
		text-align: left;
		color: #323232;
		font-size: 2vw;
		/*font-weight: bolder;*/
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		font-family: 'Assistant', sans-serif;
	}
	.textBox .smallTxtBoxP {
		text-align: left;
		color: #323232;
		font-size: 1.5vw;
		/*font-weight: bolder;*/
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		font-family: 'Assistant', sans-serif;
	}
	.textBox p a {
		font-size: 2vw;
	}
	#standingSensor .textBox .p50 {
		width: 60%;
		word-wrap: break-word;
		line-height: 1.2;
	}
	.textBox .balanceMainIntroP {
		text-align: left;
		color: #323232;
		font-size: 2vw;
		/*font-weight: bolder;*/
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		font-family: 'Assistant', sans-serif;
	}
	.textBox p span {
		font-weight: 900;
		font-size: 2.2vw;
		/*color: #fbb555;*/
		color: #f16122;
	}
	.textBox #biggerSpan span {
		font-size: 3vw;
	}
	.rightBottomSoftware .textBox span {
		color: #323232;
		font-weight: normal;
	}
	.textBox .centeredText p a {
		text-align: justify;
		color: #323232;
		font-size: 2vw;
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.mainIntroBanner {
		width: 100%;
		/*border: 3px solid blue;*/
		height: auto;
		display: flex;
		flex-direction: row;
	}
	.mainIntroBanner_v33 {
		width: 100%;
		/*border: 3px solid blue;*/
		height: auto;
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.innerIntroBanner {
		width: 100%;
		height: 100%;
		margin-right: auto;
		margin-left: auto;
		display: block;
		/*border:3px solid red;*/
	}
	.leftMainIntro {
		width: 65%;
		display: flex;
		align-items: center;
		/*border: 3px solid red;*/
		flex-direction: column;
	}
	.leftMainIntroTop {
		width: 100%;
		height: 30%;
		background-color: #36b79d;
		/*border: 3px solid orange;*/
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		word-wrap: break-word;
	}
	.leftMainIntroTop h1 {
		color: #282d41;
		font-size: 2.7vw;
		line-height: 50px;
		/*margin-top: 5%;*/
		font-weight: bolder;
		padding-top: 2%;
		margin-bottom: 50px;
		margin-left: 4.5%;
		font-family: 'Assistant', sans-serif;
	}
	.leftMainIntroTop h2 {
		font-size: 4vw;
		font-family: 'Assistant', sans-serif;
		padding-left: 4%;
		font-style: italic;
		/*	display: block;*/
		/*position: relative;*/
		font-weight: bolder;
		word-wrap: break-word;
		/*padding: 1%;*/
		line-height: 1px;
		/*top: -140px;*/
	}
	.leftMainIntroBottom {
		width: 100%;
		height: 70%;
		text-align: left;
		/*border: 3px solid black;*/
	}
	.rightMainIntro {
		width: 35%;
		display: flex;
		align-items: center;
		/*border: 3px solid green;*/
	}
	.rightMainIntro img {
		width: 60%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
	}
	.rightMainIntro video {
		width: 60%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
	}
	.divPressure {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border: 3px solid black;*/
	}
	.lefDivPressure {
		width: 39%;
		height: 100%;
		margin: 1%;
		/*border: 3px solid blue;*/
	}
	.rightDivPressure {
		width: 60%;
		height: 100%;
		display: flex;
		/*flex-direction: row;*/
		align-items: center;
		/*border: 3px solid red;*/
	}
	.rightDivPressure a {
		width: 100%;
		display: flex;
		flex-direction: column;
		/*flex: 1 0 auto;*/
		justify-content: center;
		align-items: center;
		text-decoration: none;
		/*color:#000;*/
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
	}
	.rightDivPressure img {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.rightDivPressure img:hover {
		cursor: pointer;
		border: 6px solid orange;
		opacity: .7;
		/*border: 3px solid green;*/
	}
	/*version 2*/
	.lefDivPressure_v2 {
		width: 60%;
		height: 100%;
		margin: 1%;
		/*border: 3px solid blue;*/
	}
	.rightDivPressure_v2 {
		width: 40%;
		height: 100%;
		display: flex;
		/*flex-direction: row;*/
		align-items: center;
		/*border: 3px solid red;*/
	}
	.rightDivPressure_v2 a {
		width: 100%;
		display: flex;
		flex-direction: column;
		/*flex: 1 0 auto;*/
		justify-content: center;
		align-items: center;
		text-decoration: none;
		/*color:#000;*/
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
	}
	.rightDivPressure_v2 img {
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.rightDivPressure_v2 img:hover {
		cursor: pointer;
		border: 6px solid orange;
		opacity: .7;
		/*border: 3px solid green;*/
	}
	.rightDivPressure_v2_nohover {
		width: 40%;
		height: 100%;
		display: flex;
		/*flex-direction: row;*/
		align-items: center;
		/*border: 3px solid red;*/
	}
	.rightDivPressure_v2_nohover img {
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	/****************************/
	/*version 3*/
	.lefDivPressure_v3 {
		width: 50%;
		height: 100%;
		margin: 1%;
		/*border: 3px solid blue;*/
	}
	.rightDivPressure_v3 {
		width: 49%;
		height: 100%;
		display: flex;
		/*flex-direction: row;*/
		align-items: center;
		/*border: 3px solid red;*/
	}
	.rightDivPressure_v3 a {
		width: 100%;
		display: flex;
		flex-direction: column;
		/*flex: 1 0 auto;*/
		justify-content: center;
		align-items: center;
		text-decoration: none;
		/*color:#000;*/
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
	}
	.rightDivPressure_v3 img {
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.rightDivPressure_v3 img:hover {
		cursor: pointer;
		transition: 0.6s;
		/*border: 6px solid orange;*/
		opacity: .7;
		/*border: 3px solid green;*/
	}
	/****************************/
	.row1xcol3_1_wideText {
		width: 60%;
		height: 100%;
		/*border: 3px solid orange;*/
	}
	#v2LeftText {
		width: 40%;
	}
	#v3LeftText {
		width: 60%;
	}
	#v2RightPic {
		width: 60%;
	}
	#v3RightPic {
		width: 40%;
	}
	.row1xcol3_1_wideText #ulDivBottom2 li {
		color: #585859;
		font-family: 'Assistant', sans-serif;
		font-size: 2vw;
		letter-spacing: 4;
		line-height: 1.5;
	}
	.row1xcol3_1_wideText .upperDivBed h1 {
		font-size: 4vw;
	}
	.row1xcol3_1_wideText .bottomDivBed #ulDivBottom li {
		font-size: 2.1vw;
	}
	.row1xcol3_2_shortPic {
		/*border: 3px solid blue;*/
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.row1xcol3_2_shortPic img {
		width: 65%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz- box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		border-radius: 20px;
	}
	.innerCaptionTop {
		width: 100%;
		height: 10%;
		/*border:3px solid red;*/
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.captionText50 {
		width: 50%;
		height: 100%;
		text-align: center;
		/*border:3px solid blue;*/
	}
	#picBIgRight {
		width: 100%;
	}
	.row1xcol3_1_wideText_v2 {
		width: 70%;
		height: 100%;
		/*border: 6px solid red;*/
	}
	.row1xcol3_1_wideText_v2 .bottomDivBed {
		/*border: 3px solid blue;*/
	}
	.row1xcol3_1_wideText_v2 #ulDivBottom2 {
		/*border: 3px solid blue;*/
		width: 100%;
	}
	.row1xcol3_1_wideText_v2 #ulDivBottom2 li {
		color: #585859;
		font-family: 'Assistant', sans-serif;
		font-size: 2vw;
		letter-spacing: 4;
		line-height: 1.5;
	}
	.row1xcol3_1_wideText_v2 .upperDivBed h1 {
		font-size: 4vw;
	}
	.row1xcol3_1_wideText_v2 .bottomDivBed #ulDivBottom li {
		font-size: 2.1vw;
	}
	.row1xcol3_2_shortPic_v2 {
		/*border: 3px solid blue;*/
		width: 30%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.row1xcol3_2_shortPic_v2 img {
		width: 95%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz- box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		border-radius: 20px;
	}
	.row1xcol3_2_shortPic_v3 {
		/*border: 3px solid blue;*/
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.row1xcol3_2_shortPic_v3 img {
		width: 95%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		-webkit-box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		-moz- box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -14px 10px 35px -7px rgba(0, 0, 0, 0.75);
		border-radius: 20px;
	}
	.softwareMainTitle {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		/*border: 3px solid blue;*/
	}
	.leftSoftware {
		width: 25%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		/*border: 3px solid red;*/
	}
	.rightSoftware {
		width: 75%;
		height: 100%;
		/*border: 3px solid green;*/
	}
	.rightTopSoftware {
		width: 100%;
		height: 30%;
		/*border: 3px solid blue;*/
	}
	.rightTopSoftware_v2 {
		width: 100%;
		height: 100%;
		/*top:20px;*/
		/*border: 3px solid blue;*/
	}
	.rightBottomSoftware {
		width: 100%;
		height: 70%;
		/*border: 3px solid black;*/
	}
	.rightSoftware .textBox h2 {
		color: rgba(43, 43, 43, 1);
		line-height: 100%;
		letter-spacing: 1.5px;
		font-size: 3vw;
		font-weight: bold;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}
	/*
	.mainMedicalBanner {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		border:3px solid red;
	}

	.leftMainBanner {
		width: 20%;
		height: 100%;
		border:3px solid black;
	}

	.rightMainBanner {
		width: 80%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		border:3px solid blue;
	}

	.rightMainBanner .textBox h1 {
		color: rgba(43, 43, 43, 1);
		line-height: 100%;
		text-align: center;
	  	letter-spacing: 1.5px;
		font-size: 1.5vw;
		font-weight: bold;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}

	.pictureRightBanner {
		width: 24%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-left: 0.8%;
		border:3px solid green;
	}

	.top {
		width: 100%;
		height: 100%;
		display: flex;
		/*flex-direction: row;*/
	/*	align-items: center;
		border:3px solid orange;
	}
*/
	.top img {
		width: 90%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.bottom {
		width: 100%;
		height: 10%;
		border: 3px solid orange;
	}
	.wide100 {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		text-align: center;
		/*border:3px solid orange;*/
	}
	.wide100 img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
		display: block;
	}
	.wide100 h1 {
		font-weight: bolder;
		/*text-transform: uppercase;*/
		font-size: 4vw;
		display: block;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.2;
		color: #f16122;
		font-family: 'Assistant', sans-serif;
	}
	.wide100 #h1left {
		text-align: left;
	}
	.col4parentdiv {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.col4divright {
		width: 40%;
	}
	.col4divright .textBox {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.col4divright .textBox p {
		text-align: justify;
		font-size: 1.5vw;
	}
	.col4row4 {
		width: 60%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.col4row4 .rightMainIntro {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		display: block;
	}
	.col4row450 {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.col50 {
		width: 100%;
		height: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.col25_a {
		width: 48%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.col25_a:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	.col25 {
		width: 26%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.col25:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	.col25 a {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
	}
	.col25 img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.top90 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#lefttop90 {
		width: 48%;
	}
	.twotop90 {
		width: 50%;
		height: auto;
	}
	.top90:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	.top90 a {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
	}
	.top90 img {
		width: 77%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.top90 .smaller {
		width: 79%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.top90 .smaller2 {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.top90 .biggerpic {
		width: 55%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
		display: block;
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.top90 .bsBig {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		/*margin-bottom: 40px;*/
		display: block;
		/*-webkit-box-shadow: -15px 14px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0,0,0,0.75);
		box-shadow: -15px 14px 5px 0px rgba(0,0,0,0.75);*/
	}
	.top90 .bsBig2 {
		width: 94%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		/*margin-bottom: 40px;*/
		display: block;
		/*-webkit-box-shadow: -15px 14px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0,0,0,0.75);
		box-shadow: -15px 14px 5px 0px rgba(0,0,0,0.75);*/
	}
	.top90 .bsBig3 {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.col4row4 p {
		font-weight: bolder;
		/*text-transform: uppercase;*/
		font-size: 2vw;
		/*	display: block;
	 	margin-left: auto;
	 	margin-right: auto;*/
		line-height: 0.5;
		color: rgba(9, 47, 73, 1);
		font-family: 'Assistant', sans-serif;
	}
	.wide100VideoButton {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.wide100VideoButton .buttonDivLeft {
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
		/*border:3px solid red;*/
	}
	.wide100VideoButton .buttonDivLeft button {
		margin-right: auto;
		margin-left: auto;
		display: block;
		font-size: 2vw;
		font-weight: bolder;
		font-family: 'Assistant', sans-serif;
		color: rgba(9, 47, 73, 1);
		/* Text color */
		background-color: transparent;
		/* Remove background color */
		border: 4px solid rgba(9, 47, 73, 1);
		/* Border thickness, line style, and color */
		border-radius: 5px;
		/* Adds curve to border corners */
		text-transform: uppercase;
		/* Make letters uppercase */
	}
	.wide100VideoButton .buttonDivLeft button:hover {
		color: #f16122;
		cursor: pointer;
		background-color: rgba(9, 47, 73, 1);
	}
	.buttonVideo {
		width: 100%;
		height: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		border: 3px solid blue;
	}
	.mid50VideoButton {
		width: 40%;
		/*border:3px solid red;*/
		display: flex;
		align-items: center;
		height: 100%;
	}
	.buttonDiv {
		width: 40%;
		/*border:3px solid red;*/
		display: flex;
		align-items: center;
		height: 100%;
	}
	.videoHiddenMain {
		width: 100%;
		height: 500px;
		/*display: flex;*/
		flex-direction: row;
		align-items: center;
		/*border:3px solid blue;*/
		display: none;
	}
	.leftVideo {
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
		background-color: black;
		/*border:3px solid red;*/
	}
	.leftVideo video {
		width: 70%;
		height: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.rightVideo_v2 {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		background-color: black;
		/*border:3px solid red;*/
	}
	.rightVideo_v2 video {
		width: 70%;
		height: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.divTopLogo {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		/*border:3px solid orange;*/
	}
	.divTopLogo #logoProTop {
		width: 70%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.right20b_v22_b {
		display: flex;
		width: 49.5%;
		height: 100%;
		align-items: center;
		margin-left: 2.5%;
		/*border:3px solid red;*/
	}
	.right20b_v22_b img {
		width: 50%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.smartSystemHeader {
		height: 400px;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
	}
	.leftHeader {
		width: 45%;
		height: 100%;
		display: flex;
		align-items: center;
		/*border:3px solid blue;*/
		border-right: 3px solid;
		border-color: #040a5c;
	}
	.leftHeader img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 81%;
		height: auto;
	}
	.rightHeader {
		width: 55%;
		height: 100%;
		display: flex;
		align-items: center;
		/*border:3px solid blue;*/
		border-left: 3px solid #040a5c;
	}
	.titleDivHeader {
		width: 100%;
		height: 80%;
		display: flex;
		align-items: center;
		/*border:3px solid blue;*/
		margin-left: auto;
		vertical-align: middle;
		margin-right: auto;
	}
	.titleDivHeader .mainTitle {
		margin-right: auto;
		margin-left: auto;
		vertical-align: middle;
		font-size: 9vw;
		top: 0%;
	}
	.titleDivHeader #smallerTitle {
		margin-right: auto;
		margin-left: auto;
		vertical-align: middle;
		font-size: 8.7vw;
		top: 0%;
	}
	.smartDiagramWide {
		width: 100%;
		height: auto;
		/*border:3px solid red;*/
		display: flex;
		align-items: center;
	}
	.smartDiagramWide img {
		width: 80%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.aboutWide {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
	}
	.aboutWide video {
		width: 80%;
		height: auto;
		/*border:3px solid green;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.aboutWide img {
		width: 100%;
		height: auto;
		/*border:3px solid green;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.aboutWideDivs3 {
		width: 33%;
		height: auto;
		display: flex;
		align-items: center;
		/*border:3px solid green;*/
	}
	.aboutWideDivs3 img {
		width: 95%;
		height: auto;
		/*border:3px solid green;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 20px;
		-webkit-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
		box-shadow: 10px 10px 12px -5px rgba(0, 0, 0, 0.75);
	}
	.aboutWide_v3 {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
	}
	.aboutWide_v3 img {
		width: 100%;
		height: auto;
		/*border:3px solid green;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.leftAbout {
		width: 50%;
		height: 100%;
		display: flex;
		align-items: center;
		/*border:3px solid blue;*/
	}
	.leftAbout img {
		width: 50%;
		height: auto;
		/*border:3px solid green;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.leftAbout #wideLite {
		width: 98%;
		height: auto;
		/*border:3px solid green;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.innerLeftAbout {
		width: 100%;
		height: 90%;
		/*border:3px solid green;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.innerLeftAbout .textBox p {
		line-height: 1.5;
		font-size: 2vw;
	}
	.innerLeftAbout .textBox ul li {
		text-align: left;
		color: #323232;
		font-size: 1.6vw;
		/*font-weight: bold;*/
		/*font-weight: */
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		font-family: 'Assistant', sans-serif;
	}
	/*	.textBox ul li{
		{
			list-style-type: none;
		}*/
	.textBox ul li {
		text-align: left;
		color: #323232;
		font-size: 2vw;
		/*font-weight: bold;*/
		/*font-weight: */
		list-style-type: decimal;
		text-shadow: 0 0 3px #e8e8e8;
		letter-spacing: 3px;
		/*font-family: 'Josefin Sans', sans-serif;*/
		/*font-family: 'Economica', sans-serif; */
		/*font-family: 'Open Sans Condensed', sans-serif;*/
		font-family: 'Assistant', sans-serif;
	}
	.indexTitleWide {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
	}
	.wide100_v2 {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		/*border:3px solid black;*/
	}
	.wide100_v2 img {
		width: 30%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		/*margin-bottom: 40px;*/
		display: block;
		/*border:3px solid green;*/
	}
	.wide100_v2 #vmLogo {
		width: 25%;
	}
	.indexTitleWide2 {
		width: 100%;
		height: 300px;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
		background-color: rgba(6, 32, 50, 1);
	}
	.div30x30 {
		width: 33%;
		height: 100%;
		display: flex;
		margin-left: 0.25%;
		align-items: center;
		/*border:3px solid blue;*/
	}
	#textBoxCentered {
		margin-right: auto;
		margin-left: auto;
	}
	.div30x30 a {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
	}
	.innerdiv30x30 {
		width: 60%;
		height: 70%;
		/*border:3px solid purple;*/
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		background-color: white;
		align-items: center;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	}
	.innerdiv30x30 a {
		width: 100%;
		height: auto;
		display: flex;
		margin-right: auto;
		margin-left: auto;
		align-items: center;
	}
	.innerdiv30x30:hover {
		cursor: pointer;
		opacity: 0.7;
		background-color: black;
		transition: 0.5s;
		-webkit-box-shadow: 0px 0px 42px 10px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 0px 42px 10px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 0px 42px 10px rgba(0, 0, 0, 0.75);
	}
	.innerdiv30x30:hover .textBox h2 {
		color: white;
	}
	.innerdiv30x30:hover a {
		text-decoration: none;
	}
	.innerdiv30x30 .textBox h2 {
		color: rgba(48, 53, 54, 1);
		/*line-height: 100%;*/
		letter-spacing: 1.5px;
		font-size: 3vw;
		top: 0%;
		vertical-align: middle;
		text-align: center;
		font-weight: bold;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}
	.indexTitleWide3 {
		width: 100%;
		height: 300px;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
		background-color: rgba(213, 228, 251, 1);
	}
	.div25x25 {
		width: 24.5%;
		height: 100%;
		display: flex;
		margin-left: 0.4%;
		align-items: center;
		/*border:3px solid blue;*/
	}
	.div25x25 img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 50%;
		height: auto;
	}
	.div25x25_v2_1 {
		width: 48%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.div25x25_v2_1 a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.div25x25_v2_2 {
		width: 26.5%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.div25x25_v2_2 a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.div25x25_v2_3 {
		width: 25.4%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.div25x25_v2_3 a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.div25x25_v2_4 {
		width: 23%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.div25x25_v2_4 a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.div25x25_v2_1 p, .div25x25_v2_2 p, .div25x25_v2_3 p, .div25x25_v2_4 p {
		font-weight: bolder;
		/*text-transform: uppercase;*/
		font-size: 1.5vw;
		display: block;
		/* 	left: 10%;
		position: relative;*/
		margin-left: auto;
		margin-right: auto;
		line-height: 0.5;
		color: rgba(9, 47, 73, 1);
		font-family: 'Assistant', sans-serif;
	}
	.div25x25_v2_1:hover, .div25x25_v2_2:hover, .div25x25_v2_3:hover, .div25x25_v2_4:hover {
		opacity: 0.7;
		cursor: pointer;
		background-color: black;
		transition: 0.5s;
	}
	.div25x25_v2_1:hover p, .div25x25_v2_2:hover p, .div25x25_v2_3:hover p, .div25x25_v2_4:hover p {
		color: white;
	}
	.div25x25_v2_1:hover a, .div25x25_v2_2:hover a, .div25x25_v2_3:hover a, .div25x25_v2_4:hover a {
		text-decoration: none;
	}
	.indexTitleWide3_v4 {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
		/*background-color: rgba(8, 41, 64, 0.26);*/
	}
	.indexTitleWide3_v4 .textBox #textCenterWide {
		color: rgba(48, 53, 54, 1);
		/*line-height: 100%;*/
		letter-spacing: 1.5px;
		font-size: 3vw;
		top: 0%;
		vertical-align: middle;
		text-align: center;
		font-weight: bold;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}
	.innerContainerDiv_v5 .textBox #textCenterWide2 {
		color: rgba(48, 53, 54, 1);
		letter-spacing: 1.5px;
		font-size: 2vw;
		top: 0%;
		vertical-align: middle;
		text-align: left;
		font-weight: normal;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}
	.innerContainerDiv_v5 .textBox #textCenterWide2_B {
		color: rgba(48, 53, 54, 1);
		letter-spacing: 1.5px;
		font-size: 2vw;
		top: 0%;
		vertical-align: middle;
		text-align: center;
		font-weight: normal;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}
	.innerContainerDiv_v6 .textBox #textCenterWide3 {
		color: rgba(48, 53, 54, 1);
		/*line-height: 100%;*/
		letter-spacing: 1.5px;
		font-size: 3vw;
		top: 0%;
		vertical-align: middle;
		text-align: left;
		font-weight: bolder;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}
	.innerContainerDiv_v6 .textBox #textCenterWide4 {
		color: rgba(48, 53, 54, 1);
		/*line-height: 100%;*/
		letter-spacing: 1.5px;
		font-size: 3vw;
		top: 0%;
		vertical-align: middle;
		text-align: left;
		font-weight: bolder;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}
	.innerContainerDiv_v5 .textBox #textCenterWide2 span {
		font-weight: bolder;
	}
	.indexTitleWide3_v5 {
		width: 100%;
		height: 100px;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
		/*background-color: rgba(8, 41, 64, 0.26);*/
	}
	.div30x30_v5 {
		width: 33%;
		height: 100%;
		display: flex;
		margin-left: 0.25%;
		align-items: center;
		/*border:3px solid blue;*/
	}
	.indexTitleWide3_v5 .textBox #textCenterWide5 {
		color: rgba(48, 53, 54, 1);
		/*line-height: 100%;*/
		letter-spacing: 1.5px;
		font-size: 2vw;
		top: 0%;
		vertical-align: middle;
		text-align: center;
		font-weight: bold;
		line-height: 1.5;
		font-family: 'Assistant', sans-serif;
		margin-bottom: 0px;
	}
	.indexTitleWide3_v6 {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
		/*background-color: rgba(8, 41, 64, 0.26);*/
	}
	.indexTitleWide3_v6 img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 70%;
		height: auto;
	}
	.indexTitleWide3_v6 #leftPicLogo {
		width: 20%;
		float: left;
		margin-left: 0px;
		margin-right: auto;
		display: block;
	}
	.indexTitleWide3_v6 video {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 50%;
		height: auto;
	}
	.indexTitleWide3_v7 {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		/*border:3px solid red;*/
		/*background-color: rgba(8, 41, 64, 0.26);*/
	}
	.indexTitleWide3_v7 img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 80%;
		height: auto;
	}
	.indexTitleWide3_v7 #div60Pic100 {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
		height: auto;
	}
	.div40Pic {
		width: 40%;
		height: 100%;
		display: flex;
		align-items: center;
		/*border:3px solid blue;*/
	}
	.div60Pic {
		width: 60%;
		height: 100%;
		display: flex;
		align-items: center;
		/*border:3px solid blue;*/
	}
	#hoverImg:hover {
		opacity: 0.7;
		transition: 0.7s;
		cursor: pointer;
	}
	.tableSpecsWide {
		width: 100%;
		height: 500px;
		/*border:3px solid red;*/
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	.tableLeft {
		width: 50%;
		height: 100%;
		/*border:3px solid blue;*/
		display: flex;
		border-right: 1px solid rgba(62, 69, 70, 0.49);
		align-items: flex-start;
	}
	.tableLeft table {
		top: 0px;
		/*bottom: 100px;*/
		position: sticky;
	}
	.tableRight {
		width: 50%;
		height: 100%;
		/*border:3px solid blue;*/
		border-left: 1px solid rgba(62, 69, 70, 0.49);
		display: flex;
		align-items: flex-start;
	}
	.tableRight table {
		top: 0px;
		/*bottom: 100px;*/
		position: sticky;
	}
	/* 1 column: 320px */
	.autowide {
		margin: 0 auto;
		width: 98%;
	}
	.autowide img {
		/*float: left;
		  margin: 0 .75rem 0 0;*/
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.autowide .module {
		background-color: lightgrey;
		border-radius: .25rem;
		margin-bottom: 1rem;
	}
	.autowide .module p {
		padding: .25rem .75rem;
	}
	.indicatorDivResponsive {
		width: 100%;
		height: 100px;
		/*border:3px solid red;*/
	}
	.mainBanner2 {
		width: 100%;
		height: auto;
		position: relative;
		/*top: 0px;*/
		overflow: hidden;
		background-color: white;
		padding: 5px 5px 5px 5px;
		/*border:3px solid red;*/
		/*margin-bottom: 100px;*/
	}
	#slide {
		width: 100%;
		height: 100%;
		/*height: 100%;*/
		/*border:3px solid black;*/
	}
	.slideshow-container {
		width: 96%;
		height: 70%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*border:3px solid orange;*/
	}
	.mySlides {
		/*display: none*/
		height: 100%;
	}
	.mySlides img {
		height: 90%;
	}
	#cssmenu ul ul li a {
		font-size: 3vw;
	}
	.smartDivTop {
		width: 100%;
		height: auto;
		/*border:3px solid red;*/
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.smartDivTopInnerLeft {
		width: 55%;
		height: 100%;
		/*border:4px solid blue;*/
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.topLeftSmart {
		width: 100%;
		/*border: 3px solid black;*/
		height: 20%;
		text-align: center;
	}
	.topLeftSmart h1 {
		font-size: 2vw;
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-weight: bolder;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.bottomLeftSmart {
		width: 100%;
		/*border: 3px solid green;*/
		height: 80%;
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: left;
	}
	.innerBottomLeft {
		width: 80%;
		height: 90%;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: auto;
		margin-left: auto;
		border: 3px solid rgba(0, 0, 0, 0.75);
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.innerBottomLeft ul {
		width: 96%;
		padding: 3%;
		line-height: 1em;
		list-style-image: url(https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg);
		/*text-decoration: none;*/
		/*text-align: center;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*list-style: none;*/
	}
	.innerBottomLeft ul li {
		color: #585859;
		font-family: 'Assistant', sans-serif;
		font-size: 1.5vw;
		letter-spacing: 2;
		line-height: 1.5;
	}
	.smartDivTopInnerRight {
		width: 45%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		/*border:4px solid blue;*/
	}
	.smartDivTopInnerRight img {
		width: 75%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.testWideDivContainer {
		width: 100%;
		height: 500px;
		display: flex;
		flex-direction: row;
		align-items: center;
		border: 3px solid red;
	}
	.testWideDivContainer img {
		width: 50%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.testSeparator {
		display: flex;
		flex-direction: row;
		border: 3px solid red;
		width: 100%;
		height: 400px;
	}
}

/*END OF 1096px*/

@media all and (max-device-width: 1096px) {
	.smartDivTop {
		width: 100%;
		height: auto;
		/*border:3px solid red;*/
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.smartDivTopInnerLeft {
		width: 100%;
		height: 60%;
		/*border:4px solid blue;*/
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 10%;
	}
	.topLeftSmart {
		width: 100%;
		/*border: 3px solid black;*/
		height: auto;
		text-align: center;
	}
	.topLeftSmart h1 {
		font-size: 5vw;
		/*font-family: 'Economica', sans-serif; */
		font-family: 'Assistant', sans-serif;
		font-weight: bolder;
		color: #28549f;
		letter-spacing: 2px;
		line-height: 1;
	}
	.bottomLeftSmart {
		width: 100%;
		/*border: 3px solid green;*/
		height: 80%;
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: left;
	}
	.innerBottomLeft {
		width: 80%;
		height: 90%;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: auto;
		margin-left: auto;
		border: 3px solid rgba(0, 0, 0, 0.75);
		-webkit-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: -15px 14px 5px 0px rgba(0, 0, 0, 0.75);
	}
	.innerBottomLeft ul {
		width: 94%;
		padding: 5%;
		list-style-image: url(https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg);
		/*text-decoration: none;*/
		/*text-align: center;*/
		margin-left: auto;
		margin-right: auto;
		display: block;
		/*list-style: none;*/
	}
	.innerBottomLeft ul li {
		color: #585859;
		font-family: 'Assistant', sans-serif;
		font-size: 3vw;
		letter-spacing: 1px;
		line-height: 15px;
	}
	.smartDivTopInnerRight {
		width: 100%;
		height: 40%;
		display: flex;
		flex-direction: column;
		align-items: center;
		/*border:4px solid blue;*/
	}
	.smartDivTopInnerRight img {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.smartDiagramWide {
		width: 100%;
		height: auto;
		/*border:3px solid red;*/
		display: flex;
		align-items: center;
	}
	.smartDiagramWide img {
		width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}