/* 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: -10px;
  margin-left: -10px; }
  .row.no-neg {
    margin-right: 0;
    margin-left: 0; }

.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: 10px;
  -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: 10px; }

.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;
  font-family: "Inter", sans-serif; }

* {
  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/26px "Inter", sans-serif;
  color: #333;
}
body{
	overflow-x:hidden;	
	}

a {
  color: #444; }
  a:hover {
    color: #114c9b; }

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

p + ul {
  margin-top: -16px; }

.hidden {
  height: 0;
  overflow: hidden; }

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

.cc {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto 0 auto;
  padding: 0 20px 0 20px; }
  .cc.small {
    max-width: 690px; }
  .cc.medium {
    max-width: 836px; }

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

.logo {
  display: block;
  float: left;
  padding-top: 20px; }
  .logo img {
    display: block;width:100%; }

body {
  background: #f2f2f2; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #fff;
  z-index: 11;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }
  header .cc {
    position: relative; }
  header nav {
    display: block;
    position: absolute;
    top: 29px;
    right: 9px;
    text-align: center;
    white-space: nowrap; }
    header nav a {
      display: inline-block;
      font: normal normal bold 16px/22px "Inter", sans-serif;
      color: #333;
      padding: 10px 0 5px 0;
      margin: 0 11px 0 11px;
      text-decoration: none;
      transition: 0.3s;
      text-transform: uppercase; }
      header nav a:hover {
        color: #114c9b; }
      header nav a.active {
        border-bottom: 3px solid #114c9b;
        color: #114c9b; }
    header nav.nav-right {
      transform: none;
      left: auto;
      right: 0; }
    header nav .ddl-holder {
      position: relative;
      display: inline-block;
      font: normal normal bold 16px/22px "Inter", sans-serif; }
      header nav .ddl-holder a {
        font-size: 16px;
        margin: 0;
        padding: 0;
        padding-right: 10px; }
        header nav .ddl-holder a i {
          padding-left: 8px; }
      header nav .ddl-holder .dropdown {
        display: none;
        float: none;
        background: #fff;
        position: absolute;
        top: 32px;
        left: 0px;
        width: auto;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1); }
        header nav .ddl-holder .dropdown a {
          margin: 0;
          float: none;
          padding: 10px 15px 10px 15px;
          border-bottom: 1px solid #d6d6d6;
          white-space: nowrap;
          display: block;
          color: #333; }

content {
  position: relative;
  padding-top: 100px;
  padding-bottom:10px;
  background: #f9f9f9; }

.banner-holder {
  position: relative;
  padding-top: 37.33333%; }
  .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;
      background: rgba(0, 0, 0, 0.5);
	  padding-top: 2.125%;
      text-align: center; }
@media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
			padding-top: 30px;
			} }
      .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
		padding:0;
        padding-bottom: 2.125%;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 2.5vw;
        line-height: 3.61111vw;
        color: #fff;
        text-transform: uppercase; }
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 36px;
            line-height: 52px;
        padding-bottom: 30px;
			} }
        @media all and (max-width: 720px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 20px;
            line-height: 32px; } }
      .banner-holder .banner .banner-overlay a {
        display: inline-block;
        margin-bottom: 2.125%;
        padding: 14px 30px;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 1.38889vw;
        line-height: 1.80556vw;
        color: #fff;
        border: 2px solid #fff;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
        background: rgba(0, 0, 0, 0.3); }
        .banner-holder .banner .banner-overlay a:hover {
          transition: 0.5s;
          color: #222;
          border-color: #fff;
          background: #fff; }
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay a {
            font-size: 20px;
            line-height: 26px; 
			margin-bottom: 30px} }
        @media all and (max-width: 980px) {
          .banner-holder .banner .banner-overlay a {
            border-width: 3px;
            font-size: 13.5px;
            line-height: 21px;
            padding: 8px 20px; } }
        @media all and (max-width: 720px) {
          .banner-holder .banner .banner-overlay a {
            border-width: 2px; } }

.cta {
  display: inline-block;
  padding: 14px 23px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  border: 2px solid #777;
  background: #fff;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s; }
  .cta.no-bg {
    border: 3px solid #fff;
    color: #333;
    background: #fff; }
  .cta:hover, .cta.no-bg:hover {
    background: #222;
    border-color: #222;
    color: #fff;
    transition: 0.3s; }

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

h2 {
  padding-top: 2.91667%;
  padding-bottom: 1.94444%;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 3.125vw;
  color: #333;
  text-transform: uppercase;
  letter-spacing:1px;}
  @media all and (min-width: 1440px) {
    h2 {
      padding: 42px 0 28px 0;
      font-size: 36px;
      line-height: 45px; } }
  @media all and (max-width: 930px) {
    h2 {
      font-size: 26px;
      line-height: 38px; } }

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

.card {
  background: #fff; }
  .card.border {
    margin-bottom: 24px;
    border: 1px solid #e6e6e6; }
  .card .card-header {
    padding: 23px 23px 0px 23px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .card .card-header h2 {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #444;
      margin: 0;
      padding: 0; }
    .card .card-header + .card-content {
      margin-top: -20px; }
  .card .card-content {
    padding: 30px; }
    .card .card-content hr {
      margin: 0 -30px 0 -30px; }
    .card .card-content h2 {
      padding: 0px 0 24px 0;
      font: normal normal 600 20px/24px "Inter", sans-serif;
      color: #333;
      margin: 0;
      text-transform: uppercase; }
    .card .card-content .card-sub-header h2 {
      font-family: "Inter", sans-serif;
      font-size: 15px;
      line-height: 20px;
      color: #333;
      font-weight: 500; }
    .card .card-content h3 {
      padding: 0 0 8px 0;
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 15px;
      line-height: 20px;
      color: #333;
      font-weight: 600; }
    .card .card-content.hours label {
      display: inline-block;
      min-width: 165px; }

.cars {
  padding: 0 0 10px 0; }
  .cars .card {
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative; }
    .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 .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(17, 76, 155, 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: #fff;
        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 70px 15px; }
    .cars .car-content h3 {
      min-height: 48px;
      padding: 0 0 8px 0;
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 15px;
      line-height: 20px;
      color: #114c9b;
      font-weight: 600;
      text-transform: uppercase; }
      .cars .car-content h3 strong, .cars .car-content h3 .new-line {
        display: block;
        font-weight: 700;
        color: #333; }
    .cars .car-content .specs {
      font-family: "Inter", sans-serif;
      font-size: 13px;
      line-height: 26px;
      color: #333;
      font-weight: 300; }
      .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 .card.no-price .car-content {
    padding: 15px 15px 15px 15px; }
  .cars .car-price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e2e2e2;
    padding: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    line-height: 30px; }
    .cars .car-price em {
      font-size: 13px;
      font-style: normal;
      font-weight: 300; }
  .cars .car-cta {
    display: none; }

footer {
  background: #f2f2f2; }
  footer .newsletter {
    background: #fff;
    padding-top: 2.77778%;
    padding-bottom: 3.47222%;
    text-align: center; }
    @media all and (min-width: 1440px) {
      footer .newsletter {
        padding: 40px 0 50px 0; } }
    footer .newsletter h2 {
      margin: 0;
      padding: 0;
      padding-bottom: 1.52778%;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 2.08333vw;
      line-height: 2.77778vw;
      color: #333; }
      @media all and (min-width: 1440px) {
        footer .newsletter h2 {
          font-size: 30px;
          line-height: 40px;
          padding-bottom: 22px; } }
      @media all and (max-width: 960px) {
        footer .newsletter h2 {
          font-size: 20px;
          line-height: 30px; } }
    footer .newsletter p {
      font-family: "Inter", sans-serif;
      font-weight: normal;
      color: #333;
      font-size: 15px;
      line-height: 26px;
      margin: 0;
      padding: 0 0 26px 0; }
    footer .newsletter a {
      display: inline-block;
      padding: 22px 30px;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 24px;
      border: 1px solid #114c9b;
      background: #114c9b;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.3s; }
  footer .footer {
    padding-top: 2.77778%;
    padding-bottom: 4.51389%; 
	background-color: #eee; }
	
    @media all and (min-width: 1440px) {
      footer .footer {
        padding: 40px 0 65px 0; } }
    footer .footer h3 {
      font-family: "Inter", sans-serif;
      font-size: 20px;
      line-height: 30px;
      padding: 0;
      margin: 0;
      color: #444;
      font-weight: 400;
      padding-bottom: 15px; }
    footer .footer p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 30px;
      padding: 0;
      margin: 0;
      color: #444; }
      footer .footer p a {
        color: #444; }
      footer .footer p.contact a {
        text-decoration: none;
        line-height: 30px; }
      footer .footer p.contact i {
        font-size: 16px;
        line-height: 30px;
        width: 35px;
        color: #114c9b; }
      footer .footer p.contact.social a {
        display: block; }
      footer .footer p.contact.social i {
        font-size: 20px; }
    footer .footer .f-part {
      padding-left: 30px; }
      @media (max-width: 720px) {
        footer .footer .f-part {
          padding-left: 15px; } }
      @media (max-width: 650px) {
        footer .footer .f-part {
          padding-left: 5px; } }
    footer .footer .t-spacer {
      padding-top: 30px; }
      @media (max-width: 576px) {
        footer .footer .t-spacer {
          padding-top: 0; } }

.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;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  .search::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .search .cc {
    padding: 5px 15px;
    position: relative; }
    .search .cc::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
  .search.on .cc {
    padding-right: 70px; }
  .search.on .search-btns a.reset {
    display: block; }
  .search .search-col {
    width: 20%;
    float: left;
    padding: 10px 5px; }
    .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: 45px;
      border: 1px solid #e2e2e2; }
  .search .search-btns {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px; }
    .search .search-btns::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .search .search-btns a {
      display: none;
      float: left;
      width: 50px;
      height: 45px;
      text-align: center;
      background: #114c9b;
      color: #fff;
      line-height: 45px;
      font-size: 16px;
      text-decoration: none; }
      .search .search-btns a.reset {
        display: none;
        background: none;
        color: #777; }
      .search .search-btns a span {
        display: none; }

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

h1 {
  padding-top: 4%;
  padding-bottom: 4%;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 3.33333vw;
  color: #333;
  text-transform: uppercase;
  letter-spacing:1px;
}
  h1 em {
    display: block;
    font-weight: 500;
    font-style: normal;
    color: #114c9b;
    font-size: 24px;
    line-height: 30px; }
  @media all and (min-width: 1440px) {
    h1 {
	  margin-top:10px;
      padding-left: 0;
	  padding-right: 0;
	  padding-top: 4%;
  	  padding-bottom: 4%;
      font-size: 36px;
      line-height: 48px; } }
  @media all and (max-width: 930px) {
    h1 {
      font-size: 26px;
      line-height: 38px; } }
 @media all and (max-width: 800px) {
    h1 {
      padding-top: 30px;
  	  padding-bottom: 30px; } }
.title-group {
margin-top:10px;
  padding-top: 4%;
  padding-bottom: 4%;
  position: relative; }
  .title-group h1 {
	margin-top:0;
    padding-top: 0;
    padding-bottom: 0; }
.title-group .car-nav {
    padding-top: 4%;
    position: absolute;
    top: 0;
    right: 0; }

 @media all and (max-width: 800px) {
.title-group {
      padding-top: 30px;
  	  padding-bottom: 30px; }
.title-group .car-nav {
        padding-top: 30px; }				
}
		
h1 + div.cars {
  margin-top: -15px; }

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

.picture-viewer {
  position: relative;
  padding-top: 45.7%;
  overflow: hidden; }
  .picture-viewer.full {
    padding-top: 68%; }
  .picture-viewer .img, .picture-viewer .img-holder {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box; }
  .picture-viewer .img-holder {
    top: 0;
    left: 0;
    right: 0; }
  .picture-viewer .img img {
    display: block;
    width: 100%;
    height: 100%; }
  .picture-viewer .img.main {
    top: 0;
    bottom: 0;
    left: 0;
    width: 67%; }
  .picture-viewer .img.thumb {
    top: 0;
    height: 50%;
    right: 0;
    width: 33%; }
  .picture-viewer .img.rest {
    bottom: 0;
    height: 50%;
    right: 0;
    width: 33%; }
    .picture-viewer .img.rest .img-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      transition: 0.1s; }
      .picture-viewer .img.rest .img-overlay em {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font: normal normal 500 40px/40px "Inter", sans-serif;
        color: #fff;
        text-align: center;
        left: 0;
        right: 0; }
    .picture-viewer .img.rest:hover .img-overlay {
      background: rgba(0, 0, 0, 0.3);
      transition: 0.3s; }
  .picture-viewer .img.hidden {
    display: none; }

.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: #444;
    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: #333; }
  .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: 23px 20px 30px 20px;
border-bottom: 1px solid #eaeaea;
}
  .detail .car-price .price {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 46px;
    font-weight: 400;
    color: #231f20; }
    .detail .car-price .price strong {
      font-size: 30px;
      padding-right: 10px; }

.detail .specs-row {
  
  padding: 10px 0 10px 30px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #333; }
  .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 span {
    font-weight: 500; }

.actions.card {
  background: none; }

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

.actions .action {
  display: block;
  float: left;
  width: 33.33%;
  padding-right: 1px; }
  .actions .action:last-child {
    padding-right: 0; }
  .actions .action a {
    display: block;
    text-align: center;
    background: #fff;
    border: 2px solid #fff;
    padding: 19px 0 19px 0;
    color: #333;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s; }
    .actions .action a.primary {
      border-color: #222;
      background: #222;
      color: #fff; }
    .actions .action a:hover, .actions .action a.primary:hover {
      background: #fff;
      border-color: #777;
      color: #777;
      transition: 0.5s; }

.popup .popup-title {
  display: block;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #333; }

.popup .popup-body .form-actions {
  padding-top: 20px; }

.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: #fff;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: none; }
  .popup-overlay .popup.large {
    max-width: 560px; }
  .popup-overlay .popup .popup-header {
    padding: 17px 20px 17px 20px;
    background: #f9f9f9;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .popup-overlay .popup .popup-title {
    display: block;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #333; }
  .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-footer{
padding-top:20px;
}
  .popup-overlay .popup .popup-footer {
    background: #f9f9f9;
    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;
      background: #fff;
      padding: 12px 24px;
      border-width: 2px;
      color: #777; }
      .popup-overlay .popup .popup-footer .cta.no-bg {
        float: right;
        background: none;
        color: #ccc;
        border-color: #ccc; }
    .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 {
  position: relative;
  padding: 0;
  margin-bottom: 11px;
  border: 1px solid #e6e6e6;
  border-radius: 4px; }
  .input-group label {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.42857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.2s ease-out;
    font-size: 11px; }
  .input-group input, .input-group select, .input-group textarea {
    border: 1px transparent solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 11px;
    word-break: normal;
    line-height: inherit;
    transition: all 0.2s ease-out;
    color: #333;
    font-size: 14px;
    line-height: 22px; }
  .input-group.error {
    border-color: #ff0000; }
    .input-group.error label {
      color: #ff0000; }
  .input-group.notempty input, .input-group.notempty textarea {
    padding: 21px 11px 5px 11px; }
  .input-group.notempty label {
    transform: none;
    opacity: 0.8; }

.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: #333; }
  .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: 7px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #fff;
    color: #fff;
    line-height: 13px;
    text-align: center; }
  .input-chk.error label {
    color: #ff0000; }
  .input-chk input[type=checkbox]:checked + label::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    border-color: #114c9b;
    background: #114c9b; }

.chk-list .input-chk {
  padding-top: 0;
  margin-top: -7px;
  padding-bottom: 5px; }

.singleselect .input-chk label::before {
  border-radius: 50%; }

.input-control {
  position: relative; }
  .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: #eee;
  color: #888;
  font-family: "Inter", 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: #333; }

.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: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    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: #333;
    list-style: none; }
  .panel .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: 0;
    left: 0;
    color: #114c9b; }

.car-nav a {
  font-size: 20px;
  color: #777;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  background: #fff;
  min-width: 45px;
  line-height: 45px; }
  .car-nav a i {
    font-size: 20px; }

.block {
  display: flex;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  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 13px/22px "Inter", sans-serif;
    font-weight: 300;
    float: right;
    width: 50%;
    color: #333; }
    .block .text h2 {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      color: #333;
      margin: 0;
      font-size: 26px;
      line-height: 30px;
      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: 43.4%;
  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; }
  @media all and (max-width: 800px) {
    .mob-btn, .sort-btn {
      display: block; } }


.band {
  display: none; }

.acc-btn {
  display: none;
  text-decoration: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 16px 12px;
  line-height: 28px;
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
  margin-top: -1px; }
  .acc-btn i {
    float: right;
    font-size: 16px;
    color: #ccc;
    line-height: 28px; }
    .acc-btn i.fa-minus-circle {
      display: none; }
  .acc-btn.active {
    color: #333; }
    .acc-btn.active i.fa-minus-circle {
      display: block; }
    .acc-btn.active i.fa-plus-circle {
      display: none; }

.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: "Inter", 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: -8px; }
  .sort-pnl .sort-header {
    display: none; }
  .sort-pnl .list-sorter {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    width: 170px;
    margin-left: 6px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }
    .sort-pnl .list-sorter select {
      display: block;
      width: 100%; }
  .sort-pnl .select2-container {
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }
  .sort-pnl .select2-container .select2-selection--single {
    height: 40px;
    border: none;
    border-radius: 2px; }
  .sort-pnl .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px; }
  .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; }
  @media all and (max-width: 800px) {
    .sort-pnl {
      display: none;
      position: absolute;
      background: #fff;
      padding: 12px;
      top: 10px;
      right: 0;
      min-width: 200px; }
      .sort-pnl .sort-header {
        display: block;
        color: #222;
        font-size: 26px;
        line-height: 38px;
        font-family: "Multi","Roboto",Arial,Helvetica,sans-serif;
        font-weight: 300;
        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;
        margin-left: 0;
        padding-bottom: 5px;
        box-shadow: none; }
      .sort-pnl .select2-container .select2-selection--single {
        border: 1px solid #ccc;
        border-radius: 0; } }


.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;
      border: 1px solid #e2e2e2;
      margin: 0 2px 0 3px;
      font-size: 14px;
      color: #777;
      text-decoration: none; }
      .paging-holder .paging a.active {
        color: #114c9b;
        border-color: #114c9b; }

@media all and (max-width: 900px) {
  .search .cc {
    padding: 5px 114px 5px 9px; }
  .search .search-col {
    padding-left: 1px;
    padding-right: 1px; }
  .search .search-btns {
    padding: 5px 10px; } }

@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: 10px; 
				width: 120px;}
    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; 
		box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);		
				}
      header nav a {
        display: block;
        padding: 20px;
        float: none;
        border-top: 1px solid #ccc;
        margin: 0; }
        header nav a.active {
          border-bottom: none;
          color: #114c9b; }
  content {
    padding-top: 60px; }
  .mob-margin-top {
    padding-top: 50px; }
  .mob-abs {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px; }
.title-group{
	padding-top:90px;	
		}
.title-group .car-nav {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; 
	position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    padding-top: 0;
}
    .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;
	  padding:10px 0;
	  margin:0;
}
      .car-nav a:first-child {
        text-align: center;
        border-right: none; 
		border-left:none;}
      .car-nav a:last-child {
        text-align: center; 
 border-right: none;}
  .search {
    display: none;
    position: absolute;
    top: 60px;
    background: #f7f7f7;
    left: 0;
    right: 0;
    z-index: 10; }
    .search .search-col {
      width: 100%;
      float: none;
      padding: 0 0 5px 0; }
      .search .search-col::after {
        content: '';
        display: block;
        float: none;
        clear: both;
        height: 0; }
    .search .cc {
      padding: 10px 12px 20px 12px; }
    .search .mob-search-header {
      display: block; }
    .search .search-btns {
      position: relative;
      padding: 0; }
      .search .search-btns a {
        width: 100%; }
        .search .search-btns a i {
          display: none; }
        .search .search-btns a span {
          display: inline; }
      .search .search-btns a.reset {
        display: none; }
  .mob-btns {
    display: block;
    float: left; }
  .cars {
    padding: 0; }
}

@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: 20px; }
.cc.mob-np .row{margin:0;}
.cc.mob-np .row .col.xs12, .cc.mob-np .row .col.xl12, .cc.mob-np .row .col.sm12, .cc.mob-np .row .col.md12{padding-left:0;padding-right:0;}
.cc.mob-np .detail .car-price{
padding:20px;
}
.cc.mob-np .car-specs .specs-row{padding:12px 20px;}
.block .text{padding-left:20px;padding-right:20px}
.cc.mob-np .acc-btn{padding-left:20px;padding-right:20px;}
.cc.mob-np .intro{
padding:0 20px;
}
.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: 20px; }
  .panel .options ul {
    padding-bottom: 0; }
  .panel .options h4 {
    margin: 20px -20px;
    padding-left:20px;} }

.tag {
  position: absolute;
  top: 52px;
  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; }
  .tag.new {
    background: #0997de; }
  .tag.promo {
    background: #f79f4a; }

.search-group {
  position: relative;
  padding-right: 44px;
  display: block; }
  .search-group .btn-search {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 44px;
    height: 41px;
    text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 41px;
    border-left: 1px solid #e6e6e6; }
    .search-group .btn-search i {
      font-size: 14px;
      color: #777;
      line-height: 41px; }

.wait-spinner {
  display: none;
  position: absolute;
  top: 0;
  right: 36px;
  width: 36px;
  height: 52px;
  text-align: center;
  font-size: 14px;
  line-height: 52px; }
  .wait-spinner.wait-vat {
    right: 4px; }
  .wait-spinner i {
    font-size: 14px;
    color: #08c880;
    line-height: 52px; }

.abs-holder {
  position: relative; }

.search-results {
  display: none;
  position: absolute;
  top: 52px;
  left: -1px;
  background: #fff;
  border: 1px solid #ddd;
  right: -1px;
  padding: 0 12px;
  box-shadow: none;
  z-index: 1; }
  .search-results a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    color: #999;
    font-size: 12px; }
    .search-results a strong {
      color: #222;
      display: block;
      font-weight: normal;
      font-size: 14px; }

.input-group.notempty .select2-container--default .select2-selection, .input-group.forced-filled .select2-container--default .select2-selection {
  padding: 21px 11px 5px 11px; }

.input-group .select2-container--default .select2-selection {
  border: 1px transparent solid;
  padding: 13px 11px;
  height: auto;
  line-height: 22px; }

.input-group .select2-container--default .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-family: "Inter", sans-serif;
  padding: 0; }

.input-group .select2-container--default .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 7px;
  right: 1px;
  height: auto;
  bottom: 7px;
  width: 40px;
  border-left: 1px solid #ddd; }

.form-footer {
  padding: 30px 0 20px 0; }

.row.inner {
  margin-left: -3px;
  margin-right: -3px; }
  .row.inner .col {
    padding: 0 3px; }

.read-only .input-group input, .read-only .input-group select, .read-only .phone-group, .read-only .search-group, .read-only .sub-form.read-only .input-group input {
  display: none; }

.read-only .sub-form .input-group input {
  display: block; }

.form.read-only .input-group {
  border: none; }
  .form.read-only .input-group span {
    padding-top: 24px; }
    .form.read-only .input-group span.select2 {
      padding-top: 0; }
  .form.read-only .input-group label {
    transform: none;
    opacity: 0.8;
    padding-left: 0; }
    .form.read-only .input-group label em {
      display: none; }
  .form.read-only .input-group .display-sub-form .txt-link {
    padding-top: 24px;
    display: inline-block; }
  .form.read-only .input-group .edit-sub-form .input-group {
    border: 1px solid #e6e6e6; }
    .form.read-only .input-group .edit-sub-form .input-group label {
      transform: translateY(3px);
      opacity: 0;
      padding: 0 0.91667em; }
    .form.read-only .input-group .edit-sub-form .input-group.notempty label {
      transform: none;
      opacity: 0.8; }

.form .input-group > span {
  display: none; }
  .form .input-group > span.select2 {
    display: block;
    width: 100% !important; }

.form .card .card-header {
  transition: 0.3s; }

.form .card .card-content {
  transition: 0.3s; }

.form.read-only .input-group > span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  min-height: 22px; }

.form .edit-actions, .form .form-actions {
  border-top: 1px solid #ccc;
  padding: 19px 23px; }

.form .display-form {
  display: none; }

.form.read-only .display-form {
  display: block; }

.form .edit-form {
  display: block; }

.form.read-only .edit-form {
  display: none; }

.form.read-only .edit-actions {
  display: none; }

.form .toggle-edit {
  display: none;
  padding-left: 13px;
  color: #999;
  font-size: 12px; }

.form.read-only .toggle-edit {
  display: inline-block; }

.sub-form .display-sub-form {
  display: none; }

.sub-form.read-only .display-sub-form {
  display: block; }

.sub-form.read-only .edit-sub-form {
  display: none; }

.form-section {
  padding-bottom: 10px; }

.subnav {
  display: block;
  border-top: 1px solid #ccc;
  margin-right: 10px; }
  .subnav a {
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #1d1d1d;
    font-weight: 500; }
    .subnav a i {
      float: right;
      line-height: 25px;
      color: #777; }
    .subnav a.active {
      color: #114c9b; }
    .subnav a.logout::before {
      display: inline-block;
      content: '\f057';
      font-family: "Font Awesome 5 Pro";
      line-height: 25px;
      color: #777;
      padding-right: 5px;
      font-weight: 900; }

.list-items {
  border-top: 1px solid #ddd;
  margin: 20px 0; }

.filter-item {
  border-bottom: 1px solid #ccc;
  line-height: 25px;
  font-size: 14px;
  padding: 12px 30px 12px 0;
  position: relative; }
  .filter-item a {
    display: block;
    width: 100%;
    text-decoration: none; }
    .filter-item a i {
      color: #999;
      float: right;
      line-height: 24px; }
    .filter-item a.filter-btn {
      position: absolute;
      top: 12px;
      right: 0;
      width: 30px;
      text-align: center;
      line-height: 24px; }
      .filter-item a.filter-btn i {
        float: none; }

.slider {
  padding: 22px 10px 2px 10px; }
  .slider input.ui-slider-input {
    border: none;
    box-shadow: none;
    background: none;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    height: 20px;
    font-weight: normal;
    text-align: left;
    width: 80px;
    padding: 0; }
  .slider .ui-rangeslider {
    margin: 0; }
  .slider .ui-rangeslider .ui-slider-input.ui-rangeslider-last {
    margin-left: 0;
    text-align: right; }
  .slider .ui-rangeslider .ui-rangeslider-sliders {
    height: 19px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -8px; }
  .slider .ui-slider-track {
    border-style: none !important;
    height: 5px !important;
    top: 6px;
    background: #ddd !important;
    border-radius: 3px !important; }
  .slider .ui-slider-track .ui-slider-bg {
    background: #114c9b;
    z-index: 1;
    position: relative; }
  .slider .ui-slider-track .ui-btn.ui-slider-handle {
    font-size: .9em;
    line-height: 30px;
    border-radius: 50%;
    border: 2px solid #114c9b;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px;
    background: #fff;
    line-height: 17px; }
  .slider .ui-slider-track .ui-btn.ui-slider-handle::after {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    color: #333;
    padding-right: 3px; }
  .slider .ui-slider-track .ui-btn.ui-slider-handle:last-child::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    color: #333;
    padding-right: 0px;
    padding-left: 3px; }

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

.btns-row .cta.fl {
  float: left; }

.btns-row .cta.fr {
  float: right; }

.center-box {
  text-align: left;
  max-width: 400px;
  margin: auto;
  padding-top: 15%;
  padding-bottom: 20%; }

.contact {
  position: relative;
  box-sizing: border-box;
  min-height: 130px;
  margin-bottom:30px;
}
  .contact strong {
    display: block; }
  .contact img {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 120px; }
  .contact .text {
    float: none;
    padding-left: 130px;
    font-size: 14px;
    line-height: 24px; }
    .contact .text strong {
      font-weight: 600; }
    .contact .text em, .contact .text .contact a {
      display: block;
      font-style: normal;
      font-size: 14px;
      line-height: 24px;
      font-weight: normal;
      text-decoration: none; }
    .contact .text i {
      width: 21px; }
  .contact .langs {
    height: 18px;
    overflow: hidden; }
    .contact .langs img {
      display: block;
      width: 16px;
      margin-right: 4px;
      position: relative;
      float: left; }




.content-full {
    background: #fff;
    padding: 40px 20px;
    text-align: center; 
	margin-bottom:-10px;
}
    @media all and (min-width: 1440px) {
      .content-full {
        padding: 40px 0 50px 0; } }
.content-full h2 {
      margin: 0;
      padding: 0;
      padding-bottom: 32px;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 2.08333vw;
      line-height: 2.77778vw;
      color: #333; }
      @media all and (min-width: 1440px) {
.content-full h2 {
          font-size: 30px;
          line-height: 40px;
} }
      @media all and (max-width: 1154px) {
.content-full h2 {
          font-size: 24px;
          line-height: 32px; } }
.content-full h3 {
      margin: 0;
      padding: 0;
      padding-bottom: 18px;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height:26px;
      color: #333; }
.content-full p {
      font-family: "Inter", sans-serif;
      font-weight: normal;
      color: #333;
      font-size: 15px;
      line-height: 26px;
      margin: 0;
      padding: 0 0 26px 0; }
.content-full a {
      display: inline-block;
      padding: 18px 30px;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 24px;
      border: 2px solid #777;
      background: #fff;
      color: #777;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.3s; }

.select2-container--default .select2-results > .select2-results__options{
max-height:300px;
}

.margin-bottom-neg, #cardPreferences{
	margin-bottom:-20px;
}

p.no-padding{
padding-bottom:0;
}


.mnu-desktop-hide{
display:none;
}
.mnu-mobile-hide{

}

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

}

@media all and (max-width:800px)
{
	header nav .ddl-holder{
		display:block;
	}
	.ddl-holder .lang {
		display: none;
	}
	header nav .ddl-holder .dropdown{
		display: block;
		position: relative;
		top: auto;
		left: auto;
		box-shadow: none;
		width: 100%;
	}
	header nav .ddl-holder .dropdown::after{
		content:'';
		display:block;
		float:none;
		clear:both;
	}
	header nav .ddl-holder .dropdown a {
		float: left;
		width: 50%;
		border-right: 1px solid #d6d6d6;
		text-align: center;
	}
	header nav .ddl-holder .dropdown a:last-child{
		border-right:none;
	}
}

@media all and (max-width:500px){
	.banner-holder{
		padding-top:0;
	}
	.banner-holder .banners{
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
	}
	.banner-holder .banners::after{
		content:'';
		float:none;
		display:block;
		clear:both;
	}
	.banner-holder .banner{
		display: block;
		float: left;
		position: relative;
		padding-top: 37%;
	}
	.banner-holder .banner img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:auto;
	}
	.banner-holder .banner .banner-overlay{
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
	}
}

.p-big{padding:10px}





















































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