/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Mixins                               ||
||          2. 	Reset Styles                         ||
||          3. 	Page Preloader                       ||
||          4. 	Menu                                 ||
||          5. 	Header                               ||
||          6. 	Header search                        ||
||          7. 	Header Login Form                    ||
||          8. 	Blog                                 ||
||          9. 	Blog Single                          ||
||          10. Comments                             ||
||          11. Auto Single Page                     ||
||          12. Auto Vehicle Listings                ||
||          13. Pagination                           ||
||          14. Footer                               ||
||          15. Contact Form                         ||
||          16. Widget                               ||
||          17. Load More Button Style               ||
||          18. Widget Autos                         ||
||          19. Mobile Menu                          ||
||          20. Empty Search Page                    ||
||          21. 404                                  ||
||          22. Responsive                           ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Mixins

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
* {
  word-wrap: break-word; }

body {
  text-rendering: optimizeLegibility; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%; }

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, ul, li, ol, a, em, img, strong, fieldset, form, label, article, aside,
details, figcaption, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none; }

:focus {
  outline: 0; }

img {
  vertical-align: middle;
  outline: 0; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

html, body, textarea, input {
  -webkit-text-size-adjust: none; }

body {
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

figure {
  margin: 0 0 1rem; }

/*-------------------------------------------------------------------

==  WordPress Core.

-------------------------------------------------------------------*/
code, kbd, tt, var {
  font: 14px Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace !important;
  color: #7b7b7b;
  word-break: break-all;
  word-wrap: break-word; }

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.hidden.button {
  display: none !important; }

.alignnone {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 98%;
  padding: 10px 10px 4px;
  text-align: center;
  background: #f1f5fa; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .wp-caption.alignnone {
    margin: 5px 0 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }

/*====================================================================
==  image gallery
====================================================================*/
.gallery-columns-1 {
  float: left;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-1 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-1 .gallery-item:nth-child(3n+1) {
  clear: left; }

.gallery-columns-2 {
  float: left;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-2 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left; }

.gallery-columns-3 {
  float: left;
  width: 100%; }

.gallery-columns-3 .gallery-item {
  float: left;
  width: 33.333%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-3 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left; }

.gallery-columns-4 {
  float: left;
  width: 100%; }

.gallery-columns-4 .gallery-item {
  float: left;
  width: 25%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-4 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left; }

.gallery-columns-5 {
  float: left;
  width: 100%; }

.gallery-columns-5 .gallery-item {
  float: left;
  width: 20%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-5 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left; }

.gallery-columns-6 {
  float: left;
  width: 100%; }

.gallery-columns-6 .gallery-item {
  float: left;
  width: 16.6666%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-6 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left; }

.gallery-columns-7 {
  float: left;
  width: 100%; }

.gallery-columns-7 .gallery-item {
  float: left;
  width: 14.2857%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-7 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left; }

.gallery-columns-8 {
  float: left;
  width: 100%; }

.gallery-columns-8 .gallery-item {
  float: left;
  width: 12.5%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-8 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left; }

.gallery-columns-9 {
  float: left;
  width: 100%; }

.gallery-columns-9 .gallery-item {
  float: left;
  width: 11.1111%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-9 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

/*-------------------------------------------------------------------

==  Jarallax

-------------------------------------------------------------------*/
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: -1; }

/*-------------------------------------------------------------------

==  Padding page

-------------------------------------------------------------------*/
.fl-page-padding {
  width: 100%;
  height: 100px;
  display: block; }
  .fl-page-padding.bottom {
    height: 160px; }

/*-------------------------------------------------------------------

==  Text meant only for screen readers.

-------------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*-------------------------------------------------------------------

==  Form

-------------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  min-height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase; }

button {
  outline: none !important; }

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
select {
  font-size: 15px;
  background-color: #fff;
  color: #7b7d7f !important;
  font-family: inherit;
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: 20px;
  padding: 8px 15px;
  border: 1px solid;
  letter-spacing: .02em; }
  input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
  input[type=email]:hover,
  input[type=email]:active,
  input[type=email]:focus,
  input[type=url]:hover,
  input[type=url]:active,
  input[type=url]:focus,
  input[type=search]:hover,
  input[type=search]:active,
  input[type=search]:focus,
  input[type=password]:hover,
  input[type=password]:active,
  input[type=password]:focus,
  input[type=tel]:hover,
  input[type=tel]:active,
  input[type=tel]:focus,
  select:hover,
  select:active,
  select:focus {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  input[type=text]:focus::-webkit-input-placeholder, input[type=text]:active::-webkit-input-placeholder,
  input[type=email]:focus::-webkit-input-placeholder,
  input[type=email]:active::-webkit-input-placeholder,
  input[type=url]:focus::-webkit-input-placeholder,
  input[type=url]:active::-webkit-input-placeholder,
  input[type=search]:focus::-webkit-input-placeholder,
  input[type=search]:active::-webkit-input-placeholder,
  input[type=password]:focus::-webkit-input-placeholder,
  input[type=password]:active::-webkit-input-placeholder,
  input[type=tel]:focus::-webkit-input-placeholder,
  input[type=tel]:active::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  select:active::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #7b7d7f;
    font-size: 12px; }
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  select::-moz-placeholder {
    color: #7b7d7f;
    font-size: 12px; }
  input[type=text]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=url]::-ms-input-placeholder,
  input[type=search]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  select::-ms-input-placeholder {
    color: #7b7d7f;
    font-size: 12px; }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=url]::placeholder,
  input[type=search]::placeholder,
  input[type=password]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder {
    color: #7b7d7f;
    font-size: 12px; }

textarea {
  color: #7b7d7f !important;
  outline: none;
  resize: none;
  display: block;
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: 20px;
  padding: 8px 15px !important;
  font-size: 15px !important;
  border: 1px solid;
  letter-spacing: .02em; }
  textarea:hover, textarea:active, textarea:focus {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    box-shadow: 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    -moz-box-shadow: 0 0 0 !important; }
  textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
  textarea::-webkit-input-placeholder {
    color: #7b7d7f !important;
    font-size: 12px; }
  textarea::-moz-placeholder {
    color: #7b7d7f !important;
    font-size: 12px; }
  textarea::-ms-input-placeholder {
    color: #7b7d7f !important;
    font-size: 12px; }
  textarea::placeholder {
    color: #7b7d7f !important;
    font-size: 12px; }

/*-------------------------------------------------------------------

==  Helping Class

-------------------------------------------------------------------*/
.fl_overflow_hidden {
  overflow: hidden; }

.select-mobile-menu {
  color: #222222;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .select-mobile-menu:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: .8; }

/*-------------------------------------------------------------------

==  Float & Align

-------------------------------------------------------------------*/
.float-left {
  float: left  !important; }

.float-right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

/*-------------------------------------------------------------------

Clearfix

-------------------------------------------------------------------*/
.cf:before, .clearfix:before,
.cf:after, .clearfix:after {
  content: "";
  display: table; }

.cf:after, .clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/*-------------------------------------------------------------------

==  Links

-------------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer; }

/*-------------------------------------------------------------------

==  TYPOGRAPHY

-------------------------------------------------------------------*/
p {
  margin-bottom: 20px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  border: 0; }

.small {
  font-size: 10px; }

hr {
  display: block;
  height: 0;
  line-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0; }

kbd {
  padding: 3px 6px;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.05); }

dt, b, strong {
  font-weight: 700; }

li > p {
  margin-bottom: 0; }

table thead tr th, table tfoot tr td {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 9px;
  color: #232323; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  text-align: left; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

/*-------------------------------------------------------------------

==  Framework TYPOGRAPHY

-------------------------------------------------------------------*/
.single-post-wrapper hr, .single-page-wrapper hr {
  margin-top: 40px;
  margin-bottom: 50px; }
.single-post-wrapper ul, .single-post-wrapper > ol, .single-post-wrapper > dl, .single-page-wrapper ul, .single-page-wrapper > ol, .single-page-wrapper > dl {
  line-height: 1.6;
  margin-bottom: 17px; }
.single-post-wrapper ol, .single-page-wrapper ol {
  position: relative;
  line-height: 2;
  color: #3b3b3b;
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 10px; }
.single-post-wrapper ol > li, .single-page-wrapper ol > li {
  list-style-type: decimal;
  margin-top: 10px; }
.single-post-wrapper ul, .single-page-wrapper ul {
  margin-left: 0;
  margin-bottom: 20px; }
  .single-post-wrapper ul > li, .single-page-wrapper ul > li {
    position: relative;
    line-height: 2;
    padding-left: 20px;
    margin: 10px 0; }
    .single-post-wrapper ul > li:before, .single-page-wrapper ul > li:before {
      content: "";
      float: left;
      display: block;
      width: 4px;
      height: 4px;
      position: relative;
      top: 1em;
      left: 0;
      margin-top: -1px;
      margin-left: -20px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #222222; }
    .single-post-wrapper ul > li > ul, .single-page-wrapper ul > li > ul {
      margin-bottom: 0; }
      .single-post-wrapper ul > li > ul > li:before, .single-page-wrapper ul > li > ul > li:before {
        background: #7b7d7f !important; }
.single-post-wrapper .wp-block-gallery .blocks-gallery-item, .single-page-wrapper .wp-block-gallery .blocks-gallery-item {
  padding-left: 0; }
  .single-post-wrapper .wp-block-gallery .blocks-gallery-item:before, .single-page-wrapper .wp-block-gallery .blocks-gallery-item:before {
    display: none; }
.single-post-wrapper h1, .single-post-wrapper h2, .single-post-wrapper h3, .single-post-wrapper h4, .single-post-wrapper h5, .single-post-wrapper h6, .single-page-wrapper h1, .single-page-wrapper h2, .single-page-wrapper h3, .single-page-wrapper h4, .single-page-wrapper h5, .single-page-wrapper h6 {
  text-transform: none; }
.single-post-wrapper p a, .single-page-wrapper p a {
  text-decoration: none;
  line-height: inherit;
  color: inherit;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .single-post-wrapper p a:hover, .single-page-wrapper p a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.single-post-wrapper pre, .single-page-wrapper pre {
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  font-family: 'monospace';
  background-color: #f5f5f5;
  padding: 20px;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: auto;
  max-width: 100%; }
.single-post-wrapper address, .single-page-wrapper address {
  display: inline-block;
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 15px;
  line-height: 1.6; }
.single-post-wrapper .wp-caption, .single-page-wrapper .wp-caption {
  width: auto; }
  .single-post-wrapper .wp-caption p.wp-caption-text, .single-page-wrapper .wp-caption p.wp-caption-text {
    background: #ffffff;
    text-align: center;
    color: #898989 !important;
    margin: 0 !important; }
.single-post-wrapper abbr, .single-page-wrapper abbr {
  cursor: help;
  text-transform: uppercase; }
.single-post-wrapper img.size-auto,
.single-post-wrapper img.size-full,
.single-post-wrapper img.size-large,
.single-post-wrapper img.size-medium,
.single-post-wrapper .attachment img, .single-page-wrapper img.size-auto,
.single-page-wrapper img.size-full,
.single-page-wrapper img.size-large,
.single-page-wrapper img.size-medium,
.single-page-wrapper .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }
.single-post-wrapper .alignleft,
.single-post-wrapper img.alignleft, .single-page-wrapper .alignleft,
.single-page-wrapper img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }
.single-post-wrapper img.alignleft, .single-post-wrapper img.alignright, .single-page-wrapper img.alignleft, .single-page-wrapper img.alignright {
  clear: both; }
.single-post-wrapper .alignright, .single-page-wrapper .alignright {
  display: inline;
  float: right;
  margin-left: 1em; }
.single-post-wrapper img.alignright, .single-page-wrapper img.alignright {
  display: inline;
  float: right;
  margin: 5px 0 20px 40px; }
.single-post-wrapper .aligncenter,
.single-post-wrapper img.aligncenter, .single-page-wrapper .aligncenter,
.single-page-wrapper img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }
.single-post-wrapper img.alignleft,
.single-post-wrapper img.alignright,
.single-post-wrapper img.aligncenter, .single-page-wrapper img.alignleft,
.single-page-wrapper img.alignright,
.single-page-wrapper img.aligncenter {
  margin-bottom: 1em; }
.single-post-wrapper .wp-caption, .single-page-wrapper .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center; }
.single-post-wrapper .wp-caption p.wp-caption-text, .single-page-wrapper .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px; }
.single-post-wrapper .wp-smiley, .single-page-wrapper .wp-smiley {
  margin: 0; }
.single-post-wrapper table, .single-page-wrapper table {
  font-size: 14px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border-spacing: 0;
  text-align: center;
  margin: 0 0 18px; }
  .single-post-wrapper table thead, .single-page-wrapper table thead {
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
    .single-post-wrapper table thead tr th, .single-page-wrapper table thead tr th {
      font-size: 11px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .4px;
      padding: 9px 11px 10px;
      color: #232323; }
  .single-post-wrapper table tbody tr, .single-page-wrapper table tbody tr {
    border-bottom: 1px solid #eee; }
    .single-post-wrapper table tbody tr:last-child, .single-page-wrapper table tbody tr:last-child {
      border-bottom: none; }
  .single-post-wrapper table th, .single-post-wrapper table td, .single-page-wrapper table th, .single-page-wrapper table td {
    line-height: 2.8;
    vertical-align: middle;
    padding: 10px 12px; }
  .single-post-wrapper table th:first-child, .single-post-wrapper table td:first-child, .single-page-wrapper table th:first-child, .single-page-wrapper table td:first-child {
    text-align: left; }
.single-post-wrapper .tagssingle, .single-page-wrapper .tagssingle {
  margin-top: 30px; }
.single-post-wrapper dt, .single-post-wrapper b, .single-post-wrapper strong, .single-page-wrapper dt, .single-page-wrapper b, .single-page-wrapper strong {
  font-weight: bold; }
.single-post-wrapper .wp-caption.alignleft, .single-page-wrapper .wp-caption.alignleft {
  margin: 5px 40px 20px 0; }
.single-post-wrapper .alignleft, .single-page-wrapper .alignleft {
  float: left;
  margin: 5px 40px 20px 0; }
.single-post-wrapper .alignright, .single-page-wrapper .alignright {
  float: right;
  margin: 5px 0 20px 40px; }
.single-post-wrapper figcaption.wp-caption-text, .single-page-wrapper figcaption.wp-caption-text {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 13px 4px 13px;
  display: block; }
.single-post-wrapper .wpb_wrapper ul, .single-page-wrapper .wpb_wrapper ul {
  margin-bottom: 0; }
  .single-post-wrapper .wpb_wrapper ul li, .single-page-wrapper .wpb_wrapper ul li {
    padding-left: 0;
    margin: 0; }
    .single-post-wrapper .wpb_wrapper ul li:before, .single-page-wrapper .wpb_wrapper ul li:before {
      display: none; }

/*====================================================================
==  Clearfix for the .slides element
====================================================================*/
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.gallery-caption {
  font-size: 100%; }

.bypostauthor {
  font-size: 100%; }

.fl-post-pages {
  text-align: center; }
  .fl-post-pages .fl-pagination-text {
    margin-right: 5px;
    font-weight: bold; }
  .fl-post-pages .page-numbers {
    font-size: 13px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    color: #ffffff;
    background: #282828; }
  .fl-post-pages a .page-numbers {
    color: #232323;
    background: #f1f1f1;
    font-size: 13px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer; }
  .fl-post-pages a:hover .page-numbers {
    color: #ffffff;
    background: #282828;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }

form.fl-form-password-protected .fl-input-group {
  margin-bottom: 15px; }
  form.fl-form-password-protected .fl-input-group input[type="password"] {
    width: 50% !important;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    background: #f1f5fa;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-color: transparent; }
    form.fl-form-password-protected .fl-input-group input[type="password"]:hover, form.fl-form-password-protected .fl-input-group input[type="password"]:focus {
      -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
              box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      background: #fff !important; }
  form.fl-form-password-protected .fl-input-group button.fl-pass-button {
    line-height: 1;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
    padding: 11px 25px;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: .02em;
    -webkit-border-radius: 0;
            border-radius: 0; }

button {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 11px;
  line-height: 1;
  min-height: 40px;
  letter-spacing: 0.3px;
  border: 0; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%;
  width: 100%; }

.sticky .post--title .title-link {
  padding-left: 20px;
  position: relative; }
  .sticky .post--title .title-link:after {
    position: absolute;
    left: 0;
    top: 2px;
    content: '\f08d';
    font-family: FontAwesome;
    font-size: 17px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*====================================================================
==  Setting Header Font
====================================================================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  line-height: 1.1; }

/*====================================================================
==  Blockquote Style post
====================================================================*/
blockquote {
  margin: 1.25rem 0;
  position: relative;
  border: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  padding: 40px 20px 40px 120px !important;
  font-size: 24px;
  line-height: 1.5;
  color: #222222; }
  blockquote a {
    font-size: inherit;
    color: #222222;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out; }
    blockquote a:hover {
      color: inherit;
      -webkit-transition: 400ms ease-in-out;
      -o-transition: 400ms ease-in-out;
      transition: 400ms ease-in-out; }
  blockquote p {
    text-align: inherit; }
    blockquote p cite {
      margin-top: 20px;
      display: block; }
      blockquote p cite a {
        -webkit-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
        font-size: 13px; }
        blockquote p cite a:hover {
          opacity: 1;
          -webkit-transition: 300ms ease;
          -o-transition: 300ms ease;
          transition: 300ms ease; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 50px;
    line-height: 1;
    content: '\e84b';
    font-family: fl-custom-icon-font;
    text-align: center;
    color: #22abc3; }

/*====================================================================
==  Full width page and menu Container
====================================================================*/
.fl_main {
  overflow: hidden; }

/*====================================================================
==  Width helping class
====================================================================*/
.fl-width-10 {
  width: 10%; }

.fl-width-20 {
  width: 20%; }

.fl-width-30 {
  width: 30%; }

.fl-width-40 {
  width: 40%; }

.fl-width-50 {
  width: 50%; }

.fl-width-60 {
  width: 60%; }

.fl-width-70 {
  width: 70%; }

.fl-width-80 {
  width: 80%; }

.fl-width-90 {
  width: 90%; }

.fl-width-100 {
  width: 100%; }

/*====================================================================
==  Password protected
====================================================================*/
.fl-form-password-protected .fl-input-group .form-control {
  width: -webkit-calc(100% - 114px);
  width: calc(100% - 114px);
  float: left;
  padding-left: 15px;
  min-height: 46px; }
.fl-form-password-protected .fl-input-group .fl-pass-button {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  min-height: 46px; }

/*====================================================================
==  Gap
====================================================================*/
.fl-gap,
.fl-gap-1,
.fl-gap-2,
.fl-gap-3,
.fl-gap-4,
.fl-gap-5,
.fl-gap-6 {
  display: block;
  height: 20px; }
  .fl-gap:after, .fl-gap:before,
  .fl-gap-1:after,
  .fl-gap-1:before,
  .fl-gap-2:after,
  .fl-gap-2:before,
  .fl-gap-3:after,
  .fl-gap-3:before,
  .fl-gap-4:after,
  .fl-gap-4:before,
  .fl-gap-5:after,
  .fl-gap-5:before,
  .fl-gap-6:after,
  .fl-gap-6:before {
    content: '';
    display: table;
    clear: both; }

.fl-gap-1 {
  height: 30px; }

.fl-gap-2 {
  height: 40px; }

.fl-gap-3 {
  height: 60px; }

.fl-gap-4 {
  height: 80px; }

.fl-gap-5 {
  height: 100px; }

.fl-gap-6 {
  height: 120px; }

/* ------------------------------

Save Popup Plugin Style

-------------------------------- */
body.admin-bar .mfp-close {
  top: 30px !important; }
body.admin-bar .mfp-iframe-holder {
  padding-top: 82px;
  padding-bottom: 82px; }
body.admin-bar img.mfp-img {
  padding: 82px 0 82px; }
body.admin-bar .mfp-figure:after {
  top: 82px;
  bottom: 82px; }

.sidebar-container {
  position: relative;
  z-index: 3; }

.fl-button-pagination {
  cursor: pointer; }

.fl-load-more-btn {
  position: relative; }
  .fl-load-more-btn.loading {
    visibility: visible !important;
    -webkit-animation: loading_animation 2s infinite ease-in-out;
            animation: loading_animation 2s infinite ease-in-out; }
  .fl-load-more-btn:before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    margin-left: -6px;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent; }
  .fl-load-more-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) -2em 0 no-repeat;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl-load-more-btn:hover:after {
    -webkit-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0; }

@-webkit-keyframes loading_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@keyframes loading_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
.fl-position-relative {
  position: relative; }

.fl-position-absolute {
  position: absolute; }

.page_heading {
  background: #222222; }

.btn-hover-effect {
  position: relative;
  overflow: hidden; }
  .btn-hover-effect:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .btn-hover-effect:hover:after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 500%;
    opacity: 1; }

.fl-boxed-container {
  max-width: 1780px;
  margin: 0 auto; }

.post-share-icon a.vk:after {
  background: #4a76a8; }
.post-share-icon a.pin:after {
  background: #e60023; }
.post-share-icon a.red:after {
  background: #ff4502; }
.post-share-icon a.lin:after {
  background: #1785b0; }
.post-share-icon a.goglp:after {
  background: #d44132; }
.post-share-icon a.twi:after {
  background: #41abe1; }
.post-share-icon a.fb:after {
  background: #4267b2; }

.fl--logo-container .logotype-text {
  margin-bottom: 0; }

#fl-main-holder {
  overflow: hidden; }

.fl--header-title {
  word-wrap: break-word;
  letter-spacing: 1px;
  font-size: 40px;
  margin-bottom: 0;
  color: #fff; }

.fl-pre--title-wrapper {
  margin-bottom: 10px; }
  .fl-pre--title-wrapper .fl--sub-title {
    font-size: 20px; }

.fl--post-pre-title {
  font-size: 15px;
  color: #cbcbcb;
  margin-bottom: 5px; }

.default-btn {
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .default-btn:before, .default-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .default-btn:before {
    z-index: -2; }
  .default-btn:after {
    width: 140%;
    left: -20%;
    z-index: -1;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: skew(-35deg) scaleX(0);
        -ms-transform: skew(-35deg) scaleX(0);
            transform: skew(-35deg) scaleX(0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
  .default-btn:hover:after {
    -webkit-transform: skew(-35deg) scaleX(1);
        -ms-transform: skew(-35deg) scaleX(1);
            transform: skew(-35deg) scaleX(1); }

html .jelect-current {
  height: auto; }

.vc-auto-search .jelect-current, .vc-auto-search div.select {
  background: #fff !important;
  text-align: left;
  color: #222; }

.jelect {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .jelect.select_mod-a {
    width: 190px; }

.jelect, .media-middle {
  vertical-align: middle; }

.jelect_state_active .jelect-current:after {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.jelect-current {
  border: 1px solid #dddddd;
  line-height: 1;
  font-size: 13px;
  color: #222222;
  padding: 15px 70px 15px 20px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-wrap: normal; }
  .jelect-current:after {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #cccccc; }

.jelect-option:hover, .jelect-option_state_active {
  color: #fff !important; }

.jelect-option {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  padding: 8px 16px !important;
  display: block;
  height: 38px;
  font-size: 13px;
  line-height: 22px;
  color: #222;
  overflow-wrap: normal;
  -webkit-transition: 125ms ease-out;
  -o-transition: 125ms ease-out;
  transition: 125ms ease-out; }

.jelect-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2000;
  margin-top: 1px;
  display: none;
  max-height: 194px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px 1px #eee;
          box-shadow: 1px 1px 4px 1px #eee; }

.jelect-input {
  display: none !important; }

.jelect-options_state_active {
  display: block !important; }

.car-favorite, .add-to-compare {
  color: #fff !important; }

.single-add-to-compare .auto-title {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0; }
.single-add-to-compare .col-md-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .single-add-to-compare .col-md-9 .single-add-to-compare-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.custom-rev-slider-price-bg {
  height: 272px;
  margin-top: -30px !important;
  padding-left: 130px !important; }
  .custom-rev-slider-price-bg .bg-inner {
    position: relative;
    background: #23aac3;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 220px;
    height: 220px;
    margin-right: 30px !important;
    margin-left: auto !important;
    padding-right: 20px !important;
    padding-left: 15px !important;
    text-align: center !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1; }
    .custom-rev-slider-price-bg .bg-inner:after {
      content: '';
      position: absolute;
      width: -webkit-calc(100% + 10px);
      width: calc(100% + 10px);
      height: -webkit-calc(100% + 10px);
      height: calc(100% + 10px);
      right: -10px;
      top: auto;
      bottom: -10px;
      left: auto;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      z-index: -1; }
    .custom-rev-slider-price-bg .bg-inner .inner-main-text {
      margin-bottom: 5px !important;
      width: 100%;
      font-size: 18px !important;
      letter-spacing: -0.25px !important;
      line-height: 18px !important; }
    .custom-rev-slider-price-bg .bg-inner .price-content {
      width: 100%;
      margin-bottom: 10px !important; }
      .custom-rev-slider-price-bg .bg-inner .price-content .price {
        font-size: 66px !important;
        line-height: 66px !important; }
      .custom-rev-slider-price-bg .bg-inner .price-content .price-currency {
        font-size: 38px !important;
        line-height: 1 !important;
        vertical-align: 60% !important; }
      .custom-rev-slider-price-bg .bg-inner .price-content .price-period {
        display: block;
        font-size: 18px !important;
        text-align: right !important; }
    .custom-rev-slider-price-bg .bg-inner .period-rend {
      display: block;
      width: 100%;
      font-size: 12px !important;
      line-height: 12px !important;
      text-transform: uppercase !important; }

.header-custom-decor-rev-slider:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  height: 6px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%); }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.fl-flipper-icon {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 60px;
          perspective: 60px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  position: relative; }
  .fl-flipper-icon .fl-front-content {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-flipper-icon .fl-back-content {
    cursor: pointer;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .fl-flipper-icon .fl-back-content .fl-custom-icon-plus-symbol {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      font-size: 18px;
      margin-top: -1px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .fl-flipper-icon.opened {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.header-icon.opened .fl-flipper-icon {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.single-post-wrapper a {
  color: #222222; }
  .single-post-wrapper a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: .8; }

.wp-block-button__link {
  color: #fff !important; }

.is-style-outline .wp-block-button__link {
  color: #32373c !important;
  border: 2px solid #32373c; }

.has-large-font-size {
  line-height: 1.6; }

.wp-block-gallery.alignleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.slick-slider .slick-slide {
  float: left; }

#booking_car_info .booking_form {
  padding-top: 0; }

/*-------------------------------------------------------------------

==  Preloader Page

-------------------------------------------------------------------*/
#fl-page--preloader {
  z-index: 1999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #fl-page--preloader .save_loader_bugs {
    display: none; }
  #fl-page--preloader .fl-top-progress {
    position: absolute;
    width: 100%;
    top: 0; }
    #fl-page--preloader .fl-top-progress .fl-loader_right {
      opacity: 0.8;
      position: absolute;
      right: 100%;
      z-index: 999;
      height: 7px;
      display: inline-block;
      left: 50%;
      width: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      -o-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
    #fl-page--preloader .fl-top-progress .fl-loader_left {
      opacity: 0.8;
      position: absolute;
      z-index: 999;
      height: 7px;
      display: inline-block;
      right: 50%;
      width: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      -o-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
  #fl-page--preloader .fl--preloader-progress-bar {
    height: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 75%;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #eee; }
    #fl-page--preloader .fl--preloader-progress-bar span {
      float: left;
      width: 0;
      height: 100%;
      display: inline-block; }
  #fl-page--preloader .fl-preloader--text-percent {
    margin-top: 45px;
    font-size: 23px; }
  #fl-page--preloader.fl-preloader-close {
    -webkit-transform: translateY(-1000%);
        -ms-transform: translateY(-1000%);
            transform: translateY(-1000%);
    opacity: 0;
    -webkit-transition: opacity 0s ease-in ,-webkit-transform 0s ease-in;
    transition: opacity 0s ease-in ,-webkit-transform 0s ease-in;
    -o-transition: opacity 0s ease-in ,transform 0s ease-in;
    transition: opacity 0s ease-in ,transform 0s ease-in;
    transition: opacity 0s ease-in ,transform 0s ease-in ,-webkit-transform 0s ease-in;
    display: none; }
  #fl-page--preloader .fl-top-background-preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50%; }
  #fl-page--preloader .fl-bottom-background-preloader {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50%; }

/*-------------------------------------------------------------------

==  Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Top Header Content

-------------------------------------------------------------------*/
.fl-top-header-content {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  font-size: 14px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #dddddd;
  padding: 17px 45px;
  min-height: 60px;
  max-width: 1920px;
  margin: 0 auto; }
  .fl-top-header-content .info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .fl-top-header-content .info-container a {
      color: inherit; }
    .fl-top-header-content .info-container .left-top-header-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .fl-top-header-content .info-container .left-top-header-content .header-sidebar {
        line-height: 1;
        display: inline-block; }
        .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget > div {
            display: table;
            vertical-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 30px;
            font-size: 14px; }
            .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget > div i {
              margin-right: 6px; }
              .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget > div i.fa-envelope {
                font-size: 12px; }
            .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget > div .info-text {
              margin-right: 6px; }
            .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget > div:last-child {
              margin-right: 0; }
            .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget > div .info-bolt-text {
              color: #222222;
              font-size: 15px; }
            .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget > div a {
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease; }
              .fl-top-header-content .info-container .left-top-header-content .header-sidebar .fl-header-info-widget > div a:hover {
                -webkit-transition: .3s ease;
                -o-transition: .3s ease;
                transition: .3s ease; }
    .fl-top-header-content .info-container .right-top-header-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .fl-top-header-content .info-container .right-top-header-content .header-social-profile li {
        display: inline-block;
        padding: 0 15px; }
        .fl-top-header-content .info-container .right-top-header-content .header-social-profile li:last-child {
          padding-right: 0; }
        .fl-top-header-content .info-container .right-top-header-content .header-social-profile li a {
          color: #666666;
          font-size: 16px;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .fl-top-header-content .info-container .right-top-header-content .header-social-profile li a:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }

/*-------------------------------------------------------------------

==  Bottom Header Content

-------------------------------------------------------------------*/
.fl-header--navigation .fl--logo-container .logotype-text, .fl-header--navigation .fl--logo-container .img-logotype {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-right: 1px solid #dddddd; }

.fl-header--navigation .fl-bottom-header-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 27px 45px;
  -webkit-transition: padding .3s ease, -webkit-transform .4s ease-in-out;
  transition: padding .3s ease, -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out, padding .3s ease;
  transition: transform .4s ease-in-out, padding .3s ease;
  transition: transform .4s ease-in-out, padding .3s ease, -webkit-transform .4s ease-in-out; }
  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--logo-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      min-width: 16.6666666667%; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact i {
        float: left;
        font-size: 35px;
        padding-right: 10px;
        border-right: 1px solid #ccc; }
      .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact .header-contacts__inner {
        font-size: 12px;
        color: #222222;
        display: block;
        padding-left: 20px;
        line-height: 1; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact .header-contacts__inner .header-contacts__number {
          display: block;
          font-size: 16px;
          color: #222222;
          white-space: nowrap;
          margin-top: 6px;
          text-decoration: none;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
          .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .header-contact .header-contacts__inner .header-contacts__number:hover {
            -webkit-transition: .2s ease;
            -o-transition: .2s ease;
            transition: .2s ease; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl-mega-menu {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right; }
    .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-left: 50px; }
      .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 7.5px; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon i {
          font-size: 16px;
          cursor: pointer;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon i:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon:last-child {
          padding-right: 0; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
          display: none;
          padding-right: 10px; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.header-login {
          position: relative; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon a {
          color: inherit; }
      .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 50px; }
        .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn a {
          padding: 18px 27px;
          color: #fff;
          line-height: 1;
          font-size: 13px;
          text-transform: uppercase;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
.fl-header--navigation.fixed-navbar {
  position: absolute;
  background: #fff;
  width: 100%; }
.fl-header--navigation.fixed-enable {
  -webkit-box-shadow: 0 1px 1px 0 #ddd;
          box-shadow: 0 1px 1px 0 #ddd;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: fixed;
  background: #fff;
  z-index: 99;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
  .fl-header--navigation.fixed-enable .fl-top-header-content {
    display: none; }
.fl-header--navigation.padding-disable .fl-bottom-header-content {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: padding .3s ease, -webkit-transform .4s ease-in-out;
  transition: padding .3s ease, -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out, padding .3s ease;
  transition: transform .4s ease-in-out, padding .3s ease;
  transition: transform .4s ease-in-out, padding .3s ease, -webkit-transform .4s ease-in-out; }
.fl-header--navigation.scrollUp {
  -webkit-transform: translateY(-webkit-calc(-100% - 2px));
      -ms-transform: translateY(calc(-100% - 2px));
          transform: translateY(calc(-100% - 2px));
  -webkit-transition: padding .3s ease, -webkit-transform .4s ease-in-out;
  transition: padding .3s ease, -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out, padding .3s ease;
  transition: transform .4s ease-in-out, padding .3s ease;
  transition: transform .4s ease-in-out, padding .3s ease, -webkit-transform .4s ease-in-out; }

.header-padding {
  padding-top: 151px; }

.language-selector {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 7.5px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .language-selector > a {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition: -webkit-transform .3s ease, transform .3s ease, opacity .3s ease, visibility .3s ease;
    position: relative;
    z-index: 3; }
  .language-selector a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .language-selector a .language-flag {
      width: 18px;
      height: 18px;
      display: inline-block;
      margin-right: 5px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-background-size: cover !important;
              background-size: cover !important; }
    .language-selector a .language-name {
      color: #222222;
      font-size: 10px;
      text-transform: uppercase; }
  .language-selector ul {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    width: 100%;
    height: 100%; }
    .language-selector ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0;
      visibility: hidden; }
      .language-selector ul li:nth-child(1) {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: all .5s ease,opacity .6s ease;
        -o-transition: all .5s ease,opacity .6s ease;
        transition: all .5s ease,opacity .6s ease; }
      .language-selector ul li:nth-child(2) {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all .5s ease,opacity .6s ease;
        -o-transition: all .5s ease,opacity .6s ease;
        transition: all .5s ease,opacity .6s ease;
        margin-left: 4px; }
      .language-selector ul li:nth-child(3) {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: all .5s ease .05s,opacity .6s ease;
        -o-transition: all .5s ease .05s,opacity .6s ease;
        transition: all .5s ease .05s,opacity .6s ease;
        margin-left: 4px; }
  .language-selector:hover > a {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px); }
  .language-selector:hover ul li {
    opacity: .5;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .language-selector:hover ul li:hover {
      opacity: 1;
      -webkit-transition: all .5s ease,opacity .6s ease;
      -o-transition: all .5s ease,opacity .6s ease;
      transition: all .5s ease,opacity .6s ease;
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
    .language-selector:hover ul li.active-language {
      opacity: 1; }

.demo-language-selector {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 7.5px;
  position: relative;
  top: 2px; }
  .demo-language-selector ul li {
    display: inline-block; }
    .demo-language-selector ul li a {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .demo-language-selector ul li span {
      opacity: .5;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      margin-right: 7px;
      width: 20px;
      height: 20px;
      display: inline-block; }
    .demo-language-selector ul li:nth-child(1) span {
      background: transparent url(./images/usa-flag.png) center center no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .demo-language-selector ul li:nth-child(2) span {
      background: transparent url(./images/germany-flag.png) center center no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .demo-language-selector ul li:nth-child(3) span {
      background: transparent url(./images/france-flag.png) center center no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      margin-right: 0; }
    .demo-language-selector ul li:hover span {
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
      .demo-language-selector ul li:hover span:hover {
        opacity: 1; }
    .demo-language-selector ul li.active-language span {
      opacity: 1; }

/*-------------------------------------------------------------------

==  Bard Header Content

-------------------------------------------------------------------*/
.fl--hamburger-menu, .fl--hamburger-menu-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer; }
  .fl--hamburger-menu .fl-flipper-icon, .fl--hamburger-menu-wrapper .fl-flipper-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-perspective: 40px;
            perspective: 40px;
    position: relative; }
    .fl--hamburger-menu .fl-flipper-icon .fl-front-content, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-front-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      z-index: 2; }
      .fl--hamburger-menu .fl-flipper-icon .fl-front-content span, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-front-content span {
        margin-top: 5px;
        width: 100%;
        height: 1px;
        background: #1c1f23; }
        .fl--hamburger-menu .fl-flipper-icon .fl-front-content span:first-child, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-front-content span:first-child {
          margin-top: 0; }
    .fl--hamburger-menu .fl-flipper-icon .fl-back-content, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute;
      top: 2px;
      left: 0;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      width: 16px;
      height: 16px; }
      .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-close-icon:before, .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-close-icon:after, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content .fl-close-icon:before, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content .fl-close-icon:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px);
        background: #1c1f23;
        width: 100%;
        height: 2px;
        display: inline-block;
        content: ''; }
      .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-close-icon:before, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content .fl-close-icon:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .fl--hamburger-menu .fl-flipper-icon .fl-back-content .fl-close-icon:after, .fl--hamburger-menu-wrapper .fl-flipper-icon .fl-back-content .fl-close-icon:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .fl--hamburger-menu.opened .fl-flipper-icon, .fl--hamburger-menu-wrapper.opened .fl-flipper-icon {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

/*-------------------------------------------------------------------

==  Menu Header Content Setting

-------------------------------------------------------------------*/
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu li a i {
  margin-right: 10px; }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu li:last-child a {
  padding-bottom: 0; }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eaeaeb;
  padding: 15px 0;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px); }
  .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu.sub-nav-left {
    z-index: 1001;
    left: auto;
    margin-right: 5px;
    right: 100%;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px); }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav li.has-submenu > a:before {
  color: rgba(37, 50, 65, 0.4);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #d2d2d2;
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav li.has-submenu:hover > .double-sub-menu {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
.fl-mega-menu ul li.menu-item-depth-0 > a {
  padding: 0 18px 12.5px; }
.fl-mega-menu ul li.menu-item-depth-0.has-submenu > a:after {
  color: rgba(37, 50, 65, 0.4);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 8px;
  right: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.fl-mega-menu ul li.menu-item-depth-0:last-child a {
  padding-right: 0; }
.fl-mega-menu ul li {
  position: relative;
  display: inline-block; }
  .fl-mega-menu ul li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    white-space: nowrap; }
    .fl-mega-menu ul li a i {
      margin-right: 5px; }
    .fl-mega-menu ul li a:hover {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .fl-mega-menu ul li.has-submenu .sub-nav {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: inherit;
    left: 0;
    top: 45px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .fl-mega-menu ul li.has-submenu .sub-nav.open {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu {
      text-align: left;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      border: 1px solid #eaeaeb;
      padding: 15px 0;
      background: #fff; }
      .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li {
        display: block; }
        .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li a {
          padding: 0 60px 10px 25px;
          width: 100%;
          min-width: 150px;
          display: block;
          position: relative;
          text-transform: none;
          border-bottom: none; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul > li {
  display: block; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul > li > ul li {
    display: block; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-1 > li {
  display: block; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li {
  display: inline-block;
  float: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li:nth-child(3n) {
    clear: left; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li {
  display: inline-block;
  float: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li:nth-child(4n) {
    clear: left; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li {
  display: inline-block;
  float: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li:nth-child(5n) {
    clear: left; }
.fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li {
  display: inline-block;
  float: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(6n) {
    clear: left; }
.fl-mega-menu ul > li.sub-menu-full-width {
  position: inherit; }
  .fl-mega-menu ul > li.sub-menu-full-width .sub-nav {
    width: 100%;
    top: -webkit-calc(100% - 10px);
    top: calc(100% - 10px); }
    .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu {
      width: 100%;
      padding: 15px; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > li {
        padding-left: 15px;
        padding-right: 15px; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > li a {
          padding-left: 0;
          padding-right: 0; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li {
        display: block;
        width: 100%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li {
        display: block;
        width: 50%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li {
        display: block;
        width: 33.3333333%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li {
        display: block;
        width: 25%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li {
        display: block;
        width: 20%; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li a {
          white-space: normal; }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > .sub-menu > li {
        padding: 0; }

/*-------------------------------------------------------------------

==  Color Setting

-------------------------------------------------------------------*/
.nav-menu li a {
  color: #1c1f23; }

.nav-menu li .sub-menu li a, .fl-mega-menu .nav-menu li .sub-menu li .sub-sub-menu a {
  color: #333333; }

.fl-mega-menu > ul > li .sub-nav > ul.sub-menu-wide > li > a {
  text-transform: uppercase !important;
  line-height: 10px;
  letter-spacing: 1.2px;
  margin: 10px 0 20px 0;
  padding-bottom: 0 !important; }

/*-------------------------------------------------------------------

==  Login Form

-------------------------------------------------------------------*/
.fl--header {
  z-index: 99;
  position: relative; }

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
.fl-page-heading {
  z-index: 2;
  min-height: 300px;
  background: #1f1f1f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 32px; }
  .fl-page-heading .heading-mask {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 31, 0.6); }
  .fl-page-heading .content_header {
    z-index: 3;
    text-align: center; }
    .fl-page-heading .content_header .header-title {
      letter-spacing: -0.010em;
      color: #fff;
      font-size: 55px;
      text-transform: uppercase; }
    .fl-page-heading .content_header .breadcrumbs-heading .breadcrumbs {
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      font-size: 14px; }
      .fl-page-heading .content_header .breadcrumbs-heading .breadcrumbs a {
        color: inherit;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .fl-page-heading .content_header .breadcrumbs-heading .breadcrumbs a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
      .fl-page-heading .content_header .breadcrumbs-heading .breadcrumbs .breadcrumbs-delimiter {
        margin: 0 12px;
        font-size: 8px;
        position: relative;
        top: 1px; }
  .fl-page-heading .header-decor {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    height: 32px;
    -webkit-clip-path: polygon(0 0, 100% 0, 2.5% 100%);
            clip-path: polygon(0 0, 100% 0, 2.5% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 9%;
    display: block; }
  .fl-page-heading.post-inner-header .header-title {
    font-size: 35px; }

/*-------------------------------------------------------------------

==  Header Search

-------------------------------------------------------------------*/
.header-search-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  display: none; }
  .header-search-form .search-form-wrapper {
    margin-top: 100px;
    margin-bottom: 300px; }
  .header-search-form .search-form-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-search-form .search-form-row .searchsubmit {
      max-height: 45px;
      margin-left: 20px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .header-search-form .search-form-row .searchsubmit button {
        color: #fff; }
    .header-search-form .search-form-row input {
      background: #f2f6f7; }

/*-------------------------------------------------------------------

==  Header Login Form

-------------------------------------------------------------------*/
.login-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  display: none;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .login-form .login-gap {
    display: block;
    width: 100%; }
    .login-form .login-gap.top {
      height: 100px; }
    .login-form .login-gap.bottom {
      height: 300px; }

.remember--lost-password-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px; }
  .remember--lost-password-wrapper .remember-login-checkbox-label {
    cursor: pointer;
    margin-top: 0;
    margin-right: 20px;
    padding-left: 25px;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #fff; }
    .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"] {
      border: 0;
      padding: 0;
      width: 0;
      position: relative;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      -ms-appearance: none !important;
      -o-appearance: none !important;
      appearance: none !important; }
      .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"]:before {
        cursor: pointer;
        top: -8px;
        position: absolute;
        left: -25px;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #eaeaeb; }
    .remember--lost-password-wrapper .remember-login-checkbox-label input[type="checkbox"]:checked:after {
      position: absolute;
      top: -5px;
      left: -22px;
      font: 9px/1 FontAwesome;
      content: '\f00c';
      text-align: center; }
  .remember--lost-password-wrapper a {
    font-size: 12px; }

.fl-login-sub-menu.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
.fl-login-sub-menu .fl-login-form-entry.login-in .fl-login_form {
  display: block; }
.fl-login-sub-menu .fl-login-form-entry.login-in .fl-register-sub-menu {
  display: none; }
.fl-login-sub-menu .fl-login-form-entry.register .fl-register-sub-menu {
  display: block; }
.fl-login-sub-menu .fl-login-form-entry.register .fl-login_form {
  display: none; }
.fl-login-sub-menu .fl-login-form-entry.loading {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0.8; }

.fl-login_form p + p {
  margin-top: 20px; }
.fl-login_form .login_form_title {
  font-size: 27px;
  color: #fff;
  text-align: center; }
.fl-login_form form input {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #eaeaeb;
  margin-bottom: 0; }
.fl-login_form form button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1; }
  .fl-login_form form button:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
.fl-login_form form .title-registration {
  font-size: 12px; }
.fl-login_form form .remember--lost-password-wrapper .lost-password-link {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }
  .fl-login_form form .remember--lost-password-wrapper .lost-password-link:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 3px;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  .fl-login_form form .remember--lost-password-wrapper .lost-password-link:hover {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .fl-login_form form .remember--lost-password-wrapper .lost-password-link:hover:before {
      opacity: .8;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      background: #fff; }
.fl-login_form .registration-text-wrapper {
  margin-top: 15px;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fl-login_form .registration-text-wrapper .registration-text {
    margin-right: 10px; }
  .fl-login_form .registration-text-wrapper .registration-link {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #1c1f23; }
    .fl-login_form .registration-text-wrapper .registration-link:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: 3px;
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1);
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: opacity, transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
    .fl-login_form .registration-text-wrapper .registration-link:hover {
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .fl-login_form .registration-text-wrapper .registration-link:hover:before {
        opacity: .8;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }

.login-in {
  display: inline-block;
  margin: 0 auto;
  min-width: 370px; }
  .login-in p + p {
    margin-top: 20px; }
  .login-in .register_form_title {
    font-size: 22px;
    text-align: center; }
  .login-in form input {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #eaeaeb;
    background-color: white;
    margin-bottom: 0; }
  .login-in form .register-submit-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 11px; }
    .login-in form .register-submit-btn:hover {
      background: transparent !important; }
  .login-in form .reg_passmail {
    text-align: left;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px; }
  .login-in form .register-text-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 11px; }
    .login-in form .register-text-link .registration-text {
      margin-right: 10px; }
    .login-in form .register-text-link .login-in-link {
      position: relative;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #1c1f23; }
      .login-in form .register-text-link .login-in-link:before {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: 3px;
        -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
                transform-origin: 0 50%;
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform; }
      .login-in form .register-text-link .login-in-link:hover {
        opacity: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .login-in form .register-text-link .login-in-link:hover:before {
          opacity: .8;
          -webkit-transform: scale3d(1, 1, 1);
                  transform: scale3d(1, 1, 1);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left; }
  .login-in form .login-in-btn {
    color: #fff;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }

/*-------------------------------------------------------------------

==  Blog

-------------------------------------------------------------------*/
.fl-blog-post-div .post-style-default .fl-post--item {
  margin-bottom: 50px; }
  .fl-blog-post-div .post-style-default .fl-post--item:last-child {
    margin-bottom: 0; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder {
    position: relative;
    margin-bottom: 15px; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category {
      position: absolute;
      right: 30px;
      bottom: 30px;
      display: block;
      z-index: 2; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category .category-post a {
        line-height: 1;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 10px;
        padding: 11px 15px;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        margin-right: 3px;
        margin-bottom: 5px; }
        .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category .category-post a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder a.image-post-link {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(31, 31, 31, 0.5); }
      .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder a.image-post-link .link-decor {
        display: inline-block;
        opacity: 0;
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder:hover a.image-post-link {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      opacity: 1;
      visibility: visible; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder:hover a.image-post-link .link-decor {
        opacity: 1; }
        .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder:hover a.image-post-link .link-decor:first-child {
          margin-left: -13px; }
        .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder:hover a.image-post-link .link-decor:last-child {
          margin-left: 13px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    font-size: 13px; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-date-content {
      display: inline-block;
      margin-right: 8px;
      line-height: 1; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-date-content a {
        color: inherit;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-date-content a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .author-post-content {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 8px; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .author-post-content .author-avatar {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 10px; }
        .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .author-post-content .author-avatar img {
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .author-post-content .author-prefix {
        margin-right: 4px; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .author-post-content .author-link a {
        color: inherit;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .author-post-content .author-link a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-comments-content {
      line-height: 1; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-comments-content i {
        margin-right: 3px;
        position: relative;
        top: -1px; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-comments-content a {
        color: inherit;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-comments-content a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post--title {
    font-size: 24px;
    margin-bottom: 15px; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post--title a {
      line-height: 1.3;
      color: #222222;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post--title a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-text--content {
    margin-bottom: 25px;
    color: #555555; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-btn-read-more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f1f5fa; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-btn-read-more a {
      font-size: 12px;
      text-transform: uppercase;
      line-height: 1;
      padding: 15px 30px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-btn-read-more a:hover {
        color: #fff;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
.fl-blog-post-div .post-style-default-two .fl-post--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px; }
  .fl-blog-post-div .post-style-default-two .fl-post--item:last-child {
    margin-bottom: 0; }
  .fl-blog-post-div .post-style-default-two .fl-post--item .post-left-content {
    margin-right: 20px; }
    .fl-blog-post-div .post-style-default-two .fl-post--item .post-left-content .post--holder {
      position: relative; }
      .fl-blog-post-div .post-style-default-two .fl-post--item .post-left-content .post--holder a {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: rgba(31, 31, 31, 0.5); }
        .fl-blog-post-div .post-style-default-two .fl-post--item .post-left-content .post--holder a .link-decor {
          display: inline-block;
          opacity: 0;
          position: absolute;
          z-index: 5;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 6px;
          height: 6px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .fl-blog-post-div .post-style-default-two .fl-post--item .post-left-content .post--holder:hover a {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        opacity: 1;
        visibility: visible; }
        .fl-blog-post-div .post-style-default-two .fl-post--item .post-left-content .post--holder:hover a .link-decor {
          opacity: 1; }
          .fl-blog-post-div .post-style-default-two .fl-post--item .post-left-content .post--holder:hover a .link-decor:first-child {
            margin-left: -13px; }
          .fl-blog-post-div .post-style-default-two .fl-post--item .post-left-content .post--holder:hover a .link-decor:last-child {
            margin-left: 13px; }
  .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .category-post {
    margin-bottom: 25px; }
    .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .category-post a {
      line-height: 1;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 11px;
      padding: 11px 15px;
      border: 1px solid #ddd;
      text-transform: uppercase;
      color: #222222;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      margin-right: 3px;
      margin-bottom: 5px; }
      .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .category-post a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        color: #fff; }
  .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post--title {
    font-size: 26px;
    margin-bottom: 15px; }
    .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post--title a {
      line-height: 1.3;
      color: #222222;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post--title a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
  .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-info {
    color: #222222;
    font-size: 13px;
    margin-bottom: 25px; }
    .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-info .date-post {
      display: inline-block;
      margin-right: 4px; }
      .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-info .date-post a {
        color: inherit;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-info .date-post a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-info .author-post {
      display: inline-block; }
      .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-info .author-post .author-link a {
        color: inherit;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-info .author-post .author-link a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
  .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-text--content {
    margin-bottom: 40px;
    color: #555555; }
  .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-btn-read-more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-btn-read-more a {
      font-size: 12px;
      text-transform: uppercase;
      line-height: 1;
      padding: 15px 30px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      color: #fff; }
      .fl-blog-post-div .post-style-default-two .fl-post--item .post-right-content .post-btn-read-more a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
.fl-blog-post-div .post-style-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .fl-blog-post-div .post-style-grid .fl-post--item {
    margin-top: 60px; }
    .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(even) {
      padding-left: 30px; }
    .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(odd) {
      padding-right: 30px; }
    .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(1), .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(2) {
      margin-top: 0; }
    .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content {
      margin-bottom: 20px; }
      .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder {
        position: relative; }
        .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder a.image-post-link {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          opacity: 0;
          visibility: hidden;
          top: 0;
          left: 0;
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 100%;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          background: rgba(31, 31, 31, 0.5); }
          .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder a.image-post-link .link-decor {
            display: inline-block;
            opacity: 0;
            position: absolute;
            z-index: 5;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder:hover a.image-post-link {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          opacity: 1;
          visibility: visible; }
          .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder:hover a.image-post-link .link-decor {
            opacity: 1; }
            .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder:hover a.image-post-link .link-decor:first-child {
              margin-left: -13px; }
            .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder:hover a.image-post-link .link-decor:last-child {
              margin-left: 13px; }
        .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder .category-post {
          z-index: 2;
          position: absolute;
          right: 30px;
          bottom: 30px; }
          .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder .category-post a {
            line-height: 1;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-size: 10px;
            padding: 9px 13px;
            text-transform: uppercase;
            color: #fff;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
            margin-right: 3px;
            margin-bottom: 5px; }
            .fl-blog-post-div .post-style-grid .fl-post--item .post-top-content .post--holder .category-post a:hover {
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease; }
    .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post--title {
      font-size: 26px;
      line-height: 1.5;
      margin-bottom: 15px; }
      .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post--title a {
        color: #222222;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post--title a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post-info {
      font-size: 13px;
      margin-bottom: 25px;
      line-height: 1;
      color: #222222; }
      .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post-info .date-post, .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post-info .author-post {
        display: inline-block; }
        .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post-info .date-post a, .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post-info .author-post a {
          color: inherit;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post-info .date-post a:hover, .fl-blog-post-div .post-style-grid .fl-post--item .post-bottom-content .post-info .author-post a:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
.fl-blog-post-div .right-sidebar .post-wrapper.post-style-default .fl-post--item .post-left-content, .fl-blog-post-div .left-sidebar .post-wrapper.post-style-default .fl-post--item .post-left-content {
  margin-right: 0; }
.fl-blog-post-div .right-sidebar .post-wrapper.post-style-default .fl-post--item .post-right-content .category-post, .fl-blog-post-div .left-sidebar .post-wrapper.post-style-default .fl-post--item .post-right-content .category-post {
  margin-bottom: 15px; }
.fl-blog-post-div .right-sidebar .post-wrapper.post-style-default .fl-post--item .post-right-content .post--title, .fl-blog-post-div .left-sidebar .post-wrapper.post-style-default .fl-post--item .post-right-content .post--title {
  font-size: 21px; }
.fl-blog-post-div .right-sidebar .post-wrapper.post-style-default .fl-post--item .post-right-content .post-info, .fl-blog-post-div .left-sidebar .post-wrapper.post-style-default .fl-post--item .post-right-content .post-info {
  margin-bottom: 15px; }
.fl-blog-post-div .right-sidebar .post-wrapper.post-style-default .fl-post--item .post-right-content .post-text--content, .fl-blog-post-div .left-sidebar .post-wrapper.post-style-default .fl-post--item .post-right-content .post-text--content {
  margin-bottom: 30px; }

/*-------------------------------------------------------------------

==  Blog Single

-------------------------------------------------------------------*/
.bg-holder {
  margin-top: -52px;
  padding-top: 137px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: relative; }
  .bg-holder .bg-holder-after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 343px;
    background-position-x: 50%;
    -webkit-background-size: cover;
            background-size: cover;
    content: ''; }

.single-post-wrapper .post-holder--info .post-holder {
  position: relative;
  margin-bottom: 50px; }
  .single-post-wrapper .post-holder--info .post-holder .holder-decor {
    height: 32px;
    -webkit-clip-path: polygon(4% 0, 100% 100%, 0% 100%);
            clip-path: polygon(4% 0, 100% 100%, 0% 100%);
    top: auto;
    bottom: -1px;
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    background: #fff; }
.single-post-wrapper .post-holder--info .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #dddddd;
  line-height: 1;
  font-size: 13px; }
  .single-post-wrapper .post-holder--info .post-info .left-post-top-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #222222; }
    .single-post-wrapper .post-holder--info .post-info .left-post-top-content a {
      color: inherit;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .single-post-wrapper .post-holder--info .post-info .left-post-top-content a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .single-post-wrapper .post-holder--info .post-info .left-post-top-content .date-post {
      margin-right: 10px; }
    .single-post-wrapper .post-holder--info .post-info .left-post-top-content .comments-post {
      margin-left: 10px; }
      .single-post-wrapper .post-holder--info .post-info .left-post-top-content .comments-post i {
        margin-right: 3px; }
      .single-post-wrapper .post-holder--info .post-info .left-post-top-content .comments-post .comment-count {
        -webkit-transition: color .1s ease;
        -o-transition: color .1s ease;
        transition: color .1s ease; }
      .single-post-wrapper .post-holder--info .post-info .left-post-top-content .comments-post:hover .comment-count {
        -webkit-transition: color .1s ease;
        -o-transition: color .1s ease;
        transition: color .1s ease;
        color: inherit !important; }
  .single-post-wrapper .post-holder--info .post-info .right-post-top-content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .single-post-wrapper .post-holder--info .post-info .right-post-top-content .post-share-icon .share-text {
      color: #222222;
      margin-right: 5px; }
    .single-post-wrapper .post-holder--info .post-info .right-post-top-content .post-share-icon a {
      margin: 0 3px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      color: #cccccc;
      position: relative;
      overflow: hidden; }
      .single-post-wrapper .post-holder--info .post-info .right-post-top-content .post-share-icon a i {
        z-index: 2; }
      .single-post-wrapper .post-holder--info .post-info .right-post-top-content .post-share-icon a:first-child {
        margin-left: 0; }
      .single-post-wrapper .post-holder--info .post-info .right-post-top-content .post-share-icon a:last-child {
        margin-right: 0; }
      .single-post-wrapper .post-holder--info .post-info .right-post-top-content .post-share-icon a:hover {
        color: #fff !important;
        background: transparent !important;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .single-post-wrapper .post-holder--info .post-info .right-post-top-content .post-share-icon a:hover:after {
          -webkit-transform: translate(0) scale(1.2);
              -ms-transform: translate(0) scale(1.2);
                  transform: translate(0) scale(1.2); }
      .single-post-wrapper .post-holder--info .post-info .right-post-top-content .post-share-icon a:after {
        -webkit-transition: -webkit-transform .3s ease 0s;
        transition: -webkit-transform .3s ease 0s;
        -o-transition: transform .3s ease 0s;
        transition: transform .3s ease 0s;
        transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
        position: absolute;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-transform: translate(0, 35px);
            -ms-transform: translate(0, 35px);
                transform: translate(0, 35px);
        content: ''; }
.single-post-wrapper .post-holder--info .post-title {
  margin-bottom: 1.25rem;
  font-size: 30px; }
.single-post-wrapper .post-holder--info.offset-xl-1 .post-holder {
  margin-left: -15px;
  margin-right: -15px; }
.single-post-wrapper .post-holder--info.offset-xl-1 .post-info {
  margin-left: -15px;
  margin-right: -15px; }
.single-post-wrapper .post-holder--info.offset-xl-1 .post-title {
  margin-left: -15px;
  margin-right: -15px; }
.single-post-wrapper .post-category--tags {
  position: relative;
  margin-top: 70px;
  padding: 40px 110px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .single-post-wrapper .post-category--tags:after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./images/post-bg-1-min.png);
    background-position: left bottom;
    background-repeat: repeat-y; }
  .single-post-wrapper .post-category--tags:before {
    display: block;
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(./images/post-bg-1-min.png);
    background-position: right bottom;
    background-repeat: no-repeat; }
  .single-post-wrapper .post-category--tags.style-two {
    background: url(./images/post-bg-2-min.png) 50% 50% no-repeat; }
    .single-post-wrapper .post-category--tags.style-two:before, .single-post-wrapper .post-category--tags.style-two:after {
      display: none; }
  .single-post-wrapper .post-category--tags .category-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .single-post-wrapper .post-category--tags .category-post a {
      line-height: 1;
      margin: 5px;
      border: 1px solid #dddddd;
      font-size: 11px;
      text-transform: uppercase;
      padding: 12px 20px;
      color: #222222;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .single-post-wrapper .post-category--tags .category-post a:hover {
        color: #fff;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
  .single-post-wrapper .post-category--tags .tags-single-blog {
    margin-top: 15px;
    display: block;
    width: 100%; }
    .single-post-wrapper .post-category--tags .tags-single-blog .tags-content-text {
      color: #222222;
      text-transform: uppercase; }
    .single-post-wrapper .post-category--tags .tags-single-blog .tags-content {
      font-size: 14px; }
      .single-post-wrapper .post-category--tags .tags-single-blog .tags-content a {
        color: inherit;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .single-post-wrapper .post-category--tags .tags-single-blog .tags-content a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }

/*-------------------------------------------------------------------

==  Comments

-------------------------------------------------------------------*/
.post-content-bottom {
  margin-top: 70px; }

.comments-container .comment-respond {
  margin-bottom: 40px; }
.comments-container .comment-title {
  margin-bottom: 40px; }
.comments-container .reply-title {
  margin-bottom: 40px; }
.comments-container .comments-list {
  margin-bottom: 50px; }
  .comments-container .comments-list .comment > .comment {
    padding-left: 35px; }
  .comments-container .comments-list .fl-comment .comment-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee; }
    .comments-container .comments-list .fl-comment .comment-container .comment-avatar {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding-right: 20px; }
      .comments-container .comments-list .fl-comment .comment-container .comment-avatar img {
        max-width: 80px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
    .comments-container .comments-list .fl-comment .comment-container .comment-meta {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: -webkit-calc(100% - 100px);
      max-width: calc(100% - 100px); }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta a {
        color: #222222; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta a:hover {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          opacity: .8; }
      .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 13px; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
          color: #222222;
          margin-right: 15px;
          font-size: 17px; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name a {
            color: inherit;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name a:hover {
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out;
              opacity: .7; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time {
          line-height: 1; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a {
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            color: #555555;
            font-size: 13px; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a:hover {
              opacity: .7;
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a .comment-date, .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time a .comment-delimiter {
              margin-right: 3px; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--time .comment-edit-link {
            margin-left: 15px; }
        .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--reply {
          text-align: right;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-left: 15px;
          font-size: 11px; }
          .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--reply a {
            color: #fff !important;
            text-transform: uppercase;
            cursor: pointer;
            padding: 6px 11px;
            line-height: 1;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
            .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment--reply a:hover {
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }

form.fl-comment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  form.fl-comment-form label {
    display: block;
    margin-bottom: 13px;
    font-size: 13px; }
  form.fl-comment-form .comment-field-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 50%;
    padding-right: 15px; }
  form.fl-comment-form .author-comment {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    form.fl-comment-form .author-comment textarea {
      min-height: 254px; }
  form.fl-comment-form .comment-form-cookies-consent {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    form.fl-comment-form .comment-form-cookies-consent label {
      display: inline-block;
      padding-left: 22px; }
    form.fl-comment-form .comment-form-cookies-consent input[type=checkbox] {
      border: 0;
      padding: 0;
      width: 0;
      position: relative;
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important; }
      form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before {
        cursor: pointer;
        top: -14px;
        position: absolute;
        left: 0;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #eaeaeb; }
      form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:checked:after {
        position: absolute;
        top: -11px;
        left: 4px;
        font: 9px/1 FontAwesome;
        content: '\f00c';
        text-align: center; }
  form.fl-comment-form .submit-btn-container {
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    form.fl-comment-form .submit-btn-container button {
      line-height: 1;
      font-size: 13px;
      text-transform: uppercase;
      padding: 20px 45px;
      color: #fff; }
  form.fl-comment-form input, form.fl-comment-form textarea {
    border: 1px solid transparent !important;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    form.fl-comment-form input:focus, form.fl-comment-form input:hover, form.fl-comment-form textarea:focus, form.fl-comment-form textarea:hover {
      -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
              box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      background: #fff !important; }

body.logged-in form.fl-comment-form .author-comment {
  width: 100%;
  padding-left: 0; }

.comment-title-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .comment-title-content .back-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 90px; }
  .comment-title-content .font-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -40px;
    font-size: 40px; }

.logged-in-as a {
  color: #222222;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .logged-in-as a:hover {
    opacity: .6;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.comment-without-back {
  display: block;
  text-align: left; }
  .comment-without-back .back-text {
    display: none; }
  .comment-without-back .font-text {
    font-size: 28px;
    margin-bottom: 0; }
  .comment-without-back .reply-title {
    margin-bottom: 25px; }

.trackback .comment-avatar, .pingback .comment-avatar {
  display: none; }
.trackback .comment-meta, .pingback .comment-meta {
  max-width: 100% !important; }

.single-page-wrapper .comments-container {
  margin-top: 50px; }

.comment-reply-title #cancel-comment-reply-link {
  font-size: 13px;
  color: #222222; }

/*-------------------------------------------------------------------

==  Auto Single Page

-------------------------------------------------------------------*/
.car-details .car-details__wrap-title {
  margin-bottom: 15px; }
  .car-details .car-details__wrap-title .car-details-sub-title-content {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .car-details .car-details__wrap-title .car-details__title {
    font-size: 40px; }
.car-details .auto-slider {
  position: relative;
  margin-bottom: 20px; }
  .car-details .auto-slider .slides {
    overflow: hidden; }
    .car-details .auto-slider .slides li {
      float: left; }
      .car-details .auto-slider .slides li iframe {
        width: 750px;
        height: 430px; }
  .car-details .auto-slider .card__wrap-label {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 12px;
    left: 12px; }
    .car-details .auto-slider .card__wrap-label .card__label {
      line-height: 1;
      font-size: 11px;
      color: #fff;
      padding: 7px 14px;
      text-transform: uppercase;
      letter-spacing: .1em; }
  .car-details .auto-slider .sale {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 9;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em; }
  .car-details .auto-slider .tmpl-list-footer {
    bottom: auto;
    z-index: 99;
    top: 20px;
    text-align: right;
    right: 20px; }
.car-details .auto-carousel {
  margin-bottom: 40px; }
  .car-details .auto-carousel .slides {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px; }
    .car-details .auto-carousel .slides li {
      cursor: pointer;
      position: relative;
      margin: 0 10px;
      float: left; }
      .car-details .auto-carousel .slides li.slick-current:before, .car-details .auto-carousel .slides li.slick-current:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      .car-details .auto-carousel .slides li.slick-current:before {
        background: rgba(0, 0, 0, 0.5); }
      .car-details .auto-carousel .slides li.slick-current:after {
        border: 4px solid #e2b71c; }
      .car-details .auto-carousel .slides li.auto-thumb-video i {
        position: absolute;
        color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 20px; }
.car-details .vehicle-characteristics .vehicle-characteristics-title {
  font-size: 22px;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eee; }
.car-details .vehicle-characteristics .list-descriptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .car-details .vehicle-characteristics .list-descriptions .dd-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px; }
    .car-details .vehicle-characteristics .list-descriptions .dd-item dt {
      padding-left: 0;
      font-weight: inherit;
      min-width: 40%;
      position: relative; }
    .car-details .vehicle-characteristics .list-descriptions .dd-item dd {
      color: #222222;
      margin-bottom: 0; }
.car-details .wrap-nav-table-content {
  border-bottom: 1px solid #dddddd; }
  .car-details .wrap-nav-table-content ul li {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px; }
    .car-details .wrap-nav-table-content ul li:first-child {
      padding-left: 0; }
    .car-details .wrap-nav-table-content ul li:last-child {
      padding-right: 0; }
    .car-details .wrap-nav-table-content ul li span {
      font-size: 16px;
      color: #222222;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0;
      position: relative;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .car-details .wrap-nav-table-content ul li span:before {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        left: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
    .car-details .wrap-nav-table-content ul li.active span, .car-details .wrap-nav-table-content ul li:hover span {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .car-details .wrap-nav-table-content ul li.active span:before, .car-details .wrap-nav-table-content ul li:hover span:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
.car-details .tabs-content .tab-content {
  margin-top: 40px;
  display: none; }
  .car-details .tabs-content .tab-content .auto_contact_desc {
    margin-bottom: 35px; }
  .car-details .tabs-content .tab-content .contact-list-info .dd-item {
    margin-bottom: 15px; }
    .car-details .tabs-content .tab-content .contact-list-info .dd-item dt {
      color: #222222;
      line-height: 1;
      margin-bottom: 5px;
      font-size: 12px; }
    .car-details .tabs-content .tab-content .contact-list-info .dd-item dd {
      font-size: 14px; }
  .car-details .tabs-content .tab-content.active {
    display: block; }
  .car-details .tabs-content .tab-content .tech-group dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .car-details .tabs-content .tab-content .tech-group dl .dd-item {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 50%;
      width: 100%;
      margin-bottom: 8px;
      font-size: 14px; }
      .car-details .tabs-content .tab-content .tech-group dl .dd-item dt {
        padding-left: 0;
        font-weight: inherit;
        min-width: 40%;
        position: relative; }
      .car-details .tabs-content .tab-content .tech-group dl .dd-item dd {
        color: #222;
        margin-bottom: 0; }
  .car-details .tabs-content .tab-content ul:not(.pixad-features-list) {
    margin-left: 0; }
    .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li {
      position: relative;
      line-height: 2;
      padding-left: 20px;
      margin: 10px 0; }
      .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome; }
      .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:first-child {
        margin-top: 0; }
  .car-details .tabs-content .tab-content .pixad-features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .car-details .tabs-content .tab-content .pixad-features-list li {
      margin-bottom: 13px;
      color: #222222;
      font-size: 14px;
      max-width: 50%;
      width: 100%;
      display: inline-block; }
      .car-details .tabs-content .tab-content .pixad-features-list li i {
        font-style: normal;
        margin-right: 10px; }

#contact-map {
  width: 100%;
  height: 400px;
  margin: 0 auto; }

/*-------------------------------------------------------------------

==  Auto Vehicle Listings

-------------------------------------------------------------------*/
#pix-sorting {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px; }
  #pix-sorting .sorting__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    #pix-sorting .sorting__inner .sorting__item {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      #pix-sorting .sorting__inner .sorting__item .sorting__title {
        display: none; }
      #pix-sorting .sorting__inner .sorting__item:first-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #222222; }
      #pix-sorting .sorting__inner .sorting__item:last-child {
        margin-left: 30px; }
      #pix-sorting .sorting__inner .sorting__item.view-by {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #pix-sorting .sorting__inner .sorting__item.view-by a {
          position: relative;
          color: #cccccc;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          #pix-sorting .sorting__inner .sorting__item.view-by a:hover {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
          #pix-sorting .sorting__inner .sorting__item.view-by a:first-child {
            padding-right: 40px; }
            #pix-sorting .sorting__inner .sorting__item.view-by a:first-child:before {
              content: '';
              display: inline-block;
              position: absolute;
              right: 20px;
              height: 100%;
              width: 1px;
              background: #ddd; }
  #pix-sorting .ajax-loading .slider-grid__inner, #pix-sorting .ajax-loading .card {
    opacity: .7; }

.pix-auto-wrapper-loader.ajax-loading .slider-grid__inner .card__img, .pix-auto-wrapper-loader.ajax-loading .card .card__img {
  position: relative; }
  .pix-auto-wrapper-loader.ajax-loading .slider-grid__inner .card__img:before, .pix-auto-wrapper-loader.ajax-loading .card .card__img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1; }
  .pix-auto-wrapper-loader.ajax-loading .slider-grid__inner .card__img:after, .pix-auto-wrapper-loader.ajax-loading .card .card__img:after {
    content: "\e83a";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    font-family: "fl-custom-icon-font";
    font-size: 20px;
    z-index: 2;
    color: #e2b71c;
    -webkit-animation: loaderRotate 1s ease-in-out infinite;
            animation: loaderRotate 1s ease-in-out infinite; }

.pix-dynamic-content #pixad-listing.grid {
  margin-top: -30px; }
  .pix-dynamic-content #pixad-listing.grid .slider-grid__inner {
    margin-top: 25px; }
    .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .card__img {
      position: relative;
      margin-bottom: 20px; }
      .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .card__img .card__wrap-label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 12px;
        left: 12px; }
        .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .card__img .card__wrap-label .card__label {
          line-height: 1;
          font-size: 11px;
          color: #fff;
          padding: 7px 14px;
          text-transform: uppercase; }
    .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .tmpl-gray-footer .top-info-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      padding-bottom: 15px;
      border-bottom: 1px solid #dddddd; }
      .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .tmpl-gray-footer .top-info-content .tmpl-slider-grid__name {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 16px;
        color: #222222;
        margin-right: 5px; }
      .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .tmpl-gray-footer .top-info-content .slider-grid__price_wrap {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        font-size: 14px; }
    .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .tmpl-gray-footer .tmpl-slider-grid__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 4px; }
      .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .tmpl-gray-footer .tmpl-slider-grid__info li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
        font-size: 11px;
        color: #555; }
        .pix-dynamic-content #pixad-listing.grid .slider-grid__inner .tmpl-gray-footer .tmpl-slider-grid__info li i {
          font-size: 17px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          color: #cccccc;
          margin-bottom: 3px; }
.pix-dynamic-content #pixad-listing.list .card {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .pix-dynamic-content #pixad-listing.list .card .card__img {
    position: relative;
    max-width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .pix-dynamic-content #pixad-listing.list .card .card__img .sale {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 2;
      display: inline-block;
      padding: 7px 14px;
      line-height: 1;
      font-size: 11px;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: .1em; }
    .pix-dynamic-content #pixad-listing.list .card .card__img .card__wrap-label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 12px;
      left: 12px; }
      .pix-dynamic-content #pixad-listing.list .card .card__img .card__wrap-label .card__label {
        line-height: 1;
        font-size: 11px;
        color: #fff;
        padding: 7px 14px;
        text-transform: uppercase;
        letter-spacing: .1em; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner {
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 20px; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .left-content {
        display: inline-block;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%; }
        .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .left-content .card__title {
          color: #222222;
          font-size: 18px;
          margin-bottom: 10px; }
          .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .left-content .card__title a {
            color: inherit; }
        .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .left-content .card__description {
          color: #555555;
          font-size: 15px;
          line-height: 24px; }
          .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .left-content .card__description * {
            margin-bottom: 0; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content {
        display: inline-block;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
        .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content .card__price {
          color: #fff;
          padding: 10px 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content .card__price .price-text {
            margin-right: 15px;
            font-size: 11px;
            line-height: 1; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content {
      margin-bottom: 20px;
      display: block;
      width: 100%; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li i {
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            margin-right: 8px;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-bottom: 3px;
            font-size: 17px;
            font-weight: normal;
            color: #ccc; }
          .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content .card-list__title {
              color: #cccccc;
              font-size: 12px;
              text-transform: uppercase;
              line-height: 1;
              margin-bottom: 7px; }
            .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content .card-list__info {
              line-height: 1;
              font-size: 16px; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .tmpl-list-footer {
        bottom: auto;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        text-align: right;
        position: relative; }
        .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .tmpl-list-footer .add-to-compare {
          opacity: 1; }
        .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .tmpl-list-footer .car-favorite {
          opacity: 1; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .promo-image-gallery {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%; }
        .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .promo-image-gallery ul li {
          display: inline-block;
          margin-right: 10px; }
          .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .promo-image-gallery ul li:last-child {
            margin-right: 0; }

.autos-pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .autos-pagination li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px; }
    .autos-pagination li.arrow {
      display: none; }
    .autos-pagination li a {
      width: 40px;
      height: 40px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      border: 1px solid #dddddd;
      color: #222;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .autos-pagination li.active a, .autos-pagination li:hover a {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      color: #fff; }

@-webkit-keyframes loaderRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loaderRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.fl-default-pagination {
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px; }
  .fl-default-pagination .page-numbers {
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    border: 1px solid #ddd;
    color: #222;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .fl-default-pagination .page-numbers:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .fl-default-pagination .page-numbers:last-child {
      margin-right: 0;
      padding-left: 0; }
    .fl-default-pagination .page-numbers.current, .fl-default-pagination .page-numbers:hover {
      background: #e2b71c;
      color: #fff;
      border-color: #e2b71c; }

.fl-blog-post-pagination {
  margin-top: 50px; }

.post-inner-pagination, .page-inner-pagination {
  padding-top: 25px; }
  .post-inner-pagination .pagination-text, .page-inner-pagination .pagination-text {
    color: #222222;
    margin-right: 5px; }
  .post-inner-pagination .post-page-numbers, .page-inner-pagination .post-page-numbers {
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ddd;
    line-height: 1;
    width: 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #222; }
    .post-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers.current {
      color: #fff; }

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
footer {
  background-position: center top !important;
  -webkit-background-size: cover !important;
          background-size: cover !important; }
  footer.fl--footer {
    position: relative; }
    footer.fl--footer .footer__decor {
      height: 47px;
      -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0 0);
              clip-path: polygon(0 0, 100% 0, 94% 100%, 0 0);
      position: absolute;
      top: 0;
      right: 84px;
      left: 84px;
      display: block;
      background-color: #fff; }
    footer.fl--footer .footer__figure {
      max-width: 22vw;
      position: absolute;
      z-index: 2;
      top: -130px;
      left: 0; }
    footer.fl--footer .top-content-footer {
      padding: 160px 0 80px; }
    footer.fl--footer .bottom-content-footer {
      border-top: 1px solid rgba(221, 221, 221, 0.1); }
      footer.fl--footer .bottom-content-footer .fl-copyright--inner {
        color: #999999;
        padding: 35px 0 40px; }

.footer-widget-area {
  color: #999999;
  padding-top: 10px; }
  .footer-widget-area:first-child {
    padding-top: 0; }
  .footer-widget-area .widget {
    margin-top: 30px; }
    .footer-widget-area .widget:first-child {
      margin-top: 0; }
    .footer-widget-area .widget .widget--title {
      font-size: 18px;
      color: #fff;
      margin-bottom: 30px; }
  .footer-widget-area .decor-widget .decor {
    display: block;
    height: 1px;
    background: rgba(221, 221, 221, 0.1); }
  .footer-widget-area .social-widget ul li {
    display: inline-block; }
    .footer-widget-area .social-widget ul li a {
      color: #fff;
      font-size: 16px;
      padding: 0 15px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .footer-widget-area .social-widget ul li a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .footer-widget-area .social-widget ul li:first-child a {
      padding-left: 0; }
    .footer-widget-area .social-widget ul li:last-child a {
      padding-right: 0; }
  .footer-widget-area .dealer-info-widget .hours--title {
    color: #fff; }
  .footer-widget-area .widget_nav_menu ul li {
    position: relative;
    line-height: 1;
    padding-top: 20px;
    padding-left: 20px; }
    .footer-widget-area .widget_nav_menu ul li:first-child {
      padding-top: 0; }
    .footer-widget-area .widget_nav_menu ul li:before {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      position: absolute;
      left: 0;
      content: "\f105";
      font: normal normal normal 14px/1 FontAwesome; }
    .footer-widget-area .widget_nav_menu ul li a {
      display: block;
      color: #999999;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .footer-widget-area .widget_nav_menu ul li:hover a {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .footer-widget-area .widget_nav_menu ul li:hover:before {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .footer-widget-area .footer-info-widget .address-info, .footer-widget-area .footer-info-widget .email-info, .footer-widget-area .footer-info-widget .contact-info {
    line-height: 1;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-widget-area .footer-info-widget i {
    margin-right: 10px;
    color: #fff;
    font-size: 14px; }
  .footer-widget-area .footer-info-widget a {
    color: inherit;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .footer-widget-area .footer-info-widget a:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .footer-widget-area .footer-info-widget .contact-info {
    margin-bottom: 0; }
    .footer-widget-area .footer-info-widget .contact-info a {
      margin-left: 3px;
      color: #fff; }
  .footer-widget-area .widget_mc4wp_form_widget .widget--title {
    margin-bottom: 20px; }
  .footer-widget-area .widget_mc4wp_form_widget .autlines-mailchimp-form {
    position: relative; }
    .footer-widget-area .widget_mc4wp_form_widget .autlines-mailchimp-form .mailchimp-submit {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      height: 100%;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      font-size: 16px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .footer-widget-area .widget_mc4wp_form_widget .autlines-mailchimp-form .mailchimp-submit:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .footer-widget-area .widget_mc4wp_form_widget .autlines-mailchimp-form input {
      font-size: 11px;
      color: #999999;
      text-transform: uppercase;
      padding-right: 40px;
      margin-bottom: 0; }
      .footer-widget-area .widget_mc4wp_form_widget .autlines-mailchimp-form input::-webkit-input-placeholder {
        color: inherit; }
      .footer-widget-area .widget_mc4wp_form_widget .autlines-mailchimp-form input::-moz-placeholder {
        color: inherit; }
      .footer-widget-area .widget_mc4wp_form_widget .autlines-mailchimp-form input::-ms-input-placeholder {
        color: inherit; }
      .footer-widget-area .widget_mc4wp_form_widget .autlines-mailchimp-form input::placeholder {
        color: inherit; }
  .footer-widget-area .button_widget .widget-btn-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .footer-widget-area .button_widget .widget-btn-wrapper a {
      line-height: 1;
      overflow: hidden;
      font-size: 13px;
      text-transform: uppercase;
      padding: 20px 30px;
      border: 1px solid #999999;
      color: #fff;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .footer-widget-area .button_widget .widget-btn-wrapper a:after {
        background: #fff; }
      .footer-widget-area .button_widget .widget-btn-wrapper a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }

.footer-widget-area .fl_finance_calculator_widget .labeled {
  margin-bottom: 7px;
  font-size: 12px;
  color: #fff; }
.footer-widget-area .fl_finance_calculator_widget input:hover, .footer-widget-area .fl_finance_calculator_widget input:focus, .footer-widget-area .fl_finance_calculator_widget input:active {
  border-color: transparent !important;
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
.footer-widget-area .fl_finance_calculator_widget .submit-btn-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 11px;
  line-height: 1;
  min-height: 40px;
  letter-spacing: .3px;
  border: 0; }
  .footer-widget-area .fl_finance_calculator_widget .submit-btn-container a:hover {
    color: #fff !important; }
.footer-widget-area .fl_finance_calculator_widget .autlines_calculator_report {
  margin-top: 10px; }
  .footer-widget-area .fl_finance_calculator_widget .autlines_calculator_report dl {
    margin-bottom: 0; }
    .footer-widget-area .fl_finance_calculator_widget .autlines_calculator_report dl dt {
      font-size: 11px;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .footer-widget-area .fl_finance_calculator_widget .autlines_calculator_report dl dd {
      color: #fff;
      font-size: 17px; }
      .footer-widget-area .fl_finance_calculator_widget .autlines_calculator_report dl dd:last-child {
        margin-bottom: 0; }

/*-------------------------------------------------------------------

==  Contact Form

-------------------------------------------------------------------*/
.fl-dealer-form .input-form-wrapper label {
  margin-bottom: 7px;
  font-size: 12px; }
.fl-dealer-form .input-form-wrapper input:hover, .fl-dealer-form .input-form-wrapper input:focus, .fl-dealer-form .input-form-wrapper input:active {
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border-color: transparent !important;
  background: #fff !important; }
.fl-dealer-form .textarea-form-wrapper label {
  margin-bottom: 7px;
  font-size: 12px; }
.fl-dealer-form .textarea-form-wrapper textarea {
  max-height: 120px; }
  .fl-dealer-form .textarea-form-wrapper textarea:hover, .fl-dealer-form .textarea-form-wrapper textarea:focus, .fl-dealer-form .textarea-form-wrapper textarea:active {
    border-color: transparent !important;
    -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff !important; }
.fl-dealer-form .submit-btn-container > div {
  display: inline-block;
  width: 100%; }
  .fl-dealer-form .submit-btn-container > div button {
    width: 100%;
    color: #fff;
    text-align: center; }

/*-------------------------------------------------------------------

==  Widget

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Sidebar

-------------------------------------------------------------------*/
.sidebar:not(.cars-sidebar) {
  		/*-------------------------------------------------------------------
  
  		==  Auto Widget
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Car Price
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Dealer Info
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Promo Image
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Calculator
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Popular Posts
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Login Form
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Archive
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Archive
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Tags
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Category
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Pages
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Meta
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Recent Comments
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  RSS
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Search
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Nav Menu
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
  		==  Nav Menu
  
  		-------------------------------------------------------------------*/
  		/*-------------------------------------------------------------------
  
          ==  Booking Auto
  
          -------------------------------------------------------------------*/ }
  .sidebar:not(.cars-sidebar) .widget {
    margin-top: 30px;
    padding: 30px 25px;
    position: relative;
    font-size: 13px; }
    .sidebar:not(.cars-sidebar) .widget:after {
      position: absolute;
      top: 5px;
      right: 5px;
      display: block;
      border-width: 7px;
      border-style: solid;
      border-left-color: transparent;
      border-bottom-color: transparent;
      content: ''; }
    .sidebar:not(.cars-sidebar) .widget:first-child {
      margin-top: 0; }
    .sidebar:not(.cars-sidebar) .widget .widget-title {
      position: relative;
      overflow: hidden;
      font-size: 16px;
      color: #222222;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px;
      text-transform: uppercase; }
      .sidebar:not(.cars-sidebar) .widget .widget-title .sidebar-logotype {
        height: auto;
        margin-right: 10px; }
    .sidebar:not(.cars-sidebar) .widget a {
      color: #222222;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar:not(.cars-sidebar) .widget a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .sidebar:not(.cars-sidebar) .widget select {
      cursor: pointer;
      border-color: transparent;
      -webkit-border-radius: 0;
              border-radius: 0;
      margin-bottom: 0 !important; }
      .sidebar:not(.cars-sidebar) .widget select:hover {
        -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
                box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        background: #fff !important; }
  .sidebar:not(.cars-sidebar) .auto-price-info .top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding: 25px 20px; }
    .sidebar:not(.cars-sidebar) .auto-price-info .top-info .price-text {
      margin-right: 10px; }
    .sidebar:not(.cars-sidebar) .auto-price-info .top-info .price-detail {
      font-size: 19px; }
      .sidebar:not(.cars-sidebar) .auto-price-info .top-info .price-detail del {
        font-size: 13px; }
  .sidebar:not(.cars-sidebar) .auto-price-info .bottom-info {
    padding: 25px 20px;
    font-size: 12px;
    text-align: center; }
  .sidebar:not(.cars-sidebar) .dealer-info {
    margin-top: 30px;
    background: transparent !important;
    padding: 0 !important; }
    .sidebar:not(.cars-sidebar) .dealer-info .dealer-top-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 25px; }
      .sidebar:not(.cars-sidebar) .dealer-info .dealer-top-info .left {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
      .sidebar:not(.cars-sidebar) .dealer-info .dealer-top-info .right {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    .sidebar:not(.cars-sidebar) .dealer-info .dealer-top-info .left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px; }
    .sidebar:not(.cars-sidebar) .dealer-info .dealer-top-info .right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      font-size: 14px; }
      .sidebar:not(.cars-sidebar) .dealer-info .dealer-top-info .right .dealer-name {
        font-size: 20px;
        color: inherit; }
    .sidebar:not(.cars-sidebar) .dealer-info .dealer-top-info img {
      max-width: 75px; }
    .sidebar:not(.cars-sidebar) .dealer-info .dealer-bottom-info {
      padding: 20px 25px;
      border: 1px solid #f4f4f4; }
      .sidebar:not(.cars-sidebar) .dealer-info .dealer-bottom-info .phone-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .sidebar:not(.cars-sidebar) .dealer-info .dealer-bottom-info .phone-info .left {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          margin-right: 10px; }
          .sidebar:not(.cars-sidebar) .dealer-info .dealer-bottom-info .phone-info .left i {
            font-size: 40px; }
        .sidebar:not(.cars-sidebar) .dealer-info .dealer-bottom-info .phone-info .right {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .sidebar:not(.cars-sidebar) .dealer-info .dealer-bottom-info .phone-info .right .phone-text {
            font-size: 20px;
            color: #222222;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
            .sidebar:not(.cars-sidebar) .dealer-info .dealer-bottom-info .phone-info .right .phone-text:hover {
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease; }
    .sidebar:not(.cars-sidebar) .dealer-info .social-info {
      margin-top: 20px; }
      .sidebar:not(.cars-sidebar) .dealer-info .social-info ul {
        text-align: center; }
        .sidebar:not(.cars-sidebar) .dealer-info .social-info ul li {
          line-height: 1;
          font-size: 16px;
          padding: 0 15px;
          display: inline-block;
          border-right: 1px solid #cccccc; }
          .sidebar:not(.cars-sidebar) .dealer-info .social-info ul li a {
            color: #cccccc;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
            .sidebar:not(.cars-sidebar) .dealer-info .social-info ul li a:hover {
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease; }
          .sidebar:not(.cars-sidebar) .dealer-info .social-info ul li:last-child {
            border-right: none; }
  .sidebar:not(.cars-sidebar) .promo-image-gallery {
    margin-top: 10px; }
    .sidebar:not(.cars-sidebar) .promo-image-gallery ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .sidebar:not(.cars-sidebar) .promo-image-gallery ul li {
        padding: 15px;
        display: inline-block; }
  .sidebar:not(.cars-sidebar) .widget-calculator .labeled, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget .labeled {
    margin-bottom: 7px;
    font-size: 12px; }
  .sidebar:not(.cars-sidebar) .widget-calculator input:hover, .sidebar:not(.cars-sidebar) .widget-calculator input:focus, .sidebar:not(.cars-sidebar) .widget-calculator input:active, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget input:hover, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget input:focus, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget input:active {
    border-color: transparent !important;
    -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    background: #fff !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .sidebar:not(.cars-sidebar) .widget-calculator .submit-btn-container a, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget .submit-btn-container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 11px;
    line-height: 1;
    min-height: 40px;
    letter-spacing: .3px;
    border: 0; }
    .sidebar:not(.cars-sidebar) .widget-calculator .submit-btn-container a:hover, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget .submit-btn-container a:hover {
      color: #fff !important; }
  .sidebar:not(.cars-sidebar) .widget-calculator .autlines_calculator_report, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget .autlines_calculator_report {
    margin-top: 10px; }
    .sidebar:not(.cars-sidebar) .widget-calculator .autlines_calculator_report dl, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget .autlines_calculator_report dl {
      margin-bottom: 0; }
      .sidebar:not(.cars-sidebar) .widget-calculator .autlines_calculator_report dl dt, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget .autlines_calculator_report dl dt {
        font-size: 11px;
        text-transform: uppercase;
        margin-bottom: 3px; }
      .sidebar:not(.cars-sidebar) .widget-calculator .autlines_calculator_report dl dd, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget .autlines_calculator_report dl dd {
        color: #222222;
        font-size: 17px; }
        .sidebar:not(.cars-sidebar) .widget-calculator .autlines_calculator_report dl dd:last-child, .sidebar:not(.cars-sidebar) .fl_finance_calculator_widget .autlines_calculator_report dl dd:last-child {
          margin-bottom: 0; }
  .sidebar:not(.cars-sidebar) .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post {
    margin-top: 25px; }
    .sidebar:not(.cars-sidebar) .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-img {
      margin-bottom: 15px; }
    .sidebar:not(.cars-sidebar) .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl-post-title {
      display: block;
      line-height: 18px;
      letter-spacing: 0;
      text-transform: none;
      font-size: 12px;
      margin-bottom: 0.40rem; }
      .sidebar:not(.cars-sidebar) .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post .fl-last-post-info .fl-post-title a {
        color: #1c1f23; }
    .sidebar:not(.cars-sidebar) .fl-popular-posts-widget .fl-widget-popular-posts-wrapper .fl--last-post:first-child {
      margin-top: 0; }
  .sidebar:not(.cars-sidebar) .fl_login_form_widget .login-user {
    margin-bottom: 10px; }
  .sidebar:not(.cars-sidebar) .fl_login_form_widget .logout-btn-wrapper {
    display: inline-block;
    overflow: hidden; }
    .sidebar:not(.cars-sidebar) .fl_login_form_widget .logout-btn-wrapper .logout-btn {
      padding: 7px 15px;
      color: #fff;
      font-size: 11px;
      text-transform: uppercase; }
  .sidebar:not(.cars-sidebar) .fl_login_form_widget .login-in {
    min-width: auto;
    margin-bottom: 0 !important; }
    .sidebar:not(.cars-sidebar) .fl_login_form_widget .login-in form input:hover {
      -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
              box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      border-color: transparent !important;
      background: #fff !important; }
  .sidebar:not(.cars-sidebar) .fl_login_form_widget .fl-login-form-entry .login_form_title {
    display: none; }
  .sidebar:not(.cars-sidebar) .fl_login_form_widget .remember--lost-password-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0; }
    .sidebar:not(.cars-sidebar) .fl_login_form_widget .remember--lost-password-wrapper .remember-login-checkbox-label {
      visibility: hidden;
      opacity: 0; }
    .sidebar:not(.cars-sidebar) .fl_login_form_widget .remember--lost-password-wrapper .lost-password-link {
      width: 100%;
      text-align: right;
      margin-top: -24px; }
      .sidebar:not(.cars-sidebar) .fl_login_form_widget .remember--lost-password-wrapper .lost-password-link:hover {
        color: #222222; }
      .sidebar:not(.cars-sidebar) .fl_login_form_widget .remember--lost-password-wrapper .lost-password-link:before {
        display: none; }
  .sidebar:not(.cars-sidebar) .widget_archive ul {
    list-style: none;
    margin: 0; }
    .sidebar:not(.cars-sidebar) .widget_archive ul li {
      position: relative;
      padding-bottom: 3px;
      margin-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .sidebar:not(.cars-sidebar) .widget_archive ul li a {
        font-size: 12px;
        line-height: 1; }
      .sidebar:not(.cars-sidebar) .widget_archive ul li span {
        color: #666;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        line-height: 25px; }
      .sidebar:not(.cars-sidebar) .widget_archive ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
  .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar {
    width: 100%;
    position: relative;
    background: transparent;
    margin: 0;
    border: none;
    border-collapse: collapse; }
    .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar caption {
      caption-side: top;
      text-align: center;
      height: 30px;
      line-height: 35px;
      font-size: 13px;
      padding: 0;
      margin-bottom: 15px;
      color: #222222; }
    .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar thead th,
    .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tbody td {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0;
      vertical-align: middle; }
    .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar thead th {
      font-size: 12px; }
    .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tbody td {
      font-size: 11px; }
    .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar thead {
      background: transparent; }
      .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar thead th {
        color: #666; }
    .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tbody tr {
      background: transparent; }
      .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
        border: 1px solid #dddddd;
        position: relative; }
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
          display: block;
          position: relative;
          z-index: 2; }
          .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #fff;
            -webkit-transition: background .3s ease;
            -o-transition: background .3s ease;
            transition: background .3s ease;
            z-index: -1; }
          .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
            color: #fff !important; }
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
          border: none; }
    .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot {
      background: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      height: 36px;
      line-height: 36px; }
      .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
      .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        position: absolute;
        width: 36px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        padding: 0; }
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
          border: 1px solid #ddd;
          background-color: #fff;
          display: block;
          position: relative;
          margin: 0 auto;
          color: transparent !important;
          width: 28px;
          height: 28px;
          line-height: 24px;
          text-align: center;
          -webkit-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in; }
          .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
          .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
            font-family: FontAwesome;
            color: #222;
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
            font-size: 12px;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
          .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
          .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in; }
            .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
            .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
              -webkit-transition: all .3s ease-in;
              -o-transition: all .3s ease-in;
              transition: all .3s ease-in;
              color: #fff; }
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
          text-align: center; }
          .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
          .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            color: #f1f1f1;
            font-family: FontAwesome; }
      .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
        left: 0; }
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
          content: "\f104"; }
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
          content: "\f104"; }
      .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        right: 0; }
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
          content: "\f105"; }
        .sidebar:not(.cars-sidebar) .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
          content: "\f105"; }
  .sidebar:not(.cars-sidebar) .widget_tag_cloud .tagcloud a {
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 7px 0;
    font-size: 10px !important;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .sidebar:not(.cars-sidebar) .widget_tag_cloud .tagcloud a:hover {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: perspective(100px) translateY(-2px);
              transform: perspective(100px) translateY(-2px);
      z-index: 1; }
  .sidebar:not(.cars-sidebar) .widget_tag_cloud .tagcloud:before {
    content: "";
    display: table; }
  .sidebar:not(.cars-sidebar) .widget_tag_cloud .tagcloud:after {
    clear: both;
    content: "";
    display: table; }
  .sidebar:not(.cars-sidebar) .widget_categories ul {
    list-style: none;
    margin: 0; }
    .sidebar:not(.cars-sidebar) .widget_categories ul li {
      position: relative;
      padding-bottom: 3px;
      margin-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .sidebar:not(.cars-sidebar) .widget_categories ul li a {
        font-size: 12px;
        line-height: 1; }
      .sidebar:not(.cars-sidebar) .widget_categories ul li span {
        color: #666;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        line-height: 25px; }
      .sidebar:not(.cars-sidebar) .widget_categories ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .sidebar:not(.cars-sidebar) .widget_categories ul li.has-sub-category > ul.children {
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #dddddd; }
        .sidebar:not(.cars-sidebar) .widget_categories ul li.has-sub-category > ul.children > li:before {
          color: inherit;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          content: '-';
          margin-right: 4px; }
        .sidebar:not(.cars-sidebar) .widget_categories ul li.has-sub-category > ul.children > li:last-child {
          margin-bottom: 3px; }
        .sidebar:not(.cars-sidebar) .widget_categories ul li.has-sub-category > ul.children > li ul.children li:before {
          content: '--'; }
        .sidebar:not(.cars-sidebar) .widget_categories ul li.has-sub-category > ul.children > li ul.children li ul.children li:before {
          font-size: 17px;
          content: '---'; }
  .sidebar:not(.cars-sidebar) .widget_pages ul {
    list-style: none;
    margin: 0; }
    .sidebar:not(.cars-sidebar) .widget_pages ul li {
      position: relative;
      padding-bottom: 3px;
      margin-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .sidebar:not(.cars-sidebar) .widget_pages ul li a {
        font-size: 12px;
        line-height: 1; }
      .sidebar:not(.cars-sidebar) .widget_pages ul li span {
        color: #666;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        line-height: 25px; }
      .sidebar:not(.cars-sidebar) .widget_pages ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .sidebar:not(.cars-sidebar) .widget_pages ul li.page_item_has_children > ul.children {
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #dddddd; }
        .sidebar:not(.cars-sidebar) .widget_pages ul li.page_item_has_children > ul.children > li:before {
          color: inherit;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          content: '-';
          margin-right: 4px; }
        .sidebar:not(.cars-sidebar) .widget_pages ul li.page_item_has_children > ul.children > li:last-child {
          margin-bottom: 3px; }
        .sidebar:not(.cars-sidebar) .widget_pages ul li.page_item_has_children > ul.children > li ul.children li:before {
          content: '--'; }
        .sidebar:not(.cars-sidebar) .widget_pages ul li.page_item_has_children > ul.children > li ul.children li ul.children li:before {
          content: '---';
          font-size: 17px; }
  .sidebar:not(.cars-sidebar) .widget_meta ul {
    list-style: none;
    margin: 0; }
    .sidebar:not(.cars-sidebar) .widget_meta ul li {
      padding-bottom: 3px;
      margin-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .sidebar:not(.cars-sidebar) .widget_meta ul li a {
        font-size: 12px;
        line-height: 1; }
      .sidebar:not(.cars-sidebar) .widget_meta ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
  .sidebar:not(.cars-sidebar) .widget_recent_comments {
    font-size: 12px; }
    .sidebar:not(.cars-sidebar) .widget_recent_comments .recentcomments {
      padding-bottom: 3px;
      margin-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .sidebar:not(.cars-sidebar) .widget_recent_comments .recentcomments:last-child {
        margin: 0;
        border: none; }
      .sidebar:not(.cars-sidebar) .widget_recent_comments .recentcomments:last-child {
        padding-bottom: 0; }
      .sidebar:not(.cars-sidebar) .widget_recent_comments .recentcomments .comment-author-link {
        font-weight: 600;
        color: #222222; }
        .sidebar:not(.cars-sidebar) .widget_recent_comments .recentcomments .comment-author-link:before {
          content: "\f2c0";
          font: normal normal normal 11px/1 FontAwesome;
          margin-right: 5px; }
  .sidebar:not(.cars-sidebar) .widget_rss .rsswidget img {
    display: none; }
  .sidebar:not(.cars-sidebar) .widget_rss ul li {
    padding-bottom: 15px; }
    .sidebar:not(.cars-sidebar) .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .sidebar:not(.cars-sidebar) .widget_rss ul li .rsswidget {
      color: #222222;
      display: block;
      margin-bottom: 5px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar:not(.cars-sidebar) .widget_rss ul li .rsswidget:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .sidebar:not(.cars-sidebar) .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px;
      color: #7b7d7f;
      font-size: 12px; }
      .sidebar:not(.cars-sidebar) .widget_rss ul li .rss-date:before {
        margin-right: 4px;
        content: "\f017";
        font: normal normal normal 11px/1 FontAwesome;
        position: relative;
        top: -1px; }
    .sidebar:not(.cars-sidebar) .widget_rss ul li .rssSummary {
      margin-bottom: 5px; }
    .sidebar:not(.cars-sidebar) .widget_rss ul li cite {
      font-size: 12px;
      text-align: right;
      position: relative;
      display: block;
      font-style: normal;
      padding-left: 15px;
      color: #222222; }
  .sidebar:not(.cars-sidebar) .widget_search fieldset {
    position: relative; }
  .sidebar:not(.cars-sidebar) .widget_search input.searchinput {
    width: 100%;
    margin-bottom: 0;
    padding-top: 6px;
    padding-left: 29px;
    line-height: 1;
    display: block;
    background-color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 12px;
    letter-spacing: .02em;
    padding-right: 50px;
    border-color: transparent; }
    .sidebar:not(.cars-sidebar) .widget_search input.searchinput:active, .sidebar:not(.cars-sidebar) .widget_search input.searchinput:focus, .sidebar:not(.cars-sidebar) .widget_search input.searchinput:hover {
      -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
              box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .sidebar:not(.cars-sidebar) .widget_search .searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px; }
    .sidebar:not(.cars-sidebar) .widget_search .searchsubmit .submit-btn {
      z-index: 3;
      position: absolute;
      top: 0;
      right: 5px;
      height: 100%;
      padding-right: 20px;
      line-height: 1;
      text-align: center;
      border: none;
      background-color: transparent; }
    .sidebar:not(.cars-sidebar) .widget_search .searchsubmit i {
      -webkit-transition: 400ms ease-in;
      -o-transition: 400ms ease-in;
      transition: 400ms ease-in;
      z-index: 1;
      color: #666666;
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      padding-right: 5px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .sidebar:not(.cars-sidebar) .widget_search .searchsubmit:hover i {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .sidebar:not(.cars-sidebar) .widget_nav_menu ul {
    list-style: none;
    margin: 0; }
    .sidebar:not(.cars-sidebar) .widget_nav_menu ul li {
      position: relative;
      padding-bottom: 3px;
      margin-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .sidebar:not(.cars-sidebar) .widget_nav_menu ul li a {
        font-size: 12px;
        line-height: 1; }
      .sidebar:not(.cars-sidebar) .widget_nav_menu ul li span {
        color: #666;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        line-height: 25px; }
      .sidebar:not(.cars-sidebar) .widget_nav_menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav {
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #dddddd; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li:before {
          color: inherit;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          content: '-';
          margin-right: 4px; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li:last-child, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li:last-child {
          margin-bottom: 3px; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li:before {
          content: '--'; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li ul li:before {
          content: '---'; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li ul li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li ul li ul li:before {
          content: '----'; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li ul li ul li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li ul li ul li ul li:before {
          content: '-----'; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li ul li ul li ul li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li ul li ul li ul li ul li:before {
          content: '------'; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li ul li ul li ul li ul li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li ul li ul li ul li ul li ul li:before {
          content: '-------'; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li ul li ul li ul li ul li ul li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li ul li ul li ul li ul li ul li ul li:before {
          content: '--------'; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li ul li ul li ul li ul li ul li ul li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li ul li ul li ul li ul li ul li ul li ul li:before {
          content: '----------'; }
        .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu > ul > li ul li ul li ul li ul li ul li ul li ul li ul li ul li:before, .sidebar:not(.cars-sidebar) .widget_nav_menu ul li.has-submenu .sub-nav > li ul li ul li ul li ul li ul li ul li ul li ul li ul li:before {
          content: '-----------'; }
  .sidebar:not(.cars-sidebar) .widget_recent_entries ul {
    list-style: none;
    margin: 0; }
    .sidebar:not(.cars-sidebar) .widget_recent_entries ul li {
      padding-bottom: 3px;
      margin-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .sidebar:not(.cars-sidebar) .widget_recent_entries ul li a {
        font-size: 12px;
        line-height: 1; }
      .sidebar:not(.cars-sidebar) .widget_recent_entries ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
  .sidebar:not(.cars-sidebar) .booking_car_info .booking_form {
    background: #f1f5fa !important;
    border: 0; }
    .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .car-details__price-inner {
      margin: 0 -40px !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 25px 20px !important; }
    .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field label {
      margin-bottom: 7px;
      font-size: 12px;
      padding-bottom: 0;
      text-transform: none; }
    .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field select, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field input {
      font-size: 15px;
      background-color: #fff;
      color: #7b7d7f !important;
      font-family: inherit;
      width: 100%;
      height: 45px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      margin-bottom: 20px;
      padding: 8px 15px;
      border: 1px solid #dddddd;
      letter-spacing: .02em; }
      .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field select:hover, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field select:active, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field select:focus, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field input:hover, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field input:active, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .rb_field input:focus {
        -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
                box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        border-color: transparent !important;
        background: #fff !important; }
    .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit {
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      color: #fff;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase;
      padding-left: 35px;
      padding-right: 35px;
      font-size: 11px;
      line-height: 1;
      min-height: 40px;
      letter-spacing: .3px;
      border: 0;
      background: transparent;
      overflow: hidden;
      position: relative; }
      .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit:before, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit:after {
        width: 140%;
        left: -20%;
        z-index: -1;
        -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
                transform-origin: 0 50%;
        -webkit-transform: skew(-35deg) scaleX(0);
            -ms-transform: skew(-35deg) scaleX(0);
                transform: skew(-35deg) scaleX(0);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease; }
      .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit:before {
        z-index: -2; }
      .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit:hover:after {
        -webkit-transform: skew(-35deg) scaleX(1);
            -ms-transform: skew(-35deg) scaleX(1);
                transform: skew(-35deg) scaleX(1); }

/*-------------------------------------------------------------------

==  Load More Button Style

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Widget Autos

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Sidebar

-------------------------------------------------------------------*/
.sidebar.with-title {
  padding-top: 0 !important; }
.sidebar.cars-sidebar {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .sidebar.cars-sidebar.with-title .sidebar-car-title {
    position: relative;
    color: #ffffff;
    margin-bottom: 35px;
    background: #222222;
    margin-right: -20px;
    margin-left: -20px;
    line-height: 1;
    padding: 30px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .sidebar.cars-sidebar.with-title .sidebar-car-title .title-content {
      width: -webkit-calc(100% - 35px);
      width: calc(100% - 35px);
      color: #fff; }
    .sidebar.cars-sidebar.with-title .sidebar-car-title svg {
      position: absolute;
      right: 25px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .sidebar.cars-sidebar.with-title .sidebar-car-title:before {
      position: absolute;
      top: 5px;
      left: 5px;
      display: block;
      border-width: 7px;
      border-style: solid;
      border-right-color: transparent;
      border-bottom-color: transparent;
      content: ''; }
  .sidebar.cars-sidebar .widget-title {
    position: relative;
    font-size: 16px;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    text-transform: uppercase; }
    .sidebar.cars-sidebar .widget-title:after {
      position: absolute;
      top: -30px;
      right: -15px;
      display: block;
      border-width: 7px;
      border-style: solid;
      border-left-color: transparent;
      border-bottom-color: transparent;
      content: ''; }
  .sidebar.cars-sidebar .widget--title {
    font-size: 14px;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .sidebar.cars-sidebar .widget {
    margin-bottom: 25px; }
    .sidebar.cars-sidebar .widget.pixad-filter .jelect.select_mod-a {
      width: 100%; }
    .sidebar.cars-sidebar .widget.pixad-filter .jelect-options {
      top: 44px; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-target {
      margin-bottom: 15px;
      margin-top: 25px; }
    .sidebar.cars-sidebar .widget.pixad-filter .body-icon-wrapper i {
      font-size: 55px;
      line-height: .8;
      opacity: .8;
      color: #222;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .sidebar.cars-sidebar .widget.pixad-filter .list-categories .list-categories__item input[type=checkbox]:checked + label .body-icon-wrapper i {
      opacity: 1; }
    .sidebar.cars-sidebar .widget.pixad-filter .list-categories li label {
      margin-right: 5px;
      margin-left: 5px;
      cursor: pointer;
      padding: 10px 0;
      border: 2px solid transparent;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar.cars-sidebar .widget.pixad-filter .list-categories li label .auto_body_name {
        font-size: 10px; }
    .sidebar.cars-sidebar .widget.pixad-filter .slider-price__input {
      display: inline-block;
      width: 70px;
      margin: 10px;
      height: 25px;
      font-size: 10px;
      color: #222;
      border: none;
      background-color: #fff;
      text-align: center; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-target {
      border: 1px solid;
      background: #f5f5f5;
      width: -webkit-calc(100% - 12px);
      width: calc(100% - 12px); }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-base {
      width: 100%;
      height: 100%;
      position: relative; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-origin {
      position: absolute;
      right: 0;
      top: -16px;
      left: 0;
      bottom: 0; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-origin + .noUi-origin {
      border: 0;
      background: #f5f5f5; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle {
      height: 18px;
      left: -7px;
      top: -6px;
      width: 18px;
      cursor: pointer; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle:after {
      position: absolute;
      width: 16px;
      height: 16px;
      left: 8px;
      content: '';
      display: block;
      top: 8px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle {
      height: 18px;
      left: -7px;
      top: -6px;
      width: 18px;
      cursor: pointer; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle:after {
      position: absolute;
      width: 16px;
      height: 16px;
      left: -2px;
      content: '';
      display: block;
      top: 8px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .sidebar.cars-sidebar .widget.pixad-filter .noUi-horizontal .noUi-handle:before {
      position: absolute;
      width: 8px;
      height: 8px;
      left: 2px;
      content: '';
      display: block;
      top: 12px;
      background-color: #fff !important;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      z-index: 2; }
    .sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input span {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        margin-left: 15px;
        margin-right: 15px; }
      .sidebar.cars-sidebar .widget.pixad-filter .slider-price__wrap-input input {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
  .sidebar.cars-sidebar .btn-wrapper {
    width: 100%;
    padding: 0; }
    .sidebar.cars-sidebar .btn-wrapper button {
      width: 100%;
      color: #fff; }
.sidebar .widget_dealer .widget-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px -10px 0; }
  .sidebar .widget_dealer .widget-content ul li {
    position: relative;
    padding: 5px 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 50%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .sidebar .widget_dealer .widget-content ul li .wd-name {
      line-height: 1.3;
      font-size: 13px;
      font-weight: 600;
      color: #222;
      margin-top: 4px; }
    .sidebar .widget_dealer .widget-content ul li .wd-update {
      position: absolute;
      right: 10px;
      top: 10px;
      line-height: 1;
      font-size: 11px;
      text-transform: uppercase;
      padding: 4px 8px;
      color: #fff;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .sidebar .widget_dealer .widget-content ul li .wd-update:hover {
        opacity: .7;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
.sidebar .widget-content .list-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px; }
  .sidebar .widget-content .list-categories li {
    width: 48%;
    padding: 5px; }
    .sidebar .widget-content .list-categories li label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      text-align: center; }
      .sidebar .widget-content .list-categories li label .auto_body_name {
        display: block;
        width: 100%;
        color: #222;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1.3;
        font-weight: 600;
        margin-top: 4px; }
    .sidebar .widget-content .list-categories li input[type=checkbox] {
      display: none; }
    .sidebar .widget-content .list-categories li input[type=checkbox]:checked + label .auto_body_name {
      color: #0c5460; }
.sidebar .widget {
  margin-bottom: 25px; }
  .sidebar .widget .jelect-current {
    background-color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .sidebar .widget .jelect-current:hover {
      border-color: transparent !important;
      background: #fff !important;
      -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
              box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }

/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
.fl-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098; }
  .fl-mobile-menu-wrapper .fl-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
    cursor: pointer; }
  .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 280px;
    background: #fff;
    padding: 45px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }
    .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
      max-height: -webkit-calc(100% - 85px);
      max-height: calc(100% - 85px);
      overflow-x: auto; }

.fl--mobile-menu {
  background: inherit;
  z-index: 9;
  position: relative; }
  .fl--mobile-menu > li:last-child a {
    border-bottom: none; }
  .fl--mobile-menu li {
    -webkit-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    overflow: hidden; }
    .fl--mobile-menu li.opened {
      -webkit-transition: background-color .3s ease-in;
      -o-transition: background-color .3s ease-in;
      transition: background-color .3s ease-in;
      background: #f7f7f7; }
      .fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
        .fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s;
          opacity: 0; }
    .fl--mobile-menu li a {
      border-bottom: 1px solid #eee;
      position: relative;
      line-height: 1.1;
      display: block;
      padding: 17px 40px 17px 24px;
      color: #222222;
      font-size: 11px;
      text-transform: uppercase; }
      .fl--mobile-menu li a .fl-menu-flipper-icon {
        position: absolute;
        right: 0;
        color: #000;
        height: 100%;
        width: 50px;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .fl--mobile-menu li a:hover {
        color: #000; }
    .fl--mobile-menu li:last-child {
      border-bottom: none; }
    .fl--mobile-menu li .sub-menu {
      display: none;
      background: #f7f7f7; }
      .fl--mobile-menu li .sub-menu li a {
        text-transform: none;
        font-size: 11px; }
      .fl--mobile-menu li .sub-menu li .sub-menu {
        border-left: none;
        margin-left: 0; }
        .fl--mobile-menu li .sub-menu li .sub-menu li a {
          padding-left: 37px; }
    > .fl--mobile-menu li:first-child a {
      border-bottom: none; }

.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar, .fl--mobile-menu-navigation::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px; }
.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb, .fl--mobile-menu-navigation::-webkit-scrollbar-thumb {
  height: 150px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #f7f7f7; }

body.admin-bar .fl--mobile-menu-navigation-wrapper {
  top: 30px; }
body.admin-bar ul.fl-sidebar-social-profiles {
  bottom: 50px; }

.fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #2a2b30;
  height: 100%;
  width: 50px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-perspective: 40px;
          perspective: 40px; }
  .fl-menu-flipper-icon .fl-front-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-menu-flipper-icon .fl-back-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  top: 15px;
  right: 5px;
  z-index: 99999;
  cursor: pointer; }
  .fl-close-sidebar-icon:before {
    font-family: fl-custom-icon-font;
    content: '\e81d';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    color: #2a2b30 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

ul.fl-sidebar-social-profiles {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px; }
  ul.fl-sidebar-social-profiles li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    ul.fl-sidebar-social-profiles li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      font-size: 14px;
      padding: 0 2px;
      color: #1b1b1b;
      -webkit-transition: color .3s ease, opacity .3s ease;
      -o-transition: color .3s ease, opacity .3s ease;
      transition: color .3s ease, opacity .3s ease;
      z-index: 1;
      width: 26px;
      height: 26px;
      opacity: .8; }
      ul.fl-sidebar-social-profiles li a i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      ul.fl-sidebar-social-profiles li a:before {
        z-index: -1;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
        -webkit-border-radius: 100%;
                border-radius: 100%; }
      ul.fl-sidebar-social-profiles li a:hover {
        opacity: 1;
        color: #fff; }
        ul.fl-sidebar-social-profiles li a:hover:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      ul.fl-sidebar-social-profiles li a.facebook:before {
        background: #4267b2; }
      ul.fl-sidebar-social-profiles li a.twitter:before {
        background: #1da1f2; }
      ul.fl-sidebar-social-profiles li a.linkedin:before {
        background: #0274b3; }
      ul.fl-sidebar-social-profiles li a.instagram:before {
        background: #231f20; }
      ul.fl-sidebar-social-profiles li a.behance:before {
        background: #0057ff; }
      ul.fl-sidebar-social-profiles li a.pinterest:before {
        background: #bd081c; }
      ul.fl-sidebar-social-profiles li a.google:before {
        background: #db4445; }
      ul.fl-sidebar-social-profiles li a.youtube:before {
        background: #f30007; }
      ul.fl-sidebar-social-profiles li a.vimeo:before {
        background: #1ab7ea; }

.fl-header-menu-container .fl--mobile-menu-icon {
  display: none !important; }

/*-------------------------------------------------------------------

==  Empty Search Page

-------------------------------------------------------------------*/
.empty-search-wrapper .empty-search-wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px; }
  .empty-search-wrapper .empty-search-wrapper-text .left-content {
    display: inline-block; }
    .empty-search-wrapper .empty-search-wrapper-text .left-content i {
      font-size: 45px;
      margin-right: 25px;
      color: #a2a4a3;
      top: -11px;
      position: relative; }
  .empty-search-wrapper .empty-search-wrapper-text .right-content {
    display: inline-block; }
    .empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 0; }
.empty-search-wrapper .empty-search-wrapper-search-form {
  max-width: 400px;
  margin: 0 auto; }
  .empty-search-wrapper .empty-search-wrapper-search-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 10px; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input {
        margin-bottom: 0;
        background: #f1f5fa;
        border-color: transparent; }
        .empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input:hover {
          -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
                  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          background: #fff !important; }
    .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button {
        line-height: 42px;
        color: #fff; }

/*-------------------------------------------------------------------

==  404

-------------------------------------------------------------------*/
.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content i {
      font-size: 45px;
      margin-right: 25px;
      color: #a2a4a3;
      top: -11px;
      position: relative; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content .fl--error-page-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 0; }
.fl--404-page-wrapper .btn-404-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .fl--404-page-wrapper .btn-404-wrapper .fl-404-page-btn {
    padding: 15px 35px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase; }
.fl--404-page-wrapper .fl-404-page-search-form {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 35px; }
  .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"] {
        margin-bottom: 0;
        padding-right: 55px;
        background: #f1f5fa;
        border-color: transparent; }
        .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"]:hover, .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"].focus {
          -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          background: #fff !important; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper:after {
        letter-spacing: .02em;
        content: attr(data-text);
        line-height: 0;
        max-width: 100%;
        border-bottom: 2px solid;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        font-size: 13px;
        overflow: hidden;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        color: transparent; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
      margin-left: 5px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      max-width: 150px; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button {
        color: #fff; }

/*-------------------------------------------------------------------

==  404

-------------------------------------------------------------------*/
html body .fc-scroller {
  height: auto !important; }

.fc-unthemed th, .fc-unthemed td, .fc-unthemed hr, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
  border-color: #ddd !important;
  background: transparent !important;
  color: #222222 !important; }

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1200px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1170px

-------------------------------------------------------------------*/
@media screen and (max-width: 1170px) {
  .fl-padding {
    height: 90px !important; }

  .fl-mega-menu {
    display: none; }

  .fl--navigation-icon-container {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    text-align: right; }

  .fl-top-header-content {
    display: none; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn {
    margin-left: 20px; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-icon.fl--hamburger-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; } }
/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .fl-padding {
    height: 70px !important; }

  .fl-padding-20px {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .sidebar_left .sidebar {
    padding-right: 0 !important; }

  .sidebar_right .sidebar {
    padding-left: 0 !important; }

  .sidebar_left .cars-sidebar {
    padding-right: 20px !important; }

  .sidebar_right .cars-sidebar {
    padding-left: 20px !important; }

  .fl-blog-post-div .post-style-default .fl-post--item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-left-content {
      width: 100%;
      margin-bottom: 35px; }
    .fl-blog-post-div .post-style-default .fl-post--item .post-right-content {
      width: 100%; }

  .fl-page-heading .content_header .header-title {
    font-size: 48px; }

  .fl-page-heading {
    min-height: 250px; }

  .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(odd) {
    padding-right: 15px; }

  .fl-blog-post-div .post-style-grid .fl-post--item:nth-child(even) {
    padding-left: 15px;
    margin-top: 35px; }

  .products .shop-archive-item:nth-child(4n+1) {
    clear: none; }

  .products .shop-archive-item:nth-child(2n+1) {
    clear: left; }

  .products .shop-archive-item {
    width: 50% !important; }

  .footer-widget-area {
    margin-top: 20px; } }
/*-------------------------------------------------------------------

==  max-width 991px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 870px

-------------------------------------------------------------------*/
@media (max-width: 870px) {
  .fl--navigation {
    display: none !important; } }
/*-------------------------------------------------------------------

max-width 782px

-------------------------------------------------------------------*/
@media screen and (max-width: 782px) {
  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container .header-btn {
    display: none; }

  footer.fl--footer .footer__decor {
    height: 22px; }

  .fl-page-heading .header-decor {
    height: 22px; }

  .fl-header--navigation .fl--logo-container .img-logotype, .fl-header--navigation .fl--logo-container .logotype-text {
    border-color: transparent;
    padding-right: 30px; }

  footer.fl--footer .footer__figure {
    display: none; }

  .fl-header--navigation.scrollUp {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important; }

  .fl-counter-wrapper.text-left, .fl-counter-wrapper.text-right {
    text-align: center !important; }

  .fl-counter-wrapper {
    margin-top: 25px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-left-content {
    margin-bottom: 20px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post--title {
    font-size: 19px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .category-post {
    margin-bottom: 20px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post-info {
    margin-bottom: 15px; }
  .fl-blog-post-div .post-style-default .fl-post--item .post-right-content .post-text--content {
    margin-bottom: 25px; }

  .fl-page-heading .content_header .header-title {
    font-size: 40px; }

  .fl-page-heading {
    min-height: 200px; }

  .products .shop-archive-item:nth-child(2n+1) {
    clear: none; }

  .products .shop-archive-item {
    width: 100% !important; } }
/*-------------------------------------------------------------------

min-width 768px

-------------------------------------------------------------------*/
@media (max-width: 768px) {
  .fl-padding {
    height: 50px !important; }

  .fl-reflect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .auto-price-info {
    margin-top: 30px; }

  .car-details .vehicle-characteristics .list-descriptions .dd-item {
    max-width: 100%; }

  .car-details .wrap-nav-table-content ul {
    text-align: center; }
    .car-details .wrap-nav-table-content ul li {
      width: 100%;
      padding: 0; }
      .car-details .wrap-nav-table-content ul li span {
        padding: 15px 0;
        font-size: 14px; }
        .car-details .wrap-nav-table-content ul li span:before {
          display: none; }

  .fl-header--navigation .fl--logo-container .img-logotype, .fl-header--navigation .fl--logo-container .logotype-text {
    padding-right: 15px; }

  .fl--logo-container img {
    max-width: 145px !important; }

  .fl-header--navigation .fl-bottom-header-content .fl-navigation-container .fl--navigation-icon-container {
    margin-left: 0; }

  .fl-header--navigation .fl-bottom-header-content {
    padding: 25px 15px; }

  footer.fl--footer .footer__decor {
    display: none; }

  footer.fl--footer .top-content-footer {
    padding-top: 80px; }

  .car-details .tabs-content .tab-content ul:not(.pixad-features-list) > li:before {
    height: 30px; }

  .sidebar.cars-sidebar {
    margin-bottom: 30px; }

  #pix-sorting .sorting__inner .sorting__item:first-child {
    display: none; }

  #pix-sorting .sorting__inner .sorting__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    #pix-sorting .sorting__inner .sorting__item.view-by {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

  .single-post-wrapper .post-holder--info .post-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .single-post-wrapper .post-holder--info .post-info .left-post-top-content {
      width: 100%; }
    .single-post-wrapper .post-holder--info .post-info .right-post-top-content {
      width: 100%;
      margin-top: 20px; }

  .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .comments-container .comments-list .fl-comment .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
    width: 100%; }

  .fl-page-heading .content_header .breadcrumbs-heading .breadcrumbs {
    display: none; }

  .fl-page-heading .content_header .header-title {
    font-size: 24px; }

  form.fl-comment-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  form.fl-comment-form .comment-field-wrapper {
    width: 100%;
    padding-right: 0; }

  form.fl-comment-form .author-comment {
    width: 100%;
    padding-left: 0; }

  .fl-page-padding.bottom {
    height: 80px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category {
    right: 10px;
    bottom: 10px; }

  .sidebar_right .sidebar, .sidebar_left .sidebar {
    margin-top: 30px; }

  .comment-title-content .font-text {
    font-size: 30px; }

  .comment-title-content .back-text {
    font-size: 55px; }

  .comments-container .reply-title {
    margin-bottom: 30px; }

  .single-post-wrapper .post-holder--info .post-holder .holder-decor {
    display: none; }

  .single .bg-holder {
    padding-top: 60px;
    margin-top: 0; }
    .single .bg-holder .bg-holder-after {
      display: none; }

  .single-post-wrapper .post-holder--info .post-holder {
    margin-bottom: 30px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-top-content .post--holder .post-info-category .category-post a {
    font-size: 8px; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post-info .post-comments-content {
    display: none; }

  .fl-blog-post-div .post-style-default .fl-post--item .post-bottom-content .post--title a {
    font-size: 19px; }

  .single-post-wrapper .post-holder--info .post-info .left-post-top-content .comments-post {
    display: none; }

  blockquote {
    padding: 40px 20px 40px 65px !important;
    font-size: 17px; }
    blockquote > p a {
      margin-top: 10px;
      width: 100%;
      display: block; }
    blockquote:before {
      left: 15px;
      font-size: 30px; }

  .single-post-wrapper .post-category--tags.style-two {
    padding: 25px 20px; }

  .login-form .login-gap {
    height: 70px !important; }
  .login-form .login-in {
    min-width: 300px; }
  .login-form .login-gap.bottom {
    height: 70px; }

  .header-search-form .search-form-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header-search-form .search-form-row input {
      min-width: -webkit-calc(100% - 20px);
      min-width: calc(100% - 20px);
      margin-right: 10px;
      margin-bottom: 15px; }
    .header-search-form .search-form-row .searchsubmit {
      margin-right: 10px; }

  .pix-dynamic-content #pixad-listing.list .card {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__img {
      width: 100%;
      max-width: none;
      margin-bottom: 20px; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner {
      max-width: none;
      padding-left: 0;
      width: 100%; } }
/*-------------------------------------------------------------------

==  max-width 680px

-------------------------------------------------------------------*/
@media (max-width: 680px) {
  .fl-header--navigation.fixed-enable {
    position: absolute !important; } }
/*-------------------------------------------------------------------

==  max-width 630px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 630px

-------------------------------------------------------------------*/
@media (max-width: 600px) {
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; }

  .pix-dynamic-content #pixad-listing.list .card .card__img {
    margin-bottom: 0; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .left-content {
      text-align: center;
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      width: 100%;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 40px;
      z-index: 2;
      position: relative;
      margin-top: -66px;
      margin-right: 20px; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .top-content .right-content .card__price {
        font-size: 13px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li {
      text-align: center;
      margin-bottom: 15px; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li i {
        display: none; }
      .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content {
        -webkit-box-flex: initial;
        -webkit-flex-grow: initial;
            -ms-flex-positive: initial;
                flex-grow: initial; }
  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .promo-image-gallery {
      margin-bottom: 15px;
      text-align: center; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-dbl-content .tmpl-list-footer {
      text-align: center; } }
/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/
@media (max-width: 570px) {
  .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li {
    width: 50%;
    margin-bottom: 15px; }
    .pix-dynamic-content #pixad-listing.list .card .card__inner .bottom-content .card__list li .right--content {
      -webkit-box-flex: initial;
      -webkit-flex-grow: initial;
          -ms-flex-positive: initial;
              flex-grow: initial; } }
/*-------------------------------------------------------------------

==  max-width 500px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 400px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 360

-------------------------------------------------------------------*/



.product-slider.fl-magic-popup{
    border: 1px solid #ddd;
}

