﻿#divNewList {
    color: #000000;
}
.newTile
{
    float:left;
    width:100%;
}
.car-title h2{ /*color: #000; font-weight: bold; margin: 0; padding: 0; */
   max-width: 700px;
        font-size: 16px;
        font-weight: bold; 
        color: black;
}
.noLeftPadding {padding-left:0 !important;
}


.price{  color: #000;
    font-size: 27px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    padding: 0; }

.share-icons i{ color: #dd4b39 ;/*font-size: 20px;  margin-right: 3px;*/  }
.share-icons i:hover{ color: #c43220 ;/*font-size: 20px;  margin-right: 3px;*/  }

.was-text{   font-size: 12px;}

.now-only-text{ font-size: 14px;  }

.discoer-btn{ border:none; border-radius:0px; font-weight:bold; font-size:14px;  text-align: center; /*background-color: #474747; color: #fff; */text-transform: uppercase;  }
.nw_slideinner .discoer-btn {font-size: 12px; padding: 5px 7px;}
.enquire-btn{ border:none; border-radius:0px; font-weight:bold; font-size:14px;  text-align: center; /*background-color: #000000; color: #fff; */text-transform: uppercase; }

.discoer-btn:hover, .enquire-btn:hover,.discoer-btn:focus, .enquire-btn:focus { /*color: #fff !important; text-decoration:none; background-color: #000; */ }

.car-section-hr hr{ border-color: #000;  }
.box-border{ border: 1px solid #d8d8d8; }
.box-padding { padding: 10px 15px; }
.read-more-btn{ display: inline-block; padding: 10px 40px; background-color: #000000; color: #fff; }
.read-more-btn:hover{ color: #fff; }
.share-img-wrap{ position: relative;  }
.share-icon-img { position: absolute; top: 0; right: 12px;  }
.share-icon-img i{ font-size: 26px;  }
.save-text{ font-size: 14px;
    line-height: 26px; }
.pull-xs-right {
    float: right !important;
}
.descriptionFixedHeight {
    float: left;
    height: 79px;
    margin-bottom: 10px;
    width: 100%;
}
.shareIconDiv {
    position: absolute;
    right: 5px;
    font-size:14px;
}   

#specialDetailsContainer .shareIconDiv {
    right: 15px;
    font-size:14px;
}

.rightInnerTile {
    float: left;
    width: 100%;
}
.newImageContainer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 150px;
}
.detailsPriceContainer
{
    /*float:right;*/
    float:left;
    margin-top:10px;

}

#btnReset {
    /*background-color: #474747;
      color: #ffffff;
    */
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    width:100px;
}
#btnSubmit {
    /*background-color: #000000;
    color: #ffffff;
        border-color: #000000;
    */
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    width:100px;
    
}
.detailsTime
{
    font-weight:bold;
}

.form-horizontal .specialDetails .form-group {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.discoverButtonContainer{
		margin-bottom:0;
		float:left;
		width:100%;
        text-align:right;
	}

@media (max-width: 767px) {
	.car-title h2{ margin-top: 10px; }
    .share-icons { margin-top: 10px; }
	.discoer-btn{ width: auto; padding: 12px 15px; }
	.enquire-btn{ width: auto; padding: 12px 15px; }
	/*.text-center-xs{ text-align: center;  }	*/
	.mrg-bot-15{ margin-bottom: 15px;   }
	/*.pull-xs-right{ float: none !important; display: block; }*/
    .info_block .shareIconDiv{top:3px;}
}
@media (max-width: 400px){
	.descriptionFixedHeight{height:auto;}
	.discoverButtonContainer{
		margin-bottom:0;
		float:left;
		width:100%;
	}
	.enquire-btn, .discoer-btn{width:100%;}
	.discoer-btn{margin-bottom:10px;}
	.car-section-hr hr{margin:10px 0;}
}


/*SOCIAL SHARE*/

.a2a_kit{
    display: block !important;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 30px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: rgba(0, 0, 0,.2) 0 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0,.2) 0 1px 3px;
    transition: all 0.4s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    z-index: 999;
    opacity: 0;
    white-space: nowrap;
}

.a2a_kit> a{
    display: inline-block;
    float: none;
    margin-right: 5px;
}
.a2a_kit> a{
 
}

.a2a_kit:before,
.a2a_kit:after{
        content: '';
        width: 0;
        height: 0;
        border: 7px solid transparent;
        position: absolute;
        top: -7px;
        right: 5px;
        border-bottom-color: #ccc;
        border-top: none;
}

.a2a_kit:after{
       border-bottom-color: #fff;
    margin-top: 1px;
}

.a2a_kit.active{
    visibility:visible;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    opacity:1;
}

.info_block .shareIconDiv
{
top:3px;
}
.nw_slideinner .tile .divTileImage .imgListSpecials
{
    height: 132px;
    width: 125px;
}