@media screen and (max-width: 1199px) {

	/* Header & Navigation */
	.navbar-form.navbar-right {
		width: 100%;
		text-align: center;
		margin-right: 0px !important;
	}
	#search_products {
		width: 600px;
	}
	#hero img {
		max-width: 340px;
	}


	/* Call To Action */
	#cta .text-right, #cta .text-left {
		width: 100%;
		text-align: center;
	}


	/* Install Boxes */
	#install {
		padding: 40px 0px 20px 0px;
	}
	.install-box {
		max-width: 100%;
		height: 380px;
		margin-bottom: 60px;
	}
	.horiz-install-box {
		padding: 40px;
	}



	/* Interior Pages */
	.ad-bg {
		background-position: bottom right;
		height: 300px;
	}
	.about-content {
		padding: 20px 20px 40px 20px;
	}
}


@media screen and (max-width: 991px) {


	/* Header & Navigation */
	.hdr-phone-wrap {
		display: none;
	}
	#search_products {
		width: 450px;
	}


	/* Hero Image & VFG */
	#hero img {
		bottom: 70px;
		max-width: 300px;
	}
	.easy-install img {
		bottom: 165px !important;
		max-width: 100% !important;
	}
	.vfg-icons {
		display: none;
	}


	/* Install Boxes */
	.install-box {
		height: auto;
	}
	.install-box a {
		position: unset;
		bottom: unset;
		left: unset;
		transform: unset;
		width: 100%;
	}
	.install-box h6 {
		text-align: left;
	}


	/* 404 Page */
	#error-page .page-title {
		font-size: 100px;
		margin-bottom: 0px;
	}
	.error-sub-heading {
		font-size: 25px;
	}
	#error-page {
		height: 550px;
	}


	/* Interior Pages */
	.ad-bg {
		background-position: bottom center;
		height: 400px;
		background-size: contain;
	}
	.vfg-interior #VFG {
		justify-content: space-around;
	}
	.vfg-interior #VFG select {
		width: 500px;
	}
	#VFG table tr {
		margin-right: 0px;
	}


	/* Metra Updater */
	.red-btn {
		width: 100%;
	}


	/* Footer */
	.site-footer .pull-right {
		float: none !important;
	}
	.site-footer .col-md-2 {
		width: 100%;
	}
	.site-footer .col-md-2 img {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.site-footer .col-md-7 {
		text-align: center;
	}
	.site-footer .col-md-3.pull-right {
		display: none;
		opacity: 0;
	}
}



@media screen and (max-width: 767px) {


	/* Mobile Navigation */
	.navbar-toggle {
		background: none;
		border: none;
		margin-top: 24px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-toggle .icon-bar {
		width: 28px;
		height: 2px;
		border-radius: 0px;
		margin-bottom: 6px;
	}
	#bs-example-navbar-collapse-1 {
		background: #eee;
		border-top: 1px solid #cecece;
	}
	.nav>li>a {
		padding: 14px 24px;
		margin-top: 16px;
	}
	.navbar {
		border: none;
		background-color: #fff;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.nav.navbar-nav li.dropdown-item a {
		padding: 10px 12px;
		color: #777777;
		transition: background .25s ease-in-out;
		background: #f8f8f8;
	}
	.nav.navbar-nav {
		margin-left: 10px;
	}
	.navbar-default .navbar-nav li a {
		padding: 0;
		margin: 0;
		margin-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cacaca;
		font-size: 16px;
		margin-right: 25px;
		color: #292929;
	}
	#search_products {
		width: 100%;
	}
	.navbar-form.navbar-right {
		margin: 0;
		padding: 10px;
		margin-bottom: 10px;
	}
	.navbar-form button {
		width: 100%;
	}



	/* Hero */
	#hero {
		height: 650px;
		background: #515050;
		background: -moz-linear-gradient(top, #515050 0%, #515050 27%, #1d1d1d 100%);
		background: -webkit-linear-gradient(top, #515050 0%,#515050 27%,#1d1d1d 100%);
		background: linear-gradient(to bottom, #515050 0%,#515050 27%,#1d1d1d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515050', endColorstr='#1d1d1d',GradientType=0 );
	}
	.hero-wrap {
		background: #515050;
		background: -moz-linear-gradient(top, #515050 0%, #515050 27%, #1d1d1d 100%);
		background: -webkit-linear-gradient(top, #515050 0%,#515050 27%,#1d1d1d 100%);
		background: linear-gradient(to bottom, #515050 0%,#515050 27%,#1d1d1d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515050', endColorstr='#1d1d1d',GradientType=0 );
	}
	.easy-install {
		display: none;
	}
	#hero img {
		bottom: unset;
		top: 30px;
		max-width: 100%;
	}
	.mobile-hide {
		display: none;
		opacity: 0;
	}
	.mobile-show {
		display: block;
		opacity: 1;
	}
	.ei-logo {
		width: 70%;
		margin: 0 auto;
		margin-top: -138px;
		margin-bottom: 20px;
	}
	#VFG {
		margin-top: 20px;
	}
	.title-img {
		width: 100%;
	}
	.slider-vfg {
		height: 440px;
		padding: 20px;
		position: absolute;
		text-align: left;
		width: 80%;
		z-index: 15;
		transform: translate(50%,-50%);
		top: 60%;
		right: 50%;
	}
	#hero img {
		left: 60px;
		top: 45px;
	}
	.horiz-install-box {
		margin-top: 0px;
		flex-direction: column;
		padding: 40px 20px;
	}
	.horiz-install-box h5 {
		padding-right: 0;
	}
	.horiz-install-box p {
		font-size: 16px;
		text-align: left;
		line-height: 20px;
		color: #000;
		max-width: unset;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.install-box-btn {
		margin-left: 0;
		width: 100%;
	}
	.install-hdr-wrap h3 {
		font-size: 35px;
	}
	.install-hdr-wrap p {
		font-size: 14px;
	}
	.install-hdr-wrap {
		margin-bottom: 100px;
	}
	.install-box {
		margin-bottom: 100px;
	}
	.install-box p {
		text-align: center;
	}
	.install-box {
		margin-top: 0px;
	}
	.col-lg-3.col-md-6.col-sm-12.mobile-show .install-box {
		margin-bottom: 20px !important;
	}


	/* Interior Pages */
	.about-content {
		padding: 20px 30px 40px 30px;
	}
	#contact .page-content {
		padding: 40px 20px;
	}
	.interior-hero #hero {
		height: 125px;
		background: url(/images/metraoreilly/backgrounds/hero-bg.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
	}
	#hero img {
		width: 450px;
		top: 40px;
	}

}




@media screen and (max-width: 639px) {


	/* Hero */
	#hero img {
		left: 0px;
		top: 40px;
		max-width: 90%;
	}
	.slider-vfg {
		width: 100%;
	}

	/* Install Boxes */
	.install-hdr-wrap h3 {
		line-height: 32px;
		margin-bottom: 10px;
	}
	.install-hdr-wrap p {
		max-width: 400px;
		margin: 0 auto;
	}
	.ad-bg p {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.ad-bg h3 {
		margin-bottom: 6px;
		padding-top: 20px;
		line-height: 30px;
	}
	.ad-bg {
		height: 290px;
		text-align: center;
	}


	/* Interior Pages */
	#hero img {
		width: 400px;
		left: 10px;
	}
	.vfg-interior #VFG select {
		width: 300px;
	}


}




@media screen and (max-width: 479px) {

	/* Hero */
	#hero {
		height: 590px;
	}
	.slider-vfg {
		top: 60%;
	}
	#hero img {
		top: 35px;
	}


	/* Interior Pages */
	#hero img {
		width: 330px;
		top: 42px;
		left: 0px;
	}
	.vfg-interior #VFG select {
		width: 200px;
	}

}




@media screen and (max-width: 379px) {


	/* Header */
	.navbar-brand>img {
		width: 185px;
		margin-top: 7px;
	}


	/* VFG */
	.slider-vfg {
		top: 58%;
	}
	.slider-vfg h4 {
		font-size: 30px;
	}


	/* Alt Navigation */
	.install-hdr-wrap h3 {
		font-size: 30px;
	}
	.alt-nav-item {
		width: 150px;
	}


	/* Interior Pages */
	#hero img {
		width: 270px;
		top: 34px;
		left: 0px !important;
	}
	.interior-hero #hero {
		height: 100px;
	}
	.vfg-interior #VFG select {
		width: 180px;
	}
	.interior-page .vehicle-buttons {
		display: block;
	}
	.interior-page .vfg-interior .vehicle-clear {
		width: 100%;
		margin-left: 0;
		margin-top: 10px !important;
	}
	.popup-hdr {
		font-size: 16px;
	}
	.modal-header .close {
		margin-top: -2px;
	}


}