/* extra small devices, phones

@media only screen and (max-width: 480px)
{
}
*/

/* custom, iphone retina

@media only screen and (max-width: 320px)
{
}

/* small devices, tablets */
@media only screen and (max-width : 767px) {

    h1, .h1
    {
        margin-bottom:              15px;
    }

    p
    {
        margin-bottom:              20px;
    }
    .bb,
    .bb-left,
    .bb.right
    {
        margin-left:                0;
        margin-right:               0;
    }
    .section-content
    {
        padding-top:                5%;
        padding-bottom:             7%;
        font-size:                  16px;
    }
    .page-content .container h2
    {
        font-size:                  22px;
        font-weight:                400;
    }

    .page-content .container h3
    {
        font-size:                  18px;
        line-height:                22px;
    }
    #contact
    {
        background-image:           none;
    }

    #contact .contact-form
    {
        margin-bottom:              45px;
    }

    #contact .form-control
    {
        width:                      100%;
    }

    #contact .logo
    {
        margin-top:                 0px;
        margin-bottom:              10px;
    }

    #contact .response-container
    {
        width:                      100%;
    }

    #contact .response-container .outcome-message
    {
        font-size:                  16px;
    }

    #contact .contact-info *
    {
        font-size:                  14px;
    }
    
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img
    {
        width:                      auto;
        max-width:                  auto;
        min-height:                 170px;
    }
    .info-strip {
    height: auto;
    background-image:               none;
    }
    .store-finder {
    height: auto;
    background-image: none;
    }
    .vrm-input {
    width: 85%;
    }
    .mob-hide {
        display: none;
        visibility: hidden;
    }
    .fast-finder select.half-right {
    margin: 0px 12px 5px 5px;
    width: 45%;
    float: right;
    height: 30px;
	}
    .store-finder h3 {
    font-size: 13px;
    text-align: left;
    margin: 14px 0px 0px 0px;
    }
    .store-finder .input-group {
    margin-bottom: 10px;
    }
    .side-shadow {
    box-shadow: 0px 0px 0px 0px #000000;
    }
    .navbar {
    margin-bottom: 0px;
    }
    .container-fluid {
        padding-left: 15px;
    }
    .navbar-collapse {
        padding-left: 15px;
    }
    .big-hide {
        visibility: visible;
        display: block; 
    }
    .brand-hide {
        visibility: visible;
        display: block; 
        margin-bottom: 20px;
    }
    .banner {
/*         height: 130px; */
		background-color: #054D90;
    }
    .sub-footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table#cart tbody td .form-control{
        width:20%;
        display: inline !important;
    }
    .actions .btn{
        width:36%;
        margin:1.5em 0;
    }
    
    .actions .btn-info{
        float:left;
    }
    .actions .btn-danger{
        float:right;
    }
    table#cart thead { display: none; }
    table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
    table#cart tbody tr td:first-child { background: #004A92; color: #fff; }
    table#cart tbody td:before {
        content: attr(data-th); font-weight: bold;
        display: inline-block; width: 8rem;
    }
    table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}

    #login-modal .modal-dialog {
    width: 300px;
	}
	.featured-item-pic img {
    z-index: 10;
    max-height: none; 
    width: 100%;
	}
	.vertical-menu {
		visibility: hidden;
		display: none;
	}
	.product-group img {
		width: 100%;
	}
	.featured-product .featured-item-pic img {
    max-height: 300px;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.store-finder input[type=text] {
    width: 220px;
	}
	    .featured-product {
        height: auto;
    }
    .featured-item-description {
        height: auto;
    }
    h4.empty {
        text-align: center;
    }
    .alert-warning {
        text-align: center;
    }
    .no-pad-l {
        padding-left: 15px;
    }
    .no-pad-r {
        padding-right: 15px;
    }
    button.paypal-button {
        border: none;
    }
    .center-element {
	width: 100% !important;
	margin: 0 auto;
	float: none;
	}
    .center-element-wide {
	width: auto !important;
	margin: 0 auto;
	float: none;
	}
	.featured-item-pic-advert {
/* 		height: 265px; */
	}
	.featured-item-pic-advert img {
/* 		height: 265px; */
	}
	.fa-home {
		margin-left: 10px;
	}
	.second-nav .no-pad {
		padding: 0 15px;
	}
	.vrm-box .no-pad {
		padding: 0 15px;
	}
	.vrm-strip {
/* 		padding: 15px !important; */
	}
	h5.mob-vrm {
		font-size: 13px;
	}
	.reset-btn {
		margin-left: 15px !important;
	}
	.product-group-info {
		min-height: 183px;
		margin-bottom: 15px;
	}
	.s-make, .s-model, .s-submodel, .s-engine, .s-year, .s-fuel {
		margin: 10px;
	}
	.navbar-toggle {
    margin-right: 25px;
	}
	.navbar-brand {
    font-size: 25px;
	}
	.s-make {
		margin-left: 0px !important;
		width: 29%;
	}
	.s-model {
		margin-left: 0px !important;
		width: 29%;
	}
	.s-submodel {
		margin-left: 0px !important;
		width: 29%;
	}
	.s-engine {
		margin-left: 0px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		width: 29%;
	}
	.s-year {
		margin-left: 0px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		width: 29%;
	}
	.s-fuel {
		margin-left: 0px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		width: 29%;
	}
	.dropdown .fa-search, .fa-shopping-cart, .fa-user {
		font-size: 25px;
	}
	.second-nav .dropdown {
    padding: 15px;
    text-align: center;
	}
	#site-footer .row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.product-item-pic-2 {
    height: 230px;
    }

	.vrm-strip {
		padding-bottom: 0px !important;
	}
	.featured-item-pic-advert .img {
		width: 100%;
		height: auto;
	}
	.basket-drop-img img {
    height: auto;
    width: auto;
    max-height: 60px;
}
.basket-pad {
	padding: 15px;
}
}


/* medium devices, desktops */

@media only screen and (max-width: 991px)
{
    h1, .h1
    {
        font-size:                  20px;
    }

    h2, .h2
    {
        font-size:                  20px;
    }

    h3, .h3
    {
        font-size:                  18px;
    }

    h4, .h4
    {
        font-size:                  15px;
    }

    .section-content
    {
        font-size:                  18px;
    }
    .bb-1, .bb-3, .bb-5
    {
        margin-left:                0;
        margin-right:               -7.5px;
    }

    .bb-2, .bb-4, .bb-6
    {
        margin-left:                -7.5px;
        margin-right:               0;
    }
    #contact .adr,
    #contact .tel,
    #contact .url
    {
        font-size:                  16px;
    }
    .store-finder h3 {
    font-size: 14px;
	}
	.mid-hide {
		visibility: hidden;
		display: none;
	}
	.vrm-box {
		border-top: 10px solid #ffffff;
	}
	.part-404 h3 {
	text-align: center;
	font-weight: 400;
	}
    .np-but {
        margin-top: 20px;
    }
    .np-min-h {
        margin-top: 100px;
    }
}

/* large devices, wide screens */

@media only screen and (max-width: 1199px)
{
    h1, .h1
    {
        font-size:                  30px;
    }

    h2, .h2
    {
        font-size:                  22px;
    }

    h3, .h3
    {
        font-size:                  18px;
    }

    h4, .h4
    {
        font-size:                  16px;
    }

    .section-content
    {
        font-size:                  20px;
    }
    #contact
    {
        min-height:                 auto;
    }
    .panel-footer.shocks {
    height: 165px;
	}
}


@media (max-width: 1270px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block !important;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .center-element {
    width: 100%;
    margin: 0 auto;
    float: none;
	}
	.center-element-wide {
	    width: 100%;
	    margin: 0 auto;
	    float: none;
	}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 10px;
    
	}

}


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

    #contact
    {
        background-size:            100% auto;
    }

}

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

.product-group-info {


    min-height: 280px;

}

}

@media only screen and (min-width: 1500px)
{


    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px !important;
    padding: 15px 10px;
}
.navbar .navbar-nav {
        
        margin: 0px 0px 0px 30px !important;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin: 0px 0px 0px 20px;
    }

    .navbar .navbar-collapse {
/*         text-align: center; */
    }
}
@media screen and (min-width:768px) and (max-width:991px){
	.hide-search {
		display: none;
		visibility: hidden;
	}
	.show-search {
		display: block;
		visibility: visible;
	}
	.home-hide {
		display: none;
		visibility: hidden;
	}
	.home-show {
		display: block;
		visibility: visible;
	}
		.container-mob {
	    width: 750px;
	    box-shadow: 0px 6px 4px 0px #000000;
	}
	.store-finder h3 {
		font-size: 15px;
	}
	.ff-2 {
		margin-top: 10px;
	}
	.search-drop {
		display: none;
		visibility: hidden;
	}
	.fa-home {
    font-size: 26px
	}
	.product-group-info {
		margin-bottom: 10px;
	}
	.product-group-list {
		height: 190px ;
	}
	.product-item-pic-2 {
    height: 190px;
	}
	.vrm-strip {
    padding-bottom: 0px;
	}
	.brand-hide {
        visibility: visible;
        display: block; 
        margin-bottom: 20px;
    }

}
@media screen and (min-width:992px) and (max-width:1269px){
	.home-hide {
		display: none;
		visibility: hidden;
	}
	.home-show {
		display: block;
		visibility: visible;
	}
	.container-mob {
	    width: 1170px;
	    box-shadow: 0px 6px 4px 0px #000000;
	}
	.store-finder h3 {
		font-size: 15px;
	}
	.vrm-input {
    width: 165px;
	}
	.second-nav .dropdown {
    padding: 0px;
	}
	.fa-home {
    font-size: 26px
	}
	.product-item-pic-2 {
    height: 190px;
	}
	.hide-vrm {
		display: none;
		visibility: hidden;
	}
	.product-group-info {
    min-height: 235px;
    }
    .form-horizontal .btn {
        font-size: 16px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){

	.container-mob {
	    width: 970px;
	    box-shadow: 0px 6px 4px 0px #000000;
	}
	.ff-2 {
		margin-top: 10px;
	}
	.fast-finder {
/* 		padding-top: 15px; */
	}
	.search-drop {
/* 		padding-top: 25px; */
		padding-right: 10px;
	}
	img.search-img {
		margin-left: -20px;
	}
	.product-group-info .panel-body {

    max-height: 190px;
	}
	.item-name {
		font-size: 14px !important;
	}
}