@charset "utf-8";
/* Style Sheet Car Catcher */
/* Built by South Coast Web Design Ltd */

@import url('font-awesome.min.css');

* {
	margin:0;padding:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body { height: 100%; font-size:1em; color:#000; -webkit-font-smoothing: antialiased;}
ul,li { list-style: none; margin:0px; padding:0px;}

/* Standard Styles */

/* text-styles */
.resp_align_left { text-align:left; }
.resp_align_right { text-align:right; }
.align_center { text-align: center; }
.absCenter img {
	text-align: center;
	margin: 0px auto;
}
.align_justify  { text-align:justify; }
.float_left { float:left; }
.float_right { float:right; }
.pad_left { padding-left: 8px;}
.pad_right { padding-right: 8px;}
.pad_top { padding-top:8px;}
.pad_bot { padding-bottom: 8px; }
.mar_bot { margin-bottom: 8px; }
.padit {padding-left: 8px; padding-right: 8px;}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.clear-left, .clear_left { clear:left; } .clear-right, .clear_right { clear:right; }
.hide  { display:none;	}
.block {display:block !important;}
.inline {display:inline !important;}

.txt-sml { font-size: 0.9em;}
.x-sml { font-size: 0.715em;}
.med-text {
	font-size: 25px;
	font-family: 'Open Sans';
}
.lar-title {
	font-size: 50px;
	color: #9D1E21;
}

.button {
	font-size: 23px;
	padding: 20px;
	background: #303030;
	color: #ccc;
	border-radius: 8px;
}
a.button:hover {
	color: #eee;
}

.bold {font-weight:600;}
.italic {font-style:italic;}
.white { color:#fff;}

a {
	color:#000;
	text-decoration:none;
	outline:none;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	font-weight: 300;
}
p a {
    font-weight:600;
}
p a:hover {
    color:#9D1E21;
}
a:hover, a:focus { color:#fff;text-decoration:none;outline:none;}
a:active, a:visited { outline:none; }

.panel a {
	font-weight:600;
}
.panel a:hover {
	color:#9D1E21;
}
.marg-left {
	margin-left:5px;
}
.tooltip-inner {
	padding:10px;
	line-height: 1.5em;
}
.popover-title {
    color:#000;
}
.popover-content {
    line-height:1.2em;
    font-size: 0.8em;
}
.btn {
	font-weight:600;
}
button:disabled {
	color:rgba(255,255,255,1);
	font-weight: 600;
}

/* 404 page */
.content h1 {
            font-size: 70px;
        }
        .headertxt {
            font-size: 65px;
            margin-bottom: 50px;
        }
        .pagetxt {
            font-size: 28px;
        }


/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em;font-weight: normal;}
h1 {	font-size:1.5em; margin:0px 10px; line-height:1.5em; }
h2 {	font-size:1.2em;}
h5 {	font-size:1.0em;}
h4 {	font-size:1.1em; color:#000; }
h3 {	font-size:1.1em; color:#fff;}
h6 {	font-size:1.0em;}

strong   		{	font-weight:600;}
em, dfn  		{	font-style:italic;}
dfn 	 		{   font-weight:600;}
sup, sub 		{   line-height:0;}
abbr, acronym   {	border-bottom:1px dashed #ccc;}
address 		{	margin:0 0 1.5em;font-style:italic;}
del 			{	color:#666;}
pre, code, tt   {	font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; display:block;}
code 			{	background-color:#eee; display:inline; padding:0px 2px 1px 2px; line-height:1.1em;}
pre 			{	margin:1.5em 0;white-space:pre;}
p 				{ font-size:1em;}
.nopadding { padding:0px;}
.nomargin { margin:0px;}
.marg_top { margin-top:8px;}
.margin {margin:6px;}

.customfont { font-family: 'Open Sans'; font-weight: bold; }

.gradientBox {
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.45) 69%, rgba(242,242,242,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(69%,rgba(255,255,255,0.45)), color-stop(100%,rgba(242,242,242,0.65)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.45) 69%,rgba(242,242,242,0.65) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.45) 69%,rgba(242,242,242,0.65) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.45) 69%,rgba(242,242,242,0.65) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.45) 69%,rgba(242,242,242,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6f2f2f2',GradientType=0 );
border-radius: 5px;
margin-bottom:15px;
padding:5px;
}

img { width:95%; }
li { margin:0px; padding:0px;}

/*==============================================================================*/
/* Basics are now setup - start page from here */
/*==============================================================================*/

html {
	background: #fff;
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #696969;
	font-weight: 300;
	background-size: 100% 100%;
	margin:0px;
	padding:0px;
}

/*==============================================================================*/

#back-top {
	color: #fff;
	font-size: 20px;
	position: fixed;
	right: 1%;
	bottom: 1%;
	background: #3C3C3C;
	width: 45px;
	height: 45px;
	text-align: center;
	padding-top: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#back-top:hover {
	cursor: pointer;
	color: #9C1C1F;
}

/* Header Styles */
#logoHolder img {
    max-width:500px;
    height:auto;
}

#pageHead {
	margin:0px 0px;
	padding-bottom:8px;
	overflow: hidden;
}
.catQuickSearch a:hover {
	color: #9D1E21;
}
#quicksearch {
    position:relative;
    margin-bottom:10px;
    padding-bottom:10px;
}
#quicksearchbgd {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    bottom:0;
    background:url(../images/layout/carcatcherheader1.jpg) no-repeat center center #fff;
    background-size:cover;
    border-radius: 4px;

}
#quicksearchform {
    background:rgba(255,255,255,0.8);
    margin:10px;
    padding:10px 15px;
    border:4px solid rgba(0,0,0,0.5);
    border-radius: 5px;
}
#quicksearchform:hover {
    background:rgba(255,255,255,0.9);
    border:4px solid rgba(0,0,0,0.9);
}
#quicksearchform legend {
    border:0;
    font-weight:600;
    font-size:1.8em;
}
#quicksearchform label{
	font-size: 0.7em;
	font-weight: 600;
}
#resultsArea {
	padding-top: 8px;
}
.faded {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
select option {
    padding-left:15px;
    line-height:1.2em;
    font-size:1em;
}
.homepagecatimg {
    max-width:150px;
    max-height:100px;
}
.homeCarHolder {
    border:1px solid rgba(0,0,0,0.3);
    padding:0px 0px 10px;
    margin:3px;
    margin-bottom: 25px;
    border-radius: 4px;
    background:#fff;
}
.homeCarHolder h4 {
    background:#9D1E21;
    color:#fff;
    padding:4px 10px;
    font-size:0.8em;
}
.homeCarHolder .btn {
    width:90%;
    margin:0px auto;
    margin-top: 15px;
}
.homeCarThumb {
    height:100px;
    margin:5px;
    text-align:center;
}
.homeCarThumbnail {
    max-height:100px;
    width:auto;
}
.homeCarPrice {
    text-align: center;
    font-size:0.8em;
}
.homeCarPrice strong {
    font-size: 1.4em;
}

/*==============================================================================*/
/* Line styles */
/*==============================================================================*/
.styleOne {
	margin:1em 0px 1em;
	height:1px;
	background-image: -webkit-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.5), rgba(156,28,31,.2), rgba(156,28,31,.5), rgba(156,28,31,1));
 	background-image:    -moz-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.5), rgba(156,28,31,.2), rgba(156,28,31,.5), rgba(156,28,31,1));
  	background-image:     -ms-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.5), rgba(156,28,31,.2), rgba(156,28,31,.5), rgba(156,28,31,1));
  	background-image:      -o-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.5), rgba(156,28,31,.2), rgba(156,28,31,.5), rgba(156,28,31,1));
  	border: 0;
}
.styleTwo {
	border: 0;
	border-top: solid 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.1);
	height: 1px;
	margin: 2em 0 2em 0;
}

/*==============================================================================*/
/* Redirect page */
/*==============================================================================*/
#redirectHolder {
	margin-top:25px;
	background:#9D1E21;
	padding:15px 10px;
	color: #fff;
	box-shadow: 0px 0px 3px #000;
	overflow: hidden;
	border-radius: 4px;
}
#redirectHolder p {
	padding:15px 0px;
}
#redirectHolder a {
	color: #EFEFEF;
	font-weight: bold;
}
#redirectHolder a:hover {
	color: #ccc;
}
.loader {
    text-align: center;
    height:75px;
    margin-bottom: -25px;
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0px auto;
    background: black;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.4;
    -moz-transform: translateY(-21px);
  }
}
/*==============================================================================*/
/* Header Part */
/*==============================================================================*/
#mainHeader {
	background : #9D1E21;
	margin:0px;
}
#logoHolder {
	padding:25px 10px 10px;
}

/*==============================================================================*/
/* Top Navigation Bar */
/*==============================================================================*/
.leftborder {
	border-left: solid 1px rgba(0,0,0,0.5); box-shadow: -1px 0px 0px 0px rgba(255,255,255,0.1); padding: 0px; margin:0px;
}
.navBar {
	background-color: #303030;
 	margin:0px;
 	border-radius: 0px 0px 6px 6px;
 	font-size: 1em;
 	padding:0px;
 	text-align: center;
 	width: 92%;
}
.navBar li {
	color:#000;
	margin:0px;
	padding:0px;
	display: inline-block;
}
.navBar li a {
	color:#fff;
	display: inline-block;
	margin:0px 3px;
	margin-right: 0px;
	padding:6px 10px;
	background-color: #303030;
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.navBar li a:hover {
	color:#fff;
	background-color: #444;

}


/* Responsive Navigation */
.mobile-panel {
	/*background: rgb(157,30,33);
	color: #fff;
	overflow: auto;
	width: 225px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	position: relative;
	padding-top: 60px;*/
}

.search-btn {
	margin-top: 25px;
}
#resetsearch {
    margin-top: 16px;
}
#referal {
	text-transform: uppercase;
}
/*==============================================================================*/
/* search bar */
/*==============================================================================*/
#dealerHolder {
	background:url(../images/layout/slider_bgd.png);
	padding:20px 0px 10px;
	border-top: 1px solid #CED3D7;
	border-bottom: 1px solid #CED3D7;
}
#dealerHolder label {
	font-size: 0.7em;
	margin-top:7px;
	margin-bottom:4px;
}
#searchHolder,.paginationArea,.homeSearchHold {
	background:url(../images/layout/slider_bgd.png);
	padding:20px 0px 10px;
	border-top: 1px solid #CED3D7;
	border-bottom: 1px solid #CED3D7;
}
#searchHolder label {
	font-size: 0.7em;
	margin-top:7px;
	margin-bottom:4px;
}
#search {
	border-radius: 1px 4px 4px 1px;
	color:#000;
	box-shadow: 0px 0px 2px #222;
	padding:5px;
	border:1px dashed #ccc;
}
#search h2 {
	font-size:18px;
	font-weight:normal;
	border-bottom:1px dashed #ccc;
	color:#111;
	line-height:24px;
	margin-bottom: 16px;
}
.searchlabel {
	text-align: left;
	margin-left:10px;
}
.input {
	border-radius: 4px;
	border:1px solid #888;
	box-shadow: 0px 0px 2px #222;
	padding:3px;
	margin:2px 1px;
    height:27px;
}
.input-normal {
	font-size:12px;
	width:100%;
	margin-bottom: 8px;
}
.input-normal[type=text]{

}
.refineBtn {
	margin-left: 10px;
	margin-top:5px;
	width:80%;
}

#submitSearch {
	width:80%;
	margin-bottom: 8px;
	margin-left:10px;
}
#searchAlert {
    margin-top:30px;
    text-align:right;
    margin-right:40px;
}
/*==============================================================================*/
/* Popup Request Call Back */
/*==============================================================================*/
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 520px;
  margin: 20px auto;
  border-radius: 8px;
  border:8px solid #000;
  padding:6px !important;
}
.inline-form {
	position: relative;
  	background: #ddd;
  	padding: 20px;
  	border-radius: 8px;
}
legend {
	font-size: 20px;
	border-bottom: 1px solid #444;
	margin:5px 0px 8px 0px;
}
.requestBack {
	margin:10px 0px;
}
/*
====== 3d unfold ======
*/
.mfp-3d-unfold {
  .mfp-content {
    perspective: 2000px;
  }

  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
  }


  &.mfp-bg {
    opacity: 0;
	  transition: all 0.5s;
  }

  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: rotateY(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }

  /* animate out */
  &.mfp-removing {

    .mfp-with-anim {
      transform: rotateY(60deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }

  }

}

/*==============================================================================*/
/* Pages */
/*==============================================================================*/
#pageHolder {
	background: #fff;
	overflow: hidden;
}

/*==============================================================================*/
/* Homepage */
/*==============================================================================*/
#homePageSlide {
    padding-top:45px;

}
.slideBgd {
	background:url(../images/layout/slider_bgd.png);
	padding:20px 0px 10px;
	border-top: 1px solid #CED3D7;
	border-bottom: 1px solid #CED3D7;
}
.slideholder {
	max-width:1800px;
	margin:0px auto;
	overflow:hidden;
}
.flashMsg h1 {
    font-size:4em;
    font-weight:600;
    color:#000;
}


/*==============================================================================*/
/* SHowroom Page */
/*==============================================================================*/
article.showroomHold {
	margin: 15px 0px;
	padding: 15px 8px;
	border: 1px solid #9D1E21;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nodealerlogo {
	height: 100px;
	margin-bottom: -40px;
	background:url(../images/layout/slider_bgd.png);
}
.nodealerlogo h2 {
	line-height: 95px;
}
.dealerlogo {
	width: 100%;
	max-height: 55px;
    text-align: center;
}
.dealerlogo img {
	width: 100%;
	max-width: 200px;
	max-height:55px;
	width:auto;
	height:auto;
    text-align: center;
}
.dealerInfo a {
	color: #9D1E21;
}
.dealerInfo a:hover {
	color: #222;
}
#vehSale {
	color: #fff;
	background-color:#9D1E21;
	padding: 6px;
	margin: 20px 0px 20px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.carThumb {
	background: #fff;
	padding:4px;
	box-shadow: 0px 0px 3px #444;
	border:1px solid #777;
	width:75%;
	max-width:350px;
	max-height:240px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.carThumb:hover {
	border:1px solid #444;
	box-shadow: 0px 0px 1px #999;
	border-radius: 4px;
}
.carLabel {
	display: inline-block;
	width:100px;
	text-align: right;
	margin-right: 10px;
	font-weight: 600;
}
h2.carTitle a {
	color: #222;
	font-size: 22px;
}

h2.carTitle a:hover {
	color:#9D1E21;
}
.dealDetails {
	position: relative;
	height:210px;
	text-align: center;
}
.dealerDetails {
	position:absolute;
	bottom:0px;
	display: block;
	border-radius: 4px;
	box-shadow: 0px 0px 3px #333;
	margin:5px;
	padding:5px 3px;
	max-width:200px;
}

.phoneIcon {
	width:15px;
	margin:0px 10px 0px 0px;

}

.dealerBlock {
	width:200px;
	padding:2px 12px;
	margin:2px auto;
}
.dealerTel {
	font-size:22px;
}

.label {
	display:inline-block;
	padding:2px 10px 0px;
	color:white;
	border-radius: 3px;
	font-size: 12px;
	line-height: 18px;
	margin:3px;
}
.sold {
background: rgb(204,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */

}
.sale {
	background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.carPrice {
	font-size: 1.4em;
	margin-right: 10px;
	font-weight:bold;
}
.carPrice small {
	font-size:0.6em;
}
/* showrrom header */
#showroomHeader {
	height:120px;
}

.topstripRed {
	margin:2px 0px;
	height:4px;
	background-image: -webkit-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.85), rgba(156,28,31,.5), rgba(156,28,31,0), rgba(156,28,31,0));
 	background-image:    -moz-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.85), rgba(156,28,31,.5), rgba(156,28,31,0), rgba(156,28,31,0));
  	background-image:     -ms-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.85), rgba(156,28,31,.5), rgba(156,28,31,0), rgba(156,28,31,0));
  	background-image:      -o-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.85), rgba(156,28,31,.5), rgba(156,28,31,0), rgba(156,28,31,0));
  	border: 0;
}
.pageline{
    margin:2px 0px;
    height:4px;
    background-image: -webkit-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.85), rgba(156,28,31,.5), rgba(156,28,31,0), rgba(156,28,31,0));
    background-image:    -moz-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.85), rgba(156,28,31,.5), rgba(156,28,31,0), rgba(156,28,31,0));
    background-image:     -ms-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.85), rgba(156,28,31,.5), rgba(156,28,31,0), rgba(156,28,31,0));
    background-image:      -o-linear-gradient(left, rgba(156,28,31,1), rgba(156,28,31,.85), rgba(156,28,31,.5), rgba(156,28,31,0), rgba(156,28,31,0));
    border: 0;
}
.slides_holder {
  margin:0px auto;
  padding:0px;
  list-style-type: none; /* removing the default styling for unordered list items */
  width:2000px;
}
#slidebrand {
  position:relative;
  overflow:hidden;
}
.brandImage {
width: 85%;
padding: 4px;
background: #fff;
border: 1px solid #bbb;
box-shadow: 0px 0px 4px #555;
margin: 4px 0px;
}
.slideritem {
  text-align:center;
  margin:10px 5px;
  overflow:hidden;
  display:inline;
  float:left;
  list-style: none;
}
.pagination {
    margin-top:0px;
    color:#333;
}
.pagination > li > a , .pagination > .disabled > span , .pagination > .disabled > span:hover {
    border:1px solid rgba(157,30,33,0.4);
}
.pagination > li > a, .pagination > li > a:hover {
    color:#333;
    border:1px solid rgba(157,30,33,0.4);
}
.pagination > .active > span{
    color:#fff;
    background:rgba(157,30,33,0.6);
    border:1px solid rgba(157,30,33,0.4);
}
.pagination > .active > span:hover {
    color:#fff;
    background:rgba(157,30,33,0.8);
    border:1px solid rgba(157,30,33,0.8);
}
/*==============================================================================*/
/*	Directory Styles
/*==============================================================================*/

#map {
	height:465px;
	width:100%;
	margin:15px 0px;
	padding:5px;
	border:1px solid rgba(235,235,235,0.6);
	border-radius:4px;
}
.map-marker {
  	width:300px;
    height:140px;
    line-height:1.2em;
    background:url(../images/layout/map-logo.png) bottom right no-repeat;
  }
  .mapTitle {
    margin:0px;
    padding:0px;
    line-height:1.4em;
    color:#000;
    font-weight:600;
  }
  .mapLink {
    display:inline-block;
    padding:3px 5px;
    line-height:1.6em;
    background:#9D1E21;
    color:white;
    text-decoration:none;
    border-radius:4px;
    margin:4px 1px;
    border:1px solid #9D1E21;
    min-width:100px;
    text-align:center;
  }
  .mapLink:hover {
    background:#D71115;
    color:#fff;
  }
.companyMap {
	border-radius: 4px;
	border:1px solid rgba(235,235,235,0.6);
	margin:5px;
	padding:5px;
	font-size: 0.8em;
	line-height: 1.2em;
}
.companyMap:hover {
	border:1px solid rgba(235,235,235,1);
	background:rgba(235,235,235,0.6);
}
.button {
	display: inline-block;
  	padding: 7px 20px;
  	margin-bottom: 10px;
  	font-size: 14px;
  	line-height: 20px;
  	color: #333333;
  	text-align: center;
  	vertical-align: middle;
  	cursor: pointer;
  	border:1px solid rgba(0,0,0,0.1);
  	border-radius:4px;
  	background-color: #fff;
}
a.button:hover, button:active {
	border:1px solid rgba(0,0,0,0.3);
  	color: #000;
}
a.btn:hover {
	color: #fff;
}
/*==============================================================================*/
/* Footer Styles */
/*==============================================================================*/
.mainfooter {
	background-color: #303030;
	color: #fff;
	padding-top:40px;
	padding-bottom:40px;
}
.mainfooter h3 {
	color:#fff;
}
#quickFooter {
	margin:8px 0px;
	padding-top:8px;
	padding-bottom:8px;
	overflow: hidden;
}
#quickFooter h3 {
	margin-left:5px;
	font-size: 22px;
}
.quicklink {
	padding:0px 5px;
}
.quicklink li {
	margin:1px 0px 0px;
}
.quicklink li a {
	display:block;
	color:#cdcdcd;
	font-size: 0.9em;
}
.quicklink li a:hover {
	color: #AC4042;
	text-shadow: -1px -1px 0px #000;
}
#pageFooter {
	margin:8px 0px;
	padding-top:8px;
	padding-bottom:8px;
	overflow: hidden;
}
.footerContent h4 {
	margin-left:5px;
}
.footerContent li {
	line-height: 1em;
	margin-left:5px;

}
.footerContent li a {
	font-size:0.9em;
	color:#888888;
}
.footerContent li a:hover {
	color:#9E2629;
}
.callus {
	margin-top: 15px;
}
.disclaimer {
	font-size:0.8em;
	line-height: 1.3em;
}
#copyright {
	font-size: 0.8em;
	color:#cdcdcd;
	margin-top:1em;
}
#copyright a {
	color:#cdcdcd;
}
#copyright a:hover {
	color:#9E2629;
}
#copyright li {
	display: inline-block;
}
.lborder {
	border-left: solid 1px rgba(0,0,0,0.5); box-shadow: -1px 0px 0px 0px rgba(255,255,255,0.1); padding: 0 1em 0 1em;
}

/*==============================================================================*/
/* Social Icons 					  */
/*==============================================================================*/
ul.contact{
	margin-top: 20px;
}
.solo span { display:none; }

ul.contact li {
position: relative;
display: inline-block;
margin: 0 0.25em 0 0.25em;
top: 0;
-moz-transition: top .15s ease-in-out;
-webkit-transition: top .15s ease-in-out;
-o-transition: top .15s ease-in-out;
-ms-transition: top .15s ease-in-out;
transition: top .15s ease-in-out;
}

ul.contact li a {
	display: block;
	position: relative;
	width: 45px;
	height: 45px;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
-moz-transition: background-color .2s ease-in-out, top .2s ease-in-out;
-webkit-transition: background-color .2s ease-in-out, top .2s ease-in-out;
-o-transition: background-color .2s ease-in-out, top .2s ease-in-out;
-ms-transition: background-color .2s ease-in-out, top .2s ease-in-out;
transition: background-color .2s ease-in-out, top .2s ease-in-out;
box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255,255,255,0.1);
	text-align: center;
}

ul.contact li a:before {
	color: #f2f5f3;
	font-size: 24px;
	line-height: 45px;
}

ul.contact li:hover a.fa-facebook		{ background-color: #3C5A98; }
ul.contact li:hover a.fa-twitter		{ background-color: #2DAAE4; }
ul.contact li:hover a.fa-rss			{ background-color: #F2600B; }
ul.contact li:hover a.fa-dribbble		{ background-color: #C4376B; }
ul.contact li:hover a.fa-linkedin		{ background-color: #006599; }
ul.contact li:hover a.fa-tumblr			{ background-color: #31516A; }
ul.contact li:hover a.fa-google-plus	{ background-color: #DA2713; }

ul.contact li:hover {
	top: -5px;
}

ul.contact li:active {
	top: 0;
}

/**************************************/

h2 {

}

/**************************************/
/* Join Car Catcher Page */
/**************************************/
.toggleButton {
	margin-top:-6px;
}
.panel ul {
	margin:10px;
}
.panel ul li {
	list-style: circle;
	margin-left:40px;
}
.inputError {
  background:#A94341;
  color:#fff;
  display:inline-block;
  padding:3px 5px;
  margin-left:5px;
  border-radius: 0 0 4px 4px;
}
/**************************************/
/* RESPONSIVE STYLES                  */
/**************************************/

/* Side Menu */
li.menu-button {
	display: none;
	color: transparent;
	text-align: center;
	color: #fff;
}
.menu-button:hover {
	cursor: pointer;
}


@media handheld, only screen and (max-width: 801px), only screen and (max-device-width: 801px) and (orientation:portrait){
	.resp_align_left, .resp_align_right {
		margin:0px;
		padding:0px;
		text-align: center;
	}
	.footerContent {
		padding:0px;
		margin:0px;
	}
	#pageHead, #pageFooter {
		box-shadow: none;
	}
	.flashMsg {
	    font-size:3.6em;
	    font-weight:800;
	    color:#000;
	}
	.carDetails {
		width:100%;
		padding:0px;
		margin:0px;
	}
	.carDetails li {
		width:100%;
		text-align: left;
	}
	.carLabel {
		width:48%;
		display:inline-block;
		margin-right:2%;
		padding:0px;
	}
	.dealDetails {
		height:auto;
	}
	.dealerDetails {
		position: relative;
		margin:0px auto;
	}
	.navBar li a {
		font-size: 12px;
	}
}


@media (max-width: 5000px) {
	#resp_nav_butt {
		display: none;
	}
	.normal_nav {
		display: block;
	}
	.menu-button, .panel-menu-button {
		display: none;
	}
	.responsive-select {
		display: none;
	}
}
@media (max-width: 1200px) {
	.navBar li a {
		font-size: 12px;
	}
}
@media (max-width: 1000px) {
	.resp_align_left, .resp_align_right, .dealerlogo { text-align: center; }
	.carThumb {
		margin-bottom: 15px;
	}
	.dealerlogo {
		text-align:center;

	}
/*	.dealerLogo h2 {
		text-align: center;
		width: 30%;

	}*/
}
@media (max-width: 1100px) {
	.navBar li a {
		font-size: 12px;
		padding: 6px 11px;
	}
}

@media (max-width: 993px) {
	.navBar li a {
		font-size: 13px;
		padding: 6px 8px;
	}
	.flashMsg h1 {
	    font-size:3.5em;
	    font-weight:600;
	    color:#000;
	}
}
@media (max-width: 870px) {
	.navBar li a {
		padding: 6px 5px;
	}
}

@media (max-width: 810px) {
	.responsive-select {
		display: block;
		margin: 10px 10px;
		text-align: center;
		width: 95%;
	}
	select.responsive-select {
		font-size: 16px;
	}
	.navBar {
		display: none;
	}
}
@media (max-width: 790px) {
	.homepagecatimg {

	}
}
@media (max-width: 775px) {
	.homepagecatimg {
	    min-width:60%;
	    max-height:130px;
	}
	.logoHolder img {
		width: 70%;
	}
	.flashMsg {
	    font-size:3.0em;
	    font-weight:800;
	    color:#000;
	}
	#searchHolder {
		color: #fff;
		position: fixed;
		/*position: absolute;*/
		background:url(../images/layout/real_cf.png);
	}
	#searchHolder h2 {
		color: #fff;
	}
	#searchHolder button {
		font-size: 9px;
	}
	.panel-menu-button {
		display: block;
		text-align: right;
		padding: 10px 15px;
		margin-top: -15px;
	}
	.panel-menu-button:hover {
		cursor: pointer;
	}
	.menu-button {
		display: block;
		padding: 15px;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		background: #303030;
		color: #fff;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.menu-button:hover {
		background: #444;
	}
	.mobile-panel {
		color: #fff;
		width: 225px;
		min-height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		margin-left: -225px;
		position: fixed;
		z-index: 99999;
		overflow: auto;
	}
	.mobile-panel ul li {
	}
	.mobile-panel ul li a {
		color: #fff;
		text-decoration: none;
	}
    .mobile-panel input, .mobile-panel select{
        color:#000;
    }
	.mainfooter {
		text-align: center;
	}
	.catQuickSearch img {
		width: 25%;
		display: inline-block;
	}
}
@media (max-width: 320px) {
	.flashMsg {
	    font-size:0.5em;
	    font-weight:800;
	    color:#000;
	}

}
@media (max-width: 480px) {
	.flashMsg {
	    font-size:0.75em;
	    font-weight:800;
	    color:#000;
	}
}
@media (max-width: 840px) {
	.flashMsg {
	    font-size:1.2em;
	    font-weight:800;
	    color:#000;
	}
}
@media (max-width: 620px) {
	.flashMsg {
	    font-size:0.9em;
	    font-weight:800;
	    color:#000;
	}

}