/**
 * Theme Name: AutoShow - Car Shoowroom
 * Version: 1.0
 * Description: AutoShow is a full responsive template. The template has been Created especially for automotive dealers, car showroom and auto motor retailers.
 * Author: Quartz Lab
 * Author URI: https://themeforest.net/user/quartzlab
 */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* @import "assets/css/animate.css";
@import "assets/css/animsition.css"; */

/* @import "assets/css/bootstrap-grid.css"; */

/* Default Reset, Responsive Grid*/

/* @import "assets/css/font-awesome.css";
@import "assets/css/owl.carousel.css";
@import "assets/css/magnific-popup.css";
@import "assets/css/slick.css"; */

/* Reset Browsers
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  background: #dcdddf;
  line-height: 1;
}

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

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote, q {
  quotes: none
}

a:focus {
  outline: none
}

a:hover, a:active {
  outline: 0
}

a img {
  border: 0
}

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

select {
  max-width: 100%
}

/* General
-------------------------------------------------------------- */

body, button, input, select, textarea {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: #37393f;
  font-size: 14px;
  line-height: 2;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background-color: #f2f2f2;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
}

p {
  margin: 0 0 20px;
  font-size: 14px;
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

blockquote {
  position: relative;
  background-color: #f7f9fb;
  margin: 40px 0 30px;
  padding: 30px;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #ea0f16;
}

blockquote>p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  position: absolute;
  right: 0;
  bottom: 0;
}

blockquote em, blockquote i {
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

/* Elements
-------------------------------------------------------------- */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

::-moz-selection {
  background: #c03f44;
  color: #fff;
}

::selection {
  background: #c03f44;
  color: #fff;
}

hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

/* List */

ul, ol {
  padding: 0;
  margin: 0 0 20px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul, li>ol {
  margin-bottom: 0;
}

ul li, ol li {
  padding: 0.1em 0;
}

dl, dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */

table, th, td {
  border: 1px solid #e0e0e0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 8px 12px;
}

/* Media */

embed, iframe, object, video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

/* Forms
-------------------------------------------------------------- */

/* Fixes */

form {
  margin: 30px 0 0;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

input, textarea {
  font-size: 1em;
  max-width: 100%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
  display: inline;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

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

/* Remove chrome yellow autofill */

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}

/* Reset search styling */

input[type="search"] {
  outline: 0
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none
}

/* Input normal */

select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  color: #777;
  border: none;
  border-radius: 4px;
  padding: 9px 20px;
  background-color: #fff;
  font-size: 14px;
  line-height: inherit;
  width: 100%;
  margin-bottom: 14px;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease .238s;
  -moz-transition: border ease .238s;
  transition: border ease .238s;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

input.with-border, input[type="text"].with-border, input[type="password"].with-border, input[type="email"].with-border, input[type="number"].with-border, textarea.with-border, select.with-border {
  border: 1px solid #e0e0e0;
}

/* Input focus */

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: #ebebeb;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Button */

button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 13px;
  border-radius: 3px;
  font-weight: 500;
  background-color: #333;
  color: #fff;
  padding: 17px 40px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Button hover + focus */

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: 0;
  background-color: #7d8084;
}

/* Placeholder color */

::-webkit-input-placeholder {
  color: #acaeaf;
}

::-moz-placeholder {
  color: #acaeaf;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */

}

:-ms-input-placeholder {
  color: #acaeaf;
}

:-moz-placeholder {
  color: #acaeaf;
}

/* Links */

a {
  color: #7d8084;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover, a:focus, a:active {
  outline: 0;
  color: #333;
  text-decoration: none
}

/* Typography
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  color: #37393f;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 30px;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.428em;
}

/* 34px */

h2 {
  font-size: 2.142em;
}

/* 30px */

h3 {
  font-size: 1.714em;
}

/* 24px */

h4 {
  font-size: 1.428em;
}

/* 20px */

h5 {
  font-size: 1.285em;
}

/* 18px */

h6 {
  font-size: 1.142em;
}

/* 16px */

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

/* Extra classes
-------------------------------------------------------------- */

.display-none, .hidden {
  display: none !important;
}

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

.display-inline {
  display: inline !important;
}

.text-accent-color {
  color: #c8585b !important;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #333 !important;
}

.text-light {
  color: #777 !important;
}

.text-very-light {
  color: #dbdbdb !important;
}

.bg-accent {
  background-color: #1c63b8;
}

.bg-light-grey {
  background-color: #f7f7f7;
}

.bg-dark {
  background-color: #333 !important;
}

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

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

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

.text-del {
  text-decoration: line-through !important;
}

.letter-spacing-n05px {
  letter-spacing: -0.5px !important;
}

.letter-spacing-n1px {
  letter-spacing: -1px !important;
}

.letter-spacing-n2px {
  letter-spacing: -2px !important;
}

.letter-spacing-n3px {
  letter-spacing: -3px !important;
}

.letter-spacing-05px {
  letter-spacing: 0.5px !important;
}

.letter-spacing-1px {
  letter-spacing: 1px !important;
}

.letter-spacing-2px {
  letter-spacing: 2px !important;
}

.letter-spacing-3px {
  letter-spacing: 3px !important;
}

.letter-spacing-4px {
  letter-spacing: 4px !important;
}

.letter-spacing-5px {
  letter-spacing: 5px !important;
}

.letter-spacing-6px {
  letter-spacing: 6px !important;
}

.letter-spacing-7px {
  letter-spacing: 7px !important;
}

.letter-spacing-8px {
  letter-spacing: 8px !important;
}

.letter-spacing-9px {
  letter-spacing: 9px !important;
}

.letter-spacing-10px {
  letter-spacing: 10px !important;
}

.small, small {
  font-size: 85%;
}

.font-size-6 {
  font-size: 6px !important;
}

.font-size-7 {
  font-size: 7px !important;
}

.font-size-8 {
  font-size: 8px !important;
}

.font-size-9 {
  font-size: 9px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-28 {
  font-size: 18px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-42 {
  font-size: 42px !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding {
  padding: 30px !important;
}

.border-radius-1 {
  border-radius: 1px !important;
}

.border-radius-2 {
  border-radius: 2px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.border-radius-30 {
  border-radius: 30px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/* Buttons
------------------------------------- */

button {
  vertical-align: middle;
}

span.button, button.button, input[type="button"], input[type="submit"], a.button {
  background-color: #7d8084;
  top: 0;
  padding: 17px 40px;
  line-height: 14px;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
}

/* Icons Aligment*/

.button i[class^="fa-"], button.button i[class^="fa-"], input[type="button"] i[class^="fa-"], input[type="submit"] i[class^="fa-"], a.button i[class^="fa-"] {
  font-size: 18px;
  height: 0;
  width: 18px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

/* Secondary Style */

button.button.secondary, input[type="button"].secondary, input[type="submit"].secondary, a.button.secondary {
  background-color: #E64A19;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Dark Style */

button.button.dark, input[type="button"].dark, input[type="submit"].dark, a.button.dark {
  background-color: #586a81;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Dark Style */

button.button.gray, input[type="button"].gray, input[type="submit"].gray, a.button.gray {
  background-color: #eee;
  color: #666;
  box-shadow: none;
}

button.button.gray:hover, input[type="button"].gray:hover, input[type="submit"].gray:hover, a.button.gray:hover {
  background-color: #f7f9fb;
}

.button.full-width {
  max-width: 100%;
  width: 100%;
  text-align: center;
  display: block;
}

.button.medium {
  font-size: 15px;
  padding: 13px 24px;
}

body .button.medium i {
  font-size: 22px;
  top: 3px;
  position: relative;
}

.button.big {
  font-size: 18px;
  padding: 22px 44px;
}

body .button.big i {
  font-size: 22px;
  top: 3px;
  position: relative;
}

/* Button with sliding icon
------------------------------------- */

.button-sliding-icon {
  text-align: center;
}

.button-sliding-icon i {
  opacity: 0;
  max-width: 0;
  transition: 0.25s;
  display: inline-block;
  transform: translateX(-20px);
}

.button-sliding-icon:hover i {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}

/* For buttons */

.button.button-sliding-icon {
  padding-left: 20px;
  padding-right: 10px;
}

.button.button-sliding-icon:hover {
  padding-right: 20px;
}

.button.button-sliding-icon i {
  padding-right: 5px;
}

.button.button-sliding-icon:hover i {
  max-width: 20px;
  opacity: 1;
  transform: translateX(5px);
}

/* Checkbox
------------------------------------- */

.checkbox {
  display: inline-block;
  margin-bottom: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 8px;
}

.checkbox label span.checkbox-icon {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid rgba(63, 72, 93, 0.55);
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 1px;
}

.checkbox input+label span.checkbox-icon:after {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: scale(0.5) rotate(45deg);
  transition: all 0.35s cubic-bezier(0.3, -.41, .19, 2), opacity 0.3s;
}

.checkbox input:checked+label span.checkbox-icon {
  border-color: #586a81;
  background-color: #586a81;
}

.checkbox input:checked+label span.checkbox-icon:after {
  transform: scale(1) rotate(45deg);
  opacity: 1;
}

/* Radio Button
------------------------------------- */

.radio {
  display: inline-block;
  vertical-align: top;
}

.radio label {
  margin: 3px 0;
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  line-height: 22px;
  margin-bottom: 8px;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"]+label .radio-label {
  content: '';
  border-radius: 100%;
  border: 2px solid #b4b4b4;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  background-color: #fff;
  z-index: 100;
  position: absolute;
  top: 2px;
  left: 0;
}

.radio input[type="radio"]+label .radio-label:after {
  background-color: #66676b;
  content: "";
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.radio input[type="radio"]:checked+label .radio-label {
  background-color: #586a81;
  border-color: #586a81;
}

.radio-label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  opacity: 0;
  transform: scale(0.5) rotate(45deg);
  transition: all 0.35s cubic-bezier(0.3, -.41, .19, 2), opacity 0.3s;
}

.radio input[type="radio"]:checked+label .radio-label:before {
  transform: scale(1) rotate(45deg);
  opacity: 1;
}

.interactive-effect label .radio-label:before {
  animation: radius-shadow 0.4s;
}

@keyframes radius-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 103, 107, 0.4);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

/* Bootstrap-select
------------------------------------- */

.bootstrap-select.dropdown button {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  margin: 0;
  outline: none;
  font-size: 16px;
  color: #808080;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 4px;
  border: none;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.bootstrap-select.dropdown.with-border button {
  line-height: 46px;
  border: 1px solid #e0e0e0;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

select.bs-select-hidden, .bootstrap-select>select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: none;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select>.disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid #aaa;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: 0.35s;
}

.bootstrap-select.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0 5px;
  border-radius: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li span.check-mark:before {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  border: solid #586a81;
  border-width: 0 2px 2px 0;
  transform: scale(0.5) rotate(45deg);
  transition: all 0.35s cubic-bezier(0.3, -.41, .19, 2), opacity 0.3s;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:before {
  transform: scale(1) rotate(45deg);
  opacity: 1;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bootstrap-select.dropup, .bootstrap-select.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 10px 5px;
  margin: -4px 0 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.bootstrap-select.dropdown.with-border>.dropdown-menu {
  border: 1px solid #e0e0e0;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  display: none;
}

.dropdown-menu>li>a {
  display: block;
  padding: 7px 10px;
  padding-right: 35px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #808080;
  border-radius: 4px;
}

.bootstrap-select:before {
  content: "";
  position: absolute;
  z-index: 2100;
  bottom: 0px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.with-border.bootstrap-select:before {
  left: 1px;
  right: 1px;
  width: auto;
}

.bootstrap-select.open:before {
  opacity: 1;
}

.dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
  color: #66676b;
  text-decoration: none;
  background-color: rgba(102, 103, 107, 0.07);
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

/* Custom Scrollbar for -wekbit */

.dropdown-menu.inner::-webkit-scrollbar {
  width: 5px;
}

.dropdown-menu.inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 12px;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #d8d8d8;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
  border-radius: 12px;
  background-color: #c8c8c8;
}

.bootstrap-select .dropdown-menu {
  opacity: 0;
  transition: 0.4s;
  display: block;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}

.bootstrap-select.open .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 7px 10px;
  line-height: 20px;
  white-space: nowrap;
  background: #f6f6f6;
  color: #777;
  border-radius: 4px;
  margin-bottom: 1px;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  /*border-bottom: 4px dashed;
	border-bottom: 4px solid \9;*/
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 100%;
  bottom: auto;
  margin-bottom: 2px;
}

/* Tables
------------------------------------- */

table.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
}

table.table th {
  background-color: #7d8084;
  color: #fff;
  border-left: 1px solid;
  vertical-align: bottom;
  border-color: #7d8084;
}

table.table th:first-child {
  border-radius: 4px 0 0 4px;
}

table.table th:last-child {
  border-radius: 0 4px 4px 0;
}

table.table th {
  padding: 8px 20px;
}

table.table td {
  padding: 14px 20px;
}

table.table tr {
  border-bottom: 1px solid #e7e7e7;
}

table.table tr:last-child {
  border-bottom: none;
}

table.table tr:nth-child(odd) {
  background-color: #f4f4f4;
}

table.table tr td:first-child, table.table tr th:first-child {
  padding-left: 50px;
  word-break: break-word;
}

table.table tbody tr td {
  border: 1px solid #e7e7e7;
  border-top: none;
  border-right: none;
}

table.table td:first-child, table.table th:first-child {
  border-left: none;
}

table.table col:nth-child(odd) {
  background-color: #f8f8f8;
}

/* Tabs
------------------------------------- */

.tabs {
  z-index: 15px;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}

.tabs ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.tabs-header {
  position: relative;
  overflow: hidden;
}

.tabs-header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}

.tabs-header li {
  padding: 0;
  transition: 0.3s ease;
}

.tabs-header a {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  line-height: 30px;
  height: 48px;
  background-color: #fff;
  color: #606164;
  text-transform: uppercase;
  padding: 10px 20px;
}

.tabs-header .active a {
  background-color: #7d8084;
  color: #fff;
}

.tabs-content {
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}

.tabs-content .tab-pane {
  padding: 25px;
}

.tabs-content .tab-pane p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tabs-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}

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

.tabs-content .tab-pane.active {
  display: block;
}

.tabs.primary {
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.tabs.primary .tabs-header {
  background: #787878;
}

.tabs.primary .tabs-header a {
  background-color: transparent;
  color: #fff;
}

.tabs.primary .tabs-header .active a {
  background-color: #7d8084;
  color: #fff;
}

@media (max-width: 992px) {
  .tabs-nav {
    display: none;
  }
  .tabs-header ul {
    flex-direction: column;
    width: 100%;
  }
  .tab-hover {
    display: none;
  }
  .tabs-header a {
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15);
  }
  .tabs-header ul li.active a {
    background-color: rgba(255, 255, 255, 0.07);
  }
}

/* Accordion
------------------------------------- */

.panel-group {
  position: relative;
}

.panel-group.primary {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-title {
  margin-bottom: 0
}

.panel-group .panel-title>a {
  display: block;
  padding: 15px 30px;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}

.panel-group .panel-default {
  border: 0;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}

.panel-group .panel-default>.panel-heading {
  color: #2e3233;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

.panel-group .panel-default:last-of-type>.panel-heading {
  border-bottom: none;
}

.panel-group .panel+.panel {
  margin: 0
}

.panel-group .panel-title>a.accordion-toggle::before, .panel-group a[data-toggle="collapse"]::before {
  content: "\f106";
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 0;
  font-size: 2rem;
  color: #110102;
}

.panel-group .panel-title>a.accordion-toggle.collapsed::before, .panel-group a.collapsed[data-toggle="collapse"]::before {
  content: "\f107";
}

.panel-group .table>tbody>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none !important;
}

.panel-group .table tr>td:first-child, .panel-group .table tr>th:first-child {
  padding-left: 42px;
}

.panel-group .table {
  font-size: .85em;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* Notification
------------------------------------- */

.alert {
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  padding: 20px 26px;
  padding-right: 50px;
  border-radius: 3px;
}

.alert p {
  margin: 0;
  font-size: 15px;
}

.alert.alert-success {
  background-color: #ecf9e0;
}

.alert.alert-success, .alert.alert-success a, .alert.alert-success strong {
  color: #5f9025;
}

.alert.alert-danger {
  background-color: #ffecec;
}

.alert.alert-danger, .alert.alert-danger a, .alert.alert-danger strong {
  color: #de5959;
}

.alert.alert-warning {
  background-color: #f7f6da;
}

.alert.alert-warning, .alert.alert-warning a, .alert.alert-warning strong {
  color: #8f872e;
}

.alert.alert-info h4 {
  font-size: 19px;
  margin: 3px 0 15px 0;
}

.alert.alert-info h4, .alert.alert-info, .alert.alert-info a, .alert.alert-info strong {
  color: #3184ae
}

.alert.alert-info {
  background-color: #e8f3f9;
}

.alert strong {
  font-weight: 700;
}

.alert a {
  text-decoration: underline;
}

body .alert strong {
  border: none;
}

.alert.alert-success .close, .alert.alert-danger .close, .alert.alert-warning .close, .alert.alert-info .close {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  cursor: pointer;
  top: 0;
  right: -21px;
  color: inherit;
  float: right;
}

.alert.alert-info p span i {
  font-weight: 500;
}

.alert a.button {
  float: right;
  color: #fff;
  margin-top: 3px;
}

.alert.alert-info a.button {
  background-color: #388fc5;
}

.alert.alert-warning a.button {
  background-color: #dfbe51;
}

.alert.alert-danger a.button {
  background-color: #d34c4c;
}

.alert.alert-success a.button {
  background-color: #79ba38;
}

.alert a.close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

/* Sections
-------------------------------------------------------------- */

.site-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.site-wrapper.header-top-with {
  padding-top: 80px;
}

.site-wrapper.transparent-header {
  padding-top: 0;
}

.section-block {
  position: relative;
  z-index: 2;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  opacity: .1;
}

.banner-section .section-bg {
  opacity: 1
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
}

.section-title+p {
  font-size: 1.8rem;
  margin: 10px 0 0 0;
  line-height: 24px;
  font-weight: 300;
  color: #696e77;
}

.section-title-wrapper .section-title {
  line-height: 24px;
}

.section-title-wrapper.text-center p {
  margin: 10px auto 15px auto;
  max-width: 700px;
}

.section-padding {
  padding: 20px 50px;
}

.gray-section {
  background: #e8ebf1;
}

.white-section {
  background: #fff;
}

.light-section {
  background: #f7f7f7;
}

.primary-section {
  background: #7d8084;
}

.dark-section {
  background: #2E3237;
}

.dark-section .section-title, .primary-section .section-title {
  color: #ffffff;
}

.dark-section p, .dark-section label, .primary-section p, .primary-section label {
  color: #ffffff;
  font-weight: 400;
}

.dark-section .form-block label, .primary-section .form-block label {
  color: #fff;
}

.section-title-wrapper {
  margin: 0 0 30px 0;
}

.big-space {
  width: 100%;
  height: 110px;
  position: relative;
}

.section-space {
  width: 100%;
  height: 80px;
  position: relative;
}

.mid-space {
  width: 100%;
  height: 50px;
  position: relative;
}

.small-space {
  width: 100%;
  height: 30px;
  position: relative;
}

.shadow-gradient {
  position: absolute;
  bottom: -14px;
  left: 0;
  height: 14px;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 100%;
  background-image: -webkit-linear-gradient(top, rgba(2, 11, 34, 0.04) 0%, rgba(248, 248, 248, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(2, 11, 34, 0.04) 0%, rgba(248, 248, 248, 0) 100%);
}

/* Top Header
-------------------------------------------------------------- */

.header-top {
  position: relative;
  background-color: #7d8084;
}

.header-top .top-left {
  position: relative;
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.header-top .top-right {
  position: relative;
  padding: 11px 0;
  float: right;
}

.header-top .top-left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-top .top-left ul li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  padding: 15px 0;
  margin-left: 0;
  padding-right: 15px;
  margin-right: 15px;
  float: left;
}

.header-top .top-left ul li:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 18px;
  height: 14px;
  width: 1px;
  background-color: #c0c2c4;
  content: "";
}

.header-top .top-left ul li a {
  color: #aad4ec;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top .top-left ul li a:hover {
  color: #ffffff;
}

.header-top .top-right p {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.header-top .top-right p i {
  display: inline-block;
  margin-right: 10px;
  color: #aad4ec;
}

.header-top .top-right .social {
  float: none;
  display: inline-block;
  margin-left: 15px;
}

.header-top .top-right .social a {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  width: 24px;
  height: 24px;
  border-radius: 18px;
  text-align: center;
  line-height: 24px;
  margin: 0 2px 0;
  font-size: 15px;
}

/* Header
-------------------------------------------------------------- */

.main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.main-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.transparent-header .main-header {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.transparent-header .main-header.sticky, .transparent-header .main-header:hover, .transparent-header .main-header:focus {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.main-header .container {
  position: relative;
  height: 100%;
}

.nav-is-fixed .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.main-header.fullwidth .container {
  max-width: 100%;
  padding: 0 15px;
}

.main-logo {
  display: inline-block;
  height: 80px;
  vertical-align: top;
}

.main-logo img {
  height: 50px;
  width: auto;
  top: 50%;
  position: relative;
  transform: translate3d(0, -50%, 0);
}

.header-buttons {
  position: relative;
  display: block;
  height: 80px;
  margin: 0;
  vertical-align: middle;
  padding-left: 35px;
  float: right;
}

.header-buttons li {
  display: inline-block;
  padding: 0;
  height: 100%;
  float: left;
  overflow: hidden;
}

.search-trigger, .nav-trigger, a.search-trigger:not([href]):not([tabindex]), a.nav-trigger:not([href]):not([tabindex]), a.user-trigger:not([href]):not([tabindex]) {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}

.user-trigger, a.user-trigger:not([href]):not([tabindex]) {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 21px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #7d8084;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}

.search-trigger:hover, .search-trigger:focus, .nav-trigger:hover, .nav-trigger:focus {
  color: transparent;
}

.search-trigger::before, .search-trigger::after {
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.search-trigger::before {
  top: 11px;
  left: 11px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #333333;
}

.search-trigger::after {
  height: 2px;
  width: 8px;
  background: #333333;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-trigger span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.search-trigger span::before, .search-trigger span::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 18px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #7d8084;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-trigger.search-is-visible::before, .search-trigger.search-is-visible::after {
  opacity: 0;
}

.search-trigger.search-is-visible span::before, .search-trigger.search-is-visible span::after {
  opacity: 1;
}

.search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #7d8084;
}

.nav-trigger span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.nav-trigger span::before, .nav-trigger span::after {
  content: '';
  right: 0;
  Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

.nav-trigger span::before {
  top: -6px;
}

.nav-trigger span::after {
  top: 6px;
}

.nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0);
}

.nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
  background: #7d8084;
}

.nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.header-buttons .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  float: left;
  min-width: 160px;
  padding: 35px 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  transition: 0.3s;
  pointer-events: none;
  border-radius: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.header-buttons .dropdown-menu li {
  width: 100%;
  line-height: 17px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.header-buttons .dropdown-menu>li>a {
  display: block;
  padding: 3px 25px;
  clear: both;
  font-weight: 600;
  line-height: 24px;
  color: #110102;
  font-size: 1.4rem;
  white-space: nowrap;
}

.header-buttons .open>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.nav {
  display: inline-block;
  float: right;
}

.primary-nav, .primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #dcddde;
  overflow: auto;
  list-style: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1001;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.primary-nav>li {
  padding: 0
}

.primary-nav a, .primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #333333;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.primary-nav a:not([href]):not([tabindex]) {
  color: #fff;
}

.primary-nav.is-hidden, .primary-nav ul.is-hidden {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.primary-nav.moves-out>li>a, .primary-nav ul.moves-out>li>a {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.primary-nav .see-all a {
  color: #c03f44;
}

.primary-nav .nav-gallery .nav-item {
  height: 80px;
  line-height: 80px;
}

.primary-nav .nav-gallery .nav-item h3 {
  margin: 20px 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.primary-nav .nav-gallery .nav-item {
  padding-left: 90px;
}

.primary-nav .nav-gallery .nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.primary-nav .nav-gallery .nav-item p {
  display: none;
}

.has-children>a, .go-back a {
  position: relative;
}

.has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #333333;
  margin-top: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children>a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children>a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-children>a {
  padding-right: 40px;
}

.has-children>a::before, .has-children>a::after {
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.primary-nav .go-back a {
  padding-left: 40px;
}

.primary-nav .go-back a::before, .primary-nav .go-back a::after {
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.transparent-header .main-header:not(.sticky) .primary-nav>.has-children>a, .transparent-header .main-header:not(.sticky) .primary-nav>li>a, .user-trigger, .transparent-header .main-header:not(.sticky) a.user-trigger:not([href]):not([tabindex]) {
  color: #fff;
}

.transparent-header .main-header:not(.sticky) .primary-nav>.has-children>a::before, .transparent-header .main-header:not(.sticky) .primary-nav>.has-children>a::after, .transparent-header .main-header:not(.sticky) .search-trigger span::before, .transparent-header .main-header:not(.sticky) .search-trigger::after, .transparent-header .main-header:not(.sticky) .nav-trigger span, .transparent-header .main-header:not(.sticky) .nav-trigger span::before, .transparent-header .main-header:not(.sticky) .nav-trigger span::after {
  background: #fff;
}

.transparent-header .main-header:not(.sticky) .search-trigger::before {
  border: 2px solid #fff;
}

.search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.search form {
  height: 100%;
  width: 100%;
  margin: 0;
}

.search input, .search input[type="search"]:focus {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #7d8084;
  text-shadow: 0px 0px 0px #000;
  -webkit-text-fill-color: transparent;
}

.search input::-webkit-input-placeholder {
  text-shadow: none;
  -webkit-text-fill-color: initial;
}

.search input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.search input::-moz-placeholder {
  color: #c9cbc4;
}

.search input:-moz-placeholder {
  color: #c9cbc4;
}

.search input:-ms-input-placeholder {
  color: #c9cbc4;
}

.search input:focus {
  outline: none;
}

.search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.nav-is-fixed .search {
  position: fixed;
}

.overlay {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

@keyframes events {
  0% {
    pointer-events: none;
  }
  1% {
    pointer-events: auto;
  }
  100% {
    pointer-events: auto;
  }
}

.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

/* -------------------------------- 
support for no js
-------------------------------- */

.no-js .primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* Banner Section
--------------------------------------------- */

.banner-section {
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #7d8084;
  opacity: 0.8;
}

.page-banner-content h1 {
  font-size: 2.3rem;
  line-height: 1.25;
  margin-bottom: 0;
  font-weight: 600;
}

.page-banner-content span {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #f2f2f2;
  margin-bottom: 3px;
  margin-top: 3px;
  display: block;
}

.page-banner-content .page-breadcrumb {
  position: absolute;
  right: 15px;
  top: 50%;
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 4px 16px;
  color: #aeb2ba;
  background-color: rgba(240, 240, 240, 0.14901960784313725);
  white-space: nowrap;
  font-size: 14.7px;
  border-radius: 4px;
  transform: translateY(-51%);
  font-size: 20px;
}

.page-banner-content .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.page-banner-content .page-breadcrumb li::after {
  position: absolute;
  right: -18px;
  top: 18px;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
}

.page-banner-content .page-breadcrumb li:last-child {
  margin-right: 0;
}

.page-banner-content .page-breadcrumb li:last-child::after {
  display: none;
}

.page-banner-content .page-breadcrumb li a {
  color: #fff;
  font-weight: 500;
}

.page-banner-content .page-breadcrumb li a:hover {
  color: #7d8084;
}

/* Slider
--------------------------------------------- */

.slider-area {
  position: relative;
  height: calc(100vh - 81px);
  z-index: 3;
}

.slider-bg {
  height: calc(100vh - 81px);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.site-wrapper.header-top-with .slider-area {
  position: relative;
  height: calc(100vh - 131px);
}

.site-wrapper.header-top-with .slider-bg {
  height: calc(100vh - 131px);
}

.site-wrapper.transparent-header .slider-bg {
  padding-top: 81px;
}

.site-wrapper.transparent-header.header-top-with .slider-bg {
  padding-top: 131px;
}

.slider-area .slider-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vh;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);
  opacity: .5;
}

.site-wrapper.transparent-header .slider-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #7d8084;
  background: linear-gradient(to right, rgb(8, 33, 62) 20%, rgba(8, 33, 62, 0.68) 50%, rgba(8, 33, 62, 0.3) 80%, rgba(8, 33, 62, 0.3) 100%);
  opacity: .7;
}

.slider-content h2 {
  font-size: 56px;
  font-weight: 300;
  color: #fff;
  line-height: 56px;
  margin-bottom: 20px;
}

.slider-content h2 span {
  font-weight: 800;
  color: #7d8084;
}

.site-wrapper.transparent-header .slider-content h2 span {
  color: #a4d7f3;
}

.slider-content p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 26px;
  word-break: break-word;
  max-width: 700px;
  font-weight: 600;
}

.slider-content .price-area {
  margin: 20px -20px 0;
  font-size: 0;
}

.slider-content .price-area .price-col {
  padding: 0 0 0 20px;
  font-size: 15px;
  display: inline-block;
}

.slider-content .price-area .per-time {
  text-transform: uppercase;
  color: #7d8084;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
}

.slider-content .price-area h3 {
  font-size: 36px;
  line-height: 45px;
  color: #7d8084;
  font-weight: 900;
}

.slider-content .price-area h3 span {
  display: inline-block;
  font-size: 20px;
  vertical-align: 10px;
}

.slider-content .price-area h3:not(:last-child) {
  margin-bottom: 0;
}

.slider-content .button {
  margin-top: 30px;
}

/* slider next-prev button */

.slider-three-active .slick-arrow {
  position: absolute;
  top: 50%;
  background: no-repeat;
  padding: 0;
  border: 0;
  left: 50px;
  color: #fff;
  font-weight: 800;
  z-index: 99;
  transition: .5s;
  opacity: 0;
  border: 1px solid #ddd;
  height: 45px;
  width: 35px;
  transform: translateY(-50%);
  font-size: 18px;
}

.slider-three-active:hover .slick-arrow {
  opacity: 1;
}

.slick-arrow:hover {
  color: #ff5e14;
  border-color: #ff5e14;
}

.slider-three-active .slick-next {
  left: auto;
  right: 50px;
}

.slider-three-active .slick-arrow i {
  display: inline-block;
  position: relative;
}

/* slick dots */

.slider-active .slick-dots li {
  display: inline-block;
}

.slider-active .slick-dots {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 25px;
}

.slider-active .slick-dots li button {
  text-indent: -9999px;
  font-size: 0;
  border: 0;
  margin: 0 5px;
  padding: 0;
  height: 2px;
  width: 80px;
  background: #999;
}

.slider-active .slick-dots li.slick-active button {
  background: #fff;
}

/* OWL Arrows
--------------------------------------------- */

.owl-theme .owl-nav {
  display: block;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  text-align: center;
  background-color: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.owl-theme .owl-nav [class*="owl-"]:after {
  content: "\f104";
  font-size: 18px;
  line-height: 40px;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  width: 100%;
  height: 100%;
}

.owl-theme .owl-nav .owl-next:after {
  content: "\f105";
}

.owl-theme .owl-nav [class*="owl-"].disabled {
  background-color: rgba(190, 196, 205, 0.55);
  color: #fff;
  cursor: default;
}

.owl-theme .owl-nav [class*='owl-'] {
  top: 50%;
  margin-top: -20px;
}

.owl-theme .owl-nav [class*='owl-'] {
  left: -70px;
}

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -70px;
}

.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover, .owl-theme .owl-nav [class*="owl-"]:not(.disabled):focus {
  background-color: #7d8084;
}

/* Numbers
--------------------------------------------- */

.numbers {
  border-style: solid;
  border-width: 0;
  border-color: #d8d8d8;
  border-color: #d8d8d8;
}

.number:not(:last-child) .numbers {
  border-right-width: 1px;
}

.numbers:after {
  content: "";
  display: flex;
  clear: both;
}

.numbers .num-icon {
  width: 100%;
  float: left;
  min-height: 1px;
  text-align: center;
}

.numbers .num-icon i {
  height: 70px;
  line-height: 70px;
  font-size: 52px;
}

.numbers .num-content {
  width: 100%;
  float: left;
  min-height: 1px;
  padding: 10px;
  text-align: center;
}

.numbers .num-content .num-heading {
  justify-content: flex-start;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}

.numbers .num-content .num-heading+h5 {
  margin-bottom: 0
}

.dark-section .numbers {
  border-color: #51565d;
}

/* Search Bar
--------------------------------------------- */

.search-section {
  width: 100%;
  color: #fff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  height: auto;
  outline: medium none;
  padding: 0;
  transform: translateY(-50%);
}

.search-section .content {
  padding: 0 20px;
}

.search-section .search-form {
  background-color: #fff;
  padding: 10px 15px 0 15px;
  border-radius: 4px;
}

.search-section .search-form form {
  margin: 0;
}

.search-section .search-form .bootstrap-select.dropdown button {
  line-height: 46px;
  border: none;
  box-shadow: none;
}

.search-section .search-form .button {
  width: 100%;
  max-width: 100%;
}

.search-section .slider-content {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .search-section .content {
    padding: 0 70px;
  }
  .search-section .search-form {
    padding: 10px 10px 0px 15px;
  }
  .search-section .search-form .bootstrap-select.dropdown.with-border {
    border-right: 1px solid #e0e0e0;
  }
}

.primary-nav .secondary-nav>li img {
  height: 100%;
  width: auto;
}

/* CTA Bar
--------------------------------------------- */

.cta-bar {
  position: absolute;
  right: -150px;
  top: 142px;
  width: 200px;
  text-align: center;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}

.cta-bar ul {
  width: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.cta-bar ul li {
  position: relative;
  display: block;
  clear: both;
  height: 50px;
  width: 100%;
  margin-top: 1px;
  left: 200px;
  text-align: left;
  transition: all 0.8s ease-in-out;
}

.cta-bar ul li a {
  position: relative;
  left: 0;
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 200px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #4b4d55;
  color: #fefefe;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}

.cta-bar ul li a.back-to-top {
  margin-top: 10px;
}

.cta-bar ul li:nth-child(1) {
  transition-delay: 0;
}

.cta-bar ul li:nth-child(2) {
  transition-delay: .1s;
}

.cta-bar ul li:nth-child(3) {
  transition-delay: .15s;
}

.cta-bar ul li:nth-child(4) {
  transition-delay: .15s;
}

.cta-bar ul li:nth-child(5) {
  transition-delay: .2s;
}

.cta-bar.stick ul li {
  left: 0;
}

.cta-bar ul li:hover a, .cta-bar ul li:focus a {
  background-color: #616569;
  color: #FFF;
}

.cta-bar ul li i {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  margin: 15px auto;
  padding-left: 0px;
  font-size: 20px;
  line-height: 1;
}

/* Post
--------------------------------------------- */

.post-entry {
  position: relative;
  margin-bottom: 30px;
}

.post-entry .post-content {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.12);
  padding: 40px 30px;
}

.post-entry h4.post-title {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.post-entry h5.post-title {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.post-entry .post-image {
  overflow: hidden;
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-entry .post-image img {
  width: 100%;
  height: auto;
}

.post-entry .description {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 15px;
}

.post-entry .description p {
  margin-bottom: 0;
  color: #787878;
}

.blog-single .post-entry .description p {
  margin-bottom: 15px;
}

.blog-single .post-entry h1, .blog-single .post-entry h2, .blog-single .post-entry h3, .blog-single .post-entry h4, .blog-single .post-entry h5, .blog-single .post-entry h6 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.post-entry .post-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}

.post-entry .post-tags li {
  display: inline-block;
  color: #7d8084;
  list-style: none;
  margin-right: 5px;
  padding: 0;
}

.post-entry .post-tags li a {
  font-weight: 600
}

.post-entry.grid .post-title a {
  color: #003158;
}

.post-entry.grid .post-title a:hover {
  color: #003158;
}

.post-entry .filter-grayscale {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: background .2s ease, opacity .5s ease;
  transition: background .2s ease, opacity .5s ease;
}

.post-entry:hover .filter-grayscale {
  opacity: 1;
}

/* Features Post
--------------------------------------------- */

.features-entry {
  position: relative;
  margin-bottom: 30px;
}

.features-entry .image-holder {
  position: relative;
  z-index: 8;
  overflow: hidden;
}

.features-entry .image-holder img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.features-entry .image-holder:hover img {
  opacity: .5;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.features-entry .features-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.features-entry .features-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  padding-right: 20px;
  padding-left: 10px;
  opacity: 0;
  z-index: 13;
  -webkit-transition: all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.features-entry:hover .features-title {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-entry:hover .features-overlay {
  opacity: .75;
  visibility: visible;
}

/* Listing Page
--------------------------------------------- */

.filter-box {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5px 25px;
  position: relative;
  line-height: 28px;
  min-height: 59px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1);
}

.filter-box .bootstrap-select.dropdown {
  margin-bottom: 15px;
}

.filter-box .bootstrap-select.dropdown button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
}

.filter-box .bootstrap-select.dropdown button:hover {
  font-weight: 600;
  color: #7d8084;
}

.filter-box .col-md-3 {
  padding: 0 5px;
}

.filter-box .bootstrap-select .dropdown-toggle .caret {
  border-top-color: #7d8084;
}

.filter-box .bootstrap-select .dropdown-toggle .filter-option-inner {
  padding: 0;
}

.car-listing .car {
  position: relative;
  height: 100%;
  padding-top: 10px;
  transition: all .4s;
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
}

.car-class {
  padding: 10px;
  height: 100%;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.car-row-class {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #f2f2f2;
}

@media only screen and (min-width: 600px) {
  .car-class {
    text-align: right;
  }
  .filter-box .bootstrap-select.dropdown {
    margin-bottom: 0;
  }
}

/* Model Page
--------------------------------------------- */

.page-title-wrapper {
  position: relative;
  background: #111111;
  overflow: hidden;
}

.page-title-wrapper .section-bg {
  opacity: 1;
}

.page-title-wrapper .page-title-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: calc(100vh - 80px);
}

.page-title-wrapper .page-title-inner .page-title-content {
  padding: 40px 0;
  text-align: left;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.page-title-wrapper .page-title-inner:before {
  content: "";
  position: absolute;
  background: rgba(29, 38, 49, 0.78);
  right: -40px;
  top: 0;
  height: 100%;
  width: 200%;
}

.page-title-wrapper .page-title-inner .page-title-content h1 {
  font-size: 3em;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 20px;
}

.page-title-wrapper .page-title-inner .page-title-content h1:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 9px;
  height: 34px;
  background-color: #7d8084;
}

.page-title-wrapper .page-title-inner .page-title-content p {
  font-size: 1.6rem;
  line-height: 1.1;
  padding-top: 0;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.page-title-wrapper .page-title-inner .page-title-content h5 {
  font-size: 30px;
  color: #fff;
  line-height: 20px !important;
  font-weight: 500;
  margin-top: 15px;
}

.page-title-wrapper .page-title-inner .page-title-content small {
  font-size: 16px;
}

.page-title-2 {
  background: #f7f7f7;
  padding: 40px 0;
}

.page-title-2 h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}

.page-title-2 p {
  margin-bottom: 0;
}

.page-title-content .stats {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-title-content .stats .stat {
  width: 33.333%;
  float: left;
  position: relative;
}

.page-title-content .stats .stat .value {
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.025em;
  padding: 0px 10% 0 0;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.page-title-content .stats .stat .label {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 0;
  padding: 0px 10% 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.page-title-content .stats .stat .divide {
  position: absolute;
  top: -2px;
  right: 0;
  width: 15px;
  height: 38px;
  border-right: 2px solid rgba(0, 0, 0, 0.31);
}

.page-title-content .button {
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 20px auto 0 auto;
}

.page-title-content sup.disclaimer-counters {
  display: none;
}

.page-title-content .stats .stat:not(:first-child) .value, .page-title-content .stats .stat:not(:first-child) .label {
  padding-left: 10%;
}

/* Specs
-------------------------------------------------------------- */

.section-specs .container {
  max-width: 79.125em;
  margin-left: auto;
  margin-right: auto;
}

.specs-table {
  margin: 0;
  border: none;
}

.specs-table thead th {
  background-color: #7d8084;
  color: #fff;
  border-left: 1px solid #bdd6e6;
  vertical-align: bottom;
}

.specs-table tr {
  border-bottom: 1px solid #e7e7e7;
}

.specs-table tr:last-child {
  border-bottom: none;
}

.specs-table td, .specs-table th {
  padding: 14px 20px;
}

.specs-table th h4, .specs-table th h5 {
  margin: 0;
  color: #fff;
}

.specs-table tbody tr.multi-child {
  background: #ffffff;
}

.specs-table tbody .multi-child td:first-child {
  padding-left: 50px;
  word-break: break-word;
}

.specs-table tbody tr td {
  border: 1px solid #e7e7e7;
  border-top: none;
  border-right: none;
}

.specs-table tbody tr td p {
  margin: 0;
}

.specs-table td:first-child, .specs-table th:first-child {
  border-left: none;
}

.specs-table col:nth-child(odd) {
  background-color: #f8f8f8;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-title>a {
  display: block;
  padding: .8em 0.8em;
  outline: none;
}

.panel-group .panel-default {
  border: 0 !important;
  background-color: #ffffff;
  box-shadow: none !important;
  border-radius: 0;
}

.panel-group .panel-default>.panel-heading {
  color: #2e3233;
  background-color: transparent;
  border-color: #ddd;
  border-radius: 0;
  border: 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
}

.panel-group .panel+.panel {
  margin: 0
}

.panel-group .panel-title>a.accordion-toggle::before, .panel-group a[data-toggle="collapse"]::before {
  content: "\f106";
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 0;
  font-size: 2rem;
  margin-top: -8px;
  border-radius: 2px;
  color: #110102;
  padding: 4px;
}

.panel-group .panel-title>a.accordion-toggle.collapsed::before, .panel-group a.collapsed[data-toggle="collapse"]::before {
  content: "\f107";
}

.panel-group .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none !important;
}

.panel-group .table tr>td:first-child, .panel-group .table tr>th:first-child {
  padding-left: 42px;
}

.panel-group .table {
  font-size: .85em;
}

.panel-group .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

/* Tag Cloud
-------------------------------------------------------------- */

.tagcloud {
  overflow: hidden;
  margin: -4px -2px 0;
}

.tagcloud a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #f7f9fb;
  margin: 4px 2px 0;
}

.tagcloud a:hover {
  background: #586a81;
  color: #fff;
}

.tagcloud:not(:last-child) {
  margin-bottom: 15px;
}

.tagcloud>span {
  padding: 5px 0;
  margin: 4px 8px 0 0;
  color: #66676b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  float: left;
}

/* Comments
-------------------------------------------------------------- */

.comments-area {
  position: relative;
  margin-bottom: 55px;
}

.comments-area .inner-box {
  position: relative;
}

.comments-area .comment-box {
  position: relative;
  padding: 25px 25px 25px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid#eee;
  background-color: #fff;
}

.comments-area .comment-box:nth-child(2n+0) {
  background-color: #fff;
}

.comments-area .comment-box:last-child {
  border-bottom: 0px;
}

.comments-area .comment {
  position: relative;
  font-size: 14px;
  min-height: 98px;
  padding: 0px 0px 0px 100px;
}

.comments-area .comment.reply-comment {
  margin-left: 100px;
  margin-top: 45px;
}

.comments-area .comment .comment-inner {
  position: relative;
}

.comments-area .comment .comment-reply {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #9cc900;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comments-area .comment .comment-reply span {
  font-size: 14px;
  margin-right: 4px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 73px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 50%;
}

.comments-area .comment-box .author-thumb img {
  width: 75px;
  display: block;
}

.comments-area .comment-info {
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}

.comments-area .comment-box strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}

.comments-area .comment-box .text {
  color: #66676b;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.7em;
  margin-bottom: 8px;
}

.comments-area .comment-time {
  position: relative;
  font-size: 13px;
  color: #f47a3c;
}

.comments-area .comment-box .theme-btn {
  padding: 6px 27px;
}

.comments-area .comment-box .post-info {
  position: relative;
  margin: 0;
}

.comments-area .comment-box .post-info li {
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #787878;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #bebebe;
}

.comments-area .comment-box .post-info li a {
  color: #7d8084;
}

.comments-area .comment-box .post-info li:last-child {
  border: 0px;
}

/* Comment Form
-------------------------------------------------------------- */

.comment-form {
  position: relative;
}

.comment-form .form-inner {
  position: relative;
  padding: 50px 35px 30px;
  background-color: #eee;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.comment-form .form-group input[type="text"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 33px;
  padding: 10px 20px;
  height: 45px;
  color: #a5a5a5;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 20px 20px;
  color: #a5a5a5;
  height: 170px;
  font-size: 15px;
  resize: none;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form button {
  margin-top: 10px;
  font-size: 15px;
  padding: 11px 35px 10px;
}

/* Sidebar
-------------------------------------------------------------- */

.widget {
  background: #fff;
  overflow: hidden;
  padding: 25px;
}

.widget-title {
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  height: auto;
  margin-bottom: 20px;
  padding: 0 0 10px;
  position: relative;
}

.widget-title::before {
  background: #7d8084 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}

.sidebar-form {}

.sidebar-form form {
  position: relative;
}

.sidebar-form form .input-group {
  display: flex;
  margin-bottom: 15px;
}

.sidebar-form form input, .sidebar-form form button {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sidebar-form form input {
  background: #fff;
  border: 2px solid #ffffff;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 4px;
  letter-spacing: 0;
}

.sidebar-form form input::-moz-placeholder {
  color: #999;
  font-size: 12px;
  opacity: .5;
}

.sidebar-form form button {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
  line-height: 50px;
  padding: 15px;
  background-color: #787878;
  border-radius: 4px;
  height: 48px;
  min-width: 48px;
  max-width: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}

.sidebar-form form button:hover {
  background-color: #7d8084;
}

.sidebar-recent-post ul {
  margin: 0;
}

.sidebar-recent-post ul li {
  border-bottom: 1px solid #f7f9fb;
  color: #000;
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}

.sidebar-recent-post ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
  ;
}

.sidebar-recent-post .recent-post-thumb {
  display: inline-block;
  float: left;
  height: 70px;
  overflow: hidden;
  position: relative;
  width: 90px;
}

.sidebar-recent-post .recent-post-content {
  margin-left: 105px;
}

.sidebar-recent-post .recent-post-content h4 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-indent: 0;
  transition: all 0.2s ease 0s;
}

.widget-date {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 1;
  margin: 7px 5px 0 0;
  padding: 0 4px 0 0;
  text-decoration: none;
  text-indent: 0;
  color: #787878;
}

.sidebar-link {
  margin: 0;
}

.sidebar-link li {
  border-bottom: 1px solid #f8f9fa;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar-link li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.sidebar-link li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 5px;
}

.sidebar-link li span {
  float: right;
}

.sidebar-tag {
  margin: 0;
}

.sidebar-tag li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  list-style-type: none;
}

.sidebar-tag li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #f7f9fb;
}

.sidebar-tag li a:hover {
  background: #586a81;
  color: #fff
}

/* Pagination
-------------------------------------------------------------- */

.pagination {
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}

.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination ul>li {
  display: inline-block;
  margin-right: 2px;
}

.pagination ul>li>a, .pagination ul>li>span {
  float: none
}

.pagination ul>li>a {
  background: #FFF;
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 700;
  display: inline-block;
  padding: 9px 18px;
  border-radius: 4px;
}

.pagination ul>li:first-child>a, .pagination ul>li:last-child>a {}

.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
  color: #fff;
  background-color: #7d8084;
  border-color: #7d8084;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
}

/* Testimonials
-------------------------------------------------------------- */

.review-item {
  padding: 30px 10px 10px 10px
}

.review-item .thumb img {
  opacity: 0.4;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.review-item .thumb:hover img {
  opacity: 0.7
}

.testimonial-box {
  border-radius: 6px;
  padding: 45px;
  padding-top: 70px;
  position: relative;
  margin: 0;
  transition: 0.4s;
  cursor: grab;
  text-align: center;
  background: #fff;
}

.testimonial {
  position: relative;
}

.testimonial, .testimonial p {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  color: #350406#b11016;
  max-width: 440px;
  margin: 0 auto;
}

.testimonial:before {
  position: absolute;
  content: "\f10d";
  color: #4382a5;
  font-family: 'FontAwesome';
  font-size: 66px;
  left: 50%;
  top: -80px;
  text-shadow: 2px 3px 0px #e8ebf1;
  transform: translateX(-50%);
}

.testimonial-author {
  display: block;
  width: 100%;
  padding: 30px 0 0 0;
  text-align: center;
  margin: 0 auto;
}

.testimonial-author h4 {
  display: block;
  width: 100%;
  font-size: 18px;
  padding-top: 0;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.testimonial-author span {
  position: relative;
  display: block;
  padding-top: 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 3px 12px;
  margin: 5px 0 10px 0;
  background-color: #787878;
  color: #fff;
  box-shadow: 0 2px 10px rgba(102, 103, 107, 0.25);
}

.testimonial-author span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #586a81 transparent;
  top: -5px;
  left: 50%;
  margin-left: -10px;
}

/* Partner
-------------------------------------------------------------- */

.partner-item {
  padding-bottom: 3px;
  padding-right: 3px;
}

.partner-item .thumb img {
  opacity: 0.75;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.partner-item .thumb:hover img {
  opacity: 1
}

/* Car Carousel
-------------------------------------------------------------- */

.car-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.car-carousel .owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  right: 58px;
  top: -68px;
  z-index: 1000;
  display: block;
}

.car-carousel .owl-theme .owl-nav [class*='owl-'] {
  left: -42px;
}

.car-carousel .owl-theme .owl-nav .owl-next {
  left: auto;
  right: -42px;
}

.item-carousel {
  position: relative;
}

.car {
  position: relative;
  height: 100%;
  padding-top: 10px;
  transition: all .4s;
  background-color: #fff;
}

.car-carousel .owl-item:not(.active) {
  opacity: .6;
}

.car-carousel .owl-item:not(.active) .car {
  background-color: #eee;
}

.car::after {
  content: "";
  display: block;
  clear: both;
}

.car>a {
  display: block;
  margin: 0 10px 0;
  overflow: hidden;
}

.car img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.car:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.car-description {
  position: relative;
  padding: 20px;
}

.car .car-name {
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.car .car-name>a {
  color: #31353c;
  border-bottom: 1px solid transparent;
}

.car-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

.car-area .car-price {
  flex: 2;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 900;
  color: #7d8084;
}

.car-area .tech {
  display: flex;
  flex: 3;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.car-area .tech span {
  flex: 1;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* Content Area
-------------------------------------------------------------- */

.content-area {
  padding: 0 15px;
}

.content-area>h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 40px;
}

.content-area span {
  color: #7d8084;
}

.content-area .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 15px 0 30px !important;
}

/* Contact Area
-------------------------------------------------------------- */

.contact-map iframe {
  width: 100%;
}

/* Login & Register
-------------------------------------------------------------- */

.login-register-area {
  position: relative;
  padding: 30px 20px;
  background-color: #eee;
  border-radius: 4px;
}

.login-separator {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 38px 0 15px 0;
  height: 1px;
}

.login-separator:before {
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
}

.login-separator span {
  background-color: #eee;
  top: 0;
  position: absolute;
  line-height: 10px;
  top: -5px;
  margin-left: -15px;
  padding: 0px 10px;
  color: #808080;
}

/* Social Login Buttons */

.login-buttons {
  display: flex;
  width: calc(100% + 20px)
}

.login-buttons button {
  flex: 1;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0;
  padding: 9px 5px;
  max-width: 50%;
  transition: 0.3s;
}

.login-buttons button:hover {
  background-color: #333;
  color: #fff;
}

.login-buttons button i {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 15px;
}

.login-buttons .facebook-login {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.login-buttons .facebook-login:hover {
  background-color: #304c86;
  border-color: #304c86;
  color: #fff;
}

.login-buttons .google-login {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

.login-buttons .google-login:hover {
  background-color: #c74231;
  border-color: #c74231;
  color: #fff;
}

/* Icons Cheatsheet
--------------------------------------------- */

.icon-cheat-container {
  display: block;
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.icon-cheat-container .icon {
  position: relative;
  font-size: 20px;
  margin: 10px 15px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  flex: 1 1 calc(25% - 30px);
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  transition: 0.3s;
}

.icon-cheat-container .icon:hover {
  background-color: #787878;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.icon-cheat-container .icon span[class*="fa"] {
  vertical-align: middle;
  top: -4px;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-size: 24px;
  transition: 0.3s;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.icon-cheat-container .icon .title {
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  top: 0;
  vertical-align: middle;
  padding-left: 55px;
}

/* Section Gallery
-------------------------------------------------------------- */

.section-gallery {}

.section-gallery .nav {
  display: block;
  text-align: center;
  background-color: transparent;
  border: none;
  margin: 0 auto;
  float: none;
}

.section-gallery .nav li {
  display: inline-block;
  margin-right: 6px;
  float: none;
  border-radius: 0;
}

.section-gallery .nav li a {
  border-radius: 4px;
  line-height: 30px;
  height: 48px;
  background-color: #fff;
  color: #333;
  text-transform: uppercase;
  padding: 10px 20px;
}

.section-gallery .nav>li.active>a, .section-gallery .nav>li.active>a:hover, .section-gallery .nav>li.active>a:focus {
  cursor: default;
  background-color: #787878;
  color: #fff;
  box-shadow: 0 2px 10px rgba(102, 103, 107, 0.25);
}

.section-gallery .tab-content>.tab-pane {
  padding: 30px 0 80px;
  visibility: hidden;
  height: 0;
  display: none;
}

.section-gallery .tab-content>.tab-pane.active {
  visibility: visible;
  height: auto;
  display: block;
}

.section-gallery .tab-content>.tab-pane .row {
  position: relative;
}

.section-gallery .grid-item {
  float: left;
  padding: 2px;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.image-holder {
  position: relative;
  margin-bottom: 30px;
}

.image-holder img {
  width: 100%;
  max-width: inherit;
}

.image-holder .car-overlay {
  background: rgba(26, 26, 26, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.image-holder .link-holder {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.image-holder .link-holder {
  font-size: 1em;
  color: #ffffff;
}

.image-holder .link-holder i {
  font-size: 26px;
  color: #ffffff;
}

.image-holder:hover .car-overlay, .image-holder.active .car-overlay {
  opacity: 1;
}

.image-holder:hover .link-holder, .image-holder.active .link-holder {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-gallery .tab-content .image-holder {
  margin-bottom: 0
}

/* Car Interest
-------------------------------------------------------------- */

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

.car-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.car-interest-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

.car-interest-wrapper ul {
  margin: 0;
  list-style-type: none;
}

.car-interest-wrapper>img {
  display: block;
  margin: 0 auto;
}

.interest-point {
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}

.interest-point>a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #ce0700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.interest-point>a::after, .interest-point>a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.interest-point>a::after {
  height: 2px;
  width: 12px;
}

.interest-point>a::before {
  height: 12px;
  width: 2px;
}

.interest-point::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: car-pulse 2s infinite;
  -moz-animation: car-pulse 2s infinite;
  animation: car-pulse 2s infinite;
}

.interest-point.is-open>a {
  background-color: #586a81;
}

.interest-point.is-open>a::after, .interest-point.is-open>a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.interest-point.is-open::after {
  display: none;
}

.interest-point.is-open .car-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

@media only screen and (min-width: 600px) {
  .interest-point.is-open .car-more-info.car-left {
    right: 140%;
  }
  .interest-point.is-open .car-more-info.car-right {
    left: 140%;
  }
  .interest-point.is-open .car-more-info.car-top {
    bottom: 140%;
  }
  .interest-point.is-open .car-more-info.car-bottom {
    top: 140%;
  }
}

@-webkit-keyframes car-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}

@-moz-keyframes car-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}

@keyframes car-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}

.interest-point .car-more-info {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: calc(100vh - 80px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 50px 20px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

.interest-point .car-more-info::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 8px solid transparent;
}

.interest-point .car-more-info h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.interest-point .car-more-info p {
  color: #2a2a2a;
}

.interest-point .car-more-info .car-more-image {
  position: absolute;
  top: 50%;
  left: -226px;
  width: 220px;
  z-index: -1;
  border: 10px solid #fff;
  border-radius: 0.25em;
  margin-top: -120px;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.23);
}

.interest-point.is-open .car-more-info.car-right .car-more-image {
  right: -226px;
  left: auto;
}

/* Dealers Store
-------------------------------------------------------------- */

.storelocator-filter {
  margin: 0;
}

.storelocator-filter .location-search {
  padding: 5px;
}

.storelocator-filter .location-search input {
  width: 100%;
  border: none;
  color: #333;
  background: #eee;
  margin: 10px 0;
  box-shadow: none;
}

.storelocator-filter .feature-filter {
  overflow: hidden;
  position: absolute;
  top: 25px;
  right: 40px;
}

.storelocator-filter .feature-filter .checkbox {
  display: block;
  margin: 0 0 0 15px;
  float: left;
}

.store .features li {
  background-color: #e4001f;
  color: #fff;
  border-radius: 14px;
  padding: 0 7px;
  margin-right: 2px;
}

.storelocator-panel .feature-filter {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 10px;
}

.storelocator-panel .feature-filter label {
  display: block;
  font-size: 0.8em;
  margin: 0 0.4em;
  float: left;
}

.store .title {
  font-size: 16px;
  font-weight: bold;
}

.store .address {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  line-height: 18px;
}

.store .features {
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
}

.store .features li {
  display: inline;
  float: left;
  padding-right: 0.8em;
}

#map-canvas {
  height: 350px;
  background: #69c;
}

@media only screen and (min-width: 600px) {
  .interest-point .car-more-info {
    position: absolute;
    width: 220px;
    height: 240px;
    padding: 1em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: 0.25em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .interest-point .car-more-info::before {
    display: block;
  }
  .interest-point .car-more-info.car-left, .interest-point .car-more-info.car-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .interest-point .car-more-info.car-left::before, .interest-point .car-more-info.car-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .interest-point .car-more-info.car-left {
    right: 160%;
    left: auto;
  }
  .interest-point .car-more-info.car-left::before {
    border-left-color: rgba(255, 255, 255, 0.95);
    left: 100%;
  }
  .interest-point .car-more-info.car-right {
    left: 160%;
  }
  .interest-point .car-more-info.car-right::before {
    border-right-color: rgba(255, 255, 255, 0.95);
    right: 100%;
  }
  .interest-point .car-more-info.car-top, .interest-point .car-more-info.car-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .interest-point .car-more-info.car-top::before, .interest-point .car-more-info.car-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .interest-point .car-more-info.car-top {
    bottom: 160%;
    top: auto;
  }
  .interest-point .car-more-info.car-top::before {
    border-top-color: rgba(255, 255, 255, 0.95);
    top: 100%;
  }
  .interest-point .car-more-info.car-bottom {
    top: 160%;
  }
  .interest-point .car-more-info.car-bottom::before {
    border-bottom-color: rgba(255, 255, 255, 0.95);
    bottom: 100%;
  }
  .interest-point .car-more-info h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .interest-point .car-more-info p {
    font-size: 14px;
  }
}

.interest-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
}

.interest-close-info::after, .interest-close-info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #475f74;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.interest-close-info::after {
  height: 2px;
  width: 16px;
}

.interest-close-info::before {
  height: 16px;
  width: 2px;
}

@media only screen and (min-width: 600px) {
  .interest-close-info {
    display: none;
  }
}

/* Interior
-------------------------------------------------------------- */

.interior-container {
  position: relative;
}

.interior-container .car-interest-wrapper {
  width: 100%;
}

.interior-container .section-title-wrapper {
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 1);
  padding: 20px 60px;
  bottom: 0;
  margin: 0;
  width: 100%;
}

.interior-container .section-title-wrapper .section-title {
  margin-bottom: 15px;
}

.interior-container .interior-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.interior-container .section-title+p {
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
  font-weight: 500;
  max-width: initial;
}

.interior-container .image-holder {
  margin-bottom: 0;
}

/* Footer
-------------------------------------------------------------- */

.site-footer .footer-area {
  border-top: 1px solid #eaebf0;
  background: #fff;
  padding: 80px 35px;
}

.site-footer .footer-area .widget {
  padding: 0;
  background: transparent;
}

.site-footer .footer-area .widget a {
  color: inherit;
  font-weight: bold;
}

.site-footer .footer-area .widget-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.site-footer .footer-area .quick-links ul {
  margin: 0;
  list-style-type: none;
}

.site-footer .footer-area .quick-links ul li {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  margin-top: 10px;
}

.site-footer .footer-area .quick-links ul li:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: '\f105';
}

.site-footer .copyright {
  background: #ffffff;
  padding: 20px 35px;
  color: #586881;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.site-footer .copyright-text {
  line-height: 34px;
}

.site-footer.dark .footer-area {
  background: #7d8084;
  border-top: 1px solid #7d8084;
}

.site-footer.dark .footer-area .widget a {
  color: #c8cfda;
}

.site-footer.dark .copyright {
  background: #7d8084;
  color: #8694ac;
}

.site-footer.dark .footer-area .quick-links ul li:before {
  color: #c8cfda;
}

/* Social */

.social {
  float: right;
}

.social a {
  display: inline-block;
  color: #7d8084 !important;
  font-size: 20px;
  width: 34px;
  height: 34px;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  margin: 0 2px 0;
}

.social a:hover {
  color: #111111;
}

.social a .fa-facebook {
  color: #28528d;
}

.social a .fa-twitter {
  color: #00abd4;
}

.social a .fa-linkedin {
  color: #0075b7;
}

.social a .fa-youtube {
  color: #c20f05;
}

.social a .fa-google {
  color: #dd4b39;
}

.social a .fa-instagram {
  color: #df4c6c;
}

.site-footer.dark .social a:not(:hover) {
  color: #fff;
}

/* Dealer Finder */

.dealerfinder {
  display: inline-block;
}

.dealerfinder .section-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dealerfinder .input-group {
  display: flex;
  max-width: 300px;
  margin-bottom: 15px;
}

.dealerfinder .input-group .btn {
  background-color: #003158;
  border-color: #003158;
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
}

.dealerfinder input[type="checkbox"] {
  vertical-align: -2px;
}

.dealerfinder input.search, .dealerfinder button {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.dealerfinder .input-group input {
  background: #fff;
  border: 2px solid #989da8;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 4px;
  letter-spacing: 0;
}

.dealerfinder button {
  background-color: #787878;
  border-radius: 4px;
  height: 50px;
  min-width: 48px;
  max-width: 48px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
  padding: 17px 22px;
}

.dealerfinder button:hover {
  background-color: #7d8084;
}

.dealerfinder .checkbox {
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
}

.dealerfinder p {
  max-width: 300px;
  font-size: 14px;
  padding: 0.1em 0;
  margin-bottom: 10px;
}

.site-footer.dark .dealerfinder button {
  background-color: #7d8084;
}

.site-footer.dark .dealerfinder .input-group input {
  background: #fff;
  border: 2px solid #fff;
}

.site-footer.dark .footer-area .widget-title, .site-footer.dark .dealerfinder .section-title {
  color: #ebeef3;
}

.site-footer.dark .dealerfinder p {
  color: #8998ae;
}

.site-footer.dark .checkbox label {
  color: #8998ae;
}

.site-footer.dark .checkbox label span.checkbox-icon {
  border: 2px solid #8998ae;
}

tbody.row-hover .odd td:first-child,
tbody.row-hover .even td:first-child {
  padding-left: 50px !important;
}

tbody.row-hover .odd td:not(.column-1),
tbody.row-hover .even td:not(.column-1) {
  font-size: 14px;
  font-weight: 700;
  padding: 14px 20px;
}

.tablepress img {
  width: 30px;
}

.tablepress .odd td {
  background-color: transparent !important;
}

tbody.row-hover .odd td:nth-child(even),
tbody.row-hover .even td:nth-child(even) {
  background: #cccfce !important;
  color: #ffffff;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #7d8084 !important;
  color: #fff;
  border-left: 1px solid #bdd6e6 !important;
  vertical-align: bottom !important;
  font-weight: 500 !important;
  font-size: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  display: none !important;
}


/* Media Queries
-------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
  .section-block, .main-header.fullwidth .container {
    padding: 0 35px;
  }
  .main-header::after {
    clear: both;
    content: "";
    display: table;
  }
  .header-buttons {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 35px;
    border-left: 1px solid #e0e0e0;
    margin-left: 20px;
  }
  .transparent-header .main-logo {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .transparent-header .header-buttons {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .primary-nav, .primary-nav ul {
    right: -35px;
  }
  .nav-trigger, a.nav-trigger:not([href]):not([tabindex]) {
    display: none;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    transition-delay: .5s;
  }
  .primary-nav {
    position: static;
    padding: 0 160px 0 0;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible;
    background: transparent;
  }
  .primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .primary-nav.moves-out>li>a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .primary-nav ul.is-hidden {
    -webkit-transform: translateX(0) translateY(-10%);
    -moz-transform: translateX(0) translateY(-10%);
    -ms-transform: translateX(0) translateY(-10%);
    -o-transform: translateX(0) translateY(-10%);
    transform: translateX(0) translateY(-10%);
  }
  .primary-nav ul.moves-out>li>a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .primary-nav>li {
    float: left;
    margin-left: 1em;
  }
  .primary-nav>li>a {
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .primary-nav:hover>li>a, .primary-nav:hover>li>a:not([href]):not([tabindex]) {
    color: #b8c4d3;
  }
  .primary-nav>.has-children>a::before, .primary-nav>.has-children>a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #7d8084;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .primary-nav .current-menu-item a, .primary-nav>li>a:hover, .primary-nav>li>a:not([href]):not([tabindex]).selected, .primary-nav>li>a:not([href]):not([tabindex]):hover, .primary-nav>li>a:not([href]):not([tabindex]):focus {
    color: #7d8084;
    cursor: pointer;
  }
  .primary-nav>li>a.selected {
    color: #7d8084;
    box-shadow: inset 0 -3px 0 #7d8084;
  }
  .primary-nav .go-back, .primary-nav .see-all {
    display: none;
  }
  .primary-nav .nav-drop-close {
    position: absolute;
    width: 32px !important;
    height: 32px;
    margin: 0 !important;
    top: 2px;
    right: 2px;
    padding: 3px;
    cursor: pointer;
    border-bottom: none;
    font-size: 20px;
    background: #fff;
    color: #110102;
    z-index: 901;
  }
  .primary-nav .nav-drop-close::after, .primary-nav .nav-drop-close::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 26px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .primary-nav .nav-drop-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .primary-nav .nav-drop-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .primary-nav .secondary-nav, .primary-nav .nav-gallery {
    position: absolute;
    top: 80px;
    width: 1000px;
    background: #eee;
    padding: 35px 35px 60px;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transition: all .3s 0s, visibility 0s 0s;
    -moz-transition: all .3s 0s, visibility 0s 0s;
    transition: all .3s 0s, visibility 0s 0s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .primary-nav .dropdown-nav {
    position: absolute;
    top: 80px;
    right: auto;
    width: auto;
    background: #eee;
    padding: 35px;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transition: all .3s 0s, visibility 0s 0s;
    -moz-transition: all .3s 0s, visibility 0s 0s;
    transition: all .3s 0s, visibility 0s 0s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .main-header.fullwidth .primary-nav .secondary-nav, .main-header.fullwidth .primary-nav .nav-gallery {
    width: 100vw;
    /* width: calc(100vw - 17px); */
    padding: 15px 80px 10px;
  }
  .main-header.fullwidth .primary-nav .nav-gallery {
    height: 480px;
  }
  .primary-nav .secondary-nav::after, .primary-nav .nav-gallery::after, .primary-nav .dropdown-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .primary-nav .secondary-nav.is-hidden, .primary-nav .nav-gallery.is-hidden, .primary-nav .dropdown-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s 0s, visibility 0s .3s;
    -moz-transition: all .3s 0s, visibility 0s .3s;
    transition: all .3s 0s, visibility 0s .3s;
  }
  .primary-nav .secondary-nav>.see-all, .primary-nav .nav-gallery>.see-all {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .primary-nav .secondary-nav>.see-all a, .primary-nav .nav-gallery>.see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .primary-nav .secondary-nav>.see-all a:hover, .primary-nav .nav-gallery>.see-all a:hover {
    background: #7d8084;
    border-color: #7d8084;
    color: #ffffff;
  }
  .primary-nav .secondary-nav>li {
    height: auto;
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .primary-nav .mega-model .secondary-nav>li {
    height: 190px;
  }
  .primary-nav .secondary-nav>li:nth-child(5n) {
    margin-right: 0;
    border-right: none;
  }
  .primary-nav .secondary-nav .has-children .dropdown-nav {
    top: 60px;
  }
  .primary-nav .secondary-nav>li>a {
    color: #333;
    font-weight: 600;
    margin-bottom: .6em;
  }
  .primary-nav .secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #333;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .primary-nav .dropdown-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0;
    color: #333;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .primary-nav .secondary-nav a:hover, .primary-nav .dropdown-nav a:hover {
    color: #7d8084;
  }
  .primary-nav .secondary-nav ul, .primary-nav .dropdown-nav ul {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .primary-nav .secondary-nav ul ul, .primary-nav .dropdown-nav ul ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .primary-nav .secondary-nav ul ul.is-hidden, .primary-nav .dropdown-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .primary-nav .secondary-nav ul ul .go-back {
    display: block;
  }
  .primary-nav .secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .primary-nav .secondary-nav ul ul .see-all {
    display: block;
  }
  .primary-nav .secondary-nav .moves-out>li>a, .primary-nav .dropdown-nav .moves-out>li>a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .primary-nav .nav-gallery li {
    width: 16%;
    float: left;
    margin: 0 5% 40px 0;
  }
  .primary-nav .nav-gallery li:not(:last-of-type) a.nav-item:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -16%;
    border-right: 1px solid #e2e3df;
  }
  .primary-nav .nav-gallery li:nth-child(6n+2) {
    margin-right: 0;
  }
  .primary-nav .nav-gallery .nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
    text-align: center;
    min-height: 300px;
    overflow: visible;
    transition: 0.3s background-color cubic-bezier(.17, .67, .83, .67);
  }
  .primary-nav .nav-gallery .nav-item:hover {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.12);
  }
  .primary-nav .nav-gallery .nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .8em;
  }
  .primary-nav .nav-gallery .nav-item h3 {
    font-size: 2em;
    font-weight: 600;
    color: #06163a;
    padding: 0 15px;
    margin: 0 0 8px 0;
  }
  .primary-nav .nav-gallery .nav-item p {
    display: block;
    color: #7d8084;
    font-weight: 600;
    font-size: 16px;
    padding: 0 15px;
    line-height: 18px;
    padding-bottom: 5px;
  }
  .primary-nav .nav-gallery .nav-item p small {
    color: #181819;
  }
  .primary-nav .nav-gallery .nav-item .tech {
    display: inline-block;
    width: 100%;
    opacity: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    transition: all 0.5s ease-in-out;
  }
  .primary-nav .nav-gallery .nav-item:hover .tech {
    opacity: 1;
    height: auto;
    color: #272b2d;
    border-color: #eee;
    padding-top: 15px;
    transition: all 0.5s ease-in-out;
    padding-bottom: 5px;
  }
  .primary-nav .nav-gallery .nav-item .tech span {
    display: inline-block;
    width: 40px;
    text-align: center;
  }
  .primary-nav .nav-gallery .nav-item .tech span:not(:last-child) {
    margin-right: 15px;
  }
  .primary-nav .nav-gallery .nav-item .tech i {
    display: block;
    font-size: 14px;
    font-weight: 600;
    vertical-align: 0px;
    opacity: .75;
    color: #0c0d0f;
  }
  .primary-nav .nav-gallery .nav-item .tech small {
    font-size: 12px;
    font-weight: 600;
  }
  .primary-nav .nav-gallery .nav-item .price small {
    font-size: 12px;
    font-weight: 400;
  }
  .has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }
  .has-children>a:hover::before, .has-children>a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #7d8084;
  }
  .has-children>a::before, .has-children>a::after {
    right: 15%;
  }
  .primary-nav>.has-children>a, .primary-nav>.has-children>a:not([href]):not([tabindex]) {
    padding-right: 30px !important;
    color: #333333;
  }
  .primary-nav>.has-children>a::before, .primary-nav>.has-children>a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #333333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .primary-nav>.has-children>a::before {
    right: 12px;
  }
  .primary-nav>.has-children>a::after {
    right: 7px;
  }
  .primary-nav>.has-children>a.selected::before, .primary-nav>.has-children>a.selected::after {
    width: 9px;
  }
  .primary-nav>.has-children>a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .primary-nav>.has-children>a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .secondary-nav>.has-children>a::before, .secondary-nav>.has-children>a::after {
    display: none;
  }
  .primary-nav .go-back a {
    padding-left: 20px;
  }
  .primary-nav .go-back a::before, .primary-nav .go-back a::after {
    left: 1px;
  }
  .search {
    height: 80px;
    top: 80px;
  }
  .search input {
    padding: 1em 2.7em;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .no-js .primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  .no-js .nav-is-fixed .primary-nav {
    position: fixed;
  }
  .cta-bar ul li:hover a, .cta-bar ul li:focus a {
    left: -140px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1367px) {
  .primary-nav .nav-gallery li:nth-child(6n+2) {
    display: none;
  }
  .primary-nav .nav-gallery li:nth-child(6n+1) {
    margin-right: 0;
  }
  .primary-nav .nav-gallery li {
    width: 22%;
    margin: 0 4% 40px 0;
  }
  .primary-nav .nav-gallery li:not(:last-of-type) a.nav-item:after {
    right: -9%;
  }
  .primary-nav .nav-gallery li:nth-child(6n+1):not(:last-of-type) a.nav-item:after {
    display: none;
  }
}

@media only screen and (min-width: 1240px) {
  .primary-nav .secondary-nav, .primary-nav .nav-gallery {
    width: 1130px;
  }
  .main-logo {
    margin-right: 20px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1367px) {
  .primary-nav .secondary-nav, .primary-nav .nav-gallery {
    width: 1250px;
  }
}

@media only screen and (max-width: 1200px) {
  .primary-nav.nav-is-visible .d-none {
    display: block !important;
  }
  .mega.mega-model>ul {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mega.mega-model>ul .go-back {
    display: none;
  }
  .mega.mega-model>a {
    display: none;
  }
  .nav-on-left .main-logo {
    left: auto;
    right: 5%;
  }
  .nav-on-left .header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .header-buttons li {
    float: right;
  }
  .nav-on-left .primary-nav, .nav-on-left .primary-nav ul {
    right: auto;
    left: 0;
  }
  .site-wrapper.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .primary-nav {
    visibility: hidden;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    -webkit-transition: transform 0.3s, visibility 0s 0.3s;
    -moz-transition: transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  .primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.3s, visibility 0s 0s;
    -moz-transition: transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
  }
  .overlay.is-visible.search-is-visible, .nav-on-left .overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .slider-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .car-description {
    text-align: center;
  }
  .car-area .tech {
    margin-top: 10px;
    flex: none;
    width: 100%;
  }
  .primary-nav .secondary-nav>li img {
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .top-left {
    display: none;
  }
  .top-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  .slider-content h2 {
    line-height: 1.2;
    font-size: 38px;
    margin-bottom: 15px;
  }
  .interior-container .section-title-wrapper {
    position: relative;
  }
  .numbers .num-icon {
    width: 100%;
    text-align: center;
  }
  .numbers .num-content {
    width: 100%;
    text-align: center;
  }
  .numbers .num-content .num-heading {
    text-align: center;
  }
  .number:not(:last-child) .numbers {
    border-right-width: 0;
  }
  .page-title-wrapper .page-title-inner:before {
    right: auto;
    left: -10vw;
    width: 110vw;
  }
  .page-title-content .button {
    display: block;
    margin: 0 auto;
    max-width: 10em;
  }
}



@media only screen and (max-width: 767px) {
  tbody.row-hover .odd td:first-child, tbody.row-hover .even td:first-child {
    padding-left: 10px !important;
    font-size: 14px;
    width: 200px;
    display: inline-block;
    border: none;
  }

  .tablepress tfoot th, .tablepress thead th {
    display: table-cell !important;
  }

  #accordion_reg > div,
  .panel-group .panel-default,
  .panel-group,
  .panel-group .panel-default .collapse.in {
    overflow-x: auto;
  }

  .panel-group table {
    table-layout: auto;
  }
  
  .main-logo img {
    height: 50px;
  }
  .header-buttons {
    padding-left: 0;
  }
  .section-title {
    font-size: 23px;
    line-height: 29px;
  }
  .number:not(:last-child) .numbers {
    border-right-width: 0;
  }
  .site-wrapper:not(.transparent-header) .slider-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 2;
  }
  .slider-content {
    position: relative;
    z-index: 3;
  }
  .slider-content h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .slider-content p {
    font-size: 16px;
    padding-right: 4em;
    line-height: 22px;
  }
  .slider-content .button {
    padding: 15px 25px;
  }
  .slider-content .price-area h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .slider-content .price-area .per-time {
    font-size: 12px;
    line-height: 14px;
  }
  .slider-content .price-area h3 span {
    font-size: 16px;
    vertical-align: 9px;
  }
  .banner-section {
    padding: 50px 0;
  }
  .page-banner-content h1 {
    font-size: 24px;
  }
  .page-banner-content .page-breadcrumb {
    right: 0;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 30px;
    max-width: 100%;
  }
  .page-banner-content .page-breadcrumb li a {
    font-size: 15px;
  }
  .page-title-content .stats .stat .value {
    font-size: 16px;
  }
  .page-title-wrapper .page-title-inner .page-title-content small {
    font-size: 12px;
  }
  .page-title-content .stats .stat .label {
    white-space: normal;
    line-height: 14px;
  }
  .car-area {
    flex-direction: column;
  }
  .login-separator {
    margin-bottom: 25px;
  }
  .login-buttons, .login-buttons a {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .site-footer .footer-area {
    padding: 40px 15px;
  }
  .copyright {
    text-align: center;
  }
  .social {
    display: inline-block;
    float: none;
  }
  .header-top .top-right .social {
    display: none
  }
  .interior-container .image-holder {
    margin-top: 30px;
  }
  .comments-area .comment.reply-comment {
    margin-left: 0px;
    margin-top: 45px;
  }
  .owl-theme .owl-nav [class*='owl-'] {
    left: -30px;
  }
  .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -30px;
  }
  .car-carousel .owl-theme .owl-nav {
    right: 0;
    left: 0;
    top: 40%;
  }
  .car-carousel .owl-theme .owl-nav [class*='owl-'] {
    left: 0;
  }
  .car-carousel .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  .testimonials .owl-theme .owl-nav [class*='owl-'] {
    left: -15px;
  }
  .testimonials .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -15px;
  }
  .features-entry {
    margin-bottom: 15px;
  }
  .counters .number {
    margin-bottom: 15px;
  }
  .post-entry {
    margin-bottom: 30px !important;
  }
  .pagination {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0 0 0;
  }
  .cta-bar {
    top: 60vh !important;
  }
  .site-footer .footer-area .widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .post-entry .post-content {
    padding: 3em 4.5em;
  }
  .post-entry .post-image {
    height: 250px !important;
  }
  .post-image img {
    width: 120% !important;
  }
}

@media (max-width: 575px) {
  .post-entry .post-content {
    padding: 1.5em 2em;
  }
  .post-entry .post-image {
    height: 250px !important;
  }
  .post-image img {
    width: 120% !important;
  }
  .storelocator-filter .location-search {
    height: 110px;
  }
  .storelocator-filter .feature-filter {
    top: auto;
    right: 25px;
    bottom: 5px;
    left: 25px;
    text-align: center;
  }
  .storelocator-filter .feature-filter .checkbox {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .storelocator-filter .feature-filter .checkbox:not(:last-child) {
    margin: 0 15px 0 0;
  }
}

@media only screen and (min-width: 325px) and (max-width: 590px) {}

@media screen and (max-width: 325px) {
  .main-logo img {
    height: 24px;
  }
  .page-title-content .stats .stat .value {
    font-size: 15px;
  }
  .page-title-content .stats .stat .label {
    font-size: 9px;
    white-space: normal;
    line-height: 14px;
  }
}

/* .row.mosaic.gallery .col-md-6 img {
  height: 340px;
  object-fit: cover;
} */

html {
  overflow-y: initial;
}

.nav ul {
  display: block;
}

a.skip-link.screen-reader-text {
  display: none;
}

.features-entry .image-holder {
  width: 100%;
}

.wpforms-field-container select {
  position: relative !important;
  display: inline-block;
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 20px !important;
  margin: 0 !important;
  outline: none !important;
  font-size: 16px !important;
  color: #808080 !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  background-color: #fff !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12) !important;
}

.wpforms-field-container input[type=text], .wpforms-field-container input[type=email] {
  color: #777 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 9px 20px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  line-height: inherit !important;
  width: 100% !important;
  margin-bottom: 14px !important;
  height: auto !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: border ease .238s !important;
  -moz-transition: border ease .238s !important;
  transition: border ease .238s !important;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12) !important;
}

.wpforms-field-container textarea {
  color: #777 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 9px 20px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  line-height: inherit !important;
  width: 100% !important;
  margin-bottom: 14px !important;
  height: 120px !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: border ease .238s !important;
  -moz-transition: border ease .238s !important;
  transition: border ease .238s !important;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12) !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #7d8084 !important;
  top: 0 !important;
  padding: 17px 40px !important;
  line-height: 14px !important;
  color: #fff !important;
  position: relative !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  display: inline-block !important;
  transition: all 0.2s ease-in-out !important;
  cursor: pointer !important;
  overflow: hidden !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15) !important;
}

.btn_back_news {
  background: #7d8084;
  border-radius: 10px;
  font-size: 26px;
  color: #fff;
}

.cta-bar_mobile li txt {
  text-align: center;
  color: #ffffff;
  clear: both;
  display: block;
}

.cta-bar_mobile li i {
  font-size: 18px;
  color: #ffffff;
}

.cta-bar_mobile li img {
  width: auto !important;
  height: 18px !important;
}

.cta-bar_mobile li {
  padding-top: 5px;
}

.tbox-find-store {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: 190px;
  margin: 0px 0 0 0;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
}

.tbox-find-store .tbox-select {
  width: 385px;
  float: left;
  margin: 53px 0 0 0;
}

.tbox-find-store .tbox-select-1 {
  margin: 53px 30px 0 55px;
}

.tbox-find-store .tbox-select .tlabel {
  font-size: 16px;
  color: #888888;
  float: left;
  width: 100%;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.tbox-find-store .tbox-select .tselect-inpput {
  font-size: 16px;
  color: #888888;
  float: left;
  width: 100%;
  height: 48px;
  background-color: transparent;
  outline: none;
  border: 1px solid #707070;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0 0 0 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.tbox-submit {
  position: relative;
  float: left;
  margin: 100px 0 0 30px;
}

.tbtn-submit-find {
  margin-bottom: 0;
}

.tbox-address-store {
  width: 100%;
  height: auto;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: auto;
  min-height: 250px;
  margin: 30px 0px 0px 0px;
  padding: 20px;
  cursor: pointer;
}

.tbox-address-store .tname-store {
  font-size: 24px;
  color: #4b4d55;
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}

.tbox-address-store .ttitle {
  font-size: 16px;
  color: #888888;
  margin: 0 0 0 0;
  float: left;
  width: 100%;
}

.map-click-web {
  position: absolute;
  bottom: 30px;
  right: 40px;
}

.map-click-web .location-web {
  width: 160px;
  height: 40px;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  padding: 10px;
  background: #4b4d55;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.map-click-web .location-web img {
  margin-top: -5px;
}

.tbox-address-store:hover, .tbox-address-store.active {
  border: 1px solid #4b4d55;
}

.load-store {
  display: flex;
  flex-flow: wrap;
  transition: .25s height ease;
  min-height: 100px;
  padding-bottom: 50px;
}

.preloader {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: 20000;
  display: none;
}

.container {
  position: relative;
}

.menu-item-object-car a.ana {
  height: 100%;
}

.menu-item-object-car img.ana {
  display: block;
}