﻿.dealer {
	height: 397px;
	width:190px;
	border: 1px solid #28c847;
	background: #f5f5f5;
	margin: 40px 0px 0px 40px;
	float: left;
	border-radius: 12px;
	cursor: hand;
	cursor: pointer;
	-o-transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
  -ms-transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
  -moz-transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
  -webkit-transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
  transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
}
.dealer img {
	max-height: 150px;
	max-width: 150px;
	margin: 20px 20px 0px 20px;
}
.dealer a {
	color: #000 !important;
}
.bnbtn {
	height: 64px;
	width: 100%;
	padding: 5px;
	font-size: 70%;
	border-radius: 0px 0px 10px 10px;
	-o-transition: background-color .2s ease-in, box-color 0.2s ease-in, color 0.2s ease-in;
  -ms-transition: background-color .2s ease-in, box-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color .2s ease-in, color 0.2s ease-in, color 0.2s ease-in;
  -webkit-transition: background-color .2s ease-in, color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color .2s ease-in, color 0.2s ease-in, color 0.2s ease-in;
}
#bgrtxt {
	font-size: 150% !important;
}
#dstrthru {
	text-decoration: line-through;
}
.dealer:hover .bnbtn {
	background: #28c847;
	color: #fff;
	-o-transition: background-color .2s ease-in, box-color 0.2s ease-in, color 0.2s ease-in;
  -ms-transition: background-color .2s ease-in, box-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color .2s ease-in, color 0.2s ease-in, color 0.2s ease-in;
  -webkit-transition: background-color .2s ease-in, color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color .2s ease-in, color 0.2s ease-in, color 0.2s ease-in;
}
.dealer:hover .viewd {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}
.dealer:hover {
	background: #fbfbfb;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(40, 200, 71, .75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(40, 200, 71, .75);
	box-shadow: 0px 0px 10px 4px rgba(40, 200, 71, .75);
	-o-transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
  -ms-transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
  -moz-transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
  -webkit-transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
  transition: background-color .2s ease-in, box-shadow 0.2s ease-in;
}
.dheading {
	height: 121px;
	width: 180px;
	margin: 5px;
	padding-left: 6px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.cbdec {
	height: 40px;
	line-height: 40px;
	width: 100%;
	vertical-align:middle;
	font-size: 90%;
	background: #28c847;
	color: #fff;
}
#dcont {
	margin-left: 60px;
}
.viewd {
    z-index:1000;
	position:absolute;
    color:white;
    font-size:24px;
	background-color: rgba(0,0,0, .35); 
	margin: 20px;
	padding: 37px 36px 18px 37px;
	visibility:hidden;
	opacity:0;
	transition:visibility 0.2s linear 0.2s,opacity 0.2s linear;
}
#ddetails {
	border: 1px solid #28c847;
	background: #fbfbfb;
	margin: 0 auto;
	margin-bottom: -20px;
	text-align:left;
	border-radius: 12px;
	overflow: visible;
}
#ddfixed {
	position: fixed;
	width: 230px;
	border-right: 1px solid #28c847;
	padding: 5px;
}
#ddtext {
	margin-left: 230px;
	padding: 5px;
	padding-left: 10px;
	position: fixed;
	width: 750px;
	overflow: auto !important;
	height: 60%;
}
#ddimgcont {
	height: 200px;
	width: 200px;
	margin-bottom: 25px;
}
#ddfixed img {
	max-height: 200px;
	max-width: 200px;
	margin: 10px;
}
#ddurl {
	clear:both;
	cursor:hand;
	cursor: pointer;
	width: 200px;
	height: 40px;
	background: #28c847;
	color: #fff;
	margin:0 auto;
	margin-top: 5px;
	margin-bottom: -2px;
	text-align:center;
	border: 2px solid #28c847;
	border-radius: 12px;
	padding: 6px;
	vertical-align:middle;
	-o-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
#ddurl a {
	color: #fff;
}
#ddurl:hover {
	-webkit-box-shadow: 0px 0px 10px 4px rgba(40, 200, 71, .75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(40, 200, 71, .75);
	box-shadow: 0px 0px 10px 4px rgba(40, 200, 71, .75);
	-o-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
#ddcb {
	margin-top: 15px;
	margin-left: -5px;
	padding: 5px;
	padding-left: 10px;
	width:105%;
	color: #28c847;
	font-size: 88%;
	border-top: 1px solid #28c847;
	border-bottom: 1px solid #28c847;
}
#dddisc {
	font-size: 75%;
	color: #686868;
	margin-left: 10px;
	margin-top: 3px;
}
#closebtn {
	cursor:hand;
	cursor:pointer;
	font-family: Consolas;
	font-size: 20px;
	position: fixed;
	top: 22%;
	left: 87%;
	padding-top: 2px;
	background: #ee3c30;
	color: #fff;
	border-radius: 50%;
	height:30px;
	width:30px;
	text-align:center;
	-o-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
#closebtn:hover {
	-webkit-box-shadow: 0px 0px 10px 4px rgba(238, 60, 48, .75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(238, 60, 48, .75);
	box-shadow: 0px 0px 10px 4px rgba(238, 60, 48, .75);
	-o-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    cursor: hand;
    z-index: 1000; /* high z-index */
}
.overlay-content {
    display: none;
    background: #fff;
	width: 985px !important;
	height: 400px !important;
    position: fixed;
    top: 25% !important;
    left: 15%;
    margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */
    cursor: default;
    border-radius: 12px;
    box-shadow: 0 0 200px rgba(0,0,0,0.9);
}
.imgdiv {
	min-height: 170px;
	min-width: 150px;
} 
#carouselhead {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	left: -34%;
	top: 51%;
	font-size: 12px;
	background: #f0f0f0 !important;
	font-size: 1.35em;
	padding: 0px;
	margin-top:20px;
	font-family: Roboto Condensed, Roboto;
	width:400px;
	text-align:center;
	line-height:0em;
	margin: 0 auto;
	font-size: 1.5em;
	clear:both;
}
#carouselhead:before,  #carouselhead:after {
    content: "\2014\2014";
	color: #5b94fd;
	letter-spacing: -5px;
}
/*Slider styling begin*/
#slideshow {
	margin:0 auto;
	margin-left: 23%;
	padding:0;
	position:relative;
	-webkit-box-shadow:0 0 10px 4px #999;
	-moz-box-shadow:0 0 10px 4px #999;
	box-shadow:0 0 10px 4px #999;
}

#slideshow ul {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}

#slideshow ul li {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
}

#pagination {
	clear:both;
	width:75px;
	margin:25px auto 0;
	padding:0;
	margin-bottom: -30px;
}

#pagination li {
	list-style:none;
	float:left;
	margin:0 2px;
}

#pagination li a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-10000px;
	background:url(images/deals/carousel/pagination.png);
}

#pagination li a.active {
	background-position:0 10px;
}

.caption {
	width:100%;
	margin:0;
	padding:10px;
	position:absolute;
	left:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:lighter;
	color:#fff;
	background:#000;
	background:rgba(0,0,0,0.15);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=60);
}
/*Slider styling end*/