/* Enter Your Custom CSS Here */
select[name="location"] {
  display:none !important;
}
/*.dealer_detail{
	display:none;
}*/


@media screen and (min-width: 320px) {
  .logo{
	padding-left: 0px;
	}
}

@media screen and (min-width: 375px) {
  .logo{
	padding-left: 23px;
	}
}

@media screen and (min-width: 425px) {
  .logo{
	padding-left: 45px;
	}
}

.subito{
		filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
}

.subito:hover{
		filter: none;
  -webkit-filter: grayscale(0%);
}

.slides{
		height: 90vh !important;
}

.default-header{
		margin-bottom: -30px;
}