/*
-------------------------------------------------------------
Design and Development by Pixelwork - www.pixelwork.com 
-------------------------------------------------------------
*/ 



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
overflow-x: hidden;	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
}	


/*
-------------------------------------------------------------
Site Framework - Anthony Casey
-------------------------------------------------------------
*/ 



.flLeft { float: left; }
.flRight { float: right; }

.alLeft {text-align: left;}
.alRight {text-align: right;}
.alCenter {text-align: center;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

::-moz-selection {
	background:#ef3736; 
	color:#ffffff;
}
::selection {
	background:#ef3736; 
	color:#ffffff;
}



/* ------------------------------------
   Site Specific CSS 
   ------------------------------------  */

body {
	-webkit-text-size-adjust: none;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 12px;
	color: #053274;
	font-weight: 400;
	line-height: 16px;
	background: #000000;
}

p {
	margin: 0 0 20px 0;	
	padding: 0;
}

a:link { color: #757575; font-weight: normal; text-decoration: underline; font-weight: 300;}
a:visited { color: #757575; font-weight: normal; text-decoration: underline; font-weight: 300;}	
a:hover { color: #45770f; font-weight: normal; text-decoration: none; font-weight: 300;}

a {
}

h1, h2, h3, h4 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 300;	
	color: #053274;
}


b {
	font-weight: bold;	
}

.btn {
	font-family: 'Source Sans Pro', Arial, sans-serif;
}


/* ------------------------------------
   Layout CSS
   ------------------------------------  */
   
[class^="icon-"], [class*=" icon-"] {
	background-image: none;
}

.headerContainer {
	position: relative;	
	padding: 55px 0 0 0;
	}   
   
.container-fluid.bodyContent {
	padding-bottom: 30px;
	background: url(../images/global/body-bground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
}

.logo, .logoPreferential, .btnQuoteAlready {
	position: absolute;
	top: 0;	
	}
	
.logo {
	left: 0;
}

.logoPreferential {
	right: 45px;
}

.btn.btnQuoteAlready {
	right: 20px;
	
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	
	background: #022659;
	color: #ffffff;
	font-weight: bold;
	
	text-shadow: none;
	
	border-color: #000000;
	border-width: 2px;
	border-top-width: 0;
	
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.btn.btnQuoteAlready p {
	margin: 0;
	padding: 0;
	}

.navbar {
	float: right;
	padding: 0 0 0 250px;
}
	
.navbar .nav {
	margin: 0;	
}
	
.navbar-inner {
	background: none;
	border: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	filter: none;
}	
	
.navbar .nav>li>a {
	font-weight: bold;
	font-size: 14px;
	float: none;
	padding: 7px 25px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
}

.navbar .nav>li>a:hover {
	background: #022659;
	color: #ffffff;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: #1d78bc;
	text-decoration: none;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.navbar .btn-navbar {
	font-weight: 700;
	padding: 5px 25px;
	color: #1d78bc;
	text-shadow: none;
	
	background: #ffffff;
}

.navbar .btn-navbar:hover {
	color: #ffffff;
	background: #022659;
}

.heroHome {
	margin: 0 0 30px 0;
	}

.heroHome .span6.heroH {	
	margin: 30px 0 0 0;
	padding: 30px;
}

.heroHome .span6.heroText {	
	margin: 30px 0 0 0;
	padding: 35px 50px;
	background: rgb(2,34,80);
	background: rgba(2,34,80,0.4);
	
	color: #ffffff;
	font-size: 20px;
}

.heroHome .span6.heroText p:last-child {	
	margin: 0;
}

.heroHome h1 {
	font-size: 54px;
	font-weight: 600;	
	line-height: 50px;	
	color: #ffffff;
}

.heroHome h1 span.lightText {
	font-weight: 400;	
}

.rowProgressBar {
	background: #2b3031;
	color: #ffffff;	
	margin: 0 0 3px 0;
	min-height: 55px;
}

.rowProgressBar .span1 {
	min-height: 55px;
	background: black;
	margin: 0;
	padding: 0WS 0 0 0;
	text-align: center;
	
	font-size: 22px;
}

.rowProgressBar .span1 a {
	min-height: 34px;
	width: 100%;
	display: block;
	color: #ffffff;
	text-decoration: none;	
	padding: 21px 0 0 0;
}
.rowProgressBar .span1 i {
	
}

.row-fluid [class*="span"].progressArrow {
	margin: 0;	
}

.progressArrow {
	position: relative;
	background: #ef3736;

	min-height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0px 20px 0px 40px;
	font-size: 18px;
	font-weight: 500;
}
.progressArrow:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.progressArrow:after {
	border-color: rgba(239, 55, 54, 0);
	border-left-color: #ef3736;
	border-width: 26px;
	top: 50%;
	margin-top: -26px;
}

.progressStep {
	min-height: 55px;
	line-height: 55px;
	
	padding: 0 0 0 15px;
	font-size: 24px;
	font-weight: 500;
}

.progressStep span {
	font-size: 24px;
	line-height: 16px;
	margin: 0 15px 0 0;
	background: #ef3736;
	padding: 0 10px;
	border-radius: 50px;
	border: 2px solid #ffffff;	
}


.rowTripContainer {
	margin: 0 0 40px 0;
}

.rowTripContainer.rowWhite {
	background: #ffffff;
}

.span6.tripBlock {
	width: 49.9%;
	margin: 0 0 0 0.1%;
}

.span6.tripBlock img {
	width: 100%;	
}

.address {
	height:100px;
}

.formBlock {
	background: #ffffff;	
}

.tripBlockHeader {
	background: #191919;	
	margin: 0 0 3px 0;
	padding: 20px 0;
	
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 500;
}

.tripBlockHeader i {
	color: #ef3736;
	margin: 9px 10px 0 0;
}


.tripForm {
	padding: 20px;
}

.tripForm label {
	font-weight: 600;
	font-size: 13px;	
	line-height: 30px;
}

.tripForm input[type="checkbox"] {
	margin: 0 5px 0 0;
	margin-top: 0 \9;
	line-height: normal;
}

.tripForm .inputCalendar {
	background-image: url(../images/global/icon-input-calendar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-position: right 5px center;
}


.containerFluidCopyright {
	margin: 0 0 0 0;
	background: #000000;	
	padding: 0;
}

.containerCopyright {
	color: #ffffff;
	padding: 20px 0 125px 0;	
}

.divider.tricolor {
	height: 5px;
	background: url(../images/global/divider-tricolor.gif) repeat-x;	
}



.modal h3 {
	font-size: 20px;
	font-weight: 600;	
}

.modal form label {
	text-transform: uppercase;	
}

.modal form [class*="span"] {
	margin-left: 0;	
}

.btn-primary {
	background: #ec3433; 
	background-image:url(../images/global/btn-icon.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
	
	border: 1px solid #671515;

	-moz-box-shadow: 2px 2px 2px #d9d9d9;
	-webkit-box-shadow: 2px 2px 2px #d9d9d9;
	box-shadow: 2px 2px 2px #d9d9d9;
	
	text-transform: uppercase;
	
	font-weight: 600;
	
	padding: 10px 20px;
	
	color: #ffffff;
}	

.btn-primary i {
	margin: 2px 0 0 5px;
	font-size: 18px;	
}

.btn-primary.btn-small {
	background-image:url(../images/global/btn-icon-small.jpg);
	padding: 3px 40px 3px 20px;
}

.btn.singleTrip {
	margin: 20px 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ca201f;	
	background-repeat: no-repeat;
	background-position: right center;
}

.row-fluid.quoteTableContainer {}

.priceFeature {
	padding: 0 0 15px 0;
	margin: 2px 0 7px 0;
	background: #ef3736;
	color: #ffffff;
	border-left: 2px solid #ffffff;
	
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.priceFeature p {
	line-height: 14px;
	margin: 0;
	padding: 0 10px;
}

p.destination {
	font-size: 14px;
	margin: 0 0 10px 0;	
	height : 25px;
}

.priceFeature h3 {	
	padding: 10px 3px;
	margin: 0 0 0 0;
	
	font-size: 16px;
	color: #ffffff;
}

.Section h3 {	
	padding: 10px 3px;
	font-weight: bold;
	margin: 0 0 0 0;	
	font-size: 16px;
}

.priceFeature a {
	color: #ffffff;	
}

.tripHeader {
	background: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
}

.tripHeader h2 {
	font-size: 26px;
	font-weight: 500;
	padding: 10px;
	color: #ffffff;	
}

.tripHeader h2 i {
	color: #ef3736;
	margin: 10px 5px 0 0;
}
   
ul.tableLegend li {
	min-height: 30px;		
	padding-left: 20px;
	line-height: 25px;
}   



.row-fluid.rowStripe, ul.tableLegend li.rowStripe {
	background: #f1f1f1;	
	}
	
ul.tableLegend li.rowStripe {
	background: #f1f1f1;	
	}

.row-fluid.rowFirst {
	border-top: 1px solid #03326c;
}

p.largePrice {
	color: #ffffff;
	font-size: 56px;
	line-height: 56px;
	font-weight: 700;
	}	

span.largePrice {
	color: red;
	font-size: 56px;
	line-height: 56px;
	font-weight: 700;
	}	

.row-fluid.quoteLayout {
	margin: 20px 0 10px 0;
		
}

.row-fluid.quoteLayout .span12 {
	margin-left: 0;	
}

	
.row-fluid.mobile2x4 .span5.tableHeader, .row-fluid.mobile2x4 .span2.tableHeader, ul.tableLegend li.rowHeader {
	color: #053274;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

ul.tableLegend li.rowHeader {
	padding-left: 20px;
	text-align: left;	
	border-bottom: 1px solid #03326c;	
}

.row-fluid.mobile2x4 .span5 {
	width: 50%;
	margin-left: 0;
	float:left;
	text-align: center;
	line-height: 25px;
	font-weight: 500;
}

.row-fluid.mobile2x4 .span2 {
	width: 0%;
	margin-left: 0;
	float:left;
}

.row-fluid.mobile1x3 .span4 {
	width: 33%;
	margin-left: 0;
	float:left;
}

.row-fluid.mobile1x3 .span4 {
	width: 33%;
	margin-left: 0;
	float:left;
}

.excessDisclaimer {
	margin: 20px 0 0 0;	
}


select[class*="span"].dobSelect {
	margin-left: 2.2%;	
}


.btn.btnPostcode {
	background: #ec3433;
	
	border: 1px solid #671515;
	-moz-box-shadow: 2px 2px 2px #d9d9d9;
	-webkit-box-shadow: 2px 2px 2px #d9d9d9;
	box-shadow: 2px 2px 2px #d9d9d9;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	
	margin-left: 2.5%;
	
	text-shadow: none;
}

.btn.btnPostcode:hover {
	background-color: #ca201f;		
}

.row-fluid input[class*="span"].postcode {
	float: left;	
}




/* ------------------------------------
   Media Queries CSS
   ------------------------------------  */
   
   
@media (max-width: 1199px) and (min-width: 979px) {
		
	.logoPreferential {
		right: 35px;
	}
	
	.navbar .nav>li>a {
		padding: 7px 15px;

	}
	
		select[class*="span"].dobSelect {
		margin-left: 1.7%;	
	}
}


@media (max-width: 979px) {
	
	.navbar {
		float: none;
		margin: 17px 0 0 0;		
		padding: 0 20px 0 0;
	}
	
	.navbar-inner {
		padding-left: 0;
		padding-right: 0;	
	}
			
	.navbar .nav>li>a {		
		background: #022659;	
		padding: 15px 20px;
		margin: 0;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.navbar .nav>li>a:hover {	
		background: #1d78bc;
	}
	
	.logoPreferential {
		right: 25px;
	}
	
	/* form.tripForm {
		padding: 20px 10% 0 10%;	
	}
	*/		
	.form-horizontal .control-label {
		text-align: left;
		float: none;
		width: auto;
	}
	
	.form-horizontal .controls {
		margin-left: 0;
	}
	
	.progressArrow {
		padding: 0px 0px 0px 15px;
	}
		
	.btn-primary.btn-small {
		padding: 3px 25px 3px 5px;
	}

	select[class*="span"].dobSelect {
		margin-left: 2%;	
	}


}

@media (min-width: 767px) {
	
	.row-fluid.quoteTableContainer .span4 {
		margin-left: 0;
		width: 33.33%;
		}
	
}


@media (max-width: 767px) {
	.address {
		height:20px;
	}
	
	.headerContainer {
		padding: 25px 0 0 0;
	}
	
	.navbar {
		float: none;
		padding: 0;
	}
		
	.logo {
		width: 159px;
	}

	
	.logoPreferential {
		width: 75px;
		right: 5px;
	}
	
	
	.btn.btnQuoteAlready {
		right: 20px;
		font-size: 12px;
		
		padding: 9px 10px 8px 10px;
		
		background: #022659;
		color: #ffffff;
		font-weight: 400;
		
		font-size: 18px;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		
		border-width: 1px;
		}
		
	.span6.tripBlock {
		width: 100%;
		margin: 0;
	}
	
	.rowProgressBar .span1 {
		width: 20%;
		float: left; 
		
		height: 55px;		
		
		margin: 0;
		padding: 0;
		text-align: center;
		
		font-size: 22px;
	}
	
	.rowProgressBar .span1 a {
		height: 34px;
		padding: 21px 0 0 0;
	}
	
	.rowProgressBar .span1 i {
		margin: 8px 0 0 0;	
	}
		
	.rowProgressBar .span3 {
		float: left;
		width: 80%; 
		
		font-size: 22px;
		
		padding-left: 10px;
		padding-right: 0px;
	}
	
	.rowProgressBar .span3.fullWidth {
		text-align: center;
		width: 100%;
		padding: 0;	
	}
	
	
	.rowProgressBar .span9 {
		padding: 0;
		text-align: center;
	}
	
	.rowProgressBar .span8 {
		/* float: left;
		width: 60%; */
		
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		font-size: 18px;
	}
	
	.rowProgressBar .span8 span {
		margin-right: 5px;	
	}
	
	.progressStep {
		min-height: 55px;
		line-height: 55px;
		
		padding: 0 0 0 30px;		
	}
	
	
	.progressStep span {
		font-size: 16px;
		line-height: 16px;
	
		padding: 0 6px;
		border-radius: 200px;
		border: 2px solid #ffffff;
	}
	
	.progressArrow {
		padding: 0;
		display: none;	
	}
	
	.progressArrow:after {
		top: 0;
		width: 0px;
		height: 0px;
		border-style: none;
		border-width: 0;
		border-color: transparent;
	}
	
	.tripForm {
		display: 100%;	
	}
	
	.row-fluid.quoteTableContainer .row-fluid.tripHeader {
		margin-top: 20px;
	}	
	
	.row-fluid.quoteTableContainer .row-fluid.tripHeader.top {
		margin-top: 0;
	}	
	
	.row-fluid .span6 .tripForm label {
		padding: 0;
		margin: 10px 0 0 0;
		
	 	min-height: 20px;
		line-height: 20px;
	}
	
	.row-fluid .span6 .tripForm label:first-child {
		margin: 0;	
	}
	
	.rowProgressBar .progressStep {
		padding-right: 0;	
	}
	
	.progressStep span {
		margin: 0 10px 0 0;
	}
	
	.priceFeature h3 {
		padding: 10px 0;
		font-weight: 600;
		font-size: 14px;
	}
	
	.row-fluid.mobile2x4 .span2.tableHeader {
		text-align: left;	
		line-height: 25px;		
	}
	
	.row-fluid.quoteTableContainer .span4 {
		background: #ffffff;
	}
	
	.row-fluid.mobile2x4 .span5 {
		width: 37%;
		margin-left: 0;
		float:left;
	}
	
	.row-fluid.mobile2x4 .span2 {
		width: 26%;
		margin-left: 0;
		float:left;
	}
	
	.row-fluid.mobile1x3 .span4 {
		width: 33%;
		margin-left: 0;
		float:left;
	}
	
	.row-fluid.mobile1x3 .span4 {
		width: 33%;
		margin-left: 0;
		float:left;
	}	
	
	select[class*="span"].dobSelect {
		margin-left: 0;	
	}
	
	.rowTripContainer .span6.tripBlock.tripForm:last-child {
		padding: 0 20px 20px 20px;	
	}
	
	.btn-primary.btn-small {
		font-size: 11px;
		padding: 3px 20px 3px 3px;
		background-position: right center;
	}
	
	.row-fluid.mobile2x4 .span5.tableHeader, .row-fluid.mobile2x4 .span2.tableHeader, ul.tableLegend li.rowHeader {
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;		
	}

	.btn.btnPostcode {
		margin-left: 0;	
		margin-bottom: 20px;
	}

}


@media (max-width: 480px) {
	.nav-collapse {
		 -webkit-transform: translate3d(0, 0, 0);
		/* -webkit-transform: none;  */			
	}

	.address {
		height:20px;
	}
}


/* Hack for Menu Rendering Issue on Andriod */
@media screen and (-webkit-min-device-pixel-ratio:0) {    
	.nav-collapse {		
		-webkit-transform: none; 		
	}    
}

.compareValidator{
	color:Red;
	font-weight:bold;
}

.requiredFieldValidator{
	color:Red;
	font-weight:bold;	
}

.error
{
	color:Red;
	font-weight:bold;	
}

.errortext 
{
	color:Red;
	font-weight:bold;	
}

.customValidator{
	color:Red;
	font-weight:bold;
}

.validationSummary{
	color:Red;
	font-weight:bold;
}