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

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

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: #222; }

a {
  color: #444; }
  a:hover {
    color: #b21b1b; }

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

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 6px 0 6px; }
  .cc.medium {
    max-width: 1070px; }
  .cc.small {
    max-width: 670px; }

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

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

body {
  background: #f5f5f5; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  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: 20px;
    right: 70px;
    text-align: right;
    white-space: nowrap; }
    header nav a {
      display: inline-block;
      font: normal normal bold 18px/22px "Roboto", Arial, Helvetica, sans-serif;
      color: #222;
      font-weight: bold;
      padding: 9px 0 9px 0;
      margin: 0 20px 0 20px;
      text-decoration: none;
      transition: 0.3s;
      text-transform: uppercase; }
      header nav a:hover {
        color: #b21b1b; }
      header nav a.active {
        color: #b21b1b; }
.langs{
float:right;
padding-top:20px;
}
.langs a{
display: inline-block;
    font: normal normal bold 15px/22px "Roboto", Arial, Helvetica, sans-serif;
    color: #222;
    font-weight: normal;
    padding: 9px 0;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
}
.langs a.active{
font-weight: bold;
}
content {
  position: relative;
  padding-top: 80px;
  background: #fafafa;
  padding-bottom: 20px; }

.tc {
  text-align: center; }

h1 {
  padding-top: 1.80556%;
  padding-bottom: 0.97222%;
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.08333vw;
  line-height: 3.19444vw;
  text-transform: uppercase; }
  @media all and (min-width: 1440px) {
    h1 {
      padding: 26px 0 14px 0;
      font-size: 30px;
      line-height: 46px; } }
  @media all and (max-width: 1066px) {
    h1 {
      font-size: 20px;
      line-height: 31px; } }

h2 {
  padding-top: 1.38889%;
  padding-bottom: 1.11111%;
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.08333vw;
  line-height: 3.19444vw;
  text-transform: uppercase;
  color: #222; }
  @media all and (min-width: 1440px) {
    h2 {
      padding: 20px 0 16px 0;
      font-size: 30px;
      line-height: 46px; } }
  @media all and (max-width: 1066px) {
    h2 {
      font-size: 20px;
      line-height: 31px; } }

h3 {
  padding-top: 1.18056%;
  padding-bottom: 1.59722%;
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.52778vw;
  line-height: 2.5vw;
  text-transform: uppercase;
  color: #222; }
  @media all and (min-width: 1440px) {
    h3 {
      padding: 17px 0 23px 0;
      font-size: 22px;
      line-height: 36px; } }
  @media all and (max-width: 1310px) {
    h3 {
      font-size: 18px;
      line-height: 30px; } }

.title-group h1 {
  padding-bottom: 0; }

.title-group h2 {
  padding-top: 0;
  font-size: 1.38889vw;
  line-height: 1.38889vw;
  text-transform: uppercase; }
  @media all and (min-width: 1440px) {
    .title-group h2 {
      font-size: 20px;
      line-height: 20px; } }

.banner-holder {
  position: relative;
  padding-top: 36%; }
  .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-bottom: 3.47222%; }
      @media all and (min-width: 1440px) {
        .banner-holder .banner .banner-overlay {
          padding-bottom: 50px; } }
      .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 3.47222vw;
        line-height: 3.81944vw;
        color: #fff;
        text-transform: uppercase;
        padding: 0; }
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 50px;
            line-height: 55px; } }
        @media all and (max-width: 720px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 30px;
            line-height: 42px; } }
      .banner-holder .banner .banner-overlay .banner-description {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 2.77778vw;
        line-height: 3.81944vw;
        color: #fff;
        text-transform: uppercase; }
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay .banner-description {
            font-size: 40px;
            line-height: 55px; } }
        @media all and (max-width: 720px) {
          .banner-holder .banner .banner-overlay .banner-description {
            font-size: 20px;
            line-height: 32px; } }
      .banner-holder .banner .banner-overlay a {
        display: inline-block;
        padding-top: 1.18056%;
        padding-bottom: 1.18056%;
        padding-left: 30px;
        padding-right: 30px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        border: 2px solid #fff;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
        margin-top: 10px; }
        .banner-holder .banner .banner-overlay a:hover {
          transition: 0.3s;
          color: #b21b1b;
          border-color: #b21b1b; }
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay a {
            padding-top: 17px;
            padding-bottom: 17px; } }
        @media all and (max-width: 980px) {
          .banner-holder .banner .banner-overlay a {
            padding: 8px 20px; } }

.cta {
  display: inline-block;
  padding: 13px 40px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  background: #b62625;
  background: -moz-linear-gradient(0deg, #b62625 0%, #d13433 100%);
  background: -webkit-linear-gradient(0deg, #b62625 0%, #d13433 100%);
  background: linear-gradient(0deg, #b62625 0%, #d13433 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b62625",endColorstr="#d13433",GradientType=1);
  border-radius: 2px; }
  .cta.no-bg {
    border: 1px solid #e6e6e6;
    padding: 12px 39px;
    color: #999;
    background: none; }
  .cta.outline {
    border: 1px solid #b21b1b;
    padding: 12px 19px;
    font-size: 16px;
    color: #b21b1b;
    background: none; }
  .cta:hover, .cta.no-bg:hover {
    background: #b62625;
    background: -moz-linear-gradient(0deg, #b62625 0%, #b62625 100%);
    background: -webkit-linear-gradient(0deg, #b62625 0%, #b62625 100%);
    background: linear-gradient(0deg, #b62625 0%, #b62625 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b62625",endColorstr="#b62625",GradientType=1);
    color: #fff;
    transition: 0.3s; }

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

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

.card {
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px; }
  .card .card-header {
    padding: 18px 18px 6px 18px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .card .card-header h2 {
      padding: 0;
      font-size: 20px;
      line-height: 32px;
      text-align: left;
      text-transform: uppercase;
      font-weight: 500; }
  .card .card-content {
    padding: 18px; }
    .card .card-content hr {
      margin: 0 -18px 0 -18px; }
    .card .card-content h2 {
      padding: 0 0 9px 0;
      font: normal normal normal 20px/40px "Roboto", Arial, Helvetica, sans-serif;
      color: #222;
      margin: 0; }
    .card .card-content.hours label {
      display: inline-block;
      min-width: 165px; }

.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(178, 27, 27, 0.6);
    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-img .tag {
    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;
    display: block;
    z-index: 2; }
    .cars .car-img .tag.new {
      background: #0997de; }

.cars .car-content {
  padding: 20px 18px 80px 18px; }
  .cars .car-content h3 {
    padding: 0 0 3px 0;
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase; }
  .cars .car-content h4 {
    min-height: 36px;
    padding: 0 0 16px 0;
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #222;
    font-weight: 500;
   }
  .cars .car-content .specs {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    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;
      padding-right: 8px; }
      .cars .car-content .specs span::after {
        content: '|';
        display: inline-block;
        padding-left: 8px; }
      .cars .car-content .specs span:last-child::after {
        display: none; }

.cars .car-price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e6e6e6;
  padding: 18px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #222;
  font-size: 18px;
  line-height: 23px; }
  .cars .car-price em {
    font-size: 14px;
    font-style: normal; }

.cars .car-cta {
  display: none; }

footer {
  position: relative;
  background: #f5f5f5;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15); }
  footer .newsletter {
    background: #2f3232;
    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.11111%;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 2.77vw;
      line-height: 4.1vw;
      color: #fff; }
      @media all and (min-width: 1440px) {
        footer .newsletter h2 {
          font-size: 40px;
          line-height: 59px; } }
      @media all and (max-width: 720px) {
        footer .newsletter h2 {
          font-size: 20px;
          line-height: 30px; } }
    footer .newsletter p {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300;
      color: #f2f2f2;
      font-size: 15px;
      line-height: 24px;
      margin: 0;
      padding: 0 0 24px 0; }
    footer .newsletter a {
      display: inline-block;
      padding: 10px 30px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 1.39vw;
      line-height: 2.22vw;
      color: #b21b1b;
      border: 4px solid #b21b1b;
      text-decoration: none;
      text-transform: uppercase; }
      @media all and (min-width: 1440px) {
        footer .newsletter a {
          font-size: 20px;
          line-height: 32px; } }
      @media all and (max-width: 980px) {
        footer .newsletter a {
          border-width: 3px;
          font-size: 13.5px;
          line-height: 21px;
          padding: 8px 20px; } }
      @media all and (max-width: 720px) {
        footer .newsletter a {
          border-width: 2px; } }
  footer .footer {
    padding-top: 2.36111%;
    padding-bottom: 3.47222%; }
    @media all and (min-width: 1440px) {
      footer .footer {
        padding: 34px 0 50px 0; } }
    footer .footer h3 {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 26px;
      padding: 0;
      margin: 0;
      color: #222;
      font-weight: 500;
      padding-bottom: 25px;
      text-transform: uppercase; }
    footer .footer p {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 13px;
      line-height: 30px;
      padding: 0;
      margin: 0;
      color: #666; }
      footer .footer p a {
        color: #666; }
    footer .footer .social a {
      display: block;
      line-height: 30px;
      text-decoration: none;
      color: #666; }
    footer .footer .social i {
      font-size: 20px;
      line-height: 30px; }
    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: 48px;
    border: none;
    border-radius: 0; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 48px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 48px; }
      .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: #e6e6e6;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }
  .search .search-holder {
    position: relative;
    padding: 1px 130px 1px 1px; }
    .search .search-holder::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
  .search.on .search-holder {
    padding-right: 188px; }
  .search.on .search-btns a.reset {
    display: block; }
  .search .search-col {
    width: 20%;
    float: left;
    padding-left: 1px; }
    .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: 56px; }
    .search .search-col .select2-container {
      font-size: 14px; }
      .search .search-col .select2-container .select2-selection--single {
        height: 56px;
        border: none;
        border-radius: 0; }
        .search .search-col .select2-container .select2-selection--single .select2-selection__rendered {
          line-height: 56px; }
        .search .search-col .select2-container .select2-selection--single .select2-selection__arrow {
          height: 56px; }
          .search .search-col .select2-container .select2-selection--single .select2-selection__arrow b {
            border: none;
            width: 100%;
            left: 0;
            margin-top: -11px;
            text-align: center; }
            .search .search-col .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; }
  .search .search-btns {
    position: absolute;
    top: 0px;
    right: 0; }
    .search .search-btns::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .search .search-btns a {
      display: block;
      float: left;
      width: 130px;
      height: 58px;
      text-align: center;
      color: #fff;
      line-height: 58px;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      background: #b62625;
      background: -moz-linear-gradient(0deg, #b62625 0%, #d13433 100%);
      background: -webkit-linear-gradient(0deg, #b62625 0%, #d13433 100%);
      background: linear-gradient(0deg, #b62625 0%, #d13433 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b62625",endColorstr="#d13433",GradientType=1); }
      .search .search-btns a.reset {
        width: 58px;
        display: none;
        background: #d6d6d6;
        color: #666; }
      .search .search-btns a span {
        display: none; }

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

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

.picture-viewer {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 2px; }
  .picture-viewer .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px; }
    .picture-viewer .img img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 2px; }
    .picture-viewer .img.hidden {
      display: none; }
  .picture-viewer .img-overlay {
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.1s;
    z-index: 1;
    width: 60px;
    height: 50px;
    border-radius: 2px; }
    .picture-viewer .img-overlay em {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      line-height: 50px;
      font-weight: bold;
      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: #444;
    transition: 0.3s; }

.carpass-popup {
  position: absolute;
  display: none;
  top: -7px;
  right: 3px;
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  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: #222; }
  .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-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  padding: 18px 18px 0 18px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .detail .car-title strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px; }

.detail .tag {
  display: inline-block;
  background: #f2f2f2;
  padding: 0 12px 0 12px;
  font-size: 11px;
  line-height: 25px;
  border-radius: 9px; }

.detail .car-price {
  padding: 18px 0 18px 0; }
  .detail .car-price .price {
    display: inline-block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #f04c4b; }
    .detail .car-price .price em {
      display: block;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500; }
  .detail .car-price .old-price {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
    line-height: 22px;
    padding-top: 4px; }

.detail .specs-row {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 8px 0 10px 0; }
  .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 {
    line-height: 20px;
    font-size: 13px;
    color: #999; }
  .detail .specs-row span {
    font-weight: 500;
    line-height: 22px;
    font-size: 14px; }

.actions {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden; }
  .actions a.cta {
    display: block;
    background: #fff;
    border: none;
    border-top: 1px solid #e6e6e6;
    padding: 18px;
    color: #222;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s; }
    .actions a.cta.primary {
      background: #b21b1b;
      color: #fff; }
    .actions a.cta:hover, .actions a.cta.primary:hover {
      background: #b21b1b;
      color: #fff;
      transition: 0.3s; }
      .actions a.cta:hover i, .actions a.cta.primary:hover i {
        color: #fff; }
    .actions a.cta i {
      width: 36px;
      text-align: left;
      color: #777; }

.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: 2px;
    box-shadow: 0px 1px 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: #f9f9f9;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .popup-overlay .popup .popup-title {
    display: block;
    font-size: 26px;
    line-height: 34px;
    text-transform: none;
    padding: 0;
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222; }
  .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: #f9f9f9;
    padding: 15px 20px 20px 20px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .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: 2px;
    text-align: center;
    right: 50px; }

.input-group {
  padding: 0px 0 11px 0; }
  .input-group label {
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
    color: #999; }
  .input-group input, .input-group select, .input-group textarea {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 100%;
    background: #fff; }
    .input-group input.error, .input-group select.error, .input-group textarea.error {
      border-color: #ff0000;
      background: #fff9f9; }
  .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: #222; }
    .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: 4px;
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      background: #fff;
      color: #fff;
      line-height: 14px;
      text-align: center; 
	  transition: all 0.3s ease-in-out;
	  content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      font-size: 0px;
}
    .input-group .input-chk.error label, .input-group .input-chk.error label a {
      color: #ff0000 !important; }
    .input-group .input-chk.error label::before {
      border-color: #ff0000;
	  }
    .input-group .input-chk input[type=checkbox]:checked + label::before {
      font-size: 10px;	      
      border-color: #b21b1b;
	  -webkit-box-shadow: 0 0 0 10px #b21b1b inset;
      box-shadow: 0 0 0 10px #b21b1b inset;
      }
  .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: 2px;
    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: #222; }

.options .col.xl12:first-child h4 {
  border-top: none;
  padding-top: 0; }

.options h4 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #444;
  padding: 14px 0 5px 0;
  margin: 0;
  text-transform: uppercase; }

.options ul {
  margin: 0;
  padding: 0; }

.options ul li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 4px;
  padding-top: 4px;
  color: #222;
  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: 0;
  left: 0;
  color: #b21b1b; }

.car-nav {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }
  .car-nav a {
    font-size: 20px;
    color: #777;
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    line-height: 40px; }
    .car-nav a i {
      font-size: 16px;
      line-height: 40px; }
    .car-nav a:first-child {
      border-right: 1px solid #e6e6e6; }
    .car-nav a:last-child {
      border-left: 1px solid #e6e6e6; }
  .car-nav::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }

.block {
  display: flex;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  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: #222; }
    .block .text h2 {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: #222;
      margin: 0;
      font-size: 24px;
      line-height: 32px;
      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: 28.66%;
  position: relative;
  max-height: 450px; }
  .map-holder .map {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0; }

.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; } }

.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: "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: -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: 768px) {
    .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;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
      background: #fff;
      margin: 0 5px 0 5px; }
      .paging-holder .paging .pages a {
        margin: 0;
        box-shadow: none; }
    .paging-holder .paging a {
      display: block;
      float: left;
      height: 45px;
      width: 45px;
      line-height: 43px;
      text-align: center;
      background: #fff;
      margin: 0 5px 0 5px;
      font-size: 14px;
      color: #777;
      text-decoration: none;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }
      .paging-holder .paging a.active {
        color: #b21b1b; }

@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; }
    header .mob-menu-btn {
      display: block; }
    header .menu {
      display: none;
      background: #fff;
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      transform: none;
      text-align: left; }
header .menu nav{
	background: #fff;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      transform: none;
      text-align: left;			
				}
      header nav a {
        display: block;
        padding: 15px;
        float: none;
        border-top: 1px solid #ccc;
        margin: 0; }
        header nav a.active {
          border-bottom: none;
          color: #b21b1b; }
				.logo{
				width:170px
					}
					.logo img{
				width:100%;
						}
.langs{
padding-top:0;
padding-left:15px;
border-top:1px solid #ccc;
float:none;
			}
  content {
    padding-top: 60px; }
  .mob-margin-top {
    padding-top: 50px; }
  .mob-abs {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px; }
  
  .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 .search-holder{
	padding:1px;
}
    .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; }
  .sort-pnl {
        display: none;
        margin-top: 0px;
        position: absolute;
        top: 0px;
        right: 2px;
        background: #f7f7f7;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        z-index: 99;
        overflow: auto;
        padding: 12px;
        padding-top: 1.59722%;
    }
}

@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; }

.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: 2px;
    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: 18px;
      transform: translateY(-50%); }
      .cookie-holder .cookie-banner .btn-accept a {
        display: inline-block;
        padding: 11px 20px;
        min-width: 132px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 24px;
        border: 2px solid #b21b1b;
        color: #b21b1b;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
        border-radius: 2px;
        text-align: center; }
        .cookie-holder .cookie-banner .btn-accept a:hover {
          color: #fff; }

.content.white {
  background: #fff; }
  .content.white h1 {
    padding-bottom: 0; }
  .content.white .text-content {
    padding-right: 17px; }
    .content.white .text-content.r {
      padding-right: 0;
      padding-left: 17px; }

.icon-text {
  padding-left: 25px;
  position: relative; }
  .icon-text p {
    padding-bottom: 0; }
  .icon-text i {
    position: absolute;
    top: 5px;
    left: 0; }

.desktop-hide {
  display: none; }

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

.header-image {
  max-height: 450px;
  overflow: hidden; }
  .header-image img {
    display: block;
    width: 100%; }

.input-group.labeled{
	position:relative;
	padding:0;
	margin-bottom:11px;
	border:1px solid #e6e6e6;
	border-radius:4px;
}

.input-group.labeled 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.labeled input,.input-group.labeled 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;
		}

.input-group.labeled.notempty input, .input-group.labeled.notempty textarea{
padding:21px 11px 5px 11px;
}
.input-group.labeled.notempty label{
	transform:none;
	opacity:1;
}

.search.auto .search-holder {
padding-right:1px;
}
.search.auto .search-holder .search-btns a{
display:none;
}

.search.auto.on .search-holder {
padding-right:58px;
}
.search.auto.on .search-holder .search-btns a.reset{
display:block;
}

h1.title-group {
    padding: 36px 0 30px 0;
    font-size: 40px;
    line-height: 42px;
}
h1.title-group .smaller {
    font-size: 26px;
    line-height: 30px;
	font-weight: 400;
	text-transform: none;
}
h1.title-group .pull-right {
    margin-top: -30px;
}

@media all and (max-width: 900px)
{
h1.title-group {
    padding: 64px 0 10px 0;
}
.car-nav {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
	position: absolute;
    top: 0;
    margin-top: 0;
    left: -10px;
    right: -10px;
}
 .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; }
}












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