/* FONTFACE */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light_gdi.eot");
  src: url("../fonts/Montserrat-Light_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light_gdi.woff") format("woff"), url("../fonts/Montserrat-Light_gdi.ttf") format("truetype"), url("../fonts/Montserrat-Light_gdi.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold_gdi.eot");
  src: url("../fonts/Montserrat-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold_gdi.woff") format("woff"), url("../fonts/Montserrat-Bold_gdi.ttf") format("truetype"), url("../fonts/Montserrat-Bold_gdi.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }

@font-face {
  font-family: 'Montserrat Regular';
  src: url("../fonts/Montserrat-Regular_gdi.eot");
  src: url("../fonts/Montserrat-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular_gdi.woff") format("woff"), url("../fonts/Montserrat-Regular_gdi.ttf") format("truetype"), url("../fonts/Montserrat-Regular_gdi.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }

@font-face {
  font-family: 'Montserrat Black';
  src: url("../fonts/Montserrat-Black_gdi.eot");
  src: url("../fonts/Montserrat-Black_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black_gdi.woff") format("woff"), url("../fonts/Montserrat-Black_gdi.ttf") format("truetype"), url("../fonts/Montserrat-Black_gdi.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }

/* COLORS */
.background-blue {
  background-color: #006cff;
  color: #fff; }

.background-lightgray {
  background-color: #f6f6f6; }

.text-blue {
  color: #006cff; }

.text-white {
  color: #fff; }

.text-gray {
  color: #909090; }

/*------- MIXINS -------*/
/* SHADOWS */
/* BACKGROUND IMAGE*/
/* COLORS */
.background-blue {
  background-color: #006cff;
  color: #fff; }

.background-lightgray {
  background-color: #f6f6f6; }

.text-blue {
  color: #006cff; }

.text-white {
  color: #fff; }

.text-gray {
  color: #909090; }

/*------- MIXINS -------*/
/* SHADOWS */
/* BACKGROUND IMAGE*/
/* INPUT FORMS */
.form-control,
.button {
  position: relative;
  height: auto;
  padding: 8px 15px;
  border-radius: 20px;
  border: 2px solid #006cff;
  color: #fff;
  background-color: #006cff;
  font-size: 18px;
  font-weight: normal;
  box-shadow: 0px 2px 3px 0px rgba(74, 74, 74, 0.3);
  transition: all 300ms ease-in-out !important; }

button:hover,
.button:hover {
  text-decoration: underline; }

button.small,
.button.small {
  font-size: 14px; }

.button.has-icon {
  position: relative;
  display: inline-block;
  border-radius: 35px;
  border: none;
  padding: 8px 20px 10px 75px;
  font-weight: bold;
  font-size: 1.6em;
  margin-top: 30px;
  line-height: 1.2;
  cursor: pointer;
  color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(74, 74, 74, 0.3); }

.button.has-icon.cancel-contact {
  background-color: #ff0000;
  padding: 8px 15px; }

.modal-loader {
  margin: 15px auto; }

.button.has-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 60px;
  height: 100%;
  background-size: 36px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px; }

.button.has-icon.save-button {
  padding: 10px 15px; }
  .button.has-icon.save-button span {
    top: 2px; }

.form-group label a {
  position: relative;
  z-index: 1; }

.not-required {
  font-style: italic;
  font-size: 13px;
  color: #4a4a4a; }

.button.has-icon.help {
  background-color: #ff0000; }

.button.has-icon.help:before {
  background: #fff url("../images/icon-helpbutton.png") no-repeat center left 15px;
  background-size: 36px; }

.button.has-icon.facebook {
  background-color: #385a99;
  font-weight: 400; }

.button.has-icon.facebook:before {
  background: #fff url("../images/icon-facebookbutton.png") no-repeat center left 24px;
  background-size: 20px; }

.button.has-icon.googleplus {
  background-color: #cd3733;
  font-weight: 400; }

.button.has-icon.googleplus:before {
  background: #fff url("../images/icon-googleplusbutton.png") no-repeat center left 20px;
  background-size: 32px; }

.container-fluid .container .clone-row .clone-button {
  padding: 15px 17px 10px 12px;
  font-size: 2em;
  margin: 0 10px 0 0; }
  .container-fluid .container .clone-row .clone-button span {
    top: inherit;
    bottom: 1px;
    left: 4px; }

.container-fluid .container .clone-row label {
  font-weight: normal;
  font-size: 16px; }

.row.driver-contact {
  margin-bottom: 60px; }

/*.row.driver-contact:last-of-type{
  margin-bottom:0;
}*/
/* enable absolute positioning */
.inner-addon {
  position: relative; }

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  z-index: 1;
  left: 10px;
  top: 7px;
  width: 30px;
  height: 30px; }

.row .inner-addon .has-icon.phone {
  background: url("../images/reg-icon-phone.png");
  background-size: cover; }

.row .inner-addon .has-icon.viber {
  background: url("../images/reg-icon-viber.png");
  background-size: cover; }

.row .inner-addon .has-icon.skype {
  background: url("../images/reg-icon-skype.png");
  background-size: cover; }

.driver-contact label {
  width: 100%;
  text-align: center;
  font-weight: normal !important;
  font-size: 18px !important; }

.driver-contact label:first-child {
  width: auto;
  text-align: left; }

/* add padding  */
.left-addon input {
  padding-left: 45px; }

/*.button:hover:after{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33,33,33,0.1);
}*/
form.light-input .form-control,
.form-control.light,
.button.light,
.light-input .form-control,
.light-input {
  background-color: #fff;
  color: #006cff; }

#myModal .close {
  font-size: 35px;
  color: #006cff; }

#myModal .modal-header {
  text-align: center;
  color: #006cff; }

#myModal .close-button-container {
  text-align: left; }
  #myModal .close-button-container #closeModal {
    background-color: #ff0000;
    padding: 8px 15px; }

#myModal .modal-body.contact-result-body .text {
  font-weight: bold;
  margin-top: 10px; }

#myModal .modal-body.contact-result-body .buttons {
  margin-top: 10px; }

#myModal .modal-body.contact-result-body .contact-result-text {
  font-weight: bold;
  margin: 10px auto 10px auto; }

#myModal .modal-footer {
  padding-top: 25px;
  padding-bottom: 25px; }
  #myModal .modal-footer button.button {
    margin: 0; }

@media (max-width: 450px) {
  #myModal .modal-footer > div {
    width: 100%;
    float: none;
    text-align: center; }
    #myModal .modal-footer > div:first-of-type {
      margin-bottom: 15px; } }

#myModal .send-button-container {
  text-align: right; }
  #myModal .send-button-container #sendPhone {
    padding: 8px 15px; }

#myModal button .glyphicon {
  top: 4px; }

button[type="submit"].form-control {
  text-transform: uppercase; }

.form-group label {
  font-weight: 800;
  font-size: 24px; }

.form-group label.checkbox-label {
  font-weight: normal;
  font-size: 16px;
  margin-top: 8px; }

.inline-labels .form-group label:not(.checkbox-label) {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  width: 125px;
  float: left;
  margin-top: 8px; }

.inline-labels .form-group label.full-width {
  width: 100%; }

.inline-labels .form-group label.full-width + input {
  width: 100%; }

.inline-labels.block-labels .form-group label {
  display: block;
  float: none;
  width: 100%; }

.inline-labels .form-group label:not(.checkbox-label) + * {
  display: inline-block;
  width: calc(100% - 125px);
  margin-bottom: 20px; }

.inline-labels.block-labels .form-group label:not(.checkbox-label) + * {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.inline-labels .form-group label:not(.checkbox-label) + .button {
  margin-top: 0; }

.inline-labels .form-group label:not(.checkbox-label) + .button:hover {
  text-decoration: none; }

.form .container-fluid > .container {
  padding-left: 15px;
  padding-right: 15px; }

.registrationform-site .form > div,
.registrationform-site .form-controls {
  padding-top: 30px;
  padding-bottom: 30px; }

.registrationform-site .form .second-reg-page-status {
  padding-top: 0; }

.form h3 {
  font-weight: 800;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px; }

.form textarea {
  min-height: 176px;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #006cff; }

.button-file {
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.button-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #006cff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #006cff; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #006cff; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #006cff; }

/* TABLES */
.thead-blue th {
  background-color: #006cff;
  color: #fff; }

/* CUSTOM FORM ELEMENTS */
.c-input {
  position: relative;
  display: inline-block;
  padding-left: 55px;
  cursor: pointer;
  min-height: 40px; }

.c-input input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  opacity: 0;
  cursor: pointer; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #006cff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-radio > input,
.c-checkbox > input {
  margin: 0;
  width: 100%;
  height: 100%; }

.c-radio > label,
.c-checkbox > label {
  padding-left: 0; }

.c-radio input ~ .c-indicator:after,
.c-checkbox input ~ .c-indicator:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -2px;
  width: 32px;
  height: 26px;
  background: url("../images/c-checkbox-checked.png") no-repeat center;
  background-size: 100%;
  opacity: 0;
  transition: all 150ms ease-in-out !important; }

.c-radio input:checked ~ .c-indicator:after,
.c-checkbox input:checked ~ .c-indicator:after {
  opacity: 1; }

.c-input input:checked ~ .c-indicator {
  color: #fff; }

.c-radio .c-checkbox {
  display: none;
  margin-top: 15px;
  padding-left: 35px;
  min-height: 0; }
  .c-radio .c-checkbox:first-of-type {
    margin-top: 10px; }
  .c-radio .c-checkbox .c-indicator {
    width: 24px;
    height: 24px;
    line-height: 24px; }
  .c-radio .c-checkbox input ~ .c-indicator:after,
  .c-radio .c-checkbox input ~ .c-indicator:after {
    width: 20px;
    height: 18px;
    right: -3px;
    top: 0; }
  .c-radio .c-checkbox label {
    padding-top: 2px;
    font-size: 14px; }

.c-radio input:checked ~ .c-checkbox {
  display: block; }

.c-input .icon {
  margin-top: -38px;
  width: 152px;
  height: 77px;
  text-indent: -9999px;
  background-size: contain 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-position: left bottom;
  background-repeat: no-repeat; }

.c-input input[value="1"] ~ label .icon {
  background-image: url("../images/icon-automento-lg.png"); }

.c-input input[value="2"] ~ label .icon {
  background-image: url("../images/icon-esetkocsi-lg.png"); }

.c-input input[value="3"] ~ label .icon {
  background-image: url("../images/icon-gepszallitas.png"); }

/* FORM HELP BLOCK*/
.help-block {
  color: #ff0000;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 16px;
  margin: 10px 0 20px;
  /*background: rgba(000,000,000,0.25);*/ }

.registration-navi span {
  top: 2px; }

.registration-navi a:hover {
  color: #fff; }

.registration-navi .next-link {
  text-align: right; }

.registration-navi .previous-link {
  text-align: left;
  float: left; }

.change-password-button {
  width: auto;
  display: inline-block;
  margin: auto auto 40px auto; }

/* SELECT */
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px !important;
  background: url("../images/select-arrow-down.png") no-repeat right center;
  background-size: 15px; }

/* PAYPAL BUTTON */
#paypal-button {
  max-width: 300px;
  margin: 30px auto 15px; }

/*--- SLIDER ---*/
.slider-wrapper:not(#premise-slider-wrapper) {
  position: relative;
  height: 100vh; }

.mobile-layout .slider-wrapper:not(#premise-slider-wrapper) {
  height: auto;
  min-height: calc(100vh - 80px);
  margin-top: 80px; }

.slide-content {
  padding: 0 70px; }

.swiper-container:not(#premise-swiper-container) {
  width: 100%;
  height: 100%; }

#main-swiper .swiper-slide {
  position: relative;
  text-align: left;
  background: #ffffff;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover; }
  #main-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/slider/s-layer.png") no-repeat top center;
    background-size: cover; }
  #main-swiper .swiper-slide .title {
    font-size: 3.875em;
    font-weight: 700;
    margin-bottom: 15px; }
  #main-swiper .swiper-slide .subtitle {
    font-size: 2.5em;
    font-weight: 400;
    color: #006cff;
    margin-bottom: 15px; }
  #main-swiper .swiper-slide p {
    line-height: 1.25; }
  #main-swiper .swiper-slide .button.help:hover {
    text-decoration: none; }

.swiper-slide[data-swiper-slide-index="0"]:not(.premise-slide) {
  background-image: url("../images/slider/slide-1.jpg"); }

.swiper-slide[data-swiper-slide-index="1"]:not(.premise-slide) {
  background-image: url("../images/slider/slide-2.jpg"); }

.swiper-slide[data-swiper-slide-index="2"]:not(.premise-slide) {
  background-image: url("../images/slider/slide-3.jpg"); }

.swiper-slide[data-swiper-slide-index="3"]:not(.premise-slide) {
  background-image: url("../images/slider/slide-4.jpg"); }

.swiper-slide[data-swiper-slide-index="4"]:not(.premise-slide) {
  background-image: url("../images/slider/slide-5.jpg"); }

.swiper-slide[data-swiper-slide-index="5"]:not(.premise-slide) {
  background-image: url("../images/slider/slide-6.jpg"); }

.swiper-button-prev,
.swiper-button-next {
  width: 56px;
  height: 56px;
  background-size: contain; }

.swiper-button-prev {
  left: 15px;
  background-image: url("../images/slider/swiper-button-prev.png"); }

.swiper-button-next {
  right: 15px;
  background-image: url("../images/slider/swiper-button-next.png"); }

#premise-swiper-container .premise-slide img {
  max-width: 95%;
  max-height: 260px; }

#premise-swiper-container .premise-slide .company-name {
  text-align: center;
  max-width: 95%; }

#premise-swiper-container .premise-slide {
  display: -ms-flexbox;
  display: flex;
  min-height: 280px !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  #premise-swiper-container .premise-slide .company-name {
    font-weight: bold; }
  #premise-swiper-container .premise-slide .name, #premise-swiper-container .premise-slide .email, #premise-swiper-container .premise-slide .phone, #premise-swiper-container .premise-slide .location {
    width: 0;
    height: 0;
    text-indent: 0;
    opacity: 0; }

#premise-swiper-wrapper {
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 40px 0; }

#premise-slider-wrapper {
  position: relative; }
  #premise-slider-wrapper .premise-swiper-button-next, #premise-slider-wrapper .premise-swiper-button-prev {
    position: absolute;
    top: 42%;
    width: 45px;
    height: 45px;
    z-index: 999;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s;
    transform: scale(1); }
  #premise-slider-wrapper .premise-swiper-button-next:hover, #premise-slider-wrapper .premise-swiper-button-prev:hover {
    transform: scale(1.2); }
  #premise-slider-wrapper .premise-swiper-button-prev {
    background-image: url(../images/slider/logos-left.png);
    left: -65px; }
  #premise-slider-wrapper .premise-swiper-button-next {
    background-image: url(../images/slider/logos-right.png);
    right: -65px; }

/* FRAME */
html, body {
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

body {
  line-height: 1.5;
  color: #4a4a4a;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column; }

body.blog-site,
body.aboutus-site{
  padding-top: 124px;
}

/*.container-fluid > .container{
  padding: 0;
}*/
.flex-container {
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) {
  .flex-container-md {
    display: -ms-flexbox;
    display: flex; } }

.flex-h-center {
  -ms-flex-pack: center;
  justify-content: center; }

.flex-v-center {
  -ms-flex-align: center;
  align-items: center; }

.box-padding-lg {
  padding-top: 90px;
  padding-bottom: 90px; }

.hidden-element {
  display: none; }

.fadeonscroll {
  opacity: 0;
  transition: all 800ms ease-in-out !important;
  transform: translateY(30px); }

.fadeonscroll.visible {
  opacity: 1;
  transform: translateY(0); }

/* BASIC STYLES */
.content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .content ul.nomarker {
    padding-left: 0;
    margin-bottom: 15px; }
    .content ul.nomarker li {
      list-style: none; }

/* TYPOGRAPHY */
.content h4 {
  font-weight: 800;
  color: #006cff;
  font-size: 22px; }

/* BACK TO TOP */
.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  border-radius: 50%;
  box-shadow: 0px 2px 3px 0px rgba(74, 74, 74, 0.3);
  cursor: pointer;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 255, 255, 0.9) url("../images/backtotop.png") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .60; }

.cd-top:hover {
  opacity: 1;
  animation: scrolltop 1.5s infinite; }

@keyframes scrolltop {
  0% {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0, -10px); }
  100% {
    transform: translate(0, 0px); } }

.no-touch .cd-top:hover {
  background-color: #fff;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .cd-top {
    /*height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;*/ } }

/* LINKS */
a[href]:not([class]) {
  color: inherit;
  text-decoration: none;
  transition: all ease-in-out .3s;
  cursor: pointer; }

/* HEADER */
header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 124px;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;}
  header.smaller{
    height: 70px;
    background-color: #3e3e3e;
  }
  header .logo {
    content: '';
    display: block;
    width: 140px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/header-logo.png");
    text-indent: -9999px;
    cursor: pointer;
    margin-right: 90px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;}
  header.smaller .logo{
    height: 52px;
  }
  header .logo.hu {
    background-image: url("../images/header-logo.png"); }
  header .logo.en {
    background-image: url("../images/Automento_logo_en.png"); }
  header .logo.de {
    background-image: url("../images/Automento_logo_de.png"); }
  header .button,
  header .button.has-icon {
    padding: 8px 15px !important;
    font-weight: normal !important;
    margin-top: 0 !important;
    font-size: 18px !important;
    line-height: 1.5 !important; }
  header .nav a {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0;
    margin: 0 20px; }
  header a:hover {
    text-decoration: none; }
  header .user-menu a:hover {
    text-decoration: underline !important; }
  header .nav a.active {
    color: #006cff; }
  header .nav a:after {
    opacity: 0;
    bottom: -8px;
    content: '';
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #006cff;
    transform: translateX(-50%);
    transition: all 100ms ease-in-out !important; }
  header .nav a:hover:after,
  header .nav a.active:after {
    bottom: -5px;
    opacity: 1;
    width: 50px; }
  header .user-menu {
    margin-left: auto; }
    header .user-menu a {
      color: #fff !important;
      font-size: 18px;
      margin-left: 20px; }
  header .button-container {
    display: none;
    position: absolute;
    top: 40px;
    right: 20px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    header .button-container:hover {
      opacity: .7; }
    header .button-container.active {
      position: fixed; }
      header .button-container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff; }
      header .button-container.active .middle {
        opacity: 0;
        background: #fff; }
      header .button-container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff; }
    header .button-container span {
      background: #006cff;
      border: none;
      height: 5px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .35s ease;
      cursor: pointer; }
      header .button-container span:nth-of-type(2) {
        top: 11px; }
      header .button-container span:nth-of-type(3) {
        top: 22px; }
  header .overlay {
    position: fixed;
    background: #006cff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden; }
    header .overlay.open {
      opacity: .97;
      visibility: visible;
      height: 100%; }
      header .overlay.open li {
        animation: fadeInRight .5s ease forwards;
        animation-delay: .35s; }
        header .overlay.open li:nth-of-type(2) {
          animation-delay: .4s; }
        header .overlay.open li:nth-of-type(3) {
          animation-delay: .45s; }
        header .overlay.open li:nth-of-type(4) {
          animation-delay: .50s; }
    header .overlay nav {
      position: relative;
      height: 70%;
      top: 50%;
      transform: translateY(-50%);
      font-size: 42px;
      font-weight: 800;
      text-align: center; }
    header .overlay ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      position: relative;
      height: 100%;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      header .overlay ul li {
        position: relative;
        opacity: 0;
        color: #fff;
        line-height: 1;
        padding: 15px; }
        header .overlay ul li a {
          display: block;
          position: relative;
          color: #fff;
          text-decoration: none;
          font-size: 28px; }
          header .overlay ul li a:hover:after, header .overlay ul li a:focus:after, header .overlay ul li a:active:after {
            width: 100%; }
          header .overlay ul li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0%;
            transform: translateX(-50%);
            height: 3px;
            background: #fff;
            transition: .35s; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

.mobile-layout header {
  position: relative;
  background-color: #3e3e3e; }

/* SCROLL DOWN BUTTON */
#scrolldown {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 38px;
  height: 70px;
  margin-left: -19px;
  text-indent: -9999px;
  background: url("../images/scrolldown-button.png") no-repeat center;
  background-size: contain;
  animation: scrolldown 1.5s infinite;
  box-sizing: border-box;
  z-index: 1; }

.mobile-layout #scrolldown {
  background: url("../images/swipe-vertical.png") no-repeat center;
  background-size: contain; }

@keyframes scrolldown {
  0% {
    transform: translate(0, 0px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 20px);
    opacity: 0; } }

/* SCROLL HORIZONTAL */
.swipe-horizontal {
  position: relative;
  display: none;
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  left: -20px;
  text-indent: -9999px;
  background: url("../images/swipe-horizontal.png") no-repeat center;
  background-size: contain;
  animation: swipe-horizontal 1.5s infinite;
  box-sizing: border-box;
  z-index: 1; }

.mobile-layout .swipe-horizontal {
  display: block; }

@keyframes swipe-horizontal {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(-20px, 0);
    opacity: 0; } }

/* HOW IT WORKS */
.how-it-works .hiw-icon,
.how-it-works .icon-arrow {
  width: 180px;
  height: 180px;
  max-width: 100%;
  border-radius: 50%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.how-it-works .hiw-icon.icon-1 {
  background-image: url("../images/hiw-icon-1.png"); }

.how-it-works .hiw-icon.icon-2 {
  background-image: url("../images/hiw-icon-2.png"); }

.how-it-works .hiw-icon.icon-3 {
  background-image: url("../images/hiw-icon-3.png"); }

.how-it-works .hidden-xs {
  padding: 0; }

.how-it-works .icon-arrow {
  width: 82px;
  height: 28px;
  margin-top: 80px;
  background-image: url("../images/hiw-icon-arrow.png"); }

.how-it-works h2 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 45px; }

.how-it-works .title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 15px; }

.how-it-works .number {
  color: #006cff; }

/* POSITION */
#position-wrapper h1 {
  font-size: 40px;
  font-weight: 800; }

#position-wrapper .flex-container > div {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

#position-wrapper .box {
  background: #f6f6f6;
  color: #4a4a4a;
  /*height: 100%;*/
  min-height: 420px;
  padding: 20px;
  border-radius: 6px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }
  #position-wrapper .box > div {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: inline-block; }
  #position-wrapper .box .icon {
    height: 250px;
    width: 150px;
    max-width: 150px;
    margin-right: 35px;
    float: none;
    background-color: #006cff;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    border-radius: 6px;
    box-shadow: 0px 2px 3px 0px rgba(74, 74, 74, 0.3); }

#position-wrapper .box.gps .icon {
  background-image: url("../images/icon-gps.png"); }

#position-wrapper .box.address .icon {
  background-image: url("../images/icon-address.png"); }

#position-wrapper .description {
  font-size: 24px;
  font-weight: 800; }

.your-position {
  border-top: 1px solid #80b6ff;
  padding-top: 30px;
  padding-bottom: 30px; }
  .your-position h4, .your-position p {
    margin: 0px;
    padding-left: 70px;
    padding-right: 70px;
    color: #fff; }
  .your-position h4 {
    margin-bottom: 10px; }
  .your-position p span {
    margin: 0 10px; }

/* CLOSE MAP */
.close-map {
  cursor: pointer;
  padding: 10px 10px; }
  .close-map #close-map,
  .close-map #show-map {
    width: auto;
    display: inline-block;
    padding: 10px 10px;
    padding-right: 60px; }
  .close-map .close-button,
  .close-map .show-button {
    content: '';
    position: absolute;
    display: inline-block;
    margin-left: 11px;
    margin-top: -9px;
    width: 44px;
    height: 44px;
    background: url("../images/close-map.png") no-repeat center;
    background-size: contain; }
  .close-map .show-button {
    background: url("../images/show-map.png") no-repeat center;
    background-size: contain; }

/* TOWNS */
#towns-wrapper{
  background: #f6f6f6;
  color: #4a4a4a;
  height: auto;
  min-height: auto;
  padding: 20px 0;
  border-radius: 6px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.towns-description{
  /*font-size: 24px;*/
  /*font-weight: 800;*/
}
.towns-list{
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.town.button {
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
  flex: unset !important;
  padding: 6px 10px;
}
.town.button:last-of-type {
  margin-right: 0;
}
/* MAP */
.map-wrapper {
  position: relative; }

/* CAR LIST */
.mobile-layout .car-list{
  /*margin-top: 80px;*/
}

.car-list {
  padding-top: 30px;
  padding-bottom: 30px; }
  .car-list h1 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px; }
  .car-list h2 {
    font-size: 30px; }
  .car-list .search-row-container {
    margin-bottom: 35px; }
  .car-list .search-group {
    border-radius: 30px;
    border: 2px solid #006cff;
    color: #006cff; }
    .car-list .search-group .input-group-addon {
      background-color: transparent;
      border: none;
      color: #006cff;
      font-size: 20px; }
    .car-list .search-group input {
      font-weight: 400; }
  .car-list .table {
    border-collapse: separate;
    border-spacing: 0 10px; }
    .car-list .table .separator {
      width: 10px;
      background: #fff;
      word-wrap: break-word;
      padding: 0; }
  .car-list .table thead th {
    color: #006cff;
    font-size: 22px;
    font-weight: 800;
    border-bottom: none;
    padding: 0 10px 0;
    vertical-align: middle;
    overflow: hidden;
    max-width: 140px; }
    .car-list .table thead th.car-tarif .form-control {
      width: 90px; }
    .car-list .table thead th.car-distance, .car-list .table thead th.car-details {
      max-width: none; }
    .car-list .table thead th .form .form-group {
      margin-bottom: 0; }
  .car-list .table thead th.service-selector {
    max-width: none; }
  .car-list .table tbody tr td {
    border: none;
    background: #efefef;
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    vertical-align: middle;
    transition: all 300ms ease-in-out !important; }
    .car-list .table tbody tr td .hidden_tariff {
      display: none !important; }
    .car-list .table tbody tr td tr td:nth-last-of-type(3) {
      min-width: 162px; }
  .car-list .table tbody tr.opened td:not(.separator),
  .car-list .table tbody tr:not(.hidden-element).opened td:last-child,
  .car-list .table tbody tr.hidden-element td {
    background-color: #dedede !important;
    color: #5c5c5c !important; }
  .car-list .table tbody tr:not(.hidden-element) td:last-child {
    background-color: #006cff;
    color: #ffffff;
    cursor: pointer;
    width: 180px;
    white-space: normal !important;
    word-wrap: break-word; }
  .car-list .table tbody tr.opened + .hidden-element {
    display: table-row; }
  .car-list .table tbody .tow_truck,
  .car-list .table tbody .break_down_service,
  .car-list .table tbody .truck_rescue {
    content: '';
    display: inline-block;
    text-indent: -9999px;
    width: 63px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; }
  .car-list .table tbody .tow_truck {
    background-image: url("../images/icon-automento-lg.png"); }
  .car-list .table tbody .break_down_service {
    background-image: url("../images/icon-esetkocsi-lg.png"); }
  .car-list .table tbody .truck_rescue {
    background-image: url("../images/icon-gepszallitas.png"); }
  .car-list .table tbody .premise-row td:first-of-type {
    background-image: url("../images/icon-premise.png");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center left 15px;
    padding-left: 66px; }
  .car-list .table tbody .driver-row td:first-of-type {
    background-image: url("../images/icon-car.png");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center left 15px;
    padding-left: 66px; }
  .car-list .table tbody .driver-row td:not(.separator) {
    background-color: #d9e1ec;
    background-position: center left 15px; }
  .car-list .form-control {
    background-color: transparent;
    color: #006cff;
    font-size: 22px;
    font-weight: 800;
    padding: 0;
    width: 130px;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 0 0 transparent; }
  .car-list .services {
    width: auto;
    white-space: normal;
    max-width: 100%;
    padding-right: 15px !important;
    overflow: hidden !important; }

#carList.premises-page .contact-buttons a.go-to-profile {
  margin-left: 15px;
  float: none; }

.contact-buttons {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .contact-buttons a:not(.button), .contact-buttons button {
    content: '';
    display: inline-block;
    width: 135px;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 5px;
    color: #fff;
    padding-top: 19px;
    padding-left: 48px !important;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    border-radius: 6px;
    box-shadow: 0px 2px 3px 0px rgba(74, 74, 74, 0.3);
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-size: 30px auto !important;
    background-repeat: no-repeat;
    background-position: center;
    background-position: left 10px center; }
  .contact-buttons a.phone {
    background-color: #4dd637;
    background-image: url("../images/icon-phone.png"); }
  .contact-buttons a.viber {
    background-color: #6e4494;
    background-image: url("../images/icon-viber.png"); }
  .contact-buttons a.skype {
    background-color: #01a2de;
    background-image: url("../images/icon-skype.png"); }
  .contact-buttons .message {
    padding-top: 0;
    border: none;
    background-color: #398bfb;
    background-image: url("../images/icon-message.png"); }
  .contact-buttons a.go-to-profile {
    margin-left: auto;
    float: right; }
  .contact-buttons a:hover {
    text-decoration: none;
    color: #fff; }

#service-bar {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/bg-service-bar.jpg"); }
  #service-bar h3 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 30px; }
  #service-bar .offer {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: 60px; }
    #service-bar .offer .icon {
      content: '';
      display: inline-block;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      margin-left: -60px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transform: translateY(18px); }
    #service-bar .offer .icon-1 {
      background-image: url("../images/service-bar-icon-1.png"); }
    #service-bar .offer .icon-2 {
      background-image: url("../images/service-bar-icon-2.png"); }
    #service-bar .offer .icon-3 {
      background-image: url("../images/service-bar-icon-3.png"); }
    #service-bar .offer .icon-4 {
      background-image: url("../images/service-bar-icon-4.png"); }

#service-bar.germany .offer {
  font-size: 21px; }

#service-bar.germany .icon {
  width: 40px;
  height: 40px; }


#blog-bar{
  position: relative;
  overflow: hidden;
  /* padding: 90px 0; */
}

#blog-bar:before{
  content: '';
  position: absolute;
  top: 280px;
  background: #006cff;
  width: 100%;
  height: 100%;
}

#blog-bar h3{
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 45px;
}

#blog-bar .blog-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#blog-bar .blog-item{
  width: 25%;
  min-width: 234px;
  text-align: center;
  padding: 15px;
  display: flex;
  /* margin: auto; */
  flex-direction: column;
  align-items: center;
}

#blog-bar .blog-item img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#blog-bar .blog-item .blog-title{
  font-weight: bold;
  font-size: 22px;
  margin: 15px 0 15px;
  color: #fff;
}

#blog-bar .blog-item .blog-title a{
  color: #fff;
  opacity: 1;
}


#blog-bar .blog-item .blog-intro{
  color: #fff;
  margin-bottom: 30px;
}

#blog-bar .blog-item .button{
  margin-top: auto;
  display: inline-block;
  width: 180px;
  padding: 5px;
  background: #fff;
  color: #006cff;
  font-weight: bold;
  margin-bottom: 0;
}

#blog-bar .blog-item a:hover{
  text-decoration: none;
}




#blog{
  position: relative;
  overflow: hidden;
  /* padding: 90px 0; */
}

#blog h3{
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 45px;
}

#blog .blog-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#blog.blog-list .blog-wrapper{
  justify-content: flex-start;
}

#blog .blog-item{
  width: 25%;
  min-width: 234px;
  text-align: center;
  padding: 15px;
  display: flex;
  /* margin: auto; */
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

#blog .blog-item img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#blog .blog-item .blog-title{
  font-weight: bold;
  font-size: 22px;
  margin: 15px 0 15px;
}

#blog .blog-item .blog-title a{
  color: #006cff;
  opacity: 1;
}

#blog .blog-item .blog-intro{
  margin-bottom: 30px;
}

#blog .blog-item .button{
  margin-top: auto;
  display: inline-block;
  width: 180px;
  padding: 5px;
  color: #fff;
  background: #006cff;
  font-weight: bold;
  margin-bottom: 0;
}

#blog .blog-item a:hover{
  text-decoration: none;
}

#blog .pages-wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}


#blog .pages-wrapper .pagination{
  display: flex;
  align-items: center;
  font-weight: bold;
}

#blog .pages-wrapper .pagination .active{
  font-size: 18px;
}


#blog.blog-details{
  display: block;
}

#blog.blog-details .blog-item{
  width: 100%;
  display: block;
  text-align: left;
}

#blog.blog-details .blog-item img{
  width: auto;
  max-width: 100%;
  border-radius: 0;
}

#blog.blog-details .blog-item .blog-title{
  color: #006cff;
  font-size: 34px;
  margin-bottom: 30px;
}

#blog.blog-details .blog-item .blog-thumbnail{
  width: 240px;
  margin-bottom: 30px;
  border-radius: 10px;
}

#blog.blog-details .blog-item .blog-intro{
  margin-bottom: 30px;
}

#blog.blog-details .blog-item .blog-content{
  margin-top: 30px;
  margin-bottom: 30px;
}
#blog.blog-details .blog-item .button{
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}



#contact-bar h3 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 15px; }

#contact-bar form {
  margin-top: 30px; }
  #contact-bar form .form-group:nth-child(2) {
    margin-top: 30px; }

/* FOOTER */
footer a,
footer a:hover {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer; }

footer .logo {
  font-size: 48px;
  font-weight: 800;
  line-height: 1; }
  footer .logo h6 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1; }

footer .socialmedia {
  white-space: nowrap; }
  footer .socialmedia span {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    margin: 5px 1px -4px 0;
    display: inline-block;
    cursor: pointer;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center; }
  footer .socialmedia .twitter {
    background-image: url("../images/social-twitter.png"); }
  footer .socialmedia .facebook {
    background-image: url("../images/social-facebook.png"); }
  footer .socialmedia .googleplus {
    background-image: url("../images/social-googleplus.png"); }
  footer .socialmedia .instagram {
    background-image: url("../images/social-instagram.png"); }

footer .title {
  font-weight: 600;
  font-size: 21px; }

footer p {
  margin-top: 15px;
  line-height: 2; }

footer .address {
  font-size: 13px; }

footer .col-sm-offset-1 a,
footer .links a {
  padding-left: 8px;
  margin-left: -8px;
  border-left: 0 solid transparent;
  transform: translateX(0);
  transition: all 100ms ease-in-out !important; }

footer .col-sm-offset-1 a:hover,
footer .links a:hover {
  border-left: 3px solid #fff;
  transform: translateX(20px); }

footer .copyright {
  border-top: 1px solid #5b90ff;
  font-size: 13px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px; }

/*--- ABOUT US ---*/
.aboutus-site header {
  background-color: #3e3e3e; }

#aboutus img {
  max-width: 100%; }

#aboutus .text-column-2 {
  padding-top: 30px; }

#aboutus .text-column-2 > h2:first-of-type {
  margin-top: 0; }

#aboutus ul {
  margin-bottom: 20px; }

#aboutus ul li {
  line-height: 1.75;
  margin-bottom: 0px; }

#aboutus h1 {
  font-size: 28px;
  color: #006cff;
  font-weight: 700;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px; }

#aboutus h2 {
  text-align: center;
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 30px; }

#aboutus h3 {
  font-size: 30px; }

#aboutus h4 {
  font-weight: 700;
  font-size: 20px; }

#aboutus p + h4 {
  margin-top: 20px; }

#aboutus h5 {
  font-style: italic;
  font-size: 18px;
  margin-top: 20px; }

/*--- PREMISE ---*/
.premise-site header {
  background-color: #3e3e3e;
  position: relative; }

#premise h2 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 0; }


#premise h3 {
  font-weight: 800;
  color: #006cff;
  font-size: 22px; }

#premise .premise-details h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  display: inline-block; }

#premise .premise-details h1.title-h1 {
  font-size: 30px;
  line-height: 1.25;}

#premise .premise-details h2.title-h2 {
  font-size: 22px;
  margin: 15px 0;
  font-style: italic;
  font-weight: bold;}

#premise .premise-details .premise-logo img {
  max-width: 100%;
  max-height: 180px;
  height: auto;
  margin-bottom: 30px; }

#premise .premise-details ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5; }

#premise .premise-details .premise-tariff ul li {
  line-height: 1;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding-right: 10px;
  border-right: 2px solid #006cff; }

#premise .premise-details .premise-tariff ul li:last-child {
  border-right: none; }

#premise .premise-details .premise-service {
  margin-bottom: 20px; }

#premise .premise-details .premise-service .service-category {
  padding: 5px 70px 0 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  background-repeat: no-repeat;
  background-size: 56px;
  background-repeat: no-repeat;
  background-position: center;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  background-position: right bottom;
  border-bottom: 1px solid #5c5c5c; }

#premise .premise-details .premise-service .service-category.break_down_service {
  background-image: url("../images/icon-esetkocsi-lg.png"); }

#premise .premise-details .premise-service .service-category.tow_truck {
  background-image: url("../images/icon-automento-lg.png"); }

#premise .premise-details .premise-service .service-category.truck_rescue {
  background-image: url("../images/icon-gepszallitas-lg.png"); }

#premise .premise-details .premise-service .services {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10%; }

#premise .premise-details .premise-service .services span {
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
  transition: all 100ms ease-in-out !important;
  cursor: help; }

#premise .premise-details .premise-service .services span:hover {
  background-size: 48px; }

#premise .premise-details .premise-service .services span.wheel {
  background-image: url("../images/service-wheel.png"); }

#premise .premise-details .premise-service .services span.key {
  background-image: url("../images/service-key.png"); }

#premise .premise-details .premise-service .services span.battery {
  background-image: url("../images/service-battery.png"); }

#premise .premise-details .premise-service .services span.fuel {
  background-image: url("../images/service-fuel.png"); }

#premise .premise-details .premise-service .services span.repair {
  background-image: url("../images/service-repair.png"); }

#premise .premise-details .position-button {
  display: inline-block;
  margin: 30px 0 10px; }

#premise .premise-details .position-button:hover {
  text-decoration: none;
  color: #fff; }

#premise .premise-details .premise-introduction p {
  font-size: 16px;
  word-break: break-word; }

#premise .distance {
  padding-top: 35px;
  padding-bottom: 35px; }
  #premise .distance h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff; }
  #premise .distance .distance-value {
    font-weight: 800;
    font-size: 48px;
    line-height: 1; }

#premise .machinery .machinery-cars {
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  #premise .machinery .machinery-cars .car {
    width: 30%;
    background: #f6f6f6;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    min-height: 260px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px; }
    #premise .machinery .machinery-cars .car .image {
      display: block;
      max-width: 340px;
      width: 100%;
      height: 200px;
      text-indent: -9999px;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      min-width: 100%;
      max-height: 200px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    #premise .machinery .machinery-cars .car .description {
      display: block;
      padding: 15px 15px;
      width: auto;
      white-space: normal;
      word-break: break-word; }

#premise .navi-back a.button.has-icon {
  padding: 8px 15px; }
  #premise .navi-back a.button.has-icon span {
    top: 3px; }

/*--- LOGIN ---*/
.login-site {
  background: url("../images/background-1.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover; }
  .login-site header + .content {
    margin-top: 124px; }
  .login-site .content #login {
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 440px; }
    .login-site .content #login h2 {
      margin-top: 0;
      font-size: 40px;
      font-weight: 800; }
    .login-site .content #login h2 + p {
      margin-bottom: 60px; }
    .login-site .content #login .password-link {
      margin-top: 15px;
      font-weight: bold; }
      .login-site .content #login .password-link a:hover {
        color: #fff; }
    .login-site .content #login .social-login {
      margin-top: 30px; }
      .login-site .content #login .social-login .button {
        padding-top: 22px;
        padding-bottom: 22px;
        width: 100%; }

/*--- REGISTRATION ---*/
.registration-site {
  background: url("../images/background-1.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: auto; }
  .registration-site header + .content {
    margin-top: 124px; }
  .registration-site .content #registration {
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 440px; }
    .registration-site .content #registration h2 {
      margin-top: 0;
      margin-bottom: 40px;
      font-size: 40px;
      font-weight: 800; }
    .registration-site .content #registration h2 + p {
      margin-bottom: 60px; }
    .registration-site .content #registration button[type="submit"] {
      margin-bottom: 30px; }
    .registration-site .content #registration .c-input input[type="checkbox"] {
      width: 40px; }
    .registration-site .content #registration .c-input label a {
      font-weight: 400; }
    .registration-site .content #registration .c-input label a:hover {
      color: #fff; }

/*--- REGISTRATION FORM ---*/
.registrationform-site {
  padding-top: 124px;
  /*.delete-button.car{
    display: block;
    margin-bottom: 20px;
  }*/ }
  .registrationform-site .button:hover {
    color: #fff;
    text-decoration: underline !important; }
  .registrationform-site .status-row {
    margin-right: 0; }
  .registrationform-site header {
    background-color: #3e3e3e;
    position: relative; }
    .registrationform-site header .nav.menu {
      display: none; }
    .registrationform-site header .logo {
      cursor: default; }
  .registrationform-site .service-type h3 {
    margin-bottom: 50px; }
  .registrationform-site .service-type .c-radio > label {
    font-weight: normal;
    font-size: 18px; }
  .registrationform-site .block-item {
    margin-bottom: 15px; }
    .registrationform-site .block-item .data-block {
      margin: 5px 0; }
  .registrationform-site .plan-type input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer; }
  .registrationform-site .plan-type input:checked + .plan {
    background: #fff;
    border: 10px solid #006cff;
    box-shadow: 0px 2px 3px 0px rgba(74, 74, 74, 0.3); }
  .registrationform-site .plan-type .plan {
    position: relative;
    background-color: #f6f6f6;
    padding: 20px 15px;
    border-radius: 10px;
    border: 10px solid transparent;
    transition: all 150ms ease-in-out !important; }
    .registrationform-site .plan-type .plan .plan-image {
      width: 160px;
      height: 160px;
      float: left;
      background-color: #006cff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 80% auto;
      background-repeat: no-repeat;
      background-position: center; }
    .registrationform-site .plan-type .plan .plan-info {
      margin-left: 20px;
      font-weight: 800;
      font-size: 24px; }
      .registrationform-site .plan-type .plan .plan-info .name {
        display: block; }
  .registrationform-site .plan-type .col-xs-12:nth-of-type(1) .plan-image {
    background-image: url("../images/payment-1.png"); }
  .registrationform-site .plan-type .col-xs-12:nth-of-type(2) .plan-image {
    background-image: url("../images/payment-2.png"); }
  .registrationform-site .plan-type .col-xs-12:nth-of-type(3) .plan-image {
    background-image: url("../images/payment-3.png"); }
  .registrationform-site .payment-type .option label {
    padding-top: 80px;
    margin-bottom: 20px;
    width: 110px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position: top center; }
    .registrationform-site .payment-type .option label.paypal {
      background-image: url("../images/payment-option-1.png"); }
    .registrationform-site .payment-type .option label.creditcard {
      background-image: url("../images/payment-option-2.png"); }
    .registrationform-site .payment-type .option label.transfer {
      background-image: url("../images/payment-option-3.png"); }
  .registrationform-site .last-row {
    margin: 20px 0; }
  .registrationform-site #paypal {
    margin: 10px; }
  .registrationform-site .info-image {
    max-width: 340px;
    height: auto;
    margin: 20px 0; }
  .registrationform-site .registration-info {
    margin-top: 30px;
    margin-bottom: 15px; }
  .registrationform-site .payment-details {
    margin-top: 30px;
    margin-bottom: 15px; }
  .registrationform-site .clonedCar {
    margin-bottom: 30px; }
  .registrationform-site .delete-button {
    margin: 15px 0 15px 15px; }
  .registrationform-site .drivers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .registrationform-site .drivers .block-item {
      margin-bottom: 30px; }

.stores a {
  width: 130px;
  height: 40px;
  margin: 10px 10px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  display: inline-block; }
  .stores a.googleplay {
    background-image: url("../images/store-googleplay.png"); }
  .stores a.appstore {
    background-image: url("../images/store-appstore.png"); }

.email-sent-container {
  min-height: 500px; }
  .email-sent-container .email-sent {
    color: white;
    text-align: center;
    margin: 75px 0; }

.registrationform-site .breadcrumb {
  margin-top: 30px;
  text-transform: uppercase;
  background-color: #ececec;
  border-radius: 12px;
  font-family: "Montserrat Regular"; }
  .registrationform-site .breadcrumb .active {
    font-weight: bold;
    color: #006cff; }
  .registrationform-site .breadcrumb li:hover a {
    color: #006cff; }

@media (max-width: 767px) {
  .table-responsive {
    overflow-x: scroll; } }

.desktop-layout .mobile-visible {
  display: none !important; }

/* TEXT COLUMNS */
.text-column-2 {
  columns: 2;
  column-gap: 30px; }

#aboutus .text-column-2 {
  text-align: justify; }

.column-border-right {
  border-right: 1px solid #dedede; }

.smallprint {
  font-size: 13px; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
  display: none; }

#status {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/preloader.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 74px;
  transform: translate(-50%, -50%); }

.pagination {
  display: block;
  text-align: center; }
  .pagination .previous-container span {
    right: 10px; }
  .pagination .next-container span {
    left: 10px; }

.pagination > div, .pagination .pages, .pagination .next-container, .pagination .previous-container {
  display: inline-block;
  margin: 0 5px 0 5px; }

.pagination button, .pagination a {
  border: none;
  background: none;
  font-size: 16px; }

.pagination .previous-container, .pagination .next-container {
  color: #006cff;
  margin: 0 20px 0 20px; }
  .pagination .previous-container span, .pagination .next-container span {
    background-color: #006cff;
    padding: 7px;
    border-radius: 30px;
    color: white; }

.pagination .pages .active {
  color: #006cff;
  font-weight: bold; }

.pagination > li > a, .pagination > li > span {
  border: none;
  background-color: transparent; }

.pagination > li > a {
  padding: 1px 6px;
  color: #000000; }

.pagination > li > a:hover {
  color: #006cff; }

.pagination > li > a:active {
  background-color: transparent; }

.pagination > li > a.active, .pagination > li.active > a {
  color: #006cff;
  font-weight: bold;
  background-color: transparent; }

.pagination > li > a:hover, .pagination > li > span:hover {
  background-color: transparent; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: transparent; }

.pagination .next-container a, .pagination .previous-container a {
  color: #006cff; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #006cff; }


/*INFORMATION*/
#InfoBlockTab {
  content: '';
  position: fixed;
  right: 15px;
  top: 30%;
  height: 56px;
  width: 56px;
  z-index: 1002;
  cursor: pointer;
  text-decoration: none;
  background: url("../images/icon-information.png") no-repeat center;
  background-size: contain;
}

#InfoBlockTab.open {
  background: url("../images/icon-close.png") no-repeat center;
  background-size: contain;
}

#InfoBlock {
  width: 80vw;
  height: 76vh;
  padding: 3vw;
  position: fixed;
  top: 12vh;
  z-index: 1000;
  background-color: #006cff;
  color: #ffffff;
  right: 0;
  transition: all 0.5s;
  border-radius: 20px;
  overflow: auto;
  max-width: calc(93vw - 90px);
  margin-right: -10px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#InfoBlock.open {
  margin-right: 90px;
  width: 92vw;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#InfoBlock img{
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

#InfoBlock a{
  color: #fff;
  text-decoration: underline;
}

#PhoneBlockTab {
  color: white;
  content: '';
  position: fixed;
  right: 15px;
  top: 39%;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  z-index: 1002;
  cursor: pointer;
  font-size: 16px;
  padding-right: 56px;
  overflow: hidden;
  text-decoration: none;
  background: url('../images/icon-phone.png') no-repeat right 11px center;
  background-size: 32px;
  /*background-color: #4dd637;*/
  background-color: #3fad2d;
  border-radius: 30px;
}

#PhoneBlockTab.open {
  width: 202px;
  padding-left: 20px;
}

#PhoneBlockTab a {
  display: inline-block;
  width: 202px;
  position: absolute;
  right: 56px;

  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#PhoneBlockTab.open a {
  display: block;
  color: #fff;
  z-index: 1004;
  position: relative;
  right: 0;
}

body.slider-off{
  padding-top: 124px;
}

body.slider-off header {
  background-color: #3e3e3e;
}
/*body.slider-off.howitworks-off{
  padding-top: 124px;
}

body.slider-off.howitworks-off header {
  background-color: #3e3e3e;
}*/

@media (max-width: 992px){
  body.slider-off{
    padding-top: 80px;
  }
}

/* COLORS */
.background-blue {
  background-color: #006cff;
  color: #fff; }

.background-lightgray {
  background-color: #f6f6f6; }

.text-blue {
  color: #006cff; }

.text-white {
  color: #fff; }

.text-gray {
  color: #909090; }

/*------- MIXINS -------*/
/* SHADOWS */
/* BACKGROUND IMAGE*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #premise-slider-wrapper {
    padding: 0 50px 0 50px; }
    #premise-slider-wrapper .premise-swiper-button-next, #premise-slider-wrapper #premise-slider-wrapper .premise-swiper-button-prev {
      width: 50px;
      height: 50px; }
    #premise-slider-wrapper .premise-swiper-button-prev {
      left: 0; }
    #premise-slider-wrapper .premise-swiper-button-next {
      right: 0; }
    header > .flex-container{
      width: 100%;}
    header > .flex-container .logo{
      margin-right: 0;}
    header .nav a{
      margin: 0 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  body.blog-site,
  body.aboutus-site{
    padding-top: 80px;
  }

  /* HEADER */
  header {
    height: 80px;
    width: 100%;}
    header .container {
      width: 100%; }
    header .logo {
      width: 102px;
      height: 60px;
      background-position: left center;
      background-size: contain;}
    header .button-container {
      display: block; }
  .nav.menu,
  .user-menu {
    display: none; }
  /* CONTACT BUTTONS */
  .contact-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact-buttons a:not(.button) {
    font-size: 14px;
    background-size: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 30px; }
  /*.contact-buttons a.go-to-profile{
    margin-left: 0;
  }*/
  /* DISTANCE */
  .distance .distance-value {
    display: block;
    margin-bottom: 25px;
    margin-top: -5px; }
  /* POSITION */
  .position-boxes {
    -ms-flex-direction: column;
    flex-direction: column; }
  .position-box {
    width: 100% !important;
    float: none; }
  #position-wrapper .box {
    min-height: 0; }
  /* HOW IT WORKS */
  .how-it-works {
    width: 100%; }
    .how-it-works .title {
      font-size: 22px; }
    .how-it-works .number {
      display: block; }
  /* SERVICE BAR */
  #service-bar {
    background-size: cover; }
  /* PREMISE */
  #premise {
    /* PREMISE DETAILS */
    /* MACHINERY */ }
    #premise .premise-details .premise-info ul li {
      font-size: 14px; }
    #premise .machinery .machinery-cars {
      margin-top: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      -ms-flex-pack: center;
      justify-content: center; }
      #premise .machinery .machinery-cars .car {
        margin: 15px 1%;
        width: 46%; }

  #InfoBlockTab{
    top: 18px;
    width: 42px;
    height: 42px;
    right: 85px;
  }

  #InfoBlock{
    width: 100vw;
  }

  #InfoBlock.open{
    margin-right: 15px;
    max-width: calc(100vw - 45px);
    width: 100vw;
  }

  #PhoneBlockTab{
    top: 18px;
    width: 42px;
    height: 42px;
    right: 148px;
    background-size: 23px;
    background-position: right 9px center;
    padding: 0;
  }

  #PhoneBlockTab.open {
    width: 42px;
  }

  #PhoneBlockTab > a {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: auto;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body {
    display: block; }
  .box-padding-lg {
    padding-top: 45px;
    padding-bottom: 45px; }
  /* SLIDER */
  #main-swiper .swiper-slide {
    font-size: 16px; }
    #main-swiper .swiper-slide .slide-content {
      padding: 0; }
    #main-swiper .swiper-slide .title {
      font-size: 2.4em; }
    #main-swiper .swiper-slide .subtitle {
      font-size: 1.6em; }
  .swiper-button-prev,
  .swiper-button-next {
    width: 34px;
    height: 34px;
    background-size: contain;
    top: auto;
    bottom: 20px; }
  .swiper-button-prev {
    left: 33.33%;
    margin-left: -17px; }
  .swiper-button-next {
    right: 33.33%;
    margin-right: -17px; }
  /* HOW IT WORKS */
  .how-it-works h2 {
    margin-bottom: 20px; }
  .how-it-works .col-xs-12.col-sm-3 {
    margin-bottom: 20px; }
    .how-it-works .col-xs-12.col-sm-3 .title {
      margin-top: 10px;
      margin-bottom: 5px; }
    .how-it-works .col-xs-12.col-sm-3 .hiw-icon {
      width: 120px;
      height: 120px; }
  /* SERVICE BAR */
  #service-bar {
    background-size: auto 100%; }
    #service-bar h3 {
      font-size: 24px;
      margin-bottom: 10px;
      margin-top: 0; }
    #service-bar .container > .row > .col-xs-12:first-of-type {
      margin-bottom: 15px; }
    #service-bar .offer {
      margin-bottom: 5px;
      font-size: 18px;
      padding-left: 40px; }
      #service-bar .offer .icon {
        height: 30px;
        width: 30px;
        transform: translateY(10px);
        margin-right: 10px;
        margin-left: -40px; }
  /* POSITION */
  .your-position {
    padding-left: 0;
    padding-right: 0; }
    .your-position h4, .your-position p {
      padding-left: 15px;
      padding-right: 15px; }
    .your-position p {
      margin-top: 10px; }
  /* CAR LIST */
  .car-list .table-responsive {
    border: none; }
  .car-list .search-row-container {
    margin-bottom: 0; }
  .car-list .search-row-container .button{
    white-space: nowrap;
    margin-bottom: 20px;
    display: inline-block;
  }
  .car-list .car-search {
    max-width: 300px;
    margin: 20px auto 20px; }
    .car-list .car-search input {
      width: 100%;
      padding-right: 10px; }
  /* CONTACT BUTTONS */
  .contact-buttons a:not(.button) {
    font-size: 16px;
    background-size: 32px auto;
    margin-right: 15px;
    padding-left: 40px;
    margin-bottom: 15px; }
  .contact-buttons .message {
    margin-bottom: 15px; }
  /* PREMISE SERVICES */
  #premise .premise-details .premise-service .services {
    -ms-flex-direction: column;
    flex-direction: column;
    j-webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    padding: 0; }
  #premise .premise-details .premise-service .services span {
    text-indent: 0;
    width: auto;
    height: 40px;
    line-height: 40px;
    background-position: left center;
    padding-left: 46px;
    margin-bottom: 2px;
    font-weight: 700;
    background-size: 34px; }
  #premise .premise-details .premise-service .services span:hover {
    background-size: 38px; }
  /* TEXT COLUMNS */
  .text-column-2 {
    columns: 1;
    column-gap: 0; }
  /* FOOTER */
  footer {
    text-align: center; }
    footer .logo {
      display: block;
      font-size: 36px;
      margin-bottom: 15px; }
    footer .socialmedia {
      margin: 20px 0; }
      footer .socialmedia a {
        margin-right: 25px; }
      footer .socialmedia a:last-of-type {
        margin-right: 0; }
    footer .links {
      margin-bottom: 0; }
  .service-type .c-input {
    margin-bottom: 60px; }
  .row.driver-contact {
    margin-top: 50px; }
  .not-required.hide {
    display: none; } }

.mobile-layout #main-swiper .swiper-slide {
  font-size: 14px; }
  .mobile-layout #main-swiper .swiper-slide .slide-content {
    padding: 30px 0; }
  .mobile-layout #main-swiper .swiper-slide .title {
    font-size: 1.8em;
    margin-top: 30px; }
  .mobile-layout #main-swiper .swiper-slide .button {
    font-size: 16px;
    margin-bottom: 90px;
    padding-left: 60px; }
    .mobile-layout #main-swiper .swiper-slide .button:before {
      background-size: 26px;
      width: 52px; }

.mobile-layout .swiper-button-prev,
.mobile-layout .swiper-button-next {
  width: 34px;
  height: 34px;
  background-size: contain;
  top: auto;
  bottom: 50px; }

.mobile-layout .swiper-button-prev {
  left: 33.33%;
  margin-left: -17px; }

.mobile-layout .swiper-button-next {
  right: 33.33%;
  margin-right: -17px; }

.mobile-layout #scrolldown {
  height: 45px; }

@media only screen and (max-width: 580px) {
  /* SLIDER */
  /* YOUR POSITION */
  .position-wrapper .swiper-slide {
    font-size: 14px; }
    .position-wrapper .swiper-slide .slide-content {
      padding: 0; }
    .position-wrapper .swiper-slide .title {
      font-size: 1.8em;
      margin-top: 30px; }
    .position-wrapper .swiper-slide .button {
      margin-bottom: 90px; }
  .position-wrapper #scrolldown {
    height: 45px; }
  .position-wrapper .box {
    f-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .position-wrapper .box .icon {
      display: block;
      width: 100%;
      max-width: none;
      height: 80px;
      line-height: 80px;
      margin-right: 0;
      margin-bottom: 10px;
      background-size: 54px; }
  /*.map-wrapper .close-map{
    top: 20px;
  }*/
  /* MACHINERY */
  #premise .machinery .machinery-cars .car {
    width: 100%;
    margin: 10px;
    -ms-flex-direction: column;
    flex-direction: column; }

  .registrationform-site{
    padding-top: 80px; }}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* SLIDER */
  #main-swiper .swiper-slide {
    font-size: 12px; }
    #main-swiper .swiper-slide .title {
      font-size: 1.8em; }
    #main-swiper .swiper-slide .subtitle {
      font-size: 1.2em; }
  #position-wrapper .box.gps .icon {
    display: none; }
  #position-wrapper .box.address .icon {
    display: none; }
  .row.flex-container .how-it-works .hiw-icon {
    width: 160px;
    height: 160px; }
  .row.flex-container .how-it-works .description {
    font-size: 1.25em; }
  #service-bar .container > .row > .col-xs-12:first-of-type {
    margin-bottom: 30px; } }

/* Custom, iPhone Retina */

/*# sourceMappingURL=master.css.map */

#blog .blog-item > img.BlogMainImage {
  width: 100% !important;
}

.search-group.car-search > #search {
  width: 100%;
}

/* PROGRESS */
#progress {
  position: fixed;
  background: #f5f5f5 url("/images/ajax-loader.gif") no-repeat center center;
  background-size: 1.5em;
  border-radius: 0.25em;
  left: 50%;
  top: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 3em;
  height: 3em;
  display: none;
  z-index: 100030;
}

.Overlay {
  position: fixed;
  width: 100%;
  background-color: rgba(39, 39, 39, 0.75);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10002;
  text-align: center;
  display: none;
}

.grecaptcha-badge { visibility: hidden; }