/*--------------------------------------------------------------------------------*/
/* ---------------------  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: 29%;
    padding: 15px 10px;
    border: solid 1px #cdcdcd;
    float: left;
    margin-right: 10px;
    margin-top: 18px;
    padding-bottom: 10px;
    min-height: 320px;
}

.rdautos_categories_container img {
    max-height: 320px;
	height:300px;
}

.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: 70%;
    padding: 15px 10px;
    border: solid 1px #E7AF42;
   /* float: left; */
    margin-right: 10px;
    margin-top: 18px;
    position: relative;
    min-height: 330px;
	background:#FFF;
	color:#000;
	margin:18px auto;
}

.rdautos_vehicle_container h2{
font-size:30px;
	
	
}

.rdautos_vehicle_container h2 a{
color:#000;	
line-height:30px;
	
}

.moduletable .rdautos_vehicle_container.ribbon-container {
    float: left;
    margin-right: 10px;
    margin-top: 18px;
	text-align:center;
}

.row-fluid.hidden-phone.item-same-height {
   
    width:85%;
}


.featured .rdautos_vehicle_container {
    width: 29%;
	min-height:415px;
	height:100%;
}


@media (max-width: 1122px) {
	
	.featured .rdautos_vehicle_container{
		width:27%;
		min-height:390px;
	
}
}

@media (max-width: 815px) {
	
	.featured .rdautos_vehicle_container{
		width:100%;
		min-height:470px;
	
}

}

.featured .row-fluid.hidden-phone.item-same-height {
    float: none;
    width: 100%;
}

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

.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;
	color:#fff;
	font-size:33px;
}

.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:29%;
    max-height:110px;
	max-width:110px;
}

.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;
}

.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;
}

.label-hot{
    background: url(../labels/label-hot.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: 80%;
    }
}

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

@media (min-width: 794px) and (max-width: 1069px) {

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

.rdautos_categories_container {
    width: 44%;
	
}



}

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

@media (min-width: 480px) and (max-width: 793px) {
	
	
	.moduletable .rdautos_vehicle_container.ribbon-container {
    float: none;
    margin-right: 0;
    margin-top: 0;
    text-align: 0;
    visibility: hidden;
	width:0;
	height:0;
}
	
	

    .rdautos_categories_container {
        height: auto;
        width:95%;
      /*  margin-right: 20px; */
    }

    .rdautos_vehicle_container {
        height: auto;
        width: 95%;
      /*  margin-right: 20px;*/
    }
	
	.rdautos_categories_container img {
    max-height: 400px;
    height: auto;
}


.rdautos_vehicle_container img {
    max-width: 350px;
    /* max-height: 205px; */
    height: auto;
}

	.featured .rdautos_vehicle_container{
		width:0;
		height:0;
		visibility:hidden;
	
	
}

}

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

@media (max-width: 480px) {
	
	
	.moduletable .rdautos_vehicle_container.ribbon-container {
    float: none;
    margin-right: 0;
    margin-top: 0;
    text-align: 0;
    visibility: hidden;
	width:0;
	height:0;
}
	
	
	
	.rdautos_categories_container img {
    max-height: 220px;
    height: auto;
}


	
	.featured .rdautos_vehicle_container {
		
		width:94%;
	}
	
	
	.featured .rdautos_vehicle_container{
		width:0;
		height:0;
		visibility:hidden;
	
}

	

    .info_title
    {
        font-size: 25px;
    }

    .rdautos_categories_container {
   
        width:95%;
    }

    .rdautos_vehicle_container {
        
        width: 95%;
    }

    .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;}

