html {
	height: 100%;
	position: relative;
	min-height: 100%;
}

.termssubitems {
	counter-reset: item
}

.termssubitems>LI {
	display: block
}

.termssubitems>LI:before {
	content: counters(item, ".") " ";
	counter-increment: item
}

/* - - - - - - - xs devices - phones - - - - - - */
body {
	/* Margin bottom by footer height */
	padding-top: 50px;
	height: 100%;
}

.main-counting-ordered-list {
	counter-reset: item;
	list-style-type: decimal;
}

.inner-counting-ordered-list {
	list-style-type: decimal;
}

.footer {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f5f5f5;
}

.logo-navbar {
	height: auto;
	width: 124px;
	margin-top: -3px;
}

.logo-inline {
	padding: 30px;
}

.page-row {
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-row:first-of-type {
	padding-top: 24px;
}

.primary-bg {
	background-color: #0081C6;
	color: #FFF;
}

.primary-inverse {
	color: #0081C6;
}

.panel-body,
.list-group-item {
	color: #333;
}

.primary-bg .fa-inverse {
	color: #0081C6;
}

.success-bg {
	background-color: #70BF44;
	color: #FFF;
}

.success-bg .fa-inverse {
	color: #70BF44;
}

.warning-bg {
	background-color: #DFAB26;
	color: #FFF;
}

.warning-bg .fa-inverse {
	color: #DFAB26;
}

.info-bg {
	background-color: #704C9D;
	color: #FFF;
}

.danger-bg {
	background-color: #DF3226;
	color: #FFF;
}

.coverage-bg {
	background-image: url("../images/australia.jpg");
	background-position: left center;
	color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

.coverage2-bg {
	background-image: url("../images/Gone_Driveabout_cropped.jpg");
	background-position: left center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.business-bg {
	background-image: url("../images/Mount_Lofty_View_Night.jpg");
	background-position: left center;
	color: #FFF;
	text-shadow: 2px 2px 8px #333333;
	padding-top: 40px;
	padding-bottom: 80px;
}

.agents-bg {
	background-image: url("../images/VT-window-signage.jpg");
	background-position: left center;
	color: #FFF;
	text-shadow: 2px 2px 8px #333333;
	padding-top: 40px;
	padding-bottom: 100px;
}

.whouses-bg {
	background-image: url("../images/ViperTrak-carpark.jpg");
	background-position: left center;
	color: #FFF;
	text-shadow: 2px 2px 8px #333333;
	padding-top: 40px;
	padding-bottom: 80px;
}

.center-align {
	text-align: center;
}

.collapse-header:link,
.collapse-header:hover,
.collapse-header:visited {
	color: #FFF;
	cursor: pointer;
}

.collapse-hover:hover {
	border-left: 5px solid rgba(30, 30, 30, 0.5);
	padding-left: 10px;
}

.collapse-hover {
	padding-bottom: 20px;
}

.modal-dialog {
	z-index: 1050;
}

#map {
	height: 400px
}

@media (min-width: 768px) {

	/* - - - - - sm devices - phablets - - - - - - - */
	body {
		/* Margin bottom by footer height */
		padding-top: 150px;
	}
}

@media (min-width: 992px) {

	/* - - - - - - - md devices - tablets - - - - - - - */
	body {
		/* Margin bottom by footer height */
		padding-top: 100px;
	}
}

@media (min-width: 1200px) {

	/* - - - - - - -lg devices - desktop - - - - - - - */
	body {
		/* Margin bottom by footer height */
		padding-top: 50px;
	}
}

@media (max-width: 768px) {}

.popover {
	color: #000;
}

.popover-title {
	color: #000;
	font-weight: bold;
}

.popover-content {
	color: #000;
}

.form_status {
	border: 1px dashed #EEE;
	display: none;
}


.navbar-collapse {
	max-height: auto !important;
}




/**
 * 
 * TrakNGo CSS additions 
 * 
 **/
body {
	padding-top: 50px;
}

h1,
.h1 {
	font-size: 40px;
	font-weight: 300;
}

h2 {
	font-size: 30px;
	font-weight: 300;
}

h3 {
	font-size: 24px;
	font-weight: 300;
}

figure {
	background: #4f90d0;
	color: white;
}

figcaption {
	padding: 4px;
}

.bg-dark {
	background: #212c55;
	color: white;
}

.bg-light {
	color: initial;
}

.text-green {
	color: #a5d438;
}

.text-grey {
	color: #333333 !important;
}

.text-lighter {
	color: #dadada;
	font-weight: 300;
}

.features,
.contact,
.stand-out {
	background: #f6f6f6;
	padding-top: 32px;
	padding-bottom: 78px;
	border-top: 1px solid #e6e6e6;
}

/**
  *
  * Helper Classes
  *  
  **/

/* margin, padding, layout helpers */
.mt-4 {
	margin-top: 64px;
}

.mt-3 {
	margin-top: 48px;
}

.mt-2 {
	margin-top: 32px;
}

.mt-1 {
	margin-top: 12px;
}


.mb-4 {
	margin-bottom: 64px;
}

.mb-3 {
	margin-bottom: 48px;
}

.mb-2 {
	margin-bottom: 32px;
}

.mb-1 {
	margin-bottom: 12px;
}

.mr-1 {
	margin-right: 12px;
}

.mr-2 {
	margin-right: 32px;
}

.ml-1 {
	margin-left: 12px;
}

.ml-2 {
	margin-right: 32px;
}

.pt-4 {
	padding-top: 64px;
}

.pb-2 {
	padding-bottom: 32px;
}


.pb-4 {
	padding-bottom: 64px;
}

.d-flex {
	display: flex;
	flex-direction: column;
}

.d-inline-block {
	display: block;
}

.flex-row {
	flex-direction: row;
}

.align-all-center {
	justify-content: center;
	align-items: center;
}

.align-items-center {
	align-items: center;
}

.space-evenly {
	justify-content: space-evenly;
}

/* images */
.img-shadow {
	box-shadow: 0 9px 15px rgba(0, 0, 0, .12), 0 9px 21px rgba(0, 0, 0, .09);
	padding: 2px;
}

.img-floating {
	margin: 16px;
}

.img-rounded {
	border-radius: 6px;
}

/**
  * 
  * Information Tab
  * 
  **/

.tab {
	float: left;
	background: white;
	width: 25%;
}

/* tab buttons */
.tab button,
.tab a {
	display: block;
	background-color: inherit;
	color: black;
	padding: 12px 6px 12px 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: background 0.3s ease;
	border: 1px solid transparent;
}

.tab button:hover,
.tab a:hover {
	text-decoration: none;
	background-color: #ddd;
}

.tab button.active,
.tab a.active {
	background-color: white;
	border: 1px solid #e6e6e6;
	border-right: none;
	z-index: 2;
	width: 100%;
	position: relative;
}

/* Hides right border on active button */
.tab button.active:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -2px;
	width: 4px;
	background-color: white;
	z-index: 4;
}

/* holds all tab content */
.tab-holder {
	width: 75%;
	float: left;
	position: relative;
	background: white;
	z-index: 0;

}

.tabcontent {
	padding: 16px 32px;
	border: 1px solid #e6e6e6;
	min-height: 300px;
	width: 100%;
	display: none;
}

/* show content on active */
.tabcontent.active {
	display: block;
}

.tab-title {
	font-size: 1.2em;
}

.tab-title:not(:first-of-type) {
	margin-top: 32px;
}


/**
  * 
  * Headers and sections
  * 
  **/

.home-header {
	height: 462px;
}

.home-header-sm {
	height: 382px
}


/**
 * 
 * TrakNGo CSS additions 
 * 
 **/
body {
	padding-top: 50px;
}

h1,
.h1 {
	font-size: 40px;
	font-weight: 300;
}

h2 {
	font-size: 30px;
	font-weight: 300;
}

h3 {
	font-size: 24px;
	font-weight: 300;
}

figure {
	background: #4f90d0;
	color: white;
}

figcaption {
	padding: 4px;
}

.bg-dark {
	background: #212c55;
	color: white;
}

.bg-light {
	color: initial;
}

.text-green {
	color: #a5d438;
}

.text-grey {
	color: #333333 !important;
}

.text-lighter {
	color: #dadada;
	font-weight: 300;
}

.not-recovered {
	opacity: 0.35;
}

.features,
.contact,
.stand-out {
	background: #f6f6f6;
	padding-top: 32px;
	padding-bottom: 78px;
	border-top: 1px solid #e6e6e6;
}

/**
  *
  * Helper Classes
  *  
  **/

/* margin, padding, layout helpers */
.mt-4 {
	margin-top: 64px;
}

.mt-3 {
	margin-top: 48px;
}

.mt-2 {
	margin-top: 32px;
}

.mt-1 {
	margin-top: 12px;
}


.mb-4 {
	margin-bottom: 64px;
}

.mb-3 {
	margin-bottom: 48px;
}

.mb-2 {
	margin-bottom: 32px;
}

.mb-1 {
	margin-bottom: 12px;
}

.mr-1 {
	margin-right: 12px;
}

.mr-2 {
	margin-right: 32px;
}

.ml-1 {
	margin-left: 12px;
}

.ml-2 {
	margin-right: 32px;
}

.pt-4 {
	padding-top: 64px;
}

.pb-2 {
	padding-bottom: 32px;
}


.pb-4 {
	padding-bottom: 64px;
}

.d-flex {
	display: flex;
	flex-direction: column;
}

.d-inline-block {
	display: block;
}

.flex-row {
	flex-direction: row;
}

.align-all-center {
	justify-content: center;
	align-items: center;
}

.align-items-center {
	align-items: center;
}

.space-evenly {
	justify-content: space-evenly;
}

/* images */
.img-shadow {
	box-shadow: 0 9px 15px rgba(0, 0, 0, .12), 0 9px 21px rgba(0, 0, 0, .09);
	padding: 2px;
}

.img-floating {
	margin: 16px;
}

.img-rounded {
	border-radius: 6px;
}

/**
  * 
  * Information Tab
  * 
  **/

.tab {
	float: left;
	background: white;
	width: 25%;
}

/* tab buttons */
.tab button,
.tab a {
	display: block;
	background-color: inherit;
	color: black;
	padding: 12px 6px 12px 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: background 0.3s ease;
	border: 1px solid transparent;
}

.tab button:hover,
.tab a:hover {
	text-decoration: none;
	background-color: #ddd;
}

.tab button.active,
.tab a.active {
	background-color: white;
	border: 1px solid #e6e6e6;
	border-right: none;
	z-index: 2;
	width: 100%;
	position: relative;
}

/* Hides right border on active button */
.tab button.active:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -2px;
	width: 4px;
	background-color: white;
	z-index: 4;
}

/* holds all tab content */
.tab-holder {
	width: 75%;
	float: left;
	position: relative;
	background: white;
	z-index: 0;

}

.tabcontent {
	padding: 16px 32px;
	border: 1px solid #e6e6e6;
	min-height: 300px;
	width: 100%;
	display: none;
}

/* show content on active */
.tabcontent.active {
	display: block;
}

.tab-title {
	font-size: 1.2em;
}

.tab-title:not(:first-of-type) {
	margin-top: 32px;
}


/**
  * 
  * Headers and sections
  * 
  **/

.home-header {
	height: 462px;
}

.home-header-sm {
	height: 382px
}

/**
  * 
  * additional buttons and button style overrides
  * 
  **/


@media (max-width: 768px) {

	.btn-stack {
		margin-bottom: 8px;
	}
	
	.btn-stack .btn {
		margin-bottom: 8px;
		width: 100%;
		text-align: center;
	}

	.btn-stack a:not(.btn) {
		display: block;
		width: 100%;
		text-align: center;
		padding: 8px;
	}

}

.btn {
	padding-left: 24px;
	padding-right: 24px;
}

.btn.btn-square {
	border-radius: 0;
	font-weight: 300;
	font-size: 16px;
}

.btn.btn-rounded {
	border-radius: 25px;
}

.btn.btn-outline {
	background: none;
}

.btn.btn-outline i {
	transition: all .2s ease-in;
}

.btn.btn-outline:hover i {
	transform: translateX(9px);
}

.btn-primary.btn-outline {
	color: #0081c6;
	border-color: #0081c6;
}

.btn-primary.btn-outline:hover {
	color: #00669d;
	border-color: #0070ad;
}

.btn.btn-outline>.icon {

	margin-left: 4px;
}

.btn-grey {
	background: #575757;
	border-color: #424242;
	color: white;
}

.btn-grey:hover {
	color: rgb(235, 235, 235);
	background: #373737;
}

.btn-white {
	border-color: white;
	color: white;
}

.btn-white:hover {
	color: #0081c6;
	border-color: #0081c6;
}

/**
 * 
 * SVG Badge
 * 
 */
.svg-badge {
	position: absolute;
	width: 112px;
	top: 160px;
	right: 29px;
}

/**
  * 
  * Feature Card Items
  * 
  **/

.feature-cards {
	padding: 32px;
	background: white;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .09), 0 2px 17px rgba(0, 0, 0, .07);
}

.feature-card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin-top: 16px;
}

.feature-card.card-small {
	align-items: flex-start;
	font-weight: 300;
}

.feature-card.card-small:after {
	content: " ";
	clear: both;
}

.feature-card-title {
	font-size: 19px;
}

.feature-card.card-small .feature-card-title {
	font-size: 16px;
}

/* Add Steps to Feature Cards */
.step-number {
	position: absolute;
	font-size: 2em;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.step-number:after {
	content: "";
	top: 60%;
	left: 75%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	color: #c1e273;
	z-index: -1;
}

.step-number.one:after {
	content: "1";
}

.step-number.two:after {
	content: "2";
}

.step-number.three:after {
	content: "3";
}

.feature-card:hover .icon-wrapper {
	transform: scale(1.1);
}

/* Add Icons to Feature Cards */
.icon-wrapper {
	transition: .2s all ease-in;
	transform: scale(1);
}

.icon-wrapper i {
	position: relative;
}

.icon-wrapper .icon-offset {
	position: absolute;
	top: 4px;
	left: 0;
	margin-left: 4px;
	z-index: -1;
	opacity: 0.75;
	color: #a5d438;
}


/**
 * 
 * Testimonial Module
 * 
 **/

.testimonial {
	cursor: pointer;
}

.testimonial-qoute {
	font-size: 1.4em;
	font-weight: 300;
	transition: all .2s ease-in;
	max-height: 100%;
}

.testimonial-name {
	display: inline-block;
	margin-bottom: 4px;
}

/* Adds ellipsis and hides text that goes over 3 lines vertically*/
.fade-text {
	display: block;
	/* Fallback for non-webkit */
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 82px;
	max-height: 82px;

}

.fade-text-expand {
	height: auto;
}

.btn-animated {
	transition: all .2s ease-in;
}

.btn-animated.in {
	transform: translateY(0);
	opacity: 1;
}

.btn-animated.out {
	transform: translateY(15px);
	opacity: 0;
}

/**
 * 
 * Alert Box for Features page
 * 
 **/
.alert-group {
	border-left: 4px #ececec solid;
	padding-left: 12px;
	margin-top: 16px;

}

.alert-group .alert-box {
	padding: 0;
	border: 0;
	margin-top: 4px;
	font-size: .95em;
}

.alert-group hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

.alert-box i {
	padding: 8px;
	margin-right: 12px;
}

.alert-box.red i {
	background: red;
	color: white;
}

.alert-box.orange i {
	background: orange;
	color: white;
}

.alert-box.purple i {
	background: purple;
	color: white;
}

/**
 * 
 * Other Bootstrap Overrides
 * 
 **/

.footer {
	background: #222222;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
}

/* manually set height for logo carousel */
.logo-carousel {
	height: 92px;
}

.modal-sm {
	width: 380px;
}

@media (max-width: 768px) {

	.modal-sm {
		width: auto;
	}
}

/**
 * 
 * List group items, add icons, menu, and sm version
 * 
 */
.list-group-item>i:first-of-type {
	margin-right: 8px;
}

.list-group-sm {
	font-size: .95em;
}

.list-group-sm .list-group-item {
	padding: 6px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-group.menu {
	padding: 0;
	border: none;
}

.list-group.menu a {
	padding: 10px 0;
	border: none;
}

.list-group.menu a:hover,
.list-group.menu a:active,
.list-group.menu a:focus {
	background: unset;
	color: #0081c6;
}


/**
  * 
  * @media queries
  * 
  **/

/* Bootstrap sm */
@media (max-width: 768px) {
	.xs-expand {
		width: 100%;
	}

	.row.xs-expand {
		flex-direction: column;
		margin: 0;
	}

	.home-header {
		height: auto;
	}

	.home-header .cta-buttons {
		margin-bottom: 16px;
	}

	.xs-shrink {
		max-width: 60%;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}

	/**
	 * 
	 * Custom Vertical Tabs
	 */

	.tab {
		width: 100% !important;
	}

	.tab button.active {
		border-right: 1px solid #e6e6e6 !important;
	}

	.tab button.active:after {
		display: none;
	}

	.tab-holder {
		width: 100% !important;
	}

	.flex-steps {
		flex-direction: column;
	}

	.img-floating {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 45% !important;
		float: left;
		margin: 0 !important;
	}

	.img-floating~.img-floating {
		margin-left: 15px !important;
	}

}
