/* Orange */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

img{pointer-events: none;}

*,
*::before,
*::after {
  box-sizing: inherit; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px; }
  .row.no-neg {
    margin-right: 0;
    margin-left: 0; }
  .row.gutters {
    margin-right: 6px;
    margin-left: 6px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col {
  padding: 0; }

.lr-only > .col {
  padding-top: 0;
  padding-bottom: 0; }

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 6px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row.g-big.no-padding {
  margin-left: -12px;
  margin-right: -12px; }

.row.g-big .col {
  padding: 12px; }

.row.p-all .col {
  padding: 6px; }

.row.g6 {
  margin-right: -6px;
  margin-left: -6px; }
  .row.g6 .col {
    padding: 6px; }

.col.auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col.xl1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col.xl2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col.xl3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col.xl4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col.xl5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col.xl6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col.xl7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col.xl8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col.xl9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col.xl10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col.xl11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col.xl12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.offset-12 {
  margin-left: 100%; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media all and (max-width: 1200px) {
  .col.lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.lg1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.lg2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.lg3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.lg4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.lg5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.lg6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.lg7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.lg8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.lg9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.lg10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.lg11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.lg12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-lg1 {
    margin-left: 8.33333%; }
  .offset-lg2 {
    margin-left: 16.66667%; }
  .offset-lg3 {
    margin-left: 25%; }
  .offset-lg4 {
    margin-left: 33.33333%; }
  .offset-lg5 {
    margin-left: 41.66667%; }
  .offset-lg6 {
    margin-left: 50%; }
  .offset-lg7 {
    margin-left: 58.33333%; }
  .offset-lg8 {
    margin-left: 66.66667%; }
  .offset-lg9 {
    margin-left: 75%; }
  .offset-lg10 {
    margin-left: 83.33333%; }
  .offset-lg11 {
    margin-left: 91.66667%; }
  .offset-lg12 {
    margin-left: 100%; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 992px) {
  .col.md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.md1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.md2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.md3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.md4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.md5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.md6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.md7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.md8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.md9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.md10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.md11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.md12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-md1 {
    margin-left: 8.33333%; }
  .offset-md2 {
    margin-left: 16.66667%; }
  .offset-md3 {
    margin-left: 25%; }
  .offset-md4 {
    margin-left: 33.33333%; }
  .offset-md5 {
    margin-left: 41.66667%; }
  .offset-md6 {
    margin-left: 50%; }
  .offset-md7 {
    margin-left: 58.33333%; }
  .offset-md8 {
    margin-left: 66.66667%; }
  .offset-md9 {
    margin-left: 75%; }
  .offset-md10 {
    margin-left: 83.33333%; }
  .offset-md11 {
    margin-left: 91.66667%; }
  .offset-md12 {
    margin-left: 100%; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 768px) {
  .col.sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.sm1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.sm2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.sm3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.sm4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.sm5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.sm6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.sm7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.sm8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.sm9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.sm10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.sm11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.sm12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-sm1 {
    margin-left: 8.33333%; }
  .offset-sm2 {
    margin-left: 16.66667%; }
  .offset-sm3 {
    margin-left: 25%; }
  .offset-sm4 {
    margin-left: 33.33333%; }
  .offset-sm5 {
    margin-left: 41.66667%; }
  .offset-sm6 {
    margin-left: 50%; }
  .offset-sm7 {
    margin-left: 58.33333%; }
  .offset-sm8 {
    margin-left: 66.66667%; }
  .offset-sm9 {
    margin-left: 75%; }
  .offset-sm10 {
    margin-left: 83.33333%; }
  .offset-sm11 {
    margin-left: 91.66667%; }
  .offset-sm12 {
    margin-left: 100%; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 576px) {
  .col.xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.xs1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.xs2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.xs3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.xs4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.xs5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.xs6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.xs7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.xs8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.xs9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.xs10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.xs11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.xs12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xs1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xs2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xs3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xs4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xs5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xs6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xs7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xs8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xs9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xs10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xs11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xs12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-xs-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-xs1 {
    margin-left: 8.33333%; }
  .offset-xs2 {
    margin-left: 16.66667%; }
  .offset-xs3 {
    margin-left: 25%; }
  .offset-xs4 {
    margin-left: 33.33333%; }
  .offset-xs5 {
    margin-left: 41.66667%; }
  .offset-xs6 {
    margin-left: 50%; }
  .offset-xs7 {
    margin-left: 58.33333%; }
  .offset-xs8 {
    margin-left: 66.66667%; }
  .offset-xs9 {
    margin-left: 75%; }
  .offset-xs10 {
    margin-left: 83.33333%; }
  .offset-xs11 {
    margin-left: 91.66667%; }
  .offset-xs12 {
    margin-left: 100%; }
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

input, select, textarea {
  border-radius: 0;
  background: #fff; }

* {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, content {
  display: block; }

html, body, form {
  margin: 0;
  padding: 0;
  height: 100%;
  font: normal normal 400 15px/24px "Roboto", Arial, Helvetica, sans-serif;
  color: #444; }

a {
  color: #666; }
  a:hover {
    color: #fceb18; }

ul {
  margin-top: 0;
  padding-left: 30px; }

p + ul, p + ol, .options p + ul {
  margin-top: -10px; }

.fade-in {
  opacity: 0;
  transform: translateY(70px); }
  .fade-in.show {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s;
    transition-timing-function: ease-out; }

.cc {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px;
  position: relative; }
  .cc.small {
    max-width: 670px; }
  .cc.medium,.cc.p-left-medium {
    max-width: 1080px; }

p {
  font: normal normal normal 14px/24px "Roboto", Arial, Helvetica, sans-serif;
  color: #444;
  margin: 0;
  padding: 0 0 24px 0; }

.logo {
  display: block;
  float: left;
  padding:30px 0 0 15px;
}
  .logo img {
    display: block;
    height: 100%; }

body {
  background: #f6f6f6;
overflow-x:hidden;}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #2a2a2a;
  z-index: 11;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
  header nav {
    display: block;
    position: absolute;
    top: 36px;
    right: 0;
	z-index: 11;
    white-space: nowrap; }
    header nav a {
      display: inline-block;
      font: normal normal 500 14px/21px "montserrat", Arial, Helvetica, sans-serif;
      color: #fff;
      padding: 4px 0 4px 0;
      margin: 0 15px 0 15px;
      text-decoration: none;
      transition: 0.3s;
      text-transform: uppercase; }
      header nav a:hover {
        color: #fceb18; }
      header nav a.active {
        color: #fceb18; }
  header .cc {
    overflow: visible; }
  header .bg-left {
   display:none; }

content {
  position: relative;
  padding-top: 100px;
  background: #f6f6f6; }
  content.pt-m {
    padding-top: 164px; }

.banner-holder {
  position: relative;
  padding-top: 39.43662%; }
  .banner-holder .banners {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
  .banner-holder .banner {
    display: block;
    height: 100%;
    width: 100%; }
    .banner-holder .banner img {
      display: block;
      width: 100%;
      height: 100%; }
    .banner-holder .banner .banner-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-left: 0.02778%;
      padding-bottom: 0.02778%; }
      @media all and (min-width: 1440px) {
        .banner-holder .banner .banner-overlay {
          padding-left: 40px;
          padding-bottom: 40px; } }
      @media all and (max-width: 360px) {
        .banner-holder .banner .banner-overlay {
          padding-left: 10px;
          padding-bottom: 10px; } }
      .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
        padding-top: 0;
        padding-bottom: 1.80556%;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 3.33333vw;
        line-height: 4.16667vw;
        color: #fff;
        text-shadow: 0px 2px 4px black; 
		text-transform:uppercase;}
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            padding-bottom: 26px;
            font-size: 48px;
            line-height: 60px; } }
        @media all and (max-width: 600px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 20px;
            line-height: 25px; } }
      .banner-holder .banner .banner-overlay a {
        display: inline-block;
        padding: 15px 30px;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 1.11111vw;
        line-height: 2.08333vw;
        color: #111;
        background: #fceb18;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
        border-radius: 5px; }
        .banner-holder .banner .banner-overlay a:hover {
          transition: 0.3s;
          background: #fceb18; }
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay a {
            font-size: 16px;
            line-height: 30px; } }
        @media all and (max-width: 1080px) {
          .banner-holder .banner .banner-overlay a {
            font-size: 12px; } }
        @media all and (max-width: 960px) {
          .banner-holder .banner .banner-overlay a {
            line-height: 20px; } }

.cta {
 position:relative;
  display: inline-block;
  padding: 11px 10px 11px 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #111;
  background: #fceb18;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
								
.cta::after{
content:'';
display:block;
position:absolute;
right:-10px;
bottom:0;
width: 20px;
height: 50px;
background: #fceb18;
transform:skew(-21deg);
}
.pull-right .cta{
padding-right:20px;
padding-left:10px;
}
.pull-right .cta::after{
right:auto;
left:-10px;
}
  .cta:hover {
    transition: 0.3s;
    background: #fceb18;
    color: #222; }
  .cta.no-bg {
    padding: 10px 19px;
    border: 1px solid #999;
    color: #999;
    background: none; }
  @media all and (min-width: 1440px) {
    .cta {
      font-size: 14px;
      line-height: 28px; } }
  @media all and (max-width: 1234px) {
    .cta {
      font-size: 12px; } }
  @media all and (max-width: 925px) {
    .cta {
      line-height: 18px; } 
	.cta::after{
			height:40px;		
						}
			
		}

hr {
  border: none;
  height: 1px;
  background: #eaeaea;
  margin: 0; }

.match-height .card {
  height: 100%; }

.card {
  background: #fff; }
  .card .card-header {
    padding: 20px;
    border-bottom: 1px solid #ddd; }
    .card .card-header h2  {
      font-size: 20px;
      padding: 0;
      line-height: 30px;
      text-transform: uppercase; }
.card .card-header.h2  {
	 color: #111;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase; }
    .card .card-header label {
      font-size: 12px;
      line-height: 30px;
      color: #666; }
  .card .card-content {
    padding: 20px; }
    .card .card-content hr {
      margin: 0 -20px 0 -20px; }
    .card .card-content h2 {
      padding: 13px 0 13px 0;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 26px;
      line-height: 30px;
      color: #444;
      margin: 0; }
    .card .card-content h3 {
      padding: 0 0 8px 0;
      margin: 0;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 20px;
      color: #444; }

.cars .card {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
  .cars .card:hover .car-img .hover-overlay {
    opacity: 1;
    transition: 0.3s; }
    .cars .card:hover .car-img .hover-overlay::before, .cars .card:hover .car-img .hover-overlay::after {
      transform: translate(-50%, -50%) scale(1, 1);
      transition: 0.3s; }
  .cars .card.sold .car-content, .cars .card.expected .car-content {
    padding: 15px 15px 15px 60px;
    position: relative; }
    .cars .card.sold .car-content i, .cars .card.expected .car-content i {
          font-size: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #111;
    left: 10px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #f6f6f6; }
  .cars .card.notfound .car-img {
    padding-top: 64.74%; }
    .cars .card.notfound .car-img .notfound {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fceb18;
      padding: 15px;
      display: flex;
      align-items: center;
      font-size: 30px;
      line-height: 36px;
      text-transform: uppercase;
      color: #111;
      transition: 0.3s; }
  .cars .card.notfound:hover .car-img .notfound {
    color: #111;
    transition: 0.3s; }
  .cars .card.notfound h3 {
    font-size: 14px; }
  .cars .card.notfound .car-link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    line-height: 30px;
    font-weight: 500; }
    .cars .card.notfound .car-link i {
      position: absolute;
      top: 0px;
      right: 0px;
      line-height: 30px; }

.cars .car-img {
  position: relative;
  overflow: hidden; }
  .cars .car-img img {
    display: block;
    width: 100%; }
  .cars .car-img .hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(252, 235, 24, 0.8);
    opacity: 0;
    transition: 0.3s; }
    .cars .car-img .hover-overlay::before, .cars .car-img .hover-overlay::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.3, 0.3);
      background: #111;
      transition: 0.3s; }
    .cars .car-img .hover-overlay::before {
      height: 35px;
      width: 5px; }
    .cars .car-img .hover-overlay::after {
      height: 5px;
      width: 35px; }

.cars .car-content {
  padding: 15px 15px 50px 15px; }
  .cars .car-content h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    font-weight: 600;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  .cars .car-content h4 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #444;
    font-weight: 500;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
    }
  .cars .car-content .specs {
    padding-top: 14px;
    font-size: 13px;
    line-height: 30px;
    color: #666;
    font-weight: 400; }
    .cars .car-content .specs::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .cars .car-content .specs span {
      display: block;
      float: left;
      width: 50%; }

.cars .car-price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 15px;
  font-weight: 600;
  color: #444;
  font-size: 18px;
  line-height: 22px; 
  background:#fceb18;
  padding:0 5px;
}
.cars .car-price::after{
content:'';
position:absolute;
display:block;
top:0;
right:-5px;
width:10px;
transform:skew(-21deg);
bottom:0;
background:#fceb18;
}
  .cars .car-price em {
    font-size: 13px;
    font-style: normal;
    font-weight: normal; }

.news {
  background: #fff;
  padding: 30px 0 30px 0; }
  .news.grid {
    background: none;
    padding: 0;
    margin: 0 -6px; }
  .news .card {
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
    .news .card .card-img img {
      display: block;
      width: 100%; }
    .news .card .card-content {
      padding: 15px; }
      .news .card .card-content h3 {
        padding: 12px 0;
        margin: 0 0 16px;
        font-size: 20px;
        line-height: 26px;
        color: #444;
        font-weight: 500;
        position: relative; }
        .news .card .card-content h3::after {
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          height: 3px;
          left: 0;
          width: 30px;
          background: #fceb18; }
      .news .card .card-content p {
        color: #666;
        line-height: 20px;
        padding-bottom: 18px; }

footer {
  color: #ccc;
  background: #2a2a2a;
  padding-top: 1.875%; }
  @media all and (min-width: 1440px) {
    footer {
      padding-top: 27px; } }
  footer .footer-top {
    padding-bottom: 1.875%; }
    @media all and (min-width: 1440px) {
      footer .footer-top {
        padding-bottom: 27px; } }
  footer h3 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 16px 0;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0; }
  footer p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #999; }
    footer p a {
      color: #999; }
    footer p.contact a {
      text-decoration: none;
      line-height: 30px; }
    footer p.contact i {
      font-size: 16px;
      line-height: 30px;
      width: 35px; }
    footer p.contact.social a {
      display: block; }
    footer p.contact.social i {
      font-size: 20px; }
  footer .social a {
    display: block;
    line-height: 30px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #ccc;
    text-transform: uppercase; }
    footer .social a i {
      padding-right: 8px;
      font-size: 20px;
      line-height: 30px; }
  footer .f-part {
    padding-left: 15px; }
    @media (max-width: 650px) {
      footer .f-part {
        padding-left: 5px; } }
  footer .footer-bottom {
    background: #191919;
    padding: 20px 0; }
    footer .footer-bottom .cc {
      text-align: center; }
      footer .footer-bottom .cc a {
        display: inline-block;
        width: 33%;
        max-width: 310px;
        text-decoration: none;
        padding: 15px; }
        footer .footer-bottom .cc a img {
          display: block; }

.select2-container {
  font-size: 14px; }

.select2-container .select2-selection--single {
  height: 45px;
  border-color: #e2e2e2;
  border-radius: 0; }

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 43px; }

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 43px; }

.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 100%;
  left: 0;
  margin-top: -11px;
  text-align: center; }

.select2-container .select2-selection--single .select2-selection__arrow b::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  font-size: 14px;
  line-height: 20px; }

.select2-container.select2-container--disabled .select2-selection--single {
  background: #fff; }

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #ccc; }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: "\f106"; }

.search {
  background: #eee;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
  .search::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .search .cc {
    padding: 3px 0px 3px 0;
    position: relative; }
    .search .cc::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
  .search.on .cc {
    padding-right: 62px; }
  .search.on .search-btns a.reset {
    display: block; }
  .search .search-col {
    width: 20%;
    float: left;
    padding: 2px; }
    .search .search-col .col-half {
      width: 50%;
      float: left; }
      .search .search-col .col-half:first-child .select2-container .select2-selection--single {
        border-right-color: #fff; }
    .search .search-col select {
      width: 100%;
      height: 60px;
      border: none; }
    .search .search-col .select2-container .select2-selection--single {
      line-height: 60px;
      height: 60px;
      border: none; }
      .search .search-col .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 60px; }
      .search .search-col .select2-container .select2-selection--single .select2-selection__arrow b {
        margin-top: -20px; }
        .search .search-col .select2-container .select2-selection--single .select2-selection__arrow b::after {
          line-height: 60px; }
  .search .search-btns {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0; }
    .search .search-btns::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .search .search-btns a {
      display: block;
      float: left;
      width: 60px;
      height: 60px;
      text-align: center;
      background: #ed1c24;
      color: #fff;
      line-height: 60px;
      font-size: 20px;
      text-decoration: none; }
      .search .search-btns a.reset {
        display: none;
        background: #fff;
        color: #666; }
      .search .search-btns a span {
        display: none; }

.select2-dropdown {
  border-radius: 0; }

h1 {
  padding-top: calc(6px + 2.73611%);
  padding-bottom: 2.73611%;
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform:uppercase;
  color:#111;
  font-size: 2.778vw;
  line-height: 4.167vw; }
  @media all and (min-width: 1440px) {
    h1 {
      padding: 35px 0 25px 0;
      font-size: 40px;
      line-height: 60px; } }
  @media all and (max-width: 770px) {
    h1 {
	  padding: 26px 0 20px 0;
      font-size: 26px;
      line-height: 34px; } }

h2 {
  padding-top: 2.34722%;
  padding-bottom: 1.18056%;
  margin: 0;
  color:#111;
  text-transform:uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px; }

.card-spacer {
  padding-top: 12px; }

.picture-viewer {
  position: relative;
  padding-top: 67%;
  overflow: hidden;
  border-radius: 0px; }
  .picture-viewer .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px; }
    .picture-viewer .img img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 0px; }
    .picture-viewer .img.hidden {
      display: none; }
  .picture-viewer .img-overlay {
    position: absolute;
    right: 18px;
    top: 18px;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.1s;
    z-index: 1;
    width: 60px;
    height: 50px;
    border-radius: 0px; }
    .picture-viewer .img-overlay em {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      line-height: 50px;
      font-weight: normal;
      font-style: normal;
      color: #fff;
      text-align: center;
      left: 0;
      right: 0; }

.carpass-holder {
  position: relative;
  display: inline-block;
  padding: 6px 11px 6px 0; }
  .carpass-holder a {
    text-decoration: none; }
  .carpass-holder a img {
    display: block;
    max-width: 100%; }
  .carpass-holder a.info {
    display: block;
    position: absolute;
    top: -8px;
    right: 0; }
  .carpass-holder a.info i {
    color: #ccc;
    transition: 0.3s;
    font-size: 12px;
    line-height: 12px; }
  .carpass-holder a.info:hover i {
    color: #666;
    transition: 0.3s; }

.carpass-popup {
  position: absolute;
  display: none;
  top: -7px;
  right: 3px;
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
  width: 320px;
  box-sizing: border-box;
  z-index: 100; }
  .carpass-popup img {
    margin-bottom: 20px; }
  .carpass-popup .close {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #777;
    font-size: 16px;
    top: 2px;
    right: 2px; }
  .carpass-popup p {
    line-height: 18px;
    font-size: 13px;
    color: #444; }
  .carpass-popup a.close i {
    line-height: 30px;
    color: #777;
    font-size: 16px; }
  .carpass-popup a.carpass-btn {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    background: #07ae4d;
    color: #fff;
    text-transform: uppercase; }

.pull-right {
  float: right; }

.detail .car-price {
  padding-bottom: 10px; }
  .detail .car-price .price {
    color: #222;
    display: block;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500; }
    .detail .car-price .price em {
      display: block;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
      color: #666;
      font-style: normal; }

.detail .specs-row {
  padding: 7px 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #444;
  width: 100%; }
  .detail .specs-row::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .detail .specs-row label, .detail .specs-row span {
    display: block; }
  .detail .specs-row label {
    color: #999;
    font-size: 13px;
    line-height: 19px; }

.detail .car-specs {
  padding: 7px 0 40px 0;
  font-size: 14px;
  line-height: 21px;
  color: #222; }
  .detail .car-specs strong {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase; }

.actions.card {
  background: none; }

.actions::after {
  content: '';
  display: block;
  float: none;
  clear: both;
  height: 0; }

.actions a.action {
  display: block;
  padding-right: 1px;
  border-bottom: 1px solid #ddd;
  display: block;
  text-align: left;
  background: #fff;
  padding: 28px 20px 28px 20px;
  color: #444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight:600;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s; }
  .actions a.action:last-child {
    border-bottom: none; }
  .actions a.action.primary {
    border-color: #fceb18;
    background: #fceb18;
    color: #222; }
  .actions a.action:hover, .actions a.action.primary:hover {
    background: #fceb18;
    border-color: #fceb18;
    color: #111;
    transition: 0.3s; }
  .actions a.action i {
    padding-right: 8px; }

input.ui-slider-input {
  border: none;
  box-shadow: none;
  background: none;
  font-size: 10px;
  line-height: 16px;
  color: #999;
  height: 16px;
  margin-left: 20px;
  text-align: left;
  padding: 0; }

.ui-rangeslider .ui-slider-input.ui-rangeslider-last {
  margin-left: 0;
  margin-right: 20px;
  text-align: right; }

.ui-rangeslider .ui-rangeslider-sliders {
  height: 19px;
  margin-left: 27px;
  margin-right: 27px;
  margin-top: 17px; }

.ui-slider-track {
  border-style: none !important;
  height: 5px !important;
  top: 6px;
  background: #d1d5d8 !important;
  border-radius: 3px !important; }

.ui-slider-track .ui-slider-bg {
  background: #005aab; }

.ui-slider-track .ui-btn.ui-slider-handle {
  font-size: .9em;
  line-height: 30px;
  border-radius: 50%;
  border: 0;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: #5490c6;
  background: -moz-linear-gradient(top, #5490c6 0%, #043969 100%);
  background: -webkit-linear-gradient(top, #5490c6 0%, #043969 100%);
  background: linear-gradient(to bottom, #5490c6 0%, #043969 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5490c6', endColorstr='#043969',GradientType=0 );
  position: absolute; }
  .ui-slider-track .ui-btn.ui-slider-handle::after {
    content: '';
    height: 9px;
    width: 9px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.options h4 {
  margin-bottom: 0; }

.options ul {
  margin: 0;
  padding: 0; }
.options.ul-spacing ul{
	padding-bottom:20px;
}
.options ul li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 4px;
  padding-top: 4px;
  color: #444;
  list-style: none; }

.options ul li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 6px;
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  color: #ed1c24; }

.financing-item {
  position: relative;
  padding: 18px 18px 34px 18px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9; }
  .financing-item::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .financing-item label {
    float: left;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold; }
  .financing-item .input-holder {
    float: right;
    border: 1px solid #ddd;
    border-radius: 0px;
    width: 88px;
    padding-right: 22px;
    height: 30px;
    background: #fff; }
    .financing-item .input-holder.wide-suffix .ui-slider input.ui-slider-input {
      width: 34px; }
    .financing-item .input-holder .ui-slider {
      display: inline-block;
      float: none;
      padding: 0;
      margin: 0; }
      .financing-item .input-holder .ui-slider input.ui-slider-input {
        font-size: 16px;
        line-height: 28px;
        font-weight: bold;
        color: #222;
        width: 66px;
        padding: 0;
        margin: 0;
        text-align: right;
        display: inline-block;
        float: none;
        height: 28px; }
      .financing-item .input-holder .ui-slider .ui-slider-track {
        position: absolute;
        top: 64px;
        left: 18px;
        right: 18px;
        margin: 0 5px; }
    .financing-item .input-holder .suffix {
      display: block;
      position: absolute;
      top: 19px;
      right: 26px;
      font-size: 12px;
      line-height: 28px;
      color: #777; }

.financing-total {
  position: relative;
  padding: 18px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9; }
  .financing-total::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .financing-total label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold; }
  .financing-total .result {
    display: block;
    float: right;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold; }
    .financing-total .result em {
      font-style: normal;
      font-weight: normal;
      font-size: 16px; }

.financing-note {
  padding: 18px;
  font-size: 12px;
  line-height: 20px;
  color: #444; }
  .financing-note em {
    color: #777; }

.financing-result {
  position: relative; }

.financing-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(249, 249, 249, 0.8);
  opacity: 0;
  transition: 0.3s; }
  .financing-overlay .financing-overlay-content {
    font-size: 12px;
    line-height: 20px;
    color: #444;
    position: absolute;
    top: 50%;
    left: 18px;
    right: 18px;
    transform: translateY(-50%); }
    .financing-overlay .financing-overlay-content h4 {
      padding: 0;
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
      padding-bottom: 20px;
      text-transform: uppercase; }

.financing-result.on .financing-note, .financing-result.on .financing-note em, .financing-result.on .financing-total label, .financing-result.on .financing-total .result, .financing-result.on .financing-total .result em {
  color: transparent;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }

.financing-result.on .financing-overlay {
  opacity: 1;
  transition: 0.3s; }

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow: auto;
  background: rgba(0, 0, 0, 0.1); }
  .popup-overlay .popup {
    position: relative;
    background: #f6f6f6;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
  .popup-overlay .popup.large {
    max-width: 560px; }
  .popup-overlay .popup .popup-header {
    padding: 17px 20px 17px 20px;
    background: #f6f6f6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .popup-overlay .popup .popup-title {
    display: block;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #111; 
    font-weight:600;}
  .popup-overlay .popup .close {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 32px;
    text-align: center;
    transition: 0.3s;
    color: #666; }
  .popup-overlay .popup .msgError {
    color: #ff0000;
    padding-bottom: 10px; }
  .popup-overlay .popup .popup-body {
    padding: 18px 20px; }
  .popup-overlay .popup .popup-footer {
    background: #f6f6f6;
    padding: 15px 20px 20px 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .popup-overlay .popup .popup-footer::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .popup-overlay .popup .popup-footer .cta {
      float: left; }
      .popup-overlay .popup .popup-footer .cta.no-bg {
        float: right; }
    .popup-overlay .popup .popup-footer .note {
      display: block;
      font-size: 12px;
      font-style: italic;
      line-height: 20px;
      color: #777;
      padding-bottom: 27px; }
      .popup-overlay .popup .popup-footer .note a {
        color: #777; }
  .popup-overlay .copy-confirm {
    display: none;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    background: rgba(0, 0, 0, 0.7);
    height: 41px;
    font-size: 16px;
    line-height: 41px;
    color: #fff;
    padding: 0 15px 0 15px;
    border-radius: 3px;
    text-align: center;
    right: 50px; }

.input-group {
  padding: 0px 0 7px 0; }
  .input-group label {
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    color: #999; }
  .input-group input, .input-group select, .input-group textarea {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding: 11px;
    border: 1px solid #ddd;
    border-radius: 0px;
    width: 100%;
    background: #fff;
    border-radius: 3px; }
    .input-group input.error, .input-group select.error, .input-group textarea.error {
      border-color: #ff0000;
      background: #ff8d8d; }
  .input-group .input-chk {
    position: relative;
    padding-top: 7px; }
    .input-group .input-chk input {
      display: none; }
    .input-group .input-chk label {
      position: relative;
      display: block;
      padding-left: 25px;
      font-size: 14px;
      line-height: 25px;
      color: #444; }
    .input-group .input-chk label strong {
      font-weight: 500; }
    .input-group .input-chk label em {
      display: block;
      font-weight: 400;
      margin-top: -6px;
      opacity: 0.8;
      font-style: normal;
      padding-bottom: 4px; }
    .input-group .input-chk label::before {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #ddd;
      border-radius: 0px;
      background: #fff;
      color: #fff;
      line-height: 13px;
      text-align: center; }
    .input-group .input-chk.error label {
      color: #ff0000; }
    .input-group .input-chk input[type=checkbox]:checked + label::before {
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      font-size: 11px;
      border-color: #ed1c24;
      background: #ed1c24; }
  .input-group .singleselect .input-chk label::before {
    border-radius: 50%; }
  .input-group .input-control {
    position: relative; }
    .input-group .input-control.copy a {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      height: 47px;
      text-align: center;
      line-height: 47px;
      background: #f79f4a;
      /* Old browsers */
      background: -moz-linear-gradient(top, #f79f4a 0%, #f26b3a 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #f79f4a 0%, #f26b3a 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #f79f4a 0%, #f26b3a 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79f4a', endColorstr='#f26b3a',GradientType=0 );
      /* IE6-9 */
      color: #fff;
      font-size: 20px;
      width: 47px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }

.card-content .input-group textarea {
  min-height: 150px; }

.shares {
  padding-top: 10px; }
  .shares::after {
    display: block;
    content: '';
    float: none;
    clear: both; }
  .shares div {
    float: left;
    margin-right: 10px;
    float: left;
    width: 60px;
    height: 46px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    background: #0997de;
    background: -moz-linear-gradient(top, #0997de 0%, #126fc8 100%);
    background: -webkit-linear-gradient(top, #0997de 0%, #126fc8 100%);
    background: linear-gradient(to bottom, #0997de 0%, #126fc8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0997de', endColorstr='#126fc8',GradientType=0 );
    cursor: pointer; }
  .shares div.whatsapp {
    background: #00ea72;
    background: -moz-linear-gradient(top, #00ea72 0%, #00d467 100%);
    background: -webkit-linear-gradient(top, #00ea72 0%, #00d467 100%);
    background: linear-gradient(to bottom, #00ea72 0%, #00d467 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ea72', endColorstr='#00d467',GradientType=0 ); }
  .shares div.facebook {
    background: #507ac2;
    background: -moz-linear-gradient(top, #507ac2 0%, #405799 100%);
    background: -webkit-linear-gradient(top, #507ac2 0%, #405799 100%);
    background: linear-gradient(to bottom, #507ac2 0%, #405799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507ac2', endColorstr='#405799',GradientType=0 ); }
  .shares div.twitter {
    background: #76ccf7;
    background: -moz-linear-gradient(top, #76ccf7 0%, #5caaee 100%);
    background: -webkit-linear-gradient(top, #76ccf7 0%, #5caaee 100%);
    background: linear-gradient(to bottom, #76ccf7 0%, #5caaee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ccf7', endColorstr='#5caaee',GradientType=0 ); }
  .shares div.email {
    background: #a1a1a1;
    background: -moz-linear-gradient(top, #a1a1a1 0%, #7e7e7e 100%);
    background: -webkit-linear-gradient(top, #a1a1a1 0%, #7e7e7e 100%);
    background: linear-gradient(to bottom, #a1a1a1 0%, #7e7e7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#7e7e7e',GradientType=0 ); }
  .shares div i {
    line-height: 47px;
    font-size: 20px; }

.card-tabs::after {
  content: '';
  display: block;
  float: none;
  clear: both;
  height: 0; }

.card-tabs a {
  display: block;
  float: left;
  width: 33.33%;
  background: #eaeaea;
  color: #888;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 0 18px 0; }
  .card-tabs a.active {
    background: #fff;
    color: #444; }

.panel {
  display: none; }
  .panel.active {
    display: block; }
  .panel .options .col.xl12:first-child h4 {
    border-top: none;
    padding-top: 0; }
  .panel .options h4 {
    border-top: 1px solid #eaeaea;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    padding: 25px 30px 10px 30px;
    margin: 0 -30px 0 -30px; }
  .panel .options ul {
    margin: 0;
    padding: 0;
    padding-bottom: 20px; }
  .panel .options ul li {
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 6px;
    color: #444;
    list-style: none; }
  .panel .options ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 6px;
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    color: #feea19; }

.car-nav a {
  font-size: 20px;
  color: #777;
  display: inline-block;
  width: 29px;
  text-align: center; }
  .car-nav a i {
    font-size: 20px; }
  .car-nav a:first-child {
    text-align: left; }
  .car-nav a:last-child {
    text-align: right; }

.block {
  display: flex;
  background: #fff;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap; }
  .block::after {
    display: block;
    clear: both;
    width: 0;
    height: 0;
    float: none;
    content: ''; }
  .block .img {
    flex: 0 0 50%;
    order: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 50%; }
    .block .img img {
      visibility: hidden;
      display: block;
      width: 100%; }
  .block .text {
    flex: 0 0 50%;
    order: 1;
    align-self: center;
    box-sizing: border-box;
    padding: 40px;
    font: normal normal normal 14px/24px "Roboto", Arial, Helvetica, sans-serif;
    float: right;
    width: 50%;
    color: #444; }
    .block .text h1 {
      padding-top: 0; }
    .block .text h2 {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: #444;
      margin: 0;
      font-size: 20px;
      line-height: 28px;
      padding: 0 0 20px 0; }
  .block.right .img {
    order: 1;
    float: right; }
  .block.right .text {
    order: 0;
    float: left; }
  @media all and (max-width: 801px) {
    .block .img, .block .text, .block.right .img, .block.right .text {
      flex: 0 0 100%;
      float: none;
      width: 100%;
      order: 0; } }

.map-holder {
  padding-top: 30%;
  min-height:160px;
  position: relative; }
  .map-holder .map {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 3px; }

.mob-btn, .sort-btn {
  float: left;
  margin-right: 0px;
  height: 32px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 20px;
  color: #777;
  text-decoration: none;
  text-align: center;
  display: none;
  padding-top: 10px; }
.mob-btn{
	height:auto;
	    padding-bottom: 10px;
    margin-right: -10px;
    padding-right: 10px;
}
.sort-btn {
padding-top:0;
}
.pull-right.rel .mob-btn{
padding-top:0;
padding-bottom:0;
}
  @media all and (max-width: 800px) {
    .mob-btn, .sort-btn {
      display: block;
      float: right; } }

.mob-search-header {
  display: none;
  padding: 12px;
  padding-top: 1.59722%;
  padding-bottom: 1.04167%;
  position: relative; }
  .mob-search-header .mob-search-title {
    font-size: 26px;
    line-height: 38px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300; }
  .mob-search-header .mob-search-btns {
    position: absolute;
    top: 0;
    right: 12px;
    padding-top: 1.59722%;
    line-height: 38px; }
    .mob-search-header .mob-search-btns a {
      display: inline-block;
      line-height: 38px;
      font-size: 16px;
      color: #777;
      padding-left: 20px; }

.mob-btns {
  display: none; }
  .mob-btns a {
    display: block;
    line-height: 38px;
    font-size: 16px;
    color: #777;
    padding-left: 20px; }

.sort-pnl {
  margin-top: -12px; }
  .sort-pnl .sort-header {
    display: none; }
  .sort-pnl .list-sorter {
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    width: 170px;
    margin-left: 6px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    color: #777; }
    .sort-pnl .list-sorter select {
      display: block;
      width: 100%; }
  .sort-pnl .select2-container {
    font-size: 13px;
    border-radius: 0;
    width: 100% !important; }
    .sort-pnl .select2-container .select2-selection--single {
      height: 40px;
      border: none;
      border-radius: 0px; }
      .sort-pnl .select2-container .select2-selection--single .select2-selection__rendered {
		font-family:Roboto;
		font-weight:normal;
		text-transform:none;
		color:#444;
        line-height: 40px;
}
      .sort-pnl .select2-container .select2-selection--single .select2-selection__arrow {
        height: 38px; }
        .sort-pnl .select2-container .select2-selection--single .select2-selection__arrow b {
          border: none;
          width: 100%;
          left: 0;
          margin-top: -11px;
          text-align: center; }


.rel {
  position: relative;
  z-index: 9; }

.to-top {
  z-index: 9;
  position: relative; }

.mob-menu-btn {
  display: none;
  line-height: 40px;
  font-size: 20px;
  color: #777;
  float: right;
  padding-top: 10px;
  padding-left: 20px; }

.paging-holder {
  text-align: center; }
  .paging-holder .paging {
    display: inline-block; }
    .paging-holder .paging .pages {
      float: left; }
    .paging-holder .paging a {
      display: block;
      float: left;
      height: 45px;
      width: 45px;
      line-height: 43px;
      text-align: center;
      background: #fff;
      margin: 0 2px 0 3px;
      font-size: 14px;
      color: #777;
      text-decoration: none; }
      .paging-holder .paging a.active {
        color: #111;
        background: #fceb18; }

@media all and (max-width: 1450px) {
  .search {
    padding: 0 5px; }
 }

@media all and (min-width: 801px) {
  .search {
    display: block !important; } }

@media all and (max-width: 800px) {
  .mob-hide {
    display: none; }
  header {
    height: 60px; }
    header .logo {
          padding-top: 15px;
    padding-left: 5px; }
    header .mob-menu-btn {
      display: block; }
    header nav {
      display: none;
      background: #fff;
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      transform: none;
      text-align: left;
	  bottom:0;
	  overflow:scroll;
				}
      header nav a {
        display: block;
        padding: 15px;
        float: none;
        border-top: 1px solid #ccc;
        margin: 0;
        color: #444; }
        header nav a.active {
          border-bottom: none;
          color: #fceb18; }
  content, content.pt-m {
    padding-top: 60px; }
  .mob-margin-top {
    padding-top: 50px; }
  .mob-abs {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px; }
  .car-nav {
    background: #fff;

    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }
    .car-nav::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .car-nav a {
      text-align: center;
      width: 33%;
      border-left: 1px solid #e2e2e2;
      display: block;
      float: left;
      line-height: 34px; }
      .car-nav a:first-child {
        text-align: center;
        border-right: none; }
      .car-nav a:last-child {
        text-align: center; }
  .search {
    display: block;
    position: relative;
    background: #f7f7f7;
    left: 0;
    right: 0;
    z-index: 10; }
    .search .search-col {
      width: 100%;
      float: none;
      padding: 0 0 4px 0; }
      .search .search-col::after {
        content: '';
        display: block;
        float: none;
        clear: both;
        height: 0; }
    .search .cc, .search.on .cc {
      padding: 12px 7px; }
    .search .mob-search-header {
      display: block; }
    .search .search-btns {
      position: relative;
		top:0;
      padding: 0; }
      .search .search-btns a {
        width: 100%;
		height:46px;
		line-height:46px}
        
        .search .search-btns a span {
          display: inline; }
      .search .search-btns a.reset {
        display: none; }
.search .search-col .select2-container .select2-selection--single {
    line-height: 46px;
    height: 46px;
    border: none;
}
.search .search-col .select2-container .select2-selection--single .select2-selection__rendered{
	line-height:46px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 28px;
}
  .mob-btns {
    display: block;
    float: left; }
  .cars {
    padding: 0; }
.sort-pnl {
    display: none;
    position: absolute;
    background: #fff;
    padding: 12px;
    top: 10px;
    right: 0;
    min-width: 200px; }
  .sort-pnl {
    display: none;
    margin-top: 0px;
    position: fixed;
    top: 0px;
    left: -10px;
    right: -10px;
    background: #f7f7f7;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    z-index: 99;
    overflow: auto;
    padding: 12px;
    padding-top: 1.59722%; }
.sort-btn {
    display: block; }
    .sort-pnl .sort-header {
      display: block;
      color: #222;
      font-size: 20px;
      line-height: 30px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: normal;
      padding-bottom: 15px; }
      .sort-pnl .sort-header a.close {
        display: block;
        float: right;
        font-size: 16px;
        color: #777;
        line-height: 30px;
        padding-top: 5px; }
    .sort-pnl .list-sorter {
      display: block;
	width:100%;
      margin-left: 0;
      padding-bottom: 5px;
      box-shadow: none; }
    .sort-pnl .select2-container .select2-selection--single {
      border: 1px solid #ccc; }
}

@media all and (max-width: 576px) {
  .picture-viewer {
    padding-top: 68.2%; }
    .picture-viewer .img.main {
      width: 100%; }
    .picture-viewer .img.thumb {
      display: none; }
    .picture-viewer .img.rest {
      bottom: 12px;
      height: auto;
      right: 12px;
      width: auto;
      text-decoration: none;
      min-width: 40px;
      text-align: center; }
      .picture-viewer .img.rest img {
        display: none; }
      .picture-viewer .img.rest .img-overlay {
        position: relative;
        border-radius: 3px;
        padding: 8px; }
        .picture-viewer .img.rest .img-overlay em {
          position: relative;
          line-height: 18px;
          font-size: 14px; }
  .cc.mob-np {
    padding: 0; }
    .cc.mob-np h1 {
      padding-left: 10px; }
  .detail .car-price {
    padding: 12px; }
    .detail .car-price .price {
      line-height: 20px; }
      .detail .car-price .price strong {
        display: block;
        line-height: 46px; }
  .detail .specs-row {
    padding: 6px 12px 3px 12px; }
    .detail .specs-row label, .detail .specs-row span {
      float: none;
      width: 100%; }
    .detail .specs-row label {
      font-size: 11px;
      line-height: 15px; }
    .detail .specs-row span {
      line-height: 20px; }
  .actions .action {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1px; }
  .acc-btn {
    display: block; }
  .card .card-content {
    padding: 12px; }
  .panel .options ul {
    padding-bottom: 0; }
  .panel .options h4 {
    margin-top: 20px; } }

.band {
  position: absolute;
  top: 55px;
  left: 0px;
  background: #ff0000;
  width: 110px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: left bottom 0px; }
  .band.new {
    background: #0997de; }
  .band.promo {
    background: #f79f4a; }

.content {
  padding-top: 20px;
  padding-bottom: 20px; }

.subnav {
  padding-right: 13px; }
  .subnav a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    color: #777;
    position: relative;
    text-decoration: none; }
    .subnav a.active {
      color: #222;
      border-bottom: 3px solid #fceb18; }

.grid-sizer, .grid-item {
  width: 33.33%;
  padding: 6px; }
  @media all and (max-width: 680px) {
    .grid-sizer, .grid-item {
      width: 50%; } }
  @media all and (max-width: 480px) {
    .grid-sizer, .grid-item {
      width: 100%; } }

.pp-small p {
  padding-bottom: 12px; }

.mobile-hide {
  display: block; }

.desktop-hide {
  display: none; }

@media all and (max-width: 600px) {
  .desktop-hide {
    display: block; }
  .mobile-hide {
    display: none; } }

.img-block {
  display: block;
  width: 100%; }

.cookie-holder {
  width: 100%;
  max-width: 548px;
  padding: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1000; }
  .cookie-holder .cookie-banner {
    position: relative;
    border-radius: 3px;
    background: #f7f7f7;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 18px;
    padding-right: 170px;
    font-size: 14px;
    line-height: 20px; }
    .cookie-holder .cookie-banner p {
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 10px; }
    .cookie-holder .cookie-banner a {
      font-size: 14px;
      line-height: 20px;
      text-decoration: underline; }
    .cookie-holder .cookie-banner .btn-accept {
      position: absolute;
      top: 50%;
      right: 22px;
      transform: translateY(-50%); }
      .cookie-holder .cookie-banner .btn-accept a {
        display: inline-block;
        padding: 13px 20px;
        min-width: 132px;
        line-height: 24px;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
        text-align: center; }

ol{
padding-left:18px;
font-size:14px;
}

.mobile-sub{
display:none;
}

@media all and (max-width:800px){
.mobile-med-hide{display:none;}
.mobile-sub{
	display:block;
	margin-top:-10px;
}
	nav div.mobile-sub a{
    text-transform: none;
		border-top: none;
    	padding: 10px 15px 10px 35px;
	}
}

.search-title{display:none;}

.search-title h3{
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
	text-transform:uppercase;
	padding:0;
	margin:0;
	font-size: 18px;
    line-height: 60px;
	color:#111;
}
.search-title .search-close{
display:none;
position:absolute;
top:0;
right:0;
width:40px;
text-align:center;
font-size:18px;
color:#444;
line-height:60px;
}
@media all and (max-width:800px)
{
.search-title{display:none;position:relative;}
}
.g10{
	padding:10px 0;
	margin:0 -10px;
			}
.grid{}
.grid .grid-sizer,
.grid .grid-item { width: 33.33%;padding:10px;}
/* 2 columns */
.grid .grid-item--width2 { width: 66.66%; }

.bordered-box{
background:#fff;
}

.bordered-box img{
display:block;
width:100%;
}
.box-content{
padding:10px;
}

.page{
background:#fff;
max-width:1080px;
padding:0 10px 20px 10px;
margin:0 auto 34px auto;
}



h1.step, h2.step{
line-height:34px;
font-size:20px;
margin:0;
position:relative;
padding:0 0 20px 0;
}
h1.step strong, h2.step strong{
line-height:30px;
text-transform:uppercase;
font-size:20px;
color:#444;
font-weight:600;
padding: 20px;
border-bottom: 1px solid #ddd;
margin:0 -20px 10px -20px;
display:block;
}
h1.step p, h2.step p, .page h3 p{
line-height:20px;
text-transform:none;
font-size:14px;
color:#444;
font-weight:400;
padding-bottom:0px;
}
h1.step em, h2.step em{
display:block;
position:absolute;
top:4px;
left:-58px;
height:40px;
width:40px;
border-radius:20px;
line-height:40px;
font-size:26px;
font-weight:normal;
font-style:normal;
text-align:center;
color:#fff;
background:#333;
display:none;
}
.page h3{
padding:0 0 11px 0;
margin:0;
}
.page h3 strong{
display:block;
margin:0;
padding:19px 0 11px;
text-transform:uppercase;
line-height:24px;
font-size:16px;
font-weight:500;
}

.fileinput-button 
{
    display:inline-block;position: relative;overflow: hidden;height :45px;line-height:45px;
    padding:0 20px;text-transform:uppercase;text-decoration:none;margin:0 0 20px 0;
}
.fileinput-button input {
  position: absolute;top: 0;right: 0;margin: 0;opacity: 0;filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);font-size: 23px;direction: ltr;cursor: pointer;
}
.thumbs::after{
content:'';display:block;float:none;clear:both;
}
.thumbs div.img {
    float: left;display: block;width: 108px;height: 88px;margin: 0 2px 2px 0;position:relative;
}
.thumbs div.img a{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background: rgba(0,0,0,0.5);
    font-size: 24px;
	opacity:0;
	transition:0.3s;
}
.thumbs div.img:hover a{
opacity:1;
	transition:0.3s;
}
.progress{
height:15px;
position:relative;
margin:0 0 5px 0;
	}
.progress .progress-bar{
float:left;
height:15px;
background:#b92434;
}

@media all and (max-width: 576px){
.cc.p-left-medium{
padding-left:10px;
}
h1.step em, h2.step em{
position: relative;
    left: auto;
    display: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    top: 0;
}
}

.input-group::after{
content:'';
display:block;
float:none;
clear:both;
}
.input-group .input-half{
width:50%;
float:left;
position:relative;
}

.input-group .suffix{
position: absolute;
    top: 17px;
    right: 2px;
    height: auto;
    bottom: 7px;
    width: 40px;
    border-left: 1px solid #ddd;
    line-height: 46px;
    text-align: center;
    font-size: 13px;
    color: #999;
}
.input-group .input-half .suffix{
bottom:0;
}
.input-group .suffix.dynamic{
    width: auto;
    padding: 0 10px;
}
.cta.fileinput-button{
background: #fff;
    border: 1px solid #303030;
    color: #303030;
    line-height: 43px;
}

.purchase-contact-holder{
text-align:center;
}
.purchase-contact-holder h2{
text-align:center;
font-weight:500;
font-size:20px;
line-height:30px;
}
.purchase-contact{
display:inline-block;
position:relative;
padding-left:140px;
}
.purchase-contact img{
display:block;
width:120px;
height:120px;
border-radius:60px;
object-fit:cover;
position:absolute;
top:0;
left:0;
}
.contact-content{
text-align:left;
padding-top:10px;
padding-bottom:10px;
}

.contact-content strong, .contact-content a{
display:block;
}

.contact-data{
padding-top:10px;
}

.contact-data a{
color:#0072bc;
text-decoration:none;
}

.accepted{
text-transform:uppercase;
font-weight:500;
}

.page.white.m-neg{
border-bottom:none;
margin-bottom:-20px;
padding-bottom:40px;
}
.input-group .input-half input{
border-right:none;
}
	
.input-group .input-half:last-child input {
    margin-top: 17px;
	border-left:none;
	border-right:1px solid #ccc;
}

.page.grey.tc{
background:none;
text-align:center;
}
h1.tc{
text-align:center;
}

.input-chk {
  position: relative;
  padding-top: 7px; }
  .input-chk input {
    display: none; }
  .input-chk label {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #222; }
    .input-chk label strong {
      font-weight: 500; }
    .input-chk label em {
      display: block;
      font-weight: 400;
      margin-top: -6px;
      opacity: 0.8;
      font-style: normal;
      padding-bottom: 4px; }
    .input-chk label::before {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 1px solid #e5e5e5;
      border-radius: 3px;
      background: #fff;
      color: #fff;
      line-height: 13px;
      text-align: center; }
  .input-chk.error label, .input-chk.error label a {
    color: #ff0000 !important; }
  .input-chk.error label::before {
    border-color: #ff0000; }
  .input-chk input[type=checkbox]:checked + label::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    border-color: #333;
    background: #333; }

.input-group.error label{
color:#ff0000;
}
.input-group.error input, .input-group.error .select2-container--default .select2-selection--single{
			border-color:#ff0000;
}
.input-group.suffix{
position:relative;
}
.min-space{
min-height:300px;
}

.tc, .tc h1, .tc p{
text-align:center;			
					}


















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
