/*Start Main Styles*/
    body, html {
        height: 100%;
    }
    main {
        min-height: 80%;
        padding: 0px;
    }
/*End Main Styles*/
.p-l-10{padding-left:10px!important}
.p-r-10{padding-right:10px!important}
/*Start Sidenav Styles*/
    #sidenav {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sidenav {
        padding-right: 0px;
    }
    .sidenav-toggle {
        color: #337ab7;
        text-decoration: none !important;
        cursor: pointer;
    }
    .sidenav-toggle.collapsed{
        color: #777777 !important;
    }
    .sidenav-toggle > span:before{
        content: "\e138";
    }
    .filter-l1:not(:first-child) {
        margin-top: 10px;
    }
    .filter-l2 {
        margin-left: 20px;
    }
    .filter-toggle {
        display: block;
        text-decoration: none !important;
        color: black!important;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .filter-toggle-l2 {
        display: none;
        text-decoration: none !important;
        cursor: pointer;
        color: #999999;
    }
    .filter-toggle-l2.collapsed:before {
        content: "More";
    }
    .filter-toggle-l2.collapsed {
        display: block;
    }
    .filter-toggle > span.glyphicon:before {
        content: "\2212";
    }
    .filter-toggle.collapsed > span.glyphicon:before {
        content: "\2b";
    }
/*End Sidebar Styles*/

/*Start Product Styles*/
    .container-outer {
        overflow-x: hidden;
    }
    .container-inner {
        width: 10000px;
    }
    .gallery-prev{
        background: url(images/bxslider/controls.png) no-repeat 0 -32px;
    }
    .gallery-thumbs.active>img,.gallery-thumbs.active>span{
        border: solid 2px red
    }
    .product-price-main {
        font-size: 32px;
        font-weight: bold;
        color: #428bca;
        margin-bottom: 0px;
        margin-right: 5px;
    }
    .product-price-sub {
        color: #428bca;
        margin-bottom: 0px;
    }
    .hotdeal-old {
        text-decoration: line-through;
        color: #4a4a4a;
        font-size: 15px;
        font-weight: bold;
        padding-left: 0px;
    }

    .product-container {
        min-height: 360px;
    }
    .product-img-container .btn-xs-container {position: absolute;bottom: 5px;left: 5px;}
    .product-img-container .btn-xs-container span.btn-xs{background: rgba(0,0,0,0.51);color: #fff;padding: 2px 6px;display:inline-block;font-size: 12px;line-height: 12px;margin-right:5px}
    .product-container-full {
        min-height: 0px;
        height: auto;
        padding-left:10px;
    }
    a.product,
    div.product,
    a.product-full,
    div.product-full {
        text-decoration: none;
        color: #666;
        padding: 0px;
        border-radius:0px;
    }
    a.product:hover,
    a.product-full:hover,
    a.product:focus,
    a.product-full:focus,
    a.product:active,
    a.product-full:active,
    div.product:hover,
    div.product-full:hover,
    div.product:focus,
    div.product-full:focus,
    div.product:active,
    div.product-full:active {
        border-color: #428bca;
    }
    a.product.premium, div.product.premium {
        border-top: 4px solid #ff6501;
    }
    a.product-full.premium, div.product-full.premium {
        border-left: 4px solid #ff6501;
    }
    a.product.premium:hover,
    a.product-full.premium:hover,
    a.product.premium:focus,
    a.product-full.premium:focus,
    a.product.premium:active,
    a.product-full.premium:active,
    div.product.premium:hover,
    div.product-full.premium:hover,
    div.product.premium:focus,
    div.product-full.premium:focus,
    div.product.premium:active,
    div.product-full.premium:active {
        border-color: #ff6501;
    }    
    .product-price-container {
        position: absolute;
        bottom: 30px;
        left: 10px;
    }
    .product-info-container {
        text-decoration: none !important;
    }
    .product-info-container p {
        margin-bottom: 0px;

    }
    .product-info {
        color: #666;
    }
    .product-title {
        font-weight: bold;
        margin-top: 4px !important;
        margin-bottom: 8px !important;
        color: #4a4a4a;
    }
    .play-btn-wrapper {
        height: 42px;
        position: absolute;
        width: 60px;
        left: 50%;
        top: 50%;
        background-color: red;
        border-radius: 10px;
        margin-left: -30px;
        margin-top: -21px;
    }
    .play-btn {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 16px solid #e3e3e3;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 13px;
        left: 23px;

    }
    .product-embedded-desc{
        max-height: 450px;
        overflow-y: auto;
        border: solid 1px #eee;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    div.empty {
        margin: 20px;
        font-size: 20px;
        font-style: italic;
        text-align: center;
    }
/*End Product Styles*/

/*Start Listing styles*/
    div.basic-summary {
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }
    div.basic-pager {
        float: right;
    }
    div ul.pagination {
        margin-top: 0px;
    }
    ul.pagination .first, ul.pagination .last {
        display: none;
    }
/*End Listing styles*/

/*Start Navbar styles*/
    .top-nav {
        border-width: 0 0 1px;
    }
    a.navbar-brand img {
        float: left;
        height: 50px;
    }
    h1.business-name {
        float: left;
        font-size: 30px;
        margin-left: 20px;
        margin-top: 8px;
        margin-bottom: 0px;
    }
    ul.navbar-nav li > a{
        height: 80px;
        line-height: 53px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #337ab7 !important;
        background-color: transparent !important;
        font-weight: bold;
    }
/*End Navbar styles*/

/*Start Advert Page styles */
    .media_dealer_logo {
        text-align: center;
    }
    .tracking_phone_no {
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        margin-bottom: -40px;
    }
    .tracking_phone_no > span {
        font-size: 18px;
    }
    .phone_no > a {
    color: #FF0000;
    }
    .id_code {
    font-size: 32px;
    }
    .tracking_phone_no > span {
    display: block;
    }
    .call_seller {
        z-index: 10;
        position: fixed;
        bottom: 0px;
        right: 0px;
        padding: 10px 18px 8px 20px;
        font-weight: bold;
    }
    .send-enquiry {
        width:100%;
        font-weight: bold;
    }
/*End Advert Page styles */

/* START Microsite Carousel Css based on bxslider*/
    .bx-wrapper .bx-viewport {
          left: 0px !important;
    }
/*END Microsite Carousel Css based on bxslider */
/**/
    .hotdeal .price-type {
        top:40px;
    } 
    .basic .price-type {
        top:48px;
    } 
    .price-type {
        font-size: 12px; 
        border-radius: 4px; 
        background-color: #eee; 
        padding: 2px 10px; 
        font-weight: 300; 
        color: #444; 
        position: absolute;
    }
    .product-hotdeal-price {
        color: #BA1428;
        font-size: 20px;
        padding-right: 0em;
        font-weight: bold;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .product-main-price {
        color: #4a4a4a;
        font-size: 20px;
    }
    .price-div {
        text-align: right;
        margin-bottom: 5px;
        margin-right: 7px;
    }
    .product-btn {
        position: absolute;
        bottom: 30px;
        right: 23px;

    }
    .product_btn_list {
        float:right;
        margin-right: 25px;
        margin-bottom: 5px;
    }

    .product-info-container > a.btn {
        position: absolute;
        padding: 13px;
        width: 60%;
        background: #BA1428;
        top: 28px;
        right: 25px;
    }
    .product-img-container {
        background-color: #eeeeee;
        position: relative;
        height: 206px;
    }
    .product-img {
        max-height: 200px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .gridViewItemCS .product-img{max-height:250px}
    .gridViewItemCS div.product-container{padding-left:7.5px;padding-right:7.5px}
/* Start Listing Video View */
    .advert_vid_div {
        min-height: 340px;
    }
/* End LIsting Video View */
/* Start Footer */
    footer {
        background-color: #eee;
        padding-top: 20px;
        padding-bottom: 20px;
    }
/* End Footer*/

/*Start Postcode-modal*/

.postcode-inner-modal {
    max-width: 610px;
    padding: 80px;
    margin: 0 auto;
    background-color: #fff;
}
.postcode-modal-form p {
    font-size: 16px;
    text-align: center;
    color: gray;
    margin-top: 10px;
    line-height: 25px;
}

.postcode-modal-form input {
    letter-spacing: 3px;
    display: block;
    width: 100%;
    text-align: center;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    -webkit-box-shadow: none;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.postcode-modal-form button {
    margin-top: 10px;
    line-height: 25px;
}

.postcode-modal-form h2 {
    font-size: 26px;
    margin: 0;
    line-height: 38px;
    min-width: 380px;
    text-align: center;
}
.postcode-modal-form .has-error-input {
    border: 1px solid #a94442;
    border-top: 1px solid #a94442;
    border-bottom: 1px solid #a94442;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 0;
    border: 1px solid #b72929;
    border-radius: 4px;
}
/*End Postcode-modal*/
@media (max-width: 677px){
    .m4u_showcase_rtc{
        width: 90%;
        float: none;
        margin: auto;
    }
    .postcode-inner-modal {padding: 5px 15px; }
    #postcode-modal-form h2, #postcode-modal-form-enq h2 { font-size: 22px; }
    #postcode-modal-form input, #postcode-modal-form-enq input.enquiry-modal-postcode, #postcode-modal-form-enq1 input.enquiry-modal-postcode {
        font-size: 15px;
        line-height: 50px;
        height: 50px;
    }
    #postcode-modal h2{
        font-size: 22px;
        text-align:center;
        line-height: 25px;
        min-width: 0;
    }
    .postcode-modal-form h2{
        min-width: 0;
    }
}
    @media (max-width: 767px) {
        /*Start Listing styles*/
            div.basic-summary {
                float: none !important;
                text-align: center;
            }
            div.basic-pager {
                float: none;
                text-align: center !important;
            }
            div.basic-pager ul {
                margin-top: 10px;
            }
        /*End Listing styles*/

        /*Start Product styles*/
            div.product-container {
                min-height: 0 !important;
            }
            .product-heading {
                font-size: 25px;
            }
        /*End Product styles*/

        /*Start Navbar styles*/
            a.navbar-brand {
                width: 100%;
            }
            a.navbar-brand img {
                float: none;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
            h1.business-name {
                float: none;
                font-size: 15px;
                margin-left: 0;
                text-align: center;
                display: block;

            }
            button.navbar-toggle {
                float: none;
                margin-left: auto;
                margin-right: auto;
                display: block;
                padding: 0px;
                height: 15px;
                border: none;
                width: 100%;
                margin-bottom: 4px;
                margin-top: 0px;
                height: 23px;

            }
            button.navbar-toggle.collapsed > span.glyphicon:before {
                content: "\e114";
            }
            button.navbar-toggle > span.glyphicon:before {
                content: "\e113";
            }
            ul.navbar-nav li > a{
                height: 40px;
                line-height: 23px;
                text-align: center;
            }
            .dealer_header {
                margin-bottom: 45px;
            }
        /*End Navbar styles*/

        /*Start Sidebar styles*/
            .sidenav-container {
                z-index: 1;
            }
        /*End Sidebar styles*/
            .buyitnow_callseller > span {
                display: block;
            }
    }

    @media (max-width: 320px){ /* iphone 5 */

        a.navbar-brand img {
            margin-left: 0px !important;
        }
        .product-price-main {
            display:block;
            font-size: 21px;
        }
        .price-type {
            top: 0px !important;
            position: relative;
            float: none;
            margin: 0px 0px 5px 0px;
            display: inline-block;
        }
    }
    @media (max-width: 375px) and (min-width:321px) { /* iphone 6 */
        .product-price-main {
            font-size: 26px;
            display:block;
        }
        .price-type {
            top: 0px !important;
            position: relative;
            float: none;
            margin: 0px 0px 5px 0px;
            display: inline-block;
        }
    }
    
    @media (max-width: 420px) and (min-width:400px) { /* iphone 6+ */
        .product-price-main {
            display:block;
            font-size: 27px;
        }
        .price-type {
            top: 0px !important;
            position: relative;
            float: none;
            margin: 0px 0px 5px 0px;
            display: inline-block;
        }
    }
    @media (min-width: 768px){
    .product-container-full .thumbnail>.row>div:first-child{padding-right:0px}
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .product-main-price {
            font-size: 17px;
        }
        .container{width:100%}
        

    }
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

        .product-info.small > p {
            word-break: break-all;
            word-wrap: break-word;
        }
        .product-container {
            min-height: 350px !important;
        }
        .product-main-price {
            font-size: 17px;
        }

}
    @media (min-width: 992px) and (max-width: 1199px) {
        .container{width:100%}
    }
    @media (min-width: 1200px) {

    }
