/*IND 19*/

@charset 'UTF-8';
*:focus {
  outline: none;
}
.orange {
  background-color: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
  text-align: inherit !important;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.breakpoint-indicator {
  bottom: 50px;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

.breakpoint-indicator span {
  display: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 16.5px 0.75em;
  font-size: 20px;
  line-height: 1.4em;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,

.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-lg {
  padding: 18.49999992px 0.75em;
  font-size: 25px;
  line-height: 1.33;
  border-radius: 0;
}

.btn-sm {
  padding: 13.5px 0.75em;
  font-size: 24px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs {
  padding: 13.5px 0.75em;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@media (max-width: 767px) {
  .breakpoint-indicator span.screen-xs {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1201px) {
  .breakpoint-indicator span.screen-sm {
    display: block;
  }
}

@media (min-width: 1202px) {
  .breakpoint-indicator span.screen-md {
    display: block;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.show-inline {
  display: inline !important;
  visibility: visible !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1201px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 1202px) {
  .hidden-md {
    display: none;
  }
  .order-columns-reverse .col-md-6:first-child {
    margin-left: 50%;
  }
  .order-columns-reverse .col-md-6:last-child {
    margin-left: -100%;
  }
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.noBreaks br {
  display: none;
}

.ctLight {
  font-family: IndiantextLight, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Teko, sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

@media (max-width: 1201px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

main {
  clear: both;
  position: relative;
  z-index: 1;
}

main>section {
  clear: both;
}

main>section>.container:before,
main>section>.container:after {
  content: " ";
  display: table;
}

main>section>.container:after {
  clear: both;
}

main>section>.container:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  main>section>.container {
    overflow: hidden;
  }
}

main>article {
  clear: both;
}

header {
  clear: both;
}

header section {
  /*margin-right: auto;*/
  /*margin-left: auto;*/
  margin-top: 1px;
  clear: both;
  padding: 0;
}

@media (min-width: 768px) {
  header section {
    width: 767px;
  }
}

@media (min-width: 1202px) {
  header section {
    width: 1199px;
  }
}

@media (min-width: 1202px) {
  header section {
    width: 1199px;
  }
}

header section>.row:first-child {
  margin-top: -1px;
}

footer {
  background-color: inherit;
  clear: both;
  position: relative;
}

footer section {
  padding: 0;
  background-color: inherit;
  clear: both;
}

@media (max-width: 767px) {
  footer section {
    overflow: hidden;
  }
}

footer .container {
  padding: 0;
}

@media (max-width: 767px) {
  footer .container {
    overflow: hidden;
  }
}

h1,
.h1 {
  font-family: Teko, Helvetica, Arial, sans-serif;
  /*font-size: 100px;*/
  font-weight: normal;
  line-height: 0.85em;
  margin: 0;
  /*text-align: center;*/
  /*text-transform: uppercase;*/
  /*word-spacing: -0.1em;*/
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 70px;
  font-weight: normal;
  line-height: 0.85em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  /*word-spacing: -0.1em;*/
}

@media (max-width: 1201px) {
  h2,
  .h2 {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-align: inherit;
  /*text-transform: uppercase;*/
  /*word-spacing: -0.1em;*/
}

@media (max-width: 1201px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  /*word-spacing: -0.1em;*/
}

@media (max-width: 1201px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  /*word-spacing: -0.1em;*/
}

@media (max-width: 1201px) {
  h5,
  .h5 {
    font-size: 22.5px;
  }
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  /*word-spacing: -0.1em;*/
}

@media (max-width: 1201px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

p,
.p {
  /*font-family: Teko, Helvetica, Arial, sans-serif;*/
  /*line-height: 1.4em;*/
  margin: 0;
  /*word-spacing: -0.1em;*/
}

.intro p,
.intro .p {
  text-align: center;
}

h1,
h2,
h3,
h4,
p,
ul,
dl,
table,
.option-group {
  margin: 0;
}

/*h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,*/

h1+p,
h1+ul,
h1+dl,
h1+table,
h1+.option-group,
/*h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,*/

h2+p,
h2+ul,
h2+dl,
h2+table,
h2+.option-group,
/*h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,*/

h3+p,
h3+ul,
h3+dl,
h3+table,
h3+.option-group,
/*h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,*/

h4+p,
h4+ul,
h4+dl,
h4+table,
h4+.option-group,
/*p + h1,
p + h2,
p + h3,
p + h4,*/

p+p,
p+ul,
p+dl,
p+table,
p+.option-group,
/*ul + h1,
ul + h2,
ul + h3,
ul + h4,*/

ul+p,
ul+ul,
ul+dl,
ul+table,
ul+.option-group,
/*dl + h1,
dl + h2,
dl + h3,
dl + h4,*/

dl+p,
dl+ul,
dl+dl,
dl+table,
dl+.option-group,
/*table + h1,
table + h2,
table + h3,
table + h4,*/

table+p,
table+ul,
table+dl,
table+table,
table+.option-group,
.option-group+h1,
.option-group+h2,
.option-group+h3,
.option-group+h4,
.option-group+p,
.option-group+ul,
.option-group+dl,
.option-group+table,
.option-group+.option-group {
  margin-top: 1em;
}

ul {
  list-style: square;
  padding-left: 1em;
}

ul li {
  line-height: 1.4em;
  margin: 0;
  /*word-spacing: -0.1em;*/
}

.intro ul li {
  text-align: center;
}

dl dt {
  font-family: Teko, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  margin: 0;
  opacity: 0.8;
  /*word-spacing: -0.1em;*/
}

.intro dl dt {
  text-align: center;
}

dl dd {
  font-family: Teko, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  margin: 0;
  opacity: 0.8;
  /*word-spacing: -0.1em;*/
}

.intro dl dd {
  text-align: center;
}

a {
  color: #862633;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #862633;
  text-decoration: none;
}

a:focus {
  /*  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
  outline: none;
}

b,
strong {
  /*font-family: IndiantextBold, Helvetica, Arial, sans-serif;*/
  /*font-weight: normal;*/
}

.note {
  /*font-family: IndiantextLight, Helvetica, Arial, sans-serif;*/
}

.alert {
  color: #862633;
}

.orange .alert,
body .orange .alert {
  color: #000000;
}

header {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1001;
}

header .shop-section {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 1001;
}

header .shop-section.trans20 {
  background-color: rgba(0, 0, 0, 0.2);
}

header .shop-section.trans40 {
  background-color: rgba(0, 0, 0, 0.4);
}

header .shop-section.trans60 {
  background-color: #f9f9f9;
  border-top: 2px solid #862633;
  border-bottom: 1px solid #ccc;
}

header .shop-section.trans80 {
  background-color: rgba(0, 0, 0, 0.8);
}

header .shop-section.white {
  background-color: rgba(255, 255, 255, 0.6);
}

header .shop-section.white.trans20 {
  background-color: rgba(255, 255, 255, 0.2);
}

header .shop-section.white.trans40 {
  background-color: rgba(255, 255, 255, 0.4);
}

header .shop-section.white.trans60 {
  background-color: rgba(255, 255, 255, 0.6);
}

header .shop-section.white.trans80 {
  background-color: rgba(255, 255, 255, 0.8);
}

header .shop-section.sticky {
  position: fixed;
  bottom: inherit;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.checkout .shop-section {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1003;
}

@media screen and (max-width: 1201px) {
  header .shop-section {
    /*background-color: transparent !important;*/
    bottom: 0;
    z-index: 1003;
  }
}

@media screen and (max-width: 767px) {
  header .shop-section {
    z-index: 1001;
  }
  header.checkout .shop-section {
    width: auto;
  }
}

header #overlay {
  display: none;
  opacity: 0.0;
  background-color: #000000;
  height: 100%;
  position: fixed;
  width: 100%;
  /* performance issues */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 999;
  zoom: 1;
}

footer .site-section {
  z-index: 1001;
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation li {
  font-size: 20px;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  white-space: nowrap;
}

.navigation li a {
  color: #000000;
  display: inline-block;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 1000;
}

.white .navigation li a {
  color: #000000;
}

.navigation li a:active,
.navigation li a:focus {
  outline: none;
}

.navigation li .navigation-flyout {
  display: none;
  padding: 40px;
  position: absolute;
  left: 0;
  right: 0;
}

.navigation li .navigation-flyout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation li .navigation-flyout ul li a {
  color: #000000;
  display: block;
}

.navigation li .navigation-flyout ul li a:hover {
  color: #862633;
}

.navigation li .navigation-flyout ul li .node {
  color: #999999;
  display: block;
  text-transform: uppercase;
}

.navigation li:hover a,
.navigation li.show a {
  color: #000000;
}

.navigation>li {
  float: left;
}

.navigation>li.show .navigation-flyout {
  display: block;
}

@media screen and (max-width: 1201px) {
  .navigation {
    float: none;
  }
  .navigation li {
    float: none;
    position: relative;
  }
  .navigation li a {
    color: #000000;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    z-index: auto;
  }
  .navigation li .navigation-flyout {
    padding: 0;
    position: static;
    z-index: 1000;
  }
  .navigation li .navigation-flyout ul {
    margin: 0;
  }
  .navigation li .navigation-flyout ul li a,
  .navigation li .navigation-flyout ul li .node {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1000;
  }
  .navigation li .navigation-flyout ul li ul {
    margin: 0;
  }
  .navigation li .navigation-flyout ul li ul li {
    margin-top: 0;
  }
  .navigation li .navigation-flyout ul li ul li a {
    margin: 0;
  }
  .navigation .drop-down>a:after {
     color: #ccc;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .navigation.bottom li:not(.no-dropdown) a:after {
    color: #ccc;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .navigation.bottom li:not(.no-dropdown) .navigation-flyout a:after {
  display: none;
  }
  .navigation>li ul li a:after {
    content: '';
  }
  .navigation>li.show>a:after {
    content: "\f077";
  }
  .navigation>li.show ul li a:after {
    content: '';
  }
  .navigation>li.show .navigation-flyout {
    display: block;
  }
  .navigation>li.show .active:after {
    content: "";
  }
  .navigation>li.show .active a {
    color: #862633;
  }
}

@media screen and (max-width: 767px) {
  .navigation li:after {
    right: 25px;
  }
  .navigation li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navigation li .navigation-flyout ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.txt-white {
  color: #ffffff;
}

.navigation-site>a {
  padding: 0;
  height: 0;
}

.navigation-site .navigation {
  margin-right: auto;
  margin-left: auto;
  margin-top: 1px;
  padding: 0;
  padding-left: 20px;
}

@media (min-width: 1202px) {
  .navigation-site .navigation {
    width: 1199px;
  }
}

@media (min-width: 1202px) {
  .navigation-site .navigation {
    width: 1199px;
  }
}

.navigation-site .navigation>.row:first-child {
  margin-top: -1px;
}

.navigation-site .navigation li {
  font-size: 20px;
  position: relative;
}

.navigation-site .navigation li.second-hand {
  display: block;
}

.navigation-site .navigation li a {
  color: #b3b3b3;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation-site .navigation li .navigation-flyout {
  background-color: #fbfbfb;
  bottom: 42px;
  margin-left: -20px;
  right: auto;
  top: auto;
}

.black .navigation-site .navigation li .navigation-flyout {
  background-color: #1a1a1a;
}

.navigation-site .navigation li .navigation-flyout ul {
  border-bottom: 1px solid #b3b3b3;
  margin-top: -12px;
  margin-bottom: -24px;
  padding-bottom: 6px;
}

.navigation-site .navigation li .navigation-flyout ul li {
  margin-left: -40px;
  margin-right: -40px;
}

.navigation-site .navigation li .navigation-flyout ul li a {
  color: #b3b3b3;
  padding-left: 40px;
  padding-right: 40px;
}

.navigation-site .navigation li:hover {
  background-color: transparent;
}

.navigation-site .navigation li:hover a {
  color: #862633;
}

.navigation-site .navigation li:hover ul li a {
  color: #b3b3b3;
}

.navigation-site .navigation li:hover ul li a:hover {
  /*color: #ffffff;*/
  color: #862633;
}

.navigation-site .navigation>li {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}

@media screen and (max-width: 1201px) {
  .navigation-site {
    margin-left: 0px;
    margin-right: 0px;
    margin-right: calc(0px - 1px);
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }
  .black .navigation-site {
    background-color: transparent;
  }
  .navigation-site .navigation {
    background-color: #000000;
    padding-left: 0;
  }
  .navigation-site .navigation li {
    border-top: 1px solid #4d4d4d;
  }
  .navigation-site .navigation li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navigation-site .navigation li:hover {
    background-color: #1a1a1a;
  }
  .navigation-site .navigation li .navigation-flyout {
    background-color: #1a1a1a;
    margin: 0;
    padding: 0;
  }
  .navigation-site .navigation li .navigation-flyout ul {
    border: none;
    margin: 0;
    padding-bottom: 0;
  }
  .navigation-site .navigation li .navigation-flyout ul li {
    border-top-color: #333333;
    margin: 0;
  }
  .navigation-site .navigation li .navigation-flyout ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navigation-site .navigation>li {
    padding-bottom: 0;
    padding-top: 0;
  }
  .navigation-site .container {
    margin-top: 0;
  }
  .navigation-site .copyright-brand {
    background-color: #fff;
    /*border-top: 1px solid #4d4d4d;*/
    float: none;
    margin: 0;
    opacity: 1.0;
    padding: 10.8px 24px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation-site .copyright-brand img {
    /*width: 100%;*/
    text-align: center;
  }
  .navigation-site .copyright-brand {
    padding: 9.6px 24px;
    border: none !important;
    text-align: center;
    background: #fff;
    float: none;
  }
  .navigation-site .navigation {
    background-color: #000000;
    padding-left: 0;
  }
  .navigation-site .navigation li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navigation-site .navigation li .navigation-flyout ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
      
/*  manual V2 END*/

.button {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  word-spacing: -0.1em;
  background-color: #862633;
  background-image: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: .5em .75em .4em .75em;
  text-align: center;
  text-overflow: ellipsis;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  word-spacing: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}

@media (max-width: 1201px) {
  .button {
    font-size: 22.5px;
  }
}

@media (max-width: 767px) {
  .button {
    font-size: 20px;
  }
}

.button:focus,
.button:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button:hover,
.button:focus {
  background-color: #000;
  border-color: transparent;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  text-shadow: none;
}

.button:active {
  outline: 0;
  background-image: none;
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.button.full {
  width: 100%;
}

.button.full.icon {
  padding-left: 1.875em;
}

.button.full.back {
  padding-right: 1.875em;
}

.button.cta {
  width: auto;
}

.button.cta.icon {
  padding-left: 0.75em;
}

.button.icon {
  padding-right: 1.875em;
  position: relative;
}

.button.icon:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button.back {
  padding-left: 1.875em;
  position: relative;
}

.button.back:after {
  content: "\e011";
  font-family: FontAwesome;
  left: 0.75em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button.button-sm {
  font-size: 20px;
  padding: 13.5px 0.75em;
}

.button.button-sm.icon {
  padding-right: 1.95em !important;
}

.button.button-sm.icon:after {
  right: 13.5px;
}

.button.button-lg {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  word-spacing: -0.1em;
  font-family: Teko, Helvetica, Arial, sans-serif;
  padding: 18.49999992px 0.75em;
  text-align: center;
}

@media (max-width: 1201px) {
  .button.button-lg {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .button.button-lg {
    font-size: 20px;
  }
}

.button.button-lg.icon {
  padding-right: 1.95em !important;
}

.button.button-lg.icon:after {
  right: 18.49999992px;
}

.button.white {
  background-color: #ffffff;
  border-color: transparent;
  color: #000000;
}

.button.white:hover,
.button.white:focus {
  background-color: #e6e6e6;
  color: #000000;
}

.button.black {
  background-color: #000000;
  border-color: transparent;
  color: #ffffff;
}

.button.black:hover,
.button.black:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}

.button.lead {
  background-color: #1a1a1a;
  border-color: transparent;
  color: #ffffff;
}

.button.lead:hover,
.button.lead:focus {
  background-color: #333333;
  color: #ffffff;
}

.button.steel {
  background-color: #666666;
  border-color: transparent;
  color: #ffffff;
}

.button.steel:hover,
.button.steel:focus {
  background-color: #4d4d4d;
  color: #ffffff;
}

.button.orange {
  background-color: #862633;
  border-color: transparent;
  color: #ffffff;
}

.button.orange:hover,
.button.orange:focus {
  background-color: #ce5500;
  color: #ffffff;
}

.button .ci {
  line-height: 0.9em;
}

.form {
  margin-top: 1px;
  padding: 40px;
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 1201px) {
  .form {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .form {
    padding: 25px;
  }
}

.form>a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -40px;
  padding: 40px;
}

@media (max-width: 1201px) {
  .form>a {
    margin: -30px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .form>a {
    margin: -25px;
    padding: 25px;
  }
}

.form img {
  max-width: 100%;
  height: auto;
  display: block;
}

.form .row {
  margin-left: -20px;
  margin-right: -20px;
  margin-right: calc(-20px - 1px);
}

.form .row [class*="col-"] {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}

@media (max-width: 1201px) {
  .form .row [class*="col-"]+[class*="col-lg"]:not([class*="col-md"]) {
    margin-top: 1em;
  }
}

@media (max-width: 1201px) {
  .form .row [class*="col-"]+[class*="col-md"]:not([class*="col-sm"]),
  .form .row [class*="col-"]+[class*="col-lg"]:not([class*="col-sm"]) {
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .form .row [class*="col-"]+[class*="col-sm"]:not([class*="col-xs"]),
  .form .row [class*="col-"]+[class*="col-md"]:not([class*="col-xs"]),
  .form .row [class*="col-"]+[class*="col-lg"]:not([class*="col-xs"]) {
    margin-top: 1em;
  }
}

@media (max-width: 1201px) {
  .form .row {
    margin-left: -15px;
    margin-right: -15px;
    margin-right: calc(-15px + 1px);
  }
  .form .row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1201px) {
  .form .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-right: calc(-12.5px + 1px);
  }
  .form .row [class*="col-"] {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.form .row+.row {
  margin-top: 1em;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  position: relative;
}

@media (max-width: 1201px) {
  fieldset legend {
    font-size: 22.5px;
  }
}

@media (max-width: 767px) {
  fieldset legend {
    font-size: 20px;
  }
}

.error label[data-error-message]:not([data-error-message=""]):before {
  color: #862633;
  content: attr(data-error-message) ":â€‡";
}

select,
.select,
textarea,
.textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  border: 1px solid #ccc;
}

@media (max-width: 1201px) {
  select,
  .select,
  textarea,
  .textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: 22.5px;
  }
}

@media (max-width: 767px) {
  select,
  .select,
  textarea,
  .textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: 20px;
  }
}

select:focus,
.select:focus,
textarea:focus,
.textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: none;
}

select.input-sm,
.select.input-sm,
textarea.input-sm,
.textarea.input-sm,
input[type="text"].input-sm,
input[type="password"].input-sm,
input[type="datetime"].input-sm,
input[type="datetime-local"].input-sm,
input[type="date"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm,
input[type="week"].input-sm,
input[type="number"].input-sm,
input[type="email"].input-sm,
input[type="url"].input-sm,
input[type="search"].input-sm,
input[type="tel"].input-sm,
input[type="color"].input-sm,
select.select-sm,
.select.select-sm,
textarea.select-sm,
.textarea.select-sm,
input[type="text"].select-sm,
input[type="password"].select-sm,
input[type="datetime"].select-sm,
input[type="datetime-local"].select-sm,
input[type="date"].select-sm,
input[type="month"].select-sm,
input[type="time"].select-sm,
input[type="week"].select-sm,
input[type="number"].select-sm,
input[type="email"].select-sm,
input[type="url"].select-sm,
input[type="search"].select-sm,
input[type="tel"].select-sm,
input[type="color"].select-sm {
  font-size: 20px;
  padding: 13.5px 0.75em;
}

select.input-lg,
.select.input-lg,
textarea.input-lg,
.textarea.input-lg,
input[type="text"].input-lg,
input[type="password"].input-lg,
input[type="datetime"].input-lg,
input[type="datetime-local"].input-lg,
input[type="date"].input-lg,
input[type="month"].input-lg,
input[type="time"].input-lg,
input[type="week"].input-lg,
input[type="number"].input-lg,
input[type="email"].input-lg,
input[type="url"].input-lg,
input[type="search"].input-lg,
input[type="tel"].input-lg,
input[type="color"].input-lg,
select.select-lg,
.select.select-lg,
textarea.select-lg,
.textarea.select-lg,
input[type="text"].select-lg,
input[type="password"].select-lg,
input[type="datetime"].select-lg,
input[type="datetime-local"].select-lg,
input[type="date"].select-lg,
input[type="month"].select-lg,
input[type="time"].select-lg,
input[type="week"].select-lg,
input[type="number"].select-lg,
input[type="email"].select-lg,
input[type="url"].select-lg,
input[type="search"].select-lg,
input[type="tel"].select-lg,
input[type="color"].select-lg {
  font-size: 30px;
  padding: 18.49999992px 0.75em;
}

input[disabled],
textarea[disabled],
input.disabled,
textarea.disabled {
  opacity: 0.5;
}

.error input,
.error textarea {
  border-color: rgba(231, 96, 0, 0.3);
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.checkbox label,
.radio label {
  padding-left: 0;
}

.radio label {
  padding-right: 20px;
}

.checkbox input[type="checkbox"] {
  /* float: left;
  opacity: 0;
  padding: 0;
  width: 0; */
  position: static;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: inline-block;
  margin-top: 2%;
  float: right;
}

input[type="date"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

select,
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="8"><path d="M1,1 L12,8 24,1 23,0 12,6 2,0" fill="#bfbfbf"/></svg>');
  background-position: right 0.75em center;
  background-repeat: no-repeat;
  -moz-padding-end: 2.25em !important;
  -moz-padding-start: 0.5em !important;
  padding-right: 3em;
  padding: 0\9;
  position: relative;
  width: 100%;
  z-index: 2;
}

select,
.select,
select x:-moz-any-link,
.select x:-moz-any-link,
select x:default,
.select x:default {
  padding-bottom: 0;
  padding-top: 0;
  background-image: none;
}

select::-moz-focus-inner,
.select::-moz-focus-inner,
select x:-moz-any-link::-moz-focus-inner,
.select x:-moz-any-link::-moz-focus-inner,
select x:default::-moz-focus-inner,
.select x:default::-moz-focus-inner {
  padding: 0 !important;
}

select:-moz-focusring,
.select:-moz-focusring,
select x:-moz-any-link:-moz-focusring,
.select x:-moz-any-link:-moz-focusring,
select x:default:-moz-focusring,
.select x:default:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

select.select-sm,
.select.select-sm,
select x:-moz-any-link.select-sm,
.select x:-moz-any-link.select-sm,
select x:default.select-sm,
.select x:default.select-sm {
  padding: 0;
}

select.select-sm option,
.select.select-sm option,
select x:-moz-any-link.select-sm option,
.select x:-moz-any-link.select-sm option,
select x:default.select-sm option,
.select x:default.select-sm option {
  font-size: 20px;
  padding-bottom: 10.8px !important;
  padding-top: 11.8px !important;
}

select.select-lg,
.select.select-lg,
select x:-moz-any-link.select-lg,
.select x:-moz-any-link.select-lg,
select x:default.select-lg,
.select x:default.select-lg {
  padding: 0;
}

select.select-lg option,
.select.select-lg option,
select x:-moz-any-link.select-lg option,
.select x:-moz-any-link.select-lg option,
select x:default.select-lg option,
.select x:default.select-lg option {
  font-size: 30px;
  padding-bottom: 15.72499993px !important;
  padding-top: 16.72499993px !important;
}

select _:-ms-input-placeholder,
.select _:-ms-input-placeholder,
:root select,
:root .select {
  background-image: url('https://static.indian.com/_img/icon_select-dropdown.png');
  padding-left: 0.75em;
}

select _:-ms-input-placeholder::-ms-expand,
.select _:-ms-input-placeholder::-ms-expand,
:root select::-ms-expand,
:root .select::-ms-expand {
  display: none;
}

select:focus,
.select:focus {
  outline: none;
}

select option,
.select option {
  font-family: Teko, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  margin: 0;
  opacity: 0.8;
  word-spacing: -0.1em;
  border: 0 !important;
  border-bottom: 1px solid #cccccc !important;
  color: #000000 !important;
  line-height: 1em;
  opacity: 1;
  outline: 0 !important;
  -moz-padding-start: 0.75em !important;
  padding-bottom: 16.5px !important;
  padding-top: 17.5px !important;
  text-shadow: none !important;
}

.intro select option,
.intro .select option {
  text-align: center;
}

select option:hover,
.select option:hover {
  background-image: none !important;
  color: #ffffff;
  text-shadow: none;
}

select option:checked,
.select option:checked {
  border-bottom: 1px solid #999999 !important;
}

input[disabled],
textarea[disabled],
select[disabled],
input.disabled,
textarea.disabled,
select.disabled {
  opacity: 0.5;
}

@supports (mask-type:luminance) {
  select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="8"><path d="M1,1 L12,8 24,1 23,0 12,6 2,0" fill="#bfbfbf"/></svg>');
  }
  .error select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="8"><path d="M1,1 L12,8 24,1 23,0 12,6 2,0" fill="#f3b080"/></svg>');
  }
}


/* highlight-boxes (with text on hover) not only in carousels */

/* copy of lines 200 to 236 in _component_carousel.less */

/* 19.8.2015 â€" goe */

.page-header {
  background-color: transparent;
}

.page-header.white,
.page-header.black,
.page-header.lead,
.page-header.steel,
.page-header.orange {
  background-color: transparent;
}

.page-header .intro-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 440px;
  padding-top: 80px;
  position: relative;
}

.page-header .intro-box.jumbotron {
  min-height: 680px;
}

.page-footer {
  padding-bottom: 57.6px;
  margin-bottom: 2px;
  background: var(--color-primary);
}

.page-footer.survey-show {
  padding-bottom: 117.6px;

}

.page-footer #community-tools p {
  margin-top: 12px;
  text-align: center;
}

.page-footer #community-tools a {
  color: #808080;
  padding: 0 48px;
}

.page-footer #community-tools a:hover {
  color: #862633;
}

.page-footer #community-tools a.icon-link {
  font-size: 30px;
  letter-spacing: 5px;
}

.page-footer #community-tools a.fb-like-link {
  font-size: 18px;
  white-space: nowrap;
}

.page-footer #community-tools a.fb-like-link i.ci {
  margin-right: 4px;
}

.light.page-footer #community-tools {
  background-color: #f4f4f4;
  color: #808080;
}

.light.page-footer #community-tools a:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .page-footer #community-tools {
    text-align: center;
  }
  .page-footer #community-tools a {
    padding: 0 8px;
  }
}

.page-footer #copyright-container {
  background-color: #000000;
  /*margin-top: 1px;*/
  /*padding: 24px;*/
  text-align: center;
}

.page-footer #copyright-container p {
  color: #555555;
  font-size: 18px;
}

.page-footer #copyright-container p span {
  color: #666666;
  font-size: 14px;
}

.page-footer #copyright-container p span.brand-logo {
  font-family: FontAwesome;
}

.light.page-footer #copyright-container {
  background-color: #f4f4f4;
  color: #808080;
}

@media (max-width: 1201px) {
  .page-footer #copyright-container p {
    font-size: 15px;
  }
  .page-footer #copyright-container p span {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .page-footer #copyright-container .block-xs {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1201px) {
  .page-footer {
    padding-bottom: 0;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.4em;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 767px;
  }
}

@media (min-width: 1202px) {
  .modal-lg {
    width: 1199px;
  }
}

/**
 * @section     any
 * @note      indian modals
 *
 */

/* overwrite some bootstrap modal styles */

/**
 * @section     accessories detail
 * @note      layer on accessories page, bike detail etc
 */
.modal-open .modal {
  -webkit-overflow-scrolling: auto;
}

.margin-bottom-sm,
.margin-top-bottom-sm {
  margin-bottom: 7px
}

.margin-top-bottom-md,
.margin-top-md {
  margin-top: 14px
}

.margin-bottom-md,
.margin-top-bottom-md {
  margin-bottom: 14px
}

.margin-top-bottom-lg,
.margin-top-lg {
  margin-top: 21px
}

.margin-bottom-lg,
.margin-top-bottom-lg {
  margin-bottom: 21px
}

.margin-top-bottom-xxl,
.margin-top-xxl {
  margin-top: 28px
}

.margin-bottom-xxl,
.margin-top-bottom-xxl {
  margin-bottom: 28px
}

.padding-top-bottom-sm,
.padding-top-sm {
  padding-top: 7px
}

.padding-bottom-sm,
.padding-top-bottom-sm {
  padding-bottom: 7px
}

.padding-top-bottom-md,
.padding-top-md {
  padding-top: 14px
}

.padding-bottom-md,
.padding-top-bottom-md {
  padding-bottom: 14px
}

.padding-top-bottom-lg,
.padding-top-lg {
  padding-top: 21px
}

.padding-bottom-lg,
.padding-top-bottom-lg {
  padding-bottom: 21px
}

.padding-top-bottom-xxl,
.padding-top-xxl {
  padding-top: 28px
}

.padding-bottom-xxl,
.padding-top-bottom-xxl {
  padding-bottom: 28px
}

.padding-sm {
  padding: 7px
}

.padding-md {
  padding: 14px
}

.padding-lg {
  padding: 21px
}

.padding-xxl {
  padding: 28px
}

.overflow-hidden {
  overflow: hidden
}

.height-full {
  height: 100%
}

/*INDIAN*/

.center {
  text-align: center;
}

* {
  box-sizing: border-box;
}

.btn.btn-sm-secondary {
  font-size: 16px;
  padding: 5px 14px 1px;
  background-color: #862633;
  color: #fff;
  border: 2px solid #862633;
  border-radius: 0px;
  margin: 10px;
  box-shadow: 0 1px 1px #959595;
  font-family: Teko, serif;
}

.pull-right {
  float: right !important;
}

.color-light,
.color-light:focus,
.color-light:hover,
.color-light:visited {
  color: #e9e9e9;
}

.text-shadow {
  text-shadow: 2px 2px #000;
}

.swatches-wrapper {
  text-align: left;
}

.ul-family-tabs {
  background-color: #fff;
}

.black .navigation-site {
  background-color: #1a1a1a;
}

.navigation-site .copyright-brand {
  color: rgba(255, 255, 255, 0.4);
  float: right;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 4px;
}

.navigation-site .copyright-brand img {
  display: initial;
}

.slider {
  margin: 0px auto;
}

.nav {
  margin-top: 0px;
}

.navbar {
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}

.txt-white.center-div {
  position: relative;
  top: -174px;
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

.btn.btn-sm {
  font-size: 16px;
  /*padding: 5px 14px 1px;*/
  /*height: 36px;*/
  padding-left: 18px;
  padding-right: 18px;
}

.btn {
  display: inline-block;
  font-size: 24px;
  padding: 7px;
  text-transform: uppercase;
  font-family: Teko, serif;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  border: 0;
  outline: 0;
  background-image: none;
  text-align: center;
  -moz-box-shadow: 0 1px 1px #959595;
  -webkit-box-shadow: 0 1px 1px #959595;
  box-shadow: 0 1px 1px #959595;
}

.form-group .form-control {
  padding: 4px 29px;
}

.input-sm {
  height: 49px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.home-cat {
  padding: 0;
  margin: 0;
}

.overlay:hover {
  background: rgba(90, 90, 90, 0.75);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}

ul li {
  list-style: none;
}

.top-margin {
  width: 100%;
}

.search.show {
  display: inline-block !important;
}

iframe {
  border: none;
  width: 100%;
}

.more-btn {
  padding: 0;
}

.tab-pane img {
  max-height: 430px;
}

no-border {
  border-top: solid #979797 0px;
}

.tab-content {
  text-align: left;
  padding: 0px;
  /*border-bottom: solid #979797 1px;*/
}

input[type="text"].input-sm {
  padding: 13.5px 0.75em;
}

.history {
  color: #862633;
  background-image: url(images/faded-badge.png);
  background-position: 531px 110px;
  background-repeat: no-repeat;
  padding: 5px 0 0 0;
}

.history article {
  margin: 5px 0;
  display: inline-block;
}

.history .article {
  padding: 0;
}

.flag {
  position: relative;
  top: -3px;
}

em {
  font-family: Calibri, Arial, serif;
  color: #222a2d;
  font-size: 14px;
  line-height: 1.42857143;
}

.legal ul {
  margin-bottom: 10px;
}

.legal ul li {
  list-style: initial;
  color: #5a5a5a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  opacity: 0.8;
}

.legal p {
  margin-bottom: 10px;
  color: #5a5a5a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  text-align: justify;
  opacity: 0.8;
}

.legal a {
  color: #862633;
  font-weight: bold;
}

.legal a:hover {
  color: #862633;
}

.legal h1 {
  margin-top: 10px;
}

/*HOME PAGE END*/

/*################################################################################################################################*/

/*############### 2019 MODELS / FAMILY ################*/

/* VEHICLE MAIN IMAGE LAYER */

.btn-sm {
  height: 36px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 2px;
}

/*WIDGET*/

.position-relative {
  position: relative;
}

/*LAYER*/

#nav.navbar {
  min-height: auto;
}

/*END LAYER*/

/*FINANCING DISCLAIMER */

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

.text-align-center {
    text-align: center;
}

.vertical-center {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vertical-center-2 {
    height: 250px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
}

.layout__wrapper {
    position: relative;
}

.copy-generic__content p {
  color: #fff;
}

.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}

.gris {
    background-color: #CCCAC7; 
    text-align: left;  
}

/*############################RESPONSIVE#########################################*/

@media screen and (min-width: 1201px) {
    .font-size-lg,
    .font-size-lg p {
        font-size: 20px;
    }
}

@media screen and (max-width: 812px) {
  .md-top {
    top: -61px!important;
  }
  .copy-generic__description {
    font-size: 16px;
  }
}

@media (max-width: 767px) { 
  .font-size-lg,
  .font-size-lg p {
    font-size: 20px;
  }
 
  .btn.btn-sm {
    height: initial;
  }


  #navbar {
    display: none;
  }
  #navbar.open {
    display: block;
  }
  
  .md-top {
    top: -44px!important;
  }
 
  .center-md {
    text-align: center;
  }
  
  .text-center-sm {
    text-align: center!important;
  }
}

@media screen and (max-width: 414px) {
  .btn {
    font-size: 20px;
  }
}

/*############################################################################################*/

.big-btn img {
  width: 50px;
}

/*###############END2019################*/

/*############################################# END LARGES SCREENS ####################################################
####################################################################################################################*/

@media screen and (min-width: 1201px) {
  .navigation-site {
    border-top: 2px solid #862633;
    background-color: #fbfbfb;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1002;
  }
  .dealer-top {
    max-width: 75%;
  }
}

/*####################################################################################################################
####################################################################################################################*/

@media screen and (max-width: 1201px) {
  .content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-footer #copyright-container {
    padding: 15px 0 0 0;
    background-color: #fff;
  }
  .page-footer #copyright-container p {
    margin: 10px 0 0 0;
  }
  .navigation-site .copyright-brand {
    background-color: transparent;
    margin: auto;
    width: 100%;
    bottom: 6px;
    position: absolute;
  }
 
  #nav {
    padding: 0;
    width: 100%;
  }
  
  .btn-sm {
    font-size: 20px;
  }
  
  sup {
    top: -7px;
  }
  .navigation-site .copyright-brand {
    float: none;
  }
}

/*####################################################################################################################
####################################################################################################################*/

@media (max-width: 1024px) {  
  .navigation-site {
    position: initial;
    border-top: none;
  }
}

/*####################################################################################################################
####################################################################################################################*/

@media screen and (max-width: 895px) {
  .nav li a {
    font-size: 22px;
  }
}

/*####################################################################################################################
####################################################################################################################*/

@media screen and (max-width: 805px) {
  .nav li a {
    font-size: 21px;
  }
}

/*####################################################################################################################
####################################################################################################################*/

@media screen and (min-width: 767px) {
  .images.black .container {
    padding: 0;
  }
}

/*####################################################################################################################
####################################################################################################################*/

@media screen and (max-width: 767px) {   
  .btn-sm {
    padding: 2px 25px;
  }
}
  .nav li a {
    top: 0;
  }
 
  .top-page {
    padding-top: 59px;
  }
  .navigation-site {
    border-top: none;
  }


/*####################################################################################################################
####################################################################################################################*/

/*INDIAN*/

	/***** RESET BEGIN *****/
.orange {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
    text-align: inherit !important;
}

@media screen and (max-width: 1201px) {
    .navigation-site .navigation {
        background: transparent!important;
    }
}

/***** RESET END *****/

.page-footer {
    padding: 50px 0;
    background: #862633;
}

.page-footer .footer-img-wrapper {
    position: relative;
}

.page-footer .footer-img-wrapper .footer-logo {
    position: absolute;
    top: 0;
    left: 5%;
}

.page-footer .footer-img-wrapper .footer-moto {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.page-footer #community-tools {
    width: 90%;
    margin: 32px auto;
    background-color: transparent !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.page-footer #community-tools .row.orange .col-xs-12 {
    padding: 32px 0;
}

.page-footer #community-tools p {
    margin-top: 0;
    font-family: 'FontAwesome';
}

.page-footer #community-tools a.icon-link {
    margin: 0 24px;
    padding: 0 !important;
    color: #fff;
    font-size: 48px !important;
    letter-spacing: inherit;
    line-height: 1;
}

.page-footer #community-tools a:hover {
    color: #fff !important;
}

.page-footer #copyright-container {
    margin-top: 12px;
    background-color: inherit !important;
    text-align: center;
}

.page-footer #copyright-container p {
    margin: 1em 0;
    color: #fff !important;
   font-size: 11px;
}

.page-footer #copyright-container p a {
    color: #fff;
}


.icon-link img {
  width: 30px;
}


/***** NAVIGATION : BEGIN *****/
.navigation-site {
    background-color: #862633 !important;
    border-top: 1px solid #fff !important;
}

.navigation-site .navigation>li {
    position: relative;
}

.navigation-site .navigation>li>a {
    color: #fff !important;
}

.navigation-site .navigation li:hover>a {
    background: #ccc;
    color: #000 !important;
}

.navigation-site .navigation li .navigation-flyout {
    bottom: 100% !important;
    left: 50%;
    margin: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #862633;
    text-align: center;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 -2px 0 rgba(0, 0, 0, .2);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.navigation-site .navigation li .navigation-flyout ul {
    border-bottom: 0 !important;
}

.navigation-site .copyright-brand img {
    -webkit-filter: grayscale(1) brightness(999%);
            filter: grayscale(1) brightness(999%);
}

/***** NAVIGATION : END *****/

@media screen and (max-width: 1201px) {
    .navigation-site .navigation li {
        border-top: 0 !important;
        border-bottom: 1px solid #fff !important;
    }

    .navigation.bottom li a:after {
        color: #ffffff;
    }

    .navigation-site .navigation li .navigation-flyout {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

@media screen and (max-width: 767px) {
    .page-footer .footer-img-wrapper .footer-logo {
        display: block;
        position: static;
        margin: auto;
    }
  
    .page-footer .footer-img-wrapper .footer-moto {
       display: none;
  }
}
@media screen and (max-width:1199px) {
  .navigation {
    float:none
  }
  .navigation-site, .navigation-site .navigation.bottom
  {
	   display: inline-block;
	  width: 100%;
  }
  .navigation li {
    float:none;
    position:relative;
	 
  }
 
  .navigation li .navigation-flyout {
    padding:0;
    position:static;
    z-index:1000
  }
  .navigation li .navigation-flyout ul {
    margin:0
  }
  .navigation li .navigation-flyout ul li a,
  .navigation li .navigation-flyout ul li .node {
    margin:0;
    padding-left:30px;
    padding-right:30px;
    z-index:1000
  }
  .navigation li .navigation-flyout ul li ul {
    margin:0
  }
  .navigation li .navigation-flyout ul li ul li {
    margin-top:0
  }
  .navigation li .navigation-flyout ul li ul li a {
    margin:0
  }
  .navigation .drop-down>a:after {
   color: #fff;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .navigation.bottom li:not(.no-dropdown) a:after {
   color: #fff;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .navigation.bottom li:not(.no-dropdown) .navigation-flyout a:after {
    display:none
  }
  .navigation>li ul li a:after {
    content:''
  }
  .navigation>li.show>a:after {
    content:"\f077"
  }
  .navigation>li.show ul li a:after {
    content:''
  }
  .navigation>li.show .navigation-flyout {
    display:block
  }
  .navigation>li.show .active:after {
    content:""
  }
  .navigation>li.show .active a {
    color:var(--indian-color-indian-motorcycle-red)
  }
}
@media screen and (max-width:767px) {
  .navigation li:after {
    right:25px
  }
  .navigation li .navigation-flyout ul li a {
    padding-left:25px;
    padding-right:25px
  }
 


}
@media screen and (max-width: 479px) {
    .page-footer #community-tools a.icon-link {
        margin: 0 12px;
        font-size: 40px !important;
    }
}

.navigation-site {
  background-color: #862633 !important;
  border-top: 1px solid #fff !important;
}

@media screen and (max-width: 1000px) {
	
	 .navigation li a {
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 20px;
    margin-right: 20px;
  }
	
	
}

.colForm {
  padding: 10px;
}