@font-face {
	font-family:'AvenirBlack';
	src: url('fonts/avenirltstd-black-webfont.eot');
	src: url('fonts/avenirltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/avenirltstd-black-webfont.woff') format('woff'),
			url('fonts/avenirltstd-black-webfont.ttf') format('truetype'),
			url('fonts/avenirltstd-black-webfont.svg#AvenirLTStd95Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'AvenirBook';
	src: url('fonts/avenirltstd-book-webfont.eot');
	src: url('fonts/avenirltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/avenirltstd-book-webfont.woff') format('woff'),
			url('fonts/avenirltstd-book-webfont.ttf') format('truetype'),
			url('fonts/avenirltstd-book-webfont.svg#AvenirLTStd45Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:'AvenirHeavy';
	src: url('fonts/avenirltstd-heavy-webfont.eot');
	src: url('fonts/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/avenirltstd-heavy-webfont.woff') format('woff'),
			url('fonts/avenirltstd-heavy-webfont.ttf') format('truetype'),
			url('fonts/avenirltstd-heavy-webfont.svg#AvenirLTStd85Heavy') format('svg');
			font-weight: normal;
			font-style: normal;
}
@font-face {
	font-family:'AvenirMedium';
	src: url('fonts/avenirltstd-medium-webfont.eot');
	src: url('fonts/avenirltstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/avenirltstd-medium-webfont.woff') format('woff'),
			url('fonts/avenirltstd-medium-webfont.ttf') format('truetype'),
			url('fonts/avenirltstd-medium-webfont.svg#AvenirLTStd85Heavy') format('svg');
			font-weight: normal;
			font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
}

#xcalc {
	float:none;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#xcalc * {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: normal;
	transition: initial;
}
#xcalc.xcwait * {
	cursor: wait;
}
#xcalc #xcmain {
	margin: 0 auto;
	min-width: 940px;
	max-width: 1140px;
	position: relative;
	padding: 24px;
	border-radius: 7px;
	background-color: #FFA700;
	background: url(img/calc-bg.png) top left no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

#xcalc h2 {
	font: 26px/26px "AvenirBlack", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-shadow: 0 1px 3px #FFA700;
	text-transform: uppercase;
	margin-bottom: 7px;
}
#xcalc h2 span {
	font: 26px/26px "AvenirBook", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
#xcalc .car-type {
	display: block;
	color: #000;
	font: 24px/36px "AvenirBook",Helvetica,Arial,sans-serif;
}
#xcalc #car-select {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left:25%;
	top: 70px;
}
#xcalc #car-next, #xcalc #car-prev {
	position: absolute;
	top: 157px;
	width: 25px;
	height: 37px;
	left: 376px;
	z-index: 100;
	background: url(img/car-arrows.png) left top no-repeat;
	transition: none;
}
#xcalc #car-prev:hover {
	background-position: left bottom;
}
#xcalc #car-next {
	background-position: right top;
	right: 24px;
	left: auto;
}
#xcalc #car-next:hover {
	background-position: right bottom;
}
#xcalc .image-text {
	text-indent: -9999px;
	display: block;
}

#xcalc .calc {
	clear:both;
	background: url(img/finace-ip-bg.png);
	background-size: 100% 100%;
}
#xcalc .clearfix {
	zoom: 1;
}
#xcalc .clearfix:before, #xcalc .clearfix:after {
	content: "";
	display: table;
}
#xcalc .clearfix:after {
	clear: both;
}
#calcInput {
	padding: 19px 10px 0;
	width: 67.35%;
	float: left;
	position: relative;
}
#calcInput > div {
	margin-bottom: 7px;
}
#calcInput label, #citop label {
	font-size: 13px;
	font-weight: bold;
	color: #FF8C10;
	margin-bottom: 4px;
	display: block;
	float: none;
	width: auto;
}
#xcalc input[type=submit], #xcalc label, #xcalc select, #xcalc .pointer {
  cursor: pointer;
}
#xcalc .toolhint {
	display: inline-block;
	margin: 0 0 -3px 5px;
	position: absolute;
	width: 18px;
	height: 17px;
	background: url(img/tooltip.png) no-repeat;
	z-index: 210;
}
#xcalc .toolhint:hover {
	z-index: 240;
}
#xcalc .toolhint-arrow {
	display: none;
	width: 0;
	height: 0;
	border-top: 10px solid #494949;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 20px;
	left: -2px;
}
#xcalc .toolhint-box {
	display: none;
	width: 316px;
	padding: 10px;
	background: #494949;
	color: #FFF;
	position: absolute;
	bottom: 30px;
	left: -30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#xcalc .toolhint:hover .toolhint-arrow, #xcalc .toolhint:hover .toolhint-box {
	display: block;
	z-index: 240;
}
#xcalc .toolhint p {
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	margin-bottom: 10px;
}
#xcalc ol, #xcalc ul {
	list-style: none;
}
#xcalc .toolhint li {
	list-style: disc outside;
	margin: 0 0 3px 15px;
}
#xcalc .slider {
	height: 22px;
	padding: 0;
	background: url(img/finance-slider.png) no-repeat;
	background-size: 100% 100%;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	border: none!important;
	padding-right: 46px;
	float: left;
	width: 80%;
	margin-right: 22px;
}
#xcalc .ui-slider-handle {
	width: 56px;
	height: 20px;
	display: block;
	position: relative;
	background: url(img/slider-handle.png);
	cursor: pointer;
	border: none!important;
	outline: none!important;
	margin: 0!important;
	top: 0;
}
#calcInput .value {
	font: 16px/19px "AvenirHeavy", Helvetica, Arial, sans-serif;
	color: #666;
	display: block;
	float: none;
	width: auto;
	float: left;
}
#xcalc .enquire #calcInput {
	width:330px;
}
#xcalc .enquire .slider {
	width:60%;
}
#xcalc .enquire .sext {
	display: none;
}
#xcalc .enquire .select2 {
	width:290px!important;
}
#xcalc #calcEnquire {
	position:relative;
	padding: 19px 20px 0;
	margin-left: 330px;
	margin-right: 32.65%;
	height: 283px;
	display: none;
	background-color: #6B6B6B;
}
#xcalc .enquire #calcEnquire {
	display: block;
}
#xcalc .enquire #calcOutput {
	margin-top: -283px;
}
#calcEnquire input[type="text"] {
	width:49%;
	margin-bottom: 17px;
}
#calcEnquire textarea {
	width:100%;
	height: 109px;
}
#calcEnquire input[type="text"], #calcEnquire textarea {
	padding: 6px 9px;
	border-radius: 5px;
	border: 2px solid #FFF;
	background-color: #EEE;
	font-size: 15px;
}
#calcEnquire input[type="button"] {
	width: 170px;
	height: 30px;
	text-indent: -999em;
	background-image: url(img/form-submit.png);
	border: none;
	cursor: pointer;
	border-radius: 5px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
#calcEnquire input[type="button"]:hover {
	background-position: left bottom;
}
#xcalc #calcOutput {
	padding: 19px 20px 0;
	width: 32.65%;
	float: right;
	text-align: center;
	position:relative;
}
#xcalc #ccost {
	height: 102px;
	border-bottom: 2px dotted #FFF;
}
#xcalc #ncost {
	margin-top: 17px;
}
#xcalc #calcOutput .reslabel {
	color: #FFF;
	font: 15px/15px "AvenirBook", Helvetica, Arial, sans-serif;
	text-shadow: -1px -1px 1px #111;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#xcalc #calcOutput .toolhint {
	background-image: url(img/tooltip-gold.png);
	text-shadow: none;
	font: 10px/18px Helvetica, Arial, sans-serif;
	height: 18px;
	text-transform: none;
	text-align: left;
	cursor: pointer;
}
#xcalc #calcOutput .toolhint-arrow {
	border-top: 10px solid #FFF;
	z-index: 999;
	bottom: 21px;
}
#xcalc #calcOutput .toolhint-box {
	color: #555;
	background: #FFF;
	left: -286px;
	border: 1px solid #CCC;
}
#calcOutput .toolhint p, #calcOutput .toolhint li {
	color: #555;
}
#calcOutput .value {
	color: #FFB100;
	font: 30px/30px "AvenirBlack", Helvetica, Arial, sans-serif;
	text-shadow: -1px -1px 1px #111;
	display: block;
	text-transform: uppercase;
	margin-top: 15px;
}
#aenquiry {
	margin-top: 17px;
	height: 30px;
	background-image: url(img/finance-ip-enquire.png);
	background-position: right top;
	background-size: 100% 200%;
}
#aenquiry:hover {
	background-position: left bottom;
}
#xcalc button {
	width: 100%;
	padding: 4px 0px 4px 12px;
	cursor: pointer;
	position: relative;
	text-align: left;
	/* font-family: AvenirBook, Helvetica, Arial, sans-serif; */
	/* font-family: AvenirBlack, Helvetica, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	/* font-size: 16px; */
	font-size: 18px;
	/* text-transform: uppercase; */
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 4px;
	background: #FA0;
	background: -moz-linear-gradient(top, #ffaa00 0%, #ff9900 100%);
	background: -webkit-linear-gradient(top, #FA0 0%, #F90 100%);
	background: -o-linear-gradient(top, #ffaa00 0%, #ff9900 100%);
	background: -ms-linear-gradient(top, #ffaa00 0%, #ff9900 100%);
	background: linear-gradient(to bottom, #FA0 0%, #F90 100%);
	transition: all 0.4s ease-in-out;
}
#xcalc button:hover {
	background: #ffbb00;
	background: -moz-linear-gradient(top, #ffb700 0%, #ffa700 100%);
	background: -webkit-linear-gradient(top, #ffb700 0%, #ffa700 100%);
	background: -o-linear-gradient(top, #ffb700 0%, #ffa700 100%);
	background: -ms-linear-gradient(top, #ffb700 0%, #ffa700 100%);
	background: linear-gradient(to bottom, #ffb700 0%, #ffa700 100%);
}
#xcalc button:after {
	content: '►';
	border: none;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#xcalc #bsend {
	margin-top: 15px;
}
#xcalc #xsubmit {
	width: 140px;
	font-size: 15px;
	font-weight: bold;
	float:right;
	margin-top: 5px;
}
#xcalc #xsubmit:after {
	top: 4px;
	right: 10px;
	font-size: 14px;
}
#shadow {
	height: 16px;
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0px;
	background: url(img/calc-shadow.png) no-repeat;
	background-size: 100% 100%;
}

#xcalc #dxpc { margin-bottom: 18px; margin-right: 16px; }
#xcalc #xpc { width:100%; }
#xcalc .select2-selection {
	height:30px;
	padding:0.4em 0.6em;
	border: none;
	background-color: #EEE;
	box-shadow: inset 2px 2px 3px #AAA, inset 0 0 7px #BBB, 2px 2px 3px #EEE;
}
#xcalc .select2-selection__arrow { right: 10px; }
.select2-container .select2-results {
	font-family: Arial, Helvetica, sans-serif;
}
.select2-container .select2-results .select2-results__option--highlighted {
	background-color: #FF9103;
}

#xcalc #citop {
	width: 330px;
	height:187px;
	background-color: #FFF;
	margin-top: 9px;
	float:left;
	position: relative;
	z-index: 120;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#xcalc #citop>div {
	width: 50%;
	padding: 19px 14px 10px 12px;
	float: left;
}
#xcalc #citop>div:first-child {
	padding-right: 0;
}
#xcalc #citop>div:last-child {
	padding-left: 4px;
}
#xcalc #citop input {
	font-weight: bold;
	width: 90%;
	margin-bottom: 8px;
	height:30px;
	padding:0.4em 0.6em;
	border: none;
	border-radius: 4px;
	background-color: #F2F2F2;
	box-shadow: inset 2px 2px 3px #AAA, inset 0 0 7px #BBB, 2px 2px 3px #EEE;
}
#xcalc #citop>div:last-child input {
	width: 100%;
}
#xcalc #citop #xwb {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #7D7D7D;
	opacity: 0.8;
}

#xcalc input.err { border: 2px solid #B00!important; background-color: #FDF0F0!important; }