@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,600,700');

body {
  margin: 0px;
  background-color: #262626;
}

.PageFrame {
  font-family: 'Titillium Web', sans-serif !important;
}

body, .PageFont, #main, .full-width, .phone .Button {
  font-family: 'Titillium Web', sans-serif !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.PageFont {
  color: white;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif !important;
}

.PageFont input[type="text"], select {
  background-color: #171717;
  color: white;
  border: solid 1px #616161;
  height: 34px;
  box-shadow: none;
  margin-top: 10px;
}

.PageFont td[align="middle"] input[type="text"] {
  margin-top: 0px;
}

td[valign="top"] img {
  margin-top: 15px;
}

big b {
  color: red;
  font-size: 13px;
  margin-left: 10px;

}

.Button {
  FONT-WEIGHT: 600 !important;
  background-color: #b82828;
  border: none;
  width: 140px;
  height: 40px;
  font-size: 18px !important;
  line-height: 40px;
  color: white !important;
  margin-left: 55px;
  cursor: pointer;
  margin-top: 10px;
}

.Button:hover {
  color: #fee743 !important;
}

a {
  color: white;
}

.PageFont textarea {
  background-color: #171717;
  color: white;
  box-shadow: 0px 0px 1px 1px #616161;
  margin-top: 10px;
}

form table .PageFont b {
  line-height: 45px;
}

form select {
  line-height: 45px;
  width: 222px;
}

form table {
  margin: 0 auto;
}

form table table {
  float: left;
}

.img-full-width {
  width: 100% !important;
}

.page-title {
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/page-title.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 140px;
  text-align: center;
  color: white;
  line-height: 140px;
  font-size: 30px;

}

.width_50 {
  width: 50% !important;
}

/*
///////////////////////////////////////////////////////////////////////
////////// general
///////////////////////////////////////////////////////////////////////
*/
.content {

}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #b82828;
}

.upper {
  text-transform: uppercase;
}

.full-width {
  width: 100%
}

.col-width {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0px;
}

.slider .col-width {
  position: relative;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 300;
}

.col-ff {
  color: #ffffff;
}

.border {
  border: solid 1px #b7b7b7;
}

.border:hover {
  /*	border: solid 1px #b82828;*/
}

.padding_0 {
  padding: 0px;
}

.padding_t_10 {
  padding-top: 10px;
}

/*
///////////////////////////////////////////////////////////////////////
////////// branding (header)
///////////////////////////////////////////////////////////////////////
*/

#branding {
  margin: 0 auto;
  height: 120px;
}

#branding .col-width {
  background-color: #171717;
  padding-left: 0px;
}

#branding > .col-width {
  background-color: #262626;
  height: 80px;
}

#branding .full-width {
  background-color: #171717;
}

#branding .logo {
  width: 320px;
  height: 100%;
  float: left;
  padding-left: 15px;
  background-color: #171717;
  margin-left: -15px;

}

.mobile-only {
  display: none;
}

#mobile .menu-toggle {
  height: 120px;
  width: 120px;
  background-size: cover;
}

.menu-toggle {
  height: 40px;
  width: 40px;
  margin: 10px;
  cursor: pointer;
  float: left;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/mobi-menu.png) no-repeat center;
}

.menu-toggle:hover {
  background-color: #b82828;
}

#branding .logo img {
  display: inline-block;
  margin-top: 15px;
}

#branding .logo-menu-top {
  height: 80px;
  width: 865px;
  float: left;
  background-color: #262626;
  color: #3d3d3d;
}

#branding .logo-menu-top .contact {
  margin-right: 60px;
  min-width: 110px;
  min-height: 50px;
  float: right;
  margin-top: 18px;
}

#branding .logo-menu-top .contact .name {
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: black;
}

#branding .logo-menu-top .contact .name label {
  background-color: #cccccc;
  padding: 2px 10px 2px 5px;
  border-radius: 4px;
}

#branding .logo-menu-top .contact .name i {
  margin: 0 5px;
}

#branding .logo-menu-top .contact .phone {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px;
  color: #e0e0e0;
}

#branding .logo-menu-top .call-time {
  width: 150px;
  height: 50px;
  background-color: #171717;
  margin-top: 18px;
  float: right;
  text-align: center;
  color: #e0e0e0;
  border: solid 1px #363636;
}

#branding .logo-menu-top .call-time .call-logo {
  width: 30px;
  float: left;
  margin-left: -10px;
  margin-top: 8px;
  height: 30px;
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/call.png);
}

#branding .logo-menu-top .call-time .date {
  font-size: 11px;
  font-weight: 700;
  margin-top: 5px;
  width: 110px;
  float: left;
  text-transform: uppercase;
}

#branding .logo-menu-top .call-time .time {
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  width: 110px;
  float: left;

}

#branding .logo-menu-botom {
  height: 40px;
  width: 840px;
  float: right;
  background-color: #171717;
  color: #3d3d3d;
}

#branding .logo-menu-botom ul {
  padding: 0px;
  text-transform: uppercase;
  margin-left: 30px;
}

#branding .logo-menu-botom ul li {
  float: left;
  margin-top: -15px;

  border-right: solid 1px;
  list-style-type: none;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
}

#branding .logo-menu-botom ul li:hover {
  background-color: #b82828;
}

#branding .logo-menu-botom ul li:first-child {
  border-left: solid 1px;
}

#branding .logo-menu-botom ul li a {
  color: #e0e0e0;
  padding: 10px 16px;
  display: block;
}

.col-width-mobile-320 .social-network {
  margin-top: 20px;
  margin-right: 5px;
  width: 75px;
  height: 75px;
  background-size: cover;
}

.social-network {
  float: right;
  margin-left: 10px;
  list-style-type: none;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  height: 25px;
  background-repeat: no-repeat;
  margin-top: -9px;
  width: 25px;
  padding: 0px;
}

.social-network-f {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/f.png);
}

.social-network-f:hover {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/fh.png);
}

.social-network-g {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/g.png);
}

.social-network-g:hover {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/gh.png);
}

/*
///////////////////////////////////////////////////////////////////////
////////// main
///////////////////////////////////////////////////////////////////////
*/

.slider {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/baner3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 319px;
  background-color: #262626;
  background-size: cover;
}

.slider1 {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/banner1.jpg);
}

.slider2 {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/banner2.jpg);
}

.slider3 {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/banner3.jpg);
}

.slider4 {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/banner4.jpg);
}

.slider-mobile {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/slider-mobile.png);
}

.slider-text {
  position: absolute;
  top: 50px;
  max-width: 415px;
  width: 30%;
}

@media screen and (min-width: 1601) {

}

.slider-content {
  font-size: 14px;
  color: white;
  max-width: 390px;
}

.slider-header {
  font-size: 30px;
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.slider-btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

.slider-btn a {
  color: white;
}

.reveal-modal-content {
  font-size: 13px;
  text-align: center;
  width: 60%;
  float: right;
}

.reveal-modal-header {
  width: 60%;
  float: right;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.close-reveal-modal {
  width: 20px;
  height: 20px;
  line-height: 35px;
  float: right;
  margin-right: -7px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/close.png);
  background-position: center;
  background-size: cover;
}

.content-btn {
  margin-top: 40px;
}

#container {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: none;
  color: white;
  background-color: rgba(22, 22, 22, 0.5);
}

#container:target {
  visibility: visible;
  display: block;
}

.reveal-modal {
  background: #e1e1e1;
  margin: 0 auto;
  width: 160px;
  position: relative;
  z-index: 41;
  top: 25%;
  padding: 15px 30px 30px 30px;
  width: 50%;
  max-width: 650px;
  border: solid 2px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/popup.jpg) center center;
}

.bx-wrapper {
  border: 0px;
  margin: 0px;
  background-color: #262626;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bx-default-pager {
  display: none;
}

.content-left {
  width: 234px;
  float: left;
}

.content-right {
  width: 935px;
  float: left;
  min-height: 592px;

}

.content-right .content-right-detail {
  margin-left: 30px;
  margin-top: 30px;
  display: none;
  padding-left: 35px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.content-right .content-right-detail .content-right-detail-item a:hover {
  color: #b82828 !important;
}

#tab-0 {
  background-color: #262626;
  margin-top: 17px;
  margin-left: 0px;
}

.content-right .current {
  margin-top: 0px;
  margin-left: 0px;
  background-color: black;
  display: block;
  min-height: 602px;
  background-color: black;
}

.content-right-detail .content-right-detail-close {
  width: 100%;
  height: 35px;
  background-color: black;
  text-align: center;
}

.content-right-detail .content-right-detail-close .close {
  width: 35px;
  height: 35px;
  line-height: 35px;
  float: right;
  margin-right: -7px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/close.png);
  background-position: center;
  background-size: cover;
}

.content-left .left-menu {
  padding-bottom: 70px;
}

.content-left .left-menu .menu-item {
  height: 67px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #f4f4f4;
  line-height: 65px;
  border-bottom: solid 1px #262626;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/bg-menu.png);
  cursor: pointer;
}

.content-left .left-menu .menu-item:hover {
  color: #b82828;
}

.content-left .current {
  height: 115px !important;
  line-height: 120px !important;
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/menu-active.png) !important;

}

.content-left .deactive {
  height: 61px !important;
  line-height: 60px !important;
}

.content-left .left-menu .menu-item .icon {
  width: 31px;
  background-repeat: no-repeat;
  background-position: center;
  height: 39px;
  margin: 15px 15px 0px 15px;
  float: left;
}

.content-left .left-menu .current .name {
  width: 100% !important;
  text-align: center !important;
  line-height: 25px !important;
}

.content-left .left-menu .current:hover, .content-left .left-menu .current .name:hover {
  color: white !important;
}

.content-left .left-menu .current .icon {
  width: 100%;
  margin: 25px auto 10px auto;
  height: 45px;
}

.content-wellcome .content-wellcome-left {
  width: 340px;
  height: 385px;
  float: left;
}

.content-wellcome .content-wellcome-right {
  float: left;
  width: calc(100% - 340px);
  color: #ffffff;
  padding-left: 20px;
}

.wellcome_title,
.wellcome_title_2 {
  font-size: 30px;
}

.col-width-mobile .content-wellcome {
  color: white;
  font-size: 25px;
}

.col-width-mobile .wellcome_title,
.col-width-mobile .wellcome_title_2 {
  font-size: 40px;
}

.col-width-mobile .wellcome_title_2 {
  font-weight: 700;
  margin-top: -7px;
}

.wellcome_title_2 {
  font-weight: 700;
  margin-top: -7px;
}

.wellcome-content {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 5px;
}

.wellcome-content p {
  margin-top: 0px;
}

.see-more {
  text-transform: uppercase;
  margin-top: 35px;
  padding: 5px 10px;
}

.content-right .content-choose {
  height: 235px;
  width: 100%;
  display: inline-block;
  background-size: cover;
  margin-top: -30px;
  background-position: center;
  background: url(" http://nissinking.co.nz/common/n/nissinkingconz/images/aboutbanner.png");
}

.current .icon1 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-1a.png');
}

.current .icon2 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-2-a.png');
}

.current .icon3 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-3a.png');
}

.current .icon4 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-4a.png');
}

.current .icon5 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-5a.png');
}

.current .icon6 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-6a.png');
}

.current .icon7 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-7a.png');
}

.current .icon8 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-8a.png');
}

.current .icon9 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-9a.png');
}

.icon1 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-1.png');
}

.icon2 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-2.png');
}

.icon3 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-3.png');
}

.icon4 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-4.png');
}

.icon5 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-5.png');
}

.icon6 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-6.png');
}

.icon7 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-7.png');
}

.icon8 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-8.png');
}

.icon9 {
  background: url(' http://nissinking.co.nz/common/n/nissinkingconz/images/m-9.png');
}

.content-left .left-menu .menu-item .name {
  width: 170px;
  float: left;
}

.latest-currently-title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.col-width-mobile-320 .latest-currently-title {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 300;

}

.col-width-mobile-320 img {
  width: 100%;
}

.check-all-parts {
  text-align: center;
  padding: 10px 20px;
}

.col-width-mobile-320 .check-all-parts {
  margin-top: 40px;
}

.full-width_red {
  background-color: #b82828;

}

.slider-footer {
  width: 100%;
  height: 490px;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.col-width-mobile-320 .slider-footer {
  height: 1005px;
}

.latest-currently-content {
  width: 100%;
  height: 280px;
  margin-top: 15px;
}

.content-about .latest-currently-content {
  height: 190px;
}

.col-width-mobile-320 .latest-currently-content {
  height: 205px;
}

.bxslider-footer-item {
  width: 200px;
  height: 230px;
  margin: 0 auto;
}

.col-width-mobile-320 .bxslider-footer-item {
  width: 375px;
  height: 510px;
  margin: 0 auto;
}

.col-width-mobile-320 .bxslider-footer-item .bxslider-footer-item-img {
  width: 100%;
  height: 375px;
}

.col-width-mobile-320 .bxslider-footer-item .bxslider-footer-item-name {
  width: 100%;
  height: 30px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
}

.bxslider-footer-item .bxslider-footer-item-img {
  width: 100%;
  height: 160px;
}

.bxslider-footer-item .bxslider-footer-item-name {
  width: 100%;
  height: 30px;
  font-weight: 300;
  font-size: 16px;
  /* text-transform: uppercase; */
  text-align: center;
  color: #ffffff;
  padding-top: 5px;
}

.contact-us {
  height: 135px;
  float: none;
}

.contact-us-left {
  max-width: 935px;
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}

.contact-us-left p {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}

.contact-us-left > p:first-child {
  font-size: 26px;
}

.contact-us-right {
  width: 230px;
  float: left;
  margin-top: 55px;
  float: right;
  margin-right: 85px;
}

.contact-us-right a {
  background-color: #fee743;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 22px;
  color: #3f3f41;
  border-radius: 2px;
  margin-top: 45px;
}

.contact-us-btn {
  width: 100%;
  text-align: center;
  min-height: 40px;
}

.contact-us-btn a {
  background-color: #fee743;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  color: #3f3f41;
  border-radius: 2px;
  margin-top: 45px;
  width: 100%;
  text-align: center;
}

.contact {
  margin-top: 45px;
}

.contact i {
  margin: 0 7px;
}

.contact a {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0px;
}

.contact .contact-item .header {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact .contact-item .content {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 20px;
  margin-left: 10px;
  letter-spacing: 0.2px;
}

.contact .contact-item .content i {
  margin-left: 0px;
}

.contact .contact-item {
  width: 25%;
  min-width: 150px;
  float: left;
  margin: 0px;
}

.contact .contact-item-location {
  width: 33%;
}

.contact .contact-item .full-width_red {
  color: #ffffff;
  margin-left: 10px;
  padding: 10px 20px;
}

.footer {
  height: 50px;
  margin: 25px 15px 0 15px;
}

.line {
  width: 100%;
  height: 2px;
  /*	margin-top: 50px;
  */
  background-color: #fefefe;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/line.png);
}

.line_margin_50 {
  margin-top: 50px;
}

.footer .footer-left {
  width: 70%;
  float: left;
}

.footer .footer-right {
  width: 30%;
  float: right;
  text-align: left;
}

.footer .footer-right div, .footer .footer-right img {
  float: right;
}

/* Bxslider
---------------------------------------*/

.bxslider .slider:not(:first-child) {
  display: none;
}

.bx-wrapper .bx-viewport {
  border: none;
  background: none;
  -webkit-box-shadow: none;
}

.part-detail-left .bx-wrapper .bx-viewport {
  left: 0px;
}

.latest-currently-content.bxslider {
  height: 110px;
  width: 1000em;
  list-style: none;
  overflow: hidden;
}

.latest-currently-content.bxslider li {
  float: left;
  width: 180px;
  height: 110px;
  margin-right: 15px;
  background: #fff;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  padding-top: 45px;
  background-color: transparent;
  background-image: none;
  padding-top: 0px;
  box-shadow: none;

}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 0;
  padding-top: 0;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #333;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #00005f;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
  transition: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, .75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bxslider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.latest-currently-content .bx-viewport {
  -webkit-transform: translatez(0);
  height: 250px !important;
}

.bx-wrapper .bx-prev {
  left: -53px;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/prev.png) no-repeat 0 0;
}

.col-width-mobile-320 .bx-wrapper .bx-prev {
  left: -25px;
}

.bx-wrapper .bx-prev:hover {
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/prev-hover.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: -53px;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/next.png) no-repeat 0 0;
}

.col-width-mobile-320 .bx-wrapper .bx-next {
  right: -45px;
}

.bx-wrapper .bx-next:hover {
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/next-hover.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a {
  margin-top: -17px;
  width: 40px;
  height: 40px;
}

.col-width-mobile-320 .bx-wrapper .bx-controls-direction a {
  margin-top: 0px;
}

.header-slider .bx-controls {
  /*    display: none !important;
  */
}

.header-slider .bx-controls-direction {
  display: none;

}

.header-slider .bx-wrapper .bx-pager {
  display: inline-block;
  height: 20px;
  padding-top: 0px;

}

.header-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: white;
  width: 10px;
  height: 10px;
}

.header-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b82828;
}

/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/*xzoom*/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* --------------- */

/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

.large-5 {
  width: 70%;
  margin: 0 auto;
}

/* Bxslider
---------------------------------------*/

.car-header {
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  color: white;
  background-color: #363636;
  text-transform: uppercase;
  padding-left: 35px;
  float: left;
  width: calc(100% - 30px);
  margin-top: 10px;
}

.car-detail {
  width: calc(100% / 6);
  float: left;
  padding-top: 20px;
  min-height: 100px;
}

.car-detail-img {
  width: 100%;
  float: left;
  height: 40px;
}

.car-detail-img img {
  width: 70px;
}

.car-detail-name-year {
  width: 100%;
  float: left;
}

.car-detail-name {
  width: 100%;
  font-size: 13px;
  color: white;

}

.car-detail-year {
  width: 100%;
  font-size: 12px;
  color: #888888;
  display: none;
}

/*
///////////////////////////////////////////////////////////////////////
////////// vehicle -page 
///////////////////////////////////////////////////////////////////////
*/

.content-vehicle-search {
  color: white;
}

.content-vehicle-search a {
  color: white;
  cursor: pointer;
}

.part-title label, .vehicle-title label {
  width: 35%;
  float: left;
  text-align: right;
  font-size: 16px;
  margin-top: 5px;
  padding-right: 20px;
}

.part-title form, .vehicle-title form {
  width: 65%;
  float: left;
  text-align: left;
}

.vehicle-title input[name="txtKeywords"] {
  background-color: #171717;
  color: white;
  border: none;
  height: 34px;
  width: 400px !important;
  box-shadow: 0px 0px 1px 1px #616161;

}

#btnSearch {
  FONT-WEIGHT: 600;
  font-family: 'Titillium Web', sans-serif;
  background-color: #b82828;
  border: none;
  width: 140px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: white;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 10px;
}

.page-lef {
  width: 30%;
  max-width: 280px;
  float: left;
  padding: 15px;
  color: white;
}

.page-detail a, .results-header, .results-line, .page-right, .page-lef, .page-lef a, .page-right a, .results-line a {
  color: white;
}

{
  color: white
;
}
.page-lef a:hover {
  color: #b82828;
}

.vehicle-lef-title {
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}

.vehicle-sup-title {
  font-size: 13px;
  FONT-WEIGHT: 600;
  background-color: #464646;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 10px;
}

.vehicle-lef-main {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
}

.vehicle-lef-main > a {
  padding-left: 15px;
}

.vehicle-lef-sup-item {
  padding: 10px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.vehicle-lef-main .show-more {
  float: right;
  cursor: pointer;
  padding: 0px 10px;
}

.vehicle-lef-sup {
  padding-left: 10px;
  display: none;
  border-top: solid 1px #464646;
  border-bottom: solid 1px #464646;
  margin-top: 5px;
}

vehicle-lef-sup div {
  margin-top: 10px;
}

.page-right {
  float: left;
  min-height: 200px;
  width: 100%;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.page-vehicle .page-right {
  width: calc(100% - 280px);
}

.page-detail > table, .page-right > table {
  width: 100% !important;
  padding: 0px 15px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 10px;
}

.page-detail > table .PageFont > b, .page-detail > table .PageFont > strong, .page-right > table .PageFont > b, .page-right > table .PageFont > strong {
  font-size: 17px;
  font-weight: 300;
}

.page-detail > table .PageFont, .page-right > table .PageFont {
  min-width: 270px;
}

.car-detail-search {
  width: 20%;
  float: left;
  margin: 0px;;
  text-align: center;
  PADDING: 10px 10px;
  display: flex;

}

.car-detail-search-detail {
  background-color: #363636;
  min-height: 245px;
  position: relative;
  padding-bottom: 40px;
  width: 100%;
}

.car-detail-search-img {
  min-height: 100px;
}

.car-detail-search-img img {
  width: 100%;
}

.car-search-name {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.car-search-year {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
}

.car-search-view {
  font-size: 12px;
  font-weight: 300;
  background-color: black;
  max-width: 90px;
  margin-top: 20px;
  display: inline-flex;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0 auto;
  left: calc((100% - 86px) / 2);
}

.car-search-view a {
  padding: 10px 13px;
  margin: 0px;
}

.car-search-view:hover {
  background-color: #b82828
}

.car-search-price {
  font-size: 20px !important;
  margin-top: 10px;
  min-height: 30px;
  width: 100%;
}

.list-car {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/*
///////////////////////////////////////////////////////////////////////
////////// end vehicle -page 
///////////////////////////////////////////////////////////////////////
*/

#frmVehicleSearch input[name="txtKeywords"], select[name="optCategory"], #frmPartSearch input[name="txtPartKeywords"] {
  background-color: #171717;
  color: white;
  border: none;
  height: 34px;
  box-shadow: 0px 0px 1px 1px #616161;
}

select[name="optCategory"] {
  margin-left: 10px;
}

.results-line .line {
  width: 100%;
  clear: both;
  padding: 10px 0px;
  background: none;
  /*    border-bottom: solid 2px #4b4b4b;
  */
  height: auto;
  display: block;
}

.delivery-line:after, .order-item:after, .content-template .PageFont table:nth-child(4) .lineafter, .results-line .line:after, .page-stock-list-item:after, .results-header:after {
  clear: both;
  display: block;
  content: "";
}

.line div, .results-header div {
  float: left;
}

.results-header {
  background-color: #0d0d0d;
  padding: 5px 10px;
  line-height: 40px;
  margin-top: 10px;
  font-weight: 600;
}

.results-header div {
  float: left;
  text-transform: uppercase;
}

.results-line-part {
  width: calc(100% - 550px);
}

.results-line-part img {
  width: 80px;
  float: left;
  margin-right: 10px;
}

.results-line-part label {

}

.results-line-vehicle {
  width: 170px;
}

.results-line-type {
  width: 80px;
  min-width: 80px;
  min-height: 1px;
}

.results-line-condition {
  width: 90px;
  min-width: 90px;
}

.results-line-colour {
  width: 90px;
  min-width: 90px;
  min-height: 1px;
}

.results-line-details {
  /*    width: 115px;
      min-width: 115px;*/
  float: right;
  margin-right: 10px;
}

.results-line .results-line-details {
  margin: 10px 0px;
}

.check-all-parts a, .results-line-details a {
  text-transform: uppercase;
  margin-top: 35px;
  padding: 5px 10px;
  border: solid 1px #b7b7b7;
  font-size: 14px;
}

.check-all-parts a:hover, .see-more:hover, .results-line-details a:hover {
  color: black;
  background-color: white;

}

/* .results-line-details a:hover{
    color: black;
    background-color: #b82828;
    
}*/

.results-line .line:nth-of-type(even) {
  background-color: #363636;
}

.results-line .line:nth-of-type(odd) {
  background-color: #4b4b4b;
}

/* Moblie
---------------------------------------*/
@media screen and (max-width: 1199px) {
  #branding .logo-menu-top {
    width: auto;
    margin-left: 10px;
  }

  #branding .logo-menu-botom {
    float: left;
  }

  #branding .logo img {
    height: 65px;
  }

  .slider-text {
    left: 100px;
  }

  .content-right {
    width: calc(100% - 235px);
  }

  .content-right .content-wellcome .content-wellcome-left {
    width: 30%
  }

  .content-right .content-wellcome .content-wellcome-left img {
    width: 100%;
  }

  .content-right .content-wellcome .content-wellcome-right {
    width: 70%
  }

  .content-right .content-choose {
    height: 204px;
    margin-top: -5px;
  }

  .contact-us-right {
    float: left;
    margin-left: 85px;
    width: 190px;
  }

  .contact-us-left > p:first-child {
    font-size: 20px;
  }

  contact-us-left {
    width: 70%;
  }

  #main-menu {
    margin-left: 10px !important
  }
}

@media screen and (max-width: 1024px) {
  .results-line-type {
    display: none;
  }

  .results-line-part {

    width: calc(100% - 470px);

  }

  .car-detail-search {
    width: 25%;
    padding: 5px;
  }

  .#branding .logo-menu-top .contact .phone {
    font-size: 16px;
  }

  .contact-us-right {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }

  .contact-us-left {
    text-align: center;
    width: 100%;
  }

  .full-width_red {
    padding-bottom: 30px;
  }

  #branding .logo-menu-top {
    width: calc(100% - 340px);
  }

  .#branding .logo-menu-botom {
    margin-left: -40px;
  }

  .hide-moblie {
    display: none;
  }

  #branding .logo-menu-top .contact {
    margin-right: 40px;
  }
}

.logo-m {
  float: left;
  width: 151px;
}

#mobile .logo-m {
  float: left;
  width: 450px;
}

/
/
/
/
/
/

.main-menu-mobile {

  width: 100%;
  background-color: red !important;
  padding: 0px;

}

.mobile-only {
  display: none;
}

#mobile #main-menu {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#mobile #main-menu a {
  width: 100%;
  color: white;
  display: inline-block;
}

#mobile #main-menu li:first-child {
  padding-top: 60px;
}

#mobile #main-menu li {
  list-style-type: none;
  border: solid 1px #424242;
  padding: 5px 0px 5px 10px;
  background-color: #171717;

}

#mobile #main-menu li:hover {
  background-color: #b82828;
}

.col-width-mobile-320 .logo-m {
  margin-top: 10px;
  margin-left: 10px;
}

.col-width-mobile-item {
  line-height: 150px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  width: 33%;
  min-height: 150px;
  font-size: 25px;
  font-weight: 600;
  float: left;
  background-color: red;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/mobile-item-bg.png) no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lh45 {
  line-height: 150px;
}

.margin-30 {
  margin-top: 30px !important;
}

.pading15 {
  padding: 15px;
  text-align: center;
}

.contact-m {
  text-align: left;
  margin-top: 10px;
}

.contact-m .contact-item .header {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;

}

.contact-m .contact-item .content {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;

}

.contact-m .contact-item .content i {
  margin-left: 0px;
}

.contact-m .contact-item {
  min-width: 150px;
  float: left;
  margin: 0px;
  width: 100%;
}

.contact-m .contact-item:first-child {
  margin-bottom: 25px;
}

.contact-m .contact-item .full-width_red {
  color: #ffffff;
  padding: 10px 20px;
}

.col-width-mobile .footer {
  margin: 0 auto;
}

.col-width-mobile .footer .footer-left {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.col-width-mobile .footer .footer-right {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.col-width-mobile .footer .footer-right img {
  margin-right: 530px;

}

.contact-item-btn {
  width: 10px;
  height: 10px;
  float: right;
  font-size: 22px;
  cursor: pointer;

}

.contact-item-sub {
  display: none;
}

#mobile {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #262626;
}

.header-slider-m {
  padding-top: 70px;
}

#mobile .main-menu ul li {
  width: 100%;
  float: left;
}

.mobile-main {
  font-size: 20px;
}

/*page about */

.page-about {
  margin-top: 50px;
}

.about-slider-des {
  display: none
}

.content-about .bx-wrapper .bx-controls-direction a {
  margin-top: -90px;
}

.page-about-slider-main-img {
  max-width: 800px;
  padding-top: 70px;
  position: relative;
}

.bxslider-about-item-img {
  cursor: pointer;
}

.page-about-slider-main-img img {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 80%;

}

.page-about-slider-main-img-des {
  line-height: 35px;
  text-align: center;
  color: black;
  font-size: 14;
  font-weight: 300;
  position: absolute;
  opacity: 0.9;
  background-color: #171717;
  height: 35px;
  width: 80%;
  bottom: 0px;
  color: white;
  left: 10%;
}

.page-about-lef, .page-about-right {
  width: 50%;
  float: left;
  color: white;
  padding: 0px 15px;
}

.page-about-right img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 960px) {

  .slider-header {
    font-size: 20px;
  }

  .content-wellcome-left {
    display: 40%;
  }

  .content-right .content-wellcome .content-wellcome-right {
    width: 65%;
  }

  #branding .logo-menu-botom ul {
    margin-left: 0px;
  }

  #branding .logo-menu-top .contact {
    margin-right: 10px;
  }

  .vehicle-title input[name="txtKeywords"] {
    width: 230px !important;
  }

}

@media screen and (max-width: 850px) {
  .car-detail-search {
    width: 33%;
  }

}

@media screen and (max-width: 667px) {
  .content-wellcome-left {
    display: none;
  }

  .content-right .content-wellcome .content-wellcome-right {
    width: 100%;
  }

  .car-detail-search {
    width: 50%;
  }

  #branding {
    height: 70px;
  }

  .mobile-only {
    display: block;
  }

  .social-network {
    float: left
  }

  .logo-m {
    width: calc(100% - 140px) !important;
    text-align: center;
    padding: 5px 0px;
  }

  .logo-m img {
    padding-top: 10px;
  }

  .logo-menu-botom > a {
    margin: 30px 10px 0 0;
    float: right !important;
  }

  #branding .logo-menu-botom .social-network {
    margin-left: 0px;
  }

  #branding .logo-menu-botom {
    width: 100%;
    height: 70px;
  }

  .full-width_red {
    padding-bottom: 65px;
  }

  .contact .contact-item {
    width: 50%;
  }

  #branding > .col-width {
    display: none;
  }

  #main-menu {
    width: 100%;
    z-index: 1000;
    position: absolute;
    margin-top: 70px;
    background: #b82828;
    margin-left: 0px;
    padding-left: 10px;
    display: none;

  }

  #main-menu ul li {
    width: 100%;
    border: none;
    border-bottom: solid 1px;
    list-style-type: none;
  }

  #branding .logo-menu-botom ul li:first-child {
    border: none;
  }

  #main-menu li a {
    width: 100%;
    padding: 10px 0px;
    margin-left: 15px;
  }

  .contact-us-left {
    margin-left: 0px;
  }

  #branding .logo-menu-botom ul li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .page-about-lef, .page-about-right {
    width: 100%;
  }

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 480px) {
  .contact .contact-item {
    width: 100%
  }

  .contact .contact-item:first-child {
    margin-bottom: 20px;
  }

  .check-all-parts {
    margin-top: -5px;
  }

}

/*page-detail*/

.page-detail {
  margin-bottom: 100px;
  margin-top: 40px;
}

.detail-info, .detail-des, .part-detail-left, .part-detail-center, .part-detail-right {
  float: left;
  color: white;
}

.part-detail-left {
  padding-top: 50px;
  width: 90px;
  min-height: 100px;
}

.part-detail-left .bx-prev {
  top: -70px !important;
  margin-top: 35px !important;
  margin-left: 80px;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/prv2.png) no-repeat 0 0;
}

.part-detail-left .bx-prev:hover {
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/prv2.png) no-repeat 0 0;
}

.part-detail-left .bx-next {
  margin-top: 175px !important;
  right: 10px;
}

.part-detail-left .bx-next {
  width: 50px !important;
  margin-top: 157px;
  margin-left: 80px;
  position: relative;
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/next2.png) no-repeat 0 0;
}

.part-detail-left .bx-next:hover {
  background: url(http://nissinking.co.nz/common/n/nissinkingconz/images/next2.png) no-repeat 0 0;
}

.part-detail-left img {
  width: 100%;
  cursor: pointer;
}

.part-detail-center img, .part-detail-left img {
  width: 100% !important;
  height: auto;
  border: none;
}

.part-detail-center {
  width: 50%;
  padding: 10px;
  text-align: center;
}

.part-detail-right {
  width: 50%;
  padding-left: 20px;
}

.new-part-detail .part-detail-right, .new-part-detail .part-detail-center {
  width: calc(100% / 2);
}

.detail-des {
  width: 30%;
}

.detail-info {
  width: 70%;
  font-weight: 300;
}

.detail-info a.btn-detail {
  background-color: #fee743;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 11px;
  color: #3f3f41;
  border-radius: 2px;
  margin-top: 45px;
}

.detail-des {
  font-weight: 600;
}

.detail-title {
  font-size: 30px;
  padding-bottom: 10px;
}

.detail-button {
  margin-top: 40px;
}

.detail-button .detail-des {
  padding-right: 10px;
}

.detail-button .detail-des a {
  padding: 8px 15px;
  float: right;
  margin-top: 0;
  font-size: 13px;
  background-color: gray;
}

.detail-button .detail-des a.btn-red {
  background-color: #b82828;
}

.car-search-price, .price {
  font-size: 30px;
  color: #f6e420;
  font-weight: 300;
}

.price label {
  font-size: 14px;
  color: white;
}

.note {
  font-size: 14px;
  font-style: italic;
}

.enquire-online-now {
  margin: 0 auto;
  text-align: center;
  margin-top: 35px;
}

.enquire-online-now a {
  font-size: 20px;
}

.enquire-online-now a:hover {
  color: black;
}

.results-header, .results-line {
  font-size: 13px;
  width: 100%;
}

.listed-parts {
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 18px;
  padding: 15px;
}

.detail-button .detail-des, .detail-button .detail-info {
  width: auto;
}

.page-condition {
  padding: 20px;
}

.page-condition .wellcome-content {
  background-color: #000000;
}

.results-line table:nth-child(2) td {
  display: block;
  width: 100%;
}

.results-line table:nth-child(2) tr:nth-child(odd) td .line {
  background-color: #4b4b4b;
}

.results-line table:nth-child(2) tr:nth-child(even) td .line {
  background-color: #363636;
}

/*:first-child*/
.results-line table:nth-child(1) tr {
  background-color: #0d0d0d;
}

.results-line table:nth-child(2) tr, .results-line table:nth-child(2) tr td {
  border: 0px;
  padding: 0px;
}

.results-line table:nth-child(2) tr td .line div {
  min-height: 1px;
}

div.line-img {
  width: 80px !important;
}

div.line-part {
  width: 240px !important;
  margin-left: 10px;
}

div.line-vehicle {
  width: 295px !important;
}

div.line-parttype {
  width: 50px !important;
}

div.line-colour {
  width: 70px !important;
}

div.results-line-details {
  float: right;
  margin-right: 10px;
  padding-top: 20px;
}

.results-line table:nth-child(1) tbody tr:nth-child(2) {
  display: none;
}

.results-line table:nth-child(1) tbody tr:nth-child(1) {
  height: 40px;
}

.results-line table:nth-child(1) tbody tr:nth-child(1) td:nth-child(even) {
  display: none;
}

.results-line table:nth-child(1) tbody tr:nth-child(1) td:nth-child(odd) font {
  color: white;
}

.results-line table:nth-child(1), .results-line table:nth-child(2) {
  border: 0px;
  margin: 0px;
}

.results-line table:nth-child(1) tr td:nth-child(3) {
  width: 200px !important;
}

.part-detail-right .detail-info {
  padding-left: 15px;
  box-sizing: border-box;
  text-align: left;
}

.results-line table:nth-child(2) {
  border-spacing: 0px;
  border-collapse: separate;
}

#IconImgObj1 table {
  margin-left: 0px;
  width: 100% !important;
  min-width: 300px;
}

}
#IconImgObj1 table td {
  cursor: pointer !important;
}

#IconImgObj1 img {
  cursor: pointer !important;
}

#IconImgObj1 img:hover {
  border: solid 1px #fff504;
}

.line-img {
  width: 80px;
  height: 60px;
}

.page-stock td {
  display: block;
}

.page-stock td, .page-stock tr {
  display: inline-block;
  min-width: 100%;
}

.page-stock table table {
  width: 100%;
  font-size: 14px;
}

.page-stock table td:nth-child(odd) table {
  background-color: #4b4b4b;
}

.page-stock table td:nth-child(even) table {
  background-color: #363636;
}

.page-stock table table tr:nth-child(1) {
  display: none;
}

.content-template > table {
  width: 800px;
}

.car-detail-search-in-table {
  width: 160px;
}

.car-detail-search-in-table a {
  color: white;
}

.detail-des-1-btn {
  margin-top: 20px
}

.page-stock-list-item table b {
  color: #fee743;
  font-size: 18px;
}

.page-stock-list-item {
  font-size: 14px;
  font-weight: 600;
}

.page-stock-list-item {
  padding: 20px;
}

.page-stock-p1 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 10px;
}

.page-stock-list-item-left {
}

.page-stock-list-item-right {
  text-align: right;
}

.page-stock-list-item-right img {
  width: 80%;
}

.page-stock-list-item-left, .page-stock-list-item-right {
  float: left;
  width: 50%;
}

.page-stock {
  padding: 20px;
}

.page-stock-list-item {
  background-color: #171717;
}

/*contact-success*/

.content-wellcome-success {
  text-align: center;
}

.content-wellcome-success img {
  height: auto;
  width: auto;
  margin-top: 10px;
}

.cotact-success-detail-header {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding-top: 10px;
  color: white;
  margin-top: 20px;
  text-transform: uppercase;
}

.cotact-success-detail1 {
  font-size: 16px;
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

.cotact-success-detail3 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}

/*.xzoom-preview img {
	min-width: 1600px !important;
}*/

.content-template .PageFont table:nth-child(4) tr:nth-child(even) {
  /*background-color: #4b4b4b;
  */
}

.content-template .PageFont table:nth-child(4) tr:nth-child(odd) {
  /*background-color: #363636;
  */
}

.content-template .PageFont table:nth-child(4) .line {
  background: none;
  font-size: 14px;
}

.content-template .PageFont table:nth-child(4) div.line-vehicle {
  width: 300px !important;
}

.content-template .PageFont table:nth-child(3) td:nth-child(9) {
  width: 115px !important;
}

.content-template .PageFont table:nth-child(4) td {
  border: 0px;
  padding: 5px 0px;
}

.search-car {
  width: 60px;
  margin: 0px 5px;
  vertical-align: middle;
}

.team-content {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.div-btn-content {
  margin: 20px 0px;
}

.btn-content:hover {
  color: #fee743;
  background-color: black;
}

.btn-content {
  padding: 5px 20px;
  border: solid 1px #fee743;
  color: #fee743;
  font-size: 18px;
  border-radius: 5px;
}

.list-team-mem {

}

.list-team-mem table td {
  vertical-align: top;
}

.list-team-mem table table {
  background-color: #171717;
  padding: 0px 10px 15px 10px;
  min-height: 280px;
}

.list-team-mem table table table td {
  background: none;
}

.list-team-mem table table table tr:nth-child(1) td font:before {
  content: "";
  background: url(http://www.nissinking.co.nz/common/n/nissinkingconz/images/logo-m-s.png) no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 5px 0 0;
  background-size: cover;
  vertical-align: middle;
}

/*// check out */
.list-order {
  /*    margin-top: 20px;
  */
}

.order-item {
  padding: 15px 0px;
  font-size: 14px;
  background-color: #4b4b4b;
  margin-bottom: 3px;
}

.list-item-qty input[type="text"], .order-item input[type="text"] {
  padding-left: 10px;
  margin-top: -5px;
}

.order-item-left {
  float: left;
  width: 30%;
  min-height: 1px;
  text-align: right;
}

.order-item-right {
  float: left;
  width: 70%;
  min-height: 1px;
  text-align: left;
}

.order-item-name {
  font-weight: 600;
  font-size: 16px;
}

.order-item-name-img {
  width: 100%;
  height: auto;
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}

.order-item-des {
  color: #a8a8a8;
}

.order-item-name-img img {
}

.list-item-line .list-item-price, .order-item-price {
  color: #fee743;
  font-size: 15px;
  font-weight: 400;
}

.list-order-repead:nth-of-type(odd) .order-item {
  background-color: red;
}

.cart-remove-left-p2 a, .cart-remove-condition a, .order-item-quantity a, .list-item-remove a {
  color: #cb5724;
  text-decoration: underline;
  font-style: italic;
}

.update-order {
  background-color: #262626;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 15px;
}

.update-order .Button {
  width: auto;
}

.order-sum {
  background-color: #111111;
  padding: 15px;
}

.order-sum div {
  text-align: right;
  padding: 5px;
}

.order-sum-sub-total {

}

.order-sum-sub-gst {

}

.order-sum-total {
  font-size: 16px;
  color: #fee743;
}

.delivery {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #4b4b4b;
}

#main .delivery table tbody tr td.PageFont:nth-child(2) {
  text-align: left;
}

.cart-remove {
  text-align: right;
  padding: 15px;
}

.delivery .PageFont select, .delivery textarea, .delivery .PageFont input[type="text"], .delivery .PageFont input[type="password"] {
  width: 100% !important;
  max-width: 250px;
}

.delivery textarea {
  height: 60px;
}

.shopping-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding-top: 10px;
  color: white;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
}

.order-no {
  color: #fee743;
  text-align: left;
  margin-top: 20px;
}

.err {
  color: #ff4343;
  line-height: 18px;
  font-size: 14px;
  margin-top: 10px;
}

#main .delivery table tbody tr td.notes {
  vertical-align: middle;
}

.order-success {
  color: #80e880;
  text-align: center;
  padding-top: 10px;
}

.delivery-line-left, .delivery-line-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 5px 0px;
}

.delivery-line-left {
  text-align: left;
  padding-left: 25%;
}

.delivery-line-right {
  text-align: left;
  padding-left: 10px;
}

.payment_details_cards table {
  width: 100%;
}

.payment_details_cards table td {
  width: 50%;
}

.payment_details_cards table tr td:nth-child(odd) {
  text-align: left;
  padding-left: 25%;
}

.payment_details_cards table tr td:nth-child(even) {
  text-align: left;
}

.cart-remove-left {
  padding-left: 10px;
}

.cart-remove-right {
  text-align: right;
}

.delivery-header {
  text-transform: uppercase;
  padding: 10px 0px;
  background-color: #b82828;
  color: white;
  text-align: left;
  padding-left: 20px;
}

.cart-bt {
  background-image: url(http://nissinking.co.nz/common/n/nissinkingconz/images/cart-d.png);
  /* float: right; */
  /* margin-left: 10px; */
  /* list-style-type: none; */
  /* font-size: 13px; */
  /* font-weight: 400; */
  /* font-family: 'Titillium Web', sans-serif; */
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -2px;
  width: 75px;
  /* height: 19px; */
  /* padding: 0px; */
  min-height: 23px;
  background-size: contain;

}

.list-item-header {
  text-transform: uppercase;
  background-color: #111111;
  text-align: left;
}

.list-item-line div, .list-item-header div {
  float: left;
  min-height: 1px;
  text-align: center;
}

.list-item-header div {
  border-right: solid 1px #272727;
  padding: 10px 0px;
}

.list-item-img {
  width: 90px;
  text-align: center;
}

.list-item-part {
  width: calc(100% - 465px);
  text-align: left;
  margin-left: 15px;
}

.list-item-part div {
  width: 100%;
  text-align: left;
}

.list-item-part-name {
  font-weight: 600;
  font-size: 15px;
}

.list-item-type {
  width: 90px;
}

.list-item-line .list-item-type {
  color: #a8a8a8;
}

.list-item-price {
  width: 90px;
}

.list-item-qty {
  width: 90px;
}

.list-item-remove {
  width: 90px;
}

.list-item-line:after, .list-item-header:after {
  clear: both;
  display: block;
  content: "";
}

.list-item-line {
  padding: 15px 0px;
  font-size: 14px;
  background-color: #4b4b4b;
  margin-bottom: 3px;
}

.page-check-out {
  font-weight: 300;
}

.content-check-out .Button {
  font-size: 16px !important;
}

/*// end check out */

.contact-item-footer .header label {
  background-color: #fff1c7;
  padding: 3px 10px;
  color: black;
}

.contact-item-footer .header {
  text-align: center;
  margin-bottom: -7px !important;
}

.contact-item-footer-box {
  width: 62%;
  /*    background-color: black;
  */
  margin: 0 auto;
  padding-top: 20px;
  border: solid 1px #fee743;
}

.contact-item-footer-box i {
  color: #fee743;
}

.header-check-out-btn i {
  font-family: 'FontAwesome';
  font-size: 17px;
  padding-right: 3px;
}

.header-check-out-btn {
  background-color: #fee743;
  color: #3f3f41;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.header-check-out-btn label {
  cursor: pointer;
  font-size: 11px;
}

#branding .logo-menu-botom ul li.menu-itemcheck-out a {
  padding: 5px 5px;
}

/*
.results-line table:nth-child(1) tbody tr:nth-child(1) td:nth-child(even) {
display: none;
} 

.results-line table:nth-child(1) tbody tr:nth-child(1) td:nth-child(odd) font{
color: white;
} */

.slider-order {
  position: absolute;
  right: 28px;
  top: 75px;
}