* { margin: 0; padding: 0; }
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

/* start new css */
html, body {
}
#pageWrap {
  min-height: 100%;
  margin-bottom: -200px; 
}
#pageWrap:after {
  content: "";
  display: block;
}
footer, #pageWrap:after {
  /* .push must be the same height as footer */
  height: 200px; 
}
header {
width: 100%;
height: auto;
overflow:visible;
display: block;
		background-image: url("/assets/web/img/wwbackground.png");
		background-repeat: repeat;
		padding: 20px 5% 30px 5%;
}

img {
	max-width: 100%;
}

.shadow {
	box-shadow: 2px 2px -2px -2px;
}

.left {
	float: left;
	margin-right: 20pt;
}

.search {
	text-align: right;
	width: 100%;
	padding: 0px 110px 0px 0px;
	position: absolute;
	top: -40px;
	right: 0px;
	margin: 0px auto;
}
.HeaderTop {
	height: auto;
	max-width: 960px;
	min-width: 620px;
	margin: 0 auto;
	overflow:visible;
}

.orange {
	color: #f7941e !important;
	font-weight: bold;
}

#logo {
background-color: #fff;
float: left;
padding: 0px 10px 10px 10px;
width: 260px;
position: relative;
margin: -56px 38px 25px 0px;
-webkit-box-shadow: 6px 6px 9px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 6px 6px 9px 0px rgba(0, 0, 0, 1);
box-shadow: 6px 6px 9px 0px rgba(0, 0, 0, 1);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;

}

/*LIGHTBOX STUFF*/
.dark {
	z-index: 1001;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: .7;
	display: none;
}

.box {
	width: 60%;
	min-height: 80%;
	margin: 2% 20%;
	z-index: 1002;
	background-color: #fff;
	opacity: 1;
	padding: 25px;
	border-radius: 10px;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.close {
	background-color: #000;
	width: 40px;
	color: #fff;
	text-align: center;
	border-radius: 22px;
	height: 39px;
	border: 5px solid #F3F3F3;
	position: absolute;
	top: -15px;
	right: -18px;
	box-shadow: 0px 0px 1px 1px #000;
	cursor: pointer;
}

nav {
	position: relative;
	margin-top: 34px;
	line-height: 28px;
	display: block;
	padding-bottom: 34px;
	}

nav a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	
	  /* HOVER OFF */
   -webkit-transition: opacity .5s;
}
nav a:hover {
	opacity: .5;
	transition: .5s;
	color: #fff !important;
}

nav li {
	list-style: none;
	display: inline-block;
	margin-right: 12px;
	

}
nav li {
list-style:none !important;
color:#FFF;
font-size:12px;
font-weight: bold;
text-decoration:none;
display: inline-block;
}
 
nav ul {
padding:0;

text-align: left;
}
 
nav ul li {
list-style: none;
line-height:28px;
float:left;
display: block;

}
 
nav ul li a {
color:#FFF;

font-size:12px;
font-weight: bold;
text-decoration:none;
}
 
li a:hover {
}
nav ul li ul { 
	display:none;
	background-color: #333;
	padding-left: 8px;
	list-style: none;
} /* Makes the Dropdown menu Hidden by default */
 
nav ul li:hover ul { /* Displayes the dropNav when Hovered over the nav item with the .drop class */
z-index:99999;
display:list-item !important;
position:absolute;
margin-top:0px;
margin-left:-10px;
}
 
nav ul li:hover ul li {
float:none;
}

/*FEATURE LISTS*/
.features {
	
}

#x {
	background: url('/assets/web/img/x.png') no-repeat left top;
	padding: 25px 50px;
	list-style: none;
	min-height: 40px;
	margin: 15px 0px;
	border-bottom: 2px solid #fff;
}

#check {
	background: url('/assets/web/img/check.png') no-repeat left top;
	padding: 25px 50px;
	list-style: none;
	min-height: 40px;
	margin: 15px 0px;
	border-bottom: 2px solid #fff;
}

.features > li {
	font-size: 12pt;
	font-weight: normal;
	color: #494949;
}

.demoButton {
	padding: 0px 9px;
font-size: 12px;
  color: white !important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #e67e22;
  border: 0;
  border-bottom: 2px solid #da751c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #da751c;
  box-shadow: inset 0 -2px #da751c;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

a.demoButton {
	padding: 15px 25px;
	margin: 25px auto;
	display: inline-block;
	border: 2px solid #BE7110;
	font-size: 13pt;

}

a.sideButtons {
	padding: 5px;
	margin: 5px 15px;
	display: inline-block;
	border: 2px solid #BE7110;
	font-size: 13pt;
	width: 40%;
}

#pageDemoButton {
	padding: 7px;
color: #fff !important;
	margin: 25px 0px;
	display: block;
	width: 300px;
}

#pageDemoButton:hover {
	color: #eee !important;
}

.demoButton:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}	
#slider-wrapper {width:100%; height:500px;}
#slider {width:100%; height:auto; position:relative; padding-top: 40px;}
.sp {width:100%; height:500px; position:absolute;}
#feature {
	background-size: contain !important;
}

#slidernav {margin-top:-60px; width:100%;}
#button-previous {float:left; color: white; font-size: 22px; cursor: pointer;}
#button-next {float:right; color: white; font-size: 22px; cursor: pointer;}
footer {
	width: 100%;
background-color: #5A5A5A;

}
footer #pageWrap:after {
  /* .push must be the same height as footer */
  height: 200px; 
}
.footerNav {
margin-top: 10px; text-align: center;	
}
.footerNav {
	color: #fff;
}
.footerNav a {
	text-decoration: none;
	color: #fff;
}
.footerNav li {
	display: inline;
}

/* End new CSS */


body
{
    color:#666;
    font:14px Arial, Helvetica, sans-serif;
}
#whitebackground {
	background: #fff;
}

#floatLeft {float: left;}
#floatRight {float: right;}
p {
    font:14px Arial, Helvetica, sans-serif;
    line-height:1.5em;
	margin: 0pt 0pt 10pt 0pt;
	text-align: justify;
}

p#left{
	text-align: left;
}

p#center{
	text-align: center;
}

article, aside, figure, footer, header, nav, section { display: block;}



.productIcon:before {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both;
}

.productIcon img {
	float: left;
	padding: 8px;
}

#mainContent {
	display: relative;	
	margin: 0 auto;
	max-width: 960px;
	min-width: 620px;
	padding: 40px 5%;
}

#mainContenttwo {
	display: relative;	
	margin: 0 auto;
	max-width: 960px;
	min-width: 620px;
	padding: 0 5%;
}

#mainContentthree {
	display: relative;	
	margin: 0 auto;
	max-width: 960px;
	min-width: 620px;
	padding: 5% 5%;
}

#bottomContent {
	display: relative;	
	margin: 0 auto;
	max-width: 100%;
	background-color: #E1E1E1;
}

#demoContent {
	width: 100%;
	padding: 23px 5%;
	background-color: #E1E1E1;
	margin: -25px auto;
	clear: both;
}

#mainContent h2 {
font-size: 22px;
font-weight: #666;
text-align: left;
margin: 0px 0px 20px 0px;
}
#mainContent h3 {
font-size: 18px;
text-align: left;
margin: 12px auto;
}

#mainContent h4 {
	padding: 10px 0px 4px 0px;
}

#mainContent .centeredText {
	text-align: center;
	padding: 20px 5%;

}
#mainContent ul {
	padding: 16px 20px;	
}
#mainContent li {
	padding-top: 8px;
	line-height: 1.5em;
}

#mainContent a {
color: #f7941e;	
font-weight: bold;
text-decoration: none;
}
.ePubLabel {
color: #414141;	
font-size: 18px;
line-height: 28px;
font-weight: bold;
margin: 12px auto;
}
#mainContent .ePubLabel a {
color: #50617e;	
font-size: 18px;
line-height: 28px;
font-weight: bold;
margin: 12px auto;
text-decoration: underline;	
}

.graphicTable {
	border-spacing: 5px;
}

.TableD {
	width: 18%;
	max-width: 18%;
}

.graphicTable td {
	background: #ebebeb;
	padding: 15px;
	text-align: center !important;
	width: 50%;
}

.graphicTable3 td {
	background: #ebebeb;
	padding: 15px;
	text-align: center !important;
	width: 33%;
}

.graphicTable th {
	background: #F1F1F1;
	padding: 15px;
	text-align: center;
}

.threeFeature {
	width: 31%;
	float: left;
	padding: 20px;
	text-align: justify;
	background: #eee;
	margin: 10px 1% 50px 1%;
	border-radius: 5px;
	min-height: 350px;
	display: inline-block;
}

.twoFeature {
	width: 48%;
	float: left;
	padding: 20px;
	text-align: justify;
	background: #eee;
	margin: 10px 1% 50px 1%;
	border-radius: 5px;
	min-height: 350px;
	display: inline-block;
}

#leftColumn {
	width: 50%;
	float: left;
	padding: 5px;
	display: block;
	overflow: auto;
}

#rightColumn {
	width: 50%;
	float: right;
	padding: 5px;
	display: block;
	overflow: auto;
}

.divTable {
	margin: 0% 0% 5px 0%;
	width: 100%;
	background: #ebebeb;
	padding: 25px;
	text-align: center;
}

.ePubLabel img {
margin: 0px 2px;	
}
#mainContent .indent {
margin: 10px 20px;	
}
#mainContent .inLine {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.intro2ePub {
font-weight: bold;	
font-style:italic;
}
.orangeText {
	color: #F7941E;
	font-weight: bold;
	
}
footer {
	padding: 10px 0px 60px 0px;
}

#copyWriteText {
color: #ccc;
text-align: center;
}
#copyWriteText a {
color: #fff;
}
.clearBoth {
    clear:both;
}

#prodlogo {
	max-width: 400px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 40px;
}

.intro {
	font-size: 16pt;
	text-align: justify;
	}
	
h3#sectionIntro, h2#sectionIntro, h1#sectionIntro{
	text-align: center;
	font-size: 26pt;
	color: #f7941e;
	margin-bottom: 40px;
}

#sectionSubIntro {
	text-align: left;
	font-size: 18pt;
	color: #f7941e;
	margin: 40px 0px 20px 0px !important;
}


#customerLogos {
    margin: 20px 0 0 0;
	width: 100%;
	max-width: 750px;
	text-align:center;
}   

#customerLogos img {
    display:inline-block;
    padding:15px;
	height: auto;
}

#demoText {
	text-align: center;
}

h1#demoText {
	color: #414141;
}

.group {
	margin: 0px 0px;
	width: 100%;
}

hr.shortbreak {
	margin: 60px auto;
	width: 75%;
}

.break {
	margin: 85px auto;
	width: 100%;
	display: block;
}

.breaktwo {
	margin: 10px auto;
	width: 100%;
	display: block;
}

.secondarygroup {
	margin: 50px 0px 0px 0px; 
	clear: both;
	width: 100%;
}

.leftimg {
	max-width: 50% !important;
	height: auto;
	float: left;
	margin: 0px 25px 25px 0px;
}

.rightimg {
	max-width: 50% !important;
	height: auto;
	float: right;
	margin: 0px 0px 25px 25px;
}

@media only screen and (max-width : 600px) {
/* #logo {float: left; margin: 20px 20px 20px 20px;} */

/*********************/
/***MAIN MOBILE CSS***/
/*********************/
.btn_100 {
	width: 95% !important;
	width: calc(100% - 25px) !important;
}

#drop {
	clear: both;
	float: left !important;
	width: 100% !important;
	padding: 0px !important;
	margin: 10px auto 25px auto !important;
}

.drop {
	clear: both;
	float: left !important;
	width: 100% !important;
	padding: 0px !important;
	margin: 10px auto 25px auto !important;
}

#search {
	position: absolute;
	top: 127px;
	right: -14px;
	z-index: 1003;
}

.threeFeature {
	width: 100%;
	height: auto;
}
#imgdrop {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

#mobileCenter {
	float: none;
	margin; 0px auto;	
}

#hide {
	display: none;
}

.hide {
	display: none;
}

#rightColumn, #leftColumn {
	float: left;
	width: 100%;
	clear: both;
}
/*************************/
/***HOMEPAGE MOBILE CSS***/
/*************************/

/*DEMO*/
.box {
	width: 90%;
	min-height: 90%;
	margin: 6% 5%;
}

#homeSectionHeadings {
	width: 100%;
	max-width: 100% !important;
	clear: both;
}

.homeContent {
	margin: 0 auto;
	max-width: 100% !important;
	min-width: 0px !important;
}

#mainContent {
	display: relative;
	margin: 0 auto;
	max-width: 100% !important;
	min-width: 0px !important;
	padding: 40px 5%;
}

.group {
	max-width: 100% !important;
	min-width: 0px !important;
}

.demoForm {
	width: 100% !important;
}
/* TOP MENU */

nav {
	clear: both;
	padding: 20px 0px 0px 0px;
}

#logo {
	padding: 35px 10px 10px 10px;
	margin: -56px 38px 0px 0px
}

.homeHeaderTop {
	max-width: 100% !important;
	min-width: 0px !important;
}

.homeLearnMore {
	width: 100% !important;
}

/*FEATURED CONTENT ON HOME PAGE*/
#computers {
	display: none;
}

.homeLearnMore {
	width: 100%;
}

#feature {
	background-size: contain !important;
}


/*clients section*/

img#clientLogos {
	width: 100%;
	height: auto;
}
/*Outputs Section*/
.hAEBox {
	clear: both;
	margin: 0px 0px 50px 0px;
	width: 100% !important;
}

/*Testimonials*/
.homeTestimonialBox {
	width: 100% !important;
	clear: both;
}


/*******************************/
/***SECONDARY PAGE MOBILE CSS***/
/*******************************/

header {
	min-height: 40px !important;
	min-width: 0px;
	height: 165px;
}

.HeaderTop {
	min-width: 0px;
}


@media only screen and (max-width : 1621px) {
/* #logo {float: left; margin: 20px 20px 20px 20px;} */

}
