@font-face {
      font-family: 'cs-bold';
      src: url('fonts/CoreSansA65Bold.eot'); /* IE9 Compat Modes */
      src: url('fonts/CoreSansA65Bold.woff') format('woff'),
           url('fonts/CoreSansA65Bold.svg#svgFontName') format('svg'); 
  }
  
  @font-face {
      font-family: 'cs-reg';
      src: url('fonts/CoreSansA45Regular.eot'); /* IE9 Compat Modes */
      src: url('fonts/CoreSansA45Regular.woff') format('woff'),
           url('fonts/CoreSansA45Regular.svg#svgFontName') format('svg'); 
  }
  
  @font-face {
      font-family: 'cs-xl';
      src: url('fonts/CoreSansA25ExtraLight.eot'); /* IE9 Compat Modes */
      src: url('fonts/CoreSansA25ExtraLight.woff') format('woff'),
           url('fonts/CoreSansA25ExtraLight.svg#svgFontName') format('svg'); 
  }
  
  
  
  .cs-bold {
      font-family: "cs-bold", sans-serif;
  }
  
  .cs-reg {
      font-family: "cs-reg", sans-serif;
  }
  
  .cs-xl {
      font-family: "cs-xl", sans-serif;
  }
  
  
body {
      padding-top: 0;
}
body a {
      text-decoration: none;
}

#galeria-page {
      padding: 140px 0 60px 0;
      min-height: 70vh;
}
#galeria-page .section-title {
      margin-bottom: 40px;
}

.pulse {
      animation: pulse-animation 2s infinite;
      border-radius: 50%;
    }
    
    @keyframes pulse-animation {
      0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.651);
      }
      100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
      }
    }
  
nav.navbar, .header-top {
      background-color: rgba(0,0,0,.38) !important;
      transition: all .3s ease-in-out;
}
header.scrolled .navbar, header.scrolled .header-top {
      background-color: rgba(0,0,0, 1) !important;
}
nav.navbar {
      top: 48px;
      padding: 3px 0;
}
a.nav-link {
      color: #fff;
      font-size: 20px;
}
div.header-top {
      position: fixed;
      border-bottom: 1px solid #7d7b78;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 10;
      height: 48px;
      z-index: 1000;
}
a.playbtn {
      position: absolute;
      display: inline-block;
      right: 34%;
      bottom: 25%;
}
body .carousel-item {
      height: 800px;
}
.header-top p {
      color: #fff;
      font-size: 16px;
      float: right;
}
.header-top p.top-mobil {
      background: url('../img/mobil.png') no-repeat left center;
      padding: 10px 0 10px 28px;
      margin-right: 30px;
}

.header-top p.top-level {
      background: url('../img/level.png') no-repeat left center;
      padding: 10px 0 10px 35px;
}
.header-top .fb-top {
      padding: 8px 0 10px 0;
      margin-left: 30px;
}
div.carousel-caption {
      width: 40%;
      bottom: auto;
      top: 22%;
}
.carousel-caption h1 {
      font-size: 75px;
      color: #c8a368;
      text-transform: uppercase;
      text-align: center;
}
.carousel-caption p.cc {
      font-size: 60px;
      color: #fff;
      text-align: center;
}

a.btn-ajanlat {
      background-color: #c8a368;
      color: #000;
      border: 1px solid #fff;
      font-size: 32px;
      display: inline-block;
      line-height: 55px;
      text-transform: uppercase;
      padding: 0 20px;
}
h2.section-title {
      text-transform: uppercase;
      font-size: 32px;
      line-height: 44px;
      margin-bottom: 10px;
}
h3.section-title {
      font-size: 28px;
      color: #c8a368;
      margin-bottom: 30px;
}
p.section-text {
      font-size: 20px;
      color: #171717;
      line-height: 23px;
}
#bemutatkozas {
      margin-top: -50px;
      padding: 120px 0 275px;
      background-color: #fff;
}
.bemut-ikonos {
      border-bottom: 1px solid #c8a368;
      border-top: 1px solid #c8a368;
      padding: 22px 0;
      margin: 30px 0;
}
.bemut-ikonos p, .szolg-ikonos p {
      font-size: 19px;
      text-transform: uppercase;
      color: #000;
      background: url('../img/kor-pipa.png') no-repeat left center;
      padding: 3px 0 4px 52px;
      width: 50%;
      float: left;
      margin: 10px 0;
}
.szolg-ikonos p {
      color: #c8a368;
      width: 100%;
}
.bemut-bottom {
      margin-top: 70px;
}
.bemut-bottom p {
      font-size: 20px;
      margin: 18px 0 0 0;
      text-align: center;
      text-transform: uppercase;
}

#szolgaltatasok {
      margin-top: -50px;
      padding: 120px 0 70px 0;
      background-color: #000;
}
.szolg-img {
      height: 448px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
}
.szolg-kepek {
      margin-top: -275px;
}
a.change-szolg {
      display: block;
      text-align: center;
      font-size: 26px;
      color: #fff;
      background-color: #c8a368;
      line-height: 79px;
      transition: all .3s ease-in-out;
}
.change-szolg-div {
      background-color: #c8a368;
      transition: all .3s ease-in-out;      
}

.change-szolg-div:hover, a.change-szolg:hover {
      background-color: #a37f45;
}
.szolg-bottom {
      margin-top: 60px;
}
.szolg-cim h2 {
      font-size: 32px;
      color: #c8a368;
      line-height: 34px;
      margin: 0 0 30px 0;
      text-transform: uppercase;
}
.szolg-cim p {
      color: #fff;
}
.szolg-ikonos p {
      margin-left: 38px;
}

#latnivalok {
      padding: 120px 0 70px 0;
      margin-top: -50px;
}
.latnivalok-carousel {
      margin-top: 60px;
}
.latnivalok-carousel .carous-img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 298px;
      width: 100%;
}
.latnivalok-carousel a {
      display: block;
      font-size: 26px;
      color: #fff;
      background-color: #000;
      text-transform: uppercase;
      padding: 10px 0 5px 0;
}

.latnivalok-carousel a span {
      font-size: 22px;
      color: #c8a368;
      display: block;
      text-transform: none;
}
.latnivalok-carousel .owl-nav {
      text-align: center;
      margin-top: 40px;
}

.latnivalok-carousel .owl-nav button {
      margin: 10px;
}

#rolunk-mondtak {
      background: url('../img/rolunk-mond-bg.jpg') no-repeat center center;
      height: 624px;
      padding: 180px 0 0 0;
      margin-top: -140px;
}
#rolunk-mondtak h2 {
      color: #fff;
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 20px;
}
#rolunk-mondtak h3 {
      color: #fff;
      font-size: 34px;
      text-transform: uppercase;
}
.rolunk-carousel {
      margin-top: 46px;
      position: relative;
}
.rolunk-carousel div.item {
      background-color: #fff;
      color: #000;
      text-align: center;
      padding: 30px 40px 20px 40px;
}
.rolunk-carousel .owl-nav {
      position: absolute;
      width: 100%;
      top: 41%;
}
.rolunk-carousel .owl-prev {
      position: absolute;
      left: -50px;
}
.rolunk-carousel .owl-next {
      position: absolute;
      right: -50px;
}

#kapcsolat {
      padding: 120px 0 70px 0;
      margin-top: -50px;
}

#kapcsolat .second-line {
      margin-top: 40px;
}
p.haz-ikon, p.telefon-ikon, p.level-ikon {
      font-size: 20px;
      background: url('../img/haz-ikon.png') no-repeat left center;
      padding: 8px 0 8px 55px;
      margin-bottom: 10px;
}
p.telefon-ikon {
      background: url('../img/telefon-ikon.png') no-repeat 8px center;
}

p.level-ikon {
      background: url('../img/level-ikon.png') no-repeat 2px center;
}
.kapcsolat-form {
      margin-top: 50px;
}
.kapcsolat-form .kapcs-inp {
      width: 90%;
      background-color: #000;
	  color: #fff;
      margin-bottom: 28px;
      border: none;
      height: 40px;
      padding: 0 10px;
}
.kapcsolat-form textarea {
      width: 100%;
      background-color: #000;
      margin-bottom: 28px;
      border: none;
      color: #fff;
	  height: 90px;
      padding: 10px;
}
.kapcsolat-form label a {
      color: #000;
      text-decoration: underline;
}
.kapcs-btn {
      background-color: #c8a368;
      border: 1px solid #c8a368;
      font-size: 20px;
      display: block;
      width: fit-content;
      line-height: 39px;
      margin-top: 15px;
      color: #fff;
      text-transform: uppercase;
      padding: 0 10px;
}
footer {
      background-color: #000;
      text-align: center;
      padding: 40px 0 0 0;
}
.footer-links a {
      font-size: 20px;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      margin: 0 10px;
      margin-bottom: 173px;
}
footer .copyright {
      color: #fff;
      padding: 15px 0;
      margin: 0;
      border-top: 1px solid #e5e5e5;
      font-size: 11px;
}
div.errors {
      color: red;
}

#statikus-oldal {
      padding-top: 140px;
      min-height: 95vh;
}
nav.navbar.blackk, .header-top.blackk {
      background-color: #000 !important;
}

@media (max-width: 768px) {
      .header-top {
            display: none;
      }
      nav.navbar {
            top: 0;
      }
      .carousel-control-prev, .carousel-control-next {
            display: none;
      }
      body .carousel-item {
            background-position: left center !important;
            height: 500px;
      }
      div.carousel-caption {
            width: 100%;
            top: 13%;
            right: 0;
            left: 0;
      }
      .carousel-caption h1 {
            font-size: 45px;
            color: #fff;
            text-shadow: 1px 1px 11px rgba(0,0,0,0.9);
      }
      .carousel-caption p.cc {
            font-size: 36px;
      }
      a.btn-ajanlat {
            width: fit-content;
            font-size: 20px;
      }
      #bemutatkozas {
            padding-top: 100px;
      }
      #bemutatkozas h2.section-title {
            margin-top: 24px;
      } 
      h2.section-title {
            font-size: 28px;
            line-height: 30px;
      }
      .bemut-ikonos p, .szolg-ikonos p {
            font-size: 17px;
            height: 58px;
      }
      
      .bemut-ikonos p:first-child {
            padding: 15px 0 15px 52px;
      }
      .bemut-bottom {
            margin-top: 30px;
      }
      .bemut-bottom .col-sm-2 {
            margin-bottom: 20px;
      }
      .bemut-bottom p {
            font-size: 18px;
      }
      .szolg-img {
            height: 248px;
      }
      .szolg-ikonos p {
            margin-left: 0;
      }
      #szolgaltatasok {
            padding-bottom: 30px;
      }
      #latnivalok {
            padding-top: 80px;
      }
      #latnivalok h2.section-title {
            margin-top: 25px;
      }
      .latnivalok-carousel {
            margin-top: 30px;
      }
      #kapcsolat {
            padding-top: 80px;
      }
      p.haz-ikon {
            margin-top: 20px;
      }
      .footer-links a {
            display: block;
            margin-bottom: 20px;
            text-align: center;
      }
      .rolunk-carousel .owl-nav {
            display: none;
      }
      nav.navbar, .header-top {
            background-color: #000 !important;
      }
}
