/*--------------------------------------------------------------------------------*/
/* ---------------------  Main Styles For Bootstrap          -------------------- */
/*--------------------------------------------------------------------------------*/

/* Look and feel for category container (Every category is in a seperate container  */
/* These boxes are also in the responsive part of this CSS file when scrolling down */

.rdautos_categories_container {
    width: 32%;
    padding: 15px 10px;
    border: solid 1px #cdcdcd;
    float: left;
    margin-right: 10px;
    margin-top: 18px;
    padding-bottom: 10px;
    min-height: 500px;
}

.categories-desc-box {
    margin-bottom: 15px;
}

/* Look and feel for vehicle container (Every vehicle is in a seperate container */
/* These boxes are also in the responsive part of this CSS file when scrolling down */

.rdautos_vehicle_container {
    width: 32%;
    padding: 15px 10px;
    border: solid 1px #cdcdcd;
    float: left;
    margin-right: 10px;
    margin-top: 18px;
    position: relative;
    min-height: 500px;
}

.item-sameheight {
    min-height: 500px;
}

.details-body{
    margin-bottom:20px;
}

/* Look and feel for h2 style in the vehicle and category container. */
/* These boxes are also in the responsive part of this CSS file when scrolling down */

.responsive_h2 {
    margin-top: 3px;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.filter_selects {
    margin-top: 10px;
}

/* Information page (details) */
.info_title {
    margin-bottom: 15px;
}

.info_label {
    font-weight: bold !important;
}

.enquire-template{
    padding-top: 20px;
}

.accesoires {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
}

.accesoire {
    width: 50%;
    float: left;
    height: 20px;
    padding-left: 25px;
    line-height: 19px;
    background: url(../images/tick-16x16.png) no-repeat;
}

.rdautos-thumbnail{
    margin-left:2px;
    width:32%;
    min-height:100px;
}

.nap-logo{
    height:20px;
    margin-left:15px;
    margin-top:3px;
}

/* Labels on category, stock, sold, search template */

.labels {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 0;
    right: 0;
}

.new-vehicle {
    background: url(../labels/label-new.png) no-repeat;
}

.new-condition-vehicle {
    background: url(../labels/label-new-vehicle.png) no-repeat;
}

.featured-vehicle {
    background: url(../labels/label-featured.png) no-repeat;
}

.discount-vehicle {
    background: url(../labels/label-sale.png) no-repeat;
}

.hot-vehicle {
    background: url(../labels/label-hot.png) no-repeat;
}

.sold-vehicle {
    background: url(../labels/sold_icon.png) no-repeat;
}

/* Look and feel for the checkboxes on the search pages */

.option_checkbox {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-left: 3px;
    float: left;
    position: absolute;
}

.option_checkboxname {
    width: 100%;
    height: 20px;
    margin-left: 30px;
    margin-top: 4px;
    padding-bottom: 2px;
    float: left;
}

.option_container {
    width: 50%;
    padding: 0px;
    display: block;
    float: left;
}

.margin_sendafriend_desc {
    margin: 15px 0px 25px 0px;
}

@media (max-width: 1024px) {
    .rdautos_vehicle_container {
        width: 50%;
    }
}

/*--------------------------------------------------------------------------------*/
/* ---------------------  Responsive Styles Tablets          -------------------- */
/*--------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 979px) {

    /* ------  You may use this one but 95% tablets are looking well     -------- */

}

/*--------------------------------------------------------------------------------*/
/* ---------------------   Responsive Styles Phone HZN       -------------------- */
/*--------------------------------------------------------------------------------*/

@media (min-width: 480px) and (max-width: 767px) {

    .rdautos_categories_container {
        height: 225px;
        width: 217px;
        margin-right: 20px;
    }

    .rdautos_vehicle_container {
        height: 225px;
        width: 217px;
        margin-right: 20px;
    }

}

/*--------------------------------------------------------------------------------*/
/* ---------------------   Responsive Styles (Phone)         -------------------- */
/*--------------------------------------------------------------------------------*/

@media (max-width: 480px) {

    .info_title
    {
        font-size: 25px;
    }

    .rdautos_categories_container {
        min-height: 480px;
        width: 100%;
    }

    .rdautos_vehicle_container {
        min-height: 550px;
        width: 100%;
    }

    .responsive_h2 {
        margin-top: 3px;
        font-size: 20px;
        line-height:25px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

}

/*--------------------------------------------------------------------------------*/
/* ---------------------   Responsive Styles (Phone)         -------------------- */
/*--------------------------------------------------------------------------------*/

@media (max-width: 320px) {

    .rdautos_categories_container {
        height: 225px;
        width: 215px;
    }

    .rdautos_vehicle_container {
        height: 225px;
        width: 215px;
    }

    .responsive_h2 {
        margin-top: 3px;
        font-size: 14px;
        padding-bottom: 5px;
        margin-top: -5px;
        margin-bottom: 5px;
        border-bottom: 1px #CCC solid;
    }

    .accesoire {
        width: 100%;
        float: left;
        height: 20px;
        padding-left: 25px;
        line-height: 19px;
        background: url(../images/tick-16x16.png) no-repeat;
    }

}

/* The ribbons */

.corner-ribbon{
    width: 200px;
    background: #e43;
    position: relative;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}