@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Lato');

.col-width {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}

body, p, .PageFont, h1, h2, h3, h4, h5, li {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
}

p, .PageFont {
  margin: 0 0 15px;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

h1 {
  font-size: 28px;
  color: #e2a600;
}

li {
  margin-bottom: 5px;
}

input, textarea {
  padding: 3px;
  margin: 0 0 10px;
}

.content form input[type="sumbit"], .content form .Button {
  background: #a5161b;
  color: #fff;
  font-family: 'Lato', sans-serif;
  FONT-SIZE: 16px;
  border: none;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.content form input[type="sumbit"]:hover, .content form .Button:hover {
  background: #0FAC5A;
  cursor: pointer;
}

/*-- header --*/
#branding {
  border-top: 5px solid #e1a603;
  background: #fff;
  margin: 0 auto;
  padding: 5px 0 0;
}

.logo {
  float: left;
}

.call {
  float: right;
  text-align: right;
}

.call img {
  vertical-align: top;
  margin: 8px 0 0 5px;
}

.search {
  float: right;
  margin-top: 10px;
}

.search a {
  background: #e1a603 url(icon-search.png) no-repeat 15px center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 15px 9px 50px;
  display: block;
  font-weight: bold;
}

.search a:hover {
  background: #d89515 url(icon-search.png) no-repeat 15px center;
}

.search a:link, .search a:visited {
  color: #fff;
}

.navigation {
  margin-top: 9px;
  background: url(nav-bg.jpg) repeat-x left top;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  line-height: normal;
  z-index: 9999;
}

.navigation ul li a {
  padding: 13px 18px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.navigation ul li a:hover, .navigation ul li a.active {
  background: #a5161b;
  color: #fff;
}

.navigation ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
}

.navigation ul li .sub-menu li {
  display: block;
}

.navigation ul li .sub-menu li a {
  background: #e1a603;
  border-bottom: 1px solid #fff;
}

.navigation ul li .sub-menu li a:hover {
  background: #000;
}

.navigation ul li:hover .sub-menu {
  display: block;
}

/*-- footer --*/
#footer {
  background: #1f1f1f;
  padding: 15px 0 0 0;
}

#footer .d1, #footer .d2 {
  float: left;
  padding-right: 4%;
  width: 18%;
}

#footer .d1 {
  width: 30%;
}

#footer .d2.social {
  padding-right: 0;
}

#footer p {
  color: #999;
  line-height: 20px;
}

#footer a {
  color: #999;
}

#footer .social a {
  display: inline-block;
  margin: 0 5px 0 0;
}

#footer .social a:last-child {
  margin: 0;
}

#footer .social .fa {
  background: #ddd;
  color: #2d2d2d;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
}

#footer .social .fa:hover {
  background: #000;
  color: #fff;
}

#footer .copyright {
  background: #000;
  padding: 10px 0;
}

#footer .copyright p {
  margin: 0;
  color: #cacaca;
}

#footer .copyright a, #footer .copyright a:hover {
  color: #fff;
}

#footer h3 {
  color: #d89515;
  font-size: 20px;
}

/*-- main --*/
#main {
  background: url(background.gif) repeat left top;
  padding: 15px 0;
}

#main .content {
  background: #fff;
  padding: 30px;
}

#main .content::after, .page_footer:after {
  display: block;
  content: "";
  clear: both;
}

.content_left {
  float: left;
  width: 70%;
}

.content_right {
  float: right;
  width: 28%;
}

.form_bg {
  width: 100%;
  background: #E4E4E4;
  border: 2px solid #a5161b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form_bg h2 {
  background: url(form-bg.png) no-repeat left top;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  padding: 25px 0 35px 0;
}

.form_bg form {
  padding: 0 15px;
}

.form_bg table, .form_bg tbody, .form_bg tr, .form_bg td {
  display: block;
}

.form_bg input, .form_bg textarea {
  width: 100%;
}

.form_bg input.captcha {
  display: inline-block;
  width: 59%;
  vertical-align: top;
}

/*.form_bg p{
	margin:0; 
	padding:3px 8%;
}
.form_bg .input{ 
	width:92%; 
	padding:3%; 
	border:1px solid #aaa; 
	border-bottom:0; 
	font-family:Calibri; font-size:14px;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.submit{
	width:100%; 
	padding:5px 0; 
	background:url(http://carwreckers.co.nz/common/c/carwreckersconz/images/nav-bg.jpg); 
	color:#FFFFFF; 
	font-family:Calibri; 
	font-size:18px; 
	border:0; 
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:15px;
}*/

/*-- page testimonial --*/
.testimonial_bg {
  border: 1px solid #ddd;
  padding: 1% 1% 0;
  margin-top: 10px;
}

.testimonial_post {
  background: #f9f9f9;
  border-bottom: 1px dashed #ddd;
  padding: 1% 2%;
  margin-bottom: 1%;
  line-height: 20px;
}

.color {
  color: #ff5d00;
}

/*-- page contact --*/
.content .PageTitle {
  font-size: 22px;
  color: #e2a600;
  padding: 0 19px;
  margin-top: 0.67em;
  display: block;
}

select {
  width: 160px;
  height: 29px;
}

/*-- part search --*/
.line {
  width: 100%;
  display: table;
}

.line div {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}

table tr:nth-of-type(odd) .line div {
  background: #d8d8d8;
}

table tr:nth-of-type(even) .line div {
  background: #fff;
}

div.line-img {
  width: 82px;
}

div.line-part {
  width: 150px;
  text-align: left;
  padding: 10px 10px 10px 0;
}

div.line-vehicle {
  text-align: left;
}

div.line-parttype {
  width: 49px;
}

div .line-condition {
  width: 78px;
}

div.line-colour {
  width: 68px;
}

div.results-line-details {
  width: 85px;
}

div.results-line-details a {
     background-color: #a5161b;
    padding: 7px 5px;
    border-radius: 5px;
    color: white;
}


table tr td.PageFont {
  padding: 10px;
}

table.vehicles {
  margin: 0 auto 30px;
}

table.vehicles td {
  padding: 0 10px;
  vertical-align: middle;
}

table.vehicles form {
  margin: 0;
  line-height: 39px;
}

table.ezi-vehicles {
  min-width: 940px;
}

.vehicles-list, .vehicles-list th, .vehicles-list td {
  border-collapse: collapse;
  border: 1px solid #aaa;
}

.vehicles-list table, .vehicles-list table td {
  border: none;
}

.vehicles-list tr td {
  background: #f9f9f9;
}

.vehicles-list table tr td.PageFont {
  padding: 0 10px;
}

.vehicles-list table td a {
  color: #000;
}

.vehicles-list table td a b {
  color: #d89515;
}

.vehicles-list table td a:hover {
  color: #e1a603;
}

.vehicles-list th {
  background: #e4e4e4;
  font-weight: bold;
  font-size: 18px;
}

.xzoom-lens {
  border: 1px solid #555;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
  cursor: crosshair;
}

.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
}

#EnqForm b {
  font-weight: normal;
}

.sold_out_left {
  float: left;
  width: 370px;
  min-height: 1px;
}

.sold_out_right {
  float: left;
  width: calc(100% - 370px);
  min-width: 500px;
  text-align: left;
  font-weight: 300;
}

.sold_out_right big {
  color: #d89515;
}

.sold_out_right table {
  height: 40px;
  border-spacing: 0;
  border-collapse: collapse;
}

.sold_out_right .eziparts_Parts_Sold_Header {
  background: #1f1f1f;
  color: #999;
}

.sold_out_right table {
  min-height: 40px;

}

.eziparts_Parts_Sold_EyeLine table {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #d8d8d8;
}

.sold_out_left img {
  width: 50%;
}

.cotact-success-detail1 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

.cotact-success-detail3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}

.page_footer .footer-right {
  width: 30%;
  float: right;
  text-align: left;
}

.page_footer .footer-left {
  width: 70%;
  float: left;
}

.page_footer .footer-right div, .page_footer .footer-right img {
  float: right;
  line-height: 30px;
  margin-left: 10px;
}

.call-list img:hover {
  -moz-transform: translate(4px, -2px);
  -ms-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

/*home page
*/

.wllcome {
  color: #606060;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  display: block;
}

h1.wllcomehome {
  color: #aa1a1a;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.welcome {
  padding-top: 20px;
  padding-bottom: 60px;
}

.welcome .red-panal {
  background-color: #aa1a1a;
  padding: 38px 0 0;
  height: 336px;
  text-align: center;
}

.welcome .green-panal {
  background-color: #009245;
  padding: 38px 0 0;
  height: 336px;
  margin-left: -14px;
  text-align: center;
  cursor: pointer;
}

.welcome .green-panal h2, .welcome .red-panal h2 {
  font-size: 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.welcome .green-panal img {
  margin: 0 auto;
  display: block;
  margin-right: 106px;
}

.welcome .green-panal .listing, .welcome .red-panal .listing {
  margin: 0 auto;
  display: block;
  padding: 10px 20px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 6px;
  outline: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 43px;
}

.selling {
  background: url(selling-bg.png) no-repeat fixed;
  background-size: cover;
  padding: 72px 0 52px;
}

.selling h2 {
  font-size: 36px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0 27px;
  text-transform: uppercase;
}

.selling .makes {
  margin: 0 auto;
  display: block;
  padding: 14px 20px 0 0;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 6px;
  width: 57%;
  margin-top: 31px;
}

.selling .makes ul {
  margin-left: 0;
  padding: 0 0 0 15px;
}

.selling .makes ul li {
  display: inline-block;
  list-style: none;
}

.selling .makes ul li a img {
  transition-duration: .5s;
}

.used-parts {
  padding: 20px 0px;
}

.used-parts h1 {
  font-size: 48px;
  color: #aa1a1a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  padding: 49px 120px 0 0;
}

.used-parts .explore {
  padding: 10px 33px;
  border: 2px solid #aa1a1a;
  background-color: #aa1a1a;
  border-radius: 6px;
  outline: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.used-parts .explore:hover {
  text-decoration: none;
  background-color: #fff;
  border-color: #aa1a1a;
  color: #aa1a1a;
  transition-duration: .5s;
}

.used-parts img {
  width: 100%;
}

.contact-us h3 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 9px;
  margin: 0;
  padding-left: 20px;
}

.contact-us .contact-me:hover {
  text-decoration: none;
  background-color: #009245;
  border-color: #fff;
  color: #fff;
  transition-duration: .5s;
  cursor: pointer;
}

.contact-us .contact-me {
  padding: 11px 24px;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  color: #0063af;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
}

.contact-us span {
  color: #d4d4d3;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 7px;
}

.contact-us {
  padding: 82px 0 72px;
  background-color: #009245;
}

h1 {
  color: #aa1a1a;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 800;
  margin: 0 auto;
  display: block;
}

.c-vehicle {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  width: 125px;
  overflow: hidden;
}

.c-vehicle__info a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-vehicle__img {
  position: relative;
  background-image: url(http://jcpcarparts.store/eziparts/images/BG_Logo_sml.gif);
  height: 94px;
}

.c-vehicle__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(13, 169, 88, 0.7);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  transform: scale(1.3);
}

.c-vehicle__img:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(http://jcpcarparts.store/common/j/jcpcarpartsstore/images/search.svg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.c-vehicle:hover .c-vehicle__img:before {
  opacity: 1;
  transform: scale(1);
}

.c-vehicle:hover .c-vehicle__img:after {
  opacity: 1;
}

.c-vehicle__code {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 3px 0;
}

.c-vehicle__info h3 {
  font-weight: normal;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #000;
  height: 23px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.c-paddingLeft {
  padding-left: 10px;
  padding-bottom: 10px;
}

.c-verhicleList td {
  width: 14.28%;
}

#IconImgObj1 img {
 cursor: pointer;
}

.eziparts_Parts_Sold_Header {
  background-color: rgb(224, 224, 224);
}

.session1 {
    position: relative;
    overflow: hidden;
}

.session1 > img {
    width: 100%;
    min-height: 500px;
}

.session1 .c-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    margin-top: 50px;
    transform: translate(-50%, -50%);
}

.c-boxSearch {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.c-boxSearch__item {
    width: 48%;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 100px 0 0;
    border-radius: 10px;
    background-color: #0b8c43;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c-boxSearch__item img {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-boxSearch__item h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
}

.c-boxSearch__item p {
    font-size: 19px;
    line-height: 1.3;
    color: #d9d9d9;
    margin-bottom: 10px;
    font-weight: normal;
}

.c-boxSearch__form {
    padding: 30px;
    background-color: #aa1d23;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    bottom: -1px;
}

.session1 #frmPartSearch {
    display: flex;
    align-items: center;
}

.session1 input[type="text"] {
    width: calc(100% - 141px);
    border-radius: 4px;
    margin-right: 15px;
    height: 38px;
    padding-left: 10px;
    border: 0;
    background-color: #fff;
    color: #000;
    box-shadow: none;
    margin-bottom: 0;
}

.session1 input[type="submit"] {
    width: 110px;
    border-radius: 4px;
    height: 44px;
    text-align: center;
    font-size: 18px;
    border: 0;
    background-color: #0e9d4c;
    margin: 0;
    color: #fff;
}

@media screen and (max-width: 1000px) {
  .session1 {
    zoom: 0.8;
  }
}