@charset "UTF-8";
/*
Theme Name: Carmen
Theme URI: http://themetrail.com/themes/carmen/
Description: Car Dealership WordPress theme.
Version: 1.0.1
Text Domain: carmen
Author: ThemeTrail
Author URI: http://themetrail.com
License:
License URI:
*/
/*
TABLE OF CONTENTS:

01 - Normalize
02 - Bootstrap - Grid
03 - Bootstrap - Modals
04 - Bootstrap - Navs
05 - Bootstrap - Tooltip
06 - Global
07 - Grid
08 - Components - Bootstrap
09 - Components - Buttons
10 - Components - Comments
11 - Components - Forms
12 - Components - Magnific Popup
13 - Components - Modals
14 - Components - Pretty Photo
15 - Components - Shortcodes
16 - Components - Slick.js
17 - Components - Slider
18 - Components - Tabs
19 - Components - Widgets
20 - Components - WP Classes
21 - Layout - Header
22 - Layout - Footer
23 - Layout - Pages
24 - Layout - Posts
25 - Layout - Sidebar
26 - Widgets - Slider
27 - WP Car Manager - Dashboard
28 - WP Car Manager - Filters
29 - WP Car Manager - Listings
30 - WP Car Manager - Single Vehicle
31 - WP Car Manager - Submit Car
*/
/*
 * normalize.css v4.0.0
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Bootstrap v3.3.6
 * @grid
 * @modal
 * @popover
 * @tooltip
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/*
 * General Styles
 */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #787878;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-x: hidden;
  background-color: #fff;
}

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

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

.show {
  display: block;
}

.hide {
  display: none !important;
}

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.grayscale-75 {
  -webkit-filter: grayscale(75%);
          filter: grayscale(75%);
}

.grayscale-50 {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.grayscale-25 {
  -webkit-filter: grayscale(25%);
          filter: grayscale(25%);
}

.rounded {
  border-radius: 100%;
}

.border-box {
  box-shadow: inset -1px -1px 0 2px rgba(0, 0, 0, 0.05);
  background-color: #fcfcfc;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: #787878;
  text-decoration: none;
  transition: all .15s;
  outline: none;
}

a:hover, a:focus {
  cursor: pointer;
  text-decoration: none;
}

i {
  display: inline-block;
  font-style: normal;
  transition: all .15s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  outline: none;
  transition: all .2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em;
  font-weight: 600;
  line-height: 1.3;
  color: #42484b;
  text-rendering: optimizeLegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.1em;
}

.font-weight-300, .font-weight-light {
  font-weight: 300;
}

.font-weight-400, .font-weight-normal {
  font-weight: 400;
}

.font-weight-700, .font-weight-bold {
  font-weight: 700;
}

.font-weight-900, .font-weight-boldest {
  font-weight: 900;
}

.color-background-light {
  background-color: #f8f8f8;
}

p, pre {
  margin: 0 0 1em;
}

p:empty, pre:empty {
  margin: 0;
}

small {
  font-size: .9em;
}

.lead {
  font-size: 1.3em;
  color: #999;
}

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

.text-muted {
  color: #999;
}

.text-success {
  color: #5fc566;
}

.text-info {
  color: #309dd4;
}

.text-warning {
  color: #ffc12b;
}

.text-danger {
  color: #fa726c;
}

.separator {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
}

hr {
  margin: 30px 0;
  border-top: 1px solid #eaeaea;
}

table {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

th,
td {
  padding: .5em;
  font-weight: 700;
  line-height: 2;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

td {
  font-weight: 400;
}

dt, dd {
  line-height: inherit;
}

dd {
  margin-left: 1em;
}

address {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-style: normal;
}

pre {
  margin-bottom: 30px;
  padding: 15px 30px;
  font-size: 0.9em;
  color: #787878;
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  color: #c7254e;
}

ul {
  margin: 0 0 1em;
  padding-left: 20px;
  list-style-type: square;
  line-height: 2;
}

ol {
  margin: 0 0 1em;
  padding-left: 20px;
  list-style-type: upper-roman;
  line-height: 2;
}

blockquote {
  margin: 1em;
  padding: 0;
  font-size: 1.6em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
  color: #999;
}

.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

cite {
  color: #999;
}

cite:before {
  content: "- ";
}

.container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/*
 * Bootstrap
 */
/**
 * Alerts
 *
 */
.alert {
  position: relative;
  padding: .5em 1em;
  overflow: hidden;
  border-radius: 4px;
}

.alert-success {
  color: #5fc566;
  background-color: #e2f4e3;
}

.alert-success a {
  color: #5fc566 !important;
}

.alert-info {
  color: #309dd4;
  background-color: #eef7fb;
}

.alert-info a {
  color: #309dd4 !important;
}

.alert-warning {
  color: #de9d00;
  background-color: #fff5de;
}

.alert-warning a {
  color: #de9d00 !important;
}

.alert-danger {
  color: #fa726c;
  background-color: #fee8e7;
}

.alert-danger a {
  color: #fa726c !important;
}

/**
 * Tooltip
 *
 */
.tooltip {
  font-family: inherit;
  font-size: .9em;
  line-height: inherit;
  line-height: 1;
}

.tooltip.in {
  opacity: .8;
}

.tooltip-inner {
  max-width: none;
  padding: 8px 10px 6px;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  border-radius: 4px;
}

/**
 * Modal
 *
 */
.modal {
  z-index: 3001;
  text-align: center;
}

@media (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    padding: 0;
  }
}

.modal-dialog {
  display: inline-block;
  margin: 100px auto;
  padding: 0 15px;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog form {
  padding: 0;
  background-color: transparent;
}

.modal-content {
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0) scale(1.25);
}

.modal.fade.in .modal-dialog {
  transform: translate(0, 0) scale(1);
}

.modal-backdrop {
  transition: all .2s;
}

.modal-backdrop.in {
  opacity: .6;
}

.modal-backdrop.light {
  opacity: 1;
  background-color: #fff;
}

.popover-content {
  padding: 20px 30px 30px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.popover-content p {
  margin-bottom: 0;
}

.popover-content p a {
  color: #787878;
}

.popover-content ul a {
  color: #787878;
}

.popover-content #loginform {
  margin-bottom: 0;
}

/**
 * Forms
 *
 */
.form-group {
  margin-bottom: 1em;
}

.form-control {
  display: block;
  width: 100%;
}

/*
 * Buttons
 */
.btn,
.wpcm-button {
  border-radius: 4px;
}

#wpcm-submit {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #333 !important;
  border: 2px solid #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-action {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  color: #787878;
  border-radius: 4px;
}

.btn-action.not-available {
  opacity: .5;
  pointer-events: none;
  cursor: default;
}

.btn-action.login-required {
  cursor: default;
}

.btn-action i {
  line-height: 30px;
}

.wpcm-item-actions {
  position: absolute;
  top: auto;
  bottom: 12px;
  right: 20px;
}

.wpcm-item-actions li {
  float: left;
  margin-left: .5em;
}

.wpcm-item-actions .btn-action {
  opacity: .75;
  border-color: transparent;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
}

.btn-separator {
  position: relative;
  top: -30px;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 1em;
  color: #999;
  line-height: 56px;
  border: 2px solid #eaeaea;
  background-color: #fff;
}

.social {
  color: #fff;
  border: none;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #4cc2ff;
}

.googleplus {
  background-color: #d23e2b;
}

.linkedin {
  background-color: #0077B5;
}

/*
 * Comments
 */
.comments-area {
  position: relative;
  margin-top: 120px;
}

.comments-area ul, .comments-area ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comments-area .comment {
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.comments-area .children {
  margin-top: 30px;
  margin-left: 30px;
}

@media (min-width: 1200px) {
  .comments-area .children {
    margin-left: 100px;
  }
}

.comments-area .bypostauthor {
  font-weight: 400;
}

.comment-navigation {
  margin: 1em 0;
  font-size: .9em;
}

.comment-navigation a {
  color: #999;
}

.comments-title {
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: 1.3em;
  border-top: 1px solid #eaeaea;
}

.comment-avatar {
  width: 100px;
  float: left;
}

.comment-avatar img {
  border-radius: 100%;
}

.comment-author .fn {
  margin-bottom: 0;
  font-size: 1.3em;
}

.comment-meta {
  margin-bottom: 1em;
  color: #999;
}

.comment-body {
  position: relative;
}

.comment-content {
  margin-left: 100px;
}

.comment-content .reply {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .comment-content .reply {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.comment-content .reply a {
  display: inline-block;
  font-size: .9em;
  font-weight: 700;
  color: #787878;
  line-height: 1;
  text-transform: uppercase;
}

.comment-reply-title {
  font-size: 1.8em;
}

.comment-form input:not([type="submit"]), .comment-form textarea {
  display: block;
  width: 100%;
}

.comment-form .submit {
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
}

.comment-respond {
  margin-top: 60px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

/*
 * Forms
 */
form .error {
  border-color: #fa726c;
}

form label.error {
  display: block;
  margin: .5em 0;
  font-size: .9em;
  font-weight: 700;
  color: #fa726c;
}

form .recaptcha-container {
  margin-bottom: 1em !important;
}

#recaptcha-error {
  margin-top: 5px;
}

.form-group {
  margin-bottom: 1em;
}

.form-control {
  display: block;
  width: 100%;
}

fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: .5em;
  font-size: 1.2em;
  text-transform: uppercase;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #999;
}

input, .input, button {
  width: 100%;
  height: 40px;
  padding: 0 .75em;
  line-height: 40px;
  color: #999;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
}

input:hover, .input:hover, button:hover {
  border-color: #d1d1d1;
}

input[type=checkbox] {
  width: auto;
  height: auto;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  margin-right: 10px;
}

input[type=checkbox] + label {
  cursor: pointer;
}

input[type=radio] {
  width: auto;
  height: auto;
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

input[type=submit], button[type=submit] {
  width: auto;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

input[type=submit]:disabled, button[type=submit]:disabled {
  background-color: #999;
}

input[type=search] {
  margin-bottom: 0;
}

input[type=file] {
  height: auto;
  padding: 0;
  line-height: 1;
  border: none;
}

select {
  width: 100%;
  margin-bottom: 1em;
}

textarea {
  display: block;
  width: 100%;
  padding: .5em .75em;
  color: #999;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

textarea:hover {
  border-color: #d1d1d1;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999 !important;
}

:-ms-input-placeholder {
  color: #999 !important;
}

.form-submit-success {
  margin-top: 1em;
}

/**
 * Datepicker
 *
 */
.ui-datepicker {
  padding: .5em;
  font-size: .9em;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.ui-datepicker table {
  margin-bottom: 0;
}

.ui-datepicker td {
  padding: 0 .5em;
}

.ui-datepicker td:not(.ui-state-disabled):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.ui-datepicker a {
  display: block;
  text-align: center;
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: .5em;
  line-height: 30px;
}

.ui-datepicker-header .ui-datepicker-title {
  margin: 0 40px;
}

.ui-datepicker-header .ui-datepicker-month,
.ui-datepicker-header .ui-datepicker-year {
  width: 49%;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
}

.ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-header .ui-datepicker-next {
  right: 0;
}

/**
 * Edit User Profile
 *
 */
.company-logo-image-container {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.company-logo-image-container i {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.company-logo-image-container i:hover {
  background-color: #fa726c;
}

/**
 * Select2 Dropdowns
 *
 */
.select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #eaeaea;
  outline: none;
}

.select2-container--default .select2-selection--single:hover {
  border-color: #d1d1d1;
}

.select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus {
  border-color: #b7b7b7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 1em;
  line-height: 40px;
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: auto;
  top: 0;
  right: 1em;
  line-height: 40px;
  transform: rotate(90deg) scaleX(0.5);
  opacity: .5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-size: 1.5em;
  font-weight: 300;
  content: ">";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-dropdown, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-dropdown {
  border-color: #b7b7b7;
}

.select2-dropdown {
  margin-top: -1px;
  padding: .5em 1em;
  font-size: .9em;
  border: 1px solid #eaeaea;
  border-top: 1px solid #fff !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 1em;
  border: 1px solid #eaeaea;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #42484b;
  background-color: transparent;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #42484b;
  background-color: transparent;
}

.select2-results__option {
  padding: 0;
  line-height: 2.5;
}

/*
 * Magnific Popup
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close,
.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.mfp-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.5;
  padding: 0 0 20px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 30px;
  font-family: "Ionicons";
}

.mfp-close:before {
  content: "";
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.5;
  margin: 0;
  top: 50%;
  transform: translate(-50% -50%);
  padding: 0;
  width: 60px;
  height: 80px;
  font-size: 30px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  font-family: "Ionicons";
  content: "";
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before {
  font-family: "Ionicons";
  content: "";
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 50px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 50px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
 * Moodals
 */
.popover-content {
  padding: 20px 30px 30px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.popover-content p {
  margin-bottom: 0;
}

.popover-content p a {
  color: #787878;
}

.popover-content ul a {
  color: #787878;
}

.popover-content #loginform {
  margin-bottom: 0;
}

#login-modal .modal-content {
  padding: 0;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
}

.modal-body {
  padding: 30px;
}

.modal-dialog {
  margin: 150px auto;
  max-width: 600px;
  vertical-align: top;
}

.modal-dialog .nav-tabs {
  font-size: 1.2em;
  line-height: 50px;
  border: none;
  background-color: #f8f8f8;
}

.modal-dialog .nav-tabs li {
  margin: 0;
}

.modal-dialog .nav-tabs li a {
  margin: 0;
  padding: 0 30px;
  line-height: 50px;
  border: none !important;
}

.modal-dialog .close {
  width: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 50px;
  color: #999;
  border: none;
  background-color: transparent;
}

/*
 * PrettyPhoto
 */
/** PRETTYPHOTO STYLING **/
/**
 * prettyPhoto.scss
 * Styles for the prettyPhoto lightbox script. Includes a custom WooCommerce theme.
 * http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
 */
/**
 * Mixins
 */
/** WP Car Manager PP CSS **/
.pp_previous:before,
.pp_next:before {
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-family: 'carmen';
  content: "\e96f";
  text-indent: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center;
}

.pp_previous:hover:before,
.pp_next:hover:before {
  display: block;
}

.pp_previous:before {
  left: -80px;
}

.pp_next:before {
  right: -80px;
  content: "\e97c";
}

/**
 * Default prettyPhoto css
 * Do not edit!
 */
div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  text-indent: -100000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  left: 50%;
  margin-top: 10px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.pp_gallery ul a {
  border: 1px solid transparent;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery li.default a img {
  display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-indent: -10000px;
}

.pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res .pp_inline {
  text-align: left;
}

div.ppt {
  color: #fff !important;
  display: none;
  font-size: 1.3em;
  margin: 0 0 5px 15px;
  text-align: center;
  z-index: 9999;
}

/*
 * Shortcodes
 */
/**
 * Shortcode - carmen_compare_vehicles
 *
 */
.compare-vehicles .wpcm-listings-item {
  position: relative;
}

.compare-vehicles .wpcm-listings-item .wpcm-images {
  cursor: pointer;
}

.compare-vehicles .wpcm-listings-item .wpcm-item-actions {
  top: 15px;
  right: 15px;
}

.compare-vehicles .wpcm-listings-item .content {
  padding: 30px;
  text-align: center;
}

.compare-vehicles .wpcm-listings-item .vehicle-title {
  font-size: 1.3em;
  margin-bottom: 0;
}

.compare-vehicles .wpcm-listings-item .vehicle-price {
  font-size: 1.3em;
  margin-bottom: 1em;
}

.compare-vehicles .wpcm-listings-item .wpcm-content-block {
  margin-bottom: 30px;
  padding-top: 30px;
}

.compare-vehicles .wpcm-listings-item .section-title {
  width: 100%;
}

.compare-vehicles .wpcm-listings-item .section-title .title {
  font-size: 1.3em;
  margin-bottom: 1em;
}

.compare-vehicles .wpcm-listings-item .section-data {
  width: 100%;
}

.compare-vehicles .wpcm-listings-item .section-data .title {
  display: none;
}

.compare-vehicles .wpcm-listings-item .wpcm-vehicle-data .vehicle-data-title {
  text-align: right;
  padding-right: 1em;
}

.compare-vehicles .wpcm-listings-item .wpcm-vehicle-data .vehicle-data-value {
  text-align: left;
  padding-left: 1em;
}

.compare-vehicles .wpcm-listings-item .wpcm-vehicle-data .title {
  display: none;
}

.compare-vehicles .wpcm-listings-item .vehicle-features-list {
  float: none;
  width: 100%;
}

/**
 * Shortcode - carmen_newsletter
 *
 */
.form-newsletter .newsletter-elements {
  position: relative;
}

.form-newsletter input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*
 * Slick.js carousel
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: .5;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 0 10px !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Slick theme
 *
 */
.slick-loading .slick-list {
  background: transparent url("inc/images/svg-loaders/tail-spin.svg") center center no-repeat;
  background-size: 50px;
}

/* Arrows */
.slick-prev,
.slick-next {
  opacity: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 11;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all .2s;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.25);
  background-color: transparent;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: .75 !important;
}

.slick-prev.slick-disabled, .slick-prev.slick-disabled,
.slick-next.slick-disabled,
.slick-next.slick-disabled {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Ionicons';
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .2s;
}

.slick-prev {
  left: -55px;
}

[dir='rtl'] .slick-prev {
  right: -55px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir='rtl'] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -55px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -55px;
}

.slick-next:before {
  content: "";
}

[dir='rtl'] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  text-align: center;
  opacity: .15;
  color: #000;
  border: 0;
  border-radius: 100%;
  background-color: #000;
  transition: all .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: .25;
}

.slick-dots li.slick-active button {
  opacity: .25;
  background-color: transparent;
  box-shadow: 0 0 0 2px #000;
}

/*
 * Slider
 */
.slider-vehicle-main-images.slick-slider {
  margin-bottom: 0px;
}

.slider-vehicle-main-images .slick-list {
  padding: 0 !important;
}

.single-vehicle-content .slick-slider:hover .slick-arrow {
  opacity: 1;
}

.single-vehicle-content .slick-list {
  height: auto !important;
  margin: 0 -15px;
  padding: 0 !important;
}

.single-vehicle-content .slick-list:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  content: "";
}

.single-vehicle-content .slick-list:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  content: "";
}

.single-vehicle-content .slick-slide {
  margin: 0 15px;
  outline: 0;
  transition: all .5s;
}

.single-vehicle-content .slick-slide img {
  width: 100%;
}

.single-vehicle-content .arrow-container {
  margin: 15px -5px 0;
}

.single-vehicle-content .arrow-container .slick-arrow {
  opacity: 1;
  position: relative;
  top: 0;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  font-size: 1em;
  font-weight: 700;
  line-height: 40px;
}

.single-vehicle-content .slick-arrow {
  opacity: 0;
  position: absolute;
  z-index: 1001;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all .2s;
  transform: translateY(-50%);
}

.single-vehicle-content .slick-arrow.icon-arrow-left {
  left: 0;
}

.single-vehicle-content .slick-arrow.icon-arrow-right {
  right: 0;
}

.single-vehicle-content .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.single-vehicle-content .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.single-vehicle-content .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}

.single-vehicle-content .slick-dots .dot {
  position: relative;
  height: 12px;
  width: 12px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.single-vehicle-content .slick-dots .slick-active .dot {
  top: 2px;
  width: 16px;
  height: 16px;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
}

.single-vehicle-content .dots-below {
  margin-bottom: 60px;
}

.single-vehicle-content .dots-below .slick-dots {
  bottom: -40px;
}

.single-vehicle-content .dots-below .slick-dots .dot {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
}

.single-vehicle-content .dots-below .slick-dots .slick-active .dot {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.pp_details {
  line-height: 30px;
}

.pp_nav {
  margin-top: 0;
}

.pp_nav p {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Tabs
 */
/*
 * Widgets
 */
.widget .post-date {
  display: block;
  font-size: .9em;
  line-height: 1.5;
  opacity: .75;
}

.widget-carmen-social-icon ul {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget-carmen-social-icon li {
  float: left;
  margin: 0 .5em .5em 0;
}

.widget-carmen-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
}

.widget-carmen-social-icon i {
  position: relative;
  display: block;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

.widget-carmen-social-icon i:before {
  position: relative;
  z-index: 2;
}

.widget-carmen-social-icon i:hover {
  color: #fff;
}

.widget-carmen-social-icon i:hover:after {
  transform: scale(1);
  opacity: 1;
}

.widget-carmen-social-icon i:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: all .2s;
  transform: scale(0.75);
  opacity: 0;
}

.widget-carmen-social-icon .icon-logo-dribbble:after {
  background-color: #ea4c89;
}

.widget-carmen-social-icon .icon-logo-facebook:after {
  background-color: #3b5998;
}

.widget-carmen-social-icon .icon-logo-googleplus:after {
  background-color: #d23e2b;
}

.widget-carmen-social-icon .icon-logo-linkedin:after {
  background-color: #4875B4;
}

.widget-carmen-social-icon .icon-logo-pinterest:after {
  background-color: #c91a22;
}

.widget-carmen-social-icon .icon-logo-skype:after {
  background-color: #42c7f2;
}

.widget-carmen-social-icon .icon-logo-twitter:after {
  background-color: #4cc2ff;
}

.widget-carmen-social-icon .icon-logo-vimeo:after {
  background-color: #1ab7ea;
}

.widget-carmen-social-icon .icon-logo-youtube:after {
  background-color: #c4302b;
}

.financing-calculator {
  line-height: 40px;
}

.financing-calculator .field {
  margin-bottom: 1em;
  overflow: hidden;
}

.financing-calculator .submit {
  overflow: hidden;
}

.financing-calculator label {
  display: block;
  float: left;
  width: 60%;
}

.financing-calculator input, .financing-calculator select {
  display: block;
  float: left;
  width: 40%;
  width: calc(40% - 1px);
  margin-bottom: 0;
}

.entry-content .financing-calculator {
  padding: 30px;
  background-color: #f8f8f8;
}

.calculator-results {
  margin: 1em 0 0;
  line-height: 2;
}

.calculator-results div {
  margin-bottom: .5em;
  overflow: hidden;
}

.calculator-results .label {
  display: block;
  float: left;
  width: 60%;
}

.calculator-results .value {
  display: block;
  float: left;
  width: 40%;
}

.calculator-results .value {
  font-weight: 700;
}

.widget-carmen-vehicle_search_form .wpcm-vehicle-filters {
  padding: 0;
}

.widget-carmen-vehicle_search_form [class^="col-"] {
  width: 100%;
}

/*
 * WordPress Generated Classes
 *	http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
.alignnone {
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

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

.gallery-item {
  display: inline-block;
  margin: 0;
  padding: 0 15px 30px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-icon {
  background-color: #f8f8f8;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  padding: 5px 20px 15px;
  color: #999;
  font-size: .9em;
  background-color: #f8f8f8;
}

.bypostauthor {
  font-weight: 700;
}

.sticky {
  background-color: transparent;
}

/* 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;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  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. */
}

/*
 * Header
 */
#header {
  position: relative;
  z-index: 4001;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
}

#header .container {
  position: relative;
}

.header-fixed #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-fixed #content {
  margin-top: 158px;
}

.site-branding {
  position: relative;
  padding: 20px 0;
}

.site-title {
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.site-description {
  margin: 10px 0 0;
  line-height: 1;
  color: #999;
}

.main-navigation {
  opacity: 0;
  min-width: 270px;
  max-width: 80%;
  position: fixed;
  z-index: 9002;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px 60px;
  text-transform: uppercase;
  background-color: #fff;
  transition: transform .2s ease-in;
  transform: translateX(-100%);
}

.main-navigation a {
  display: block;
}

.primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.primary-menu li {
  position: relative;
}

@media (max-width: 991px) {
  .primary-menu .menu-item-my-account {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .primary-menu .login, .primary-menu .logout {
    display: block;
    font-size: .9em;
    line-height: 1 !important;
    color: #999 !important;
    text-transform: none;
  }
  .primary-menu .login:before, .primary-menu .logout:before {
    display: none;
  }
  .primary-menu .menu-item-has-children {
    position: relative;
  }
  .primary-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
  }
  .primary-menu .menu-item-has-children > a:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    content: "\e8b2";
    font-family: 'carmen';
    font-size: .8em;
    line-height: 40px;
  }
  .primary-menu .menu-item-has-children > a.open:before {
    content: "\e8bf";
  }
  .primary-menu a {
    position: relative;
    line-height: 40px !important;
  }
  .primary-menu li:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -40px;
    content: "\e97c";
    font-family: 'carmen';
    font-size: .8em;
    line-height: 40px;
    opacity: 0;
    transition: all .2s;
  }
  .primary-menu li:hover {
    color: #42484b;
  }
  .primary-menu li:hover:before {
    opacity: 1;
    transform: translateX(10px);
  }
  .primary-menu .menu-item-site-search {
    text-align: center;
  }
  .primary-menu .menu-item-site-search:before {
    content: "";
  }
}

.sub-menu {
  display: none;
  margin-left: 1em;
  padding: 0;
  font-size: .9em;
  font-weight: 400;
  text-transform: none;
  list-style-type: none;
  white-space: nowrap;
  transition: all .2s ease-out;
}

.sub-menu.open {
  display: block;
}

.sub-menu a {
  line-height: 40px !important;
}

.mobile-menu-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: all .2s;
}

@media (min-width: 992px) {
  .mobile-menu-overlay {
    display: none;
  }
}

.show-nav .mobile-menu-overlay {
  z-index: 9001;
  opacity: .6;
}

.show-nav .main-navigation {
  transform: translateX(0);
}

.show-nav .primary-menu a {
  color: #787878;
}

.show-nav .primary-menu a .current-menu-item > a {
  color: #e63946;
}

@media (min-width: 992px) {
  .site-header a {
    color: #fff;
  }
  .site-branding {
    float: left;
  }
  .main-navigation {
    min-width: 0;
    max-width: none;
    float: right;
    position: relative;
    padding: 0;
    transform: none;
    text-transform: none;
    background-color: transparent;
    transition: all 0s;
    transform: translateX(0);
  }
  .primary-menu {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
  }
  .primary-menu li {
    float: left;
    margin-left: 30px;
  }
  .primary-menu .menu-item-my-account {
    position: relative;
    padding: 0 30px;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .primary-menu .menu-item-my-account span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 1em;
    font-size: .8em;
    line-height: 1;
    text-align: center;
  }
  .primary-menu .menu-item-my-account span a {
    line-height: 1 !important;
    color: #999;
  }
  .primary-menu .menu-item-my-account span a:hover {
    color: #e63946;
  }
  .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9001;
    margin-left: 0;
    top: 100%;
    left: 0;
    background-color: #262626;
    transform: translateY(-10px);
  }
  .sub-menu li {
    margin: 0;
  }
  .sub-menu a {
    padding: 0 25px;
    line-height: 50px !important;
  }
  .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    transform: translateX(-10px) translateY(0);
  }
  .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
  }
}

#toggle-navigation {
  display: block;
  position: absolute;
  z-index: 9002;
  top: 30px;
  right: 0;
  width: 24px;
  height: 30px;
  transition: none;
}

#toggle-navigation i {
  position: absolute;
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
  transition: all .2s;
}

@media (min-width: 992px) {
  #toggle-navigation i {
    display: none;
  }
}

#toggle-navigation i:before {
  position: absolute;
  content: "";
  top: -8px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: all .2s;
}

#toggle-navigation i:after {
  position: absolute;
  content: "";
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: all .2s;
}

#toggle-navigation i.show {
  background-color: transparent;
}

#toggle-navigation i.show:before {
  background-color: #999;
  transform: translateY(8px) rotate(-45deg);
}

#toggle-navigation i.show:after {
  background-color: #999;
  transform: translateY(-8px) rotate(45deg);
}

.login-notification {
  position: relative;
  z-index: 5001;
  padding: 0;
  line-height: 50px;
  transition: margin 1s 2s ease-in;
}

.login-notification.fade-out {
  margin-top: -50px;
}

.loginform-popover {
  position: absolute;
  z-index: 2001;
  height: 0;
  top: 100% !important;
  right: 15px;
  left: auto !important;
  transition: all .1s;
  transform: scaleY(0);
}

.loginform-popover.show {
  transform: scaleY(1);
}

#loginform input[type=checkbox] {
  width: auto;
  height: 1em;
}

#loginform .login-submit {
  float: left;
  margin-right: .5em;
}

#loginform .login-lost-password {
  margin-bottom: 0;
}

#loginform .login-remember {
  margin-bottom: 0;
}

.popover-overlay {
  opacity: .5;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.user-avatar img {
  border-radius: 50%;
}

.menu-item-my-account {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  text-transform: none;
}

.menu-item-my-account:hover .account-links-container {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.account-links-container {
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.account-links-container a {
  padding: 15px 20px;
  font-size: .9em;
  color: #787878;
  line-height: 1 !important;
}

.account-links-container ul {
  margin: 0;
  white-space: nowrap;
}

.account-links-container ul li {
  display: block;
  float: none;
  margin: 0;
}

.account-links-container ul li:hover a {
  color: #42484b;
}

.account-links-container i {
  margin-right: 10px;
}

.account-links-container .logout {
  border-top: 1px solid #eaeaea;
  background-color: #f8f8f8;
}

.account-links-container:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  top: -6px;
  right: 38px;
  position: absolute;
  z-index: -1;
}

.menu-item-site-search i {
  font-weight: 700;
  transition: all .2s;
}

.menu-item-site-search .animate {
  transform: rotate(90deg);
}

#modal-site-search .modal-dialog {
  vertical-align: top;
  height: 100%;
  top: 100px;
  bottom: 0;
  margin: 0 auto;
  padding-top: 80px;
}

#modal-site-search .modal-content {
  padding: 0;
  border: none;
  background-color: transparent;
}

#modal-site-search .border-box {
  padding: 30px;
}

#modal-site-search .search-form {
  margin-bottom: 30px;
}

#modal-site-search .site-search-results li {
  overflow: hidden;
}

#modal-site-search .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}

.search-form label {
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}

.search-form input {
  margin-bottom: 1em;
  cursor: pointer;
}

.search-form input[type=radio] {
  margin: 0 1em 0 .25em;
}

/*
 * Footer
 */
.site-footer {
  position: relative;
  z-index: 1;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer .widget-title {
  font-size: 1.5em;
}

.site-footer .opening-hours span:before {
  border-color: #fff;
}

.site-footer .widget-carmen-social-icon a {
  background-color: rgba(255, 255, 255, 0.1);
}

.site-footer-top {
  padding: 20px 0;
  background-color: #eee;
}

.site-footer-main {
  padding: 60px 0;
  color: #fff;
  background-color: #333;
}

.site-footer-main .widget {
  margin-bottom: 30px;
}

.site-footer-main .widget:last-child {
  margin-bottom: 0;
}

.site-footer-main .widget-title {
  margin-bottom: .5em;
  color: #fff;
}

.site-footer-main a {
  color: #fff;
}

.site-footer-main .slick-list:before, .site-footer-main .slick-list:after {
  background-color: #333;
}

.site-footer-bottom {
  padding: 20px 0;
  color: #999;
  background-color: #2b2b2b;
}

.site-footer-bottom a {
  color: inherit;
}

.site-footer-bottom .slick-list:before, .site-footer-bottom .slick-list:after {
  background-color: #2b2b2b;
}

/*
 * Pages
 */
#content {
  margin-top: 60px;
  margin-bottom: 120px;
}

article {
  margin-bottom: 60px;
}

.single-vehicle-content form {
  padding: 0;
  background-color: transparent;
}

.page-title {
  color: inherit;
}

.taxonomy-description {
  margin-bottom: 30px;
}

.social-sharing a {
  float: left;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  font-size: .9em;
  color: #fff;
  border-radius: 0;
}

.social-sharing .btn {
  border-radius: 0;
}

.car-dealer-details span {
  display: inline-block;
  min-width: 80px;
}

/*
 * Posts
 */
.has-post-thumbnail .entry-header {
  margin-bottom: 30px;
  position: relative;
}

.has-post-thumbnail .entry-header .entry-header-content-xxx {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 30px;
  margin: 0;
}

.has-post-thumbnail .featured-image-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.has-post-thumbnail img,
.has-post-thumbnail .featured-image {
  display: block;
  margin-bottom: -1px;
}

.has-post-thumbnail .featured-image-overlay-xxx {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}

.has-post-thumbnail .post-date {
  margin-bottom: 0;
}

.entry-title {
  margin-bottom: 0;
}

.post-date {
  display: inline-block;
  font-size: 1.2em;
  color: #999;
  padding: 10px 0;
  border-bottom: 2px solid #eaeaea;
}

.post-summary {
  margin-top: 30px;
}

.single-post .entry-content {
  margin-bottom: 60px;
}

.nav-links {
  overflow: hidden;
}

.nav-links .nav-previous {
  float: left;
}

.nav-links .nav-next {
  float: right;
}

.post-meta {
  padding-top: 1em;
  font-weight: 700;
  line-height: 30px;
  color: #999;
  border-top: 1px solid #eaeaea;
}

.post-meta a {
  font-weight: 400;
}

.social-sharing a {
  float: left;
  display: inline-block;
  font-size: .9em;
  color: #fff;
  border-radius: 0;
}

.social-sharing .btn {
  border-radius: 0;
}

.single-post .entry-content {
  margin-bottom: 30px;
}

/*
 * Sidebar
 */
.sidebar {
  padding: 0 30px;
  background-color: #f8f8f8;
}

.sidebar .widget {
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
}

.sidebar .widget:first-child {
  border: none;
}

.sidebar form {
  padding: 0 !important;
}

.sidebar ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget-title {
  margin-bottom: 1em;
  font-size: 1.3em;
}

.sidebar .wpcm-vehicle-filters .filter-title {
  font-size: 1em;
}

.sidebar .slick-list:before, .sidebar .slick-list:after {
  background-color: #f8f8f8;
}

/**
 * Widgets - ThemeTrail Core
 *
 */
.cc-slider .vehicle-price {
  font-weight: 700;
}

/**
 * WP Car Manager
 *
 */
/**
  * Dashboard
  *
  */
/**
 * Dashboard
 *
 */
.wpcm-dashboard-list {
  padding: 0;
  list-style-type: none;
}

.wpcm-dashboard-item {
  background-color: #fff;
}

/**
 * Filters
 *
 */
/**
 * Filters
 *
 */
.wpcm-vehicle-filters {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px 15px 10px;
  line-height: 40px;
  background-color: #f8f8f8;
}

.wpcm-vehicle-filters .container {
  padding-left: 30px;
  padding-right: 30px;
}

.wpcm-vehicle-filters [class^="col-"] {
  margin-bottom: 20px;
}

.wpcm-vehicle-filters label {
  display: none;
}

.wpcm-vehicle-filters a {
  color: #e63946;
}

.wpcm-vehicle-filters select {
  width: 100%;
}

.wpcm-vehicle-filters .select2 {
  width: 100% !important;
}

.wpcm-vehicle-filters input[type="submit"] {
  width: 100%;
}

.wpcm-vehicle-filters .wpcm-filter-condition label {
  display: block;
}

.wpcm-vehicle-filters .wpcm-filter-condition label.condition {
  display: inline-block;
  margin-right: 1em;
}

.wpcm-vehicle-filters .wpcm-filter-condition label.condition:last-child {
  margin-right: 0;
}

.wpcm-vehicle-filters .filter-title {
  font-size: 1.3em;
  color: #42484b;
}

.vehicle-types {
  overflow: hidden;
}

.vehicle-types .type {
  float: left;
  width: 25%;
  padding-top: 1px;
  padding-left: 1px;
  padding-bottom: 1px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.vehicle-types .type:hover:not(.current) .inner {
  background-color: rgba(248, 248, 248, 0.8);
}

.vehicle-types .type:first-child {
  padding-left: 0;
}

.vehicle-types .type:last-child {
  padding-right: 0;
}

.vehicle-types .inner {
  background-color: rgba(248, 248, 248, 0.6);
  transition: background-color .2s;
}

.vehicle-types .current {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 52px;
  color: #e63946;
}

.vehicle-types .current .inner {
  background-color: #f8f8f8;
}

.vehicle-types i {
  position: relative;
}

.vehicle-types .icon-car {
  top: 4px;
}

.vehicle-types .icon-vespa {
  transform: scaleX(-1);
}

.vehicle-types .icon-truck {
  top: 4px;
}

.vehicle-sorting {
  margin: 0 -4px 30px;
  font-size: .9em;
  text-align: right;
  color: #999;
}

.vehicle-sorting .select2 {
  text-align: left;
  min-width: 170px;
}

.vehicle-sorting > .input, .vehicle-sorting select, .vehicle-sorting .select2 {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0;
  text-align: center;
  background-color: #f8f8f8;
}

.vehicle-sorting > .input:hover, .vehicle-sorting select:hover, .vehicle-sorting .select2:hover {
  cursor: pointer;
}

.vehicle-sorting .toggle-list-view i,
.vehicle-sorting .toggle-grid-view i {
  opacity: .4;
}

.vehicle-sorting .active {
  color: #42484b;
}

.vehicle-sorting .active i {
  opacity: .6;
}

.vehicle-sorting .select2-container--default .select2-selection--single {
  background-color: transparent;
}

#select2-wpcm-sort-results {
  max-height: none;
}

.wpcm-vehicle-results-wrapper {
  position: relative;
}

/**
 * Listings
 *
 */
/**
 * Listings
 *
 */
.list-view [class^="col-"] {
  width: 100%;
}

.list-view .wpcm-title {
  margin-bottom: 1em !important;
  float: left;
}

@media (min-width: 768px) {
  .list-view .wpcm-title {
    font-size: 1.4em;
  }
}

.list-view .wpcm-price {
  position: absolute;
  right: 20px;
}

@media (min-width: 768px) {
  .list-view .wpcm-price {
    font-size: 1.5em;
  }
}

.list-view .wpcm-listings-item {
  overflow: hidden;
  border-top-color: #f3f3f3;
}

.list-view .wpcm-listings-item .btn-action {
  top: auto;
  bottom: 20px;
}

.list-view .wpcm-listings-item-description {
  min-height: 0;
}

@media (min-width: 992px) {
  .list-view .wpcm-listings-item-thumbnail,
  .list-view .wpcm-listings-item-content {
    float: left;
  }
  .list-view img {
    max-width: 300px;
  }
}

.wpcm-results-load-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wpcm-vehicle-results {
  overflow: hidden;
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .wpcm-vehicle-results .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .wpcm-vehicle-results .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .wpcm-vehicle-results .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

.wpcm-vehicle-results .btn-action {
  background-color: rgba(255, 255, 255, 0.2);
}

.wpcm-listings-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-top: 1px solid transparent;
  transition: all .2s;
}

.wpcm-listings-item.is-sold img {
  opacity: .9;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.wpcm-listings-item ul {
  margin-bottom: 0;
}

.wpcm-listings-item-content {
  padding: 20px 20px 15px;
}

.wpcm-listings-item-thumbnail {
  position: relative;
  overflow: hidden;
}

.wpcm-listings-item-thumbnail img {
  display: block;
  width: 100%;
}

.wpcm-listings-item-thumbnail .btn-action {
  color: #ccc;
}

.wpcm-listings-item-thumbnail .thumbnail-overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
}

.wpcm-listings-item-thumbnail .wpcm-price {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  font-size: 1.4em;
  line-height: 30px;
}

.wpcm-sold, .wpcm-pending-review {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}

.wpcm-sold span, .wpcm-pending-review span {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 30px;
  margin-top: 15px;
  margin-left: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fa726c;
  transform: rotate(-45deg);
}

.wpcm-pending-review span {
  margin-top: 35px;
  margin-left: 50px;
  background-color: #309dd4;
}

.wpcm-title {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 400;
}

.wpcm-price {
  font-size: 1.2em;
  line-height: 1.2;
  color: #999;
}

.wpcm-listings-item-meta ul {
  line-height: 30px;
}

.wpcm-listings-item-meta li {
  overflow: hidden;
}

.wpcm-listings-item-meta i {
  float: left;
  margin-right: 1em;
  font-size: 1.5em;
  line-height: 30px;
  color: #999;
}

.vehicle-notifications {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.vehicle-notifications div {
  margin-top: 1em;
  line-height: 30px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.wpcm-results-spinner,
.wpcm-results-spinner:before,
.wpcm-results-spinner:after {
  background: #e63946;
  animation: load1 1s infinite ease-in-out;
  width: 10px;
  height: 30px;
}

.wpcm-results-spinner:before,
.wpcm-results-spinner:after {
  position: absolute;
  top: 0;
  content: '';
}

.wpcm-results-spinner:before {
  left: -15px;
  animation-delay: -0.3s;
}

.wpcm-results-spinner {
  position: absolute;
  top: 5%;
  left: 50%;
  margin: 88px auto;
  color: #e63946;
  transform: translateZ(0);
  animation-delay: -0.15s;
}

.wpcm-results-spinner:after {
  left: 15px;
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 30px;
  }
  40% {
    box-shadow: 0 -20px;
    height: 50px;
  }
}

.wpcm-vehicle-listings-pagination {
  text-align: center;
}

.wpcm-vehicle-listings-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wpcm-vehicle-listings-pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  color: #999;
}

.wpcm-vehicle-listings-pagination a {
  display: block;
  font-weight: 700;
  color: #787878 !important;
  background-color: #f8f8f8;
}

/**
 * Single Vehicle
 *
 */
/**
 * Single Vehicle
 *
 */
.single-vehicle-content .entry-title {
  margin-bottom: .5em;
  font-weight: 700;
}

@media (min-width: 992px) {
  .single-vehicle-content .entry-title {
    display: inline-block;
    font-size: 3em;
  }
}

.single-vehicle-content .wpcm-thumbnails {
  margin-top: 30px;
}

.single-vehicle-content .wpcm-thumbnails img {
  cursor: pointer;
}

.single-vehicle-actions {
  margin: 0 -4px 20px;
  padding: 0;
  list-style-type: none;
}

.single-vehicle-actions li {
  float: left;
  margin: 0 4px;
}

@media (min-width: 992px) {
  .single-vehicle-actions {
    display: inline-block;
    float: right;
  }
}

.single-vehicle-actions .btn-action {
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
}

.single-vehicle-actions .btn-action.saved, .single-vehicle-actions .btn-action.compared {
  color: #fff;
  border-color: transparent;
  background-color: #eaeaea;
}

.wpcm-images {
  position: relative;
  overflow: hidden;
}

.wpcm-images img {
  width: 100%;
}

.wpcm-notice {
  margin-bottom: 30px;
}

.wpcm-notice .wpcm-preview-or {
  display: inline-block;
  margin: 0 .5em;
}

.slider-vehicle-main-images .slick-slide {
  position: relative;
  background-color: #000;
}

.slider-vehicle-main-images .slick-slide:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-right: -25px;
  content: "\e8d0";
  font-family: "carmen";
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.slider-vehicle-main-images .slick-slide:hover {
  cursor: pointer;
}

.slider-vehicle-main-images .slick-slide:hover img {
  opacity: .5;
}

.slider-vehicle-thumbnails .slick-slider {
  overflow: hidden;
}

.slider-vehicle-thumbnails .slick-slide {
  opacity: .5;
}

.slider-vehicle-thumbnails .slick-slide.slick-current {
  opacity: 1;
}

.slider-vehicle-thumbnails .slick-slide:hover:not(.slick-current) {
  opacity: .75;
}

.wpcm-summary {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  line-height: 1;
  transition: all .2s;
  background-color: #f8f8f8;
}

@media (min-width: 992px) {
  .wpcm-summary {
    margin-top: 0;
  }
  .wpcm-summary.sticky {
    position: fixed;
    z-index: 1;
    top: 30px;
  }
  .wpcm-summary.at-footer {
    opacity: .5;
  }
}

.wpcm-summary .wpcm-price {
  display: block;
  margin-bottom: 30px;
  font-size: 1.8em;
  color: #787878;
}

@media (min-width: 768px) {
  .wpcm-summary .wpcm-price {
    font-size: 2.6em;
  }
}

.wpcm-summary li {
  margin-bottom: 15px;
  line-height: 30px;
}

.wpcm-summary .vehicle-data-title {
  color: #999;
}

.wpcm-summary .vehicle-data-value {
  font-size: 1.3em;
  line-height: 1.5;
}

.wpcm-vehicle-head {
  opacity: 0;
  margin-bottom: 60px;
  transition: all .2s;
}

.wpcm-contact {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .wpcm-contact {
    margin-top: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
}

.wpcm-vehicle-content .title {
  font-size: 1.2em;
  color: #42484b;
}

.wpcm-content-block {
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}

.vehicle-details-list div {
  float: left;
  width: 50%;
}

.vehicle-details-list .vehicle-data-title {
  color: #999;
}

@media (min-width: 768px) {
  .vehicle-features-list {
    float: left;
    width: 50%;
  }
}

#wpcm-vehicle-contact-form {
  margin-bottom: 0;
}

.car-dealer-information {
  margin-bottom: 30px;
}

.car-dealer-information .title {
  font-size: 1.2em;
  color: #999;
}

/**
 * Submit Car
 *
 */
/**
 * Submit Car
 *
 */
#wpcm-car-form {
  padding: 30px;
  background-color: #fff;
}

#wpcm-car-form h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
  font-size: 1.5em;
}

#wpcm-car-form h3 {
  font-size: 1.3em;
}

#wpcm-car-form .wpcm-error .select2-container--default .select2-selection--single,
#wpcm-car-form .wpcm-error input,
#wpcm-car-form .wpcm-error textarea {
  border-color: #fa726c;
}

#wpcm-car-form .wpcm-fieldset-account {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

#wpcm-car-form .wpcm-fieldset-account label {
  font-size: 1.3em;
}

#wpcm-car-form fieldset label {
  float: left;
  display: block;
  width: 30%;
}

#wpcm-car-form fieldset .wpcm-field {
  float: right;
  width: 70%;
}

#wpcm-car-form .wpcm-form-features {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

#wpcm-car-form .wpcm-form-features li {
  float: left;
  width: 33.3333%;
}

#wpcm-car-form .wpcm-form-features label {
  width: auto;
  color: inherit;
}

#wpcm-car-form .wpcm-form-features input {
  width: auto;
}

#wpcm-car-form .wpcm-form-images-current {
  margin-bottom: 30px;
  overflow: hidden;
}

#wpcm-car-form .wpcm-form-images-current ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#wpcm-car-form .wpcm-form-images-current li {
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

#wpcm-car-form .wpcm-delete-image {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  left: 10px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  opacity: .9;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#wpcm-car-form .wpcm-delete-image:hover {
  opacity: 1;
  color: #fff;
  background-color: #e63946;
}

#wpcm-car-form .wpcm-form-image-upload {
  width: 100%;
  min-height: 150px;
  border: 2px dashed #eaeaea;
  text-align: center;
  padding: 50px;
  color: #60646c;
  cursor: pointer;
}

#wpcm-car-form .wpcm-form-image-upload span {
  display: block;
  margin-bottom: 30px;
  font-size: .9em;
}

#wpcm-submit {
  color: #fff;
}

.dz-image-preview {
  display: inline-block;
  position: relative;
  font-size: .9em;
  margin: 0 15px 15px;
}

.dz-image-preview .dz-details {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  padding: 1em;
}

.dz-image-preview .dz-image {
  overflow: hidden;
  margin-bottom: .5em;
}

.dz-image-preview .dz-size {
  position: relative;
  bottom: 0;
  margin-bottom: 10px;
  transition: all .2s;
  opacity: 0;
}

.dz-image-preview .dz-size span {
  padding: 0 5px;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

.dz-image-preview .dz-filename, .dz-image-preview .dz-success-mark, .dz-image-preview .dz-error-mark {
  display: none;
}

.dz-image-preview:hover .dz-image img {
  transform: scale(1.1);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.dz-image-preview:hover .dz-size {
  opacity: 1;
}

.dz-image-preview .dz-remove:hover {
  color: #fa726c;
}

/*# sourceMappingURL=style.css.map */
