/* ---------------- Custom Fonts ------------------- */
@font-face {
  font-family: 'SemplicitaPro-Bold';
  src: url("../fonts/SemplicitaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SemplicitaPro-Bold.otf") format("opentype"), url("../fonts/SemplicitaPro-Bold.woff") format("woff"), url("../fonts/SemplicitaPro-Bold.ttf") format("truetype"), url("../fonts/SemplicitaPro-Bold.svg#SemplicitaPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SemplicitaPro-Light';
  src: url("../fonts/SemplicitaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SemplicitaPro-Light.otf") format("opentype"), url("../fonts/SemplicitaPro-Light.woff") format("woff"), url("../fonts/SemplicitaPro-Light.ttf") format("truetype"), url("../fonts/SemplicitaPro-Light.svg#SemplicitaPro-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SemplicitaPro-Medium';
  src: url("../fontsSemplicitaPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fontsSemplicitaPro-Medium.otf") format("opentype"), url("../fontsSemplicitaPro-Medium.woff") format("woff"), url("../fontsSemplicitaPro-Medium.ttf") format("truetype"), url("../fontsSemplicitaPro-Medium.svg#SemplicitaPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

label {
  display:none;
}
/* -------------- Variables -------------- */
/* -------------- Extend -------------- */
/* line 35, ../scss/goss.scss */
.btn-animation, input[type="button"], input[type="submit"], .btn, .btn:hover, .content-panel .inner .products-category, .content-panel .inner .side-listing li, .content-panel .inner .tec-resources li {
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

/* line 42, ../scss/goss.scss */

.home-blog .inner .img-container,  .content-panel .inner .products-img {
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

 .cover-background, .home-search-features .parts-cate, .catalog-search-features .parts-cate,
.home-search-features input[type="button"], .catalog-search-features input[type="button"], .home-blog, .group-logos, .sub-hero-banner,  .content-panel .inner .listing-style .list-panel .list-thumb-img, .content-panel .inner .listing-style .doc-download .doc-thumb, .content-panel .inner .tab-contents .tab-pane, .content-panel .inner .news-panel .news-thumb, .content-panel .inner .single-news-panel .news-hero, .footer-panel {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* line 52, ../scss/goss.scss */
.none-border-radius, input[type="text"], input[type="button"], select, .btn, .btn:hover, .navbar-inverse, .content-panel .inner .tab-contents .nav-pills > li > a, .content-panel .inner .contact-page input[type="text"],
.content-panel .inner .contact-page textarea, .content-panel .inner .accordion-panel-container .panel-default > .panel-heading, .reseller-search input[type="text"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 58, ../scss/goss.scss */
.no-margin-padding, *, body, .content-panel .inner .products-category h3 {
  margin: 0px;
  padding: 0px;
}

/* -------------- Global -------------- */
/* line 70, ../scss/goss.scss */
body {
  font-family: "SemplicitaPro-Light", sans-serif;
  background: #fff;
}

/* line 76, ../scss/goss.scss */
img {
  border: 0px;
}

/* line 78, ../scss/goss.scss */
h1, h2, h3, h4 {
  font-family: "SemplicitaPro-Bold", sans-serif;
  clear: both;
}

/* line 83, ../scss/goss.scss */
h1, h2, h3 {
  text-transform: uppercase;
  letter-spacing: 1;
}

/* line 88, ../scss/goss.scss */
h1 {
  font-size: 36px;
}

/* line 92, ../scss/goss.scss */
h2 {
  font-size: 22px;
}

/* line 96, ../scss/goss.scss */
h3 {
  font-size: 20px;
}

/* line 100, ../scss/goss.scss */
h4 {
  font-size: 18px;
}

/* line 106, ../scss/goss.scss */
p {
  font-family: "SemplicitaPro-Light", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin: 10px 0px 20px 0px;
}

/* line 114, ../scss/goss.scss */
ul, li {
  font-family: "SemplicitaPro-Light", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

/* line 121, ../scss/goss.scss */
ul {
  margin: 15px 0px 15px 20px;
}

/* line 125, ../scss/goss.scss */
li {
  margin-bottom: 10px;
}

/* line 130, ../scss/goss.scss */
a, a:hover {
  color: #7fbe41;
}

/* line 133, ../scss/goss.scss */
a:hover {
  text-decoration: underline;
}

/* line 137, ../scss/goss.scss */
input[type="text"], input[type="password"], input[type="email"] {
  float: left;
  padding: 15px;
  margin: 10px 0px 10px 0px;
  border: 1px solid #7fbe41;
  text-align: left;
  background: #000;
}

/* line 147, ../scss/goss.scss */
input[type="button"], input[type="submit"] {
  float: left;
  padding: 15px;
  margin: 10px 0px 10px 0px;
  border: 1px solid #7fbe41;
  text-align: left;
  background: #7fbe41;
}

/* line 158, ../scss/goss.scss */
input[type="button"]:hover, input[type="submit"]:hover {
  background: #000;
  color: #7fbe41;
}

/* line 163, ../scss/goss.scss */
select {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #7fbe41;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background-image: url("../images/icon-selector-arrow-down.png");
  /* add custom arrow */
  background-position: right center;
  background-color: #fff;
  background-repeat: no-repeat;
}

/* line 183, ../scss/goss.scss */
.btn, .btn:hover {
  float: left;
  text-transform: uppercase;
  padding: 15px 40px 15px 40px;
  margin: 10px 0px 10px 0px;
  border: 1px solid #7fbe41;
}

/* line 193, ../scss/goss.scss */
.btn {
  background: #7fbe41;
  color: #fff;
}

/* line 198, ../scss/goss.scss */
.btn:hover {
  background: #000;
  color: #7fbe41;
}

/* -------------- Nav -------------- */
/* line 208, ../scss/goss.scss */
.navbar-inverse {
  border: none;
  background-color: #fff;
}

/* line 214, ../scss/goss.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #000;
}

/* line 217, ../scss/goss.scss */
.navbar-inverse .navbar-nav > li > a:hover {
  color: #7fbe41;
}

/* line 221, ../scss/goss.scss */
.nav-scroll {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 225, ../scss/goss.scss */
.navbar-header {
  min-height: 86px;
}

/* line 229, ../scss/goss.scss */
.navbar-nav {
  font-family: "SemplicitaPro-Bold", sans-serif;
  margin-top: 40px;
}

/* line 235, ../scss/goss.scss */
.navbar-brand {
  width: 239px;
}

/* line 239, ../scss/goss.scss */
.nav-area {
  float: right;
  margin-top: 30px;
  font-family: "SemplicitaPro-Bold", sans-serif;
  font-size: 20px;
}

/* -------------- Home Hero Banner -------------- */
/* line 251, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item {
  height: 600px;
}
/* line 256, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item h1 {
  color: #fff;
  margin: 160px 10px 20px 10px;
  font-family: "SemplicitaPro-Bold", sans-serif;
}
/* line 262, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item p {
  color: #fff;
  margin: 10px 10px 20px 10px;
  width: 500px;
  font-size: 22px;
  line-height: 30px;
}
/* line 270, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item .carousel-control {
  top: 0px;
}
/* line 274, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item .carousel-caption {
  font-family: "SemplicitaPro-Bold", sans-serif;
  bottom: 180px;
}
/* line 279, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item .carousel-control.left,
.home-hero-banner .carousel-inner > .item .carousel-control.right {
  display: none;
}
/* line 284, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item .carousel-caption {
  left: 60px;
  right: 60px;
}
/* line 289, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item .caption-bg {
  width: 50%;
}
/* line 292, ../scss/goss.scss */
.home-hero-banner .carousel-inner > .item .caption-bg .btn,
.home-hero-banner .carousel-inner > .item .caption-bg .btn:hover {
  margin: 5px 14px 5px 14px;
}

/* line 301, ../scss/goss.scss */
.carousel-indicators {
  left: 0px;
  width: 100%;
  margin-left: 0%;
}
/* line 306, ../scss/goss.scss */
.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0px solid #fff;
}
/* line 310, ../scss/goss.scss */
.carousel-indicators .active {
  border: 0px solid #fff;
}

/* -------------- Home Hero Banner -------------- */
/* line 325, ../scss/goss.scss */
.home-search-features {
  color: #fff;
  font-family: "SemplicitaPro-Bold", sans-serif;
}
/* line 331, ../scss/goss.scss */
.home-search-features h2 {
  text-align: left;
}
/* line 335, ../scss/goss.scss */
.home-search-features .inner {
  margin: 40px 50px;
  text-align: center;
}
/* line 339, ../scss/goss.scss */
.home-search-features .inner div {
  clear: both;
}
/* line 343, ../scss/goss.scss */
.home-search-features .inner a, .home-search-features .inner a:hover {
  width: 100%;
}
/* line 347, ../scss/goss.scss */
.home-search-features .inner .inner-text {
  float: left;
  width: 100%;
}
/* line 353, ../scss/goss.scss */
.home-search-features .parts-cate,
.home-search-features .resource-centre {
  float: left;
  height: 400px;
}
/* line 360, ../scss/goss.scss */
.home-search-features .parts-cate {
  width: 35%;
  margin: 3%;
}
/* line 365, ../scss/goss.scss */
.home-search-features .resource-centre {
  width: 56%;
  margin: 3% 0px 3% 0px;
}
/* line 370, ../scss/goss.scss */
.home-search-features input[type="text"] {
  width: 85%;
}
/* line 374, ../scss/goss.scss */
.home-search-features input[type="button"] {
  width: 15%;
}
/* line 380, ../scss/goss.scss */
.home-search-features .btn-style a, .home-search-features .btn-style a:hover {
  width: auto;
}

/* line 388, ../scss/goss.scss */
.home-blog {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0px;
}
/* line 396, ../scss/goss.scss */
.home-blog h2 {
  margin: 50px 0px 50px 0px;
}
/* line 400, ../scss/goss.scss */
.home-blog h4 {
  color: #7fbe41;
}
/* line 404, ../scss/goss.scss */
.home-blog .inner {
  text-align: left;
}
/* line 407, ../scss/goss.scss */
.home-blog .inner .img-container {
  width: 100%;
  height: 250px;
  float: left;
  margin-bottom: 15px;
}
/* line 414, ../scss/goss.scss */
.home-blog .inner .newsdate {
  position: absolute;
  padding: 10px 0px 10px 0px;
  width: 80px;
  color: #fff;
  background: #7fbe41;
  text-align: center;
  text-transform: uppercase;
}
/* line 423, ../scss/goss.scss */
.home-blog .inner .newsdate span {
  font-family: "SemplicitaPro-Bold", sans-serif;
}
/* line 431, ../scss/goss.scss */
.home-blog .btn, .home-blog .btn:hover {
  float: inherit;
  font-family: "SemplicitaPro-Bold", sans-serif;
  margin: 30px 0px 50px 0px;
}

/* line 441, ../scss/goss.scss */
.group-logos {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0px;
}
/* line 449, ../scss/goss.scss */
.group-logos .inner {
  margin: 20px 0px 20px 0px;
}
/* line 453, ../scss/goss.scss */
.group-logos .group-logo-panel {
  float: left;
  margin-bottom: 30px;
}

/* ---------------------- Sub Pages ------------------------- */
/* line 465, ../scss/goss.scss */
.sub-hero-banner {
  float: left;
  width: 100%;
  height: 240px;
  text-align: center;
}
/* line 473, ../scss/goss.scss */
.sub-hero-banner h1 {
  line-height: 220px;
  color: #fff;
}

/* line 482, ../scss/goss.scss */
.content-panel .inner {
  float: left;
  width: 100%;
  margin: 60px 0px 60px 0px;
}
/* line 487, ../scss/goss.scss */
.content-panel .inner .page-text {
  margin-bottom: 60px;
}
/* line 491, ../scss/goss.scss */
.content-panel .inner .products-img {
  width: 100%;
  height: 240px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  /* For IE8 and earlier */
}
/* line 499, ../scss/goss.scss */
.content-panel .inner .products-category {
  width: 100%;
  height: 50px;
  background: #7fbe41;
  color: #fff;
}
/* line 506, ../scss/goss.scss */
.content-panel .inner .products-category h3 {
  font-size: 16px;
  line-height: 50px;
  padding-left: 12px;
  text-transform: inherit;
}
/* line 513, ../scss/goss.scss */
.content-panel .inner .products-category h3 a, .content-panel .inner .products-category h3 a:hover {
  color: #fff;
}
/* line 519, ../scss/goss.scss */
.content-panel .inner .product-thumb {
  margin-bottom: 30px;
}
/* line 523, ../scss/goss.scss */
.content-panel .inner .product-thumb:hover .products-category {
  background: #000;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
/* line 530, ../scss/goss.scss */
.content-panel .inner .listing-style {
  font-family: "SemplicitaPro-Bold", sans-serif;
  font-size: 14px;
}
/* line 533, ../scss/goss.scss */
.content-panel .inner .listing-style h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 537, ../scss/goss.scss */
.content-panel .inner .listing-style .right {
  text-align: right;
}
/* line 540, ../scss/goss.scss */
.content-panel .inner .listing-style a, .content-panel .inner .listing-style a:hover {
  font-family: "SemplicitaPro-Bold", sans-serif;
  font-size: 16px;
  padding: 0px 10px 0px 10px;
}
/* line 546, ../scss/goss.scss */
.content-panel .inner .listing-style a {
  color: #000;
}
/* line 550, ../scss/goss.scss */
.content-panel .inner .listing-style a:hover {
  color: #7fbe41;
}
/* line 554, ../scss/goss.scss */
.content-panel .inner .listing-style .active {
  color: #7fbe41;
}
/* line 558, ../scss/goss.scss */
.content-panel .inner .listing-style .disable {
  color: #f3f3f3;
}
/* line 562, ../scss/goss.scss */
.content-panel .inner .listing-style .list-panel {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 568, ../scss/goss.scss */
.content-panel .inner .listing-style .list-panel .list-panel-row {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
/* line 575, ../scss/goss.scss */
.content-panel .inner .listing-style .list-panel .list-thumb-img {
  float: left;
  width: 25%;
  height: 190px;
  border: 1px solid #aeaeae;
  border-right: none;
}
/* line 584, ../scss/goss.scss */
.content-panel .inner .listing-style .list-panel .list-brief {
  float: left;
  width: 75%;
  height: 190px;
  border: 1px solid #aeaeae;
  font-size: 14px;
}
/* line 591, ../scss/goss.scss */
.content-panel .inner .listing-style .list-panel .list-brief span {
  margin: 20px;
  float: left;
}
/* line 594, ../scss/goss.scss */
.content-panel .inner .listing-style .list-panel .list-brief span span {
  font-family: "SemplicitaPro-Light", sans-serif;
  margin: 0px;
  width: 100%;
}
/* line 601, ../scss/goss.scss */
.content-panel .inner .listing-style .list-panel .list-brief a, .content-panel .inner .listing-style .list-panel .list-brief a:hover {
  padding: 10px 30px 10px 30px;
  color: #fff;
  font-size: 14px;
}
/* line 611, ../scss/goss.scss */
.content-panel .inner .listing-style .video-panel {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 616, ../scss/goss.scss */
.content-panel .inner .listing-style .video-panel .video-block {
  width: 100%;
  height: 400px;
  background: #f4f4f4;
  text-align: center;
  line-height: 400px;
}
/* line 626, ../scss/goss.scss */
.content-panel .inner .listing-style .doc-download {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 631, ../scss/goss.scss */
.content-panel .inner .listing-style .doc-download .doc-thumb {
  float: left;
  width: 20%;
  height: 150px;
}
/* line 638, ../scss/goss.scss */
.content-panel .inner .listing-style .doc-download .doc-brief {
  float: left;
  width: 80%;
  height: 150px;
  background: #f4f4f4;
}
/* line 643, ../scss/goss.scss */
.content-panel .inner .listing-style .doc-download .doc-brief .inner {
  margin: 10px 20px 10px 20px;
}
/* line 646, ../scss/goss.scss */
.content-panel .inner .listing-style .doc-download .doc-brief .inner a, .content-panel .inner .listing-style .doc-download .doc-brief .inner a:hover {
  color: #7fbe41;
  margin-left: -10px;
}

p.techDoc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 90%;
}
/* line 658, ../scss/goss.scss */
.content-panel .inner .side-listing .current-label {
  width: 100%;
  margin-bottom: 3px;
  color: #fff;
  font-size: 20px;
  background-color: #000;
  padding: 15px 20px 15px 20px;
}
/* line 667, ../scss/goss.scss */
.content-panel .inner .side-listing ul {
  list-style: none;
  margin-top: 0px;
  margin-left: 0px;
}
/* line 673, ../scss/goss.scss */
.content-panel .inner .side-listing li {
  background-color: #f0f0f0;
  width: 100%;
  padding: 15px 20px 15px 20px;
  margin-bottom: 3px;
}
/* line 680, ../scss/goss.scss */
.content-panel .inner .side-listing li:hover {
  background-color: #7fbe41;
  color: #fff;
}
/* line 685, ../scss/goss.scss */
.content-panel .inner .side-listing .active {
  background: #7fbe41;
  color: #fff;
}
/* line 693, ../scss/goss.scss */
.content-panel .inner .tie-style h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 698, ../scss/goss.scss */
.content-panel .inner .tie-style .tile-style-thumb {
  margin: 10px 0px 30px 0px;
}
/* line 702, ../scss/goss.scss */
.content-panel .inner .tie-style .tile-style-thumb:hover .products-img,
.content-panel .inner .tie-style .tile-style-thumb:hover .products-category {
  background: #000;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
/* line 714, ../scss/goss.scss */
.content-panel .inner .resellers-panel .reseller-name {
  width: 100%;
  float: left;
  color: #fff;
  background: #000;
  min-height: 68px;
  padding: 10px 15px 10px 15px;
  line-height: 24px;
  font-size: 18px;
  font-family: "SemplicitaPro-Medium", sans-serif;
}
/* line 726, ../scss/goss.scss */
.content-panel .inner .resellers-panel .reseller-details {
  float: left;
  width: 100%;
  border: 1px solid #aeaeae;
}
/* line 730, ../scss/goss.scss */
.content-panel .inner .resellers-panel .reseller-details .inner {
  margin: 15px;
}
/* line 734, ../scss/goss.scss */
.content-panel .inner .resellers-panel .reseller-details .address, .content-panel .inner .resellers-panel .reseller-details .phone, .content-panel .inner .resellers-panel .reseller-details .website {
  font-size: 16px;
  font-family: "SemplicitaPro-Medium", sans-serif;
  margin-bottom: 18px;
}
/* line 744, ../scss/goss.scss */
.content-panel .inner .tab-contents .nav > li {
  width: 24.5%;
}
/* line 748, ../scss/goss.scss */
.content-panel .inner .tab-contents .nav-pills > li > a {
  color: #fff;
  cursor: pointer;
  background-color: #7fbe41;
}
/* line 755, ../scss/goss.scss */
.content-panel .inner .tab-contents .nav-pills > li.active > a {
  background-color: #000;
}
/* line 759, ../scss/goss.scss */
.content-panel .inner .tab-contents .tab-pane {
  width: 96.8%;
  min-height: 360px;
  background-image: url(../images/img-home-blog.jpg);
  margin: -15px 20px 30px 20px;
}
/* line 766, ../scss/goss.scss */
.content-panel .inner .tab-contents .tab-pane .inner {
  margin: 20px;
}
/* line 771, ../scss/goss.scss */
.content-panel .inner .tab-contents .checkbox-heading {
  margin: 0px 0px 5px 0px;
  font-size: 16px;
  float: left;
  text-transform: inherit;
  font-family: "SemplicitaPro-Bold", sans-serif;
}
/* line 779, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-panel-make,
.content-panel .inner .tab-contents .col-panel-model,
.content-panel .inner .tab-contents .col-panel-year,
.content-panel .inner .tab-contents .col-panel-series-chassis,
.content-panel .inner .tab-contents .col-panel-engine,
.content-panel .inner .tab-contents .col-panel-details {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-right: 5px;
}
/* line 789, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-panel-make h3,
.content-panel .inner .tab-contents .col-panel-model h3,
.content-panel .inner .tab-contents .col-panel-year h3,
.content-panel .inner .tab-contents .col-panel-series-chassis h3,
.content-panel .inner .tab-contents .col-panel-engine h3,
.content-panel .inner .tab-contents .col-panel-details h3 {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  text-transform: inherit;
}
/* line 796, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-panel-make {
  width: 15%;
}
/* line 799, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-panel-model {
  width: 15%;
}
/* line 802, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-panel-year {
  width: 9%;
}
/* line 805, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-panel-series-chassis {
  width: 17%;
}
/* line 808, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-panel-engine {
  width: 19%;
}
/* line 811, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-panel-details {
  width: 19%;
  margin-right: 0px;
}
/* line 817, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-make,
.content-panel .inner .tab-contents .col-model,
.content-panel .inner .tab-contents .col-submodel,
.content-panel .inner .tab-contents .col-year,
.content-panel .inner .tab-contents .col-series-chassis,
.content-panel .inner .tab-contents .col-engine,
.content-panel .inner .tab-contents .col-details {
  float: left;
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #aeaeae;
  overflow: auto;
}
/* line 832, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-model {
  height: 150px;
  margin-bottom: 23px;
}
/* line 836, ../scss/goss.scss */
.content-panel .inner .tab-contents .col-submodel {
  height: 100px;
}
/* line 845, ../scss/goss.scss */
.content-panel .inner .search-result-heading {
  float: left;
  width: 96.8%;
  background: #000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 20px;
  color: #fff;
}
/* line 856, ../scss/goss.scss */
.content-panel .inner .search-result-panel {
  float: left;
  width: 96.8%;
  background: #fff;
  border: 1px solid #aeaeae;
  margin-left: 20px;
}
/* line 862, ../scss/goss.scss */
.content-panel .inner .search-result-panel .inner {
  margin: 20px;
}
/* line 869, ../scss/goss.scss */
.content-panel .inner .tec-resources {
  float: left;
}
/* line 872, ../scss/goss.scss */
.content-panel .inner .tec-resources .current-label {
  width: 100%;
  margin-bottom: 3px;
  color: #fff;
  font-size: 20px;
  background-color: #000;
  padding: 15px 20px 15px 20px;
}
/* line 881, ../scss/goss.scss */
.content-panel .inner .tec-resources ul {
  list-style: none;
  margin-top: 0px;
  margin-left: 0px;
}
/* line 887, ../scss/goss.scss */
.content-panel .inner .tec-resources li {
  background-color: #7fbe41;
  width: 100%;
  padding: 15px 20px 15px 20px;
  margin-bottom: 3px;
  color: #fff;
}
/* line 895, ../scss/goss.scss */
.content-panel .inner .tec-resources li:hover {
  background-color: #000;
  color: #fff;
}
/* line 900, ../scss/goss.scss */
.content-panel .inner .tec-resources .active {
  background: #000;
  color: #fff;
}
/* line 910, ../scss/goss.scss */
.content-panel .inner .news-panel .news-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 916, ../scss/goss.scss */
.content-panel .inner .news-panel .pagenaton-panel {
  text-align: center;
}
/* line 920, ../scss/goss.scss */
.content-panel .inner .news-panel .news-thumb {
  width: 50%;
  height: 285px;
  border: 1px solid #aeaeae;
  float: left;
}
/* line 928, ../scss/goss.scss */
.content-panel .inner .news-panel .news-brief {
  width: 50%;
  height: 285px;
  background: #f3f3f3;
  float: left;
}
/* line 933, ../scss/goss.scss */
.content-panel .inner .news-panel .news-brief .inner {
  margin: 0px;
  padding: 20px;
}
/* line 938, ../scss/goss.scss */
.content-panel .inner .news-panel .news-brief h4, .content-panel .inner .news-panel .news-brief a {
  color: #7fbe41;
}
/* line 942, ../scss/goss.scss */
.content-panel .inner .news-panel .news-brief a, .content-panel .inner .news-panel .news-brief a:hover {
  margin-left: -10px;
  font-family: "SemplicitaPro-Medium", sans-serif;
}
/* line 948, ../scss/goss.scss */
.content-panel .inner .news-panel .news-date {
  position: relative;
  left: 0px;
  background: #7fbe41;
  color: #fff;
  width: 70px;
  text-align: center;
  padding: 10px;
  top: 224px;
}
/* line 965, ../scss/goss.scss */
.content-panel .inner .contact-page h3 {
  font-size: 16px;
  text-transform: inherit;
}
/* line 969, ../scss/goss.scss */
.content-panel .inner .contact-page span {
  color: #7fbe41;
  padding-right: 20px;
}
/* line 974, ../scss/goss.scss */
.content-panel .inner .contact-page input[type="text"],
.content-panel .inner .contact-page input[type="email"],
.content-panel .inner .contact-page textarea {
  float: left;
  padding: 15px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #7fbe41;
  text-align: left;
  background: #fff;
  width: 100%;
}
/* line 986, ../scss/goss.scss */
.content-panel .inner .contact-page input[type="button"] {
  color: #fff;
  padding: 10px 40px 10px 40px;
}
/* line 996, ../scss/goss.scss */
.content-panel .inner .single-news-panel .news-hero {
  float: left;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
/* line 1004, ../scss/goss.scss */
.content-panel .inner .single-news-panel h4 {
  color: #7fbe41;
  font-size: 14px;
}
/* line 1012, ../scss/goss.scss */
.content-panel .inner .accordion-panel-container {
  float: left;
  width: 100%;
}
/* line 1015, ../scss/goss.scss */
.content-panel .inner .accordion-panel-container .accordion-heading {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "SemplicitaPro-Medium", sans-serif;
}
/* line 1022, ../scss/goss.scss */
.content-panel .inner .accordion-panel-container .panel-default > .panel-heading {
  color: #fff;
  background-color: #7fbe41;
  border-color: #7fbe41;
}
/* line 1028, ../scss/goss.scss */
.content-panel .inner .accordion-panel-container .panel-default > .panel-heading a {
  color: #fff;
  font-family: "SemplicitaPro-Medium", sans-serif;
}
/* line 1032, ../scss/goss.scss */
.content-panel .inner .accordion-panel-container .panel-default > .panel-heading a:hover {
  color: #000;
}

/* line 1048, ../scss/goss.scss */
.reseller-search {
  width: 100%;
  float: left;
  background: #37424a;
}
/* line 1053, ../scss/goss.scss */
.reseller-search .inner {
  margin: 20px 0px 20px 0px;
  float: left;
  width: 100%;
}
/* line 1059, ../scss/goss.scss */
.reseller-search input[type="text"] {
  float: left;
  padding: 15px;
  margin: 0px;
  border: 1px solid #7fbe41;
  text-align: left;
  background: #fff;
  width: 100%;
}
/* line 1071, ../scss/goss.scss */
.reseller-search .search-col {
  float: left;
  width: 30%;
}
/* line 1076, ../scss/goss.scss */
.reseller-search .search-txt {
  float: left;
  width: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

/* line 1086, ../scss/goss.scss */
.reseller-map,
.loctaion-map {
  float: left;
  width: 100%;
  height: 600px;
}

/* ------------------------- Footer ------------------------ */
/* line 1099, ../scss/goss.scss */
.footer-panel {
  width: 100%;
  margin: 0px;
  float: left;
  color: #fff;
}
/* line 1108, ../scss/goss.scss */
.footer-panel .inner h2 {
  margin: 50px 0px 20px 0px;
}
/* line 1113, ../scss/goss.scss */
.footer-panel .inner input[type="text"], .footer-panel .inner input[type="email"] {
  width: 100%;
}
/* line 1117, ../scss/goss.scss */
.footer-panel .inner input[type=button] {
  font-family: "SemplicitaPro-Bold", sans-serif;
  margin-bottom: 50px;
}
/* line 1123, ../scss/goss.scss */
.footer-panel .bottom-inner {
  background: #000;
  line-height: 50px;
  font-size: 14px;
}
/* line 1128, ../scss/goss.scss */
.footer-panel .bottom-inner a {
  color: #fff;
}
/* line 1131, ../scss/goss.scss */
.footer-panel .bottom-inner .right {
  text-align: right;
}

/* ------------------ Side Tab ---------------------*/
/* line 1142, ../scss/goss.scss */
.side-tab {
  display: none;
  position: fixed;
  top: 30%;
  right: -25px;
  background: #000;
  border: 5px solid #7fbe41;
  width: 190px;
  height: 100px;
  color: #fff;
  text-transform: uppercase;
  z-index: 100;
  font-family: "SemplicitaPro-Bold", sans-serif;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

/* line 1163, ../scss/goss.scss */
.side-tab:hover {
  right: -5px;
}

@media (max-width: 1199px) {
  /* line 1175, ../scss/goss.scss */
  .navbar-brand {
    width: 180px;
    margin-top: 10px;
  }

  /* line 1180, ../scss/goss.scss */
  .nav-area {
    margin-top: 0px;
  }

  /* line 1184, ../scss/goss.scss */
  .home-search-features .inner .inner-text {
    width: 90%;
  }

  /* line 1188, ../scss/goss.scss */
  .btn, .btn:hover {
    padding: 15px;
    font-size: 12px;
  }

  /* line 1193, ../scss/goss.scss */
  .reseller-search .search-col {
    width: 29.5%;
  }
}
@media (max-width: 991px) {
  /* line 1201, ../scss/goss.scss */
  .navbar-right {
    float: left !important;
  }

  /* line 1205, ../scss/goss.scss */
  .navbar-nav {
    margin-top: -15px;
  }

  /* line 1209, ../scss/goss.scss */
  ul, li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  /* line 1214, ../scss/goss.scss */
  .footer-panel .bottom-inner,
  .footer-panel .bottom-inner .right {
    text-align: center;
    line-height: 10px;
    padding: 20px 0px 20px 0px;
  }

  /* line 1221, ../scss/goss.scss */
  .home-search-features .parts-cate {
    width: 100%;
    margin: 15px 0px 0px 0px;
    height: 330px;
  }

  /* line 1227, ../scss/goss.scss */
  .home-search-features .resource-centre {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }

  /* line 1232, ../scss/goss.scss */
  .content-panel .inner .listing-style .right {
    margin-top: -25px;
    margin-bottom: 20px;
  }

  /* line 1237, ../scss/goss.scss */
  .reseller-search .search-col {
    width: 28.5%;
  }

  /* line 1241, ../scss/goss.scss */
  .content-panel .inner .tec-resources {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 1250, ../scss/goss.scss */
  .navbar-inverse .navbar-toggle {
    background: #7fbe41;
    border: 1px solid #7fbe41;
    margin: 25px 20px 25px 20px;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
  }

  /* line 1261, ../scss/goss.scss */
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #000;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
  }

  /* line 1269, ../scss/goss.scss */
  .navbar-nav {
    margin-top: 20px;
  }

  /* line 1273, ../scss/goss.scss */
  .navbar-inverse .navbar-collapse {
    background: #000;
  }

  /* line 1277, ../scss/goss.scss */
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }

  /* line 1281, ../scss/goss.scss */
  .sub-hero-banner {
    height: 120px;
  }

  /* line 1284, ../scss/goss.scss */
  .sub-hero-banner h1 {
    line-height: 80px;
  }

  /* line 1288, ../scss/goss.scss */
  .content-panel .inner .listing-style .pagenaton-panel {
    text-align: center;
  }

  /* line 1292, ../scss/goss.scss */
  .content-panel .inner .listing-style .right {
    text-align: center;
    margin: 10px 0px 20px 10px;
  }
}
@media (max-width: 440px) {
  /* line 1300, ../scss/goss.scss */
  h1 {
    font-size: 24px;
  }

  /* line 1304, ../scss/goss.scss */
  h2 {
    font-size: 20px;
  }

  /* line 1308, ../scss/goss.scss */
  h3 {
    font-size: 18px;
  }

  /* line 1312, ../scss/goss.scss */
  h4 {
    font-size: 16px;
  }

  /* line 1316, ../scss/goss.scss */
  p {
    font-size: 14px;
  }

  /* line 1320, ../scss/goss.scss */
  .home-hero-banner .carousel-inner > .item {
    height: 320px;
  }

  /* line 1323, ../scss/goss.scss */
  .home-hero-banner .carousel-inner > .item h1 {
    margin: 80px 10px 20px 10px;
  }

  /* line 1326, ../scss/goss.scss */
  .home-hero-banner .carousel-inner > .item p {
    width: 300px;
    line-height: 20px;
    font-size: 16px;
  }

  /* line 1332, ../scss/goss.scss */
  .home-search-features .parts-cate {
    height: 360px;
  }

  /* line 1335, ../scss/goss.scss */
  .home-search-features .resource-centre {
    height: 430px;
  }

  /* line 1339, ../scss/goss.scss */
  .footer-panel .bottom-inner,
  .footer-panel .bottom-inner .right {
    line-height: 20px;
  }

  /* line 1344, ../scss/goss.scss */
  .side-tab {
    top: 40%;
  }

  /* line 1348, ../scss/goss.scss */
  .content-panel .inner .listing-style .list-panel .list-thumb-img {
    width: 100%;
    height: 300px;
    border-right: 1px solid #aeaeae;
    border-bottom: none;
  }

  /* line 1354, ../scss/goss.scss */
  .content-panel .inner .listing-style .list-panel .list-brief {
    width: 100%;
    height: auto;
  }

  /* line 1359, ../scss/goss.scss */
  .reseller-search .search-col {
    width: 100%;
  }

  /* line 1363, ../scss/goss.scss */
  .content-panel .inner .news-panel .news-thumb,
  .content-panel .inner .news-panel .news-brief {
    width: 100%;
  }

  /* line 1368, ../scss/goss.scss */
  .content-panel .inner .listing-style .doc-download .doc-thumb {
    width: 100%;
  }

  /* line 1372, ../scss/goss.scss */
  .content-panel .inner .listing-style .doc-download .doc-brief {
    width: 100%;
    height: auto;
  }

  /* line 1376, ../scss/goss.scss */
  .content-panel .inner .listing-style .doc-download .doc-brief .inner {
    width: 90%;
  }
}
/* line 1382, ../scss/goss.scss */
#popUpFrame {
  background-color: white;
  max-width: 700px;
  margin: auto;
  padding: 10px;
  float: none;
  clear: both;
}
@media (max-width: 768px) {
  /* line 1382, ../scss/goss.scss */
  #popUpFrame {
    width: 80%;
  }
}
/* line 1392, ../scss/goss.scss */
#popUpFrame .part-item {
  margin-bottom: 20px;
  padding: 10px;
}
/* line 1395, ../scss/goss.scss */
#popUpFrame .part-item .part-content {
  margin: auto;
  text-align: center;
}
/* line 1398, ../scss/goss.scss */
#popUpFrame .part-item .part-content .part-description {
  font-size: 20px;
  font-weight: 600;
}
/* line 1402, ../scss/goss.scss */
#popUpFrame .part-item .part-content .part-id {
  font-size: 18px;
  font-weight: 400;
}
/* line 1407, ../scss/goss.scss */
#popUpFrame .part-item .part-image {
  width: auto;
  max-width: 320px;
  height: 250px;
  display: block;
  margin: auto;
}
@media (max-width: 450px) {
  /* line 1407, ../scss/goss.scss */
  #popUpFrame .part-item .part-image {
    width: 70%;
    height: auto;
  }
}
/* line 1418, ../scss/goss.scss */
#popUpFrame .popupHeading {
  position: relative;
  top: -20px;
  padding: 20px 30px 20px 30px;
  background-color: #7fbe41;
  color: white;
}
/* line 1425, ../scss/goss.scss */
#popUpFrame .mfp-close {
  color: white;
  position: relative;
  height: 0;
  font-size: 56px;
  font-weight: 600;
  top: 10px;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  opacity: 1;
}

/* Reseller Page */
/* line 1440, ../scss/goss.scss */
.reseller-content {
  margin-bottom: 50px;
}

/* line 1443, ../scss/goss.scss */
.reseller-location {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

/* line 1447, ../scss/goss.scss */
#reseller-map {
  height: 450px;
}

/* line 1450, ../scss/goss.scss */
#reseller-country-dropdown,
#reseller-state-dropdown {
  display: none;
}

/* line 1454, ../scss/goss.scss */
#reseller-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #45a12a;
}

/* line 1460, ../scss/goss.scss */
#reseller-filters ul li {
  list-style: none;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

/* line 1467, ../scss/goss.scss */
#reseller-filters ul li a,
#reseller-filters ul li a:hover {
  display: block;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}

/* line 1475, ../scss/goss.scss */
#reseller-filters input {
  width: 100%;
  float: none;
  background: white;
}

/* -------------- Home Hero Banner -------------- */
/* line 325, ../scss/goss.scss */
.catalog-search-features {
  color: #fff;
  font-family: "SemplicitaPro-Bold", sans-serif;
}
/* line 331, ../scss/goss.scss */
.catalog-search-features h2 {
  text-align: left;
}
/* line 335, ../scss/goss.scss */
.catalog-search-features .inner {
  text-align: center;
}
/* line 339, ../scss/goss.scss */
.catalog-search-features .inner div {
  clear: both;
}
/* line 343, ../scss/goss.scss */
.catalog-search-features .inner a, .catalog-search-features .inner a:hover {
  width: 100%;
}
/* line 347, ../scss/goss.scss */
.catalog-search-features .inner .inner-text {
  float: left;
  width: 100%;
}
/* line 353, ../scss/goss.scss */
.catalog-search-features .parts-cate {
  float: left;
  height: 400px;
}
/* line 360, ../scss/goss.scss */
.catalog-search-features .parts-cate {
  width: 100%;
  margin: 3%;
}

/* line 370, ../scss/goss.scss */
.catalog-search-features input[type="text"] {
  width: 85%;
}
/* line 374, ../scss/goss.scss */
.catalog-search-features input[type="button"] {
  width: 15%;
}
/* line 380, ../scss/goss.scss */
.catalog-search-features .btn-style a, .catalog-search-features .btn-style a:hover {
  width: auto;
}

.catalog-search-features .inner .inner-text {
    width: 90%;
  }

   .catalog-search-features .parts-cate {
    width: 100%;
    margin: 15px 0px 0px 0px;
    height: 330px;
  }

  .catalog-search-features .parts-cate {
    height: 360px;
    width:950px;
    margin:auto;
  }

  .catalog-search-features .inner #crossSearch {
    margin:1em;
  }

  .catalog-search-features .inner h2 {
    margin-left:1em;
  }

  .catalog-search-features {
    padding-top: 1em;
    text-align: center;
  }

  @media (max-width: 991px) {
    .catalog-search-features .parts-cate {
      width: 100%;
    }
  }
  
.cmsContent {
  padding: 20px;
  float: none;
  clear: both;
}
.reseller-content{
  margin-bottom: 50px;
}
.reseller-location{
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
#reseller-map{
  height: 450px;
}
#reseller-country-dropdown,
#reseller-state-dropdown{
  display: none;
}
#reseller-filters ul{
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #45a12a;
}
#reseller-filters ul li{
  list-style: none;
  list-style-type: none;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#reseller-filters ul li a,
#reseller-filters ul li a:hover{
  display: block;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}
div.g-recaptcha > div {
  height: unset !important;
}

#reseller-filter-form {
  position: relative;
}

#spinner-container {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.loader {
     display: inline-block;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      position: absolute;
      animation: rotate 1s linear infinite;
      left: 50%;
      top: 50%;
    }
    .loader::before {
      content: "";
      box-sizing: border-box;
      position: absolute;
      inset: 0px;
      border-radius: 50%;
      border: 5px solid #000;
      animation: prixClipFix 2s linear infinite ;
    }

    @keyframes rotate {
      100%   {transform: rotate(360deg)}
    }

    @keyframes prixClipFix {
        0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
        25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
        50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
        75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
        100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
    }

