@import url(http://gtsdash.com/common/G/gtsdashcom/images/animate.min.css);

*, ::after, ::before {
  box-sizing: border-box
}

@font-face {
  font-family: DurangoBold;
  src: url(DurangoBold.ttf);
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto Condensed', cursive !important;
  font-size: 14px;
  color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DurangoBold', cursive !important;
}


h1.f-BebasNeue,
h2.f-BebasNeue,
h3.f-BebasNeue,
h4.f-BebasNeue,
h5.f-BebasNeue,
h6.f-BebasNeue {
  font-family: 'Bebas Neue', cursive !important;
}


h1.f-Roboto,
h2.f-Roboto,
h3.f-Roboto,
h4.f-Roboto,
h5.f-Roboto,
h6.f-Roboto {
  font-family: 'Roboto Condensed', cursive !important;
}


img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.c-header {
  background-color: #ffffff;
  padding: 15px 0;
}

.c-header + .PageTitle,
.c-header + .PageTitle + br {
  display: none;
}

.c-header h1 {
  width: 307px;
}

.c-header .c-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-menu ul {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.c-menu li {
  /*width: 200px;*/
  position: relative;
}

.c-menu img {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-menu span {
  display: inline-block;
  text-align: center;
  width: 145px;
  background-color: #171717;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.8;
  border-radius: 4px;
  font-family: Durango;
}

.c-menu span.brown {
  background-color: #89805a;
}

.c-menu span.yellow {
  background-color: #eacf17;
  width: 100px;
}

.c-menu span.brown {
  width: 110px;
}

.c-menu .has-img {
  margin-left: 40px;
}

.c-menu .has-img span {
  text-align: right;
  padding-right: 10px;
}

.c-menu a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-menu a:hover img {
  transform: translate(5px,-50%);
}

.c-home {
  background-image: url(bg-2.jpg);
  background-position: center center;
  color: #ffffff;
  text-align: center;
  height: 100vh;
  position: relative;
}

.c-home h2 {
  font-family: Durango;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}

.c-home h3 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 5px;
  margin-top: -5px;
}

.c-home p {
  font-size: 15px;
  line-height: 1.3;
  font-weight: normal;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.c-home .txtup {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.c-home .c-slider__content p {
  margin: initial;
  width: 40%;
  padding-left: 25px;
}

.c-home .c-slider__content li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}

.c-home .c-slider__content img {
  position: absolute;
  top: 5px;
  left: 0;
}

.c-home .c-slider__content {
  text-align: left;
  top: 80px;
  width: 100%;
  left: 0;
  position: absolute;
}

.c-home .c-slider__wrap {
  position: relative;
  text-align: right;
}

.c-slider__content.color-yellow p,
.c-slider__content.color-gray p,
  .c-slider__content.color-green p {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.c-home .c-slider__wrap img {
  width: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
}

.c-home .c-container {
  position: relative;
  height: 100%;
}

.c-home .c-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.c-home .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.c-home .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff !important;
  margin: 0 5px;
}

.c-home .owl-nav {
  display: none;
}

.c-home .owl-dot.active {
  opacity: 0.6;
}

.c-nextImg {
  display: inline-block;
}

.c-mainImg1 {
  padding: 50px 0;
  position: relative;
  z-index: 999;
}

.c-mainImg1 .c-nextImg {
  margin-top: 20px;
}

.c-mainImg2 {
  position: absolute;
  z-index: -1;
  padding: 30px 0;
  opacity: 0;
}

.c-mainImg1.hide {
  display: none;
}

.c-mainImg2.show {
  position: relative;
  z-index: 1;
  opacity: 1;
}

#carousel {
  background-color: transparent;
  margin: 0 auto;
  height: 600px;
}

.carousel-container {
  margin: 0 auto;
}

.tracker-summation-container,
.tracker-individual-container {
  display: none !important;
}

@media (max-width: 1023px) {
  #carousel {
    width: 100%;
  }

  .c-header h1 {
    width: 30%;
  }

  .c-header .c-menu {
    width: 65%;
  }

  .c-menu .has-img span {
    display: none !important;
  }

  .c-menu .has-img {
    margin-left: 0;
    width: 100px;
  }

  .c-menu img {
    position: relative;
    top: auto;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .carousel-container {
    width: 600px !important;
  }
}

@media (max-width: 420px) {
  .carousel-container {
    width: 300px !important;
    overflow-x: hidden;
  }

  .c-menu span {
    font-size: 15px;
    width: auto;
    padding: 0 10px;
  }

  .c-home h2 {
    font-size: 20px;
  }

  .c-home p {
    font-size: 13px;
  }

  .c-home {
    overflow: hidden;
  }
}

.p-contactus {
  background-image: url(bg-3.jpg);
  background-size: cover;
  font-family: 'Bebas Neue', cursive !important;
}

.c-contact {
  display: flex;
}

.c-contact > div {
  width: 50%;
}

.c-contact__left {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.c-contact__left__wrap {
  width: 310px;
  margin: 0 auto;
}

.c-contact__left h3 {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 5px;
}

.c-contact__left small {
  font-size: 17px;
  margin-bottom: 25px;
  font-family: 'Bebas Neue', cursive !important;
}

.c-contact li {
  display: flex;
  align-items: center;
  position: relative;
}

.c-check {
font-size: 27px;
margin: 25px 0 35px;
}

.c-check li {
  margin-top: 20px;
}

.c-check img {
  margin-right: 15px;
}

.c-download {
  margin-top: 15px;
}

.c-download h5 {
  font-size: 24px;
  margin-right: 10px;
}

.c-download a > * {
  color: #fff !important;
}

.c-download span {
  font-size: 17px;
}

.c-download img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.c-download li {
  margin-top: 10px;
}

.c-download a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
}

.c-download a:link,
.c-download a:hover {
  color: #fff;
}

.bg-gray {
  background-color: #89805a;
}

.bg-green {
  background-color: #26b04e;
}

.bg-yellow {
  background-color: #e0c613;
}

.color-gray {
  color: #89805a;
}

.color-green {
  color: #26b04e;
}

.color-yellow {
  color: #e0c613;
}

.color-grayLight {
  color: #d9cdb1;
}

.color-greenLight {
  color: #86dc9d;
}

.color-yellowLight {
  color: #ffeb74;
}

.c-contact__right {
background-color: #fff;
padding: 65px 25px;
border-top: 1px solid #e9e9e9;
}

.c-contact__right h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
  color: #111111;
}

.c-contact__right > p {
  display: flex;
  align-items: baseline;
  text-transform: uppercase;
  font-size: 18px;
  color: #111111;
}

.c-contact__right > p img {
  margin-right: 10px;
}

.c-contact__form {
  margin-top: 30px;
}

.c-contact__form input[type="text"],
.c-contact__form input[type="number"],
  .c-contact__form select {
  width: 75%;
  padding-left: 10px;
  height: 35px;
}

@media only screen and (max-width: 768px) {
  .c-contact__form input[type="text"],
  .c-contact__form input[type="number"],
  .c-contact__form select {
    width: 57%;
  }
}

.c-contact__form input[type="number"] {
  width: 95%;
}

.c-contact__form textarea {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .c-contact__form textarea {
    /*width: 85%;*/
  }
}

.c-contact__form input[type="submit"] {
  border: 0;
  background-color: #111111;
  text-transform: uppercase;
  width: 150px;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  margin-left: 350px;
}

@media only screen and (max-width: 1200px) {
  .c-contact__form input[type="submit"] {
    margin-left: 155px;
  }
}

.c-contact__form form > table > tbody > tr > td {
  padding-bottom: 15px;
}

.c-contact__form form > table > tbody > tr > td:nth-child(2) {
  min-width: 120px;
  font-size: 16px;
    padding-top: 10px;
}

.body-contactus form > table > tbody > tr:nth-child(5) td:last-child,
.body-contactus form > table > tbody > tr:nth-child(3) td:last-child small,
.body-contactus form > table > tbody > tr:nth-child(1) td:last-child small,
.body-contactus form > table > tbody > tr:nth-child(1) td:last-child small,
  .body-contactus form > table > tbody > tr:last-child td:last-child {
  display: none;
}

.body-contactus form > table > tbody > tr:nth-child(1) td:last-child,
  .body-contactus form > table > tbody > tr:nth-child(3) td:last-child {
  font-size: 0;
}

.body-contactus form > table > tbody > tr:nth-child(1) td:last-child input {
  font-size: 12px;
}

.body-contactus form > table > tbody > tr:nth-child(6) table tr > td:first-child {
  display: table;
}

.body-contactus form > table > tbody > tr:nth-child(6) table {
  width: 100%;
}

.c-contact__form small {
  display: inline-block;
  width: 100%;
}

.c-footer {
  background-color: #111111;
  text-align: center;
  padding: 25px 0 35px;
}

.body-contactus .PageTitle,
  .body-contactus .PageTitle + br {
  display: none;
}

.body-contactus .PageFont {
  color: #111111;
  font-family: 'Bebas Neue', cursive !important;
}

.body-contactus big {
  display: inline-block;
  width: 100%;
  color: red;
  font-size: 13px;
  margin-bottom: 15px;
}

.body-contactus > br,
  .body-contactus > .PageFont > br {
  display: none;
}

.p-thankyou {
  text-align: center;
  padding: 120px 0;
}

.p-thankyou h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.p-success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 120px 0;
}

.p-success .c-container {
  display: flex;
    flex-direction: column;
    align-items: center;
}

.p-success h2 {
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 5px;
}

.p-success small {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', cursive !important;
}

.c-return {
  display: inline-block;
  text-transform: uppercase;
  color: #111111 !important;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 20px;
  text-decoration: none;
}

.p-fail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 120px 0;
}

.p-fail .c-container {
  display: flex;
    flex-direction: column;
    align-items: center;
}

.p-fail h2 {
  font-size: 45px;
  color: #e11f26;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 5px;
}

.p-fail small {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', cursive !important;
}

.p-hq {
  font-family: 'Bebas Neue', cursive !important;
}

.p-hq1 {
  padding: 80px 0;
  text-align: center;
  background-image: url(img-7.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.p-hq1 h3 {
  font-size: 60px;
  color: #171717;
  margin-bottom: 10px;
  font-family: DurangoBold;
  text-transform: uppercase;
}

.p-hq1 span {
  display: inline-block;
  background-color: #89805a;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-family: Roboto Condensed;
  padding: 5px 15px;
  border-radius: 5px;
}

.p-hq1 h4 {
  font-size: 24px;
  color: #171717;
  padding: 20px 0 25px;
  font-family: 'Bebas Neue', cursive !important;
}

.p-hq1 h5 {
  font-size: 16px;
  color: #171717;
  line-height: 1.2;
  font-family: 'Bebas Neue', cursive !important;
}

.p-hq1 p {
  font-size: 16px;
  color: #171717;
  width: 80%;
  margin: 0 auto;
  font-family: 'Roboto Condensed', cursive !important;
  text-transform: uppercase;
}

.slick-slide {
  height: auto;
}

.p-hq1 .slick-prev {
  display: none !important;
}

.p-hq1 .slick-next {
  border: 0;
  background-color: transparent;
  margin-top: 40px;
  cursor: pointer;
}

.p-hq2 {
  background-image: url(bg-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  color: #fff;
  font-size: 16px;
}

.p-hq2 h3 {
  text-align: center;
  font-size: 60px;
  color: #89805a;
  margin-bottom: 45px;
  font-family: DurangoBold;
  text-transform: uppercase;
  width: 100%;
}

.p-hq2 .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-hq2 .c-col6 {
  width: 50%;
}

.p-hq2 .old {
  color: #cccbc9;
}

.p-hq2 h4 {
  font-size: 24px;
  margin-bottom: 15px;
  width: 100%;
}

.p-hq2 h5 {
  font-size: 16px;
}

.p-hq2 p {
  width: 80%;
}

.p-hq3 {
  padding: 90px 0;
  text-align: center;
  font-family: 'Roboto Condensed', cursive !important;
  font-size: 16px;
  background-image: url(img-7.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.p-hq3 .c-container {
  display: flex;
  flex-wrap: wrap;
}

.p-hq3 .c-col6 {
  width: 50%;
}

.p-hq3 h3 {
  font-size: 38px;
  text-transform: uppercase;
  color: #171717;
}

.p-hq3 h4 {
  font-family: 'Roboto Condensed', cursive !important; 
  font-size: 24px;
  margin-bottom: 20px;
  width: 100%;
  color: #171717;
  text-transform: uppercase;
}

.p-hq3 h5 {
  font-size: 16px;
  font-family: 'Roboto Condensed', cursive !important; 
  width: 100%;
  color: #171717;
  text-transform: uppercase;
}

.p-hq3 p {
  width: 80%;
  margin: 0 auto;
  color: #171717;
  text-transform: uppercase;
}

.p-hq4 {
  background-color: #171717;
  padding: 90px 0;
}

.p-hq4 .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.p-hq4 .owl-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50% !important;
  margin: 0 5px;
  background-color: #89805a !important;
}

.p-hq4 .owl-dot.active {
  width: 16px;
  height: 16px;
}

.p-hq4 h3 {
  text-align: center;
  font-size: 60px;
  color: #89805a;
  margin-bottom: 45px;
  font-family: DurangoBold;
  text-transform: uppercase;
  width: 100%;
}

.body-hq .PageTitle {
  display: none;
}

.slick-initialized .slick-slide > div {
	display: flex;
	justify-content: center;	
}

.p-hjhx .p-hq1 span {
	background-color: #1bc140;
}

.p-hjhx .p-hq4 h3,
.p-hjhx .p-hq2 h3 {
	color: #1bc140;
}

.p-hjhx .p-hq4 .owl-dot {
	background-color: #1bc140 !important;
}

.p-hz .p-hq1 span {
	background-color: #eacf17;
}

.p-hz .p-hq4 h3,
.p-hz .p-hq2 h3 {
	color: #eacf17;
}

.p-hz .p-hq4 .owl-dot {
	background-color: #eacf17 !important;
}

.c-menu span.forsale {
  width: 130px;
}

/* Forsale */
.p-forsale {
  text-align: center;
  color: #fff;
  padding: 60px 0 100px;
  background-color:#000000;
  background-image: url(bg-forsale.jpg);
  background-size: cover;
  background-position: top center;
}

.p-forsale h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 10px;
}

.c-listSale {
  margin-top: 40px;
}

.it-img {
  background-image: url(empty.jpg);
  background-size: cover;
  height: 280px;
  overflow: hidden;
  margin: -22px;
  margin-bottom: 15px;
  background-position: center;
}

.it-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-listSale .c-container {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}

.it-sale {
  width: calc(100% / 3 - 37px);
  text-align: left;
  background-color: #fff;
  padding: 22px;
  cursor: pointer;
}

.it-sale:hover .it-img img {
  transform: scale(1.1);
}

.it-sale h3 {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.it-sale a {
  text-decoration: none;
  color: #363636;
}

.it-sale .desc {
  color: #777a7e;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  height: 68px;
  overflow: hidden;
}

.it-sale .price {
  color: #e41e25;
  font-size: 22px;
  text-transform: uppercase;
  float: right;
  text-align: right;
}

.c-back {
  display: inline-block;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100px;
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  font-family: Durango;
  text-transform: uppercase;
}

/* XZOOM */
.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(http://gtsdash.com/common/G/gtsdashcom/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;
}

/* Details sale */
.p-detailsSale {
  text-align: center;
  color: #fff;
  padding: 95px 0 100px;
  background-color: #000000;
  background-image: url(bg-forsale.jpg);
  background-size: cover;
  background-position: top center;
}

#sync1 {
  min-height: 427px;
  background-image: url(empty.jpg);
  background-size: cover;
  background-position: center;
}

#sync1 img {
  width: 100% !important;
}

#sync2 {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}

.p-detailsSale .c-container {
  display: flex;
  flex-direction: column;
}

.p-detailsSale_wrap {
  display: flex;
  gap: 30px;
}

.p-detailsSale_wrap > div {
  width: calc(100% - 30px);
}

#sync2 .item {
  width: 20%;
  cursor: pointer;
  height: 80px;
  padding: 0 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sync2 {
  overflow: hidden;
}

#sync2 img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sync2 .item:hover {
  opacity: 0.7;
}

#sync2 .item:hover img {
  transform: scale(1.03);
}

#sync2 .itemWrap {
  overflow: hidden;
  border-radius: 5px;
}

#sync2 .item.active .itemWrap,
#sync2 .item:hover .itemWrap {
  border: 1px solid #fff;
}

.c-saleDetails {
  text-align: left;
}

.c-saleDetails h3 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.c-saleDetails p {
  font-size: 22px;
  margin-bottom: 60px;
}

.c-saleDetails h4 {
  font-size: 40px;
  margin-bottom: 70px;
  text-transform: uppercase;
}

.c-saleDetails a {
  text-decoration: none;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #171717;
  font-family: 'DurangoBold', cursive;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-saleDetails a:hover {
  opacity: 0.7;
}

@media (max-width: 1520px) {
  .c-header {
    zoom: .9;
  }
}