/*  --------------------------------------------------------------------------  */
/*  ------------------------ For portrait tablets (600 wide - 32 for scrollbar) */
/*  --------------------------------------------------------------------------  */

#navbtn {
    display: none;
    float: right;
    padding: 0 40px 0 20px;
    background: #0069aa url('../images/bg-navbtn.png') no-repeat right;
    font: bold 13pt/40px 'PT Sans Narrow', 'Lucida Grande', Verdana, sans-serif;
    text-align: right;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    }
#navbtn:hover {
    background-color: #005a92;
}

@media screen and (max-width: 991px) {

h1 {
    font-size: 25pt;
    letter-spacing: -1px;
}

h2 {
    font-size: 19pt;
}


body {
    font-size: 10pt;
    background-position: 0 -155px;
}

p {
    line-height: 20px;
}

#container, #footercontainer {
    width: 568px;
}

header, #headerbody {
    height: 150px;
    background: none;
}

#headerbody {
    position: relative;
    overflow: visible;
}


nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    z-index: 400;
}
ul#menu {
    display: none;
    position: static;
    margin: 0;
    width: 100%;
    top: auto;
    right: auto;
}
ul#menu li {
    display: block;
    margin: 0;
    float: none;
}
ul#menu li:last-child {
    float: none;
}
ul#menu li a, ul#menu li a:last-child {
    float: right; display: block;
    margin: 0;
    padding: 0 20px 0;
    width: 100%;
    border: 0;
    background: #0069aa;
    color: #fff;
    text-align: left;
    font: bold 13pt 'PT Sans Narrow', 'Lucida Grande', Verdana, sans-serif;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul#menu li a:hover, ul#menu li a:last-child:hover {
    background-color: #005a92;
}
ul#menu li:last-child a {
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}
body.pg-home ul#menu li.btn-home a,
body.pg-about ul#menu li.btn-about a,
body.pg-new-parts ul#menu li.btn-new-parts a,
body.pg-stock ul#menu li.btn-stock a,
body.pg-vehiclemodels ul#menu li.btn-vehiclemodels a,
body.pg-enquiry ul#menu li.btn-enquiry a,
body.pg-contact ul#menu li.btn-contact a {
    background: #005a92;
    color: #eee;
    cursor: default;
}

#navbtn {
    display: block;
}

a#logo {
    top: 15px;
    left: 0;
    width: 199px;
    height: 85px;
}

#banner {
    display: none;
}

#content {
    padding: 0 0 100px; /* bottom must be same/more height as the footer */
}

.left, .right {
    float: none;
    clear: both;
    width: 100%;
}
.left {
    margin-bottom: 40px;
}

#listings {
    float: none;
    clear: both;
    width: 100%;
}
#filters {
    float: none;
    clear: both;
    width: 100%;
}



#hiddencontent {
    display: none;
}
#trigger {
    display: inline-block;
}

a.formreveal {
    display: inline-block;
    padding: 10px;
    background-color: #018ee5;
    text-transform: uppercase;
    font-size: 10pt;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
a.formreveal:hover {
    background-color: #0069aa;
    color: #fff;
}
/*  ---end---  */
}