@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin-ext");
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 15, 2014 */
@font-face {
  font-family: 'Passion One';
  src: url("/css/passion_one/passionone-bold.eot");
  src: url("/css/passion_one/passionone-bold.eot?#iefix") format("embedded-opentype"), url("/css/passion_one/passionone-bold.svg#passion_onebold") format("svg"), url("/css/passion_one/passionone-bold.woff2") format("woff2"), url("/css/passion_one/passionone-bold.woff") format("woff"), url("/css/passion_one/passionone-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 200;
  background-color: #ffd400;
}

@media screen and (min-width: 860px) {
  body {
    margin-top: 136px !important;
  }
}

a,
a:hover {
  text-decoration: none;
}

.centered {
  text-align: center;
}

.blue a,
footer a {
  color: #ffd400;
}

.blue a:hover,
footer a:hover {
  color: #ffe566;
}

ul.unstyled,
ul.unstyled li {
  padding: 0;
  list-style-type: none;
}

img.pull-right {
  margin-left: 20px;
}

img.pull-left {
  margin-right: 20px;
}

.font-title {
  font-family: "Passion One", sans-serif;
}

label {
  font-weight: normal;
}

.help-block {
  font-size: smaller;
  color: inherit;
}

.form-control {
  height: auto;
  color: #333333;
}

img {
  max-width: 100%;
}

img.bordered {
  border: 4px solid #ffd400;
}

.padding-big {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* ------- HEADER ------------*/
header {
  background-color: #ffd400;
  background-image: url(/img/noisy.png);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}

header #masthead {
  overflow: hidden;
  color: #224188;
  font-family: "Passion One", sans-serif;
}

header #masthead h1 {
  text-align: center;
  max-width: 60%;
  margin: 26px auto;
}

@media screen and (min-width: 768px) {
  header #masthead h1 {
    font-size: 46px;
    max-width: 70%;
  }
}

header #logo {
  position: absolute;
  margin-left: 2%;
  width: 80px;
  -webkit-transform: translateZ(0);
}

@media screen and (min-width: 992px) {
  header #logo {
    width: 120px;
  }
}

header #logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

header nav {
  background-color: #224188;
  color: white;
  font-style: italic;
  font-size: 18px;
  padding: 5px 0;
  background-image: url(/img/noisy.png);
}

@media screen and (max-width: 767px) {
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

header nav ul {
  margin: 0 auto;
  max-width: 600px !important;
}

@media screen and (max-width: 767px) {
  header nav ul {
    display: none;
  }
}

header nav ul li {
  text-align: center;
}

header nav ul li a,
header nav ul li a:hover {
  display: inline;
  background: none !important;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border: none !important;
  padding: 0 !important;
}

header nav ul li a:hover {
  color: #ffd400;
}

header nav ul li.active a {
  color: #ffd400;
  cursor: default;
}

header nav #menubutton {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

/* -------- CONTENT -------------*/
.container-fluid {
  max-width: 960px;
}

section {
  width: 100%;
  min-height: 200px;
  padding: 40px 20px;
}

@media screen and (min-width: 992px) {
  section:first-child {
    padding-top: 30px;
  }
}

section:not(:first-child) {
  border-top: 6px solid #e6bf00;
}

section:not(:last-child) {
  margin-bottom: 0;
}

section > div > h1 {
  font-family: "Passion One", sans-serif;
}

@media screen and (min-width: 1200px) {
  section > div > h1 {
    margin-left: -2em;
  }
}

section blockquote {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 2em;
}

section.grey {
  background: url(/img/noisy.png), white;
  background: url(/img/noisy.png), -moz-radial-gradient(center, ellipse cover, white 0%, white 28%, #c9c9c9 100%);
  background: url(/img/noisy.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(28%, white), color-stop(100%, #c9c9c9));
  background: url(/img/noisy.png), -webkit-radial-gradient(center, ellipse cover, white 0%, white 28%, #c9c9c9 100%);
  background: url(/img/noisy.png), -o-radial-gradient(center, ellipse cover, white 0%, white 28%, #c9c9c9 100%);
  background: url(/img/noisy.png), -ms-radial-gradient(center, ellipse cover, white 0%, white 28%, #c9c9c9 100%);
  background: url(/img/noisy.png), radial-gradient(ellipse at center, white 0%, white 28%, #c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9', GradientType=1 );
  color: #324d8a;
}

section.blue {
  background: url(/img/noisy.png), #324d8a;
  background: url(/img/noisy.png), radial-gradient(ellipse at center, #5e7dc4 0%, #4b6ebe 28%, #324d8a 100%);
  color: #dedede;
}

section.blue blockquote {
  border: none;
  background: rgba(20, 20, 20, 0.2);
  margin-left: 2em;
}

section.yellow {
  background: url(/img/noisy.png), #ffe570;
  background: url(/img/noisy.png), -moz-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffe570), color-stop(28%, #ffe570), color-stop(100%, #f0c800));
  background: url(/img/noisy.png), -webkit-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -o-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -ms-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), radial-gradient(ellipse at center, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe570', endColorstr='#f0c800', GradientType=1 );
  color: #324d8a;
}

section.yellow hr {
  border-color: #324d8a;
}

section article.highlight.yellow {
  background: url(/img/noisy.png), #ffe570;
  background: url(/img/noisy.png), -moz-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffe570), color-stop(28%, #ffe570), color-stop(100%, #f0c800));
  background: url(/img/noisy.png), -webkit-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -o-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -ms-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), radial-gradient(ellipse at center, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe570', endColorstr='#f0c800', GradientType=1 );
  color: #324d8a;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
}

section article.highlight.yellow .text-warning {
  color: white;
  background: #f55858;
  padding: 0.5em;
}

section h2.feat {
  text-align: center;
  padding: 20px 0;
}

section blockquote {
  font-style: italic;
  font-size: 2rem;
}

section blockquote span.author {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
}

section article {
  margin: 20px auto;
}

section article h2 {
  font-size: 24px;
}

section article h3 {
  font-size: 18px;
}

section article img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

section article img.png {
  box-shadow: none;
}

section article img.pull-right, section article img.pull-left {
  max-width: 40%;
}

section .btn-primary.blue {
  background-color: #224188;
  border-color: #203d80;
  color: white;
  font-weight: bold;
}

section .btn-primary .btn-primary:hover {
  background-color: #2c55b1;
}

section#gumi::before {
  background-image: url(/img/gumi.svg);
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  border-radius: 40px;
  margin-top: -84px;
  margin-left: -40px;
  background-color: #e6bf00;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

section#gumi::before svg {
  fill: #324d8a;
}

section#futomu::before {
  background-image: url(/img/futo.svg);
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  border-radius: 40px;
  margin-top: -84px;
  margin-left: -40px;
  background-color: #e6bf00;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

section#futomu::before svg {
  fill: #324d8a;
}

section#gyorsszerviz::before {
  background-image: url(/img/gysz.svg);
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  border-radius: 40px;
  margin-top: -84px;
  margin-left: -40px;
  background-color: #e6bf00;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

section#gyorsszerviz::before svg {
  fill: #324d8a;
}

section#arak::before {
  background-image: url(/img/wallet.svg);
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  border-radius: 40px;
  margin-top: -84px;
  margin-left: -40px;
  background-color: #e6bf00;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

section#arak::before svg {
  fill: #324d8a;
}

section#kapcsolat::before {
  background-image: url(/img/contact.svg);
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  border-radius: 40px;
  margin-top: -84px;
  margin-left: -40px;
  background-color: #e6bf00;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

section#kapcsolat::before svg {
  fill: #324d8a;
}

/* ------ FORM ------------*/
@media screen and (max-width: 992px) {
  select.size {
    display: inline-block;
    max-width: 50px;
    padding: 6px 2px;
    font-size: 12px;
  }
  select.size.size-lg {
    max-width: 60px;
  }
}

input.form-control,
select.form-control,
.input-group,
.input-group-addon {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input.form-control,
select.form-control,
.input-group-addon {
  background-color: #eee;
  border-bottom: 2px solid #224188;
  box-shadow: none;
}

input.form-control:focus,
select.form-control:focus,
.input-group-addon:focus {
  background-color: white;
  border-color: #ffd400;
  box-shadow: none;
}

input.btn,
button.btn {
  border-radius: 0;
}

div#love {
  display: none;
}

/* ------ PARALLAX BGs ----*/
.bg {
  width: 100%;
  height: 300px;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .bg {
    background-attachment: scroll;
  }
}

#futoBG {
  background-image: url(/img/futo_bg.jpg);
}

#gumiBG {
  background-image: url(/img/gumi_bg.jpg);
}

#gyszBG {
  background-image: url(/img/gysz_bg.jpg);
}

#arakBG {
  background-image: url(/img/arak_bg.jpg);
}

#kapcsBG {
  background-image: url(/img/kapcsolat.jpg);
}

.service {
  text-align: center;
  max-width: 220px;
  margin: 10px auto;
  padding: 10px;
  font-size: 18px;
  line-height: 1.8em;
}

.icon {
  width: 160px;
  height: 160px;
  margin: 5px auto;
  border-radius: 80px;
  text-align: center;
  background: url(/img/noisy.png), #ffe570;
  background: url(/img/noisy.png), -moz-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffe570), color-stop(28%, #ffe570), color-stop(100%, #f0c800));
  background: url(/img/noisy.png), -webkit-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -o-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), -ms-radial-gradient(center, ellipse cover, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  background: url(/img/noisy.png), radial-gradient(ellipse at center, #ffe570 0%, #ffe570 28%, #f0c800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe570', endColorstr='#f0c800', GradientType=1 );
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border: 5px solid #333333;
}

.icon img {
  margin-top: 25px;
}

h1,
.huge {
  font-size: 36px;
}

.table-responsive {
  border: none;
}

.table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.table tr:hover td {
  background-color: rgba(255, 255, 255, 0.35) !important;
}

.table tr:hover th {
  background-color: transparent !important;
}

.table th,
.table td {
  text-align: center;
  border: none !important;
}

.table tr {
  border-radius: 5px;
}

/* ------- FOOTER --------------*/
footer {
  padding: 20px 0;
  background-color: #333333;
  border-top: 6px solid #ffd400;
  background-image: url(/img/noisy.png);
  color: #dedede;
  text-align: center;
  font-size: 12px;
}

/* ------- SPECIALS --------------*/
.hero {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero .icon {
  display: inline-block;
  vertical-align: middle;
}

.hero .hero-row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  align-items: center;
}

.hero h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.hero h1.call {
  margin-top: 1rem;
  font-size: 5rem;
}

img#megbizhato {
  max-width: 100%;
  margin: 1em auto;
}
