/* Repsonsive Bootstrap style sheet for Salvage Now*/
@media only screen and (min-width: 1260px) {
    .container {
        width: 1230px;
    }

    .navbar-nav > li > a {
        font-size: 18px;
        padding: 0px 16px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

    #srchResults ul li {
        font-size: 13px;
    }

    #vehicle-finder-wrap .bottomLineAuction {
        text-align: center;
    }

    #footer #newsletterWrap {
        text-align: center;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .title {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 6px;
    }

    .view {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 6px;
    }

    .boxItem {
        margin-bottom: 25px;
    }

    .text-center {
        text-align: center;
    }

    .col-sm-12 {
        margin-bottom: 25px;
    }

    #srchResults .leftDetails {
        padding-right: 0px;
    }

    #vehicle-finder-wrap ul.leftlist li:last-child {
        border-bottom: solid 1px #bfbfbf;
    }

    /* contact page*/
    .contactItem {
        min-height: 60px;
    }

    #mapWrap {
        margin-top: -60px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    #vehicle-finder-wrap h2 {
        padding-top: 30px;
    }

    #insideWrap p {
        padding: 5px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #threeBoxesWrap p {
        padding: 5px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #gradientBoxWrap p {
        padding: 5px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    h2 {
        margin-top: 25px;
        text-align: center;
    }

    h4 {
        margin-top: 5px;
        margin-bottom: 25px;
        text-align: center;
    }

    #srchResults {
        padding-left: 15px;
        padding-right: 15px;
    }

    #auctionCalendarWrap h3 {
        text-align: center;
    }

    #auctionCalendarWrap .auctionSubHeading {
        text-align: center;
    }

    #auctionCalendarWrap #viewAllBtn {
        text-align: center;
        float: none;
        margin-top: 0px;
    }

    #footer .footerCat ul {
        padding-bottom: 20px;
    }

    #footer .footerCat ul li a {
        text-align: center;
    }

    #footer .footerCatTitle {
        text-align: center;
        padding-bottom: 4px;
    }

    #footer .footerCat #ftrSoc a {
        text-align: center;
    }

    #footer .footerCat #ftrSoc {
        padding-bottom: 20px;
    }

    .addressContact {
        text-align: center;
    }

    #logo-holder {
        padding-left: 0px;
        padding-right: 0px;
    }


    .contentFull {
        padding-right: 15px;
        padding-left: 15px;
    }

    .contentImage {
        padding-left: 15px;
    }

    .contentText {
        padding-right: 15px;
    }

    /* Contact */
    #contactDetailsAll {
    }

    #mapWrap {
        margin-top: 0px;
    }

    /* register form*/
    .regBox .pull-left.mgr20.half,
    .regBox .pull-left.mgr20.firstName,
    .regBox .pull-left.mgr20.middleInt,
    .regBox .pull-left.mgr20.martialStatus,
    .regBox input.address,
    .regBox .pull-left.mgr20.zipCode,
    .regBox .pull-left.mgr20.city,
    .regBox .pull-left.mgr21.third {
        margin-bottom: 20px;
    }

    .regBox .mgr20, .regBox .half, .regBox .firstName, .regBox .lastName, .regBox .stateSelect, .regBox .left.mgr21.third, .regBox .left.third {
        float: none;
        margin: 0px;
        width: 100%;
    }

    /* Account */
    #accountPage > div.regBox > .detailsItem {
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 430px) {
    .navbar-brand img {
        float: left;
        padding-left: 10px;
        padding-top: 3px;
        max-width: 223px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
