.product-list-image {
    max-height: 200px !important;
}

@media screen and (max-width: 1199px) {
	.product-list-image {
        max-height: 156px !important;
    }
}

@media screen and (max-width: 991px) {
	.product-list-image {
        max-height: 310px !important;
    }
}
@media screen and (max-width: 767px) {
	.product-list-image {
        max-height: 300px !important;
    }
}


@media screen and (max-width: 1199px) {
	/* Main Navigation */
	.navbar-brand {
    	padding-right: 10px;
    }
    .nav > li > a {
		padding: 15px 10px;
	}
	.navbar .navbar-right .form-control {
	    width: 150px;
	}

	/* Slider VFG */
	.slider-vfg {
		height: 330px;
		top: 20px;
	}
	.slider-vfg h3 {
	    font-size: 26px;
	    line-height: 18px;
	}
	.slider-vfg h3 span {
	    font-size: 18px;
	}
	.slider-vfg h4 {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.slider-vfg input, .slider-vfg select {
	    margin-bottom: 5px;
	}


	/* Homepage */
	.battery-promo img {
		margin-top: 75px;
	}
	.footer-logo {
		margin-right: 16px !important;
	}
	.section-black-btns::after {
		right: -99%;
	}


	/* Sidebar Buttons */
	.quick-links .btn-title {
		font-size: 18px;
		line-height: 20px;
	}

	/* Footer */
	.copyright {
		font-size: 12px;
	}

    /* Products Page */
    .btn {
        padding: 6px !important;
        font-size: 12px !important;
    }

}




@media screen and (max-width: 1199px) and (min-width: 768px) {
	.navbar .navbar-form.navbar-right input {
	  width: 100%;
	}
	.navbar .navbar-form.navbar-right {
	  width: 100%;
	  margin-top: 25px;
	  margin-bottom: 15px;
	}
	.navbar .navbar-form.navbar-right .form-group {
	  width: 80%;
	}
}




@media screen and (max-width: 991px) {
	#content {
		margin-top: 10px;
	}
	.left-sidebar {
	    margin-bottom: 20px;
	}
	/* Show/Hide on Mobile */
	.mobile-hide {
	  display: none;
	  opacity: 0;
	}
	.desktop-hide {
		display: block;
	  	opacity: 1;
	}

	/* Home Page */
	.nav.navbar-nav li {
		padding: 0px 4px;
	}
	.catalog-content h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.battery-txt-wrap {
		padding-top: 25px;
	}
	.high-performance-batteries h4 {
		font-size: 20px;
		font-weight: bold;
		color: white;
	}
	.battery-promo h4 {
		padding-top: 0px;
	}
	.battery-promo h4 {
		font-size: 22px;
		line-height: 24px;
	}
	.row.catalog-wrap img {
		display: none;
	}
	.catalog-content {
		width: 100%;
		position: relative;
		right: unset;
		top: unset;
		transform: unset;
		padding: 30px 15px;
	}
	.catalog-content a {
		background: red;
		color: white;
		width: 100%;
		display: block;
		padding: 10px;
		text-align: center;
		border-radius: 4px;
		transition: background-color .2s ease-in-out;
	}
	.catalog-content a:hover {
		background: black;
		color: white;
	}


	/* Slider */
	#home-slider .carousel-caption h3 {
		font-size: 18px;
		max-width: 265px;
		line-height: 24px;
		padding-bottom: 0px;
	}
	#home-slider .carousel-caption .carousel-description {
		max-width: 235px;
	}


	/* Technology Page */
	.technology-section img {
		margin-top: 20px;
	}


	/* Footer */
	.site-footer {
		background-size: cover;
	}
	.footer-left, .footer-right {
		justify-content: center;
	}
	.footer-left {
		margin-bottom: 20px;
	}
	.footer-nav {
		text-align: center;
	}
	.copyright {
		margin-top: 20px;
	}
}




@media screen and (max-width: 991px) and (min-width: 768px) {
	nav .navbar-nav li {
		font-size: 12px;
	}
}




@media screen and (max-width: 767px) {
	h3, .sidebar-vfg h3 {
		font-size: 28px;
	}
	.alt-nav-header h3 {
  		font-size: 24px;
  	}
	/* Main Nav */
	.nav.navbar-nav {
	    margin-top: 20px;
	}
	.navbar-nav>li:first-child a {
		background: none !important;
		color: #777 !important;
		padding: 15px 10px;
	}
	.navbar-nav>li:first-child a:hover {
		background: none !important;
		color: #e83521 !important;
		padding: 15px 10px !important;
	  }
	#bs-example-navbar-collapse-1 {
		background: whitesmoke;
	}
	.nav.navbar-nav li {
		border-top: 1px solid #dcdada;
	}
	.nav.navbar-nav li:first-child {
		border-top: none;
	}
	.nav.navbar-nav {
		margin-top: 0px;
	}
	.search-btn {
		width: 100%;
	}
	.navbar-brand {
		padding-top: 4px;
	}
	.navbar-default .navbar-nav li .dropdown-menu {
	    background: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	    color: #ed1c24;
	}
	.navbar .navbar-right .form-control {
	    width: 100%;
	}
	.navbar .navbar-right {
		border-bottom: 0;
		margin-bottom: 0;
		padding-left: 10px;
	}

	/* Alt Nav */
	ul.alt-nav {
	    justify-content: center;
	}
	/* Flex Buttons on the Home Page */
	.flex-row {
		display: block;
	}

	/* Products List */
	ul.product-list li:nth-child(odd) {
	  padding-right: 0;
	}
	ul.product-list li:nth-child(even) {
	  padding-left: 0;
	}


	/* Homepage */
	.catalog-wrap img {
		margin-left: -75px;
	}
	.battery-txt-wrap {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.battery-promo img {
		margin-top: 10px;
	}
	.battery-promo h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.high-performance-batteries .btn-white {
		width: 100%;
		padding: 10px !important;
	}
	.battery-promo .btn-red {
		width: 100%;
		padding: 10px !important;
		margin-bottom: 40px;
	}



	/* Slider */
	#home-slider .carousel-caption .carousel-description {
		max-width: 180px;
	}
	.carousel-description p {
		font-size: 14px;
		line-height: 16px;
	}


}




@media screen and (max-width: 639px) {
	/* Alt Nav */
	.alt-nav-caption {
	    display: none;
	    opacity: 0;
	}
	#alt-nav-wrap {
		background: #f3f3f3;
	}
	ul.alt-nav {
		margin: 10px auto 20px auto;
	}
	#home-slider .carousel-indicators {
		display: none;
	}
	/* Home Page */
	#home-slider .carousel-caption h3 {
		font-size: 14px;
		max-width: 180px;
		line-height: 18px;
		padding-bottom: 0px;
	}
	#home-slider  .carousel-description p {
		font-size: 11px;
		line-height: 14px;
	}
	.carousel-inner .item .slide-img {
		margin-left: 50px;
	}
	.home-slider-wrap .container {
		margin-right: -15px;
	}
	#home-slider .carousel-caption {
		left: 40px;
	}


	/* Footer */
	.footer-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}




@media screen and (max-width: 479px) {
	/* Top Bar */
	.top-bar {
	    text-align: center;
	}

	/* Home Page */
	.catalog-wrap img {
		margin-left: 0px;
		height: 140px;
	}
	.catalog-content h4 {
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 0px;
	}
	.section-red.high-performance-batteries img {
		display: none;
	}


	/* Slider */
	#home-slider .carousel-description p {
		font-size: 10px;
		line-height: 14px;
	}
	#home-slider .carousel-caption .carousel-description {
		max-width: 160px;
	}
	#home-slider .carousel-caption h3 {
		margin-bottom: 0;
	}
	#home-slider .carousel-caption h3 {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 6px;
	}
	.carousel-caption a {
		font-size: 10px !important;
		padding: 4px 8px !important;
		margin-top: 4px;
	}


	/* Home Page Buttons & Sidebar Buttons */
	.btn-title, .quick-links .btn-title {
		font-size: 16px;
	}
	.btn-subtitle, .quick-links .btn-subtitle {
		font-size: 12px;
	}

	/* Footer */
	.phone-container {
	    width: 100%;
	    margin-top: 10px;
	    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	    justify-content: center;
	}
	.phone-container:nth-of-type(1) {
		margin-right: 0;
	}
	.footer-info .social-contact {
		max-width: 160px;
		margin: 0 auto;
	}
	.social-contact div {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
}




@media screen and (max-width: 379px) {
	h3, .sidebar-vfg h3 {
	    font-size: 22px;
	}
	.alt-nav-header h3 {
	    font-size: 20px;
	}
	/* Home Page Slider */
	#home-slider .carousel-caption {
		left: 30px;
	}
	#home-slider .carousel-caption h3 {
		font-size: 12px;
		line-height: 15px;
	}

	/* Homepage */
	.battery-promo h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.catalog-content a {
		font-size: 12px;
	}


	/* Slider */
	.carousel-description {
		display: none;
	}

	/* Mobile VFG */
	.mobile-vfg h3 {
		font-size: 22px;
	}
	/* Home Page Buttons */
	.bounce-instructions, .bounce-catalog {
		margin-bottom: 30px;
	}

	/* Product Page */
	.nav-pills {
	    justify-content: flex-start;
	}
	.nav-pills > li > a {
		margin-right: 10px;
	}
}

@media screen and (max-width: 379px) {
	.social-links {
		margin-top: 14px;
	}
}

