/*
	Theme Name: DeltaTruck
	Author: Bela Fridrik - ProKreatív Kft.
	Author URI: http://prokreativ.hu
*/

/* RESET */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
hr,
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input[type="text"] {
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
figure img {
  display: block;
  margin: 0;
}
ul,
ol {
  list-style: none;
}
fieldset,
img,
hr {
  border: none;
}
caption,
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #464749;
}

body {
  font-family: "Roboto", sans-serif;
  color: #464749;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 14px;
}
a:hover {
  color: #bc012d;
}

/* HEADER */
.site_header {
  background: #fff;
}
.site_logo {
  position: absolute;
  z-index: 888;
}
.lang_ro .site_nav {
  font-size: 18px;
}
.site_nav {
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .site_nav {
    font-size: 15px;
  }
}

.lang_sk .site_nav {
  font-size: 15px;
}

.site_nav a {
  color: #464749;
  padding: 5px 12px 20px 12px;
  display: block;
}
.lang_ro .site_nav a {
  padding: 5px 8px 20px 8px;
}
.site_nav .current-menu-item a,
.site_nav a:hover,
.site_nav .current-menu-ancestor a {
  background: #c7c8cb;
}
.site_nav ul {
  float: right;
}
.site_nav li {
  float: left;
}
ul.dropdown {
  position: relative;
}
ul.dropdown ul {
  width: 220px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  padding: 7px 0;
}
ul.dropdown ul li {
  float: none;
  padding: 0;
  margin: 0;
}
ul.dropdown ul ul {
  position: relative;
  background: none;
  padding: 0 12px;
}
ul.dropdown ul a {
  display: block;
  padding: 0;
  padding: 0 12px;
  color: #5a5b5e;
}
ul.dropdown ul a:hover {
  background: none;
  color: #b9002b;
}
.site_nav .current-menu-item ul a,
.site_nav .current-menu-ancestor ul a {
  background: none;
}
ul.dropdown ul .current-menu-item a {
  background: none;
  color: #b9002b;
}
ul.dropdown li:hover ul {
  visibility: visible;
}
ul.dropdown li:hover {
  position: relative;
}
.top_nav {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  top: 20px;
  float: right;
}
.top_nav ul {
  float: left;
}
.top_nav li {
  float: left;
  margin-right: 15px;
}
.top_nav li:last-child {
  margin-right: 0;
}
.superbrands {
  float: left;
  padding-top: 7px;
  padding-left: 45px;
}
.languages {
  float: left;
  margin: 0 25px;
}
.languages .active a {
  background: #c7c8cb;
  display: inline-block;
  padding: 2px 3px;
}
.languages li {
  margin-right: 8px;
}
.languages li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.header_search {
  float: right;
  position: relative;
}
.header_search form {
  position: absolute;
  right: 42px;
  top: 0;
  z-index: 888;
  display: none;
}
.header_search input {
  width: 325px;
  height: 47px;
  border: 1px solid #c7c8cb;
  background: #fff;
  border-right: 0;
  padding: 0 15px;
}
.search_button {
  display: block;
  width: 42px;
  height: 47px;
  cursor: pointer;
  background: url(images/header_search.png) no-repeat;
}
.header_top {
  margin-bottom: 10px;
}
.phone_numbers {
  float: left;
  margin-left: 15px;
}
.phone_numbers ul {
  background: #fff url(images/top_phone.png) no-repeat left center;
  font-size: 12px;
  line-height: 16px;
  line-height: 22px;
  padding-right: 5px;
  padding-left: 30px;
}
.phone_numbers span {
  color: #fff;
  background: #e0001b;
  display: inline-block;
  padding: 0 3px;
  margin-right: 3px;
}
.top_menu_items {
  line-height: 22px;
}

/* SLIDER */
.home_slider {
  position: relative;
}
.fixed_ad {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 888;
  width: 100%;
}
.fixed_ad img {
  float: right;
}
.home_slide_item {
  height: 319px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-transform: uppercase;
  color: #fff;
}
.home_slide_item .container {
  position: relative;
  height: 100%;
}
.slide_item_title {
  font-weight: 700;
  font-size: 48px;
}
.slide_item_desc {
  font-size: 36px;
  font-weight: 700;
}
.slide_item_button {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.slide_item_button a {
  background: #fff;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 14px;
}
.home_slide_item .inner {
  padding-left: 69px;
  padding-top: 85px;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}
.home_slider .owl-dot span {
  background: url(images/slide_dot.png) no-repeat;
  width: 14px;
  height: 14px;
  display: block;
}
.home_slider .owl-dot.active span {
  background: url(images/slide_dot_active.png) no-repeat;
}
.home_slider .owl-dot {
  float: left;
  margin-right: 10px;
}
.home_slider .owl-dot:first-child {
  margin-left: 55px;
}
.owl-controls {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 555;
  width: 100%;
}

/* BRANDS */
.brand_logos {
  background: #e9e8e8;
}
.brand_logos li {
  float: left;
  padding: 0;
  line-height: 63px;
  color: #464749;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.brand_logos li a {
  color: #464749;
}
.brand_logos ul li ul {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  background: #e9e8e8;
  z-index: 999;
}
.brand_logos ul li ul li {
  padding: 15px 0;
}
.brand_logos ul li:hover ul {
  visibility: visible;
}
.brand_logos ul li.submenu {
  padding-right: 25px;
  background: url(images/brand_submenu.png) no-repeat right center;
}
.ginput_container_fileupload {
  /* float: right; */
  width: 390px;
}
.gform_drop_area {
  border: 1px dashed;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 15px;
}
.gform_button_select_files {
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  background: #fd0101;
}
.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
}

/* NEWS */
.home_news {
  padding: 25px 0;
}
.news_item {
  text-align: center;
  margin-bottom: 25px;
}
.news_item h1 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3em;
  text-transform: uppercase;
  min-height: 55px;
}
.news_item .entry {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  min-height: 125px;
}
.news_list_item .entry p {
  margin-bottom: 25px;
  text-align: justify;
}
.entry .aligncenter {
  max-width: 100%;
  height: auto;
}
.news_item__more {
  position: relative;
  margin-top: 35px;
}
.news_item__more:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  background: #979798;
  content: "";
  z-index: 444;
}
.news_item__more span {
  position: relative;
  z-index: 888;
  display: inline-block;
  background: #fff;
  padding: 0 17px;
}
.news_item__more a {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #464749;
  padding: 3px 5px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 555;
}

/* FOOTER */
.site_footer {
  background: #323132;
  padding: 40px 0;
}
.different_width {
  width: 24% !important;
}
.copy_text {
  padding-top: 10px;
}
.footer_top_nav {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.footer_top_nav li {
  float: left;
  margin-right: 35px;
}
.footer_top_nav li:last-child {
  margin-right: 0;
}
.footer_top_nav a {
  color: #fff;
}
.footer_widgets {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #aeb0b3;
}
.footer_widgets .menu {
  text-transform: uppercase;
}
.footer_social li {
  display: inline-block;
  margin-right: 3px;
}
.footer_social ul {
  margin-bottom: 15px;
}
.footer_bottom {
  font-size: 11px;
  color: #aeb0b3;
  font-weight: 500;
}
.footer_bottom a {
  color: #aeb0b3;
}
.webdesign {
  margin-top: 10px;
}
.cib_partner {
  margin-bottom: 15px;
}
.copyright_nav {
  padding-top: 63px;
}
.footer_right {
  margin-top: 15px;
}
.footer_right img {
  float: right;
}
.copyright_nav li {
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #aeb0b3;
}
.copyright_nav li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.footer_widget {
  color: #aeb0b3;
  font-size: 16px;
  font-weight: 500;
}
.footer_widget a {
  color: #aeb0b3;
}
.footer_widget_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

/* FIXED SHARE */
.social {
  position: fixed;
  right: 0;
  top: 225px;
  z-index: 888;
}
.social li {
  margin-bottom: 5px;
}

/* ABOUT */
.image_header {
  position: relative;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.title_line {
  background: #e1e2e2;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
.archive_title span {
  display: inline-block;
  position: relative;
  padding: 18px 0;
}
.archive_title span::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 10px;
  background: #e0001b;
  content: "";
}
.page_content .inner {
  padding: 20px 0 25px 0;
  margin-bottom: 105px;
  border-bottom: 1px solid #aeb0b3;
}
.post_entry {
  font-size: 14px;
  line-height: 1.375em;
}
.post_entry p,
.post_entry ul,
.post_entry ol {
  margin-bottom: 25px;
}
strong {
  font-weight: normal;
  font-weight: 700;
}
.post_entry a,
.entry a {
  color: #e0001b;
  font-weight: 700;
}
.post_entry ul li {
  list-style: square;
  margin-left: 1em;
}
.post_entry h1,
.post_entry h2,
.post_entry h3,
.post_entry h4 {
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1.3em;
}
.post_entry h1 {
  font-size: 26px;
}
.post_entry h2 {
  font-size: 24px;
}
.post_entry h3 {
  font-size: 22px;
}
.post_entry h4 {
  font-size: 20px;
}

/* POST ARCHIVE */
.post_archive {
  padding: 25px 0;
}
.news_list_item h1 {
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.post_meta,
.post_meta a {
  color: #818386;
  font-size: 15px;
}
.post_meta {
  margin-top: 25px;
}
.news_list_item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #aeb0b3;
}
.comment_number {
  text-align: right;
}
.news_list_item__more {
  float: right;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #e0001b;
}
.news_list_item__more:hover {
  color: #fff;
}
.more_post_meta {
  margin-top: 35px;
}
.author span {
  display: inline-block;
  padding-left: 30px;
  font-weight: 700;
  background: url(images/author.png) no-repeat left center;
}

/* SEARCHFORM */
.searchform {
  position: relative;
}
.searchform input[type="text"] {
  width: 100%;
  padding: 0 15px 0 38px;
  font-family: "Roboto", sans-serif;
  height: 38px;
  background: #e1e2e2;
  border: none;
}
.searchform button {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: none;
  z-index: 5;
  background: url(images/sidebar_search.png) no-repeat center;
  text-indent: -999em;
}
.widget {
  margin-bottom: 8px;
}
.widget_title {
  color: #525354;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aeb0b3;
}
.tagcloud a {
  color: #818386;
  text-transform: uppercase;
}

/* SIDEBAR TAB */
.sidebar_tab {
  overflow: hidden;
}
.sidebar_tab ul {
  margin-bottom: 10px;
}
.sidebar_tab li {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  background: #e1e2e2;
  line-height: 38px;
}
.sidebar_tab li.ui-tabs-active {
  background: #e0001b;
}
.sidebar_tab li.ui-tabs-active a {
  color: #fff;
}
.sidebar_tab li.ui-tabs-active a:focus {
  outline: none;
}
.sidebar_tab li a {
  display: block;
}
.tab_item_content {
  color: #464749;
  font-size: 14px;
  margin-bottom: 10px;
}
.tab_item_date {
  color: #818386;
  font-size: 14px;
  line-height: 19px;
}
.tab_item_date span {
  display: inline-block;
  padding-left: 30px;
  background: url(images/author.png) no-repeat left center;
}
.tab_item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #aeb0b3;
}
.tab_item:last-child {
  margin-bottom: 0;
}

/* GARAGE */
.garage {
  padding: 30px 0 15px 0;
}
.page-id-7636 .garage_content_top.page_content .inner {
  border-bottom: 10px solid #e0001b;
}

.garage_content_top.page_content .inner {
  margin-bottom: 0;
  overflow: hidden;
}
.garage_content_top.page_content .inner p:last-child {
  margin-bottom: 0;
}
.garage_icon img {
  float: right;
}
.garage_title {
  color: #e0001b;
  font-size: 32px;
  margin-bottom: 20px;
}
.garage_datas_frame .inner,
.garage_brands_other,
.garage_content {
  line-height: 28px;
  font-size: 18px;
}
.team_item {
  text-align: center;
}
.team_item img {
  margin: 0 auto;
}
.team_item_name {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
}
.team_item_title {
  font-size: 15px;
  color: #464749;
  font-weight: 300;
}
.garage_item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 10px solid #e0001b;
}
.garage_item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.garage_team {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #aeb0b3;
}
.garage_team:last-child {
  border-bottom: 0;
}
.garage_quote_button {
  margin-top: 25px;
}
.garage_quote_button a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background: #e0001b;
  text-align: center;
  padding: 10px 40px;
}
.garage_brands_other {
  margin-top: 5px;
}
.garage_map {
  margin-bottom: 35px;
}
.garage_brands {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #aeb0b3;
}
.acf_map {
  width: 100%;
  height: 230px;
}
.acf_map img {
  max-width: inherit !important;
}
.garage_brands_item {
  display: inline-block;
  font-size: 0;
}
.garage_brands span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}
.about_team {
  margin-bottom: 50px;
}
.page_content .inner {
  margin-bottom: 50px;
}
.content_false {
  margin-bottom: 50px;
}

/* CAREER */
.career_content {
  padding: 20px 0;
}
.job_list {
  margin-bottom: 35px;
}
:focus {
  outline: none;
}
.job_title {
  cursor: pointer;
  font-size: 22px;
  color: #e0001b;
  text-transform: uppercase;
  font-weight: 700;
}
.accordion_header {
  padding: 25px 0;
  border-top: 1px solid #aeb0b3;
}
.job_content {
  padding-bottom: 25px;
  position: relative;
}
.job_red_button span.red_button {
  display: inline-block;
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e0001b;
  padding: 10px 15px;
}
.job_filter {
  padding-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #aeb0b3;
}
.gray_button {
  background: #5a5b5e;
  padding: 5px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
}
.job_filter .gray_button {
  float: right;
}
.logged_out_button {
  margin-left: 15px;
}
.job_filter .gray_button:hover {
  color: #fff;
}
.facetwp-dropdown {
  width: 100%;
}
.facet_label {
  font-size: 13px;
  color: #464749;
  padding-left: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
.vehicle_facet .facetwp-facet {
  margin-bottom: 0;
}
.job_filter .facetwp-facet {
  margin-bottom: 0;
}
.job_content .gray_button {
  position: absolute;
  right: 0;
  bottom: 35px;
  color: #fff;
}
.job_red_button span.arrow {
  padding-right: 25px;
  background: url(images/job_button_arrow_active.png) no-repeat right center;
}
.ui-state-active .job_red_button span.arrow {
  background: url(images/job_button_arrow.png) no-repeat right center;
}

/* BUYINF & POPUP */
.red_button,
.post_entry a.red_button {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e0001b;
  padding: 5px 10px;
}
.popup_item {
  display: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  width: 580px;
}
.popup_item .inner {
  padding: 30px;
}
.popup_item .ginput_container_text,
.popup_item .ginput_container_email {
  width: 390px;
  float: left;
}
.popup_item input[type="text"],
.popup_item input[type="password"] {
  width: 100%;
  height: 28px;
  background: #e6e7e8;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
  border: none;
  font-size: 16px;
}
.popup_item input[type="submit"] {
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  background: #fd0101;
}
.popup_item li {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
.popup_item .charleft {
  font-size: 12px;
  margin-top: 5px;
}
.popup_item .gfield_label {
  width: 130px;
  float: left;
  display: block;
  line-height: 28px;
}
.popup_item .popup_message .gfield_label {
  width: 100%;
  float: none;
}
.popup_item .validation_error {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #fd0101;
}
.popup_item .gfield_description.validation_message {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
  color: #fd0101;
}
.popup_header {
  background: #e6e7e8;
}
.popup_title_red {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  background: #fd0101;
  margin-bottom: 20px;
}
.popup_title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
textarea {
  padding: 10px;
  height: 115px;
  width: 100%;
  background: #e6e7e8;
  font-family: "Roboto", sans-serif;
  border: none;
  font-size: 16px;
}
.popup_desc {
  margin-top: 25px;
  font-size: 16px;
}

/* FANCYAPPS */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("images/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}

/* PARTS */
.parts_filter {
  background: #e1e2e2;
  margin: 30px 0;
}
.part_item_tel {
  margin-top: 15px;
}
.not_found {
  margin-bottom: 30px;
}
.parts_facets {
  margin-bottom: 30px;
}
.parts_filter ul {
  overflow: hidden;
}
.parts_filter ul li {
  float: left;
  width: 16.66%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 0;
}
.parts_filter ul li:last-child {
  border-right: 0;
}
.parts_filter ul li.prev_active a {
  border: none;
}
.parts_filter ul li a {
  display: block;
  border-right: 1px solid #e05465;
  line-height: 35px;
}
.parts_filter ul li.active {
  background: #e0001b;
}
.parts_filter ul li.active a {
  color: #fff;
}
.single-parts .part_item:first-child {
  border-top: 0;
}
.part_item:first-child {
  padding-top: 30px;
  border-top: 1px solid #aeb0b3;
}
.part_item {
  border-bottom: 1px solid #aeb0b3;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.part_item h1 {
  background: #e1e2e2;
  padding: 5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.part_content {
  padding: 15px 0 0 15px;
}
.part_content h4 {
  font-weight: 700;
}
.part_item_no span {
  font-weight: 700;
}
.item_prices {
  text-align: center;
  border: 2px solid #6d6f72;
  padding: 15px;
  float: right;
  width: 100%;
}
.old_price {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.old_price:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: url(images/old_price.png) no-repeat center;
  content: "";
}
.sale_price {
  font-weight: 700;
  color: #e0001b;
  font-size: 20px;
}
.part_item_button {
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.part_item_button a:hover {
  color: #fff;
}
.part_item_button a {
  padding: 10px 20px;
}

/* VEHICLES */
.vehicles_list {
  margin-top: 35px;
}
.vehicle_item {
  position: relative;
}
.vehicle_item .wp-post-image {
  border: 2px solid #cccdcf;
}
.top_featured .wp-post-image {
  border-left: 0;
  border-top: 0;
}
.featured_badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 555;
}
.vehicle_item_border {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #aeb0b3;
}
.featured {
  border: 3px solid #e0001b;
}
.featured .vehicle_price {
  background: #e0001b;
}
.top_featured {
  border: 3px solid #b5811d;
}
.top_featured .vehicle_quote_button {
  background: #b5811d;
}
.vehicles_filter {
  background: #e1e2e2;
  padding: 30px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
}
.vehicles_cat_title {
  margin-top: 15px;
  line-height: 1.2;
  padding-left: 7px;
  padding-right:7px;
}
.vehicles_filter li {
  float: left;
  width: 20%;
  border-right: 1px solid #e05465;
}
.vehicles_filter li:last-child {
  border-right: 0;
}
.vehicles_filter img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.vehicles_facets {
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #aeb0b3;
}
.vehicle_type {
  background: #e1e2e2;
  line-height: 34px;
  color: #464749;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 15px;
}
.vehicle_type_heading {
  font-weight: 700;
}
.vehicle_price {
  text-align: center;
  color: #fff;
  background: #6d6f72;
  line-height: 34px;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  left: 1px;
}
.top_featured .vehicle_price {
  background: #1a1818;
}
.vehicle_data_list {
  margin-bottom: 20px;
}
.vehicle_data_list span,
.vehicle_extra span {
  font-weight: 700;
}

.vehicle_data_list span + span:before {
  content: "/ ";
}
.vehicle_extra {
  margin-bottom: 15px;
}
.vehicle_extra,
.vehicle_weight {
  font-size: 15px;
}
.vehicle_weight span {
  font-weight: 700;
}
.vehicle_data_list li {
  line-height: 1.8em;
}
.vehicle_desc_title {
  font-weight: 700;
}
.vehicle_desc {
  margin-bottom: 15px;
  padding-right: 15px;
}
.vehicle_quote_button,
.rent_quote_button,
.strent_quote_button {
  text-align: center;
  color: #fff;
  background: #e0001b;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.vehicle_quote_button a,
.rent_quote_button a,
.strent_quote_button a {
  color: #fff;
}
.gallery_text {
  font-size: 15px;
  color: #464749;
  display: block;
  clear: both;
  margin-top: 20px;
}
.vehicle_share {
  overflow: hidden;
  float: right;
}
.vehicle_share li {
  float: left;
  margin-right: 10px;
}
.vehicle_share li:last-child {
  margin-right: 0;
}
.only_print {
  display: none;
}
.vehicle_share_col {
  padding-right: 0;
}

/* COOKIE ALERT */
.cookie_alert_wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  display: none;
}
.cookie_alert_wrapper .container {
  background: #fff;
}
.cookie_alert {
  padding: 5px 0;
}
.cookie_alert .red_button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.cookie_alert .red_button:hover {
  color: #fff;
}
.cookie_alert_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}
.cookie_alert_text a {
  font-weight: 700;
}

/* RESULTS */
.search_result_item h1 {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.search_result_item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #aeb0b3;
}

/* PROFILE */
.popup_item.profile {
  display: block;
  width: 100%;
}
.post_entry .profile ul li {
  margin-left: 0;
  list-style: none;
}
.popup_item.profile .gfield_label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.popup_item.profile .ginput_container_text,
.popup_item.profile .ginput_container_email {
  width: 100%;
}

/* CV UPLOAD */
#cv_upload #extensions_message {
  display: none;
}

/* MOBILE MENU */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 70%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #282828;
  color: #fff;
  text-transform: uppercase;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -70%;
}
.sidr ul {
  display: block;
  margin-top: 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 40px;
}
.sidr ul li ul {
  margin-top: 0;
}
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  background: #ba022e;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 30px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul a {
  padding: 0 45px;
}
.sidr ul li a:hover {
  background: #ba022e;
}
.sidr ul li span.sidr-class-menu_num {
  display: inline-block;
  padding-left: 5px;
  background: #e63c2e;
  border-radius: 5px;
  padding: 3px 5px;
  line-height: 15px;
  margin-left: 15px;
}

/* VEHICLES NEW */
.brand_item {
  margin-bottom: 45px;
}
.new_vehicles_section .title_line {
  margin-bottom: 25px;
}
.alignnone {
  margin-bottom: 20px;
}
.new_vehicles_right a:hover,
.vehicle_brand_cat_desc a.red_button:hover {
  color: #fff;
}
.new_vehicles_right a.red_button,
.vehicle_brand_cat_desc a.red_button {
  padding: 10px 20px;
  float: right;
}
.new_vehicles_logo img {
  margin-bottom: 25px;
}
.vehicle_brand_cat_desc {
  background: #dae1ea;
  padding-bottom: 20px;
}
.vehicle_cat_title {
  color: #c61f37;
  font-size: 38px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 700;
  padding-top: 20px;
}
.vehicle_brand_preference {
  padding: 20px 0;
}
.vehicle_preference_item li {
  line-height: 30px;
}
.vehicle_preference_item .inner {
  position: relative;
  height: 100%;
  border-bottom: 1px solid #aeb0b3;
}
.vehicle_preference_item .equal_col {
  margin-bottom: 25px;
}
.vehicle_preference_title {
  font-size: 36px;
  color: #1a1818;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.vehicle_preference_subtitle {
  font-size: 22px;
  color: #464749;
  text-align: center;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  padding-top: 20px;
  min-height: 56px;
}
.vehicle_preference_item {
  margin-bottom: 20px;
}
.vehicle_preference_item img {
  width: 100%;
  height: auto;
}
.vehicle_preference_item:last-child {
  border-bottom: 0;
}
.vehicle_brand_cat {
  border-top: 8px solid #c61d38;
}
.vehicle_brand_cat.first {
  border-top: 0;
}
.vehicle_breadcrumb li {
  float: left;
  margin-right: 10px;
  padding-right: 25px;
  color: #aeb0b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  background: url(images/breadcrumb_red.png) no-repeat right center;
}
.vehicle_breadcrumb li:last-child {
  background: none;
}
.vehicle_breadcrumb li a {
  color: #5a5b5e;
}
.vehicle_breadcrumb li.vehicle_breadcrumb_brand {
  color: #5a5b5e;
}
.vehicle_brand_nav {
  background: #c61d38;
  text-transform: uppercase;
}
.vehicle_brand_nav li {
  float: left;
  font-size: 20px;
  font-weight: 500;
  margin-right: 25px;
  line-height: 63px;
}
.vehicle_brand_nav li a {
  color: #fff;
}
.kogel .image_header {
  height: 505px;
}

/* BENALU */
.benalu .image_header {
  height: 505px;
}
.benalu .vehicle_brand_nav {
  background: #fff;
  padding: 10px 0 0 0;
}
.benalu .vehicle_brand_nav li {
  margin-bottom: 10px;
}
.benalu .vehicle_brand_nav a {
  color: #1a1818;
  font-size: 22px;
  font-weight: 900;
}
.benalu .vehicle_brand_nav a:hover {
  color: #c50020;
}
.benalu .vehicle_brand_nav li {
  padding-right: 20px;
  margin-right: 20px;
  line-height: 18px;
  border-right: 3px solid #1a1818;
}
.benalu .vehicle_cat_title {
  font-weight: 900;
}

/* BROSHUIS */
.broshuis .image_header {
  height: 505px;
}
.broshuis .vehicle_brand_nav {
  background: #fff;
  padding: 10px 0 20px 0;
  border-bottom: 8px solid #fad000;
}
.broshuis .vehicle_brand_nav a {
  color: #1a1818;
  font-size: 22px;
  font-weight: 900;
}
.broshuis .vehicle_cat_title {
  background: #fff;
}
.broshuis .vehicle_brand_cat_desc {
  background: #fad000;
}
.broshuis .vehicle_brand_cat {
  border-top: 8px solid #fad000;
}
.broshuis .vehicle_brand_cat.first {
  border-top: 0;
}
.broshuis .vehicle_cat_title {
  font-weight: 900;
  color: #1a1818;
}
.broshuis .vehicle_brand_cat_desc {
  padding-bottom: 0;
}
.broshuis .vehicle_brand_cat_desc .post_entry {
  padding-top: 20px;
}
.broshuis .vehicle_brand_cat_desc .red_button {
  margin-bottom: 20px;
}
.broshuis .vehicle_brand_nav li {
  padding-right: 20px;
  margin-right: 20px;
  line-height: 18px;
  border-right: 3px solid #1a1818;
  margin-bottom: 10px;
}
.light_font {
  font-weight: 500;
}

/* LAMBERET */
.lamberet .vehicle_brand_nav {
  background: #42627d;
}
.lamberet .vehicle_brand_cat_desc {
  background: none;
}
.lamberet .vehicle_brand_cat {
  border-top: 8px solid #42627d;
}
.lamberet .vehicle_brand_cat.first {
  border-top: 0;
}
.lamberet .vehicle_cat_title {
  font-weight: 900;
  color: #42627d;
  line-height: 45px;
  padding-bottom: 0;
}
.lamberet .vehicle_brand_cat_desc .container_bg {
  padding-top: 20px;
}
.lamberet .vehicle_brand_cat_desc .vehicle_cat_title .container_bg {
  padding-top: 0;
}
.lamberet .post_entry,
.lamberet .vehicle_preference_subtitle,
.lamberet .vehicle_preference_title {
  color: #42627d;
}
.lamberet .image_header {
  height: 505px;
}
.lamberet .container_bg {
  background: #fff;
}
.lamberet .first .vehicle_cat_title {
  padding-top: 0;
}

/* MERCEDES */
.template_mercedes {
  background: #000;
}
.template_mercedes .garage_icon img {
  margin-top: 10px;
}
.template_mercedes .garage_brands_other {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #aeb0b3;
}
.template_mercedes .post_entry,
.template_mercedes .post_entry a {
  color: #aeb0b3;
}
.gform_validation_container {
  display: none;
}
.template_mercedes .title_line {
  background: #323132;
  color: #aeb0b3;
}
.template_mercedes .garage_title {
  color: #aeb0b3;
}
.template_mercedes .garage_content,
.template_mercedes .garage_content a,
.template_mercedes .garage_brands_other {
  color: #aeb0b3;
}
.template_mercedes .garage_quote_button a {
  background: #aeb0b3;
  color: #000;
}
.template_mercedes .garage_item {
  border-bottom: none;
}

/* VEHICLE PARENT */
.page-template-template-vehicleParent .image_header {
  height: 500px;
}
.vehicle_parent_breadcrumb {
  border-bottom: 8px solid #dae1ea;
  margin-bottom: 27px;
}
.vehicle_cat_col_content {
  text-align: center;
  margin-bottom: 40px;
  min-height: 128px;
}
.vehicle_cat_col_image img {
  border: 1px solid #b9bbbd;
}
.vehicle_cat_col {
  margin-bottom: 40px;
}
.vehicle_cat_col_more {
  position: relative;
  text-align: center;
}
.vehicle_cat_col_more:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  height: 1px;
  background: #aeb0b3;
  content: "";
  z-index: 444;
}
.vehicle_cat_col_more a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: #e0001b;
  padding: 5px 15px;
  display: inline-block;
}
.vehicle_cat_col_more span {
  position: relative;
  z-index: 888;
  display: inline-block;
  background: #fff;
  padding: 0 17px;
}
.facetwp-pager {
  display: none;
}
.timeline_loader {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: url(images/reload.svg) no-repeat center;
  display: none;
}
.timeline_loader.active {
  display: block;
}

/* TRUCK NEWS */
.tn_title {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.5em;
}
.tn_content figure {
  position: relative;
}
.tn_top_content {
  margin-bottom: 25px;
}
.tn_top_right_item {
  margin-bottom: 25px;
}
.tn_top_right_item figure span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 20px;
  background: #e0001b;
}
.tn_bottom_item {
  margin-bottom: 25px;
}
.tn_bottom_item figure span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 6px;
  background: #e0001b;
}
.tn_top_left_item_parent {
  position: relative;
}
.tn_top_left_item_parent h1 {
  display: inline-block;
  background: #e0001b;
  font-size: 40px;
  font-weight: 700;
  padding: 0 15px;
  line-height: 1.5em;
}
.tn_content img {
  width: 100%;
  height: auto;
}
.tn_top_left_item_parent h1 a {
  color: #fff;
}
.tn_top_left_item .entry {
  margin-top: 20px;
}
.tn_logo {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 58px;
  color: #464749;
  line-height: 1em;
}
.tn_logo span {
  font-weight: 200;
  color: #e0001b;
}
.tn_header {
  padding: 15px 0 10px 0;
  border-bottom: 5px solid #e0001b;
  margin-bottom: 15px;
}
.tn_top {
  background: #464749;
  height: 75px;
  position: relative;
}
.tn_header_right {
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
}
.tn_top img {
  float: right;
}
.tn_nav {
  margin-top: 15px;
}
.tn_nav li {
  float: left;
  margin-right: 25px;
  font-size: 20px;
  text-transform: uppercase;
}
.tn_bottom_content {
  margin-bottom: 35px;
}
.tn_nav .current-menu-item a {
  color: #e0001b;
}
.page_cat_142 .tn_nav .page_cat_142 a,
.page_cat_143 .tn_nav .page_cat_143 a,
.page_cat_144 .tn_nav .page_cat_144 a,
.page_cat_145 .tn_nav .page_cat_145 a,
.page_cat_146 .tn_nav .page_cat_146 a,
.page_cat_147 .tn_nav .page_cat_147 a,
.page_cat_149 .tn_nav .page_cat_149 a {
  color: #e0001b;
}
.tn_top_item .tn_title {
  margin-top: 0;
}
.tn_top_item {
  margin-top: 20px;
}
.tn_top_item figure {
  position: relative;
}
.tn_top_item figure span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 6px;
  background: #e0001b;
}

.benalu_template .page_content .inner,
.kogel_template .page_content .inner {
  border-bottom: 10px solid #e0001b;
}

/* FORD SERVICE */
.ford_service_page .garage_title,
.ford_service_page .post_entry a {
  color: #ec4b03;
}
.ford_service_page .garage_item {
  border-bottom: 10px solid #ec4b03;
}
.ford_service_page .page_content .inner {
  border-bottom: 10px solid #ec4b03;
}
.ford_service_page .garage_quote_button a {
  background: #ec4b03;
}
.ford_service_page .archive_title span::before {
  background: #e74d15;
}
.ford_service_page .title_line {
  color: #fff;
  background: #656568;
}
.ford_service_page .page_content,
.ford_service_page .garage {
  background: #e0e1e3;
}
.ford_service_page .garage_icon img {
  margin-top: -69px;
  margin-right: 50px;
}
#gform_ajax_spinner_15 {
  display: none !important;
}
.mobile_header {
  display: none;
}
.mobile_header .languages li {
  float: left;
  width: 19%;
  text-align: center;
}
.mobile_header .languages {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.mobile_header .phone_numbers li {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.mobile_header .phone_numbers li:last-child {
  margin-right: 0;
}
.mobile_header .phone_numbers {
  margin-left: 0;
  margin-top: 15px;
  width: 100%;
}
.mobile_header .phone_numbers span {
  display: block;
  text-align: center;
  position: relative;
  padding-left: 32px;
}
.mobile_header .phone_numbers span:before {
  width: 29px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #c7c9cb url(images/top_phone.png) no-repeat left center;
}
.mobile_header .phone_numbers a {
  display: block;
}
.mobile_header .phone_numbers ul {
  padding-left: 0;
}
.entry ul li {
  list-style: disc;
  margin-left: 2.5em;
}
.entry ol li {
  list-style: decimal;
  margin-left: 1em;
}
.entry ol,
.entry ul {
  margin-bottom: 25px;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4 {
  margin-bottom: 0.7em;
  line-height: 1.3em;
  font-weight: 700;
}
.entry h1 {
  font-size: 22px;
}
.entry h2 {
  font-size: 20px;
}
.entry h3 {
  font-size: 18px;
}
.entry h4 {
  font-size: 16px;
}

/* POST SHARE */
.post_share {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #aeb0b3;
}
.post_share li {
  display: inline-block;
  margin-right: 20px;
}
.post-ratings img {
  display: inline-block;
  margin-right: 2px !important;
}
.kk-star-ratings {
  min-height: auto !important;
}
.kksr-legend {
  display: none !important;
}
.html5_banner {
  border: none;
}
.kksr-star {
  width: 100% !important;
}

/* HOME TILES */
.tiles {
  margin-top: 30px;
  color: #fff;
}
.tiles a {
  color: #fff;
}
.featured_tile {
  background: #e0001b;
}
.featured_tile_title {
  font-size: 43px;
  line-height: 1.2em;
  font-weight: 200;
  padding: 30px 30px 0 30px;
}
.featured_tile_text {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  padding: 0 30px 30px 30px;
}
.image_tile {
  position: relative;
}
.image_tile_title {
  position: absolute;
  bottom: 35px;
  left: 0;
}
.image_tile_title a {
  display: inline-block;
  background: #e0001b;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 3px 20px;
}
.tile_item {
  margin-bottom: 30px;
}

/* WHY ITEM */
.why_item {
  padding-bottom: 65px;
}
.why {
  background: #e0e1e3;
  padding-top: 25px;
  border-top: 5px solid #d3011c;
}
.why_item_title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.why_item_title h3 {
  font-weight: 700;
}
.why_title {
  color: #d3011c;
  font-size: 33px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.disable_padding_left {
  padding-left: 0;
}
.disable_padding_right {
  padding-right: 0;
}

/* SPLASH */
.splash_header {
}
.splash_header img {
  position: relative;
  top: 44px;
}
.splash_map {
  border-top: 2px solid #c7c8cb;
  border-bottom: 5px solid #d3011c;
  margin-bottom: 50px;
}
.splash_map img {
  width: 100%;
  height: auto;
}
.splash_langs a {
  color: #464749;
}
.splash_langs ul {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
}
.splash_langs ul li {
  display: inline-block;
  margin: 0 40px;
  line-height: 33px;
}
.splash_langs ul li.splash_lang_hu a {
  background: url(images/splash_hu.png) no-repeat left center;
  padding-left: 70px;
}
.splash_langs ul li.splash_lang_sk a {
  background: url(images/splash_sk.png) no-repeat left center;
  padding-left: 70px;
}

/* RENT */
.vehicles_filter.rent_filter li {
  width: 11.11%;
}
.vehicles_filter.rent_filter li {
  font-size: 10px;
}
.operativ {
  font-weight: 500;
}
.rent_price {
  font-weight: 500;
  margin-bottom: 5px;
}
.vehicle_share.rent_share {
  margin-top: 26px;
}

/* ABOUT RENT */
.page-template-template-aboutRent .why {
  border-top: 0;
  border-bottom: 5px solid #d3011c;
  background: #fff;
  padding-top: 40px;
}
.about_rent {
  padding: 60px 0;
}
.about_rent .entry h3 {
  text-transform: uppercase;
}

/**
 * Delta iframe
 */
.delta_iframe {
  width: 100%;
  border: none;
}
.content_frame {
  padding: 25px 15px 0 15px;
  background: #fafafa;
  border: 1px solid #e1e2e2;
  margin-bottom: 25px;
}

.about-second-top {
  padding: 45px 0;
  border-bottom: 10px solid #ed2525;
  margin-bottom: 40px;
}
.about-second-top__title {
  font-size: 32px;
  color: #464749;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 30px;
  font-weight: 600;
}
.about-second-top__subtitle {
  font-size: 26px;
  color: #464749;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 50px;
  font-weight: 600;
}
.about-second-top__items {
  background: #ed2525;
  font-weight: 600;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 10px 15px;
}
.about-second-top__items a {
  color: #fff;
}
.about-second-top__items li {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid #fff;
  font-size: 21px;
}
.about-second-top__items li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.about-second-top__content {
  font-size: 15px;
}
.about-second-top__content p {
  margin-bottom: 30px;
  line-height: 1.4em;
}
.about-second-top__content p:last-child {
  margin-bottom: 0;
}
.about-second-top__content h2,
.about-second-bottom__title {
  color: #ed2525;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-second-bottom-items {
  text-align: center;
}
.about-second-bottom-items__image {
  margin-bottom: 35px;
}
.about-second-bottom-items__image img {
  margin: 0 auto;
}
.about-second-bottom-items__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.about-second-bottom-items__content {
  font-size: 15px;
  line-height: 1.4em;
}
.about-second-bottom-items__content p {
  margin-bottom: 30px;
}
.small_subtitle {
  display: inline-block;
  text-transform: none;
}

.mobile_bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #aaa;
  padding: 10px;
  background: #fff;
  z-index: 999;
}
.mobile_bottom a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.mobile_bottom_tel {
  background: #464749;
}
.mobile_bottom_mail {
  background: #e0001b;
}
.tiles-desc {
  padding: 50px 0 25px 0;
}
.tiles-desc__title {
  text-align: center;
  color: #d3011c;
  font-size: 33px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.3em;
}
.tiles-desc__content {
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  color: #bababa;
}

/*Job Form Related Horror */
#gform_wrapper_36 {
  display: block !important;
}
.post_entry #gform_wrapper_36 ul li {
  margin: 0 0 25px 0;
  list-style: none;
}
.post_entry #gform_wrapper_36 label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
#gform_wrapper_36 input[type="text"],
#gform_wrapper_36 input[type="password"] {
  width: 50%;
  height: 35px;
  background: #e6e7e8;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
  border: none;
  font-size: 16px;
}
#gform_wrapper_36 input[type="submit"] {
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  background: #fd0101;
}
.gf_repeater_add {
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  background: #323132;
  display: inline-block;
}
.gf_repeater_remove {
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  background: #fd0101;
  display: inline-block;
  margin-left: 15px;
}
#gform_wrapper_36 select {
  width: 50%;
}
#gform_wrapper_36 .gfield_checkbox label {
  display: inline-block;
  font-weight: 400;
  padding-left: 15px;
}
/* .gform_drop_area {
  width: 50%;
  padding: 25px;
  border: 1px solid #aaa;
  text-align: center;
} */
.gform_drop_area input[type="button"] {
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  background: #fd0101;
}
.job_other_question {
  border-top: 1px solid #aeb0b3;
  font-size: 13px;
  padding-top: 15px;
  margin-top: 25px;
  color: #aaa;
}
/* .page-id-20260 .page_content .inner{
	border-bottom: 0;
} */
.post_entry .job_other_question a {
  color: #aaa;
  font-weight: 400;
}

.validation_error {
  font-size: 1.5rem;
  padding: 0.5em;
  border: 1px solid red;
  margin: 0 0 1rem;
}
.validation_message {
  color: red;
}

.strent_quote_button {
    max-width: 15em;
    margin:0 auto;
    font-size: 2rem;

}
.strent_quote_button a {
    display: block;
    padding:.25em 1em;

}

.strent_quote_button a:hover {
    background-color: #b9002b; 
}
.strentable {
    border-collapse: collapse;
    line-height: 1.2;
    /* border-spacing: .25em; */
}
.strentable img {
    max-height:3em;
    min-width:3em;
    margin:0;
}

.strentable th {
    font-weight: bold;;
}

.strentable td,
.strentable th {
    padding:.5em .25em;
    border:1px solid #ddd;
    vertical-align: middle;
}

.strentable tr:nth-child(2n) td,
.strentable tr:nth-child(2n) th {
    background-color: #efefef;
}  

.strentable tbody tr:hover td,
.strentable tbody tr:hover th {
    background-color: #dfdfdf;
}

#input_37_13.gfield_checkbox,
#input_37_11.gfield_checkbox,
#input_38_13.gfield_checkbox,
#input_38_11.gfield_checkbox {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-column-gap: 1rem;
    font-size:.9375em;
}