.greencolor{
	color: #6CBE45; 	
}

.garycolor{
	background: #f8f8f8; 	
}

.backgroundbulecolor{
	background: #6CBE45; 	
}

.noPadding{
	padding:0;
}

.noLeftPadding{
	padding:0;
}

.paddingTop20{
	padding:20px 0;
}

.paddingTop40{
	padding:40px 0;
}

.paddingTop60{
	padding:60px 0;
}

.paddingTop100{
	padding:100px 0;
}

.paddingTop80{
	padding:80px 0;
}

.paddingBottom40{
	padding-bottom:40px;
}

.paddingTopBottom40{
	padding:40px 0;
}

.imgCenter{
	display:block;
	margin:0 auto;
}


@media screen and (min-width: 800px) {
.Cloud h3 {
	font-size:1.6em;
	padding-bottom:30px;
}

.Cloud p  {
	font-size:1.2em;
}

.SinglePane h3 {
	font-size:1.6em;
	padding-bottom:30px;
}

.SinglePane p  {
	font-size:1.2em;
}

.Pay h3 {
	font-size:1.6em;
	padding-bottom:30px;
}

.Pay p  {
	font-size:1.2em;
}

.AutomatedContent h3 {
	font-size:1.6em;
	padding-bottom:30px;
}

.AutomatedContent p  {
	font-size:1.2em;
}
}

.Cloud{
	background:url(/library/assets/products/cnc/in_the_Cloud.png) no-repeat bottom;
	background-size:cover;
	height:500px;
	position:relative; 	
}

.pay{
	background:url(/library/assets/products/cnc/Pay.png) no-repeat bottom;
	background-size:cover;
	height:550px;
	position:relative; 	
}

@media screen and (min-width: 800px) {
.AutomatedContent h3 {
	font-size:1.6em;
	padding-bottom:25px;
}

.AutomatedContent p  {
	font-size:1.2em;
}
}

.Automated{
	background:url(/library/assets/products/cnc/Automated.png) no-repeat bottom;
	background-size:cover;
	height:600px;
	position:relative;
}

.AutomatedBlueContent{
	background:rgb(108, 190, 69,0.8);
	width:100%;
	position:absolute;
	bottom:0; left:0; right:0;	
}

@media screen and (max-width: 1025px) {
	.AutomatedBlueContent{
		height:200px;
	}
}

@media screen and (max-width: 800px) {
	.AutomatedBlueContent{
		top:0;
		height:200px;
	}
}

@media screen and (max-width: 400px) {
	.AutomatedBlueContent{
		top:0;
		height:250px;
	}
}

.AutomatedContent{
	padding:30px;
	width:60%;
	margin:0 auto;
}

@media screen and (max-width: 1400px) {
	.AutomatedContent{
		width:90%;
	}
}

@media screen and (max-width: 800px) {
	.AutomatedContent{
		width:100%;
	}
}

.AutomatedContent h3, .AutomatedContent p{
	color:#FFFFFF;
}

.node{
	padding:20px 35px;
    text-align: center;
}

.nodeContentA{
	background:#a2be95;
	display:inline-block;
	padding:15px 45px;
	border-radius:99px;
	color:#fff; 
	font-size:18px;
}

.nodeContentB{
	background:#7cbb5f;
	display:inline-block;
	padding:20px 40px;
	border-radius:99px;
	color:#fff; 
	font-size:18px;
}

.nodeContentC{
	background:#6CBE45;
	display:inline-block;
	padding:20px 40px;
	border-radius:99px;
	color:#fff; 
	font-size:18px;
}


/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  /*white-space: nowrap;*/
  border-collapse: collapse;
  border-spacing: 0;
  padding:20px 0;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: -webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: -webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  font-size: 16px;
  text-align: center;
  background: #6CBE45;
  color:#fff;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
}

.rtable .specItem{
	padding:10px 0px;
  	border: 1px solid #d9d7ce;
}

.rtable .specbr{
    height:61px;
	color:#fff;
}

.rtable .specbrcnc{
    height:61px;
}


.rtable .specgen{
    height:83px;
}


.rtable td {
  padding: 8px 50px;
  border: 1px solid #d9d7ce;
}



.rtable--flip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.rtable--flip tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.rtable--flip tr:hover td{
	transition: background-color 0.5s ease;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}



.cardRow{
	margin-top:50px;
}

/*Flip Card*/

#card1, #card2, #card3, #card4, #card5, #card6{
	min-height:150px;
}

#card1:hover .front, #card1:active .front, 
#card2:hover .front, #card2:active .front,
#card3:hover .front, #card3:active .front,
#card4:hover .front, #card4:active .front,
#card5:hover .front, #card5:active .front,
#card6:hover .front, #card6:active .front{
	cursor:pointer;
}

#card1 .front, #card2 .front, #card3 .front, #card4 .front, #card5 .front, #card6 .front{
	color:#000;
	padding:15px;
	background:#fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

#card1 .card-action, #card2 .card-action, #card3 .card-action, #card4 .card-action, #card5 .card-action, #card6 .card-action{
	bottom:inherit;
	left:0;
}

#card1 .front .fa-arrow-circle-right, #card2 .front .fa-arrow-circle-right, #card3 .front .fa-arrow-circle-right, #card4 .front .fa-arrow-circle-right, #card5 .front .fa-arrow-circle-right, #card6 .front .fa-arrow-circle-right{
	color:#6CBE45;
	padding:5px;
	margin-left:15px;
	margin-right:5px;
	font-size:25px;
}

#card1 .front .card-action, #card2 .front .card-action, #card3 .front .card-action, #card4 .front .card-action, #card5 .front .card-action, #card6 .front .card-action{
	color:#6CBE45;
	font-size:18px;
}

#business #card1 p, #business #card2 p, #business #card3 p, #business #card4 p, #business #card5 p, #business #card6 p{
	text-align:left;
	font-size:16px;
	line-height:1.4em;
	margin-bottom:5px;
}


#card1 .back, #card2 .back, #card3 .back, #card4 .back, #card5 .back, #card6 .back{
	cursor:pointer;
	background: #6CBE45;
	padding:15px;
	color:#fff !important;
}

#card1 .back a, #card2 .back a, #card3 .back a, #card4 .back a, #card5 .back a, #card6 .back a{
	border-bottom:1px solid #fff;
}

#card1 .back h4, #card2 h4, #card3 h4, #card4 h4, #card5 h4, #card6 h4 ,
#card1 .back ul, #card2 .back ul, #card3 .back ul, #card4 .back ul, #card5 .back ul, #card6 .back ul,
#card1 .back a, #card2 a, #card3 a, #card4 a, #card5 a, #card6 a{
	color:#fff!important;
	text-align:left;
}

#card1 .back .fa-arrow-circle-right, #card2 .back .fa-arrow-circle-right, #card3 .back .fa-arrow-circle-right, #card4 .back .fa-arrow-circle-right, #card5 .back .fa-arrow-circle-right, #card6 .back .fa-arrow-circle-right{
	color:#fff;
	padding:5px;
	margin-left:15px;
	margin-right:5px;
	font-size:25px;
}

#card1 .back .card-action, #card2 .back .card-action, #card3 .back .card-action, #card4 .back .card-action, #card5 .back .card-action, #card6 .back .card-action{
	color:#fff;
	font-size:18px;
}

.responsive-circle {
    width: 100%;
    border-radius: 50%;
}
.responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
}


#MSP {
	width:300px;
	height:250px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	margin:5% auto 0 auto; 
	background:url(/library/assets/products/cnc/MSP_300x250.png) no-repeat center center #fff;
	background-size:cover;
	border-radius:10px;
	overflow:hidden;
	border:2px solid #6CBE45;;
}

#Organization {
	width:300px;
	height:250px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	margin:5% auto 0 auto; 
	background:url(/library/assets/products/cnc/Organization_300x250.png) no-repeat center center #fff;
	background-size:cover;
	border-radius:10px;
	overflow:hidden;
	border:2px solid #6CBE45;;
}

#Site {
	width:300px;
	height:250px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	margin:5% auto 0 auto; 
	background:url(/library/assets/products/cnc/siteview_300x250.png) no-repeat center center #fff;
	background-size:cover;
	border-radius:10px;
	overflow:hidden;
	border:2px solid #6CBE45;;
}


@media screen and (max-width: 1300px) {
	#MSP {
		width:300px;
		height:200px;
		background:url(/library/assets/products/cnc/MSP_300x200.png) no-repeat center center #fff;
	}
	
	#Organization {
		width:300px;
		height:200px;
		background:url(/library/assets/products/cnc/Organization_300x200.png) no-repeat center center #fff;
	}
	
	#Site {
		width:300px;
		height:200px;
		background:url(/library/assets/products/cnc/siteview_300x200.png) no-repeat center center #fff;
	}
	
}

@media screen and (max-width: 350px) {
	#MSP {
		width:250px;
		height:150px;
		background:url(/library/assets/products/cnc/MSP_250x150.png) no-repeat center center #fff;
	}
	
	#Organization {
		width:250px;
		height:150px;
		background:url(/library/assets/products/cnc/Organization_250x150.png) no-repeat center center #fff;
	}
	
	#Site {
		width:250px;
		height:150px;
		background:url(/library/assets/products/cnc/siteview_250x150.png) no-repeat center center #fff;
	}
	
	
}


#overlay {
	background:rgba(0,0,0,.75);
	 text-align:center;
	 height:300px;
	 opacity:0;
	 -webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}

@media screen and (max-width: 1300px) {
	#overlay {
	 height:180px;
	}
}

@media screen and (max-width: 350px) {
	#overlay {
	 height:150px;
	}
}

.ImgenlargeBox:hover #overlay {
 opacity:1;
}

span .fa-arrows-alt {
 font-weight:900;
 color:rgba(255,255,255,.85);
 font-size:50px;
 margin-top:110px;
}

@media screen and (max-width: 1300px) {
	span .fa-arrows-alt {
	 font-weight:900;
	 color:rgba(255,255,255,.85);
	 font-size:50px;
	 margin-top:80px;
	}
}


.introWrap p.blackFont{
	color:#000;
}


.magnifying-glass{
	border-radius:99em;
	width:60px;
	height:60px;
	color:#fff;
	background:#000;
	opacity:0.7;
	margin:-170px auto 20px;
	text-align:center;
	line-height:60px;
	border:2px solid #000;
}

@media screen and (max-width: 768px) {
	.magnifying-glass{
		margin:-140px auto;
	}
}

.magnifying-glass:hover{
	background:#222;
	border:2px solid #000;
	color:#fff;
}

@media (min-width: 1900px) {
  #productpage .productName h2, #productpage .productName p, #productpage .productName a {
    margin-left: 35px; }
}

.blueBorderBox{
	border-right:3px dotted #6CBE45;
	padding:10px;
}

@media screen and (max-width: 769px) {
.blueBorderBox{
	border:none;
}
}

/* Additions */
.container.maxwid {
    max-width: 1320px !important;
}

.btn {
    padding: 0 20px;
}