@font-face{font-family:"avenir";font-weight:500;src:url(../fonts/Avenir_Roman.eot)}
@font-face{font-family:"avenir";font-weight:500;src:url(http://:/) format("No-IE-404"),
	url(../fonts/Avenir_Roman.svg) format("svg"),
	url(../fonts/Avenir_Roman.woff) format("woff"),
	url(../fonts/Avenir_Roman.ttf) format("truetype")}

@font-face{font-family:"lr-light";font-weight:500;src:url(../fonts/LandRoverOT4-Light.eot)}
@font-face{font-family:"lr-light";font-weight:500;src:url(http://:/) format("No-IE-404"),
	url(../fonts/LandRoverOT4-Light.svg) format("svg"),
	url(../fonts/LandRoverOT4-Light.woff) format("woff"),
	url(../fonts/LandRoverOT4-Light.ttf) format("truetype")}

@font-face{font-family:"lr-medium";font-weight:500;src:url(../fonts/LandRoverOT4-Medium.eot)}
@font-face{font-family:"lr-medium";font-weight:500;src:url(http://:/) format("No-IE-404"),
	url(../fonts/LandRoverOT4-Medium.svg) format("svg"),
	url(../fonts/LandRoverOT4-Medium.woff) format("woff"),
	url(../fonts/LandRoverOT4-Medium.ttf) format("truetype")}

@font-face{font-family:"lr-bold";font-weight:500;src:url(../fonts/LandRoverOT4-Bold.eot)}
@font-face{font-family:"lr-bold";font-weight:500;src:url(http://:/) format("No-IE-404"),
	url(../fonts/LandRoverOT4-Bold.svg) format("svg"),
	url(../fonts/LandRoverOT4-Bold.woff) format("woff"),
	url(../fonts/LandRoverOT4-Bold.ttf) format("truetype")}


.ipadiframe, .container { max-width:1024px; }

body { 
	font-family: 'avenir', Arial, Helvetica, Sans-Serif; 
    color: rgb(74, 79, 84); 
	background-color: #fff;
	font-size: 13px;
	/*background-color: rgb(248, 249, 249);*/
}

.container {
	width: 100%;
	max-width: 1170px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.white-bg {
	background-color: #fff;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
	/*body { font-size:21px; }*/
}

h1, h2, h3, h4 { text-transform:uppercase; }

h1 {
	font-weight: 500;
    font-size: 1.7em;
    letter-spacing: 0.5em;
    color: #000;
}
h2, h3 {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}
h4 {
	font-size: 100%;
}

.headerimg { border-bottom: 5px solid #a61933; }

.lr-logo {
	padding: 30px;
}
.lr-logo img {
	width: 57px;
	height: 30px;
}
@media (min-width: 992px) {
	.lr-logo img {
		width: 115px;
		height: 60px;
	}
}

label { font-weight: 500; }

.form-control[disabled] {
	opacity: 0.7;
}

/*strong { font-family:'JLR Proxima Nova Bold'; }*/

.chxjag { font-family: 'lr-medium'; font-size:32px; display:block; }

.chxjag input + span { color:#cdcdcd; }
.chxjag input:checked + span { color:#5b5b5b; }

input[type=radio] { margin-right:1em; }

hr { border-top: solid 1px #f2f2f2; }
hr.transparent {
	border-top: solid 1px transparent;
}

.form-control {
	border-radius: 0px;
}

.formdisabled { color:#cdcdcd; }
.formenabled { color:#5b5b5b; }

.btn {
	padding: 10px 60px;
	border: solid 1px #000;
	border-radius: 0;
	background-color: rgb(234,234,234);
	color: #000;
}
.btn:hover {
	background-color: #fff;
}

#imgVOI{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

hr.sep { height:4em; color:#fff; border-color:#fff; }
hr.double { margin-top:40px; margin-bottom:40px; }

input[type=checkbox], input[type=radio] {
	margin: 1.5px 0 0;
	/*margin-top: calc(4px / 9);*/
	vertical-align: middle;
}

hr.line-spacer {
	border: solid 0px transparent;
	margin-top: 5px;
	margin-bottom: 5px;
}
hr.row-spacer {
	border: solid 0px transparent;
	margin-top: 15px;
}
@media (min-width: 992px) {
	.border-left-md-up {
		border-left: solid 1px #f2f2f2;
	}
}
.radio-10 label.radio-inline {
	width:18%;
	margin-left: 0 !important;
}
@media (min-width: 768px) {
	.radio-10 label.radio-inline {
		width:9%;
		margin-left: 0 !important;
	}
	.radio-10 div {
		width: 45%;
		display: inline-block;
		text-align: right;
	}
	.radio-10 div:first-child {
		text-align: left;
	}
}
.radio-11 label.radio-inline {
	width:15%;
	margin-left: 0 !important;
}
@media (min-width: 768px) {
	.radio-11 label.radio-inline {
		width:8%;
		margin-left: 0 !important;
	}
	.radio-11 div {
		width: 45%;
		display: inline-block;
		text-align: right;
	}
	.radio-11 div:first-child {
		text-align: left;
	}
}
.buttonstyle {
	background: #a61933 url('../images/cta-arrow-white.png') right center no-repeat;
	color: white;
	text-decoration: none;
	font-family: "Proxima Nova", Arial, Helvetica, Sans-Serif;
	padding: 5px 18px 3px;
	padding-top: 9px;
	padding-bottom: 8px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	letter-spacing: 0.1em !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 36px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	border:0;
}

.pleasewait {
    padding: 10px 60px;
    border: solid 1px #000;
    border-radius: 0;
    /*background-color: #cdcdcd;*/
    background-color: red;
    /*color: #000;*/
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.buttonstyle:hover { text-decoration:none; background-color:#352c2c; color:#fff; }

.error { color:red; }
label.error { display: block; }

select, select option { font-family:'Trebuchet MS', Arial, Helvetica, Sans-Serif; }

.lblCounter { margin-top: 4em; }

header {
	/*background: rgb(0,0,0);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 45%,rgba(39,92,127,1) 135%);*/
	background-color: white;
	padding: 20px;
	overflow: hidden;
}

header .contain {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

header img {
	max-height: 30px;
	width: auto;
	vertical-align: middle;
	display: inline-block;
}

header h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	margin: 25px 0 0 0 !important;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.progressbar {
	width: 300px;
	height: 21px;
}

.progressbarlabel {
	width: 300px;
	height: 21px;
	position: absolute;
	text-align: center;
	font-size: small;
}