/* 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;
}
.wrapper1440{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
}
.wrapper1920{
	max-width: 1920px;
	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;
	padding: 10px 0;
}
.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 **************/
.headTop {
	background-color: #0069bf;
}
.dlrContactInfo {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: white;
	padding: 3px 5px;
	text-align: right;
}
.dlrContactInfo a {
	color: white;
	text-decoration: none;
}
.dlrContactInfo a:hover {
	color: black;
	text-decoration: none;
}
.mainHead {
	background-color: black;
}
.dlrLogo {
	padding: 5px 8px;
	text-align: center;
}
.dlrContactInfoPhone {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: white;
	padding-bottom: 8px;
}
.dlrContactInfoPhone a {
	color: white;
	text-decoration: none;
}
.dlrContactInfoPhone a:hover {
	color: #c4c4c4;
	text-decoration: none;
}
.drlPhone { 
font-weight: bold;
	font-size: 1.3em;
}
/************ Phone Buttons **************/
#mobileButtons {
    background-color: #0069bf;
    color: white;
    padding: 8px 0;
}
.mobileBtn {
    width: 100%;
    text-align: center;
}
.lastMobileBtn {
    border-left: 1px solid white;
}
.midMobileBtn{
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.midMobileBtn1{
    border-left: 1px solid white;
}
.mobileBtn a {
    color: white;
    text-decoration: none;
    font-size: 23px;
    display: inline-block;
    width: 100%;
}
.mobileBtnsFlex {
    display: flex;
    justify-content: space-around;
}
/************ Homepage **************/
#homeTop{
	background-image: url(images/go-crevelli-storefront-background-600.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
	color: white;
	font-family: 'Open Sans', sans-serif;
}
.lifeGaur {
    /**font-style: italic;**/
    /**color: #0069bf;**/
    color: #b5b4b4;
}
#homeSearchBox{
	margin: 0px 10px 00px 10px;
	padding: 20px;
}
.searchWrap {
    padding-bottom: 15px;
}
.searchHead{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	padding: 10px;
	line-height: 1.2;
}
#homeSearchBox p{
	font-size: 18px;
	text-align: center;
	padding: 10px;
}
.homeMainBtn a {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	background: #0069bf;
	margin-bottom: 15px;
    width: 100%;
	color: white;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 0;
}
.homeMainBtn a:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.shopByStyle {
	background-color: #2f2f2f;	
	padding: 30px 10px 15px 10px;
}
.shopByStyleFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.sectionHead {
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 30px;
}
.homeStyleBtn {
	width: 47%;
}
.homeStyleBtn a{
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	display:inline-block;
	text-decoration: none;
	background: #000000;
background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(47, 47, 47, 1) 100%);
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid white;
	margin-bottom: 20px;
	width: 100%;
	padding: 5px 0;
}
.homeStyleBtn img{
	padding-top: 5px;
}
#carFaxAwardsSec {
	background-color: black;
	padding: 30px 0;
}
.carFaxAwardsByYear {
	padding: 0 15px;
	text-align: center;
}
.reviewsWrap {
    padding: 8px;
}
.homeReviewsBackground {
	background-color: white;
	margin: 15px;
	padding: 15px;
}
#homeSeoSection {
	background-color: #c4c4c4;
	font-family: 'Open Sans', sans-serif;
	padding: 30px 0 10px 0;
}
.valueYourTradeBan {
	padding: 0 15px 15px 15px;
}
.homeSeoFlex {
	padding: 0 15px;
}
.homeSeoLeft {
	font-size: 16px;
}
.homeSeoLeft h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 10px;
}
.homeSeoLeft p {
	padding-bottom: 15px;
}
.homeSeoLeft a {
	color: #0069bf;
	text-decoration: none;
	font-weight: bold;
}
.homeSeoLeft a:hover {
	color: #000000;
}
.warLogosFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.warantyLogo {
	width: 48%;
	padding-bottom: 15px;
}

/**************** Search *************/
.searchWrap #cx_quick_text_search_box{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Open Sans', sans-serif;
}
.searchWrap #cx_quick_text_search_box .radio{
	display: flex;
justify-content: center;
align-items: center;
}
.searchWrap #cx_quick_text_search_box .radio label{
display: none;
}
.searchWrap #cx_quick_text_search_box .input input{
	padding: 12px;
	margin-top: -4px !important;
}
.searchWrap #cx_quick_text_search_box .input #inv_keyword_search_go{
	padding: 10px;
font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-left: 5px;
}
.searchWrap #cx_quick_text_search_box .radio label{
width: 130px;
}

/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #0069bf;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
#footer {
    margin-top: -5px;
}
.footerRedBack {
    background-color: #0069bf;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    color: white;
	font-size: 14px;
}

.copyright a{
    color: #ffffff;
    text-decoration: none;
}
.copyright a:hover{
    color: #000000;
    text-decoration: underline;
}
.footerSocial {
	font-size: 40px;
}
.footerSocial a{
	color: white;
	text-decoration: none;
}
.footerSocial a:hover{
	color: black;
	text-decoration: none;
}
/************* General Page code ****************/
.pageHeader{
	padding: 10px 15px;
	font-family: 'Open Sans', sans-serif;
}
.invBanner{
	padding: 0px 15px 10px 15px;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
}
.pageHeader p{
	font-size: 16px;
	padding-top: 8px;
}
.formFlex {
    padding:10px 15px;
}
.formLeft p{
	font-size: 16px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.formLeft h3 {
	font-size: 20px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	color: #0069bf;
}
.infoRight{
    padding: 15px 0;
	font-family: 'Open Sans', sans-serif;
}
.formButtons {
    width: 95%;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	background: #0069bf;
	margin-bottom: 10px;
    padding: 10px 0px 10px 5%;
    width: 100%;
}
.formBtn:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 16px;
}
.formHours h2{
	 color: #0069bf;
	 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;
}
.fullPage{
	padding: 10px 15px;
}
.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;
}

/********* Service Page ***********/
.serviceList {
	list-style-type: disc;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-left: 50px;
}
.serviceList li {
	padding-bottom: 8px;
}
/************** Testimonials Page *************/
.reviewBtn a{
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	display:inline-block;
	text-decoration: none;
	background: #ffffff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #000000;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 15px;
}
.reviewBtn img {
	max-width: 150px;
	margin: 0 auto;
}
/********* Meet the Staff *******/
#employeeGallery {
    font-family: 'Open Sans', sans-serif;
}
.gallery_title {
    font-weight: bold;
    font-size: 14px;
}
.gallery_short_description {
    font-size: 14px;
}

#veh_title {
    font-size: 1.3em !important;
    padding-bottom: 8px;
}

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

@media only screen and (max-width: 599px){
/* Hide Things from Phone Landscape and Phone View */
.headTop { display: none;}
.carFaxFox { display: none;}
}
@media only screen and (max-width: 767px){
/* Hide Things from Phone Landscape and Phone View */
.footerBlackBack { 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;}
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
.dlrContactInfoPhone { display: none;}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	border: none;
}
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}
#mobileButtons {display: none;}
#phoneBtns{display: none;}
/************** Homepage **************/
#homeTop{
	background-image: url(images/go-crevelli-storefront-background-1024.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
	font-family: 'Open Sans', sans-serif;
}
/************* General Page code ****************/
.formBtn {
    width: 65%;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #989795;
    width: 65%;
}
.awardsSecFlex {
	display: flex;
	justify-content: center;
}
.homeReviewsBackground {
	background-color: white;
	margin: 0 15px;
	padding: 15px;
	margin-top: -5px;
}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/**************** Homepage ***************/
.searchHead{
	font-size: 28px;
}
.mainHomeBtnsFlex {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.homeMainBtn { 
	width: 31%;
}
/* 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);
}
.shopByStyleFlex {
	flex-wrap: nowrap;
	justify-content: space-between;
}
.homeStyleBtn {
	width: 23%;
}
.homeSeoFlex {
	display: flex;
	justify-content: space-between;
}
.homeSeoLeft {
	width: 48%;
}
.warLogosRight {
	width: 48%;
}
/************ Footer *************/
.footerBlackBack {
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 14px;
    padding: 20px 10px;
}
.linksHead {
    font-weight: bold;
    text-transform: uppercase;
    color: #0069bf;
    padding-bottom: 10px;
}
.footerFlex {
    display: flex;
}
.footerLinks {
    padding-right: 40px;
}
.midLinks {
    padding-left: 40px;
    border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
}
.lastLinks {
    padding-left: 40px;
}
.footerBlackBack a{
    color: white;
    text-decoration: none;
}
.footerBlackBack a:hover {
    color: #0069bf;
    text-decoration: underline;
}
.makeItRed {
     color: #0069bf;
}
.searchWrap {
    padding-bottom: 25px;
}
/************** Testimonials Page *************/
.leaveReviewsFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reviewBtn {
	width: 31%;
}
.reviewBtn img {
	max-width: 100%;
	margin: 0 auto;
}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/************* Header **************/
.mainHeadFlex {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.dlrLogo {
	padding: 0;
	text-align: left;
	width: 35%;
}
#nav{
	width: 65%;
	background-color: transparent;
	padding: 0 0;
	height: auto;
}
/************* General Page code ****************/
.formFlex {
    display: flex;
    justify-content: space-between;
}
.formLeft {
    padding: 0;
    width: 67%;
}
.infoRight{
    padding: 0;
    width: 30%;
}
.formBtn {
    width: 100%;
}
#mapHolder {
    width: 100%;
}
hr{
    width: 100%;
}
/***************** Homepage *************/
#homeTop{
	background-image: url(images/go-crevelli-storefront-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;
	color: white;
	font-family: 'Open Sans', sans-serif;
	padding:30px 20px;
}
.searchHead{font-size: 38px;}
#homeSearchBox{ padding:40px 20px;}
#homeSearchBox p{ font-size: 20px; padding:0 10px 25px 10px;}
.searchWrap {
	max-width: 1140px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.homeStyleBtn img{
	padding: 8px 0;
}
.sectionHead {
	font-size: 25px;
}
.homeSeoLeft h2{
	font-size: 25px;
}
/********** Footer ********/
.footerBlackBack {
    font-size: 16px;
}
.linksHead {
    font-size: 20px;
    padding-bottom: 10px;
}

}
@media only screen and (min-width: 1160px){
.footerRedBack {
	padding: 0 2px;
}
.bottomFootFlex {
    display: flex;
	justify-content: space-between;
    align-items: center;
}
}

@media only screen and (min-width: 1210px){
/* Hi-Res Laptops and Desktops */

.searchWrap #cx_quick_text_search_box .radio label{
padding: 5px 10px;
font-size: 12px;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
/********* Homepage ***********/
#homeTop{padding:10px 20px;}
.searchHead{font-size: 40px;}
#homeSearchBox{ padding:80px 0px; margin: 0;}
#homeSearchBox p{ font-size: 20px;padding:0 10px 35px 10px;}
.homeMainBtn a {
	font-size: 18px;
}
.homeStyleBtn {
	width: 21%;
}
.homeStyleBtn a{
	font-size: 24px;
}
.homeSeoFlex {
	align-items: center;
}
.warantyLogo {
	width: 46%;
	padding: 20px 0;
}
.valueYourTradeBan {
	padding-bottom: 25px;
}
/************* Footer **************/
.footerLinks {
    padding-right: 100px;
}
.midLinks {
    padding-left: 100px;
}
.lastLinks {
    padding-left: 100px;
}
.footerBlackBack {
    padding: 25px 0px;
}
.yearBlueBack {
    width: 96%;
    padding: 15px 1%;
    background-color: #0b1b61;
    /**margin-bottom: 15px;**/
    margin: 0px 1% 15px 1%;
}
}

@media only screen and (min-width: 1440px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
}