/* Fonts
********************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/rw-regular-webfont.eot');
    src: url('../fonts/rw-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rw-regular-webfont.woff2') format('woff2'),
         url('../fonts/rw-regular-webfont.woff') format('woff'),
         url('../fonts/rw-regular-webfont.ttf') format('truetype'),
         url('../fonts/rw-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/rw-semibold-webfont.eot');
    src: url('../fonts/rw-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rw-semibold-webfont.woff2') format('woff2'),
         url('../fonts/rw-semibold-webfont.woff') format('woff'),
         url('../fonts/rw-semibold-webfont.ttf') format('truetype'),
         url('../fonts/rw-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Animations
*********************************************************************************/



/* Styles
*********************************************************************************/
html,body {
	font-family: 'Open Sans', sans-serif;
}

html {
	overflow-x: hidden;
}

body {
	margin-top: 50px;
}

.navbar {
	background: #000 url(../img/offblack_bg.jpg);
	border-bottom: 3px solid #f26222;
	box-shadow: 0 6px 3px -6px #444;
	font-family: 'ralewaysemibold';
	min-height: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

	.navbar .navbar-brand {
		margin-left: 20px !important;
		padding: 4px 0;
	}

	.navbar .nav {
		font-size: 13px;
	}

		.navbar .nav li {
			background: url(../img/menu-divider.png) left center no-repeat;
			margin: 0 0 0 5px;
			padding: 0 0 0 15px;
		}

		.navbar .nav li.first {
			background: none;
		}

			.navbar .nav li a {
				color: #fff;
				display: block;
				letter-spacing: 1px;
				padding: 10 20px;
			}

			.navbar .nav li a:focus,
			.navbar .nav li a:hover {
				background: none;
				color: #ccc;
			}

			.navbar .nav li.active a {
				background: none !important;
				color: #f26222 !important;
			}

			body.contactPage .navbar .nav li.contact a {
				background: none !important;
				color: #f26222 !important;
			}

			body.companyPage .navbar .nav li.company a {
				background: none !important;
				color: #f26222 !important;
			}

			body.customPage .navbar .nav li.innovation a {
				background: none !important;
				color: #90c95f !important;
			}

			body.chargePage .navbar .nav li.epayments a {
				background: none !important;
				color: #ffdd55 !important;
			}

			body.veracityPage .navbar .nav li.rfid a {
				background: none !important;
				color: #f26222 !important;
			}

.page-header {
	border-left: 4px solid #f26222;
	border-bottom: none;
	padding: 0;
}

	.page-header h1 {
		font-family: 'ralewayregular';
		font-size: 40px;
		padding: 3px 0 3px 15px;
	}

body.veracityPage .page-header,
body.chargePage .page-header,
body.customPage .page-header {
	border-left: 0;
}

	body.veracityPage .page-header h1 {
		background: url(../img/veracity_title.png) left center no-repeat;
		height: 61px;
		line-height: 63px;
		padding: 0 0 0 70px;
	}

	body.chargePage .page-header h1 {
		background: url(../img/charge_title.png) left center no-repeat;
		height: 61px;
		line-height: 63px;
		padding: 0 0 0 70px;
	}

	body.customPage .page-header h1 {
		background: url(../img/custom_title.png) left center no-repeat;
		height: 61px;
		line-height: 63px;
		padding: 0 0 0 70px;
	}

h2 {
	font-family: 'ralewayregular';
	font-size: 22px;
	line-height: 36px;
	margin-top: 0;
}

	h2 span {
		color: #f26222;
	}

#map {
	background: #F2F2F2;
	border: 4px solid #ededed;
	height: 580px;
	width: 100%;
}

.contactPage .offices img {
	border: 1px solid #ccc;
    padding: 4px;
}

.contactPage .form-done {
	clear: both;
	font-family: "ralewayregular";
    font-size: 13px;
    padding: 3px 10px 3px 0px;
    border-right: 3px solid #90C95F;
    text-align: right;
    display: none;
}

.contactPage .form-fail {
	clear: both;
	font-family: "ralewayregular";
    font-size: 13px;
    padding: 3px 10px 3px 0px;
    border-right: 3px solid #FF3E3E;
    text-align: right;
    display: none;
}

.contact {
	margin-top: 25px;
}

	.contact .form-group {
	    margin-bottom: 20px;
	}

	.contact input[type=text],
	.contact input[type=email],
	.contact textarea {
		background: #f8f8f8;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border: none;
		height: 40px;
		padding-left: 35px;
	}

	.contact textarea { 
		background: #f8f8f8 url(../img/contact_message.png) 10px 10px no-repeat;
		height: 111px;
	}

	.contact label {
		font-family: 'ralewayregular';
		font-size: 15px;
		font-weight: normal;
	}

		.contact input#name {
			background: #f8f8f8 url(../img/contact_name.png) 12px center no-repeat;
		}

		.contact input#email {
			background: #f8f8f8 url(../img/contact_email.png) 10px center no-repeat;
		}

		.contact input#telephone {
			background: #f8f8f8 url(../img/contact_phone.png) 12px center no-repeat;
		}

		.contact input#website {
			background: #f8f8f8 url(../img/contact_website.png) 12px center no-repeat;
		}

	.contact .btn-info {
		background: #f26222;
		border: 1px solid #df5a1f;
		font-family: 'ralewayregular';
	}

		.contact .btn-info:hover {
			opacity: 0.9;
		}

	.topCompany p {
		color: #333;
		font-size: 16px;
		line-height: 36px;
		margin: 0 0 20px 0;
		text-align: justify;
	}

	.topCompany img {
		border: 1px solid #ccc;
		padding: 4px;
	}

	.topCompany .row {
		margin: 0 0 20px 0;
	}

	.companySection01 {
		background: url(../img/companiesSection01_bg.jpg);
	    background-attachment: fixed;
		min-height: 330px;
		padding: 50px 0;
		text-align: center;
		position: relative;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.companySection02 {
		background: url(../img/companiesSection02_bg.jpg);
	    background-attachment: fixed;
		min-height: 330px;
		padding: 50px 0;
		text-align: center;
		position: relative;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

.companiesCube {
	background: url(../img/companiesCube_bg.jpg);
    background-attachment: fixed;
	min-height: 330px;
	padding: 50px 0;
	text-align: center;
	position: relative;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.downloads {
	background: url(../img/downloads_bg.jpg);
    background-attachment: fixed;
	padding: 50px 0;
	text-align: center;
	position: relative;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

	.downloads h2 {
		color: #000;
		font-family: 'ralewayregular';
		font-size: 40px;
		padding: 20px 0 0 0;
	}

	.downloads h3 {
		color: #000;
		font-family: 'ralewayregular';
		font-size: 22px;
	}

	.downloads a {
		background: url("../img/white_btn.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	    border: 1px solid #fedf53;
	    color: #222;
	    display: inline-block;
	    font-family: "ralewaysemibold";
	    font-size: 13px;
	    margin: 8px 0 0;
	    padding: 8px 30px;
	    text-decoration: none;
	}

	.downloads a:hover {
		background: #fff;
	}

body.homePage .companiesCube {
	margin: -33px 0 0 0;
}

	.companiesCube .row,
	.downloads .row {
		margin: 0;
	}

	.companiesCube h2 {
		color: #fff;
		font-family: 'ralewayregular';
		font-size: 40px;
		padding: 20px 0 0 0;
	}

	.companiesCube h3 {
		color: #fff;
		font-family: 'ralewayregular';
		font-size: 22px;
	}

	.companiesCube ul,
	.companiesCube ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.companiesCube ul {
		margin: 20px auto;
		max-width: 800px;
	}

		.companiesCube ul li {
			display: inline-block;
			padding: 10px 15px;
		}

.sectiondivider-bottom {
	background-image: url(../img/sectiondivider-bottom.png);
	background-size: 100% 50px;
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sectiondivider-top {
	background-image: url(../img/sectiondivider-top.png);
	background-size: 100% 50px;
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sectiondivider-bottom2 {
	background-image: url(../img/sectiondivider-bottom2.png);
	background-size: 100% 50px;
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}

.sectiondivider-top2 {
	background-image: url(../img/sectiondivider-top2.png);
	background-size: 100% 50px;
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.topProduct p {
		color: #333;
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 20px 0;
		text-align: justify;
	}

.topProduct img {
	border: 1px solid #f26222;
	margin: 0 auto 20px auto !important;
}

body.chargePage .topProduct p a {
	border: 1px solid #FEDF53;
	color: #000;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	text-decoration: none;
}

body.chargePage .topProduct p a:hover {
	background: #FEDF53;
	color: #fff;
}

body.chargePage .topProduct img,
body.customPage .topProduct img {
	border: 0;
}

.selectFeature {
	font-family: 'ralewaysemibold';
	font-size: 20px;
	text-align: center;
	margin: 10px 0 0 0;
}

.caseStudyBox {
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	max-width: 500px;
}

	body.chargePage .caseStudyBox {
		border: 4px solid #FEDF53;
	}

	body.customPage .caseStudyBox {
		border: 4px solid #90C95F;
	}

	.caseStudyBox p {
		font-size: 14px;
		line-height: 28px;
	}

	.caseStudies h5 {
    	font-family: 'ralewaysemibold';
	}

	.caseStudies p {
		font-size: 12px;
		text-align: left;
	}

	.caseStudies img {
		margin: 0 !important;
	}

	.caseStudies a {
		display: block !important;
		padding: 0 5px !important;
		width: 80px;
		text-align: center;
		margin: 5px 0 0 0;
		color: #000;
	}

	.caseStudies a:hover {
		text-decoration: none;
		color: #fff;
	}

	body.chargePage .caseStudies a {
		background: #FEDF53;
	}

	body.customPage .caseStudies a {
		background: #90C95F
	}


.cubeface {
	text-align: center;
}

	.cubeface img {
		border:none;
	}

	.cubeface h3 {
		font-size: 48px;
		font-family: 'ralewayregular';
		padding: 15px 0;
		margin: 0 20px;
	}

		.cubeface h3 i {
			font-size: 80px;
			color: #f26222;
			vertical-align:middle;
		}

		body.chargePage .cubeface h3 i {
			color:#FEDF53;
		}

		body.customPage .cubeface h3 i {
			color:#90c95f;
		}

	.cubeface p {
		margin: 0 20px;
		font-size: 16px;
		line-height: 28px;
	}

.cubelinks,
.cubelinks li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cubelinks {
	margin: 0px 0 0 0;
	text-align: center;
}

	.cubelinks li {
		display: inline-block;
		border: 1px solid #f26222;
		margin: 5px 0px;
	}

	body.chargePage .cubelinks li {
		border: 1px solid #FFDC4D;
	}

	body.customPage .cubelinks li {
		border: 1px solid #90C95F;
	}

		.cubelinks li a {
			color: #222;
			text-decoration: none;
			display: block;
			padding: 5px 10px;
			font-family: 'ralewayregular';
		}

		.cubelinks li a:hover {
			background: #f26222;
			color:#fff;
		}

		body.chargePage .cubelinks li a:hover {
			background: #FFDC4D;
		}

		body.customPage .cubelinks li a:hover {
			background: #90C95F;
		}

body.homePage {
	margin: 0;
}

body.homePage .affix {
	width: 100%;
	z-index: 5;
	top: 0;
}

.homeSlider {
	width: 100%;
	height: 380px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.homeSlider .row {
	margin: 0;
	padding: 0;
}

	.homeSlider .row .col-sm-12 {
		margin: 0;
		padding: 0;
	}

	.homeSlider .logo {
		position: absolute;
		left: 50%;
		margin: 0 0 0 -56px;
		top: 30px;
		display: block;
		height: 118px;
		width: 113px;
		z-index: 9;
	}

	.homeSlider .mainslider-prev {
		background: url(../img/main-slider-left.png);
		height: 60px;
		width: 60px;
		left: 50%;
		margin: 0 0 0 -480px;
		top: 180px;
		position: absolute;
		z-index: 9;
		display: block;
		text-indent: -9999px;
		outline: none;
	}

	.homeSlider .mainslider-next {
		background: url(../img/main-slider-right.png);
		height: 60px;
		width: 60px;
		left: 50%;
		margin: 0 0 0 420px;
		top: 180px;
		position: absolute;
		z-index: 9;
		display: block;
		text-indent: -9999px;
		outline: none;
	}


	.homeSlider .main-slider {
		position: relative; 
		overflow: auto;
	}

	.homeSlider .main-slider .dots {
		bottom: 0;
		left: 50%;
		position: absolute;
		z-index: 2;
		margin: 0 0 0 -30px;
		padding: 0;
	}

				.homeSlider .main-slider .dots li {
				    border: 2px solid #000;
				    border-radius: 6px;
				    cursor: pointer;
				    display: inline-block;
				    height: 10px;
				    margin: 0 4px;
				    opacity: 1;
				    text-indent: -999em;
				    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
				    width: 10px;
				}

				.homeSlider .main-slider .dots li.active {
				    background: none repeat scroll 0 0 #f26222;
				    border: 2px solid #f26222;
				    opacity: 1;
				}


	.homeSlider ul,
	.homeSlider ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 100%;
	}

		.homeSlider ul li {
			float: left;
			height: 380px;
			text-align: center;
		}

			.homeSlider ul li h1 {
				font-size:55px;
    			font-family: 'ralewayregular';
    			margin: 160px 0 0 0;
 			}

 			.homeSlider ul li h2 {
				font-size:24px;
    			font-family: 'ralewayregular';
 			}

 			.homeSlider ul li a {
    background: url("../img/white_btn.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f26222;
    color: #222;
    display: inline-block;
    font-family: "ralewaysemibold";
    font-size: 13px;
    margin: 8px 5px 0;
    padding: 8px 30px;
    text-decoration: none;
}

.homeSlider ul li a:hover {
	background: #fff;
}


		.homeSlider ul li.slide01 {
			background: url(../img/homeslider01.jpg) top center no-repeat;
			-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		}

		.homeSlider ul li.slide02 {
			background: url(../img/homeslider02.jpg);
			-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		}

		.homeSlider ul li.slide03 {
			background: url(../img/homeslider03.jpg);
			-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		}

		.homeSlider ul li.slide04 {
			background: url(../img/homeslider04.jpg);
			-webkit-background-size: cover;

  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		}

.whatTheySay {
	background: url(../img/whattheysay_bg.jpg);
    background-attachment: fixed;
	min-height: 340px;
	padding: 50px 0 0 0;
	text-align: center;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
	.whatTheySay .row {
		margin: 0;
	}

	.whatTheySay h2 {
		color: #fff;
	    font-family: "ralewayregular";
	    font-size: 40px;
	    padding: 20px 0 0;
	}

	.whatTheySay .wts-slider {
		width: 100% !important;
	}

	.whatTheySay ul {
		position: relative;
		overflow: auto;
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;

	}

		.whatTheySay ul li {
			list-style-type: none;
			margin: 0;
			padding: 0;
			float: left;

		}

			.whatTheySay ul li .quote {
				color: #fff;
				font-size: 15px;
				line-height: 30px;
			}

			.whatTheySay ul li .quote img {
				margin: 0 10px;
			}

			.whatTheySay ul li .author {
				padding: 0 10px 0 0;
				border-right: 3px solid #f26222;
				color: #fff;
				text-transform: uppercase;
				font-family: 'ralewayregular';
				font-size: 20px;
				text-align: right;
			}

				.whatTheySay ul li .author span {
					color: #999;
					font-size: 15px;
					display: block;
					text-transform: none;
				}

			.whatTheySay .wts-slider .dots {
				top: 220px;
				left: 0;
				position: absolute;
				right: 0;
				z-index: 2;
			}

				.whatTheySay .wts-slider .dots li {
				    border: 2px solid #fff;
				    border-radius: 6px;
				    cursor: pointer;
				    display: inline-block;
				    height: 10px;
				    margin: 0 4px;
				    opacity: 1;
				    text-indent: -999em;
				    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
				    width: 10px;
				}

				.whatTheySay .wts-slider .dots li.active {
				    background: none repeat scroll 0 0 #f26222;
				    border: 2px solid #f26222;
				    opacity: 1;
				}

.thinkInsideCube {
	background: url(../img/thinkInsideCube_bg.jpg);
    background-attachment: fixed;
	min-height: 215px;
	padding: 20px 0;
	text-align: center;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	.thinkInsideCube .row {
		margin: 0;
	}

	.thinkInsideCube h2 {
		color: #000;
		font-family: 'ralewayregular';
		font-size: 40px;
		padding: 20px 0 10px 0;
	}

	.thinkInsideCube h3 {
		color: #000;
		font-family: 'ralewayregular';
		font-size: 22px;
		padding: 0 0 5px 0;
		margin: 0;
	}

		.thinkInsideCube h3 span {
			color: #F26222;
		}

	.thinkInsideCube a {
		background: url(../img/white_btn.png);
		display: inline-block;
		border: 1px solid #F26222;
		padding: 8px 30px;
		color: #222;
		text-decoration: none;
		margin: 8px 0 0 0;
		font-family: 'ralewaysemibold';
		font-size: 13px;
	}

		body.veracityPage .thinkInsideCube a {
			border: 1px solid #f26222;
		}

		body.chargePage .thinkInsideCube a {
			border: 1px solid #FEDF53;
		}

		body.customPage .thinkInsideCube a {
			border: 1px solid #90c95f;
		}

	.thinkInsideCube a:hover {
		background: #fff;
	}

		body.veracityPage .thinkInsideCube h3 span {
			color: #f26222;
		}

		body.chargePage .thinkInsideCube h3 span {
			color: #d9bd4d;
		}

		body.customPage .thinkInsideCube h3 span {
			color: #90c95f;
		}

.btn-orange,
.btn-orange:focus {
	background: #f26222;
	border: 1px solid #000;
	color: #fff;
	font-family: 'ralewaysemibold';
	padding: 10px 25px;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
}

	.btn-orange:hover {
		color: #fff;
		text-decoration: none;
		opacity: 0.9;
	}

.homeContentVeracity {
	margin-top: 30px;
}

.homeContentVeracity h4 {
	font-size: 30px;
	font-family: 'ralewayregular';
	margin: 0 0 15px 0;
}

	.homeContentVeracity h4 span {
		font-size: 36px;
	}

.homeContentVeracity p {
	font-size: 15px;
	line-height: 26px;
}

.homeContentVeracity .btn-orange {
	margin: 0 0 25px 0;
}

.homeContentVeracity ul,
.homeContentVeracity ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.homeContentVeracity ul li {
		text-align: center;
		position: relative;
		z-index: 2;
	}

	.homeContentVeracity ul li i {
		color: #f26222;
		font-size: 50px;
	}

	.homeContentVeracity ul li p {
		font-size: 12px;
		line-height: 21px;
	}

	.homeContentVeracity ul li.box02 {
		background: url(../img/homeVeracityBox_bg.png) center bottom no-repeat;
		padding: 20px 120px;
		height: 186px;
		margin: 20px 0 0 0;
	}

	.homeContentVeracity ul li.box03 {
		margin: 40px 0 0 0;
	}

.homeContentCharge {
	margin-bottom: 30px;
}

.homeContentCharge h4 {
	font-size: 30px;
	font-family: 'ralewayregular';
	margin: 0 0 25px 0;
	text-align: right;
}

	.homeContentCharge h4 span {
		font-size: 36px;
	}

.homeContentCharge p {
	font-size: 14px;
	line-height: 26px;
	text-align: right;
}

.homeContentCharge img {
	margin: 10px auto;
}

.homeContentCharge .btn-orange {
	float: right;
}

.homeContentCharge ul,
.homeContentCharge ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.homeContentCharge ul li {
		text-align: center;
		padding: 20px 15px;
		margin: 15px 0;
	}
		.homeContentCharge ul li.back {
			background: url(../img/homechargebg.jpg) center center no-repeat;
		}

		.homeContentCharge ul li i {
			color:#f26222;
			font-size: 43px;
		}

		.homeContentCharge ul li h5 {
			font-family: 'ralewayregular';
			font-size: 16px;
		}

		.homeContentCharge ul li p {
			font-size: 13px;
			text-align: center;
			line-height: 22px;
		}

.homeContentCustom {
	margin-bottom: 30px;
}

.homeContentCustom h4 {
	font-size: 30px;
	font-family: 'ralewayregular';
	margin: 0 0 25px 0;
}

	.homeContentCustom h4 span {
		font-size: 36px;
	}

.homeContentCustom p {
	font-size: 14px;
	line-height: 24px;
}

.homeContentCustom img {
	margin: 10px auto;
}

.homeContentCustom .btn-orange {
	margin: 15px 0;
}

.homeContentCustom i {
	font-size: 50px;
	color: #f26222;
	margin: 25px auto 0 auto;
}

.homeContentCustom ul,
.homeContentCustom ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.homeContentCustom ul li {
	padding: 25px 0 0 0;
	clear: both;
}

.homeContentCustom ul li .col-xs-3 {
	text-align: center;
}

.homeContentCustom ul li .col-xs-9 {
	min-height: 114px;
}

.homeContentCustom ul li h5 {
	font-family: 'ralewayregular';
	font-size: 16px;
}

.homeContentCustom ul li p {
	font-size: 12px;
}

.homeContentCustom ul li.list01 .col-xs-9 {
	background: url(../img/homecustom_li01.jpg) left center no-repeat;
}

.homeContentCustom ul li.list02 .col-xs-9 {
	background: url(../img/homecustom_li02.jpg) left center no-repeat;
}

.homeContentCustom ul li.list03 .col-xs-9 {
	background: url(../img/homecustom_li03.jpg) left center no-repeat;
}

.omnipresentContact {
	width: 425px;
	position: fixed;
	right: -200px;
	display: none;
	bottom: 0;
	z-index: 15;
	-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}

	.omnipresentContact .top {
		background: #000 url(../img/offblack_bg.jpg);
		height: 40px;
		border-bottom: 3px solid #F26222;
		cursor: pointer;
		opacity: 0.9;
		-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
	}

		.omnipresentContact .top .closeBtn {
			float: right;
			height: 40px;
			width: 40px;
			display: block;
			color: #ccc;
			line-height: 40px;
			text-align: center;
		}

			.omnipresentContact .top .closeBtn:hover {
				color: #fff;
			}

		.omnipresentContact .top h4 {
			width: 100%;
			color: #fff;
			line-height: 40px;
			font-family: 'ralewaysemibold';
			font-size: 16px;
			padding: 0 0 0 75px;
			letter-spacing: 1px;
			margin: 0;
		}

	.omnipresentContact .bottom {
		background: #222;
		padding: 20px;
		display: none;
	}

		.omnipresentContact .bottom p {
			color: #fff;
		}

		.omnipresentContact .bottom input[type=text],
		.omnipresentContact .bottom input[type=email] {
			padding: 0 0 0 40px;
			height: 40px;
		}

		.omnipresentContact .bottom textarea {
			background: url("../img/contact_message.png") no-repeat scroll 10px 10px #f8f8f8;
			padding-left: 40px;
			height: 80px;
		}

		.omnipresentContact .bottom input#name {
		    background: url("../img/contact_name.png") no-repeat scroll 12px center #f8f8f8;
		}

		.omnipresentContact .bottom input#email {
		    background: url("../img/contact_email.png") no-repeat scroll 10px center #f8f8f8;
		}

		.omnipresentContact .bottom .btn-info {
			background: #F26222;
			border: 1px solid #C94D18;
			color: #fff;
			width: 100%;
		}

		.omnipresentContact .form-done {
			border: 2px solid #444;
		    color: #fff;
		    display: none;
		    font-size: 13px;
		    padding: 5px;
		    text-align: center;
		    width: 100%;
		}

body.NotFoundPage .staticContainer {
	background: url(../img/static.gif);
	padding: 120px 0;
	overflow: hidden;
}

	body.NotFoundPage .staticContainer .container-fluid {
		background: url(../img/404text_bg.png);
		text-align: center;
		padding: 50px 20px;
	}

		body.NotFoundPage .staticContainer .container-fluid img {
			display: block;
			margin: 0 auto 25px auto;
			position: relative;
		}

		body.NotFoundPage .staticContainer .container-fluid h2 {
			font-family: 'ralewaysemibold';
			font-size: 30px;
			font-weight: normal;
		}

		body.NotFoundPage .staticContainer .container-fluid h3 {
			font-family: 'ralewayregular';
			font-size: 30px;
			font-weight: normal;
			line-height: 40px;
			margin: 0 0 40px 0;
		}

body.privacyPage {

}

	body.privacyPage .privacyContent p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px 0;
		text-align: justify;
		color: #333;
	}


footer {
	background: #000 url(../img/offblack_bg.jpg);
	border-top: 3px solid #f26222;
	clear: both;
	margin-top: 50px;
	min-height: 75px;
}

	body.veracityPage footer,
	body.chargePage footer,
	body.customPage footer,
	body.homePage footer,
	body.NotFoundPage footer,
	body.privacyPage footer {
		margin-top: 0px;
	}

	footer .row {
		margin-top: 10px;
	}

	footer .col-md-4 {
		background: url(../img/footer_logo.png) left center no-repeat;
		padding: 0 0 0 50px;
		min-height: 39px;
	}

	footer h5 {
		color: #ccc;
		font-size: 18px;
		margin: 0px 0 0 0;
	}

	footer h6 {
		color: #999;
		font-size: 12px;
		margin: 5px 0 0 0;
	}

	footer .col-md-4 p {
		margin: 0;
	}

		footer .col-md-4 p a {
			font-size: 11px;
			color: #666;
		}

		footer .col-md-4 p a:hover {
			color: #f26222;
			text-decoration: none;
		}

	footer .col-md-2 p {
		margin: 0;
		font-size: 12px;
		color: #ccc;
	}

	footer .col-md-2 i {
		color: #f26222;
	}

	footer .col-md-2 span {
		color: #666;
	}

	footer .text-center {
		color: #ccc;
		font-size: 12px;
	}

		footer .text-center em {
			color: #f26222;
			font-style: normal;
		}

	footer .col-md-1 {
		padding: 0;
	}

		

	footer .social,
	footer .social li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		footer .social li {
			display: inline-block;
			margin: 5px 0 0 5px;
		}

			footer .social li a {
				display: block;
				font-size: 30px;
			}

				footer .social li a.fb {
					color: #3b5998;
				}

				footer .social li a.tw {
					color: #55acee;
				}




/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {
		.companiesCube ul li {
			display: inline-block;
			padding: 10px 35px;
		}

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {

		.homePage .affix-top {
			position: absolute;
			width: 100%;
			z-index: 999;
		}

		footer div {
			text-align: center !important;
		}

		.navbar .nav li {
			margin: 0;
		}
		
		.homeContentVeracity ul li.box02 {
			padding: 20px;
		}

		footer .col-md-4 {
			background: url(../img/footer_logo.png) top center no-repeat;
			padding: 50px 0 15px 0;
			min-height: 39px;
		}

		footer .text-center {
		    margin: 15px 0 0 0;
		}

		.companiesCube ul li {
			display: inline-block;
			padding: 10px 25px;
		}

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {

		.omnipresentContact {
			display: none !important;
		}
		
		.navbar .nav {
			float: none !important;
			text-align: center;
			width: 100%;
		}

		.navbar .nav li {
			background: none;
			border-bottom: 1px solid #101010;
			text-align: center;
			margin: 0;
		}

		.topCompany img {
			clear: both;
		}

		.homeSlider ul li {
			height: 415px;
		}

		.whatTheySay {
			min-height: 440px;
		}

		.whatTheySay .wts-slider {
			min-height: 300px !important;
			width:100%;
		}

		.whatTheySay .wts-slider .dots {
			bottom: 0px;
			top: auto;
		}

		.homeContentVeracity ul li.box02 {
			padding: 20px;
			background: none;
			margin: 0;
		}

		.homeContentVeracity ul li {
			padding: 20px;
			margin: 0;
		}

		.homeContentVeracity ul W.box03 {
			margin: 0;
		}

		.homeContentCharge ul li.back {
			background: none;
		}

		.companySection01,
		.companySection02,
		.companiesCube,
		.downloads,
		.whatTheySay,
		.thinkInsideCube {
			background-attachment: scroll;
		}

		.thinkInsideCube h3 {
			display: inline;
		}

		.companiesCube ul li {
			display: inline-block;
			padding: 10px 15px;
		}

	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
		.homeSlider .main-slider ul li {
			height: 450px;
		}

		.homeSlider .main-slider {
			height: 450px;
			width: 100%;
		}

		.homeSlider {
			height: 450px;
		}

		.homeContentVeracity ul li.box02 {
			padding: 20px;
		}

		.homeContentVeracity ul li.box03,
		.homeContentVeracity ul li.box02,
		.homeContentVeracity ul li.box01 {
			margin: 20px 0;
		}

		body.homePage .companiesCube {
			margin: 0;
		}

		.whatTheySay {
			min-height: 500px;
			padding: 50px 0 100px 0;
		}

		.whatTheySay .wts-slider {
			min-height: 480px !important;
			height: 480px !important;
			width:100% !important;
			padding: 0 0 50px 0;
		}

		.whatTheySay .wts-slider li {
			padding: 0 !important;
		}

		.cc-htmlwrapper {
			left: 50% !important;
			width: 100% !important;
			margin-left: -50% !important;
		}

		.cubeface p {
			font-size: 13px;
			line-height: 21px;
		}

	}

	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {
			.cubeface h3 {
				font-size: 35px;
			}
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		.navbar-collapse.collapse {
			display: block !important;
			overflow: visible !important;
			height: 50px !important;
		}
	}

