/**
 * Place your custom styles here.
 */

.page-jp .vi {
	display: none !important;
}

body {
	color: #666666;
	font-size: 16px;
}
a.text-black:link {
  color: #000000;
  text-decoration: none;
}
a.text-black:visited {
  color: #000000;
  text-decoration: none;
}
a.text-black:hover {
  color: #000000;
  text-decoration: none;
}
a.text-black:active {
  color: #000000;
  text-decoration: none;
}
input{
    font:inherit;
    border:1px solid #ccc;
    border-radius:2px;
    padding:2px 5px;
}

label{
    width:90px;
    display:inline-block;
    text-align:right;
}
.hide_title {
  height: 1px;
  overflow: hidden;
  text-align: start;
  text-indent: -9000px;
  width: 1px;
}

.light-gray {
	background-color: #f7f7f7;
}
.gray {
	background-color: #cccccc;
}
.black {
	background-color: #171717;
}
.dark-gray {
	background-color: #333333;
}


.videoBanner video {
	position: absolute;
	width: 100%;
}
.bannerVideoContent .row.text-center > img {
	position: relative;
}
.show {
	display: block;
}
a:hover, a:focus {
	color: #990000;
	opacity: .8;
	text-decoration: underline;
}
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}
h1 {
	margin: 0;
	line-height: 1;
}
h4 {
	color: #999;
	font-size: 16px;
}
header#navbar .container {
	position: relative;
	height: 170px;
}
.page-header {
  border-bottom: 0 solid #eee;
  margin: 40px 0 20px !important;
  padding-bottom: 9px;
  text-align: center;
}
.navbar-collapse {
	width: 100%;
}
#headerNavs {
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	height: 170px;
	transition: height 0.35s ease-in-out, border 0.35s ease-in-out;
	overflow: hidden;
}
#headerNavs.fixed {
	position: fixed;
	height: 50px;
	border-bottom: 4px solid #ccc;
}
/*
#headerNavs.fixed img, #headerNavs.fixed a.logo {
    display: none;
}
*/

#headerNavs img.flag {
	margin: 5px 0 0;
}
#headerNavs img {
	float: right;
	margin: 10px 0 0 5px;
}
#headerNavs .logo {
	position: absolute;
	bottom: 20px;
	opacity: 1;
	transition: bottom 0.35s ease-in-out, opacity 0.25s ease-in-out;
}
#headerNavs .smlogo {
	position: absolute;
	bottom: 20px;
	opacity: 0;
	transition: bottom 0.35s ease-in-out, opacity 0.25s ease-in-out;
}
#headerNavs.fixed .logo {
	bottom: 90%;
	opacity: 0;
}
#headerNavs.fixed .smlogo {
	bottom: 66%;
	opacity: 1;
}
#headerNavs nav#headerNavRegion {
	position: absolute;
	top: 60%;
	left: 113px;
	transition: top 0.35s ease-in-out;
}
#headerNavs.fixed nav#headerNavRegion {
	top: 0;
}
#headerNavs img.flag {
	margin: 5px 5px 0;
}
nav#headerNavRegion ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
nav#headerNavRegion ul li {
	display: inline-block;/*width: 150px;*/
}
nav#headerNavRegion ul li a {
	color: #666;
	display: block;
	font-weight: 600;
	padding: 0 1em;
	text-align: center;
	width: 100%;
}
nav#headerNavRegion ul li a:hover {
	background: #ccc none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
nav#headerNavRegion ul li a.contact:hover {
	padding: 0 1em;
}
#headerNavs.fixed nav#headerNavRegion ul li a.active {
	background: #ccc;
	color: #fff;
	padding: 0 1em;
}
nav#headerNavRegion ul li a.contact, nav#headerNavRegion ul li a.contact.active, #headerNavs.fixed nav#headerNavRegion ul li a.contact, #headerNavs.fixed nav#headerNavRegion ul li a.contact.active {
	background: #990000;
	color: #fff;
	padding: 0 1em;
}
/*~~~~~~~~~~~~~~~~~
  Header Region
~~~~~~~~~~~~~~~~~*/
#utility {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	width: 100%;
	transition: top 0.5s ease-in-out, opacity 0.25s ease-in-out;
}
#headerNavs.fixed #utility {
	top: -40px;
	opacity: 0;
}
#utility .menu.nav {
	float: right;
}
#utility ul.menu.nav li a {
  color: #666;
  padding: 10px;
}
#utility .nav > li > a.active {
	background-color: #eee;
	text-decoration: none;
}

#utility .nav > li > a.fa-globe:hover, #utility .nav > li > a.fa-globe:focus {
  background-color: transparent;
}
#utility .nav > li > a.fa-lock:hover, #utility .nav > li > a.fa-lock:focus {
  background-color: transparent;
}


#utility ul.menu.nav > li {
	display: inline-block;
}
.utility {
	float: right;
	width: 100%;
}
.utility .menu.nav {
	float: right;
}
.utility ul.menu.nav > li {
	display: inline-block;
}
.utility img {
	float: right;
	margin: 10px 0 0 20px;
}
.navbar.container, .navbar.container-fluid {
	margin-top: 0px;
}
.navbar {
	margin-bottom: 0;
}
.login {
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 25px;
}
.fa.fa-lock.login::before {
	left: 14px;
	line-height: 2;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.fa.fa-lock.login {
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 40px;
}
.distributor {
	float: left;
}
.fa-quote-right::before {
	content: "";
	padding-left: 3px;
}
#BannersView {
	border-top: 4px solid #999;
}
.Slideshow {
	background-color: #0c0c0c;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 585px;
	position: relative;
	width: 100%;
}
.BannerContent {
	bottom: 0;
	margin-bottom: 100px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.sectionHeaderTitle {
	padding-bottom: 3%;
}






/*button Size*/
.btn-lg, .btn-group-lg > .btn {
	border-radius: 0;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 24px;
}
/*****Tradeshows*****/
#Tradeshows {
	background-color: #F7F5F6;
}
#Tradeshows .list-inline > li {
	border-right: 2px solid #999999;
	padding: 0 20px;
}
#Tradeshows .list-inline > li:first-child {
	border-right: 0 none;
}
#Tradeshows .list-inline > li:nth-child(4) {
	border-right: 0 none;
}
#Tradeshows .list-inline > li:last-child {
	border-right: 0px;
}
/*****Testimonials*****/
#WhyView {
	background-color: #f3f3f3;
}
.Testimonials .content .fa-quote-left {
	color: #cc0000;
}
.Testimonials .content .fa-quote-right {
	color: #cc0000;
}
.Testimonials {
	min-height: 315px;
	padding: 0 0;
}
.Testimonials .content img {
	display: unset;
	margin: 25px auto;
	text-align: center;
}
.Testimonials .content span {
	color: #333333;
	display: block;
	margin-top: 40px;
}






/*****LEARN*****/
#LearnView {
}
#LearnView .container {
	padding-bottom: 0%;
	padding-top: 5%;
}
#LearnView .learnHeader {
}
#LearnView .learnTabsSummary {
	padding: 0% 0 5% 0;
}
#LearnView .sectionSummary {
	padding: 2% 0 5%;
}
#LearnView .learnIcons {
	border-bottom: 1px solid #cecece;
	padding: 2% 0 5%;
}
#LearnView .learnIcons span {
	display: block;
	padding-top: 8px;
}
#LearnView .learnTabs ul.learn.nav.nav-tabs {
	text-align: center;
	border: 0;
}
#LearnView .learnTabs ul.learn.nav.nav-tabs li {
	display: inline-block;
	float: none !important;
	min-width: 150px;
}
#LearnView .learnTabs .nav.nav-tabs > li > a {
	font-size: 16px;
	font-weight: 900;
}
#LearnView .learnTabs .nav.nav-tabs > li.active > a, #LearnView .learnTabs .nav.nav-tabs > li.active > a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: -moz-use-text-color -moz-use-text-color #cc0000;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 7px;
	color: #990000;
}
#LearnView .learnTabs .nav.nav-tabs > li > a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: -moz-use-text-color -moz-use-text-color #cc0000;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 7px;
}
#LearnView .tabsSummary {
	padding-top: 6%;
}
#LearnView .learn.tab-content {
	padding: 3% 0;
}
#LearnView .learnContent {
	padding: 0 0 5%;
}

#Comparison .container {
  padding-bottom: 5%;
}
#Comparison .panel-group .panel .panel-heading + .panel-collapse .panel-body {
	margin: 0;
}
#Comparison.container-fluid {
	padding-top: 5%;
	padding-bottom: 5%;
}
#Comparison .panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 16px;
	margin: 0;
}
#Comparison .panel {
	border: medium none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
#Comparison .panel-group {
  margin-bottom: 0;
}
#Comparison .panel-title > a:hover, #Comparison .panel-title > a:focus {
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#Comparison .panel.panel-default .panel-heading {
	background-color: #333333;
	background-image: none;
	color: #ffffff;
}
#Comparison .panel-group .panel .panel-heading a[data-toggle="collapse"]::before, 
#Comparison .panel-group .panel .panel-heading .accordion-toggle::before {
	background-color: #888888;
	color: #ffffff;
	display: block;
	float: right;
	font-family: "FontAwesome";
	font-size: 14px;
	height: 20px;
  margin: -30px -30px -1px 0;
  padding: 15px 20px 25px;
	text-align: right;
	width: 50px;
}

#Comparison .panel-group > .panel.panel-color .panel-heading {
	border-radius: 0 !important;
	border-top: 1px solid #888888;
	margin: 0 !important;
	padding: 10px 30px 10px 15px;
}


#Comparison .panel-group .panel .panel-heading a[data-toggle="collapse"]:hover:before {
	opacity: 0.85;
}

#Comparison .panel-group > .panel.panel-color .panel-body {
	border-radius: 0 !important;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -20px !important;
}
#Comparison .table {
	margin-bottom: 0;
}
#Comparison .table > thead > tr > th, 
#Comparison .table > tbody > tr > th, 
#Comparison .table > tfoot > tr > th, 
#Comparison .table > thead > tr > td, 
#Comparison .table > tbody > tr > td, 
#Comparison .table > tfoot > tr > td {
	border-top: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 1.42857;
	padding: 10px 15px;; 
	vertical-align: top;
}


#Comparison a[data-toggleIcon="+"]::after {
                content: "+";
}

#Comparison a[data-toggleIcon="-"]::after {
                content: "-";
}
#Comparison a[data-toggleIcon="+"]::before {
                content: "Show ";
}

#Comparison a[data-toggleIcon="-"]::before {
                content: "Hide ";
}
#compare {
  background-color: #f7f7f7;
  padding: 35px;
}
#compare h3.text-uppercase.text-wt-hv.text-primary {
  font-size: 18px;
}
#compare a {
  font-size: 14px;
}
.no-border-bottom {
  border-bottom: 0 solid #ddd!important;
}
.border-top {
  border-top: 1px solid #666666;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}



/*****Why*****/

#WhyView .container-fluid {
	padding-bottom: 5%;
	padding-top: 5%;
}
/*****Materials*****/
#MaterialsView {
	background-color: #f3f3f3;
}
#MaterialsView .dropbtn2 {
	background-color: #990000;
	border: medium none;
	color: white;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 10px;
}
#MaterialsView .dropbtn2:hover, #MaterialsView .dropbtn2:focus {
	background-color: #990000;
}
#MaterialsView .dropdown {
	display: none;
	float: right;
	position: relative;
}
#MaterialsView .dropdown-content {
	display: none;
	overflow: auto;
}
#MaterialsView .container {
	padding-bottom: 5%;
	padding-top: 5%;
}
#MaterialsView .sectionHeader {
	margin-top: 5%;
}
#MaterialsView .tabs-vertical {
	display: table-cell;
	vertical-align: top;
}
#MaterialsView .tabs-vertical {
	width: 275px;
}
#MaterialsView ul.tabs-vertical {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
#MaterialsView li {
	margin: 20px 0;
}
#MaterialsView .tabs-vertical li > a {
	background-color: transparent;
	border: medium none;
	color: #666;
	display: block;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 10px 15px;
	position: relative;
}
#MaterialsView li > a {
	font-size: 21px;
	font-weight: 400;
}
#MaterialsView li.active {
	background-color: #66ccff;
	color: #fff;
}
#MaterialsView li.active a {
	color: #fff;
}
#MaterialsView li > a:hover, #MaterialsView li > a:focus {
	background-color: #66ccff;
	color: #fff;
	text-decoration: none;
}
#MaterialsView .tab-content img {
	margin-top: 5%;
	width: 100%;
}
#MaterialsView .materialsContent {
	padding: 0 0 5%;
}
.materialsContent h3 {
  color: #999;
  font-size: 16px;
  font-weight: 900;
}
.materialsContent h4 {
  color: #000;
  font-size: 46px;
}

.materialsContent h4 small {
  font-weight: 300;
}
/*****Industry*****/
.industryContent h3 {
  color: #999;
  font-size: 16px;
  font-weight: 900;
}
.industryContent h4 {
  color: #000;
  font-size: 46px;
}

.industryContent h4 small {
  font-weight: 300;
}
#IndustryView .dropbtn1 {
	background-color: #990000;
	border: medium none;
	color: white;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 10px;
}
#IndustryView .dropbtn1:hover, #IndustryView .dropbtn1:focus {
	background-color: #990000;
}
#IndustryView .dropdown {
	display: none;
	float: right;
	position: relative;
}
#IndustryView .dropdown-content {
	display: none;
	overflow: auto;
}
#IndustryView .container-fluid {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 906px;
	padding-bottom: 5%;
	padding-top: 5%;
}
#IndustryView .sectionHeader {
	margin-top: 5%;
}
#IndustryView .tabs-vertical {
	display: table-cell;
	vertical-align: top;
}
#IndustryView .tabs-vertical {
	width: 275px;
}
#IndustryView .tabs-vertical li > a {
	background-color: transparent;
	border: medium none;
	color: #666;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
	padding: 10px 15px;
	position: relative;
}
#IndustryView ul.tabs-vertical {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
#IndustryView li {
	margin: 20px 0;
}
#IndustryView li.active {
	background-color: #66ccff;
	color: #fff;
}
#IndustryView li.active a {
	color: #fff;
}
#IndustryView li > a:hover, #IndustryView li > a:focus {
	background-color: #66ccff;
	color: #fff;
	text-decoration: none;
}
#IndustryView .industryContent {
	padding: 0 0 5%;
}
.row.industry_cta {
	padding-top: 5%;
}
.row.industry_cta .ctaBox .ctaImage a, .row.industry_cta .ctaBox .ctaImage a:hover {
	text-decoration: none;
}
.row.industry_cta .ctaBox .ctaImage a::before {
	color: #fff;
	display: block;
	font-size: 45px;
	left: 33%;
	position: absolute;
	top: 23%;
}
/*****Advantage*****/

#AdvantageView .container {
	padding-bottom: 5%;
	padding-top: 5%;
}
.advantageIcons {
	padding: 0 0;
}
.advantageIcons span {
	display: block;
}
.advantageIcons p {
	font-size: 14px;
	line-height: 1.1;
}
.advantageIcons .col-sm-4 {
	padding: 50px 0;
}
.advantageIcons .col-sm-12 {
	padding: 50px 0;
}
/*****Contact*****/

#ContactView {
	background-color: #f3f3f3;
}
#ContactView .container {
	padding-bottom: 5%;
	padding-top: 5%;
}
#ContactView .sectionSummary {
	padding: 6% 0;
}
#ContactView .form-control {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	height: 45px;
}
#ContactView .form-actions {
	text-align: center;
}
#ContactView .form-actions button {
	background-color: #990000;
	border-color: #990000;
}
/*****Generic*****/



#Specifications .panel-group .panel .panel-heading + .panel-collapse .panel-body {
	margin: 0;
}
#Technology.container-fluid {
	padding-top: 5%;
	padding-bottom: 5%;
}
#Technology h4 {
  color: #666666;
}
#Technology p {
	font-size: 14px;
}

#Experience.container-fluid {
	padding-top: 5%;
}

#Design.container-fluid {
	padding-bottom: 3%;
}
#Specifications.container-fluid {
	padding-top: 5%;
	padding-bottom: 5%;
}
#More.container-fluid {
	padding-bottom: 5%;
}
#More .row.text-center.dark-gray {
	padding-bottom: 5%;
	padding-top: 5%;
}
#More .container {
	padding-bottom: 5%;
	padding-top: 3%;
}
#Design .modal .sectionSummary {
	padding: 10px 30px 30px;
}
#Specifications .panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 16px;
	margin: 0;
}
#Specifications .panel {
	border: medium none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
#Specifications .panel-title > a:hover, #Specifications .panel-title > a:focus {
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#Specifications .panel.panel-default .panel-heading {
	background-color: #333333;
	background-image: none;
	color: #ffffff;
}
#Specifications .panel-group .panel .panel-heading a[data-toggle="collapse"]::before, #Specifications .panel-group .panel .panel-heading .accordion-toggle::before {
	background-color: #888888;
	color: #ffffff;
	display: block;
	float: right;
	font-family: "FontAwesome";
	font-size: 14px;
	height: 20px;
	margin: -40px -30px -1px 0;
	padding: 25px 20px 35px;
	text-align: right;
	width: 50px;
}

#Specifications .panel-group .panel .panel-heading a[data-toggle="collapse"]:hover:before {
	opacity: 0.85;
}

#Specifications .panel-group > .panel.panel-color .panel-heading {
	border-radius: 0 !important;
	border-top: 1px solid #888888;
	margin: 0 !important;
	padding: 20px 30px;
}
#Specifications .panel-group > .panel.panel-color .panel-body {
	border-radius: 0 !important;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -20px !important;
}
#Specifications .table {
	margin-bottom: 0;
}
#Specifications .table > thead > tr > th, #Specifications .table > tbody > tr > th, #Specifications .table > tfoot > tr > th, #Specifications .table > thead > tr > td, #Specifications .table > tbody > tr > td, #Specifications .table > tfoot > tr > td {
	border-top: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 1.42857;
	padding: 15px;
	vertical-align: top;
}
#ExperienceView {
	background-color: #F7F7F7;
}
.ExperienceIcons .col-xs-12.col-sm-4.col-md-4.col-lg-4 .row {
	border-bottom: 1px solid #cccccc;
}
.ExperienceIcons .col-xs-12.col-sm-4.col-md-4.col-lg-4 .row:last-child {
  border: 0 none;
}
.ExperienceIcons .col-xs-12 {
	padding: 20px 0 75px;
}
.ExperienceIcons p {
	font-weight: 500;
}
/*****Call To Action*****/

.ctaBox {
	border: 3px solid #000;
	float: inherit;
	width: 100%;
}
.ctaImage {
	float: inherit;
	margin: 4% 10% 4% 4%;
	position: relative;
	width: 30%;
}
.ctaText {
	padding: 2% 10%;
}
.ctaText span.header p {
	line-height: 1;
}
.ctaBox span.header {
	display: block;
	float: initial;
	padding-bottom: 5%;
}
.ctaBox .summary-text {
	display: inherit;
	float: initial;
	padding-bottom: 5%;
	width: 100%;
}
.ctaBox .summary-text p {
	line-height: 1.1;
}
.ctaBox .summary-link {
	display: inherit;
	float: initial;
	width: 100%;
}
.ctaBox .ctaImage a::before {
	color: #fff;
	display: block;
	font-size: 45px;
	left: 37%;
	position: absolute;
	top: 29%;
}
.ctaBox .ctaImage a, .ctaBox .ctaImage a:hover {
	text-decoration: none;
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
}
.modal .modal-dialog .modal-content .modal-header {
	border-bottom-width: 0px;
}
.modal-dialog {
	width: 32%;
}
#Intro.videoBanner .modal-content iframe {
  height: 670px;
}
.modal-content iframe {
	margin: 0 auto;
	display: block;
}
.modal-footer {
	border-top: 0 solid #e5e5e5;
	padding: 15px;
	text-align: right;
}
.dashboard .btn.btn-primary.m-b-5 > a {
	color: #fff;
}
/***************** 6.Panel-Tab-Accordions ****************/
.nav.nav-tabs+.tab-content, .tabs-vertical-env .tab-content {
	background: #FFF;
	padding: 30px;
	margin-bottom: 30px;
}
.nav.nav-tabs>li.active>a, .tabs-vertical-env .nav.tabs-vertical li.active>a {
	border: 0;
	background-color: #fff;
	border-top: 2px solid #D8D6D6;
}
.nav.nav-tabs>li>a {
	border: none;
	background-color: #eee;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	border-radius: 0;
	border-top: 2px solid #eee;
}
.nav.nav-tabs>li:last-of-type a {
	margin-right: 0px;
}
.nav.nav-tabs.border>li>a {
	border-top: 0;
}
.nav.border>li>a {
	padding: .5em 1em;
	color: #fff;
	font-weight: 500;
	background-color: #ccc;
}
.nav.border>li.active>a {
	color: #999;
}
.nav.nav-tabs {
	border-bottom: 0;
}
.nav.nav-tabs.border {
	border-bottom: 1px solid #ccc;
}
.nav-tabs.border>li {
	margin-bottom: none;
}
.nav.nav-tabs.border>li.active>a {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus, .tabs-vertical-env .nav.tabs-vertical li.active>a {
	border: none;
	border-top: 2px solid #D8D6D6;
}
.tabs-vertical-env {
	margin-bottom: 30px;
}
.tabs-vertical-env .nav.tabs-vertical {
	min-width: 120px;
	width: 150px;
}
.tabs-vertical-env .nav.tabs-vertical, .tabs-vertical-env .tab-content {
	display: table-cell;
	vertical-align: top;
}
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before, .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
	content: '\f067';
}
.panel-group .panel .panel-heading a[data-toggle=collapse]:before, .panel-group .panel .panel-heading .accordion-toggle:before {
	float: right;
	display: block;
	content: '\f068';
	font-family: 'FontAwesome';
	font-size: 14px;
	width: 25px;
	text-align: right;
}
.panel-group .panel .panel-heading a[data-toggle=collapse], .panel-group .panel .panel-heading .accordion-toggle {
	display: block;
}
.tabs-vertical-env .nav.tabs-vertical li>a {
	background-color: #eee;
	margin-bottom: 5px;
	text-align: center;
	white-space: nowrap;
}
.panel-group .panel .panel-heading+.panel-collapse .panel-body {
	/*border-top: 1px solid #DDDDDD;*/
	margin-top: 15px;
}
.panel-group.panel-group-joined .panel+.panel, .panel-group-joined .panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #ddd;
}
.table>thead>tr>td.middle-align, .table>tbody>tr>td.middle-align, .table>tfood>tr>td.middle-align, .table>thead>tr>th.middle-align, .table>tbody>tr>th.middle-align, .table>tfood>tr>th.middle-align {
	vertical-align: middle;
}
/* Modal-use */
.modal-content .nav.nav-tabs+.tab-content, .tabs-vertical-env .tab-content, .modal-content .panel-group {
	margin-bottom: 0px;
}
.modal-content .panel {
	border-top: none;
}
.panel.panel-color .panel-heading {
	background-color: #CCCCCC;
	border-bottom: 0 none;
	color: #333333;
}
.panel.panel-default .panel-heading {
	background-color: #cccccc;
	background-image: none;
	color: #333333;
}
/*~~~~~~~~~~~~~~
  Footer 
~~~~~~~~~~~~~~*/

/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url(img/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}
.footer {
	border-top: 4px solid #000000 !important;
	margin-top: 0;
}
.companyAddress {
	float: left;
	padding-bottom: 20px;
}
.footer span.hidden-md, .footer span.hidden-lg {
	display: block;
	padding: 20px 0;
}
#footerInfo {
	margin: auto;
	max-width: 1140px;
	padding: 0 0 32px;
	width: 100%;
}
#footerSocial {
	display: block;
	float: left;
	padding: 0px 0;
}
#footerSocial a {
	margin: 0 5px;
}
#footerSocial span {
	display: inline-block;
	font-size: 31px;
	color: #333;
	line-height: 1em;
}

span.socialText {
  font-size: 12px !important;
  text-indent: -9000px;
}

/*****FlexSlider******/

.flexslider {
	margin: 0;
	background-color: transparent;
}
.flex-control-nav {
	bottom: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.optionset-testimonials .flex-control-nav {
  bottom: -40px!important;
}
.flex-control-paging li a.flex-active {
	background: rgba(153, 0, 0, 1) none repeat scroll 0 0;
	cursor: default;
	height: 1.1em;
	padding-top: 3px;
	width: 1.1em;
}
.flex-control-paging li a.flex-active:hover {
	background: rgba(153, 0, 0, 1) none repeat scroll 0 0;
	cursor: default;
	height: 1.1em;
	padding-top: 3px;
	width: 1.1em;
}
.flex-control-paging li a {
	background: rgba(204, 204, 204, 1) none repeat scroll 0 0;
	border-radius: 20px;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}
.flex-control-paging li a:hover {
	background: rgba(204, 204, 204, 1) none repeat scroll 0 0;
}
.flexslider:hover .flex-prev {
	background-color: #b6b6b6;
	left: unset;
	opacity: 1;
	right: 0;
	top: 45px;
}
.flexslider:hover .flex-next {
	background-color: #333333;
	opacity: 1;
	right: 0;
}
.flex-direction-nav {
	position: absolute;
	right: 0;
	top: 45%;
}
.flex-direction-nav a::before {
	color: #ffffff;
	padding: 0;
}
.flex-direction-nav a::before {
	content: "Z";
	display: inline-block;
	font-family: "OMAX-font-icons";
	font-size: 40px;
}
.flex-direction-nav a.flex-next::before {
	content: "c";
}
ul.flex-direction-nav li {
	line-height: 1.1;
}
.flex-direction-nav a:hover {
	background-color: #990000 !important;
}

.page-id-es #utility ul.menu.nav > li.leaf:nth-child(2) {
  display: none;
}
.page-id-en #utility ul.menu.nav > li.leaf:nth-child(2) {
  display: none;
}
/*     SECTION STYLING    */

.sectionHeaderLink a {
	color: #666;
}
.sectionHeaderLink a::after {
	content: " »";
}
.sectionHeaderTitle h2 {
	margin-top: 0;
}
img {
	max-width: 100%;
}
#v-system img.image {
	height: auto;
	width: 100%;
}
#v-software img.image {
	height: auto;
	width: 100%;
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.icon {
	vertical-align: baseline;
}
img {
	max-width: 100%;
}
/* -------------------------------- 

Main components 

-------------------------------- */


.cd-image-container {
	position: relative;
	width: 90%;
	max-width: 715px;
	margin: 0em auto;
}
.cd-image-container img {
	display: block;
}
.cd-image-label {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	padding: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
	visibility: hidden;
}
.is-visible .cd-image-label {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cd-resize-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-resize-img img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}
.cd-resize-img .cd-image-label {
	right: auto;
	left: 0;
}
.is-visible .cd-resize-img {
	width: 50%;
	/* bounce in animation of the modified image */
	-webkit-animation: cd-bounce-in 0.7s;
	-moz-animation: cd-bounce-in 0.7s;
	animation: cd-bounce-in 0.7s;
}
 @-webkit-keyframes cd-bounce-in {
 0% {
 width: 0;
}
 60% {
 width: 55%;
}
 100% {
 width: 50%;
}
}
@-moz-keyframes cd-bounce-in {
 0% {
 width: 0;
}
 60% {
 width: 55%;
}
 100% {
 width: 50%;
}
}
@keyframes cd-bounce-in {
 0% {
 width: 0;
}
 60% {
 width: 55%;
}
 100% {
 width: 50%;
}
}
.cd-handle {
	position: absolute;
	height: 44px;
	width: 44px;
	/* center the element */
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border-radius: 50%;
	background: #cc0000 url("img/cd-arrows.svg") no-repeat center center;
	cursor: move;
	box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	-moz-transform: translate3d(0, 0, 0) scale(0);
	-ms-transform: translate3d(0, 0, 0) scale(0);
	-o-transform: translate3d(0, 0, 0) scale(0);
	transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
	/* change background color when element is active */
	background-color: #dc717d;
}
.is-visible .cd-handle {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-o-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.IgniteBar ul {
	list-style: outside none none;
	padding: 0;
}
.IgniteBarV1 {
	display: none;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 50%;
	transition: margin 1s ease 0s;
	z-index: 4;
}
.IgniteBarV1.visible, .no-js .IgniteBarV1 {
	display: block;
}
.IgniteBarV1.open {
	pointer-events: auto;
}
.IgniteBarV1.open li > span {
	transform: translateX(0px);
}
.IgniteBarV1 li {
	clear: both;
	pointer-events: auto;
	width: 100%;
}
.IgniteBarV1 li > span {
	background-color: #555555;
	display: block;
	float: left;
	font-size: 12px;
	height: 50px;
	letter-spacing: 1px;
	line-height: 49px;
	padding-right: 50px;
	text-align: left;
	transform: translateX(100%);
	transition: transform 0.4s ease 0s, background-color 0.2s ease 0s;
	width: 100%;
	z-index: 7;
}
.IgniteBarV1.open li:last-child > span {
	border-bottom: 1px solid #777777;
}
.IgniteBarV1 li > span > a {
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 5px;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}
.IgniteBarV1 li.share span {
	position: relative;
	z-index: 1;
}
.IgniteBarV1 li > a {
	backface-visibility: hidden;
	background-color: #555555;
	color: #fff;
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	text-decoration: none;
	transition: background-color 0.2s ease 0s;
	width: 50px;
	z-index: 8;
}
.IgniteBarV1 li a {
	border-left: 1px solid #777777;
	border-top: 1px solid #777777;
}
.IgniteBarV1.visible.open a {
	border-right: 1px solid #777777;
	border-top: 1px solid #777777;
	border-left: 0px;
}
.IgniteBarV1.visible.open span a {
	border-left: 1px solid #777777;
	border-top: 1px solid #777777;
	border-right: 0px;
}
.IgniteBarV1 li > a div {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -1px;
	text-align: center;
	width: auto;
}
.IgniteBarV1 li > a div.fa {
	letter-spacing: 0;
	margin-left: 0.8em;
	margin-right: 0.2em;
	text-align: center;
	width: 1em;
}
.IgniteBarV1 li > a div.fa.fa-smile-o::before {
	font-size: 18px;
}
.IgniteBarV1 li > a div.fa.fa-lightbulb-o::before {
	font-size: 18px;
	margin-top: -2px;
}
.IgniteBarV1 li > a div.fa.fa-paint-brush::before {
	font-size: 18px;
	margin-left: 9px;
	margin-top: 14px;
}
.IgniteBarV1 li > a div.fa.fa-question:before {
	font-size: 22px;
}
.IgniteBarV1 li:hover:not(.share) a {
	color: #555555;
}
.IgniteBarV1 li:hover:not(.share) > span, .IgniteBarV1 li:hover:not(.share) > a {
	background-color: #ffffff;
}
.IgniteBarV1 li:last-child > span, .IgniteBarV1 li:last-child > a {
	border-bottom: 1px solid #777777;
}
.IgniteBarV1 li .icon-social-facebook-comment::before {
	font-size: 18px;
}
.IgniteBarV1 li .SocialSharing {
	background-color: #555555;
	left: auto;
	position: relative;
	right: 0;
	visibility: visible;
}
.ion-gear-a {
	font-size: 27px !important;
	padding: 2px 0 0 8px;
}
.ion-ios7-chatbubble-outline {
	font-size: 27px !important;
	padding: 2px 0 0 8px;
}
.ion-ios7-information-outline {
	font-size: 27px !important;
	padding: 2px 0 0 8px;
}
.IgniteBarV1[data-total="2"] {
	margin-top: -50.5px;
}
.IgniteBarV1[data-total="3"] {
	margin-top: -76px;
}
.IgniteBarV1[data-total="4"] {
	margin-top: -101.5px;
}
.IgniteBarV1[data-total="5"] {
	margin-top: -127px;
}
.IgniteBarV1[data-total="6"] {
	margin-top: -152.5px;
}
.IgniteBarV1.light a {
	color: #555555;
}
.IgniteBarV1.light li > span, .IgniteBarV1.light li > a {
	background-color: #ffffff;
	border-bottom: 1px solid #eef1f1;
	font-weight: bold;
}
.IgniteBarV1.light li:hover:not(.share) a {
	color: #ffffff;
}
.IgniteBarV1.light li:hover:not(.share) > span, .IgniteBarV1.light li:hover:not(.share) > a {
	background-color: #005a2b;
}
.IgniteBarV1.light li .SocialSharing {
	background-color: #ffffff;
}
html.no-js .IgniteBarV1 li.share {
	display: none;
}

@media screen and (min-width: 1px) and (max-width: 900px) {
html.no-js .IgniteBarV1 {
	display: none;
	visibility: hidden;
}
}
body .IgniteBarV1 {
	top: calc((100% + 108px) / 2);
}
body.withSubNavigation .IgniteBarV1 {
	top: calc((100% + 108px + 41px) / 2);
}

@media screen and (min-width: 1px) and (max-width: 900px) {
.IgniteBarV1, .IgniteBarV1.visible {
	display: none;
}
}
