@media(max-width: 586px)
{
	#page-wrapper{
		padding: 20px;
	}
	.title a,
	span.mobile-spacing{
		float: left;
	}
	br.mobile-spacing{
		display: none;
	}
	.bottom-support{
		clear: both;
	}
}
@media(max-width: 768px){
	.top-spacer{
		display: none;
	}
	.bottom-spacer{
		display: none;
	}
}
@media(min-width: 768px)
{
	.no-js-background{
		/* background: url("../img/IMG_0003.JPG ") no-repeat bottom center fixed; */
		background: url("../img/lambo2.jpg") no-repeat bottom center fixed;
	}
	.top-spacer,
	.bottom-spacer{
		text-align: center;
		width: 100%;
		min-height: 50px;
		height: 30%;
	}    
}
@media(min-width: 586px)
{
	html,
	body,
	#page-wrapper{
		height: 100%;
	}
	#page-wrapper{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow-x: hidden;
	}
	
	.main-content{
		position: relative;
		color: #FFFFFF;
		background: rgba(0,0,0,.7);
	}
	.title,
	.search,
	.spacing-block{
		float: left;
	}
	
	.title{
		position: absolute;
		left: 0;
		width: 25%;
		height: 100%;
		background: #000000;
		padding: 0 10px;
		text-align: right;
	}
	span.mobile-spacing{
		display: none;
	}
	.bottom-support{
		position: relative;
		padding: 5px 0;
	}
	.search{
		margin-left: 25%;
		padding: 20px 40px;
	}
	.title{
		min-height: 80px;
	}
	.spacing-block{
		width: 1px;
		height: 150px;
	}
}
.title h1 a{
	color: #FFF;
}
.title h1 a:hover{
	color: #33CCFF;
	text-decoration: none;

}
.remove-vins{
	display: none;
}
.request-code{
	display: none;
}
.border-none>tbody>tr>td{
	border: none;
}

a:hover, a:focus {
color: #fff !important;
text-decoration: none !important;
}
