html {
  /*height: 100%;*/
}
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  /*height: 100%;*/
}

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #6f316f;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

p {
  font-size: 16px;
}

.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  color: white;
}

header img {
  display: block;
  margin: -75px auto 0 auto;
}

@media (max-width: 767px) {
  header img {
  margin: -10px auto 0 auto;
  }
}

header .container {
  padding-top: 80px;
}

.navbar-custom {
  background: rgba(255,255,255,0.7);
  text-transform: uppercase;
  border: none;
  text-align: center;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: #333;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #333;
}
.navbar-custom .navbar-nav {
  font-size: 12px;
}

@media (max-width: 768px) {
  .navbar-custom .navbar-nav {
    font-size: 10px;
  }
}

.navbar-custom .navbar-nav li a {
  color: #333;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #333;
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav li a {
    border: none;
  }
}
.navbar-custom .navbar-nav li a:hover {
  color: #fff;
  outline: none;
  background: #6f316f;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #fff;
  background: #6f316f;
}
.navbar-custom .navbar-nav li.active a {
  color: #fff;
  background: #6f316f;

}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #fff;
  background: #6f316f;
}

.navbar-custom .navbar-toggle {
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  border-color: #333;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background: #6f316f;
  color: #fff;
  border-color: #18BC9C;
}

@media (min-width: 768px) {
  .navbar-custom {
    position: absolute;
    top: 143px;
    padding: 20px 0 0 0;

  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

  }

  .navbar-custom .navbar-brand img {
    width: 100px;
    margin-top: -30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-custom.affix {
    padding: 20px 0 0 0;
    background: #fff;
    background-color: #eee;
    position: fixed;
    top:0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }

  .navbar-custom.affix .navbar-brand img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .navbar-custom .navbar-brand img {
    display: none;
  }
}

nav ul.list-inline>li {
  padding-left: 0;
  padding-right:0;
}

header .container{
  height: 218px;
  background-image: url(../img/headerbg_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

section h2 {
  margin-bottom: 0px;
  padding: 10px 0;
}

.text {
  padding: 50px;
}

section .header {
  background: url(../img/header_h2_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section .header h2 {
  color: #fff;
  height: 100px;
  padding-top: 22px;
}


section#rolunk .text {
  background: url(../img/rolunk_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

section#alapanyaggyartas .text {
  background: url(../img/alapanyaggyartas_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}

section#forgalmazas .text {
  background: url(../img/forgalmazas_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

section#uzleteink .text {
  background: url(../img/uzleteink_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}

section#franchise .text{
  background: url(../img/franchise_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0; 
}

section#fagylaltgep_berles .text {
  background: url(../img/fagylaltgep_berles_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.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;
  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: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: #333;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.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: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}

.btn-success {
    color: #fff;
    background-color: #6f316f;
    border-color: #6f316f;
}

i.fa-facebook {
  color: #3b5998;
}

i.fa-instagram {
  color: #cd486b;
}

@media (max-width: 1199px) {
  .social-header {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-header {

  }
}