/*
	
	#-- Each logo has 3 styles --#
	
	.logo._brand_name 		- set the dimensions and position
	._brand_name 			- set the background image
	.active ._brand_name 	- set the active background image
	
	
	#-- If using SVG, IE Legacy support is required --#
	
	body.legacy ._brand_name 			- Set the legacy background image
	body.legacy .active ._brand_name	- Set legacy active state

*/
/*

.logo.jaguar {
	height: 87px;
	margin-top: 36px;
}

.jaguar {
	background-image: url('../img/jaguar.png');
	background-position: 0px 0px;
}

.active .jaguar {
	background-position: 0px -90px;
}
*/


.logo {
	background-image: url('../img/logos.svg');
}

body.legacy .logo {
	background-image: url('../img/logos.png');
}




.logo.ford {
	height: 62px;
	margin-top: 55px;
	background-position: -6px -59px;
}

.active .ford {
	background-position: -6px -188px;
}



.logo.holden {
	height: 118px;
	margin-top: 28px;
	background-position: -198px -31px;
}

.active .holden {
	background-position: -198px -168px;
}


.logo.honda {
	height: 82px;
	margin-top: 49px;
	background-position: -386px -48px;
}

.active .honda {
	background-position: -386px -184px;
}




.logo.hyundai {
	height: 87px;
	margin-top: 44px;
	background-position: -575px -46px;	
}

.active .hyundai {
	background-position: -575px -182px;
}




.logo.kia {
	height: 80px;
	margin-top: 49px;
	background-position: -766px -50px;
}

.active .kia {
	background-position: -766px -186px;
}



.logo.mazda {
	height: 109px;
	margin-top: 35px;
	background-position: -956px -35px;
}

.active .mazda {
	background-position: -956px -171px;
}




.logo.mitsubishi {
	height: 114px;
	margin-top: 30px;
	background-position: -1146px -33px;
}

.active .mitsubishi {
	background-position: -1146px -168px;
}




.logo.nissan {
	height: 100px;
	margin-top: 42px;
	background-position: -1335px -40px;
}

.active .nissan {
	background-position: -1335px -176px;
}




.logo.subaru {
	height: 95px;
	margin-top: 39px;
	background-position: -1524px -42px;
}

.active .subaru {
	background-position: -1524px -178px;
}




.logo.suzuki {
	height: 99px;
	margin-top: 38px;
	background-position: -1714px -40px;
}

.active .suzuki {
	background-position: -1714px -176px;
}



.logo.toyota {
	height: 108px;
	margin-top: 34px;
	background-position: -1904px -35px;
}

.active .toyota {
	background-position: -1904px -171px;
}




.logo.volkswagen {
	height: 117px;
	margin-top: 30px;
	background-position: -2094px -31px;
}

.active .volkswagen {
	background-position: -2094px -167px;
}
