
.contactForm ul,
.infoRequest ul
{
	list-style: none;
}

.infoRequest ul li,
.contactForm ul li
{
	list-style: none;
}

.contactForm ul li
{
	display: inline-block;
	width: 48%;
}

.contactForm ul li.Inputfield_subject,
.contactForm ul li.Inputfield_msg
{
	display: block;
	width: 100%;
}

.contactForm ul li.Inputfield_msg textarea
{
	width: 60%;
	height : 200px;

}

.vehicleMosaic .mix{

	display: none;
}

@media (min-width: 550px)
{
	.infoRequest ul li
	{
		display: inline-block;
		width: 48%;
	}

	.infoRequest ul li.Inputfield_subject,
	.infoRequest ul li.Inputfield_msg
	{
		display: block;
		width: 100%;
	}

	.infoRequest ul li:nth-child(2),
	.infoRequest ul li:nth-child(4)
	{
		margin-left: 3%;
	}


	.contactForm  ul li:nth-child(2),
	.contactForm  ul li:nth-child(4)
	{
		margin-left: 3%;
	}
}

@media only screen and (max-width: 767px)
{
	.contactForm ul li
	{
		display: block;
		width: 100%;
	}

	.contactForm ul li.Inputfield_subject,
	.contactForm ul li.Inputfield_msg
	{
		display: block;
		width: 100%;
	}

	.contactForm ul li.Inputfield_msg textarea
	{
		width: 80%;
		height : 200px;

	}

}