/* Archive Specials
------------------------------------------------------------ */
.z-content-inner > h2  {
  font-size: 32px;
}

.z-content-inner > h3  {
  font-size: 28px;
}

.specials_system {
  margin-left: 0;
  width: 33.3%;
  float:left;
}
.special_container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* overflow: hidden; */
    display: block;
    width: 100%;
    /* height: 250px; */
}
.carousel ul li {
    list-style: none !important;
}

.connected-carousels .prev-stage, .connected-carousels .next-stage {
    position: absolute;
    top: 50%;
    background: #333333bf;
    font-size: 30px;
    padding: 10px;
    transform: translateY(-50%);
}

.special_container_single {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}

.UsedPageDiscription {
    width: 60%;
    float: left;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 8px #999999;
    padding: 0 5px;
    min-height: 470px;
}

.connected-carousels .carousel li {
    float: left;
}

.formHolder {
    margin-top: 0;
}

.singleVehicleBackBanner a {
    display: block;
    max-width: 1300px;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    margin: 0 auto;
}

.gallerHolder {
    max-width: 60%;
    margin: 20px 5px;
    float: left;
}

.infoSection {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    float: left;
}

.commentsInfo, .discriptionSection p, .discriptionSection h4 {
    background: #fff;
    padding: 5px 12px;
    margin: 0;
}

.bottomGallery {
    overflow: hidden;
    width: 100%;
    background: #fff;
    text-align: right;
    padding: 5px;
}

.bottomGallery img {
    float: right;
}

.financeHolder, .formHolder {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 0 8px #999999;
}

.detailsInfo {
    background: #fff;
    padding: 15px 12px;
	width:100%;
}
p.commentsInfo {
    padding: 15px 12px;
}
.detailsHolder {
    margin-top: 10px;
    box-shadow: 0 0 8px #999999;
    padding: 0 5px;
    overflow: hidden;
}

.detailsInfo p {
    margin-bottom: 0px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .stage {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}


.detailsInfo p {
    width: 50%;
}

.special_text_top {
    width: 100%;
    height: 60px;
}

.top {
    /* font-size: 15px; */
    font-weight: 400;
    text-transform: uppercase;
    color: #c3002f;
}

.top2 {
    font-family: 'NissanLight';
    /* font-size: 16px; */
}

.special_price {
  width: 100%;
}

span.extra_text {
    display: block;
    padding: 25px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.price_1, .price_2 {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
}

.price_1::fir {
  color: #c71633;
}
.price_2 {
  color: #c71633;
}

.special_image {
    position: relative;
}

.special_image_single {
  position: absolute;
  width: 100%;
  height: 300px;
  text-align: center;
}
.special_image_single img {
  height: 300px;
}

.bx-wrapper {
    overflow: hidden;
    display: none;
}

.special_button {
    width: 100%;
    text-align: center;
    font-weight: 400;
    background: rgb(149,149,149);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );
    padding: 10px;
    text-transform: uppercase;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
    font-size: 1.1em;
    -webkit-transition: ease-in-out, all .35s ease-in-out;
    transition: ease-in-out, all .35s ease-in-out;
    margin-top: 20px;
}

.special_button a {
  color: #fff;
}

.special_button:hover {
  background: #ad0000;
  -webkit-transition: ease-in-out, all .35s ease-in-out; /* Safari 3.1 to 6.0 */
  transition: ease-in-out, all .35s ease-in-out;
}

@keyframes flickerAnimation {
  0%, 10%, 50% { opacity: 1;}
  51%, 60%, 99% { opacity: 0;}
  100% { opacity: 1;}
}
@-o-keyframes flickerAnimation{
  0%, 10%, 50% { opacity: 1;}
  51%, 60%, 99% { opacity: 0;}
  100% { opacity: 1;}
}
@-moz-keyframes flickerAnimation{
  0%, 10%, 50% { opacity: 1;}
  51%, 60%, 99% { opacity: 0;}
  100% { opacity: 1;}
}
@-webkit-keyframes flickerAnimation{
  0%, 10%, 50% { opacity: 1;}
  51%, 60%, 99% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes flickerAnimation2 {
  0%, 10%, 50% { opacity: 0;}
  51%, 60%, 99% { opacity: 1;}
  100% { opacity: 0;}
}
@-o-keyframes flickerAnimation2{
  0%, 10%, 50% { opacity: 0;}
  51%, 60%, 99% { opacity: 1;}
  100% { opacity: 0;}
}
@-moz-keyframes flickerAnimation2{
  0%, 10%, 50% { opacity: 0;}
  51%, 60%, 99% { opacity: 1;}
  100% { opacity: 0;}
}
@-webkit-keyframes flickerAnimation2{
  0%, 10%, 50% { opacity: 0;}
  51%, 60%, 99% { opacity: 1;}
  100% { opacity: 0;}
}
/*.price_1 {
  -webkit-animation: flickerAnimation 5s infinite;
  -moz-animation: flickerAnimation 5s infinite;
  -o-animation: flickerAnimation 5s infinite;
  animation: flickerAnimation 5s infinite;
}
.price_2 {
  -webkit-animation: flickerAnimation2 5s infinite;
  -moz-animation: flickerAnimation2 5s infinite;
  -o-animation: flickerAnimation2 5s infinite;
  animation: flickerAnimation2 5s infinite;
}
*/
.one-thirds{
	width: 31.623931623931625%;
  float: left;
	margin-left: 2.564102564102564%;
  margin-bottom: 2.564102564102564%;
}
.first {
    clear: both;
    margin-left: 0;
}
/* Single Specials
------------------------------------------------------------ */

.special-single-summary {
  min-height: 300px;
  background: #dedede;
  padding: 1%;
  position: relative;
}

.special-title h1 {
    text-align: left;
    text-transform: uppercase;
    margin-top: 1%;
    font-size: 30px;
    line-height: 1em;
    color: #ad0000;
}

.special-title-2 h1 {
    font-family: 'NissanLight';
    font-size: 25px;
}

.special-extras > span > p {
    text-align: center;
    font-weight: 600;
    margin: 1%; 
}
.special-price-1, .special-price-2 {
  text-align: left;
  color: #ad0000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
}

.special-desciption2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.special-contact {
    background: #ad0000;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
}
.special-contact {
  background: #ad0000;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.special-contact a, .quform-popup-link-23 {
  color: #fff;
  font-size: 1.9em;
  font-weight: bold;
}
.special-desciption2 span {
  font-size: 0.7em;
  line-height: 1em;
  word-break: break-word;
  text-transform: capitalize;
  margin-top: 0;
  display: block;
  font-style: italic;
}

.special-price-2 {
  -webkit-animation-duration: 1s!important;
  -webkit-animation-delay: 0s!important;
  -webkit-animation-iteration-count: 1!important;
  animation-duration: 1s!important;
  animation-delay: 0s!important;
  animation-iteration-count: 1!important;
   font-size: 1.2em;
}

#tabbed_show {
    visibility: hidden;
    margin-top: 75px;
    overflow: hidden;
}

.z-content-inner h1 {
    font-size: 25px;
}

#tabbed_loader {
  visibility: visible;
  background-image: url('images/camera-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
}

.special_gal {
  display: block;
  clear: both;
}

.section_title {
  font-size: 20px;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}

.section_title:first {
  font-size: 20px;
  margin: 0px 0 10px 0;
}
.section_title {
  float:left;
}
.spec_value {
  float: right;
}
.spec_block {
  clear:both;
  font-size: 16px;
  font-weight: 600;
}
.disclaimer {
  font-size: 1em;
  font-style: italic;
}

.SpecialsSpecsSection h2 {
    width: 100%;
}

.specialsFormHolder {
    margin-bottom: 0;
    width: 38%;
    float: right;
    margin: 20px 0;
}

.singleVehicleBackBanner {
    background: #c3002f;
}

.specialSingleHolder, .singleContent {
    overflow: hidden;
    padding: 0 5px;
}
.SpecialsSpecsSection {
    text-align: left;
    width: 38%;
    float: right;
    margin: 0px 0;
    background: #fff;
    align-content: baseline;
    box-shadow: 0 0 8px #999999;
    padding: 0 5px;
    min-height: 470px;
}
.detailsInfo p {
    width: 50%;
}
.infoSection {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    float: left;
    box-shadow: 0 0 8px #999999;
    padding: 0 5px;
}
.specsHalf {
    width: 100%;
}

.specsHalf p {
    margin-bottom: 15px;
}

.specsHalfHolder {
    width: 100%;
    padding: 10px 25px;
}
.discriptionSection {
    height: 100%;
}
.SpecialsSpecsSection h2 {
    width: 100%;
}
.discriptionHolder {
    height: 100%;
}

.specialsFormHolder, .singleContent div.product div.summary {
    margin-bottom: 0;
    width: 38%;
    float: right;
    margin: 20px 0;
}
.specialHeading {
    text-align: center;
}

.specialPage {
    background: #ececec;
}

.specialSearcOptions {
    display: flex;
    flex-wrap: wrap;
}

.specialSearchOption {
    width: calc(100%/8);
    padding: 5px;
}

.specialHolder {
    display: flex;
    flex-wrap: wrap;
}

.specialSearchOption img {
    display: block;
    box-shadow: 0 0 10px #9d9b9b;
    cursor: pointer;
    border-bottom: 10px solid #fff;
}
.specialSearchOption img:hover {
    border-color: #c3002f;
}

p.filterResetBUtton {
    background: #c3002f;
    color: #fff;
    margin-top: 10px;
    max-width: 150px;
    text-align: center;
    margin: 20px auto;
    padding: 5px 0px;
    cursor: pointer;
}

.brandLogo {
    width: 25%;
    padding: 5px;
}

.archiveSpecialHolder {
    width: 75%;
}

.specialeVehicleHolder {
    width: 33%;
    padding: 0 5px;
    height: 100%;
}

.specialeVehicleHolder img {
    border: 1px solid;
    display: block;
    min-height: 287px;
}

.specialsReturnHolder {
    height: 100%;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}
.brandLogo img {
    display: block;
    border: 1px solid;
}
.single-newsoffers h1{
    max-width: 1300px;
    margin: 10px auto 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    font-weight: 800;
    color: #000;
}
.specialPriceHolderTop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    max-width: 1300px;
    margin: 15px auto 25px;
    justify-content: space-between;
}
.specialFinanceContent {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 12px;
}
.specialFinanceContent span {
    /* margin-right: 10px; */
    margin: 5px 10px 5px 0px;
}
.specialPriceHolderTop .specialPriceHolder {
    width: 100%;
    min-width: 250px;
    margin: 40px 0;
}
.mainInfoHolderUsed {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}
.mainCarouselHolder {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.specialPriceHolder p {
    color: #c3002f;
    font-weight: 600;
    font-size: 30px;
}
.redBorder {
    border-bottom: 5px solid #c3002f;
    margin-bottom: 0;
}
.redFont {
    color: #c3002f;
}
/* .specialPriceHolderTop .specialFinanceHolder {
    width: 50%;
    max-width: 450px;
    box-shadow: 0 0 8px #999999;
    padding: 0 5px;
} */
.specialFinanceHolder {
  width: 100%;
  max-width: 450px;
  box-shadow: 0 0 8px #999999;
  padding: 0 5px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.specialFormHeading span {
    display: block;
    text-align: center;
    background: #c3002f;
    color: #fff;
    padding: 10px 0;
}
@media only screen and (max-width:768px) {
  .gal_slider {
    display: block;
  }
  .special_gal {
    display: none;
  }
  .gallerHolder {
    max-width: 100%;
    margin: 20px 5px;
    float: left;
}
.specialsFormHolder, .singleContent div.product div.summary {
    margin-bottom: 0;
    width: 100%;
    float: right;
    margin: 20px 0;
}
.UsedPageDiscription {
    width: 100%;
    float: left;
    background: #fff;
}
.SpecialsSpecsSection {
    width: 100%;
}
  .one-thirds {
    clear: none;
    margin-left: auto;
    width: 47%;
  }
  .specialPriceHolderTop .specialFinanceHolder {
    width: 100%;
    max-width: 700px;
}
.specialPriceHolderTop .specialPriceHolder {
    width: 100%;
    min-width: 250px;
    margin: 25px 0 25px;
}
}

@media only screen and (max-width:480px) {
  .special_container_single, .special_image_single, .special_image_single img {
    height: 200px;
  }
  .special-single-summary {
    min-height: 350px;
  }
  .one-thirds{
	width: 100%;
  clear:both;
  margin-left: auto;
}
}

@media screen and (max-width: 320px) {
  .special-contact {
    	font-size: 12px;
  }

  .essb_links.essb_template_bold-retina {
    	font-size: 4px;
  }

  .special_container {
    width: 270px;
  }

  .special_button {
	  width: 270px;
  }

  .special_price {
    font-size: 1.0em;
  }

  	.special-contact {
		background: #ad0000;
		text-align: center;
		position: absolute;
		width: 100%;
		bottom: -20px;
		z-index: 1;
		left: 0;
	}
}
