/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** End CSS Reset ***/

html {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
}
body {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper1300{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
#content {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#searchpage  {     
	float: none;
	margin: 0 auto !important;
}
#cx5ws_windowsticker  {     
	float: none;
	margin: 0 auto !important;
}
.clear {clear: both;}
img {max-width: 100%;}
input {color: #5d5d5d;}
a {color: #0036ff;}
a:hover{color: #000000;}

/** YouTube Video Responsiveness **/
.iacaVid {
    position: relative;
    padding-bottom: 47%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
.iacaVid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mapHolder {
    position: relative;
    padding-bottom: 60%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
#mapHolder iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/************ Header **************/
.topHead {
    background-color: #000000;
    color: white;
    padding: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.topHead a {
    color: white;
    text-decoration: none;
}
.topHead a:hover {
    color: white;
    text-decoration: underline;
}
.dlrPhoneTop {
    padding-top: 8px;
}
#header {
    background-color: rgba(223, 223, 223, .85);
}
.dlrLogo {
    padding: 10px;
    text-align: center;
}
/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #074f7f;
	padding: 7px 0;
	font-size: 36px;
	line-height:1;
	text-align: center;
}
#phoneTop a{color: #ffffff;}
.butIcon{
	float:left;
	width: 19.7%;
	border-right: solid 1px white;
}
.butIconLast{
	float:left;
	width: 19.2%;
}
#phoneBtns{
	width: 100%;
	margin-bottom: 10px;
	font-weight:700;
}
#phoneBtns a{
	display: inline-block;
	background-color: #fafafa;
	width: 96.5%;
	margin:1%;
	text-align:center;
	border: 2px solid #c51328;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
.phoneSlide {
    line-height: 1;
    padding: 0 0;
}
.greyBack {
    background-color: #dfdfdf;
    margin-top: -2px;
    padding: 20px 0;
}
.homeBigBtn {
    padding: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.homeBigBtn a{
    text-decoration: none;
}
.btnTitle {
    font-weight: 800;
    color: #000000;
    font-size: 30px;
}
.btnText {
    color: #3d3d3d !important; 
    font-size: 16px;
}
.seoWrap {
    padding: 20px 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.seoWrap h1{
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.seoWrap p {
    font-size: 16px;
    padding-bottom: 20px;
}
.homeInvBtnFlex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.seoBtn {
	background-color:#000000;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:10px 41px;
	text-decoration:none;
	text-aign: center;
    margin: 20px auto;
}
.seoBtn:hover {
	background-color:#c51328;
    color: white;
    text-decoration: none !important;
}
.seoBtn:active {
	position:relative;
	top:1px;
}
#shoppingBack {
    background: rgb(0,18,67);
    background: -webkit-linear-gradient(308deg, rgba(0,18,67,1) 0%, rgba(15,75,150,1) 57%, rgba(0,18,67,1) 100%);
    background: -o-linear-gradient(308deg, rgba(0,18,67,1) 0%, rgba(15,75,150,1) 57%, rgba(0,18,67,1) 100%);
    background: linear-gradient(38deg, rgba(0,18,67,1) 0%, rgba(15,75,150,1) 57%, rgba(0,18,67,1) 100%);
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 10px;
    text-align: center;
}
.shopByType h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 20px;
}
.vehicleFlex {
    padding-bottom: 20px;
}
.vehicleFlex a {
    color: white !important;
    text-decoration: none !important;
}
.vehicleChoice {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 30px;
}
.shopByPrice h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 20px;
}
.priceChoice {
	background-color:transparent;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:bold;
	text-transform: uppercase;
	padding:19px 0px;
	text-decoration:none;
    width: 90%;
    margin-bottom: 15px;
}
.priceChoice:hover {
	background-color:#ffffff;
	color: #074f7f;
	text-decoration: none !important;
}

.priceChoice:active {
	position:relative;
	top:1px;
}
.vehicleSpecials {
    padding: 25px 10px;
}
.vehicleSpecials h1{
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: transparent;
}
.homeSignUp {
    background-color:#dfdfdf; 
    padding: 25px 10px;
    font-family: 'Open Sans', sans-serif;
}
.homeform h4 {
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.homeform p {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #000000;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
.dropdown-toggle::after {
display:none;
}
/************* Footer ****************/
#footer {
    background-color: #000000;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px;
}
.footRight a {
    color: white;
    text-decoration: none;
}
.footRight a:hover {
    color: white;
    text-decoration: underline;
}
.social {
    font-size: 32px;
}
.copyright {
    padding-bottom: 5px;
}
/************* General Page code ****************/
.pageHeader{
	padding: 1% 2%;
    font-family: 'Open Sans', sans-serif;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
}
.fullPage{
	padding: 2%;
	width: 96%;
}
.fullPage p{
	font-size: 16px;
	padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
/***** Form Page ****/
.formLeft{
	padding-left: 2%;
	width: 96%;
}
.formLeft p{
	font-size: 16px;
	padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.formLeft h3 {
	font-size: 16px;
	font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
}
.formLeft a:hover{
	color: #c51328;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 2%;
	width: 96%;
	margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	background: #000000;
	width: 95%;
	margin-bottom: 7px;
    color: white;
}
.formBtn:hover {
  background: #c51328;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #c51328;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #989795;
}

/**************** Form Style Overrides *************/
.actionformholder .actionform .multipart_header {
	border: none;
	padding: 2px;
}

.actionformholder .formsection{
	border: none;
}

.actionformholder .ui-widget-header {
	background: #ffffff !important;
}

.actionformholder .actionform .formsectiontitle {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 1.5em;
}

.actionformholder .actionform ul li div.actionforminput {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0%;
}

.actionformholder .formfield label{
	font-size: 1.2em !important;
}

.actionformholder form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.actionformholder form li {
	padding: 3px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder form label:not(.ui-button) {
	clear: both;
	display: block;
	font-size: 14px;
	color: #545454;
}

.actionformholder input,.actionformholder select{
	font-size: 18px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px;
}
.actionformholder input:focus,.actionformholder select:focus {
	border: 1px solid #545454;
	border-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.2);
}
.actionformholder form .actionform input.inputFull {
	width: 96.5%;
}
.actionformholder form .actionform select.inputFull {
	width: 99%;
}

.actionformholder form .actionform input.inputMid {
	width: 215px;
}

.actionformholder .actionform.user_agreement {
	color: #545454;
	display: block;
	text-align: left;
	margin: 0;
}

.actionformholder form .actionform.user_agreement li {
	padding: 3px .2px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder .button.ui-button, .actionformholder label.ui-button {
	background: #ffffff;
	background-image: none;
	cursor: pointer;
	font-size: 18px;
	color: #000000;
	border: 2px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #000000;
	border-color: #000000;
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	color: #000000;
	border-color: #000000;
}

.actionformholder  .ui-buttonset {
	margin-top: 7px;
}

.actionformholder .actionform .cxprogressbar {
	font-size: 20.5px;
	border-radius: 0;
	margin-right: 1px;
}

.actionformholder .actionform .cxprogressbar .ui-progressbar-value {
	border-radius: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #000000 !important;
}

.actionformholder .actionform .cxprogressbar .cxprogressname {
	color: #FFFFFF;
	line-height: 1.8em !important;
	font-size: 18px;
}

.actionformholder .actionform .next_button {
	margin-left: 2px;
}

.actionformholder .actionform .prev_button .ui-button-text {
	padding-left: 0.2em;
	padding-right: 0.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.invBanners{
	padding: 10px;
}
.invBanner1{
	padding-bottom: 5px;
}
.currentoffers {display: none !important;}


@media only screen and (max-width: 479px){
/* Hide Things from Phone View */
}

@media only screen and (max-width: 599px){
/* Hide Things from Phone Landscape and Phone View */
    .deskSlide { display: none; }
}

@media only screen and (max-width: 767px){
/* Hide Things from Phone Landscape and Phone View */
    .seoVehicle { display: none; }
}

@media only screen and (min-width: 320px){
/* Smart Phones, Portrait iPhone, Portrait 480x320 phones (Android) */
#nav{height:55px;}
}

@media only screen and (min-width: 480px){
/* Smartphones, Android Phones, Landscape iPhone */
/************ Navigation Styles ************/
#nav{height:55px;}
/*********** homepage *************/
.vehicleFlex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.vehicleChoice {
    width: 40%;
}
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
/*************** Header **************/
.topHeadFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.topHead {
    font-weight: 400;
}
.dlrPhoneTop {
    padding-top: 0px;
    padding-left: 25px;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	border: none;
}
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}
#phoneTop{display: none;}
#phoneBtns{display: none;}
/***** Form Page ****/
.formBtn {width: 96%;}
/************** Homepage *************/
.phoneSlide { display: none;}
.greyBack { margin-top: -5px;}
.seoWrap h1{
    font-size: 30px;
}
.seoWrap p {
    font-size: 17px;
}
.homeInvBtnFlex {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.vehicleSpecials h1{
    font-size: 30px;
}
.homeform h4{
    font-size: 30px;
}
.homeform p {
    font-size: 17px;
}
.homeFormWrap {
    max-width: 600px;
    margin: 0 auto;
}
/*********** Inventory Page ************/
.invBanners{display: flex; justify-content: space-between; padding: 30px 10px 0px 10px; }
.invBanner1{ width: 48%;}
.invBanner2{ width: 48%;}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/************* Homepage ************/
.mainBtnFlex {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.homeBigBtn {
    padding: 0px;
    width: 31%;
}
.btnTitle {
    font-size: 20px;
}
.greyBack {
    padding-bottom: 150px;
    box-shadow: 0px 5px 5px #a2a2a2;
}
.seoVehicle {
    max-width: 50%;
    margin: 0 auto;
    margin-top: -100px;
}
.seoWrap h1{
    font-size: 40px;
}
.seoWrap p {
    font-size: 17px;
}
#shoppingBack {
    padding: 50px 10px;
}
.shopByFlex {
    display: flex;
    justify-content: space-between;
}
.shopByType {
    width: 46%;
}
.shopByPrice {
     width: 46%;
}
.priceChoice {
	font-size:30px;
	padding:3px 0px;
    width: 90%;
    margin-bottom: 15px;
}
.vehicleSpecials h1{
    font-size: 40px;
}
.homeform h4{
    font-size: 40px;
}
.homeform p {
    font-size: 17px;
}
/***** Form Page ****/
.formBtn {width: 96%;}
/************* Footer ****************/
.footerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footRight {
    display: flex;
    align-items: center;
}
.social {
    margin-right: 20px;
}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/************* Header *************/
.topHeadFlex {
    justify-content: flex-end;
}
#header {
    z-index: 9!important;
    position:relative;
}
.headerflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dlrLogo {
    width: auto;
}
#nav{
	width: 55%;
	background-color: transparent;
}
/************* Homepage ***********/
.deskSlide {
    width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: block;
position:relative;
z-index:0;
line-height: 1;
}
.btnTitle {
    font-size: 25px;
}
/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.greyBack {
    padding: 40px 0;
    padding-bottom: 150px;
}
.seoVehicle {
    max-width: 50%;
    margin: 0 auto;
    margin-top: -100px;
}

.seoBtn {
	padding:10px 71px;
    margin: 20px auto;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#shoppingBack {
    padding: 50px 0px 10px 0px;
}
.shopByType h3 {
    font-size: 30px;
    padding-bottom: 30px;
}
.shopByPrice h3 {
    font-size: 30px;
    padding-bottom: 30px;
}
.vehicleSpecials {
    padding: 45px 10px;
}
.homeSignUp {
    width: 100%;
    padding: 40px 0;
	background-image: url(images/subscription-background.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
}
/********* General pages **********/
.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 2%;
	width: 62%;
}
.infoRight{
	float:right;
	padding-right: 2%;
	width: 31%;
	margin-top: 0px;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
/************* Homepage ***********/
.deskSlide {
    margin-top: -104px;
}
.greyBack {
    padding-bottom: 250px;
}
.btnTitle {
    font-size: 30px;
}
.seoVehicle {
    max-width: 100%;
    margin: 0 auto;
    margin-top: -200px;
    text-align: center;
    padding-bottom: 25px;
}
.seoBtn {
	padding:15px 91px;
    margin: 20px auto;
    font-size: 25px;
}
.vehiclePriceFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.priceChoice {
	font-size:30px;
	padding:28px 0px;
    width: 47%;
    margin-bottom: 35px;
    margin-top: 15px;
}
.vehicleSpecials {
    padding: 45px 0px;
}
}