body {
  overflow-x: hidden;
}
p {
  font-size: 18px;
}
p.small {
  font-size: 14px;
}
@media (max-width: 580px) {
  p {
    font-size: 16px;
  }
  h2,
  h3 {
    font-size: 22px;
  }
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #ff5802;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr {
  margin: 0;
}
.img-centered {
  margin: 0 auto;
}
header {
  position: relative;
  text-align: center;
  background: #ecf0f1;
  color: #ffffff;
  background: url("../img/bg_3.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
header h2 {
  line-height: 1.5;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (max-width: 768px) {
  header {
    background-attachment: scroll;
  }
  .navbar-brand img {
    width: 200px;
  }
}
.navbar-brand:hover {
  color: #ff5802 !important;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 10px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand img {
    width: 250px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top .navbar-logo {
    width: 160px;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand img {
    width: 200px;
  }
}
.navbar {
  background: rgba(30, 30, 30, 0.9);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
  color: #ffffff;
}
.navbar .navbar-nav li a:hover {
  color: #0078ae;
}
.navbar .navbar-nav li.active a,
.navbar .navbar-nav li.active a:focus {
  background: #0078ae;
}
section {
  padding: 60px 0;
}
section h2 {
  margin-bottom: 40px;
  font-size: 26px;
}
section.success {
  background: #0078ae;
  color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #2c3e50;
  outline: none;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(0, 120, 174, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #0078ae;
  background: white;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0078ae;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 21px;
  padding-left: 14px;
}
.scroll-top .btn:focus {
  outline: none;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#certificates {
  padding-bottom: 80px;
}
#certificates .certificate {
  width: 100%;
  margin-bottom: 10px;
  background: #2c3e50;
  color: #ffffff;
  text-align: center;
}
#certificates .certificate h3 {
  margin: 0;
}
#certificates .certificate:hover {
  background: #ff5802;
}
#about img {
  display: block;
  margin: 40px auto 20px;
  max-width: 250px;
}
#vehicles .images {
  margin-top: 40px;
}
#vehicles img {
  max-width: 100%;
}
#services ul {
  font-size: 18px;
}
#contact {
  padding: 60px 0 120px;
}
#contact p {
  margin-bottom: 20px;
  line-height: 32px;
}
#contact i {
  font-size: 28px;
  width: 50px;
  vertical-align: middle;
}
#map {
  height: 300px;
  width: 100%;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  outline: 1px solid #2c3e50;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-de {
  background-image: url(../img/flags/de.svg);
}
.flag-icon-hu {
  background-image: url(../img/flags/hu.svg);
}
.flag-icon-en {
  background-image: url(../img/flags/en.svg);
}
.lang-selector {
  position: absolute;
  right: 12px;
  bottom: -36px;
}
