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

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

*,
*::before,
*::after {
  box-sizing: inherit; }
*:focus {
    outline: none;
}
.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; }
  .row.gutters {
    margin-right: 10px;
    margin-left: 10px; }

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

* {
  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 16px/24px "Rajdhani", sans-serif;
  color: #231f20; }

body {
  overflow-x: hidden; }

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

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: none;
    transition: 0.5s;
    transition-timing-function: ease-out; }

.cc {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px; }
  @media all and (max-width: 1440px) {
    .cc {
      padding: 0 20px; } }
  .cc.medium {
    max-width: 1200px;
    padding: 0 10px 0 10px; }
    @media all and (max-width: 1200px) {
      .cc.medium {
        padding: 0 20px; } }
  .cc.small {
    max-width: 670px;
    padding: 0 10px 0 10px; }
    @media all and (max-width: 670px) {
      .cc.small {
        padding: 0 20px; } }
  .cc.extra-small {
    max-width: 340px;
    padding: 0 10px 0 10px; }
    @media all and (max-width: 670px) {
      .cc.extra-small {
        padding: 0 20px; } }
  .cc.left {
    max-width: 1080px;
    margin-right: 0; }

p {
  font: normal normal normal 16px/24px "Rajdhani", sans-serif;
  color: #231f20;
  margin: 0;
  padding: 0 0 24px 0; }

.justify {
  display: flex;
  justify-content: space-between; }

.logo {
  display: block;
  float: left;
  padding-top: 15px; }
  .logo img {
    display: block;
    height: 50px; }

.header-right {
  min-width: 325px; }

body {
  background: #e3e4e4; }

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 nav, header .nav-right {
    display: block;
    float: right;
    padding: 27px 0 0 0;
    text-align: left;
    white-space: nowrap; }
    header nav a, header .nav-right a {
      display: block;
      float: left;
      font: normal normal 400 18px/26px "Rajdhani", sans-serif;
      color: #231f20;
      padding: 0 0 9px 0;
      margin: 0 16px 0 16px;
      text-decoration: none;
      transition: 0.3s;
      border-bottom: 3px solid transparent;
      text-transform: uppercase; }
      header nav a:hover, header .nav-right a:hover {
        border-bottom-color: #231f20;
        transition: 0.3s; }
      header nav a.active, header .nav-right a.active {
        border-bottom-color: #231f20;
        font-weight: bold; }

content {
  position: relative;
  padding-top: 80px;
  background: #e3e4e4;
  padding-bottom: 20px; }

.tc {
  text-align: center; }

h1, h2.h1 {
  padding-top: 3.125%;
  padding-bottom: 2.77778%;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 2.77778vw;
  line-height: 3.125vw;
  text-transform: uppercase;
  color: #231f20; }
  @media all and (min-width: 1440px) {
    h1, h2.h1 {
      padding: 45px 0 40px 0;
      font-size: 40px;
      line-height: 45px; } }
  @media all and (max-width: 930px) {
    h1, h2.h1 {
      font-size: 30px;
      line-height: 35px; } }

h2 {
  padding-top: 1.66667%;
  padding-bottom: 1.38889%;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.66667vw;
  line-height: 2.5vw;
  text-transform: uppercase;
  color: #231f20; }
  @media all and (min-width: 1440px) {
    h2 {
      padding: 24px 0 20px 0;
      font-size: 24px;
      line-height: 36px; } }
  @media all and (max-width: 930px) {
    h2 {
      font-size: 22px;
      line-height: 38px; } }

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

.title-group h2 {
  padding-top: 0;
  font-weight: 400;
  margin-top: -10px; }

.center {
  text-align: center; }

.banner-holder {
  position: relative;
  padding-top: 44.94382%; }
  .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: 50px 0 50px 0;
      background: rgba(0, 0, 0, 0.5); }
      .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
        font-family: "Rajdhani", sans-serif;
        font-weight: 400;
        font-size: 2.77778vw;
        line-height: 3.47222vw;
        color: #fff;
        text-transform: uppercase;
        padding: 0;
        padding-bottom: 2.5%; }
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 40px;
            line-height: 50px;
            padding-bottom: 36px; } }
        @media all and (max-width: 873px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 24px;
            line-height: 30px; } }
      .banner-holder .banner .banner-overlay a {
        display: inline-block;
        padding-top: 1.25%;
        padding-bottom: 1.25%;
        padding-left: 30px;
        padding-right: 30px;
        font-family: "Rajdhani", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        border: 1px solid #fff;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
        z-index: 2;
        position: relative; }
        .banner-holder .banner .banner-overlay a:hover {
          transition: 0.3s;
          background-color: rgba(0, 0, 0, 0.5); }
        @media all and (min-width: 1440px) {
          .banner-holder .banner .banner-overlay a {
            padding-top: 18px;
            padding-bottom: 18px; } }
        @media all and (max-width: 980px) {
          .banner-holder .banner .banner-overlay a {
            padding: 8px 20px; } }
  .banner-holder .banner-social-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1; }
    .banner-holder .banner-social-holder .banner-social {
      float: right;
      padding: 14px 0 34px 0;
      margin-bottom: 30px;
      border-left: 1px solid #fff; }
      .banner-holder .banner-social-holder .banner-social .banner-social-title {
        font-family: "Rajdhani", sans-serif;
        font-weight: 400;
        font-size: 2.77778vw;
        line-height: 3.47222vw;
        color: #fff;
        text-transform: uppercase;
        padding: 0;
        padding-bottom: 2.5%;
        text-align: right; 
		margin-left:40px;}
        @media all and (min-width: 1440px) {
          .banner-holder .banner-social-holder .banner-social .banner-social-title {
            font-size: 40px;
            line-height: 50px;
            padding-bottom: 36px; } }
        @media all and (max-width: 873px) {
          .banner-holder .banner-social-holder .banner-social .banner-social-title {
            font-size: 24px;
            line-height: 30px;
			} }
		  @media all and (max-width: 700px) {
          .banner-holder .banner-social-holder .banner-social .banner-social-title {
			margin-left:0} }
    .banner-holder .banner-social-holder .banner-social-links a {
      display: block;
      float: left;
      line-height: 33px;
      height: 35px;
      width: 35px;
      color: #fff;
      position: relative;
      border-right: 1px solid rgba(255, 255, 255, 0.4);
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      margin-left: 40px; }
      .banner-holder .banner-social-holder .banner-social-links a:after, .banner-holder .banner-social-holder .banner-social-links a:before {
        position: absolute;
        content: '';
        width: calc(100% + 1px);
        left: 0px;
        z-index: -1; }
      .banner-holder .banner-social-holder .banner-social-links a:before {
        height: calc(30% - 2px);
        bottom: 1px;
        border: 2px solid rgba(255, 255, 255, 0.4);
        border-width: 0 0 1px 2px;
        transform: skew(45deg);
        transform-origin: left top;
        margin-left: -1px; }
      .banner-holder .banner-social-holder .banner-social-links a:after {
        height: calc(80% - 2px);
        top: 0px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-width: 1px 1px 0 1px; }
      .banner-holder .banner-social-holder .banner-social-links a i {
        display: block;
        line-height: 33px;
        font-size: 24px; }
        .banner-holder .banner-social-holder .banner-social-links a i.fa-facebook-f {
          font-size: 28px;
          transform: translate(4px, 4px); }
        .banner-holder .banner-social-holder .banner-social-links a i.fa-instagram {
          font-size: 26px; }
    .banner-holder .banner-social-holder .banner-social-links::after {
      content: '';
      clear: both;
      float: none;
      height: 0; }

.cta {
  display: inline-block;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 4.16667vw;
  padding-right: 4.16667vw;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  background: #fff;
  color: #231f20;
  border: 1px solid #b1b3b4;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s; }
  .cta.no-bg {
    background: none;
    color: #fff;
    border-color: #fff; }
    .cta.no-bg:hover {
      transition: 0.3s;
      background-color: rgba(0, 0, 0, 0.5); }
  @media all and (min-width: 1440px) {
    .cta {
      padding-top: 18px;
      padding-bottom: 18px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media all and (max-width: 870px) {
    .cta {
      padding-top: 11px;
      padding-bottom: 11px; } }

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

.card {
  border: 1px solid #b1b3b4;
  background: #eee;
  border-radius: 0; }
  .card .card-header {
    padding: 22px 18px 14px 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .card .card-header h2 {
      padding: 0;
      font-size: 20px;
      line-height: 24px;
      text-align: left;
      font-weight: 600;
      text-transform: uppercase; }
  .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 "Rajdhani", sans-serif;
      color: #231f20;
      margin: 0; }
    .card .card-content h3 {
      padding: 0 0 8px 0;
      margin: 0;
      font-family: "Rajdhani", sans-serif;
      font-size: 15px;
      line-height: 20px;
      color: #231f20;
      font-weight: 700; }
    .card .card-content.hours label {
      display: inline-block;
      min-width: 165px; }
  .card .card-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .card .card-footer.dark {
      padding: 20px;
      background: #f9f9f9; }
      .card .card-footer.dark em {
        color: #777;
        font-size: 12px;
        padding-bottom: 12px;
        display: block; }
  .card.small {
    display: block;
    text-decoration: none; }
    .card.small img {
      display: block;
      width: 100%; }
    .card.small .card-content {
      border-top: 1px solid #b1b3b4;
      padding: 14px; }
      .card.small .card-content h3 {
        padding: 11px 0 9px 0;
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
        color: #231f20;
        margin: 0;
        min-height: 46px;
        text-transform: uppercase; }
      .card.small .card-content em {
        padding: 0 0 5px 0;
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
        font-style: normal;
        color: #777;
        margin: 0;
        text-transform: uppercase; }

.cars .card {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
  padding-bottom: 90px; }
  .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;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .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(0, 0, 0, 0.3);
    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: 17px 14px 18px 14px;
  border-top: 1px solid #b1b3b4; }
  .cars .car-content h3 {
    padding: 0;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #231f20;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 42px; }
  .cars .car-content .specs {
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #231f20;
    font-weight: 400;
    text-transform: uppercase; }
    .cars .car-content .specs::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .cars .car-content .specs span {
      display: block;
      float: left;
      width: 50%; }

.cars .car-price {
  padding: 0 14px 0 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #231f20;
  font-size: 18px;
  line-height: 24px; }
  .cars .car-price em {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #999; }

.cars .car-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #b1b3b4;
  background: #fff;
  padding: 17px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }

.card.full-image {
  border: none;
  position: relative;
  margin-top: 3.81944vw;
  overflow: hidden; }
  @media all and (min-width: 1440px) {
    .card.full-image {
      margin-top: 55px; } }
  .card.full-image::before {
    content: '';
    display: block;
    position: absolute;
    top: -15%;
    left: -15%;
    right: -15%;
    height: 15%;
    background: #ff0000;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.3); }
  .card.full-image img {
    display: block;
    width: 100%;
    transform: translateY(-100%); }
  .card.full-image .card-title-group {
    position: absolute;
    top: 28px;
    left: 20px;
    color: #fff; }
    .card.full-image .card-title-group h2 {
      padding: 0;
      font-family: "Rajdhani", sans-serif;
      font-weight: 400;
      font-size: 2.77778vw;
      line-height: 3.19444vw;
      text-transform: uppercase;
      color: #fff; }
      @media all and (min-width: 1440px) {
        .card.full-image .card-title-group h2 {
          padding: 0;
          font-size: 40px;
          line-height: 46px; } }
      @media all and (max-width: 930px) {
        .card.full-image .card-title-group h2 {
          font-size: 24px;
          line-height: 28px; } }
    .card.full-image .card-title-group h3 {
      margin: 0;
      padding: 0;
      font-family: "Rajdhani", sans-serif;
      font-weight: 400;
      font-size: 1.25vw;
      line-height: 1.52778vw;
      text-transform: uppercase;
      color: #fff; }
      @media all and (min-width: 1440px) {
        .card.full-image .card-title-group h3 {
          padding: 0;
          font-size: 18px;
          line-height: 22px; } }
      @media all and (max-width: 930px) {
        .card.full-image .card-title-group h3 {
          font-size: 15px;
          line-height: 20px; } }
  .card.full-image .cta {
    position: absolute;
    bottom: 18px;
    right: 20px; }

footer {
  background: #fff; }
  footer .footer-content {
    background: #fff;
    padding-top: 30px;
    display: block;
    z-index: 1;
    position: relative; }
  footer h2 {
    padding: 0;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-size: 2.77778vw;
    line-height: 3.26389vw;
    text-transform: uppercase;
    color: #231f20; }
    @media all and (min-width: 1440px) {
      footer h2 {
        font-size: 40px;
        line-height: 47px; } }
    @media all and (max-width: 930px) {
      footer h2 {
        font-size: 26px;
        line-height: 38px; } }
  footer p {
    line-height: 20px;
    font-size: 18px;
    color: #231f20;
    text-transform: uppercase;
    padding-bottom: 35px; }
  footer .footer {
    padding-top: 2.01389%;
    padding-bottom: 2.29167%;
    border-top: 1px solid #b1b3b4;
    line-height: 24px;
    font-size: 18px;
    color: #231f20;
    text-transform: uppercase;
    margin-top: 26px; }
    @media all and (min-width: 1440px) {
      footer .footer {
        padding: 29px 0 33px 0; } }
  footer .logo-footer {
    position: relative;
    height: 100%;
    width: 100%; }
    footer .logo-footer img {
      display: block;
      max-width: 325px;
      width: 100%; }
      @media all and (min-width: 577px) {
        footer .logo-footer img {
          position: absolute;
          bottom: 0;
          right: 0; } }
      @media all and (max-width: 576px) {
        footer .logo-footer img {
          padding-top: 10px; } }
  footer .footer-shadow {
    height: 0;
    position: relative; }
    footer .footer-shadow::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 5%;
      right: 5%;
      height: 1.5vw;
      background: #ff0000;
      border-radius: 50%;
      box-shadow: 0px -7px 10px 0px rgba(0, 0, 0, 0.3); }

.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: -9px;
  text-align: center;
  margin-left: 0; }

.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 {
  padding: 0 0 0 20px; }
  .search::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .search .cc {
    padding: 0 4px;
    position: relative; }
    .search .cc::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
  .search .input-group {
    margin-bottom: 0; }
  .search .search-title {
    padding-top: 3.125%;
    padding-bottom: 2.77778%;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-size: 2.77778vw;
    line-height: 3.125vw;
    text-transform: uppercase;
    color: #fff; }
    @media all and (min-width: 1440px) {
      .search .search-title {
        padding: 45px 0 40px 0;
        font-size: 40px;
        line-height: 45px; } }
    @media all and (max-width: 930px) {
      .search .search-title {
        font-size: 30px;
        line-height: 35px; } }
  .search .search-col {
    padding: 10px 0; }
    .search .search-col select {
      width: 100%;
      height: 48px;
      border: none; }
    .search .search-col .input-group {
      border-radius: 0;
      border: 1px solid #8d8e8e;
      background: #666; }
      .search .search-col .input-group label {
        color: #fff; }
      .search .search-col .input-group .select2-container .select2-selection--single {
        background: none;
        height: 60px; }
      .search .search-col .input-group .select2-container--default .select2-selection .select2-selection__rendered {
        line-height: 34px;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600; }
      .search .search-col .input-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #fff; }
      .search .search-col .input-group .select2-container--default .select2-selection .select2-selection__arrow {
        border-left: none;
        color: #ccc; }
      .search .search-col .input-group .select2-container .select2-selection--single .select2-selection__clear {
        margin-top: 4px;
        color: #fff;
        font-size: 30px; }
  .search .search-btns {
    display: none; }
    .search .search-btns::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .search .search-btns a {
      padding-top: 18px;
      padding-bottom: 18px;
      display: block;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      background: #666;
      border: 1px solid #8d8e8e;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.3s;
      text-align: center; }
      .search .search-btns a i {
        padding-right: 8px; }
  .search.on .search-btns {
    display: block; }

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

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

.picture-viewer {
  position: relative;
  overflow: hidden;
  border-radius: 0; }
  .picture-viewer .img {
    border-radius: 0;
    border: 1px solid #b1b3b4;
    position: relative;
    display: block;
    margin-bottom: 10px; }
    .picture-viewer .img img {
      display: block;
      width: 100%;
      border-radius: 0; }
    .picture-viewer .img.thumb {
      border: none;
      padding: 10px;
      margin: 0;
      text-decoration: none;
      width: 33.33%;
      float: left; }
      .picture-viewer .img.thumb img {
        border: 1px solid #b1b3b4;
        display: block;
        width: 100%; }
    .picture-viewer .img.hidden {
      display: none; }
  .picture-viewer .thumbs {
    margin: 0 -10px 20px -10px; }
  .picture-viewer .img-overlay {
    position: absolute;
    top: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.1s;
    z-index: 1;
    left: 10px;
    right: 10px;
    border-radius: 0; }
    .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: 0;
  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: #231f20; }
  .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 {
  padding-left: 20px; }
  @media (max-width: 992px) {
    .detail {
      padding-left: 0; } }
  .detail h2 {
    margin: 0;
    padding: 16px 0 10px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff; }
  .detail .car-price {
    padding: 45px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 6px; }
    .detail .car-price .price {
      display: inline-block;
      font-style: normal;
      font-size: 14px;
      line-height: 33px;
      font-weight: 600;
      color: #fff; }
      .detail .car-price .price strong {
        display: block;
        font-family: "Rajdhani", sans-serif;
        font-size: 30px;
        line-height: 34px;
        font-weight: 700; }
      .detail .car-price .price em {
        display: block;
        font-style: normal;
        line-height: 20px;
        margin-top: -4px; }
  .detail .specs-row {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    padding-bottom: 13px; }
    .detail .specs-row label, .detail .specs-row span {
      display: block;
      text-transform: uppercase; }
    .detail .specs-row label {
      line-height: 15px;
      font-size: 14px;
      color: #ccc; }
    .detail .specs-row span {
      line-height: 18px;
      font-size: 18px;
      color: #fff; }

.actions a.cta {
  margin-bottom: 20px;
  background: #666;
  border-color: #8d8e8e;
  color: #fff;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  width: 100%; }

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

.options ul {
  margin: 0;
  padding: 0;
  padding-left: 18px; }

.options ul li {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

.options a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px; }

.car-nav a {
  font-size: 20px;
  color: #777;
  display: block;
  float: left;
  width: 40px;
  text-align: center;
  line-height: 38px;
  margin-left: 10px;
  background: #eee;
  border: 1px solid #b1b3b4; }
  .car-nav a i {
    font-size: 16px;
    line-height: 38px; }

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

.popup .popup-footer {
  padding-top: 15px; }

.popup-header {
  padding: 17px 0; }

.popup .popup-title {
  display: block;
  font-size: 26px;
  line-height: 34px;
  text-transform: none;
  padding: 0;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  color: #231f20; }

.text-link {
  margin-top: -15px;
  padding-bottom: 15px; }

.popup-footer-title {
  font-size: 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: #e3e4e4;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    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: #e3e4e4;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .popup-overlay .popup .popup-title {
    display: block;
    font-size: 26px;
    line-height: 34px;
    text-transform: none;
    padding: 0;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    color: #231f20; }
  .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: #e3e4e4;
    padding: 15px 20px 20px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .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: #555;
      padding-bottom: 27px; }
      .popup-overlay .popup .popup-footer .note a {
        color: #555; }
  .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: 0;
    text-align: center;
    right: 50px; }

.input-group, .form.read-only .edit-sub-form .input-group {
  position: relative;
  padding: 0;
  border: 1px solid #555;
  background: #ededed;
  border-radius: 0;
  margin-bottom: 12px; }
  .input-group label, .form.read-only .edit-sub-form .input-group label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    padding: 0 0 0 12px;
    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;
    line-height: 17px;
    color: #111; }
  .input-group input, .input-group select, .input-group textarea, .form.read-only .edit-sub-form .input-group input, .form.read-only .edit-sub-form .input-group select, .form.read-only .edit-sub-form .input-group textarea {
    background: none;
    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: #111;
    font-size: 14px;
    line-height: 22px;
    font-family: "Rajdhani", sans-serif; }
  .input-group.error, .form.read-only .edit-sub-form .input-group.error {
    border-color: #ff0000; }
    .input-group.error label, .form.read-only .edit-sub-form .input-group.error label {
      color: #ff0000; }
  .input-group.notempty label, .form.read-only .edit-sub-form .input-group.notempty label {
    transform: none;
    opacity: 0.8; }
  .input-group.notempty input, .input-group.notempty textarea, .form.read-only .edit-sub-form .input-group.notempty input, .form.read-only .edit-sub-form .input-group.notempty textarea {
    padding: 21px 11px 5px 11px; }
  .input-group.notempty .select2-container .select2-selection--single .select2-selection__clear, .form.read-only .edit-sub-form .input-group.notempty .select2-container .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: normal;
    padding-right: 40px;
    line-height: 22px;
    margin-top: -7px;
    color: #333; }
  .input-group.notempty .select2-container .select2-selection--single .select2-selection__rendered, .form.read-only .edit-sub-form .input-group.notempty .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 18px 12px 8px 12px; }
  .input-group .select2-container--default .select2-selection, .form.read-only .edit-sub-form .input-group .select2-container--default .select2-selection {
    background: none;
    border: none;
    padding: 0;
    height: auto;
    line-height: 20px;
    border-radius: 0px; }
    .input-group .select2-container--default .select2-selection .select2-selection__rendered, .form.read-only .edit-sub-form .input-group .select2-container--default .select2-selection .select2-selection__rendered {
      padding: 13px 12px;
      font-size: 14px;
      line-height: 20px;
      color: #333;
      font-family: "Rajdhani", sans-serif; }
    .input-group .select2-container--default .select2-selection .select2-selection__arrow, .form.read-only .edit-sub-form .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; }
  .input-group.phone, .form.read-only .edit-sub-form .input-group.phone {
    padding-left: 54px;
    position: relative; }
    .input-group.phone .input-part, .form.read-only .edit-sub-form .input-group.phone .input-part {
      position: absolute;
      top: 0;
      left: 0; }
    .input-group.phone label, .form.read-only .edit-sub-form .input-group.phone label {
      left: 54px;
      padding-left: 6px; }
    .input-group.phone input, .form.read-only .edit-sub-form .input-group.phone input {
      padding-left: 6px; }
    .input-group.phone .select2-container--default .select2-selection, .form.read-only .edit-sub-form .input-group.phone .select2-container--default .select2-selection {
      background: none; }
    .input-group.phone .select2-container--default .select2-selection .select2-selection__rendered, .form.read-only .edit-sub-form .input-group.phone .select2-container--default .select2-selection .select2-selection__rendered {
      padding: 15px 12px !important; }
    .input-group.phone .select2-container--default .select2-selection .select2-selection__arrow, .form.read-only .edit-sub-form .input-group.phone .select2-container--default .select2-selection .select2-selection__arrow {
      width: 14px;
      border-left: none; }

.input-chk {
  position: relative;
  padding-top: 7px; }
  .input-chk input {
    display: none; }
  .input-chk label {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
    color: #231f20; }
  .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: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #ededed;
    color: #ededed;
    line-height: 13px;
    text-align: center;
    border: 1px solid #555; }
  .input-chk.error label, .input-chk.error label a {
    color: #ff0000 !important; }
  .input-chk.error label::before {
    border-color: #ff0000; }
  .input-chk input[type=checkbox]:checked + label::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    border-color: #444;
    background: #444; }

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

.chk-group.shares {
  display: block; }

.input-control {
  position: relative; }
  .input-control.copy a {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    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: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

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

hr {
  border: none;
  height: 1px;
  background: #fff;
  padding: 0;
  margin: 20px 0 10px 0; }

.list, .profile-menu {
  padding-left: 20px; }
  @media (max-width: 992px) {
    .list, .profile-menu {
      padding-left: 0; } }
  .list h1, .profile-menu h1 {
    color: #fff; }
  .list div.list-section, .profile-menu div.list-section {
    padding-bottom: 47px; }
    .list div.list-section h3, .profile-menu div.list-section h3 {
      margin: 0;
      display: block;
      line-height: 32px;
      padding: 9px 0;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
  .list ul, .list ul li, .profile-menu ul, .profile-menu ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .list ul, .profile-menu ul {
    border-top: 1px solid #777; }
  .list ul li a, .profile-menu ul li a {
    display: block;
    padding: 9px 0;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #777;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
    .list ul li a.active, .profile-menu ul li a.active {
      font-weight: 700;
      border-bottom-color: #fff; }

.profile-menu {
  padding-top: 80px; }
  .profile-menu ul {
    border-top: none; }

.block {
  display: flex;
  background: #fff;
  border-radius: 0;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border: 1px solid #b1b3b4;
  background: #eee; }
  .block::after {
    display: block;
    clear: both;
    width: 0;
    height: 0;
    float: none;
    content: ''; }
  .block .img {
    flex: 0 0 50%;
    order: 0;
    max-width: 50%; }
    .block .img img {
      display: block;
      width: 100%; }
  .block .text {
    flex: 0 0 50%;
    order: 1;
    box-sizing: border-box;
    padding: 48px;
    padding-bottom: 130px;
    font: normal normal normal 16px/24px "Rajdhani", sans-serif;
    max-width: 50%;
    color: #231f20;
    position: relative; }
    .block .text h2 {
      font-family: "Rajdhani", sans-serif;
      font-weight: 600;
      color: #231f20;
      margin: 0;
      font-size: 24px;
      line-height: 30px;
      padding: 0 0 26px 0;
      text-transform: uppercase; }
    .block .text p {
      padding: 0; }
    .block .text .cta {
      position: absolute;
      bottom: 48px;
      left: 48px; }
  .block.right .img {
    order: 1; }
  .block.right .text {
    order: 0; }
  .block.uneven .img {
    flex: 0 0 65%;
    max-width: 65%; }
  .block.uneven .text {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 30px;
    padding-bottom: 110px; }
    .block.uneven .text .cta {
      position: absolute;
      bottom: 30px;
      left: 30px;
      padding-left: 10px;
      padding-right: 10px;
      display: block;
      right: 30px;
      text-align: center; }
  @media all and (max-width: 801px) {
    .block .img, .block .text, .block.right .img, .block.right .text, .block.uneven .img, .block.uneven .text, .block.uneven.right .img, .block.uneven.right .text {
      flex: 0 0 100%;
      max-width: 100%;
      order: 0; }
    .block .text, .block.right .text, .block.uneven.right .text {
      padding: 20px;
      padding-bottom: 100px; }
    .block .text .cta {
      position: absolute;
      bottom: 30px;
      left: 20px; } }

.map-holder {
  padding-top: 43.4%;
  position: relative;
  max-height: 460px; }
  .map-holder .map {
    position: absolute;
    top: 0;
    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: 992px) {
    .mob-btn, .sort-btn {
      display: block; } }

header .mob-btn {
  padding-top: 12px; }

@media all and (max-width: 992px) {
  .mob-collapse, .col.xl3.mob-collapse {
    width: 0;
    flex: 0 0 0;
    max-width: 0;
    padding: 0; } }

.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: "Rajdhani", sans-serif;
    font-weight: 300; }
  .mob-search-header .mob-search-btns {
    position: absolute;
    top: 0;
    right: 12px;
    padding-top: 1.59722%;
    line-height: 38px; }
    .mob-search-header .mob-search-btns a {
      display: inline-block;
      line-height: 38px;
      font-size: 16px;
      color: #777;
      padding-left: 20px; }

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

.sort-pnl {
  margin-top: -12px; }
  .sort-pnl .sort-header {
    display: none; }
  .sort-pnl .list-sorter {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    width: 170px;
    margin-left: 6px; }
    .sort-pnl .list-sorter select {
      display: block;
      width: 100%; }
  .sort-pnl .select2-container {
    font-size: 15px; }
  .sort-pnl .select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #b1b3b4;
    border-radius: 0;
    background: #eee; }
  .sort-pnl .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    font-weight: normal; }
  .sort-pnl .select2-container .select2-selection--single .select2-selection__arrow {
    height: 43px; }
  .sort-pnl .select2-container .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 100%;
    left: 0;
    margin-top: -11px;
    text-align: center; }
  .sort-pnl .select2-container .select2-selection--single .select2-selection__clear {
    display: none; }

.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;
      border-radius: 0;
      overflow: hidden; }
    .paging-holder .paging a {
      border-radius: 0;
      display: block;
      float: left;
      height: 45px;
      width: 45px;
      line-height: 43px;
      text-align: center;
      background: #fff;
      font-size: 14px;
      color: #777;
      background: #eee;
      text-decoration: none;
      border: 1px solid #b1b3b4;
      margin: 0 3px; }
      .paging-holder .paging a.active {
        color: #231f20;
        background: #fff; }

.nav-extra {
  display: none; }

@media all and (max-width: 1200px) {
  .header-right {
    min-width: 45px; }
  header {
    height: 60px; }
    header .logo {
      padding-top: 15px; }
      header .logo img {
        height: 30px; }
    header .mob-btn {
      display: block; }
    header .nav-right {
      display: none; }
    header .nav-extra {
      display: block; }
    header nav {
      display: none;
      background: #fff;
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      transform: none;
      text-align: left;
      padding-top: 0; }
      header nav a {
        display: block;
        padding: 15px;
        float: none;
        border-top: 1px solid #ccc;
        margin: 0; }
        header nav a.active {
          border-bottom: none;
          color: #444; }
  content {
    padding-top: 60px; } }

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

@media all and (max-width: 992px) {
  .mob-hide {
    display: none; }
  .mob-margin-top {
    padding-top: 50px; }
  .mob-abs {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px; }
  h1.mob-extra {
    padding-top: 55px; }
  .car-nav {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }
    .car-nav::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .car-nav a {
      text-align: center;
      width: 33.33%;
      border-left: 1px solid #e2e2e2;
      display: block;
      float: left;
      line-height: 34px;
      margin: 0; }
      .car-nav a:first-child {
        text-align: center;
        border-right: none; }
      .car-nav a:last-child {
        text-align: center; }
  .search {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-right: 20px;
    background: #555;
    padding-bottom: 15px; }
    .search .mob-search-header {
      display: block; }
    .search .mob-search-btns {
      display: block;
      float: right;
      color: #fff; }
      .search .mob-search-btns a {
        color: #fff; }
    .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: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #f7f7f7;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    z-index: 99;
    overflow: auto;
    padding: 12px;
    padding-top: 1.59722%; }
    .sort-pnl .sort-header {
      display: block;
      color: #231f20;
      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;
      width: 100%; }
    .sort-pnl .select2-container .select2-selection--single {
      border: 1px solid #ccc;
      border-radius: 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; } }

.chk-group.shares {
  display: block; }

@media all and (max-width: 472px) {
  .banner-holder {
    min-height: 170px; }
  .banner-holder .banner img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative; } }

.dark-bg {
  position: absolute;
  top: 0px;
  bottom: -20px;
  left: 10px;
  width: 100%;
  background: #555;
  z-index: -1; }
  @media (min-width: 1440px) {
    .dark-bg {
      width: calc(100vw - 360px); } }
  @media (max-width: 992px) {
    .dark-bg {
      width: auto;
      right: -10px;
      left: -10px; } }

@media (max-width: 992px) {
  .mob-collapse .dark-bg {
    right: 0px;
    left: 0px; } }

.address {
  padding-left: 20px;
  padding-top: 30px;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .address {
      padding-left: 0;
      padding-top: 0; } }
  .address h2, .address p {
    color: #fff;
    text-transform: uppercase; }
  .address hr {
    padding: 0;
    margin: 20px 0;
    height: 1px;
    background: #fff;
    border: none; }

.pad-med {
  padding: 0 15px; }
  @media all and (max-width: 600px) {
    .pad-med {
      padding: 0; } }

.person {
  padding-bottom: 24px; }
  .person strong {
    text-transform: uppercase;
    display: block; }

.contact label {
  min-width: 100px;
  display: inline-block; }

.band, .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; }
  .band.new, .tag.new {
    background: #0997de; }
  .band.promo, .tag.promo {
    background: #f79f4a; }

.hidden-options {
  display: none; }

.hidden-options.shown {
  display: block; }

.options-toggle-btn .shown {
  display: none; }

.options-toggle-btn.shown .shown {
  display: block; }

.options-toggle-btn.shown .not-shown {
  display: none; }

.pad-b-min {
  padding-bottom: 5px; }

.chk-list::after {
  display: block;
  content: '';
  float: none;
  clear: both; }


@media all and (max-width: 700px) {
  .banner-holder {
    padding-bottom: 100px; }
    .banner-holder .banners {
      bottom: 100px; }
    .banner-holder .banner .banner-overlay {
      padding: 20px 0; }
    .banner-holder .banner-social-holder {
      background: #444;
      padding: 10px 0; }
      .banner-holder .banner-social-holder .banner-social {
        padding: 0;
        margin: 0;
        border-left: none;
        float: none;
        text-align: left; }
        .banner-holder .banner-social-holder .banner-social .banner-social-title {
          text-align: left;
          padding-bottom: 16px; }
        .banner-holder .banner-social-holder .banner-social .banner-social-links a {
          margin-left: 0;
          margin-right: 20px; } }

@media all and (max-width: 390px) {
  .card.full-image .card-title-group {
    top: 10px; } }
			
@media all and (max-width: 400px) {
  .banner-holder {
    padding-bottom: 110px; }
 .banner-holder .banners {
    bottom: 110px;
}
.banner-holder .banner-social-holder{
	padding-top:20px;					
								}
}
.p-big {
  padding-left: 10px; }

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

.center-content {
  min-height: calc(100vh - 300px); }

.no-cards .card {
  border: none;
  background: none; }

.no-cards .card .card-header, .no-cards .card .card-content {
  padding: 0; }

.no-cards a.cta {
  background: none;
  border-color: #555;
  padding-left: 25px;
  padding-right: 25px; }

.no-cards a.cta.grey, .no-cards a.cta.no-bg {
  background: none;
  border-color: #999;
  color: #999; }

.no-cards .form .edit-actions {
  padding-top: 0; }

.search-group {
  position: relative;
  padding-right: 44px;
  display: block; }

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

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

.row.inner {
  margin: 0 -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;
  background: 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: 1;
  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 #ddd; }

.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: 16px;
  line-height: 22px;
  min-height: 22px; }

.form .edit-actions, .form .form-actions {
  padding: 19px 0; }

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

.cards-half #frmPerso, .cards-half #frmLogin {
  width: 50%;
  float: left; }

.cards-half #frmPerso {
  padding-right: 12px; }

.cards-half #frmLogin {
  padding-left: 12px; }

.cards-half #frmPerso .xl6, .cards-half #frmLogin .xl6, .cards-half #frmPerso .md8, .cards-half #frmLogin .md8 {
  flex: 0 0 100%;
  max-width: 100%; }

.form-clear {
  clear: both;
  float: none; }

.display-sub-form a {
  display: block; }

.form-error{
padding-left: 50%;
    margin-left: 12px;
    color: #ff0000;
}


.grid {
    margin:0 -5px;
}

.grid-item, .grid-sizer {
    width: 33.33%;
}
.grid-item{
padding:5px;
}
@media all and (max-width:700px) {
    .grid-item, .grid-sizer {
        width: 50%;
    }
}

@media all and (max-width:400px) {
    .grid-item, .grid-sizer {
        width: 100%;
    }
}

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










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