/* Graphik Bold */
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.woff2') format('woff2'),
         url('../fonts/Graphik-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Graphik Semibold */
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold.woff2') format('woff2'),
         url('../fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* Graphik Medium */
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.woff2') format('woff2'),
         url('../fonts/Graphik-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Source Sans Regular */
@font-face { 
    font-family: 'SourceSans3';
    src: url('../fonts/SourceSans3-Regular.woff2') format('woff2'),
         url('../fonts/SourceSans3-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Source Sans Semibold */
@font-face { 
    font-family: 'SourceSans3';
    src: url('../fonts/SourceSans3-Semibold.woff2') format('woff2'),
         url('../fonts/SourceSans3-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* Source Sans Bold */
@font-face { 
    font-family: 'SourceSans3';
    src: url('../fonts/SourceSans3-Bold.woff2') format('woff2'),
         url('../fonts/SourceSans3-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Source Sans Black */
@font-face { 
    font-family: 'SourceSans3';
    src: url('../fonts/SourceSans3-Black.woff2') format('woff2'),
         url('../fonts/SourceSans3-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* Roboto Mono */
@font-face{ 
	font-family: 'roboto-mono';
	src: url('../fonts/roboto-mono-v13-latin-regular.woff2') format('woff2'),
	     url('../fonts/roboto-mono-v13-latin-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Verveine */
@font-face{ 
	font-family: 'Verveine';
	src: url('../fonts/Verveine.woff2') format('woff2'),
	     url('../fonts/Verveine.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "SourceSans3", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	color: #555555;
	-webkit-text-size-adjust: 100%;
}
	
a, button { outline: none; border: 0; }

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.wrapper:target {
	scroll-margin-top: 80px;
}
	
.wrapper.header {
	height: 80px;
	position: absolute;
	top: 0;
	overflow: visible;
	}
	
.home .wrapper.hero {
	padding-top: 80px;
	background-image: url(../img/tw-blue-bg.jpg);
	background-repeat: no-repeat;
	background-position: 15% top;
	background-size: auto 100%;
	position: relative;
	top: 0px;
	/* overflow-x: hidden;  */
	}
	
.app .wrapper.hero {
	padding-top: 80px;
	background-color: #333333;
	top: 0px;
	}
	
.payment .wrapper.main { overflow: hidden; }
	
.wrapper.main {
	padding-top: 60px;
	}
	
.app .wrapper.main {
	padding-top: 0;
	}
	
.wrapper.alt-bg {
	background-color: #f2f2f2;
	}
	
.wrapper.dark-bg {
	/* background: linear-gradient(175deg, rgba(150,0,218,1.0) 0%, rgba(137,0,206,1.0) 90%); */
	background-color: #9fe2f9;
	}
	
.wrapper.alert-bg {
	background: -moz-linear-gradient(175deg, rgba(255,123,0,1.0) 0%, rgba(255,140,0,1.0) 90%);
	background: -webkit-linear-gradient(175deg, rgba(255,123,0,1.0) 0%, rgba(255,140,0,1.0) 90%);
	background: linear-gradient(175deg, rgba(255,123,0,1.0) 0%, rgba(255,140,0,1.0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8c00",endColorstr="#ff8c00",GradientType=1);
	}
	
.wrapper.txe-bg {
	background-image: url(../img/levc-txe.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
	height: 500px;
	}
	
.content {
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px;
	position: relative;
	box-sizing: border-box;
	}
	
.row {
	margin-right: -10px;
	margin-left: -10px;
	clear: both;
	}
	
.content.nopadding .row {
	margin-right: 0;
	margin-left: 0;
	}
	
.col {
	width: 100%;
	padding: 0 10px;
	float: left;
	position: relative;
	box-sizing: border-box;
	}
	
.six-col.dealers .col { width: 50%; }
.six-col.dealers .col:nth-child(odd) { clear: left; }

.find .four-col.dealers .col, .start .dealers .col { width: 50%; clear: none; }
.find .four-col.dealers .col:nth-child(odd), .start .dealers .col:last-of-type { clear: left; }

.four-col.dealers { position: relative; }
.four-col.dealers .col { width: 50%; clear: left; }
.col.mcol2 { position: absolute; top: 0; right: 0; }
		
.content hr {
	height: 1px;
	clear: both;
	border: 0;
	margin: 0;
	background-color: transparent;
	}

.content hr.hr {
	height: 1px;
	clear: both;
	border-bottom: 2px solid #eeeeee;
	margin: 1.0em 0;
	background-color: transparent;
	}
	
/* Header bits */
	
.header .content {
	padding: 0;
	}
	
.logo {
	width: 200px;
	height: 68px;
	margin: 0;
	padding: 0;
	background: url(../img/taxiworld-logo-blue.png) no-repeat top left;
	background-size: 200px 68px;
	font-size: 0.01em;
	text-indent: -10000em;
	display: block;
	position: absolute;
	left: 36px;
	top: 6px;
	z-index: 1;
	}
	
.home .logo, .app .logo, .nav .logo {
	width: 200px;
	height: 68px;
	margin: 10px 0 0 44px;
	padding: 0;
	background-image: url(../img/taxiworld-logo-glow.png);
	left: -8px;
	top: -4px;
	}
	
.home .nav .logo, .app .logo,  .nav .logo { margin: 5px 0 0 39px; }
	
.nav {
	max-width: 440px;
	padding: 65px 10px 20px 10px;
	margin: 0 5px;
	background-color: #18407c;
	border-radius: 10px;
	position: relative;
	top: 5px;
	z-index: 3;
	box-sizing: border-box;
	display: none;
	}
	
.nav ol {
	padding: 0;
	margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
	}
	
.nav li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    list-style: none;
	}
	
.nav a {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 100%;
    color: #0cd9fc;
    padding: 18px 10px;
    margin: 0;
    text-decoration: none;
    display: block;
	vertical-align: middle;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
	}
	
.nav a span {  }

.nav-show .nav-login.btn.btn-arrow.grad-btn, .nav-login.btn, .payment .nav-login.btn.btn-arrow.grad-btn, .claims .nav-login.btn.btn-arrow.grad-btn { 
	width: auto;
	height: auto;
	font-size: 1.125em;
	color: #ff0079;
	background: #ffffff;
	border-bottom: 0;
	position: absolute; 
	top: 12px;
	right: 55px;
	transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-webkit-transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
	z-index: 2;
	}
	
.nav-login.btn:hover { 
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
	}

.nav-pay.btn, .nav-login.btn {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	background: #ff0079;
	padding: 9px 0 0;
	margin: 0;
	font-size: 1.0em;
	line-height: 95%;
	display: block;
	border-bottom: 0;
	position: absolute;
	top: 6px;
	right: 77px;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	z-index: 2;
	}
	
.nav-pay.btn.btn-arrow svg { display: none !important; }

.nav-login.btn {
	right: 6px;
	color: #ffffff;
	background: #00a6da;
	padding-top: 16px;
	}
	
.nav-pay.btn:hover { 
	color: #ffffff;
	background: #cd0062; 
	}
	
.nav-login.btn:hover { 
	color: #ffffff;
	background: #0080a8; 
	}
	
.home .nav-pay.btn, .nav-btn .nav-pay.btn {
	color: #ff0079;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 2px 1px 10px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 2px 1px 10px 0px rgba(255, 255, 255, 0.75);
	box-shadow: 2px 1px 10px 0px rgba(255, 255, 255, 0.75);
	}
	
.home .nav-login.btn, .nav-btn .nav-login.btn {
	color: #00a6da;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5), 4px 4px 7px 0px rgba(1, 230, 245, 0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5), 4px 4px 7px 0px rgba(1, 230, 245, 0.75);
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5), 4px 4px 7px 0px rgba(1, 230, 245, 0.75);
	}
	
.home .nav-pay.btn:hover { 
	color: #cd0062;
	background: rgba(255,255,255,1.0); 
	}
	
.home .nav-login.btn:hover { 
	color: #0080a8;
	background: rgba(255,255,255,1.0); 
	}
	
.nav-btn .nav-pay.btn, .nav-btn .nav-login.btn {
	font-size: 1.5em;
	line-height: 100%;
	text-transform: none;
	width: 100%;
	height: auto;
	padding: 16px;
	color: #ff0079;
	background: rgba(255,255,255,1.0);
	border-radius: 30px;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	}
	
.nav-btn .nav-login.btn { color: #00a6da; }
	
.nav .nav-btn {
	border-bottom: 0;
	padding: 10px 0;
	}
	
.nav .nav-btn.nav-btn-first { padding-top: 22px; }
.nav .nav-btn:last-of-type { padding-bottom: 20px; }
	
.home .nav-pay.btn { display: inline-block; }

.pay .nav-pay, .pay .nav-login { display: none }

.nav-start svg {
	width: 13px;
	height: 20px;
	stroke: #0cd9fc;
	margin-right: 6px;
	position: relative;
	top: 1px;
	}
	
.close_container {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 1px;
	z-index: 3;
	cursor: pointer;
	}
	
.nav a.close_container { padding: 0; }
	
.close_container .bar {
	position: relative;
	top: 10px;
	transform: rotate(45deg);
	}

.close_container .bar:first-of-type { transform: rotate(-45deg); top: 18px; }
	
.nav-toggle {
	width: calc(100% - 160px);
	height: 35px;
	padding: 15px 0 0;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 5px;
	z-index: 1;
	cursor: pointer;
	}
	
.pay .nav-toggle { width: 95%; }
	
.nav-toggle .bar, .close_container .bar {
	display: block;
	width: 28px;
	height: 3px;
	margin: 5px 11px 0;
	border-radius: 2px;
	background-color: #00a6da;
	}
	
.home .nav-toggle .bar, .app .nav-toggle .bar, .close_container .bar {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px 5px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px 5px 1px rgba(255, 255, 255, 0.5);
	}

.nav-toggle .bar:first-of-type { margin-top: 0; }


/* Homepage bits */

.wrapper.hero .content { padding: 0 14px 50px; }

.wrapper.hero svg { 
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	}

.payment .wrapper.hero .content { padding-bottom: 0; }

.wrapper.features .content { padding-bottom: 0; padding-top: 20px; }
.home .wrapper.features .content { padding-top: 0px; }
.home .wrapper.features .feature.row:first-of-type { margin-top: 20px; }

.hero h1 {
	color: #fff;
	font-size: 4.375em;
	margin: 10px 0 15px;
	padding-top: 0;
	letter-spacing: -0.03em;
	-webkit-text-shadow: 0px 0px 45px rgba(255, 255, 255, 0.75), 0px 1px 10px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 0px 0px 45px rgba(255, 255, 255, 0.75), 0px 1px 10px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 45px rgba(255, 255, 255, 0.75), 0px 1px 10px rgba(255, 255, 255, 0.5);
	position: relative;
	}
	
.hero h1 span {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	}
	
@keyframes more-earn {
	0%    { opacity: 1; }
	27%   { opacity: 1; }
	30%   { opacity: 0; }
	97%   { opacity: 0; }
	100%  { opacity: 1; }
	}
	
@keyframes more-save {
	0%    { opacity: 0; }
	30%   { opacity: 0; }
	33%   { opacity: 1; }
	60%   { opacity: 1; }
	63%   { opacity: 0; }
	100%  { opacity: 0; }
	}
	
@keyframes more-get {
	0%    { opacity: 0; }
	63%   { opacity: 0; }
	66%   { opacity: 1; }
	94%   { opacity: 1; }
	97%   { opacity: 0; }
	100%  { opacity: 0; }
	}
	
/* 
.hero h1 span.more1, .hero h1 span.more2, .hero h1 span.more3 {
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	}

.more1 { animation-name: more-earn; }
.more2 { animation-name: more-save; }
.more3 { animation-name: more-get; }
 */
	
.hero h1 em {
	font-size: 0.31428572em;
	line-height: 100%;
	font-style: normal;
	margin: 0.375em 0.25em 0;
	padding-top: 0;
	letter-spacing: 0;
	display: block;
	white-space: nowrap;
	}
	
.home .hero p.intro {
	font-weight: 600;
	font-size: 1.75em;
	line-height: 140%;
	color: #fff;
	text-align: center;
	max-width: 530px;
	margin-left: 10px;
	}
	
.hero ul {
	padding: 0 0 0 8px;
	margin: 0 0 15px 0;
	}
	
.hero li {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.375em;
	line-height: 140%;
	list-style-type: none;
	color: #fff;
	padding-left: 32px;
	background-image: url(../img/arrow-bullet.svg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-size: 24px auto;	
	-webkit-text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.5), 0px 1px 1px rgba(255, 255, 255, 0.25);
	-moz-text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.5), 0px 1px 1px rgba(255, 255, 255, 0.25);
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.5), 0px 1px 1px rgba(255, 255, 255, 0.25);
	}
	
.wrapper.hero .content { padding-bottom: 60px; }
	
.app .hero ul { 

	}
	
.app .hero li { 
	margin: 0 0 14px 0;
	background-image: url(../img/arrow-bullet-jump.svg); 
	}
	
.app .hero li em, .app .feat-text h2 em { 
	font-style: normal;
	position: relative;
	}
	
.app .hero li em svg, .app .feat-text h2 em svg { 
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -4px;
	z-index: 0;
	stroke-width: 5px;
	}
	
.hero .btn.btn-xl {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	width: 260px;
	height: 54px;
	position: relative;
	z-index: 1;
	}
	
.hero .btn.btn-xl span {
	width: 260px;
	height: 40px;
	display: block;
	padding-top: 14px;
	color: #00a6da;
	background: rgba(255,255,255,1);
	text-align: center;
	border-radius: 35px;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	}
	
.hero .btn.btn-xl::before {
	content: '';
	width: 272px;
	height: 62px;
	background: #01e6f5;
	transform: rotate(-2deg);
	border-radius: 35px;
	filter: blur(4.5px);
	position: absolute;
	left: -7px;
	top: -2px;
	}
	
.hero .btn.btn-xl:hover span {
	color: #0080a8;
	background: rgba(255,255,255,1.0);
	}
	
.home .wrapper.intro {
	margin-top: -110px;
	}
	
.intro p, .intro li, .feat-text p, .feat-text li, .steps p {
	font-size: 1.375em;
	line-height: 140%;
	}

.payment .feat-text h2 {
	font-size: 1.5em;
	color: #888888;
/* 	color: rgba(0, 166, 218, 0.5); */
	display: none;
	}
	
#tips .feat-text h2 { margin-top: 0; }

.payment .feat-text h3 {
	font-size: 2.375em;
	color: #222222;
	margin-top: 0;
	}
	
.payment .feat-text h3.script {
	color: #00a6da;
	margin-bottom: 1.0em;
	}
	
.payment #jobs .feat-text h3.script { text-align: left }
	
.nw { white-space: nowrap; }

.payment .feat-text h4 {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 2.0em;
	line-height: 110%;
	color: #222222;
	}
	
.intro li {
	margin: 0.35em 0;
	}
	
.app .intro .feat-text li {
	position: relative;
	list-style-type: none;
	}
	
.bullets li::before {
	content: '';
	background-color: #00a6da;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -25px;
	}
	
.cameras h1, .cameras .intro li {
	max-width: 620px;
	}
	
.cameras ul.intro { margin-bottom: 60px }
	
.insurance ul.points {
	margin: 0;
	box-sizing: border-box;
	float: left;
	}
	
.insurance ul.points { float: none }
	
.insurance ul.points:last-of-type li:first-of-type { margin-top: 0 }

.bull-arrow {
	padding: 0;
	}

.pay-system .bull-arrow {
	width: 320px;
	margin: 60px auto;
	}

.bull-arrow li {
	list-style-type: none;
	font-size: 1.5em;
	line-height: 140%;
	padding-left: 40px;
	margin: 0.25em 0;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-size: 30px auto;
	}
	
.home .intro .actions {
	padding: 10px 0 0px;
	}
	
.intro .btn {
	font-size: 1.25em;
	text-align: center;
	padding: 9px 20px;
	margin: 3px 5px 3px 0;
	min-width: 180px;
	}
	
.btn.btn-lg, .btn.btn-lg.nav-pay {
	font-size: 1.25em;
	padding: 12px 20px;
	margin: 3px 5px 3px 0;
	}
	
.btn.grad-btn {
	color: #ffffff;
	background: -moz-linear-gradient(110deg, rgba(159,2,210,1.0) 50%, rgba(255,35,85,1.0) 95%);
	background: -webkit-linear-gradient(110deg, rgba(159,2,210,1.0) 50%, rgba(255,35,85,1.0) 95%);
	background: linear-gradient(110deg, rgba(159,2,210,1.0) 50%, rgba(255,35,85,1.0) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a504cb",endColorstr="#ff2355",GradientType=1);
	}
	
.btn.grad-btn:hover {
	background: -moz-linear-gradient(110deg, rgba(140,0,190,1.0) 65%, rgba(255,35,85,1.0) 115%);
	background: -webkit-linear-gradient(110deg, rgba(140,0,190,1.0) 65%, rgba(255,35,85,1.0) 115%);
	background: linear-gradient(110deg, rgba(140,0,190,1.0) 65%, rgba(255,35,85,1.0) 115%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a504cb",endColorstr="#ff2355",GradientType=1);
	}
	
.nav-pay.btn.btn-lg.btn-arrow { display: none }
	
.nav-pay.btn.btn-arrow svg { stroke: #ffffff; right: 50%; margin-right: -84px; }
	
.btn.btn-arrow.grad-btn svg { stroke: #ffffff; }


.mtitle {
	color: #00A6DA;
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.48px;
	position: absolute;
	top: 25px;
	left: 55px;
	z-index: 1;
	}
	
.app .mtitle { color: #ffffff; }
	
.home .mtitle { display: none }
.header .logo { display: none }
.home .header .logo, .header .nav .logo { display: block }
	
.tfl {
	width: 185px;
	height: 63px;
	background: url(../img/approved-tfl.png) no-repeat 0px 0px;
	background-size: 185px 63px;
	font-size: 0.01em;
	text-indent: -10000px;
	position: absolute;
	bottom: 20px;
	right: 10px;
	}
	
.tablet {
	width: 670px;
	height: 430px;
	padding: 9px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-sizing: border-box;
	position: absolute;
	left: 55%;
	top: 0;
	-webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	display: none;
	}
	
.interface, .incab-payment-details {
	width: 640px;
	height: 400px;
	padding: 0;
	margin: 0;
	background-image: url(../img/incab-dashboard-eight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.feat-hailing .tablet {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	top: 20px;
	display: block;
	margin-bottom: 50px;
	}
	
.feat-hailing .interface {
	width: 100%;
	height: auto;
	padding: 62.5% 0 0;
	}
	
.cctv-screen {
	margin: 0 -10px;
	}
	
.cctv-footage, .vid-footage {
	width: 100%;
	height: auto;
	padding: 62% 0 0;
	margin: 0;
	background-image: url(../img/cctv-footage-crash-3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	}
	
.vid-footage {
	padding: 0;
	/* background-image: none; */
	}
	
.feat-integrated .tablet, .feat-smart .tablet {
	width: 300px;
	height: 193px;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	left: -65px;
	top: 45px;
	}
	
.feat-integrated .tablet, .feat-smart .tablet {
	width: 350px;
	height: 233px;
	}
	
 .feat-smart .tablet { display: none }
 .feat-integrated .tablet { left: 135px }
	
.feat-integrated .interface, .incab-payment-details {
	width: 284px;
	height: 177px;
	background-size: cover;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
.incab-payment-details { 
	width: 334px;
	height: 217px;
	background-image: url(../img/incab-payment-details.jpg); 
	}
	
.feat-integrated .img-pinpad, .feat-smart .img-pinpad {
	left: 110px;
	top: 20px;
	}
	
.feat-smart .img-pinpad { left: 40px; }
	
.feat-integrated .img-taximeter {
	left: 90px;
	top: 105px;
	}
	
.feat-save ul, ul.feat-get {
	padding: 0;
	margin: 0 0 70px;
	}

.payment ul.feat-get { 
	display: none; 
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 3;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	}
	
.feat-save li, .feat-get li, h2.feat-get {
	padding: 16px 0 16px 67px;
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #76009c;
	font-size: 1.5em;
	line-height: 110%;
	list-style: none;
	position: relative;
	box-sizing: border-box;
	}
	
.feat-save li { padding: 16px 0 16px 67px; }
	
h2.feat-get { 
	background-color: #ffffff;
	padding: 28px 0 26px 84px;
	margin: 0;
	color: #00a6da; 
	position: sticky;
	position: -webkit-sticky;
	z-index: 2;
	top: 0;
	}
	
.feat-get li.actions { 
	padding: 10px;
	}
	
.feat-get li.actions a { 
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.25em !important;
	}
	
.feat-get li.actions a:hover { 
	color: #ffffff;
	}
	
.feat-get li.close {
	width: 70px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
.feat-get li.close a.btn-close {
	width: 70px;
	height: 80px;
	padding: 0;
	font-size: 0.001em;
	text-indent: -10000px;
	background-image: url(../img/arrow-down.svg);
	background-position: center left 10px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	cursor: pointer;
	}
	
h2.feat-get.stuck { 
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
	background-image: url(../img/arrow-down.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	}

#int_nav {
	display: none;
}

#int_nav.visible {
	display: block;
}
	
.feat-save li::before, .feat-get li::before, h2.feat-get::before  {
	content: '';
	width: 54px;
	height: 54px;
	background-color: #b4e5ff;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	}
	
.feat-get li::before { 
	background-color: rgba(180, 229, 255, 0.7); 
	cursor: pointer;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; 
	-webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; 
	}
	
.feat-get li:hover::before { background-color: rgba(180, 229, 255, 1); }
	
.feat-get li::before, h2.feat-get::before  { left: 10px; top: 7px; }
	
.feat-get li { color: #00a6da; padding: 0; margin: 0; }

.feat-get li a, h2.feat-get a {
	display: block;
	text-decoration: none;
	padding: 28px 0 26px 84px;
	margin: 0;
	color: #00a6da; 
	transition: color 0.25s ease-in-out; 
	-webkit-transition: color 0.25s ease-in-out; 
	}
	
.feat-get li a:hover { color: #0080a8; }

.feat-get li::before, h2.feat-get::before { width: 66px; height: 66px }
.feat-get li.actions::before, .feat-get li.close::before { display: none }
	
.feat-save li.save-install::before	{ background-image: url(../img/icon-save-install.svg); }
.feat-save li.save-screen::before	{ background-image: url(../img/icon-save-screen.svg); }
.feat-save li.save-meter::before	{ background-image: url(../img/icon-save-meter.svg); }
.feat-save li.save-ped::before		{ background-image: url(../img/icon-save-ped.svg); }
.feat-save li.save-camera::before	{ background-image: url(../img/icon-save-camera.svg); }
	
.feat-get li.get-tips::before, h2.feat-get.get-tips::before			{ background-image: url(../img/icon-get-tips.svg); background-position-y: 6px; }
.feat-get li.get-camera::before, h2.feat-get.get-camera::before		{ background-image: url(../img/icon-get-camera.svg); }
.feat-get li.get-ereceipt::before, h2.feat-get.get-ereceipt::before	{ background-image: url(../img/icon-get-ereceipt.svg); }
.feat-get li.get-jobs::before, h2.feat-get.get-jobs::before			{ background-image: url(../img/icon-get-jump-jobs.svg); }
.feat-get li.get-system::before, h2.feat-get.get-system::before		{ background-image: url(../img/icon-get-system.svg); }

.feat-get li.get-system { display: none }

.feature.row {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.home .feature.feat-integrated.row { margin-top: 0 }
	
.feature.feat-smart.row { margin-top: -20px; margin-bottom: 0; }
.feature.feat-receipts.row { margin-top: 0; }
.payment .feature.feat-integrated.row { margin-top: 60px; }

.script {
	font-family: 'Verveine', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #00a6da;
	}
	
ul.script { padding-left: 10px; }
	
.feat-text p.script, .ani-yes p.script, .feat-text .script li, h3.script, .feat-img .script li {
	font-size: 2.75em;
	transform: rotate(-3deg);
	line-height: 100%;
	margin: 1.0em 0 0 0;
	}
	
.feat-text .script li, .feat-img .script li { 
	font-size: 2.25em;
	margin: 0.5em 0;
	list-style-type: none;
	}
	
.app .colspan2.feat-text p.script {
	font-size: 2.25em;
	transform: rotate(-2deg);
	margin-top: -10px;
	margin-bottom: 10px;
	}
	
.app .two-col .feat-text p.script { 
	font-size: 2.25em;
	margin: -15px 0 0 -28px; 
	}

.feat-hailing .feat-img .script li, .app .feat-img .script li { font-size: 1.875em; }
.feat-hailing .script, .app .feat-img .script { width: 300px; margin: 0 auto; }

.pay-cam .feat-text .script li { font-size: 2.125em; }
.pay-cam .feat-text .script { margin: 3.0em 0; }
	
.feat-text .script li::before, .feat-img .script li::before { 
	content: '*';
	position: relative;
	top: 10px;
	margin-right: 8px;
	}
	
.fake-fees ul.script { margin-bottom: 40px; }
	
.fake-fees .script li::before {
	display: none;
	}
	
.fake-fees .script li {
	font-size: 3em;
	margin: 0.3125em 0;
	}
	
h3.script {
	font-size: 3.25em;
	margin: 0.75em 0 0 0;
	text-align: center;
	}
	
.app .feat-text h3.script { 
	margin: 0.5em 0; 
	text-align: left; 
	}
	
.fake-fees h3.script {
	font-size: 3.5em;
	}
	
.fake-fees h3.script span {
	vertical-align: bottom;
	line-height: 40%;
	}

.feat-text h2 {
	margin-top: 40px;
	}
	
.feat-text h2 em {
	font-style: normal;
	line-height: 120%;
	display: inline-block;
	background-image: url(../img/line-blue.svg);
	background-repeat: no-repeat;
	background-position: left 0px bottom -1px;
	}
	
.app .feat-text h2 em { background-image: none; line-height: 100%; }

.fake-fees ul strike {
	text-decoration: none;
	position: relative;
	padding: 0 20px;
	}

.fake-fees ul strike svg {
	width: 100%;
	transform: rotate(4deg);
	position: absolute;
	left: 0;
	bottom: 15px;
	}
	
.feat-text p em {
	font-style: normal;
	position: relative;
	}
	
.payment .feat-text p em { display: inline-block; }
	
.feat-text p em svg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: -1;
	stroke-width: 4px;
	}

.payment .feat-text p.tagline {
	font-size: 2.0em;
	line-height: 120%;
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #555555;
	}

.feat-text p.tagline .ped-yes { border: 0; padding: 0; margin: 0; }

.feat-text p.tagline .ped-yes em { 
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 400; 
	letter-spacing: 0; 
	transform: scale(1, 1);
	margin: 0 4px 0 0; 
	}
	
p.tagline .ped-yes svg { width: 24px; height: 26px; }

.feat-save .feat-text.col { padding-bottom: 40px; }
.feat-save .feat-text h2 { margin-top: 40px; }
.feat-save .actions span, .video .actions .btn2 span { display: none }

.feat-text .actions { padding: 0; }
.feat-hailing .feat-text .actions { padding-bottom: 40px; }

.feat-text p.tagline { 
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: bold; 
	font-size: 1.75em;
	line-height: 120%;
	color: #222222;
	margin: 0.75em 0;
	}
	
.feat-text p.tagline em { white-space: nowrap; }

.free-pullout {
	width: 240px;
	height: 240px;
	background-color: rgba(180, 229, 255, 0.25);
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	}
	
.free-pullout h4 {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	color: #ea3e3e;
	font-size: 1.65em;
	line-height: 100%;
	font-weight: normal;
	padding: 40px 0 2px;
	}
	
.free-pullout h3.script {
	text-align: center;
	font-size: 3em;
	line-height: 90%;
	width: 350px !important;
	position: relative;
	left: 50%;
	margin-left: -175px !important;
	}
	
.free-pullout h3 em {
	font-style: normal;
	position: relative;
	}
	
.free-pullout h3 em svg {
	width: 100%;
	position: absolute;
	left: -3px;
	bottom: -12px;
	transform: rotate(4deg);
	}
	
.free-pullout p {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	color: #273338;
	margin: 0.75em 0 0;
	}
	
.free-pullout p em {
	font-style: normal;
	color: #ff9e00;
	}
	
.app .feat-img .free-pullout ul.script {
	text-align: left;
	padding-top: 30px;
	position: relative;
	left: 15px;
	top: 0;
	}
	
.app .feat-img .free-pullout ul.script li {
	font-size: 2.35em;
	line-height: 100%;
	margin: 0.2em 0;
	}
	
.free-pullout p { font-size: 1.375em; color: #666666; }

.jump-logo {
	width: 240px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	display: block;
	margin: 40px auto;
	}
	
.feat-integrated .feat-text h2, .feat-cctv .feat-text h2 {
	margin-top: 0;
	}
	
.feat-img.col { /* overflow: hidden */ }
.cameras .feat-img.col { overflow: visible }
	
.home .feat-integrated .feat-img { height: 350px; }
.feat-tips .feat-img { height: 320px; }

.feat-meters .feat-img { height: 190px; }
.home .feat-cctv .feat-img { height: 300px; }
.home .feat-insurance .feat-img { height: 270px; }
.home .feat-claims .feat-img { height: 300px; }

.pullout {
	width: 150px;
	height: 150px;
	background-color: #3fc301;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: -85px;
	left: 80px;
	z-index: 1;
	transform: rotate(7deg);
	}

.pullout p {
	color: #ffffff;
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.1875em;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-align: center;
	margin-top: 1.5em;
	}

.pullout p strong {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 2.0em;
	display: inline-block;
	padding-left: 15px;
	}

.pullout p strong span {
	font-size: 0.5em;
	}
	
.feat-save .pullout, .pullout.p-alt {
	background-color: #76009c;
	transform: rotate(7deg);
	top: -95px;
	left: auto;
	right: -8px;
	}
	
.feat-save .pullout p, .pullout.p-alt p {
	font-size: 1.5em;
	margin-top: 1.15em;
	}
	
.feat-tips .feat-text p:first-of-type { padding-right: 140px; }
	
.feat-tips .pullout {
	width: 160px;
	height: 160px;
	transform: rotate(7deg);
	left: auto;
	top: 130px;
	right: -5px;
	bottom: auto;
	}
	
.feat-tips .pullout p {
	font-size: 1.25em;
	line-height: 105%;
	margin-top: 1.125em;
	padding: 0 !important;
	}
	
.feat-tips .pullout p strong {
	font-size: 1.75em;
	line-height: 50%;
	padding-top: 11px;
	}
	
.pay-cam .cctv-screen { margin-bottom: 60px }
.feat-save .cctv-screen { margin-bottom: 30px }
.pullout.p-alt { top: auto; bottom: -30px; }

.feat-hailing .pullout, .app .pullout {
	width: 130px;
	height: 130px;
	transform: rotate(7deg);
	background-color: #333333;
	left: 50%;
	top: -30px;
	right: auto;
	bottom: auto;
	margin-left: 55px;
	}
	
.app .pullout {
	left: auto;
	top: 50px;
	right: 0;
	margin: 0;
	}
	
.feat-hailing .pullout p, .app .pullout p {
	font-size: 1.75em;
	line-height: 130%;
	margin-top: 1.0em;
	color: #ffc324;
	}
	
.app .pullout p { 
	font-size: 28px;
	line-height: 90%;
	margin-top: 1.1em;
	}
	
.feat-hailing .pullout p strong, .app .pullout p strong {
	font-size: 1.25em;
	padding: 0;
	}
	
.h-pullout {
	display: inline-block;
	position: relative;
	margin-bottom: 70px;
	}
	
.img-taximeter {
	width: 278px;
	height: 86px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../img/taximeter-mr400.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	top: 52px;
	}	
	
.home .img-taximeter {
	width: 318px;
	height: 98px;
	top: 30px;
	}
	
.list-num {
	padding: 0 0 0 50px;
	margin: 1.0em 0;
	list-style-type: none;
	}
	
.payment .list-num { margin: 40px 0 40px; }
	
.list-num li {
	padding: 0;
	margin: 0.75em 0;
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #222222;
	position: relative;
	}
	
.list-num li strong {
	width: 34px;
	height: 34px;
	padding-top: 3px;
	background-color: #00a6da;
	color: #ffffff;
	font-size: 0.9375em;
	font-weight: 400;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: -45px;
	top: -2px;
	box-sizing: border-box;
	}
	
.list-num li span {
	padding: 0;
	margin: 0;
	font-family: "SourceSans3", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #555555;
	display: block;
	clear: left;
	}
	
.img-pinpad, .img-pinpad-sm, .img-pinpad-lg  {
	width: 139px;
	height: 275px;
	padding: 0;
	margin: 0;
	background-image: url(../img/taxiworld-pin-pad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 140px auto;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	top: 0;
	left: 0;
	}
	
.img-pinpad-sm {
	width: 110px;
	height: 222px;
	background-size: 112px auto;
	}
	
.feat-tips .img-pinpad-sm { position: absolute }

.ani-yes {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 280px;
	left: 0;
	}
	
.ani-yes p.script { margin-top: 0 }
	
.img-pinpad-lg {
	width: 180px;
	height: 357px;
	background-size: 180px auto;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	}

.feat-tips .ani-wrapper {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -55px;
	}

.feat-tips .ani-wrapper.pp-left { 
	left: 50%;
	top: 20px;
	margin-left: -175px;
	/* transform: rotate(-3deg); */
	}

.feat-tips .ani-wrapper.pp-right { 
	left: 50%;
	top: 20px;
	margin-left: 65px;
	/* transform: rotate(5deg); */
	}
	
.img-pinpad-screen {
	width: 111px;
	height: 81px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 54px;
	left: 15px;
	}
	
.img-pinpad-sm .img-pinpad-screen {
	width: 90px;
	height: 66px;
	top: 42px;
	left: 14px;
	}
	
.img-pinpad-lg .img-pinpad-screen {
	width: 144px;
	height: 105px;
	top: 69px;
	left: 18px;
	}
	
.img-pinpad-screen p {
	color: #fff;
	padding: 4px 0px 0;
	margin: 0 -25px;
	font-family: "roboto-mono", Helvetica, Arial, sans-serif;
	font-size: 1.0em !important;
	line-height: 115% !important;
	letter-spacing: -0.04em;
	-webkit-transform: scale(0.65, 1);
	-moz-transform: scale(0.65, 1);
	transform: scale(0.65, 1);
	}
	
.img-pinpad-sm .img-pinpad-screen p {
	font-size: 0.875em !important;
	line-height: 110% !important;
	}
	
.img-pinpad-lg .img-pinpad-screen p {
	margin: 0 -30px;
	font-size: 1.3125em !important;
	line-height: 115% !important;
	}
	
.img-pinpad-screen p.ped-actions {
	width: 154px;
	margin: 0;
	padding: 0 0px 5px;
	position: absolute;
	bottom: 0;
	left: -23px;
	}
	
.img-pinpad-sm .img-pinpad-screen p.ped-actions {
	width: 124px;
	padding: 0 0px 2px;
	left: -21px;
	}
	
.img-pinpad-lg .img-pinpad-screen p.ped-actions {
	width: 200px;
	left: -28px;
	}
	
.ped-green { color: #3ed509; }
.ped-green svg { padding-left: 3px; width: 15px; height: 15px; }
.img-pinpad-sm .ped-green svg { padding-left: 3px; width: 10px; height: 10px; }
.ped-red { color: #f16230; }
.ped-red svg { padding-right: 3px; }
	
.ped-actions .ped-green { float: right }

.ped-yes {
	display: inline-block;
	border: 2px solid #a9a9a9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 5px 0 3px;
	margin: 0 3px;
	}

.ped-yes em {
	font-family: "roboto-mono", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 1.0em;
	line-height: 120%;
	letter-spacing: -0.06em;
	font-weight: 700;
	color: #3ed509;
	text-transform: capitalize;
	-webkit-transform: scale(0.75, 1);
	-moz-transform: scale(0.75, 1);
	transform: scale(0.75, 1);
	display: inline-block;
	padding: 0;
	margin: 0;
	}
	
.ped-yes svg {
	width: 15px;
	height: 15px;
	}
	
.feat-tips .ped-yes {
	border: 0;
	padding-left: 0;
	margin-left: -5px;
	}
	
.feat-tips .ped-yes em {
	font-weight: 600;
	font-style: normal;
	font-size: 1.125em;
	color: #3fc401;
	}
	
.feat-tips .ped-yes svg {
	width: 21px;
	height: 22px;
	margin-left: -4px;
	}
	
.ped-symbol {
	display: inline-block;
	border: 2px solid #a9a9a9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 20px;
	padding: 2px 3px 1px 3px;
	margin: 0 3px;
	position: relative;
	top: 2px;
	}
	
.ped-symbol svg {
	width: 18px;
	height: 18px;
	}
	
.ani-wrapper {
	position: relative;
	display: inline-block;
	}
	
.pay-tips .ani-wrapper {
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -90px;
	margin-bottom: 60px;
	}
	
.img-hand-card {
	width: 318px;
	height: 303px;
	padding: 0;
	margin: 0;
	background-image: url(../img/hand-card.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 70px;
	right: -50px;
	}
	
.img-finger {
	width: 130px;
	height: 194px;
	padding: 0;
	margin: 0;
	background-image: url(../img/finger-point.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 300px;
	left: 100px;
	opacity: 0;
	}
	
.feat-tips .img-finger {
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-name: point-tips;
	}
	
.feat-tips .pp-left .img-finger { animation-delay: 0s; }
.feat-tips .pp-mid .img-finger { animation-delay: 0.5s; }
.feat-tips .pp-right .img-finger { animation-delay: 1s; }
	
@keyframes point-tips {
  0%   { opacity: 0; top: 300px; left: 100px; }
  12%  { opacity: 0; top: 300px; left: 100px; }
  20%  { opacity: 1; top: 196px; left: 62px; }
  26%  { opacity: 1; top: 196px; left: 62px; }
  28%  { opacity: 1; top: 198px; left: 62px; }
  30%  { opacity: 1; top: 196px; left: 62px; }
  46%  { opacity: 1; top: 196px; left: 62px; }
  60%  { opacity: 0; top: 300px; left: 100px; }
  100% { opacity: 0; top: 300px; left: 100px; }
}

/* 
.pay-tips .img-finger {
	width: 190px;
	height: 280px;
	top: 308px;
	left: 105px;
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-name: point-yes;
	}
	
@keyframes point-yes {
  0%   { opacity: 0; top: 400px; left: 150px; }
  12%  { opacity: 0; top: 400px; left: 150px; }
  20%  { opacity: 1; top: 312px; left: 105px; }
  26%  { opacity: 1; top: 312px; left: 105px; }
  28%  { opacity: 1; top: 314px; left: 105px; }
  30%  { opacity: 1; top: 312px; left: 105px; }
  36%  { opacity: 1; top: 312px; left: 105px; }
  50%  { opacity: 0; top: 400px; left: 150px; }
  100% { opacity: 0; top: 400px; left: 150px; }
}
 */
	
.feat-tips .pullout {
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	/* animation-name: pull-tips; */
	}
	
@keyframes pull-tips {
  0%   { opacity: 0; top: -85px; left: 80px; }
  30%  { opacity: 0; top: -85px; left: 80px; }
  32%  { opacity: 1; top: -85px; left: 80px; }
  34%  { opacity: 1; top: -85px; left: 80px; }
  95%  { opacity: 1; top: -85px; left: 80px; }
  100% { opacity: 0; top: -85px; left: 80px; }
}
	
.feat-tips .ani-yes {
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-name: yes-tips;
	}
	
@keyframes yes-tips {
  0%   { opacity: 1; }
  10%  { opacity: 1; }
  15%  { opacity: 0; }
  65%  { opacity: 0; }
  70%  { opacity: 1; }
  100% { opacity: 1; }
}
	
.feat-smart .img-hand-card { top: 110px; }	
.feat-smart .feat-img { height: 410px; }
.feat-receipts .feat-img { height: 425px; }
	
.img-hand-point {
	width: 264px;
	height: 225px;
	padding: 0;
	margin: 0;
	background-image: url(../img/hand-point.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 265px;
	left: 140px;
	}

.img-phone {
	width: 200px;
	height: 374px;
	box-sizing: border-box;
	padding: 7px;
	padding-bottom: 37px;
	background-color: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.3);
	}
	
.img-phone::after {
	content: '';
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background-color: #dcdcdc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: 4px;
	left: 50%;
	}
	
	
/* Smart tipping ani */

.tips-tip {
	font-size: 2.0em;
	transform: rotate(-3deg);
	line-height: 90%;
	text-align: left;
	padding: 5px;
	margin: 0;
	width: 160px;
	position: absolute;
	top: 370px;
	left: 20px;
	/* z-index: 1; */
	}
	
.doodles01 svg.doodle {
	top: 56px;
	left: -12px;
	}
	
.doodles02 svg.doodle {
	top: 92px;
	left: -16px;
	}
	
.doodles03 svg.doodle {
	top: 92px;
	left: -10px;
	}
	
.pay-tips .img-finger {
	width: 190px;
	height: 280px;
	top: 308px;
	left: 105px;
	animation-duration: 30s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-name: point-yes;
	}
	
@keyframes point-yes {
  0%   { opacity: 0; top: 400px; left: 150px; }
  17%  { opacity: 0; top: 400px; left: 150px; }
  21%  { opacity: 1; top: 312px; left: 105px; }
  23.5% { opacity: 1; top: 312px; left: 105px; }
  24%  { opacity: 1; top: 314px; left: 105px; }
  24.5% { opacity: 1; top: 312px; left: 105px; }
  27%  { opacity: 1; top: 312px; left: 105px; }
  31%  { opacity: 0; top: 400px; left: 150px; }
  33%  { opacity: 0; top: 400px; left: 150px; }
  
  50%  { opacity: 0; top: 400px; left: 150px; }
  54%  { opacity: 1; top: 312px; left: 105px; }
  56.5% { opacity: 1; top: 312px; left: 105px; }
  57%  { opacity: 1; top: 314px; left: 105px; }
  57.5% { opacity: 1; top: 312px; left: 105px; }
  60%  { opacity: 1; top: 312px; left: 105px; }
  64%  { opacity: 0; top: 400px; left: 150px; }
  66%  { opacity: 0; top: 400px; left: 150px; }
  
  83%  { opacity: 0; top: 400px; left: 150px; }
  87%  { opacity: 1; top: 312px; left: 105px; }
  89.5% { opacity: 1; top: 312px; left: 105px; }
  90%  { opacity: 1; top: 314px; left: 105px; }
  90.5% { opacity: 1; top: 312px; left: 105px; }
  93%  { opacity: 1; top: 312px; left: 105px; }
  97%  { opacity: 0; top: 400px; left: 150px; }
  100%  { opacity: 0; top: 400px; left: 150px; }
}
	
svg.doodle, .tips-tip {
	opacity: 0;
	position: absolute;
	animation-duration: 30s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-name: tip-doodle;
	}
	
.doodles01 svg.doodle, .doodles01 .tips-tip, .pay-tips .img-pinpad-screen.tip01 { animation-delay: 0s; }
.doodles02 svg.doodle, .doodles02 .tips-tip, .pay-tips .img-pinpad-screen.tip02 { animation-delay: 10s; }
.doodles03 svg.doodle, .doodles03 .tips-tip, .pay-tips .img-pinpad-screen.tip03 { animation-delay: 20s; }
	
@keyframes tip-doodle {
  0%    { opacity: 0; }
  8%    { opacity: 0; }
  9.5%  { opacity: 1; }
  26.5% { opacity: 1; }
  27.5% { opacity: 0; }
  33%   { opacity: 0; }
  100%  { opacity: 0; }
}
	
.pay-tips .img-pinpad-screen {
	opacity: 0;
	animation-duration: 30s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-name: pay-tip-eg;
	}
	
@keyframes pay-tip-eg {
  0%    { opacity: 0; }
  1.5%  { opacity: 0; }
  3%    { opacity: 1; }
  30%   { opacity: 1; }
  31.5% { opacity: 0; }
  100%  { opacity: 0; }
}

	
/* jump hail ani */

.feat-hailing .ani-wrapper { display: block }

img.ss {
	display: block;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	}
	
img.ss.ss-x {
	position: absolute;
	top: 0;
	}
	
.feat-hailing img.ss.ss-x {
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: img-ss2-hailing;
	}
	
@keyframes img-ss2-hailing {
	0%   { opacity: 0; }
	28%  { opacity: 0; }
	33%  { opacity: 1; }
	90%  { opacity: 1; }
	100% { opacity: 0; }
	}
	
.feat-hailing .img-finger {
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-name: img-hailing-finger;
	}
	
@keyframes img-hailing-finger {
/*    0%  { opacity: 1; top: 61%; left: 81%; } // jump button (dashboard) */
/*    0%  { opacity: 1; top: 80%; left: 89%; } // accept button (hail offer) */

	0%   { opacity: 0; top: 110%; left: 66%; }
	10%  { opacity: 0; top: 110%; left: 66%; }
	20%  { opacity: 1; top: 80%; left: 89%; }
	24%  { opacity: 1; top: 80%; left: 89%; }
	25%  { opacity: 1; top: 81%; left: 89%; }
	26%  { opacity: 1; top: 80%; left: 89%; }
	30%  { opacity: 1; top: 80%; left: 89%; }
	40%  { opacity: 0; top: 110%; left: 66%; }
	50%  { opacity: 0; top: 110%; left: 66%; }
	100% { opacity: 0; top: 110%; left: 66%; }
	}


/* fake fees ani */

.fake-fees strike svg, .fake-fees h3.script {
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	}
	
.fake-fees li:nth-child(4n + 1) strike svg { animation-name: ff-strike-1; }
.fake-fees li:nth-child(4n + 2) strike svg { animation-name: ff-strike-2; }
.fake-fees li:nth-child(4n + 3) strike svg { animation-name: ff-strike-3; }
.fake-fees li:nth-child(4n + 4) strike svg { animation-name: ff-strike-4; }

.fake-fees h3.script { animation-name: ff-fare; }
	
@keyframes ff-strike-1 {
	0%   { opacity: 0; }
	10%  { opacity: 0; }
	12%  { opacity: 1; }
	90%  { opacity: 1; }
	100% { opacity: 0; }
	}
	
@keyframes ff-strike-2 {
	0%   { opacity: 0; }
	15%  { opacity: 0; }
	17%  { opacity: 1; }
	90%  { opacity: 1; }
	100% { opacity: 0; }
	}
	
@keyframes ff-strike-3 {
	0%   { opacity: 0; }
	20%  { opacity: 0; }
	22%  { opacity: 1; }
	90%  { opacity: 1; }
	100% { opacity: 0; }
	}
	
@keyframes ff-strike-4 {
	0%   { opacity: 0; }
	25%  { opacity: 0; }
	27%  { opacity: 1; }
	90%  { opacity: 1; }
	100% { opacity: 0; }
	}
	
@keyframes ff-fare {
	0%   { opacity: 0; }
	30%  { opacity: 0; }
	32%  { opacity: 1; }
	90%  { opacity: 1; }
	95%  { opacity: 0; }
	100% { opacity: 0; }
	}
	
.fake-fees .m-stopped {
	position: absolute;
	top: 0;
	
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ff-meter;
	}
	
@keyframes ff-meter {
	0%   { opacity: 0; }
	30%  { opacity: 0; }
	32%  { opacity: 1; }
	90%  { opacity: 1; }
	95%  { opacity: 0; }
	100% { opacity: 0; }
	}
	
.fake-fees .img-finger {
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-name: ff-finger;
	}
	
@keyframes ff-finger {
/*    0%  { opacity: 1; top: 66%; left: 45%; } // mode button */

	0%   { opacity: 0; top: 110%; left: 66%; }
	15%  { opacity: 0; top: 110%; left: 66%; }
	25%  { opacity: 1; top: 66%; left: 45%; }
	29%  { opacity: 1; top: 66%; left: 45%; }
	30%  { opacity: 1; top: 67%; left: 45%; }
	31%  { opacity: 1; top: 66%; left: 45%; }
	35%  { opacity: 1; top: 66%; left: 45%; }
	50% { opacity: 0; top: 110%; left: 66%; }
	100% { opacity: 0; top: 110%; left: 66%; }
	}


/* e-receipts ani */
	
.feat-receipts .img-phone { 
	position: absolute;
	top: 15px; 
	left: 50%;
	margin-left: -100px;
	padding-bottom: 37px;
	}

.img-phone-screen {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #e6e6e6;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	}
	
/* 
.feat-receipts .img-phone-screen {
	background-image: url(../img/e-receipt.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	}
 */
 
 .feat-receipts .img-phone-screen {
	background-image: url(../img/e-receipt.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	}
	
 .feat-receipts .img-phone-screen::after {
	content: '';
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background-color: #dcdcdc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: 4px;
	left: 50%;
	}

.img-qrcode-blurred {
	width: 220px;
	height: 220px;
	background-image: url(../img/qrcode-blurred.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: relative;
	top: 10px;
	left: 0px;
	}

.img-qrcode {
	width: 160px;
	height: 160px;
	background-image: url(../img/qrcode.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 140px 140px;
	margin: 50px auto 0;
	position: relative;
	}

.img-qr-container .corner {
	width: 27px;
	height: 27px;
	position: absolute;
	}

.img-qr-container .corner:nth-child(4n + 0) {
	border-top: 3px solid #404040;
	border-right: 3px solid #404040;
	top: 0;
	right: 0;
	}

.img-qr-container .corner:nth-child(4n + 1) {
	border-bottom: 3px solid #404040;
	border-right: 3px solid #404040;
	bottom: 0;
	right: 0;
	}

.img-qr-container .corner:nth-child(4n + 2) {
	border-bottom: 3px solid #404040;
	border-left: 3px solid #404040;
	bottom: 0;
	left: 0;
	}

.img-qr-container .corner:nth-child(4n + 3) {
	border-top: 3px solid #404040;
	border-left: 3px solid #404040;
	top: 0;
	left: 0;
	}
	
.img-qr-container .corner.scanner {
	width: 165px;
	height: 4px;
	background-color: rgba(248, 43, 43, 1.0);
	border: 0;
	position: absolute;
	top: 64px;
	left: -2px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(248, 43, 43, 1.0),  0px 0px 10px 0px rgba(248, 43, 43, 1.0);
	-moz-box-shadow: 0px 0px 20px 0px rgba(248, 43, 43, 1.0),  0px 0px 10px 0px rgba(248, 43, 43, 1.0);
	box-shadow: 0px 0px 20px 0px rgba(248, 43, 43, 1.0),  0px 0px 10px 0px rgba(248, 43, 43, 1.0);
	}
	
.img-qr-container .corner.scanner span {
	width: 10px;
	height: 10px;
	background-color: rgba(248, 43, 43, 1.0);
	border: 0 !important;
	position: absolute;
	top: -3px;
	left: -5px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(248, 43, 43, 1.0),  0px 0px 10px 0px rgba(248, 43, 43, 1.0);
	-moz-box-shadow: 0px 0px 20px 0px rgba(248, 43, 43, 1.0),  0px 0px 10px 0px rgba(248, 43, 43, 1.0);
	box-shadow: 0px 0px 20px 0px rgba(248, 43, 43, 1.0),  0px 0px 10px 0px rgba(248, 43, 43, 1.0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.img-qr-container .corner.scanner span:last-of-type {
	left: auto;
	right: -5px;
	}
	
.pay-scan { min-height: 340px; }
	
.g-ped-center .img-pinpad {
	margin: 0 0 1em -70px;
	top: 20px;
	left: 50%;
	}
	
.ped-msg-qr {
	width: 111px;
	height: 81px;
	background: url(../img/ped-qrcode.png) no-repeat left top;
	background-size: 111px 81px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
.pay-scan .img-phone {
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -70px;
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-name: phone-scan;
	}
	
.img-e-receipt {
	width: 100%;
	height: 100%;
	background-image: url(../img/e-receipt-sm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-name: ereceipt;
	}
	
.img-qr-container {
	width: 160px;
	height: 160px;
	margin: 50px auto 0;
	position: relative;
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-name: qr-scope;
	}
	
.pay-scan .img-qrcode {
	margin: 0;
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-name: qr-focus;
	}
	
.img-qr-container div.reader {
	width: 120px;
	height: 120px;
	background-color: rgba(62, 213, 9, 0.5);
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	animation-duration: 10s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: qr-reader;
	}
	
@keyframes phone-scan {
	0%   { opacity: 0; margin-left: 130px; top: 80px; }
	7%   { opacity: 0; margin-left: 130px; top: 80px; }
	11%  { opacity: 1; }
	13%  { opacity: 1; margin-left: -20px; top: 60px; }
	93%  { opacity: 1; margin-left: -20px; top: 60px; }
	100% { opacity: 0; margin-left: 130px; top: 80px; }
	}

@keyframes qr-scope {
	0%   { opacity: 0; }
	7%   { opacity: 0; }
	11%  { opacity: 0; }
	27%  { opacity: 1; }
	64%  { opacity: 1; }
	100% { opacity: 0; }
	}

@keyframes ereceipt {
	0%   { opacity: 0; }
	48%  { opacity: 0; }
	52%  { opacity: 1; }
	100% { opacity: 1; }
	}

@keyframes qr-focus {
	13%  { filter: blur(6px); }
	27%  { opacity: 1; filter: blur(0px); }
	}

@keyframes qr-reader {
	7%   { opacity: 0; }
	24%  { opacity: 0; }
	32%  { opacity: 1; }
	34%  { opacity: 0; }
	35%  { opacity: 1; }
	36%  { opacity: 0; }
	37%  { opacity: 1; }
	42%  { opacity: 1; }
	45%  { opacity: 0; }
	100% { opacity: 0; }
	}
	
.pay-system .ani-wrapper {
	position: relative;
	margin: 0 auto;
	}
	
.pay-system img {
	width: 100%;
	}
	
.sys-items, .sys-markers, .sys-markers-hi {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
.pay-system .sys-items li {
	max-width: 165px;
	font-size: 1.25em;
	line-height: 110%;
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #444444;
	position: absolute;
	}
	
.sys-items li span {
	font-weight: normal;
	display: block;
	clear: left;
	}
	
.sys-items li.s-ped		{ top: -1%; left: 4%; animation-delay: 0s; }
.sys-items li.s-dashcam	{ top: -6%; left: 50%; animation-delay: 4s; }
.sys-items li.s-meter	{ top: 18%; left: 70%; animation-delay: 8s; }
.sys-items li.s-printer	{ top: 89%; left: 65%; animation-delay: 12s; }
.sys-items li.s-screen	{ top: 94%; left: 14%; animation-delay: 16s; }

.sys-items li {
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	animation-name: system-ani;
	}

@keyframes system-ani {
	0%   { color: #444444; }
	15%  { color: #444444; }
	20%  { color: #00a6da; }
	30%  { color: #00a6da; }
	35%	 { color: #444444; }
	100% { color: #444444; }
	}
	
.sys-markers-hi li {
	opacity: 0;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	animation-name: system-hi-ani;
	}

@keyframes system-hi-ani {
	0%   { opacity: 0; }
	15%  { opacity: 0; }
	20%  { opacity: 1; }
	30%  { opacity: 1; }
	35%  { opacity: 0; }
	100% { opacity: 0; }
	}
	
.sys-markers-hi li.sm-ped		{ animation-delay: 0s; }
.sys-markers-hi li.sm-dashcam	{ animation-delay: 4s; }
.sys-markers-hi li.sm-meter		{ animation-delay: 8s; }
.sys-markers-hi li.sm-printer	{ animation-delay: 12s; }
.sys-markers-hi li.sm-screen	{ animation-delay: 16s; }
	
.pay-system .sys-markers li, .pay-system .sys-markers-hi li {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	font-size: 0.01em;
	border-radius: 50%;
	position: absolute;
	}
	
li.sm-ped		{ top: 31%; left: 27%; }
li.sm-dashcam	{ top: 28%; left: 51%; }
li.sm-meter		{ top: 30%; left: 56%; }
li.sm-printer	{ top: 44%; left: 60%; }
li.sm-screen	{ top: 42%; left: 55%; }
	
.mark, .ring1, .ring2 {
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	}

@keyframes marker {
	0%   { opacity: 0.35; }
	33%  { opacity: 0.85; }
	66%  { opacity: 0.85; }
	100% { opacity: 0.35; }
	}

.mark {
	background-color: #17bff3;
	width: 40%;
	height: 40%;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 30%;
	left: 30%;
	}

.ring1, .ring2 {
	border: 3px solid #17bff3;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 15%;
	left: 15%;
	opacity: 0.35;
	animation-name: marker;
	animation-delay: 0.5s;
	}
	
.ring2 {
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	animation-name: marker;
	animation-delay: 1s;
	}
	
.pay-system .sys-markers-hi li::before {
	content: '';
	width: 70px;
	height: 70px;
	background-color: #17bff3;
	border-radius: 50%;
	filter: blur(10px);
	opacity: 0.9;
	position: absolute;
	top: -10px;
	left: -10px;
	}

.sys-markers-hi .mark { background-color: #ffffff; }
.sys-markers-hi .ring1, .sys-markers-hi .ring2 { border-color: #ffffff; }
	
	
.feat-cctv .feat-img { height: 290px; }

.img-cctv-cam {
	width: 151px;
	height: 221px;
	background-image: url(../img/cctv-camera-filled.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin: 0;
	z-index: 1;
	position: absolute;
	left: 35px;
	top: 10px;
	}
	
.img-cctv-cam:first-of-type {
	width: 138px;
	height: 202px;
	margin-top: 33px;
	margin-left: 10px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	}
	
.cameras .img-cctv-cam { 
	margin-top: 55px;
	left: 0px;
	}

.img-vt1000-cam {
	width: 235px;
	height: 158px;
	background-image: url(../img/vt1000-camera.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin: 0;
	z-index: 1;
	position: absolute;
	left: 120px;
	top: 125px;
	}

	
.cameras .cctv-screen {
	width: 370px;
	height: 222px;
	left: 100px;
	top: 75px;
	}
	
.cameras .cctv-footage {
	width: 354px;
	height: 206px;
	}

.img-keys {
	width: 270px;
	height: 200px;
	background-image: url(../img/keys.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin: 0 auto;
	position: relative;
	top: 40px;
	}

.img-txe-keys {
	width: 355px;
	height: 240px;
	background-image: url(../img/txe-keys.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin: 0 auto;
	position: relative;
	top: 0px;
	}

.img-triangle {
	width: 225px;
	height: 208px;
	background-image: url(../img/safety-triangle-alert.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 100px;
	}
	
.home .img-triangle { 
	width: 255px;
	height: 235px;
	position: relative;
	top: 20px;
	left: auto;
	margin: 0 auto;
	}
	
.feat-replacement .feat-img { 
	height: 310px; 
	overflow: hidden; 
	top: 7px;
	}
	
.feat-driverweb .feat-img { 
	height: 360px;
	padding-top: 15px;
	overflow: hidden;
	top: 1px;
	}
	
.feature.feat-driverweb.row { margin-bottom: 0px; }
	
.feat-driverweb .img-phone { 
	width: 288px;
	height: 500px;
	padding: 10px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	position: relative;
	margin: 0 auto;
	}

.feat-driverweb .img-phone-screen, .home .hero .img-phone-screen {
	background-image: url(../img/driverweb-dashboard.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	}

.feat-replacement h2 {
	margin-top: 40px;
	}
	
.wrapper.steps {
	background: -moz-linear-gradient(175deg, rgba(90,5,160,1.0) 0%, rgba(80,5,150,1.0) 90%);
	background: -webkit-linear-gradient(175deg, rgba(90,5,160,1.0) 0%, rgba(80,5,150,1.0) 90%);
	background: linear-gradient(175deg, rgba(90,5,160,1.0) 0%, rgba(80,5,150,1.0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e437e",endColorstr="#182961",GradientType=1);
	}
	
.steps h2, .steps h3, .steps p {
	text-align: center;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	}
	
.steps h2 { margin: 1.0em auto 1.5em; }

.steps p { max-width: 860px; }
	
.steps .col p { 
	font-size: 1.125em;
	margin: 0.5em 0; 
	}

.steps h3 { 
	color: #4cafdf; 
	margin: 0.5em 0;
	}
	
.steps .img-phone {
	width: 163px;
	height: 286px;
	padding: 6px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.5);
	}
	
.steps .img-phone-screen {
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	}
	
.steps .img-mask {
	height: 190px;
	margin: 20px 0 25px;
	overflow: hidden;
	}
	
.steps .img-phone-screen {
	border: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	}
	
.steps .step1 .img-phone-screen { background-image: url(../img/screen-step-1.jpg); }
.steps .step2 .img-phone-screen { background-image: url(../img/screen-step-2.jpg); }
.steps .step3 .img-phone-screen { background-image: url(../img/screen-step-3.jpg); }
.steps .step4 .img-phone-screen { background-image: url(../img/screen-step-4.jpg); }

.steps a.link {
	font-weight: 600;
	}
.steps p.actions {
	padding: 0;
	margin: 25px auto;
	}

.steps .actions .btn, .dark-bg .actions .btn, .alert-bg .actions .btn {
	color: #ff0079;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
	}

.hailing .dark-bg .actions .btn, .hailing .dark-bg .actions .btn:hover {
	color: #ffffff;
	}
	
.steps .actions .btn { padding: 12px 50px; }

.steps .actions .btn:hover, .dark-bg .actions .btn:hover, .alert-bg .actions .btn {
	color: #ff0079;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.8);
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	}
	
	
.quote {
	background-color: #d9f3cc;
	margin-bottom: 40px;
	}

.quote p {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.375em;
	padding: 0 15px 0 40px;
	line-height: 130%;
	color: #2a8400;
	position: relative;
	}
	
.quote p.qdriver {
	font-size: 0.875em;
	line-height: 120%;
	}
	
.quote p.qdriver::before {
	content: '';
	}

.quote p::before, .quote p span::after {
	font-family: "SourceSans3", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 5em;
	line-height: 0%;
	content: '“';
	position: absolute;
	left: -5px;
	top: 32px;
	opacity: 0.25;
	}

.quote p span {	position: relative;	}

.quote p span::after {
	content: '”';
	top: auto;
	bottom: -23px;
	right: -45px;
	left: auto;
	}
	
.quote.q-alt 	{ background-color: #ecdbf1; }
.quote.q-alt p 	{ color: #76009c; }
	
.quote.q-alt2 	{ background-color: #ccedf8; }
.quote.q-alt2 p { color: #0a8abb; }
	
/* FAQs styles */
	
.faqs h2 {
	text-align: center;
	color: #76009c;
	margin: 1.0em auto;
	}
	
.faqs h3 { 
	color: #76009c; 
	font-size: 1.75em;
	margin: 2.0em 0 0;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #dddddd;
	}

.faqs h4 { 
	font-size: 1.35em;
	line-height: 140%;
	margin: 1.0em 0 0.5em;
	}
	
.faqs p, .faqs li { 
	font-size: 1.125em;
	line-height: 140%;
	margin: 0.5em 0;
	}
	
.faqs p { 
	margin: 0.5em 0 1.0em;
	max-width: 800px;
	}
	
.faqs p.intro { text-align: center; max-width: 100%; }
	
strong.red { color: red }
strong.green { color: limegreen }
	
.faq h4:hover{
	cursor: pointer;
	}
	
.faq-answer {
	display: none;
	}
	
.faq.active .faq-answer {
	display: block;
	}
	
.faq {
	padding: 0 0 10px;
	border-bottom: 1px solid #dddddd;
	}
	
.faq-img { 
	width: 100%;
	height: auto;
	}
	
.faq-fees {
	width: 100%;
	border: 4px solid #222;
	border-spacing: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
	}
	
.faq-fees th, .faq-fees td {
	font-size: 1.25em;
	text-align: left;
	padding: 5px 15px;
	}
	
.faq-fees th {
	font-weight: bold;
	border-bottom: 2px solid #222;
	padding: 10px 15px 7px;
	}
	
.faq-fees tbody tr:first-child td { padding-top: 10px; }
.faq-fees tbody tr:last-child td { padding-bottom: 12px; }
	
	
/* General styles */

.mhide, .hide { display: none }
.dhide { display: block }

h1, h2, h3, h4 {
	font-weight: bold;
	color: #222222;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em;
	}
	
h1, .app .hero h1 {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 2.75em; 
	line-height: 109%;
	margin: 0.25em 0 0.75em;
	padding-top: 0;
	}
	
.app .hero h1 { margin: 0.48em 0 0.5em -4px; }
	
.meters h1 { font-size: 2.375em }
	
h2 {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 2.375em;
	line-height: 110%;
	}
	
.start h2 { font-size: 2.25em }

.start .dealers h2 { 
	font-size: 1.5em;
	padding-left: 10px;
	margin: 2.0em 0 0;
	}
	
.start h2 a { 
	display: inline-block;
	white-space: nowrap;
	}
	
h3 {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 110%;
	}
	
h4 {
	font-size: 1.0em;
	}
	
.mgn-top-double { margin-top: 2.0em }
.mgn-bot-0 { margin-bottom: 0; }
	
p strong, li strong, strong {
	font-weight: bold;
	font-style: normal;
	}
	
p.intro {
	font-size: 1.25em;
	line-height: 140%;
	}
	
.insurance p.intro { max-width: 600px }
	
.small {
	font-size: 0.8em;
	color: #777;
	}
	
.feat-text p.small { font-size: 1.2em; }

.small.footnote {
	padding-left: 35px;
	position: relative;
	}

.small.footnote span.sneaky {
	position: absolute;
	left: 0;
	}

span.sneaky {
	font-weight: bold;
	font-size: 32px;
	line-height: 100%;
	color: #777;
	background-image: url(../img/script-sneaky.svg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 32px auto;
	width: 32px;
	height: 23px;
	display: inline-block;
	text-align: center;
	padding-top: 3px;
	}
	
p sup { line-height: 100%; }
	
.caption {
font-size: 0.9375em;
	font-weight: bold;
	line-height: 140%;
	color: #888;
	}
	
.patons-link { margin-top: 225px }
	
.patons-link .caption { max-width: 280px }
	
.terms p {
	font-size: 0.875em;
	line-height: 140%;
	max-width: 600px;
	}
	
.support .terms li, .support .terms p { 
	font-size: 1.0em;
	margin-bottom: 1.0em;
	max-width: 600px; 
	}

.support .terms li li { 
	margin-bottom: 0;
	list-style-type: disc;
	}
	
.center { text-align: center }

.underline em {
	font-style: normal;
	padding: 0 4px 10px;
	background-image: url(../img/line-dark.svg);
	background-repeat: no-repeat;
	background-position: left 0 bottom 4px;
	background-size: 72px auto;
	}
	
.dark-bg .underline em { background-image: url(../img/line.svg); }
	
h3.underline {
	margin-left: -4px;
	}
	
.points {
	margin: 2.0em 0;
	}
	
.points li {
	font-size: 1.25em;
	line-height: 140%;
	margin: 0.65em 0;
	padding-right: 30px;
	position: relative;
	list-style-type: none;
	}
	
.meters .points { margin: 1.0em 0; }
.claims .points li { padding-right: 10px; }
	
.points li::before {
	content: "";
	width: 11px;
	height: 11px;
	background: #76009c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: -25px;
	top: 8px;
	}
	
.dark-bg .points li::before, .alert-bg .points li::before { 
	background: #ffffff; 
	-webkit-box-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	}
	
.dark-bg h1, .alert-bg h1 { 
	-webkit-text-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	}
	
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg p, .dark-bg li, 
.alert-bg h1, .alert-bg h2, .alert-bg h3, .alert-bg h4, .alert-bg p, .alert-bg li {
	color: #ffffff;
	}
	
	
.howto .main .content {
	max-width: 660px;
	}
	
.howto .main .content h1 {
	font-size: 2.5em;
	}
	
.howto .main .content h2 {
	font-size: 2.25em;
	}
	
.howto .main .content h3 {
	margin-top: 1.5em;
	}
	
.howto .main .content p {
	font-size: 1.25em;
	line-height: 140%;
	}
	
.howto-steps {
	margin: 1.0em 0;
	padding: 0;
	}
	
.howto-steps li, ol.howto-steps li ul li {
	font-size: 1.25em;
	line-height: 130%;
	margin: 0.75em 0;
	list-style-type: none;
	}
	
.howto-steps li:before, ol.howto-steps li ul li:before {
	content: '•';
	position: relative;
	top: 0;
	margin-right: 10px;
	font-weight: 700;
	color: #233767;
	}
	
ol.howto-steps li ul { padding-left: 30px }
ol.howto-steps li ul li { font-size: 1.0em; margin: 0.25em 0; }
ol.howto-steps li ul li:before { color: #14b4f0; }
	
ol.howto-steps {
	list-style: none; 
    counter-reset: num; 
	}
	
ol.howto-steps li {
	counter-increment: num;
	}
	
ol.howto-steps li::before {
	content: counter(num) "."; 
    color: #14b4f0; 
	}
	
.howto .feat-list li {
	font-size: 1.5em;
	line-height: 130%;
	color: #233767;
	font-weight: 700;
	margin: 0.75em 0;
	}
	
ol.howto-steps li ul {
    counter-reset: num;
	}
	
.howto .actions .btn2 { 
	font-size: 1.125em; 
	font-weight: 600; 
	}
	
.tip {
	border-radius: 7px;
	background: rgba(255, 230, 100, 0.70);
	padding: 0;
	}
	
.tip h4 {
	border-radius: 7px;
	background-color: #F6DC4F;
	padding: 6px 10px;
	margin: 0;
	font-size: 1.125em;
	line-height: 100%;
	text-transform: uppercase;
	color: #925e34;
	display: inline-block;
	}
	
.tip p {
	margin: 10px 15px;
	color: #444444;
	}
	
.tip .actions {
	padding: 5px 0 25px;
	}
	
.tip .btn {
	background-color: #dd8844;
	color: #ffffff;
	padding: 16px 20px;
	font-weight: 600;
	}
	
.tip .btn:hover {
	background-color: #925e34;
	color: #ffffff;
	}
	
.howto.earnmore .actions {
	margin: 60px 0;
	}
	
.howto.earnmore .actions .btn2 {
	font-weight: 700;
	}
	
	
.worldcup h2 { 
	font-size: 2.375em;
	font-weight: 400; 
	}
	
.worldcup .dark-bg h2, .worldcup .dark-bg p { color: #20527a; text-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; }

.worldcup .points li { 
	color: #1f3bd3; 
	font-family: 'Graphik', Helvetica, Arial, sans-serif; 
	margin: 0.25em 0;
	position: relative;
	}

.worldcup .points li::before { 
	background: #f7cd45; 
	display: none;
	}

.worldcup .points li em { 
	font-style: normal;
	font-weight: bold;
	color: #ecb105; 
	width: 20px;
	text-align: center;
	position: absolute;
	left: -30px;
	}
	
.worldcup .points li.winner { 
	color: #1ba334;
	}
	
.worldcup .points li.winner::before { 
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/ball.png) no-repeat top left;
	background-size: 40px 40px;
	top: 0;
	left: -42px;
	}
	
.worldcup .points li.winner strong { 
	background: url(../img/ball.png) no-repeat top right;
	background-size: 40px 40px;
	padding: 4px 44px 10px 0;
	}
	
.worldcup .next-round span { 
	background: url(../img/ball.png) no-repeat top right;
	background-size: 40px 40px;
	padding: 4px 44px 10px 0;
	}
	
.img-world-cup img, img.euro24 { 
	width: 230px;
	height: 288px;
	}
	
img.euro24 {
	position: absolute;
	top: 0;
	right: 10px;
	}
	
.img-world-cup, img.euro24 { display:none; }
	
.dark-bg p.note { color: #777777; margin: 6px 0 30px; }
	
.dark-bg li, .alert-bg li { font-weight: bold; }
.dark-bg li span, .alert-bg li span { font-weight: normal; }
	
.dark-bg h2, .alert-bg h2 {
	margin-top: 1.0em;
	-webkit-text-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 1px 15px rgba(255, 255, 255, 0.7), 0px 0px 5px rgba(255, 255, 255, 0.5);
	}
	
.claims .alt-bg h2 {
	margin-top: 1.0em;
	}
	
.hailing .dark-bg h4 { margin-top: 2.85em }
	
.hailing .dark-bg h4, .hailing .dark-bg p { max-width: 520px; color: #555555; }

.col.img-reveal {
	min-height: 460px;
	overflow: hidden;
	}

.img-reveal img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -240px;
	}
	
.light-bg h2 {
	/* color: #76009c; */
	color: #20527a;
	}
	
.btn, .nav a.btn {
	padding: 9px 16px;
	display: inline-block;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
	border: 0;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.85);
	vertical-align: middle;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-appearance: none;
	}

.btn:hover, .nav a.btn:hover {
	background-color: rgba(255, 255, 255, 1.0);
	cursor: pointer;
	}
	
.btn2 {
	padding: 17px 28px;
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	color: #0a8abb;
	text-decoration: none;
	background: rgba(180, 229, 255, 0.7);
	vertical-align: middle;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px; 
	transition: background-color 0.5s, color 0.5s;
	-webkit-transition: background-color 0.5s, color 0.5s;
	cursor: pointer;
	box-sizing: border-box;
	}
	
.alt-bg .btn2 { background: rgba(180, 229, 255, 1.0); }
	
.btn2:hover {
	color: #086f97;
	background: rgba(180, 229, 255, 1.0);
	}
	
.btn2.btn-sm {
	padding: 9px 16px 7px;
	display: inline-block;
	font-size: 1.125em;
	border-width: 2px;
	}
	
.btn.btn-xl {
	padding: 18px 20px;
	display: inline-block;
	font-size: 1.5em;
	line-height: 120%;
	text-align: center;
	color: #ffffff;
	background-color: #00a6da;
	width: 100%;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	}
	
.home .actions .btn.btn-xl, .payment .actions .btn.btn-xl { 
	font-size: 1.5em;
	text-align: center;
	padding: 18px 0;
	}
	
.home .actions .btn.btn-xl { font-size: 1.25em; }
	
.btn.btn-xl:hover { background-color: #0080a8 }
	
.hailing .btn.btn-xl { padding: 12px 25px 10px; }
	
.btn-xl.btn-wider { 
	width: 100%;
	text-align: center;
	padding: 18px 40px; 
	}
	
.btn-alt, .alt-bg .btn2.btn-alt {
	background-color: #ff0079;
	color: #ffffff;
	}
	
.btn-alt:hover, .alt-bg .btn2.btn-alt:hover {
	background-color: #cd0062;
	color: #ffffff;
	}
	
	
.more {
	font-weight: bold;
	font-size: 0.9375em;
	line-height: 100%;
	color: #0a8abb;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 2px 15px 2px 0px;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	cursor: pointer;
	}
	
.feat-text .more { font-size: 0.9em; }
	
.more:hover {
	color: #086f97;
	}
	
.btn-arrow svg, .more svg { 
	display: block !important;
	padding: 0;
	margin: 0;
	stroke: #ff0079;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 11px;
	right: 11px;
	}
	
.more svg { 
	stroke: #a003d1;
	top: 5px;
	right: 2px;
	transition: right 0.25s;
	-webkit-transition: right 0.25s;
	}
	
.more:hover svg { 
	stroke: #ff0079;
	right: 1px;
	}
	
.nav-login.btn.btn-arrow svg { 
	display: none !important;
	}
	
.panel {
	padding: 20px 10px;
	background: rgba(180, 229, 255, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 6px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 6px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 6px 15px 0px rgba(0, 0, 0, 0.2);
	}
	
.panel h3 { 
	font-size: 1.5em;
	margin-top: 0.85em;
	}
	
.dark-bg .panel {
	background: #ffffff;
	}
	
.hailing .dark-bg .panel { background: #f2f2f2; }
		
.meters .dark-bg .panel {  margin: 22px 0; }
	
.pay .panel { 
	background: #ffffff; 
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	}
	
.panel table {
	width: 100%;
	padding: 0;
	margin: 20px 0 20px;
	border-collapse: collapse;
	}
	
.panel table th, .panel table td {
	width: 70%;
	font-weight: 600;
	font-size: 1.125em;
	line-height: 130%;
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	}
	
.panel table tr.discounted th { padding-top: 14px }

.panel table tr.discounted td { 
	font-weight: bold; 
	font-size: 1.5em;
	}
	
.panel table td {
	text-align: right;
	width: 30%;
	}

.panel table.discount th, .panel table.discount td {
	width: 60%;
	}
	
.panel table.discount td {
	width: 40%;
	}

span.oprice {
	font-size: 15px;
}
	
.panel table td span {
	white-space: nowrap;
	}
	
.dark-bg table th, .dark-bg table td, .dark-bg .panel h3 {
	color: #20527a;
	}
	
.pay table th, .pay table td, .pay .panel h3 {
	color: #20527a;
	}
	
.pay .spacer { margin-bottom: 150px }
	
.steps-list li em {
	font-weight: 600;
	font-style: normal;
	font-size: 1.111em;
	line-height: 100%;
	color: #76009c;
	text-align: center;
	background-color: #e3c0f4;
	display: block;
	height: 33px;
	width: 33px;
	padding-top: 8px;
	box-sizing: border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
	}
	
.steps-list.tariff-list li em {
	font-size: 0.1em;
	text-indent: -10000em;
	background-color: transparent;
	background-image: url(../img/icon-sim-blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 54px auto;
	height: 54px;
	width: 90px;
	padding-top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	left: auto;
	margin: 0 auto 20px;
	}
	
.steps-list.tariff-list li em span.stamp {
	width: 54px;
	height: 58px;
	display: block;
	background-color: transparent;
	background-image: url(../img/stamp-pink.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 54px auto;
	position: absolute;
	top: -23px;
	right: -8px;
	}
	
.steps-list.tariff-list li em span.postmark {
	width: 49px;
	height: 42px;
	display: block;
	background-color: transparent;
	background-image: url(../img/postmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 49px auto;
	position: absolute;
	top: -12px;
	right: -20px;
	}
	
.steps-list.tariff-list li.t-meter em {
	background-image: url(../img/icon-taximeter-off-blue.png);
	background-size: 90px auto;
	}
	
.steps-list.tariff-list li.t-meter em .meter-on {
	width: 90px;
	height: 54px;
	display: block;
	background: url(../img/icon-taximeter-on-blue.png) no-repeat left center;
	background-size: 90px auto;
	position: absolute;
	top: 0;
	left: 0;
	}

@keyframes sim-stamp {
  0%   { opacity: 0; }
  19%  { opacity: 0; }
  21%  { opacity: 1; }
  98%  { opacity: 1; }
  100%  { opacity: 0; }
}

@keyframes sim-postmark {
  0%   { opacity: 0; }
  26%   { opacity: 0; }
  28%  { opacity: 1; }
  96%  { opacity: 1; }
  98%  { opacity: 0; }
  100%  { opacity: 0; }
}

@keyframes meter-on {
  0%   { opacity: 0; }
  49%   { opacity: 0; }
  51%  { opacity: 1; }
  94%  { opacity: 1; }
  96%  { opacity: 0; }
  100%  { opacity: 0; }
}
	
@keyframes driving-wheel {
  0%   { transform: rotate(0deg); }
  65%  { transform: rotate(0deg); }
  68%  { transform: rotate(25deg); }
  74%  { transform: rotate(-25deg); }
  80%  { transform: rotate(25deg); }
  86%  { transform: rotate(-25deg); }
  89%  { transform: rotate(0deg); }
}

.sim-stamp, .sim-postmark, .meter-on, .driving-wheel {
	animation-duration: 6s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	}

.sim-stamp { animation-name: sim-stamp; }
.sim-postmark { animation-name: sim-postmark; }
.meter-on { animation-name: meter-on; }
.driving-wheel { animation-name: driving-wheel; }
	
.steps-list.tariff-list li.t-wheel em {
	background-image: url(../img/icon-steering-wheel-blue.png);
	background-size: 54px auto;
	width: 54px;
	}
	
.steps-list.tariff-list li {
	padding-top: 10px;
	}
	
.steps-list {
	padding: 0;
	margin: 30px 0 0;
	}
	
.steps-list li {
	padding: 48px 0 0 0;
	margin: 20px 0 25px;
	font-size: 1.125em;
	line-height: 140%;
	vertical-align: top;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	}
	
.steps-list.tariff-list {
	text-align: center;
	/* margin-bottom: 200px;  */ /* --  This is used to create space for the tariff change bubble thing */
	}
	
.steps-list.vertical-steps li { 
	padding: 5px 30px 0 50px;
	}
	
.steps-list li strong {
	font-size: 1.111em;
	}
	
.steps-list.vertical-steps li strong {
	font-size: 1.25em;
	}
	
.steps-list li span, .points li span {
	display: block;
	font-size: 1.0em;
	line-height: 140%;
	max-width: 280px;
	}
	
.points li span { font-size: 0.9em }
	
.points li span, .steps-list.vertical-steps span { max-width: 460px; }


.claims .wrapper.alt-bg, .claims .wrapper.alert-bg {
	overflow: hidden;
	}
	
.crash {
	position: relative;
	height: 310px;
	}

.crash-txe {
	width: 279px;
	height: 234px;
	margin: 76px auto 0;
	display: block;
	position: absolute;
	left: -100px;
	bottom: 0;
	}

.crash-car {
	width: 513px;
	height: 180px;
	margin: 0;
	display: block;
	position: absolute;
	left: 120px;
	bottom: 0;
	}

.crash-boom {
	width: 622px;
	height: 596px;
	margin: 0;
	display: block;
	position: absolute;
	left: -150px;
	top: -170px;
	}
	
.claims .alert-bg .btn { position: relative; z-index: 1; }

	
.product-img {
	width: 100%;
	height: auto;
	border: 0;
	display: block;
	margin: 10px auto;
	}
	
.pay-cam .product-img { width: 80%; max-width: 320px; }
.pay-cam .feat-text .product-img { width: 100%; max-width: 100%; }
.meters .product-img { margin-bottom: 140px }
.app .feat-hailing .product-img { margin-top: 60px; max-width: 440px; }
.fake-fees .product-img { max-width: 480px; }
#jobs .product-img { max-width: 440px; }
	
.marks {
	margin: 13px 0 0;
	}
	
.marks li {
	width: 84px;
	height: 84px;
	padding: 0;
	margin: -130px 6px 0 0;
	float: right;
	font-size: 0.01em;
	text-indent: -10000em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
	
.marks li.mark-mid {
	background: url(../img/mark-mid007.png) no-repeat center center;
	background-size: 76px 40px;
	background-color: rgba(0, 0, 0, 0.25);
	}
	
.roundel {
	width: 180px;
	height: 180px;
	padding-top: 25px;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 3px 9px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 9px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 6px 25px 0px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	position: absolute;
	}
	
.tariff-change {
	top: 97px;
	left: 20px;
	}
	
.light-bg .tariff-change {
	top: auto;
	bottom: 40px;
	left: 50%;
	margin-left: -90px;
	}
	
.tariff-change h3 {
	font-family: "SourceSans3", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1875em;
	text-align: center;
	line-height: 110%;
	text-transform: uppercase;
	color: #76009c;
	margin: 0 20px;
	padding: 0 0 12px;
	border-bottom: 2px solid #76009c;
	}
	
p.change-date {
	font-weight: bold;
	font-size: 2.25em;
	text-align: center;
	line-height: 100%;
	color: #76009c;
	margin: 12px 0 0;
	}
	
p.change-date sup {
	font-size: 0.35em;
	}
	
p.change-date span {
	display: block;
	font-size: 0.65em;
	}
	
.fleet-quote {
	text-align: center;
	top: -10px;
	right: 60px;
	/* rotate: 6deg; */
	-webkit-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
	}
	
.fleet-quote h3 { color: #76009c; }
.fleet-quote p { margin-top: 0 }
.fleet-quote .btn { font-size: 1.125em; }
	
.map iframe {
	border: 0;
	width: 100%;
	height: 400px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
.dealers h3 svg {
	width: 24px;
	height: 27px;
	fill: #b4b4b4;
	position: relative;
	top: 5px;
	left: 2px;
	}
	
.dealers h3.dealers-south svg { -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.dealers h3.dealers-east svg { -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); left: 7px; }
.dealers h3.dealers-west svg { -webkit-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); left: 7px; }
	
.dealers h4 {
	font-size: 1.125em;
	margin: 1.5em 0 0.25em;
	}
	
.payment .dealers h4 { 
	margin-top: 0.25em;
	font-size: 1.25em;
	/* color: #76009c;  */
	}
	
.payment .dealers p { 
	font-size: 1.125em;
	line-height: 140%;
	}

.find h1 { margin-bottom: 0.25em; }

.find .contact h2 {
	margin: 0.65em 0 0.65em 0.0em;
	font-size: 1.75em;
	position: relative;
	}

.find .contact h2:last-of-type { margin-bottom: 0; }

.find .contact h2 a, p.insurance-phone a, .start h2 a, .support h2 a {
	color: #00a6da;
	padding: 0 4px 2px;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	transition: border-bottom-color 0.25s, color 0.25s;
	-webkit-transition: border-bottom-color 0.25s, color 0.25s;
	display: inline-block;
	/* position: absolute; */
	/* left: 30%; */
	}

.find .contact h2 a:hover, p.insurance-phone a:hover, .start h2 a:hover, .support h2 a:hover { color: #0080a8; border-bottom-color: #0080a8; }

.find .dealers h3, .start .dealers h3 {
	font-weight: bold;
	font-size: 1.25em;
	margin: 1.5em 0 0.25em;
	}

.find .dealers h4 {
	font-size: 1.0em;
	margin: 1.25em 2.0em 0.5em 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	}

.find .dealers ul {
	margin: 0;
	padding: 0;
	}

.find .dealers li {
	margin: 0;
	padding: 4px 0 4px 40px;
	list-style-type: none;
	font-size: 1.0em;
	color: #222222;
	background-image: url(../img/icon-services-meters.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 34px 25px;
	}
	
.find .dealers li.services-meters 		{ background-image: url(../img/icon-services-meters.png); }
.find .dealers li.services-payment		{ background-image: url(../img/icon-services-payment.png); }
.find .dealers li.services-cameras 		{ background-image: url(../img/icon-services-cameras.png); }
.find .dealers li.services-servicing 	{ background-image: url(../img/icon-services-servicing.png); }
.find .dealers li.services-insurance 	{ background-image: url(../img/icon-services-insurance.png); background-position-y: 0px; }
	
.dealers p, .start .dealers p {
	font-size: 1.125em;
	line-height: 130%;
	margin-top: 0;
	/* min-height: 69px; */
	}
	
.dealers .link {
	font-weight: 600;
	}
	
.dealers .open {
	font-size: 1.0em;
	color: #777777;
	padding-top: 20px;
	position: relative;
	}
	
.dealers .open span.hr {
	width: 100px;
	height: 2px;
	border-top: 2px solid #cccccc;
	position: absolute;
	top: 0;
	}
	
.m-hours { display: inline }
.d-hours { display: none }
	
.tw-inline {
	width: 104px;
	height: 15px;
	display: inline-block;
	background-image: url(../img/tw-logo-blue.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	font-size: 0.01em;
	text-indent: -10000px;
	position: relative;
	top: -4px;
	left: -2px;
	}
	
.phone-hand {
	background-image: url(../img/phone-hand-number.png);
	background-repeat: no-repeat;
	background-position: bottom 0 right 155px;
	background-size: 400px 345px;
	}
	
.triangle {
	width: 220px;
	height: auto;
	margin: 0 auto;
	display: block;
	}
	
.insurance-hero .content {
	padding-bottom: 30px;
	}
	
.insurance-hero .points {
	margin-bottom: 50px;
	}
	
.insurance-hero h2 {
	text-align: center;
	margin: 1.5em 0 0;
	}
	
p.insurance-phone, .howto .main .content p.insurance-phone {
	margin: 0.25em auto 1.0em;
	font-size: 2.5em;
	line-height: 120%;
	text-align: center;
	color: #76009c;
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

p.insurance-phone a {
	color: #76009c;
	text-decoration: none;
	padding: 0;
	line-height: 100%;
	border-bottom-width: 4px;
}
	
.insurance-hero .actions {
	width: 100%;
	margin: 0;
	}
	
.insurance-hero .actions .btn {
	width: 48%;
	text-align: center;
	}
	
	
.video .content { padding: 80px 10px 30px; }

.pres {
	background-color: #222222;
	}
	
.pres .nav-pay.btn.btn-arrow, .pres .nav-login.btn.btn-arrow, .pres .footer-nav {
	display: none;
	}
	
.pres footer .copyright { margin-top: 15px }
.pres footer .copyright p { padding: 12px 0 0px; }
	
.pres .btn2 { 
	background: rgba(180, 229, 255, 0.9); 
	color: #086f97;
	}
	
	
/* VT1000 product styles */

.product .product-img {
	display: block;
	width: 340px;
	height: auto;
	margin-top: 30px;
	}
	
.ttable {
	width: 100%;
	padding: 0;
	margin: 20px 0;
	border-collapse: collapse;
	border-top: 1px solid #e1deda;
	}
	
.product .ttable { margin-bottom: 50px }

.ttable th, .ttable td {
	width: 50%;
	font-size: 1.0em;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
	border-bottom: 1px solid #e1deda;
	}

.ttable th {
	font-weight: bold;
	}

.ttable td {
	text-align: right;
	}

.product .ttable th, .product .ttable td {
	font-size: 0.875em;
	line-height: 120%;
	text-align: left;
	}
	
.ttable.table-table {
	max-width: 760px;
	margin: 20px 0 0px;
	border-top: 0;
	}
	
.ttable.table-table th, .ttable.table-table td {
	width: auto;
	vertical-align: middle;
	padding: 7px 6px;
	border-bottom: 1px solid #e1deda;
	}
	
.ttable.table-table td {
	border-left: 1px solid #e1deda;
	}
	
.ttable.table-table tr td:last-child {
	border-right: 1px solid #e1deda;
	}
	
.product-img.hide, .product .product-img.hide { display: block; }

.manuals, .main .manuals {
	padding: 0 0 30px;
	margin: 40px 0 40px 0;
	text-align: center;
	background-color: #f3f3f3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.25);
	box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.25);
	}
	
.product .manuals { width: 100%; margin: 20px auto 20px; }
	
.manuals li, .main .manuals li {
	list-style-type: none;
	width: 175px;
	padding: 0;
	margin: 20px 10px 0;
	display: inline-block;
	position: relative;
	}
	
.manuals li:first-of-type {
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
.manuals li h3 {
	font-weight: bold;
	padding: 0;
	margin: 10px 10px 0;
	border-bottom: 1px solid #fff;
	}
	
.manuals li h3 span {
	display: block;
	padding: 0 0 6px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	}
	
.manuals li a {
	width: 175px;
	padding: 55px 0 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	text-decoration: none;
	background: url(../img/icon-pdf.png) no-repeat center top;
	background-size: 50px 50px;
	}
	
.manuals li a.download { background: url(../img/icon-download.png) no-repeat center top; background-size: 50px 50px; }
	
.manuals li a h4 {
	font-weight: bold;
	font-size: 1.0em;
	line-height: 120%;
	color: #66636e;
	margin: 0;
	padding: 0;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	}
	
.manuals li a h4 span {
	font-weight: bold;
	font-size: 0.875em;
	display: block;
	text-transform: none;
	}
	
.manuals li a:hover h4 {
	color: #333;
	}
	
.product .tfl {
	width: 185px;
	height: 63px;
	background: url(../img/approved-tfl.png) no-repeat 0px 0px;
	background-size: 185px 63px;
	font-size: 0.01em;
	text-indent: -10000px;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 1;
	}
	
.product h3.tfl { left: 10px; }
	
.add-btn a {
	width: auto;
	padding: 4px 7px 4px 5px;
	display: inline-block;
	font-size: 1.0em;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #3eabeb;
	vertical-align: middle;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	cursor: pointer;
	}
	

.add-btn a:hover {
	background-color: #2b92ce;
	}
	

.product .buy-form .form-item {
	border-top: 3px solid #40ade7;
	border-bottom: 3px solid #40ade7;
	padding: 0 0 10px;
	margin-bottom: 8px;
	}
	
p.collection-location label { font-weight: bold; }

.product .actions .buy-form .btn {
	margin-top: 0;
	margin-bottom: 30px;
	}
	
.product .form-item input[type="radio"], .product .form-item input[type="checkbox"] {
	float: left;
	margin: 8px 10px 0 0;
	}
	
.dashcam .tfl {
	top: 0;
	left: -18px;
	}
	
.dashcam p.collection-location select {
	width: 100%;
	margin-top: 5px;
	float: right;
	border-color: initial;
	}
	
.dashcam p.collection-location {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
	}

.dashcam p.collection-location label {
    display: block;
    width: 100%;
    min-height: 0px;
	}
	
.dashcam-buy input[type="checkbox"] {
    width: auto;
	}

.dashcam {
	border: 4px solid #40ade7;
	background-color: #c6e2f1;
	box-sizing: border-box;
	position: relative;
	margin: 15px 0 -1px;
	padding-bottom: 20px;
	}
	
.dashcam h3 {
	font-size: 1.625em;
	padding: 0 20px;
	margin: 1.0em 0 0.75em !important;
	}
	
.dashcam p {
	font-size: 1.125em;
	display: block;
	width: 90%;
	padding: 0 0 0 20px;
	margin: 0 0 1.0em;
	}
	
.dashcam-img {
	margin: 0;
	width: 280px;
	position: relative;
	top: -10px;
	right: 0;
	}
	
 .dashcam .product-img {
	margin: 15px 0 5px;
	width: 300px;
	height: auto;
	display: block;
	}
	
.dashcam .tfl { display: none }
	
.dashcam-img p {
	font-size: 1.0em;
	width: auto;
	padding: 0 0 0 50px;
	margin: 0;
	}
	
.dashcam-buy {
	clear: both;
	background: #daecf6;
	height: 54px;
	margin: 10px 0 0 0;
	padding: 3px 0px 3px 8px;
	}
	
form.meter-rental .dashcam-buy input[type="checkbox"],  .dashcam-buy input[type="checkbox"] { clear: left }
	
.form-item .dashcam-buy label.label-inline, form.meter-rental .form-item .dashcam-buy label.label-inline {
	width: 250px !important;
	margin: 5px 0;
	}
	
.dashcam .add-btn {
	margin: 5px 0;
	}

	
/* Footer styles */
	
.home footer {
	background-color: rgba(80,5,150,1.0);
	}
	
.claims footer {
	margin-top: -60px;
	position: relative;
	z-index: 1;
	}

.cameras footer, .pay footer, .about footer, .payment footer , .insurance footer , .book footer , .support footer , .start footer {
	background-color: #f2f2f2;
	}
	
.payment footer {
	background-color: #ffffff;
	}
	
.hailing footer {
	background-color: #9fe2f9;
	}
	
.worldcup footer {
	background-color: #9fe2f9;
	}
	
.worldcup.wcthanks footer {
	background-color: #f2f2f2;
	}
	
.cameras.product footer, .home footer {
	background-color: #ffffff;
	}
	
footer {
	overflow: hidden;
	}
	
footer .wrapper {
	background-color: #222222;
	}
	
footer .arc {
	padding: 0;
	margin: 0 -1% -1px;
	fill: #222222;
	width: 102%;
	display: block;
	}
	
footer .content { padding: 25px 0 30px; }


.footer-logo {
	width: 179px;
	height: 65px;
	margin: 0 0 20px -90px;
	padding: 0;
	background: url(../img/taxiworld-logo-glow-sm.png) no-repeat top left;
	background-size: 179px 65px;
	font-size: 0.01em;
	text-indent: -10000em;
	display: block;
	position: relative;
	left: 50%;
	top: 0;
	}
	
.footer-logo:hover { cursor: pointer }

.footer-nav {
	font-size: 1em;
	padding: 0;
	margin: 0 0 15px;
	clear: both;
	list-style: none;
	text-align: center;
	}

.footer-nav li {
	font-weight: bold;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color: #b7b7b7;
	}

footer a {
	color: #eee;
	text-decoration: none;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
	}

footer a:hover {
	color: #fff;
	}

footer .copyright {
	border-top: 1px solid rgba(188, 188, 188, 0.35);
	margin: 25px 0 0;
	clear: both;
	}

footer .copyright p {
	padding: 12px 0 8px;
	margin: 0;
	font-size: 0.75em;
	line-height: 140%;
	color: #b7b7b7;
	display: block;
	text-align: center;
	}
	
footer .copyright p.address { font-size: 0.8125em; }

ul.social {
    padding: 10px 0;
    margin: 10px auto;
    list-style: none;
    text-align: center;
	}

.social li {
    display: inline-block;
    margin: 0 30px 0 0;
	}

.social li:last-child { margin-right: 0 }

.social li a {
    font-weight: bold;
    font-size: 0.875em;
    text-decoration: none;
    padding: 2px 0 2px 28px;
    background: url(/img/social-link-twitter.png) no-repeat left top;
    background-size: 25px auto;
	}

.social li a:hover { color: #fff; }

.social li a.twitter { background-position: left top; }

.social li a.facebook { background-position: -100px top; }
	

	
	
/*  Form styles  */
	
form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
form h3 { margin-top: 2.0em }
form h3:first-child { margin-top: 0 }
	
.col fieldset { border-bottom: 1px solid rgba(35, 55, 103, 0.15); }
.col fieldset:last-of-type { border-bottom: 0 }

	
.text-input, .text-area {
	width: 100%;
	font-family: "SourceSans3", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 120%;
	padding: 13px 2% 10px;
	margin: 0;
	color: #192033;
	display: inline-block;
	background-color: rgba(255, 255, 255, 1.0);
	border: 0;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	box-sizing: border-box;
	}
	
input.btn, input.more, select { font-family: "SourceSans3", Helvetica, Arial, sans-serif; }
	
.input-inline, .text-input.input-inline, .dd-menu.input-inline { 
	width: 32%;
	float: none;
	}
	
.text-input::placeholder, .text-area::placeholder { 
	color: rgba(25, 32, 51, 0.5);
	opacity: 1; 
	}

.select-input {
	width: 73.5%;
	font-family: "SourceSans3", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 5px 1% 4px;
	margin: 0;
	float: right;
	}
	
.form-item {
	float: left;
	width: 100%;
	margin: 0;
	border-top: 1px solid rgba(35, 55, 103, 0.15);
	padding: 8px 0;
	box-sizing: border-box;
	}
	
.form-item label, .form-item p {
	font-weight: bold;
	width: 90%;
	font-size: 1.125em;
	line-height: 120%;
	float: left;
	padding: 0 1% 8px 0;
	margin: 10px 0 0;
	}
	
.form-item p { margin: 0.25em 0; }
	
label.hide, .form-item label.hide { display: none }

.form-item.opt {
	border-top: 0;
	}
	
.form-item.opt label {
	font-weight: normal;
	width: 88%;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	}

.form-item.multi-input input, form.meter-rental .form-item.multi-input input.text-input {
	margin-bottom: 4px;
	}

.form-item.multi-input .dd-menu { float: right }

.worldcup .form-item p {
        color: #555555;
        font-size: 1.25em;
        line-height: 140%;
        font-weight: normal;
	width: 48%;
}

.eurorules p { font-size: 1.25em; line-height: 140%; }

.worldcup .points li.euro-current, .worldcup .points li.euro-current em { color: #00a6da; }
	
.worldcup .points li.euro-closed {  }
	
li.euro-closed strong.round { color: #db7093; font-weight: 400; }

li.euro-current img {
	width: 30px;
	height: 25px;
	position: absolute;
	top: 1px;
	left: -69px;
	animation-name: gentle;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	}

li.euro-current strong {
	display: inline-block;
	position: relative;
	}

li.euro-current strong img {
	left: auto;
	right: -40px;
	-webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    transform:scaleX(-1);
    animation-name: gentler;
	}
	
@keyframes gentle {
	0%   { left: -69px; }
	50%  { left: -61px; }
	100% { left: -69px; }
	}
	
@keyframes gentler {
	0%   { right: -41px; }
	50%  { right: -33px; }
	100% { right: -41px; }
	}
	
.worldcup .text-input {
	width: 50%;
	background-color: #eeeeee;
}

.worldcup .actions .btn, .worldcup .comp-disabled .actions .btn:hover {
	color: #ffffff;
	background-color: #00a6da;
	margin-left: 0;
	}

.worldcup .actions .btn:hover {
	color: #ffffff;
	background-color: #0080a8;
	}
	
.worldcup .comp-disabled .actions .btn, .worldcup .comp-disabled .actions .btn:hover {
	opacity: 0.4;
	}
	
.worldcup .comp-disabled .text-input, .worldcup .comp-disabled .form-item p, .worldcup .comp-disabled h3 {
	opacity: 0.4;
	}
	
.worldcup .comp-disabled h4 {
	color: red;
	font-size: 1.75em;
	line-height: 110%;
	border-left: 5px solid red;
	padding-left: 10px;
	position: absolute;
	top: 10%;
	left: 8%;
	z-index: 1;
	transform: rotate(-9deg);
	-webkit-text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.75), 0px 1px 10px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.75), 0px 1px 10px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.75), 0px 1px 10px rgba(255, 255, 255, 0.5);
	}

.worldcup h3 {
	font-family: 'Graphik', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 110%;
        margin-top: 0.85em;
	}


.disabled .text-input {
	border-color: #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
.disabled label {
	color: #ddd;
	}
	
.dd-menu {
	font-weight: 600;
	color: #192033;
	font-size: 1.125em;
	line-height: 110%;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1.0);
	border: 0px solid #233767;
	width: 100%;
	background-image: url(../img/menu-arrow.png);
	background-position: right 6px top 19px;
	background-repeat: no-repeat;
	background-size: 24px auto;
	padding: 13px 25px 11px 18px;
	margin: 0;
	display: inline-block;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	box-shadow: none;
	-webkit-appearance: none;
	}
	
.light-bg .text-input, .light-bg .text-area, .light-bg .dd-menu { background-color: rgba(236, 236, 236, 1.0); }

input.checkbox, .input-cb {
	vertical-align: middle;
	border: 0 !important;
	padding: 0 !important;
	width: auto !important;
	margin: 14px 0 0 10px;
	float: left;
	}
	
.opt .input-cb { margin: 4px 10px 0 10px; }

.form-item.cb-accept { padding-bottom: 15px; }

.cb-accept .input-cb {
	margin-right: 10px;
	}

.form-item.cb-accept label {
	font-size: 1.0em;
	margin-top: 10px;
	}
	
fieldset .checkbox-list label {
	width: 360px !important; 
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	}
	
.form-item input.radio {
	margin: 12px 10px 0 0 !important;
	vertical-align: middle;
	font-size: 20px;
	width: auto;
	border: 0 !important;
	padding: 0 !important;
	float: left;
	clear: left;
	}
	
.form-item label.label-inline, form.meter-rental .form-item label.label-inline {
	width: 85% !important;
	min-height: 0;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	}
	
.form-item p.highlight {
	width: 100% !important;
	font-size: 1.125em !important;
	font-weight: bold;
	font-style: normal;
	line-height: 120%;
	color: #b78429;
	background-color: #fffb96;
	padding: 8px 12px;
	margin: 5px 0 0 !important;
	box-sizing: border-box;
	}
	
.form-item .consent {
	font-weight: 600;
	font-size: 14px;
	line-height: 130%;
	display: block;
	position: relative;
	top: 2px;
	padding-left: 10px;
	margin-bottom: 2px;
	float: left;
	width: 85%;
	}
	
.form-item input#consent {
	float: left;
	position: relative;
	z-index: 1;
	}
	
.actions {
	padding: 25px 0 35px;
	clear: left;
	}
	
.meters .actions, .cameras .hero .actions { padding: 0 0 25px; }

.find .alt-bg .actions { padding-bottom: 70px; }

.pay .actions { margin-bottom: 20px }
	
.pay .actions a { margin-right: 8px; margin-bottom: 10px; }

/*  Checkout and Basket styles  */

.highlight {
	width: auto !important;
	font-size: 0.9375em !important;
	font-weight: bold;
	font-style: normal;
	line-height: 120%;
	color: #b78429;
	background-color: #fffb96;
	padding: 10px;
	margin: 5px 0 0 !important;
	}
	
/* 
.form-item p.highlight {
	float: none !important;
	clear: left !important;
	display: block !important;
	}
 */
	
.form_details {
	border-bottom: 1px solid #d6d3cf;
	padding: 0 0 0.5em;
	margin-bottom: 2.5em;
	}
	
.form_details p.hr {
	border-bottom: 1px solid #d6d3cf;
	padding-bottom: 1.25em;
	}
	
.form_details p strong {
	font-weight: bold;
	display: inline-block;
	width: 50%;
	}

div.form_details p.baddress strong {
    vertical-align: top;
}

div.form_details p.baddress span {
    display: inline-block;
}

table.basket {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

table.basket td, table.basket th {
    font-size: 0.9375em;
    line-height: 120%;
    border-bottom: 1px solid #d6d3cf;
}

table.basket th {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding: 10px 5px 10px 0;
    }

table.basket th:first-of-type {
    text-align: left;
    }
    
table.basket th:nth-of-type(2) {
    text-align: center;
    }

table.basket td, table.basket .basket-summary th {
    padding: 20px 5px 20px 0;
    vertical-align: top;
    }

table.basket td:first-of-type {
    width: 50%;
    }
    
table.basket tr.checkout-message td {
    padding: 0;
    }
    
table.basket tr.checkout-message td p.highlight {
    margin-top: 0 !important;
    text-align: center;
    }

table.basket td img {
    width: 100px;
    margin-right: 10px;
    vertical-align: middle;
    }

table.basket .item-action {
    border-bottom: 0;
    width: 1%;
    }

table.basket td.num, table.basket .basket-summary th, table.basket .basket-summary td {
    text-align: right;
}

td.qty { text-align: center }

table.basket .basket-summary td:first-of-type, table.basket .basket-summary th:first-of-type {
    border-bottom: 0;
    }
    
table.basket .basket-summary th {
    text-transform: uppercase;
    }

table.basket .basket-summary.discount td {
    vertical-align: top;
    font-weight: bold;
    color: #008b83;
    line-height: 120%;
	}

table.basket .basket-summary.delivery td {
    vertical-align: top;
    line-height: 120%;
	}
	
input.more {
	border: 0;
	font-size: 1.25em;
	padding: 4px 0 4px 17px;
	background: transparent url(../img/back-blue.png) no-repeat left 8px;
	background-size: 11px auto !important;
	margin: 30px auto 10px;
	display: block;
	}
	
.more.back:hover { background-position: left -42px; }
	
	
/*  Login form  */

.form-login {
	max-width: 400px;
	padding: 15px;
	margin: 10px auto 0;
	}
	
.form-login .form-item {
	border-top: 0;
	padding: 3px 0;
	}
	
.form-login .form-item label, .form-login .form-item p {
	font-size: 1.25em;
	line-height: 120%;
	display: none;
	}
	
.form-login .text-input, .form-login .text-area {
	width: 100%;
	font-family: "SourceSans3", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.125em;
	line-height: 120%;
	padding: 9px 3% 3px;
	margin: 0;
	color: #555;
	display: inline-block;
	background-color: #fff;
	border: 2px solid rgba(35, 55, 103, 0.85);
	vertical-align: middle;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: right;
	box-sizing: border-box;
	}
	
.form-login .actions {
	padding: 1px 0 20px;
	}
	
.form-login .actions .btn {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	margin-top: 3px;
	font-size: 1.125em;
	line-height: 110%;
	}
	
.login-more {
	border-top: 1px solid rgba(35, 55, 103, 0.35);
	max-width: 400px;
	padding: 20px 0;
	margin: 20px auto;
	}
	
.login-more h3 {
	text-transform: none;
	margin-bottom: 0;
	}
	
.login-more p {
	margin: 0.5em 0;
	}
	
.login-more a.link {
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: none;
	}
	
.login-more a.link:hover {
	color: #form-login91ceee;
	}
	
.form-login .form-item.error { background-color: transparent }
.form-login .form-item.error label { width: 30%; padding-left: 0; }
.form-login .form-item.error input.text-input { width: 100%; margin-right: 0; }


	
/*  Error states  */
	
.form-item.error {
	background-color: rgba(246, 200, 203, 0.7);
	}
	
.form-login.form-item.error {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
.form-item.error label {
	color: #de1c2a;
	width: 29%;
	padding-left: 1%;
	}
	
.form-item.error input.text-input, .form-item.error .text-area {
	border-color: #e66a73;
	background-color: #fedfe1;
	width: 98%;
	margin-right: 1%;
	}

.errors ul {
	margin: 0 0 1.0em;
	}

.errors li, .errors p {
	color: #de1c2a;
	font-size: 1.0em;
	}	

	
	
/*  Miscellaneous styles  */
	
a.link { 
	color: #4697bd;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
	cursor: pointer;
	}
	
p a.link:hover, li a.link:hover {
	color: #256584;
	}
	


	
@media only screen and (max-width: 350px) {

.logo {
	width: 150px;
	background: url(../img/taxiworld-logo-solid.png) no-repeat center left;
	background-size: 150px auto;
	}

}	
	
@media only screen and (min-width: 768px) {

.content {
	width: 748px;
	padding: 40px 10px;
	}

.two-col .col, .three-col .two-col .col, .five-col .col, .six-col .col {
	width: 50%;
	}
	
.three-col .col {
	width: 33.33333333%;
	}
	
.four-col .col {
	width: 25%;
	}
	
.five-col .col {
	width: 20%;
	}
	
.six-col .col, .six-col.dealers .col {
	width: 16.6%;
	}
	
.col-33 {
	width: 33.33333333%;
	}
	
.col-66, .col.colspan2 {
	width: 66.66666666%;
	}
	
.col-75, .col.colspan3 {
	width: 75%;
	}
	
.six-col.dealers .col:nth-child(odd) { clear: none }
.start .dealers .col, .start .dealers .col:last-of-type { width: 33.33333333%; clear: none; }
.four-col.dealers .col { width: 25%; clear: none; }
.col.mcol2 { position: relative; top: inherit; right: inherit; }

.find .four-col.dealers .col, .find .four-col.dealers .col:nth-child(odd) { width: 25%; clear: none; }
	
.img-first .col { float: right }

.mhide { display: block }
span.mhide { display: inline }
.dhide { display: none; }
		
.wrapper.hero {
	padding-top: 60px;
	background-size: cover; 
	}
	
.home .wrapper.hero { 
	padding-top: 60px;
	background-size: cover;
	}
	
.wrapper.hero .content {
	padding-bottom: 100px;
	}
	
.app .wrapper.hero .content {
	padding-bottom: 80px;
	}

.hero h1 { 
	font-size: 7.0em; 
	margin: 40px 0 20px;
	}
	
.hero h1 em { 
	font-size: 0.25em; 
	line-height: 140%;
	margin: 0 0.25em 0;
	}
	
.app .hero ul { 
	min-height: 140px;
	background-image: url(../img/jump-logo.svg); 
	background-repeat: no-repeat;
	background-position: 15px 0px;
	background-size: 160px auto;
	padding:  20px 0 0 210px;
	margin-bottom: 0;
	}
	
.home .nav-pay.btn, .nav-btn .nav-pay.btn { background: rgba(255,255,255,0.9); }
.home .nav-login.btn, .nav-btn .nav-login.btn { background: rgba(255,255,255,0.9); }
.hero .btn.btn-xl span { background: rgba(255,255,255,0.9); }
	
.img-world-cup, img.euro24 { display: block }

.nav-pay.btn, .nav-login.btn { 
	width: auto;
	height: auto;
	padding: 9px 16px;
	text-transform: none;
	font-size: 1.125em;
	line-height: 100%;
	top: 21px;
	right: 175px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	}
	
.nav-login.btn { right: 10px; }
	
.actions .nav-pay.btn { 
	position: relative;
	top: 0;
	right: 0;
	}
	
.nav-pay.btn.btn-arrow svg { right: 11px; margin-right: 0; }
.nav-pay.btn.btn-arrow svg, .nav-login.btn.btn-arrow svg { stroke: #ffffff; }
.home .nav-pay.btn.btn-arrow svg { stroke: #ff0079; }
.home .nav-login.btn.btn-arrow svg { stroke: #00a6da; }
.home .nav-pay.btn.btn-arrow:hover svg { stroke: #cd0062; }
.home .nav-login.btn.btn-arrow:hover svg { stroke: #0080a8; }

.pay .nav-pay, .pay .nav-login { display: block }

.btn-lg.btn.btn-arrow svg { top: 15px; right: 14px; }
.btn-lg.btn.btn-arrow { padding-right: 30px; }

.nav-toggle, .pay .nav-toggle { width: calc(100% - 340px); }
	
a.btn.btn-arrow { padding-right: 25px; }

.nav a:hover { border-bottom-color: #00a6da; }
.home .nav a:hover, .app .nav a:hover { border-bottom-color: #fff; }

.app .nav li.nav-app a, .app .nav li.nav-app a:hover 		 
	{ border-bottom-color: #ffffff; }

.meters .nav li.nav-meters a, .meters .nav li.nav-meters a:hover, .pay .nav li.nav-meters a, .pay .nav li.nav-meters a:hover, .payment .nav li.nav-payment a, .payment .nav li.nav-payment a:hover, .find .nav li.nav-find a , .find .nav li.nav-find a:hover 		 
	{ border-bottom-color: #00a6da; }

.home .wrapper.features .content { padding-top: 60px; }
	
.payment ul.feat-get { 
	display: block; 
	width: 85%;
	}
	
.feat-tips .pullout { display: none; }
.feat-tips .feat-text p:first-of-type { padding-right: 0; }
.feat-hailing .pullout { left: 125px; top: -55px; margin-left: 0; }
h3.script { text-align: left; }
.feat-img ul.script { position: relative; left: -50px; top: -10px; }
.app .feat-img ul.script { left: 70px; top: 0px; width: auto; }
.jump-logo { width: 200px; margin: 40px 0; }
.app .jump-logo { margin: 20px 0 0px; }
	
.quote { margin-bottom: 0; }
h2.feat-get { display: none; }
.feat-get li { margin: 0.125em 0; }
.feat-get li.get-system a { padding: 14px 0 0px 84px; }
.payment .feat-text h2 { display: block; }
.payment .feat-text h3 { margin-top: 0.5em; }

.payment ul.feat-get, #int_nav { 
	display: block; 
	background-color: transparent;
	position: static;
	top: 0px;
	left: 0;
	z-index: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-left: -10px;
	margin-bottom: 0;
	float: left;
	}
	
.wrapper:target {
	scroll-margin-top: 0px;
}

	
.feat-get li.actions, .feat-get li.close { display: none }

.tablet { display: block }

.payment .tablet { display: none }

.home .hero .tablet {
	left: 1015px;
	}

.home .hero .img-phone {
	height: 430px;
	width: 253px;
	position: absolute;
	left: 747px;
	top: 0;
	-webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	padding: 10px;
	border: 0;
	}

.home .hero .img-phone-screen {
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	}
	
.home .hero .img-pinpad {
	left: 567px;
	top: 101px;
	width: 165px;
	height: 329px;
	background-image: url(../img/ped-outline-3.png);
	background-size: 165px auto;
	background-position: left top;
	}
	
.home .hero .img-pinpad-screen {
	top: 64px;
	left: 20px;
	width: 125px;
	height: 90px;
	}
	
.home .hero .img-pinpad-screen p { font-size: 0.95em; }
.home .hero .img-pinpad-screen p.ped-actions { width: 147px; }

.intro .btn { margin: 0 5px 0 0; width: auto; }
.btn.btn-xl { min-width: 300px }
.hero .btn.btn-xl { min-width: 180px }
	
.payment .intro .actions { padding: 35px 0 0; display: block; }
	
.nav-login.btn.btn-arrow svg { display: block !important; }
.nav-pay.btn.btn-arrow svg { display: block !important; }
.nav-pay.btn.btn-lg.btn-arrow { display: inline-block }

.feat-save .pullout, .pullout.p-alt {
	transform: rotate(-7deg);
	top: -75px;
	bottom: auto;
	left: -20px;
	right: auto;
	}
	
.pay-cam .pullout.p-alt {
	transform: rotate(7deg);
	left: auto;
	right: -20px;
	}
	
.feature.feat-smart.row { 
	margin-top: 40px;
	margin-bottom: 0;
	}
	
.feat-smart .feat-img.col {
	height: 500px;
	overflow-x: hidden;
	overflow-y: visible;
	position: absolute;
	}
	
.feature.feat-receipts.row { margin-top: 120px; }

.feat-text .actions { padding: 25px 0; }
.feat-integrated .feat-text h2, .feat-cctv .feat-text h2 { margin-top: 40px; }
.feat-receipts .feat-text h2 { margin-top: 80px; }
.feat-integrated .tablet, .feat-smart .tablet { display: block; left: 85px; top: 35px; }
.payment .feat-integrated .img-pinpad { left: 190px; }
.feat-integrated .img-taximeter { left: 180px; }
.img-taximeter { left: 70px; margin: 0; }
.img-pinpad { left: 60px; }
.feat-smart .img-pinpad { left: 100px; }
.feat-smart .img-hand-point { left: 205px; }
.img-hand-card { right: 25px; }
.feat-receipts .img-phone { left: 210px; }
.feat-cctv .feat-img { height: 300px; }
.img-cctv-cam:first-of-type { margin-left: 60px; }
.feat-driverweb .img-phone { left: 60px; margin: 0; }
.home .img-triangle { position: absolute; top: 20px; left: 80px; margin: 0; }
.img-keys { margin: 0; position: absolute; left: 110px; }
.feat-replacement .img-keys { width: 280px; height: 220px; top: 20px; }
.img-qrcode-blurred { left: 40px }

.wrapper.pay-cam { overflow: initial }

.cctv-screen {
	width: 300px;
	height: auto;
	padding: 8px;
	margin: 0;
	background: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	left: 15px;
	top: 30px;
	-webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.3);
	}
	
.feat-save .cctv-screen { margin-bottom: 60px }
		
.cctv-footage, .vid-footage {
	width: 300px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
.img-vt1000-cam {
	left: 230px;
	top: 125px;
	}

.home .feat-integrated .feat-img { height: 380px; }
.home .feat-insurance .feat-img { height: 300px; }
.feat-meters .feat-img { height: 260px; }

.pay-tips .ani-wrapper {
	top: 45px;
	margin-bottom: 0px;
	}

.pay-cam .product-img { width: 100%; }

.g-ped-center .img-pinpad { top: 40px; }

.pay-system .sys-items li {
	max-width: 350px;
	font-size: 2.25em;
	line-height: 110%;
	}
	
.sys-items li.s-ped		{ top: 8%; left: 4%; }
.sys-items li.s-dashcam	{ top: 1%; left: 50%; }
.sys-items li.s-meter	{ top: 20%; left: 72%; }

.pay-system .sys-markers li, .pay-system .sys-markers-hi li {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	}
	
.pay-system .sys-markers-hi li::before {
	content: '';
	width: 110px;
	height: 110px;
	top: -15px;
	left: -15px;
	}
	
.h-pullout { padding-right: 140px; margin-bottom: 1.0em; }
.app .pullout { top: -40px; }
	
.fake-fees h3.script {
	font-size: 3.5em;
	position: absolute;
	bottom: 80px;
	right: -220px;
	}
	
.ring1, .ring2 { border-width: 4px; }

h1, .meters h1, .app .hero h1, .howto .main .content h1 { 
	font-size: 3.15em; 
	margin-bottom: 0.5em;
	}

.app .hero h1 { margin-top: 0.64em; }

.howto .main .content h2 { font-size: 2.325em }
	
.support h1 { max-width: 720px }
	
.feat-text p { font-size: 1.5em; }

.insurance h1, .pay h1 { max-width: 740px; }
.hailing h1 { font-size: 2.75em }
.insurance h1 { font-size: 3.5em; margin-bottom: 0.5em; }
.cameras .hero h1 { font-size: 3.25em;  max-width: 560px; margin-bottom: 44px; }
.triangle { width: 315px; margin: 20px 0 10px; }

.insurance-hero h2 {
	padding-top: 20px;
	text-align: left;
	clear: left;
	}
	
p.insurance-phone {
	margin: 0.25em auto 1.0em;
	font-size: 3.0em;
	line-height: 120%;
	text-align: left;
}
	
.insurance-hero .actions { 
	width: 100%; 
	padding: 15px 0 25px;
	}
	
.insurance-hero .actions .btn { width: 240px; }

.claims .also h3 { margin-top: 109px }
.claims .also .points { margin: 19px 0; }
.claims .also .points li strong { font-size: 1.125em; }

.panel { padding: 20px 40px 20px; }
.meters .dark-bg .panel { min-height: 220px; }

.steps-list, .steps-list.tariff-list { margin: 30px 0; }
.claims .steps-list { margin-top: 19px; }

.steps-list li {
	padding: 48px 30px 0 0;
	float: left;
	width: 25%;
	}

.steps-list.three-steps li { width: 33%; }

.steps-list.vertical-steps li { width: 100%; float: none; }
	
.find .contact h2 { font-size: 2.375em; }
	
.feat-save ul { margin-bottom: 20px; }
	
.feat-hailing .product-img { width: 100%; height: auto; }

.app .feat-img .free-pullout ul.script { padding-top: 40px; left: 10px; }
.app .feat-img .free-pullout ul.script li { font-size: 2.125em; margin: 0.25em 0; }
	
.meters .product-img { margin-bottom: 10px; }
.product h3.tfl { left: 0px; }
.meters .actions { padding: 15px 0 20px; }

.cameras .hero .actions { padding-bottom: 10px }
	
.marks li { margin: 0 38px 0 0; }
.tariff-change { top: 106px; left: 30px; }

.home .actions .btn.btn-xl, .payment .actions .btn.btn-xl { width: auto; min-width: 360px; }

.light-bg .tariff-change { top: 100px; bottom: auto; left: auto; right: 20px; margin: 0; }
	
.crash-txe {
	left: 0px;
	bottom: 0;
	}
	
.crash-car {
	left: 220px;
	bottom: 0;
	}
	
.crash-boom {
	left: -50px;
	top: -140px;
	}
	
.img-txe-keys { width: 425px; }
	
.product-img.hide, .product .product-img.hide { display: none; }

/* .product .manuals { width: 80%; margin: 20px 0; } */
.product .manuals { margin-top: 60px; }

.dashcam p { width: 47%; margin-bottom: 2.0em; }
.dashcam-img p { width: auto; }
.dashcam-img { position: absolute; top: 18px; }
.dashcam-buy {
	width: 70%;
	margin: 10px 0 0 0;
	padding: 3px 0px 10px 10px;
	}
.dashcam .dashcam-buy { margin-left: 20px }

.map iframe {
	padding-right: 40px;
	}
	
.pay .actions { margin-bottom: 100px }

.form-item label, .form-item p, .form-login .form-item label, .form-login .form-item p { display: block; width: 30%; padding: 0 1% 0 0; font-size: 1.25em; margin-top: 15px; }
.form-login .text-input, .form-login .text-area, .text-input, .text-area, .dd-menu { width: 69% }
.input-inline, .text-input.input-inline, .dd-menu.input-inline { width: 22%; }
.form-item input.radio { clear: none }
input.checkbox { margin-left: 230px; }
.form-item label.label-inline, form.meter-rental .form-item label.label-inline { width: 430px !important; }
.form-login .form-item.error input.text-input { width: 69%; margin-right: 0; }
.form-login .actions .btn { width: 69%; margin-left: 31%; }
.form-item.error input.text-input, .form-item.error .text-area { width: 78% }
.form-item.error label,  .form-item.error p, .compose-message .form-item.error label, .compose-message .form-item.error p { width: 19% }
form .btn.btn-xl { margin-left: 31% }
form.meter-rental .btn.btn-xl { margin-left: 0 }
.form-item .consent { width: 59%; }
.form-item span.consent { padding-left: 35%; }	
.form-item input#consent { margin-left: 32%; }
.errors li, .errors p { font-size: 1.125em }
.btn-xl.btn-wider { width: auto }
.meter-rental input.more.back { margin-left: 6px }

.footer-logo {
	margin: 0;
	position: absolute;
	left: -20px;
	top: 0;
	}

.footer-nav { 
	text-align: right;
	float: right;
	max-width: 580px;
	}

.footer-nav.footer-contact.footer-contact { margin-bottom: 5px; }
.footer-nav li:last-child { padding-right: 0 }

ul.social {
	padding: 2px 0 0;
	margin: 10px 0;
	text-align: left;
	position: absolute;
	top: 59px;
	left: 1px;
	}

.social li {
    margin: 0 30px 0 0;
}

footer .copyright p {
	padding: 0;
	margin: 14px 0;
	display: inline-block;
	text-align: left;
	}

footer .copyright p.smallprint { 
	padding: 0; 
	text-align: right;
	max-width: 335px;
	float: right; 
	}
	
.pres footer .copyright { margin-top: 35px; }
.pres footer .copyright p { margin: 0; padding-top: 12px; }

.faqs h4 { 
	font-size: 1.5em;
	background-image: url(../img/faq-closed.png);
	background-repeat: no-repeat;
	background-position: left 3px top 5px;
	background-size: 20px 19px;
	padding-left: 30px;
	margin-left: -30px;
	}

.faqs .active h4 { background-image: url(../img/faq-opened.png); }
	
.faqs p, .faqs li { 
	font-size: 1.25em;
	}
	
.faq-img { 
	margin-top: 0px;
	}
	
.faq {
	padding: 0 0 10px 30px;
	}
	
.ped-symbol {
	height: 23px;
	padding: 1px 4px 1px 3px;
	}
	
/* .find .dealers p { min-height: 95px } */

.feat-get li { width: 50%; float: left; }
	
}
	
@media only screen and (min-width: 992px) {

.logo, .home .logo, .app .logo { 
	margin: 0;
	top: -4px;
	left: -8px;
	}

.mtitle { display: none }
.header .logo, .home .header .logo { display: block }
.header .nav .logo { display: none }
	
.nav .close, .nav li.nav-pop-only, .nav-toggle { display: none; }
	
.header .content, .wrapper.header { height: 60px }

.nav {
	max-width: 100%;
	height: auto;
	display: inline-block;
	background-color: transparent;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    top: 17px;
    left: 170px;
	}
	
.nav li {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0 2px;
	}
	
.nav ol li:first-of-type { display: none }
	
.nav ol, .nav li { border: 0; }
	
.nav a { 
	height: auto; 
	color: #00a6da;
	padding: 4px 4px 2px; 
	font-size: 1.25em;
	border-bottom: 3px solid transparent;
	transition: border-bottom-color 0.25s;
	-webkit-transition: border-bottom-color 0.25s;
	}
	
.nav a span { display: none; }
	
.home .nav a, .app .nav a { color: #ffffff }
	
.nav .logo, .nav .nav-start, .nav .nav-btn, .nav .close_container { display: none }

.nav-pay.btn, .nav-login.btn { top: 13px; }
.nav-pay.btn { right: 165px }
.nav-login.btn { right: 0 }

.content {
	width: 960px;
	padding: 40px 10px;
	}
	
.video .content { padding-top: 60px; }
	
.pres .nav-pay.btn.btn-arrow, .pres .nav-login.btn.btn-arrow, .pres .footer-nav {
	display: block;
	}

.pres footer .copyright { margin-top: 25px }	
.pres footer .copyright p { padding: 12px 0 8px; }
	
.hero h1 { 
	font-size: 8.0em; 
	margin: 40px 0 20px;
	}
	
.hero .btn.btn-xl {
	width: 350px;
	min-width: 240px;
	height: 72px;
	font-size: 2.0em;
	}
	
.hero .btn.btn-xl span {
	width: 350px;
	height: 54px;
	display: block;
	padding-top: 16px;
	border-radius:50px;
	}
	
.hero .btn.btn-xl::before {
	width: 366px;
	height: 80px;
	border-radius: 50px;
	top: -2px;
	}
	
.hero ul { margin-bottom: 30px; }
	
.app .hero ul { 
	min-height: 200px;
	background-size: 200px auto;
	padding:  10px 0 0 260px;
	}
	
.hero li { 
	font-size: 2.0em; 
	padding-left: 46px;
	background-position: 2px 10px;
	background-size: 34px auto;
	}
	
.app .two-col .feat-text p.script { 
	font-size: 2.75em;
	margin: -15px 0 0 -34px; 
	}
	
.free-pullout { width: 270px; height: 270px; margin-top: 40px; }
.free-pullout h4 { font-size: 1.8em; padding-top: 40px; }
.free-pullout h3.script { font-size: 3.5em; }

.app .feat-img .free-pullout ul.script { padding-top: 40px; left: 20px; }
.app .feat-img .free-pullout ul.script li { font-size: 2.5em; margin: 0.25em 0; }
.free-pullout p { font-size: 1.5em; }

.fake-fees ul.script { margin-bottom: 1.0em; }

.fake-fees h3.script {
	bottom: 50px;
	right: -100px;
	}
	
.feat-tips .pullout { 
	width: 180px;
	height: 180px;
	left: auto; 
	top: auto; 
	right: -60px; 
	bottom: -40px; 
	display: block; 
	}
	
.feat-tips .pullout p {
	font-size: 1.375em;
	line-height: 105%;
	}
	
.feat-hailing .pullout { left: 180px; top: -50px; }
	
.feat-tips .feat-text p:last-of-type { padding-right: 110px; }
.feat-tips .feat-img { height: 460px; }
	
.feat-tips .img-pinpad-sm  {
	width: 139px;
	height: 278px;
	background-size: 140px auto;
	}
	
.feat-tips .ani-wrapper.pp-left { margin-left: -215px; }
.feat-tips .ani-wrapper.pp-right { margin-left: 105px; }
.ani-yes { top: 330px; }
	
.img-pinpad-sm .img-pinpad-screen {
	width: 111px;
	height: 81px;
	top: 54px;
	left: 15px;
	}
	
.img-pinpad-sm .img-pinpad-screen p.ped-actions { width: 154px; padding: 0 0px 5px; left: -23px; }	
.img-pinpad-sm .img-pinpad-screen p { font-size: 1.0em !important; line-height: 115% !important; }

.feat-tips .img-finger { width: 155px; height: 230px; }

@keyframes point-tips {
  0%   { opacity: 0; top: 300px; left: 100px; }
  12%  { opacity: 0; top: 300px; left: 100px; }
  20%  { opacity: 1; top: 242px; left: 78px; }
  26%  { opacity: 1; top: 242px; left: 78px; }
  28%  { opacity: 1; top: 244px; left: 78px; }
  30%  { opacity: 1; top: 242px; left: 78px; }
  46%  { opacity: 1; top: 242px; left: 78px; }
  60%  { opacity: 0; top: 300px; left: 100px; }
  100% { opacity: 0; top: 300px; left: 100px; }
}


.feat-save .feat-text { min-height: 340px; }
.feat-save .actions span, .video .actions .btn2 span { display: inline }
.feat-text p.tagline { font-size: 2.0em; }
	
.home .actions .btn.btn-xl, .payment .actions .btn.btn-xl { font-size: 1.75em; padding: 20px 40px; }

h2, .find .contact h2 { font-size: 2.5em; }

.start h2, .start p, .app h1, .app h2, .app p { max-width: 720px; }

.payment .feat-text h3 { font-size: 3.0em; }
.payment .feat-text h4 { font-size: 2.25em; line-height: 110%; }
.payment .list-num { margin: 80px 0 40px; }
	
.feat-text p, .feat-text li, .intro p, .intro li, .feat-text p, .steps p { font-size: 1.5em; line-height: 140%; }
.feat-save li, .feat-get li { line-height: 110% }
.list-num li strong { padding-top: 2px; }

.feat-get li:nth-child(odd) { width: 48%; }
.feat-get li:nth-child(even) { width: 52%; }

.feat-img ul.script { position: relative; left: -30px; top: -10px; width: auto; }

p.tagline .ped-yes svg { width: 30px; height: 31px; }

.quote p {
	font-size: 1.75em;
	padding: 0 60px;
	line-height: 130%;
	}
	
.quote p.qdriver {
	font-size: 1.25em;
	}

.quote p::before, .quote p span::after {
	font-size: 6em;
	line-height: 0%;
	left: -15px;
	top: 43px;
	}

.quote p span::after {
	top: auto;
	bottom: -38px;
	right: -70px;
	left: auto;
	}
	
.tablet {
	padding: 12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	
.payment .tablet {
	display: block; 
	top: 40px;
	left: 60%;
	}
	
.feat-meters .img-taximeter { width: 400px; height: 123px; left: 60px; }
	
.steps .col p { padding: 0 50px; }
.form-item.cb-accept { padding-bottom: 20px; }

.cctv-screen { padding: 12px; left: 0px; }	
.cctv-screen, .cctv-footage, .vid-footage { width: 420px; }

p.intro, .points li {
	font-size: 1.5em;
	line-height: 140%;
	}
	
.m-hours { display: none }
.d-hours { display: inline }
	
.payment .intro p, .payment ul.feat-get { width: 59%; }
.payment .wrapper.main { min-height: 500px; }
#tips .feat-text h2 { margin-top: 40px; }

.pay-cam .feat-text .script { margin: 4.0em 0; }
.pay-cam .feat-text .script li { font-size: 2.75em; }
	
.btn.btn-xl { 
	font-size: 1.75em;
	width: auto;
	padding: 20px 40px;
	min-width: 320px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	}
	
.tariff-change { top: 150px; left: 80px; }
.light-bg .tariff-change { top: 70px; right: 90px; }
.app .feat-img ul.script { left: 130px; top: 20px; }

.jump-logo { width: 240px }

.img-world-cup img, img.euro24 { width: 320px; height: 400px; }
img.euro24 { right: -10px; }
li.euro-current img { top: 3px; }
	
}
	
@media only screen and (min-width: 1200px) {

.content {
	width: 1140px;
	}
	
.nav li { margin: 0 9px; }
.nav li.nav-about { display: list-item }
.nav-login.btn, .home .nav-login.btn.btn-arrow.grad-btn, .payment .nav-login.btn.btn-arrow.grad-btn, .cameras .nav-login.btn.btn-arrow.grad-btn, .insurance .nav-login.btn.btn-arrow.grad-btn, .claims .nav-login.btn.btn-arrow.grad-btn { right: 0; }

.cctv-screen, .cctv-footage, .vid-footage { width: 500px; }

.hero h1 { font-size: 9.0em; }
.hero li { font-size: 2.25em; }
.hero .btn.btn-xl { width: 390px; height: 72px; font-size: 2.25em; }
.hero .btn.btn-xl span { width: 390px; height: 58px; }
.hero .btn.btn-xl { width: 390px; } 
.hero .btn.btn-xl::before { width: 406px; }

img.euro24 { right: 50px; }
	
.home .img-cctv-cam { left: 55px }
.img-taximeter { left: 130px; }
.feat-integrated .img-taximeter { left: 210px; }
.img-pinpad { left: 100px; }
.home .feat-integrated .img-pinpad { left: 65px }
.img-hand-card { right: 150px; top: 140px; }
.feat-tips .pullout { bottom: -80px; }
.feat-smart .img-pinpad { left: 130px; }
.feat-smart .img-hand-point { left: 235px; }
.img-cctv-cam:first-of-type { margin-left: 100px; }
.img-keys, .home .img-keys { left: 150px; }
.hailing h1 { font-size: 3.25em }
h2, .find .contact h2 { font-size: 2.75em; }
.payment .feat-text h4 { font-size: 2.5em; }
.payment .intro p, .payment ul.feat-get { width: 56%; }
.payment .tablet { left: 55%; }
.payment .list-num { margin-top: 88px; }
.feat-integrated .tablet, .feat-smart .tablet { left: 135px; top: 35px; }
.img-pinpad { left: 60px; }
.img-hand-card { right: 25px; }

.img-taximeter { left: 190px; }
	
p.insurance-phone { margin-bottom: 3.0em; }

.steps-list.vertical-steps li { padding: 5px 60px 0 50px; }
	
.faq-img { margin-top: -42px; }

.payment .intro p, .payment ul.feat-get { width: 53%; }

.payment .feat-text h3 { font-size: 3.25em; }

.feat-text p, .feat-text li { font-size: 1.5em; line-height: 140%; }

.feat-save li { padding: 10px 0 16px 67px; }

.payment .feat-text p.tagline { font-size: 2.5em; line-height: 120%; }

.quote p {
	font-size: 2.0em;
	padding: 0 70px;
	line-height: 130%;
	}

.quote p::before, .quote p span::after {
	font-size: 6em;
	line-height: 0%;
	left: -10px;
	top: 50px;
	}

.quote p span::after {
	top: auto;
	bottom: -43px;
	right: -80px;
	left: auto;
	}

.feat-hailing .feat-img .script li, .app .feat-img .script li { font-size: 2.25em; }

.free-pullout { width: 300px; height: 300px; }
.free-pullout h4 { font-size: 2.0em; padding-top: 50px; }
.free-pullout h3.script { font-size: 4em; }

.app .feat-img .free-pullout ul.script { padding-top: 50px; left: 20px; }
.app .feat-img .free-pullout ul.script li { font-size: 2.75em; margin: 0.25em 0; }
	
}

p.restart {
	font-size: 1.5em;
	line-height: 120%;
}

span.red {
	color: red;
	font-weight: bold;
}

ul.ped li {
	font-size: 1.3125em;
	line-height: 130%;
	margin: 0.75em 0;
}

ul.ped {
	margin-bottom: 2.0em;
}

span.strike {
	color: red;
	background-image: url(/img/strike.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px auto;
	margin-right: 10px;
}


@media only screen and (max-width: 600px){

	img.hidemobile{
		display:none;
	}
	
}


/*  Tariff video styles  */
	
.tariff {
	background-color: #333333;
	}
	
.tariff .logo {
	background-image: url(../img/taxiworld-logo-glow.png);
	}
	
.tariff .content {
	padding: 0 0 10px;
	}
	

body.hailing h1 {
	max-width: 700px !important;
}

/* 
body.hailing div.main div.two-col div.col:first-of-type {
	width: 60%;
}

@media only screen and (max-width: 600px){
	body.hailing div.main div.two-col div.col:first-of-type {
		width: 100%;
	}
}


body.hailing div.main  div.two-col div.col {
	width: 40%;
}
 */

.steps-list.tariff-list .benefits{
	margin-right: 70px;

}

@media only screen and (min-width: 375px) {

.steps-list.tariff-list .benefits { 
	width: 60%;
}

}

@media only screen and (max-width: 480px){
       .worldcup .form-item p.mobile-width, .worldcup .text-input.mobile-width{width:100%;}
}

@media only screen and (max-width: 410px){
	.payment .mtitle {
		font-size: 1.25em;
		top: 28px;
		}
	
	.smhide { display: none }
}
