@font-face {
  font-family: 'core-sans-g65-bold';
  src: url('fonts/Core-Sans-G-65-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Core-Sans-G-65-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Core-Sans-G-65-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Core-Sans-G-65-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'core-sans-m77-xbold';
  src: url('fonts/S-Core-CoreSansM77CnExtraBold.eot'); /* IE9 Compat Modes */
  src: url('fonts/S-Core-CoreSansM77CnExtraBold.woff') format('woff')
}

@font-face {
  font-family: 'core-sans-msc37-light';
  src: url('fonts/S-Core-CoreSansMSC37CnLight.eot'); /* IE9 Compat Modes */
  src: url('fonts/S-Core-CoreSansMSC37CnLight-1.woff') format('woff')
       
}

@font-face {
  font-family: 'MyriadPro-reg';
  src: url('fonts/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/MyriadPro-Regular.woff') format('woff')
       
}
@font-face {
  font-family: 'MyriadPro-light';
  src: url('fonts/MyriadPro-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/MyriadPro-Light.woff') format('woff')
       
}

@font-face {
  font-family: 'core-sans-a35-light';
  src: url('fonts/CoreSansA35Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/CoreSansA35Light.woff') format('woff')
}

@font-face {
  font-family: 'core-sans-a55-medium';
  src: url('fonts/CoreSansA55Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/CoreSansA55Medium.woff') format('woff')
}



html body .pt-sans-font {
    font-family: 'PT Sans', sans-serif !important;
}
html body .core-sans-font-a35-light {
    font-family: 'core-sans-a35-light';
}

body {
  background: #fff;
  color: #424242;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  border: 1px solid #00aeff;
  background: #fff;
  color: #00aeff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  
}
.back-to-top:hover {
  color: #fff;
  background: #00aeff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  body div.map {
      position: relative;
      width: 100%;
      height: 40vh;
      margin-bottom: 20px;
  }
  html body section#kapcsolat {
      padding-top: 20px;
  }
  body .mapframe {
      height: 40vh;
  }
  body div.mm-box {
        width: 44%;
        margin: 0 2% 30px 2%;
  }
  body section.numbers-info, body #galeria {
      height: auto;
      padding: 15px 0;
  }
  html body .kapcs-r-p {
      padding-left: 15px !important;
  }
  body .numbers-info span.i-3 {
      margin-bottom: 30px;
      display: inline-block;
  }
  body .numbers-info .ablaksarok {
      margin: 0 auto;
      width: 75%;
      display: block;
  }
  body #termekek, body #nekik-dolgoztunk, body #galeria {
      padding: 15px 0;
  }
  body img.refkep {
      margin: 0;
      padding: 5px;
      width: 32.333%;
      box-sizing: border-box;
  }
  body #nekik-dolgoztunk {
      height: auto;
      padding-bottom: 30px;
  }
  body .termek-elem img {
      width: 100%;
  }
  body img.ablak {
      display: none;
  }
}
@media (max-width: 1720px) {
    body img.ablak {
        position: absolute;
        top: 15%;
        right: -41px;
        width: 32%;
    }
}
@media (max-width: 390px) {
  body div.mm-box {
        width: 100%;
        margin: 0 0 15px 0;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  background: rgba(0, 0, 0, 0.9);
}

#header.header-transparent {
  background: #fff;
}/*
@media (min-width: 768px) {
    #header.header-scrolled {
        background: #fff;
        padding: 18px 0;
    }
    #header.header-scrolled .logo img {
        max-height: 45px;  
    }
}*/



#header .logo {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 3px 0 3px 10px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 34px;
  transition: all 0.5s;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 17px;
  font-family: 'PT Sans', sans-serif !important;
  text-transform: uppercase;
  
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  color: #333333;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #000;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 8px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav {
    position: fixed;
    top: 50px;
    right: 0px;
    bottom: 15px;
    left: 0px;
    z-index: 9999;
    overflow-y: auto;
    background: rgba(0,0,0,.8);
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #18d26e;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 600px;
  background: #000;
  overflow: hidden;
  position: relative;
  margin-top: 96px;
}

@media (max-height: 500px) {
  #intro {
    height: 150vh;
  }
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#intro .carousel-item p {
    font-size: 35px;
    font-family: 'MyriadPro-light';
    margin: 48px 0;
    color: #fff;
    width: 100%;
    line-height: 40px;
	text-shadow: 4px 4px 12px rgba(12, 12, 12, 1);
}
#intro .carousel-item::before {
  content: '';
/*  background-color: rgba(0, 0, 0, 0.7);*/
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 50px;
  right: 50px;
  width: 1200px;
  margin: 0 auto;
}

#intro .container {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 50%;
  float: right;
  position: absolute;
  right: 0;
  left: 0;
}

#intro h2 {
  font-family: 'MyriadPro-reg';
  color: #fff;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 4px 4px 12px rgba(12, 12, 12, 1);
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 90px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 80px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#bemutatkozas, #about {
  background: #fff;
  padding: 60px 0 40px 0;
  position: relative;
  height: 725px;
}
.py-section {
  padding: 60px 0 40px 0;  
}
#bemutatkozas .container {
  position: relative;
  z-index: 10;
}

#bemutatkozas .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#bemutatkozas .about-col .img {
  position: relative;
}

#bemutatkozas .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#bemutatkozas .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#bemutatkozas .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#bemutatkozas .about-col:hover .icon {
  background-color: #fff;
}

#bemutatkozas .about-col:hover i {
  color: #18d26e;
}

#bemutatkozas .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#bemutatkozas .about-col h2 a {
  color: #000;
}

#bemutatkozas .about-col h2 a:hover {
  color: #18d26e;
}

#bemutatkozas .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#miert-minket, #services {
  background: #e8e7e7;
  background-size: cover;
  padding: 60px 0 40px 0;
}

p.serv-sub {
    font-size: 26px;
    font-family: 'core-sans-msc37-light';
    margin: 0;
    color: #949191;
    text-align: center;
}


#miert-minket .box {
  margin-bottom: 30px;
}

#miert-minket .icon {
  float: left;
}

#miert-minket .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#miert-minket .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#miert-minket .title a {
  color: #111;
}

#miert-minket .box:hover .title a {
  color: #18d26e;
}

#miert-minket .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#szolgaltatasok {
  background: #f6d62d;
  background-size: cover;
  padding: 60px 0;
}




#szolgaltatasok p {
  color: #fff;
}

#szolgaltatasok .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#szolgaltatasok .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Portfolio Details
--------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #18d26e !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
  background: #8c8b8b;
}

#clients img {
  max-width: 100%;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #18d26e;
}

/* Team Section
--------------------------------*/
#aktualis, #team {
  background: #fff;
  padding: 60px 0;
}

#aktualis .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#aktualis .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#aktualis .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#aktualis .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#aktualis .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#aktualis .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#aktualis .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#aktualis .member .social {
  margin-top: 15px;
}

#aktualis .member .social a {
  transition: none;
  color: #fff;
}

#aktualis .member .social a:hover {
  color: #18d26e;
}

#aktualis .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #18d26e;
}

#contact .php-email-form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #13a456;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #014fb4;
  padding: 0;
  color: #eee;
  font-size: 14px;
}
#footer .links a {
    font-family: "MyriadPro-reg", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    color: #fff;
    padding: 5px;
    margin: 30px 15px;
}
#footer .copyright {
    background: #1b1e37;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-family: "MyriadPro-light", sans-serif;
    font-size: 14px;
}

@media only screen and (min-width: 1250px) {
  #main .container, #footer .container {
        width: 1200px;
        max-width: 1200px;
    }
    body .menu-container {
        width: 1200px;
    }
    #intro .carousel-container {
        width: 1200px;
    }
}




.cikktartalom h1, .cikktartalom h2, .cikktartalom h3, .cikktartalom h3, .cikktartalom h4 {
   font-family: 'core-sans-m77-xbold';   
    color: #000;
}
#bemutatkozas .lead-1, #about .lead-1, p.subtitle-p {
    font-family: 'core-sans-msc37-light';
    color: #949191;
    font-size: 26px;
    text-transform: none;
}

p.lead, .cikktartalom, .cikktartalom p {
    font-family: "MyriadPro-reg", sans-serif;
    font-size: 18px;
    line-height: normal;
    color: #949191;
}

.rolunk-list {
    background: url('../img/pipa.png') left center no-repeat;
    background-size: 33px;
    padding-left: 55px;
    margin: 15px 0;
}
.rolunk-list p {
    font-family: "MyriadPro-reg", sans-serif;
    font-size: 20px;
    margin: 0;
    color: #000;
}
.rolunk-list span, body #miert-minket .sb-lead {
    font-family: "MyriadPro-light", sans-serif;
    font-size: 18px;
    margin: 0;
    color: #868686;
}
.service-box {
    margin: 25px 0 35px 0;
}
.service-box img {
    width: 58px;
}
.service-box p.sb-lead-1 {
    font-family: "MyriadPro-reg", sans-serif;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0;
}
body #miert-minket .sb-lead {
    line-height: 20px;
}
.services-carousel, .clients-carousel {
    margin-top: 50px;
    margin-bottom: 20px;
}
.services-carousel .owl-item .owlinner a, .clients-carousel .owl-item .owlinner a {
    font-family: 'core-sans-m77-xbold';
    font-size: 24px;
    display: block;
    width: 100%;
    line-height: 56px;
    background: #fff;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s;
    height: auto;
    position: relative;
    top: 100%;
}
.services-carousel .owl-item .owlinner a:hover {
    height: 100px;
    top: 95%;
    width: 100%;
    background: rgba(0,0,0,.80);
    color: #f6d62d;
    position: absolute;
}
.services-carousel .owl-nav, .clients-carousel .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
}
body .clients-carousel .owl-nav {
    top: 50%;
    margin-top: -18px;
}
.services-carousel .owl-nav button.owl-next, 
.services-carousel .owl-nav button.owl-prev,
.services-carousel button.owl-dot,
.clients-carousel .owl-nav button.owl-next,
.clients-carousel .owl-nav button.owl-prev,
.clients-carousel button.owl-dot {
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
}
.services-carousel .owl-nav button.owl-next, .clients-carousel .owl-nav button.owl-next {
    right: -50px;
}
.services-carousel .owl-nav button.owl-prev, .clients-carousel .owl-nav button.owl-prev {
    left: -50px;
}
body .profil-szinek-car .owl-nav button.owl-next,
body .profil-szinek-car .owl-nav button.owl-prev,
body .profil-szinek-car button.owl-dot {
    color: #000;
}
html body .profil-szinek-car .owl-nav {
    top: 40%;
}


.hir-img {
    width: 50%;
    float: left;
    height: 262px;
    background: url('../img/hir1.jpg') no-repeat center center;
    background-size: cover;
}

.hir-img.nagyhir {
    width: 100%;
    height: 186px;
}

.hir-txt {
    width: 50%;
    float: left;
    height: 262px;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e9b0c0;
    border-left: 1px solid #e9b0c0;
    border-right: 1px solid #e9b0c0;
}

.hir-txt.nagyhir-txt {
    width: 100%;
    height: 200px;
}

.hir-txt p.title {
    font-family: "MyriadPro-reg", sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #868686;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    height: 48px;
    overflow: hidden;
    
}
.hir-lead {
    font-family: "MyriadPro-light", sans-serif;
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #868686;
    line-height: normal;
    height: 70px;
    overflow: hidden;
}
.hir-txt a.more, .hir-txt-sm a.more, a.termekek-tovabb {
    font-size: 19px;
    line-height: 34px;
    padding: 0 15px;    
}
.aktualis-title {
    margin-bottom: 80px;
}
.hir-img-sm {
    width: 45%;
    float: left;
    height: 180px;
    margin-bottom: 25px;
    background: url('../img/hir1.jpg') no-repeat center center;
    background-size: cover;
}
.hir-txt-sm {
    width: 55%;
    margin-bottom: 25px;
    float: left;
    height: 180px;
    background: #fff;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #e9b0c0;
    border-right: 1px solid #e9b0c0;
    border-top: 1px solid #e9b0c0;
}
.hir-txt-sm p.title-sm {
    font-family: "MyriadPro-reg", sans-serif;
    font-size: 18px;
    line-height: normal;
    color: #868686;
    height: 45px;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.hir-lead-sm {
    font-family: "MyriadPro-reg", sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 10px 0;
    color: #868686;
    line-height: normal;
    height: 58px;
    overflow: hidden;
}
.hir-txt-sm a.more-sm {
    font-size: 16px;
    line-height: 26px;
    padding: 0 15px;
}
a.main-more-button {
    
    text-transform: uppercase;
    display: inline-block;
    background: #797979;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid #797979;
}
a.main-more-button:hover, .contact-form button:hover {
    background: #fff;
    color: #797979;
    border: 1px solid #797979;
}
.mb-1-3 {
    margin-bottom: 1.3rem!important;
}

.contact-title h3 {
    font-family: 'core-sans-m77-xbold';
    color: #000;
    text-transform: uppercase;
    font-size: 43px;
    margin-bottom: 5px;
}
p.address-data {
    font-family: "MyriadPro-reg", sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
}
.contact-form {
    text-align: left;
}
.contact-form .c-inp {
    margin: 10px 0;
    background: none;
    display: block;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px;
    width: 100%;
}

.contact-form .c-inp::placeholder {
  color: #333;
}
#contact p.c-p-inf {
    font-size: 23px;
    font-family: "MyriadPro-reg", sans-serif;
    color: #232323;
    text-align: left;
    margin-bottom: 35px;
}
.contact-form textarea.c-inp {
    height: 100px;
    width: 100%;
    margin-bottom: 30px;
}
.contact-form button {
    font-size: 23px;
    line-height: 40px;
    border: none;
    padding: 0 15px;    
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background-color: #02afff;
    transition: all 0.5s;
    margin-top: 30px;
    border: 1px solid #02afff;
}
.contact-form label input {
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-form label {
    display: block;    
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}



@media (max-width: 768px) {
    #intro .carousel-fade .carousel-inner .carousel-item {
        background-position-x: right;
    }
    body #intro {
        height: 400px;
        margin-top: 50px;
    }
    body #intro .carousel-item {
        background-size: auto;
    }
    
    body #bemutatkozas div.bal-div {
        padding-right: 15px;
        margin-bottom: 20px;
    }
    
    body div.bluebox {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    body a.szurke-gomb {
        line-height: 30px;
        padding: 10px 15px;
    }
    
    body #intro .carousel-container {
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
    }
    body span.bsp-txt {
        margin-bottom: 15px;
    }
    body #intro .carousel-container .container {
        width: 100%;
        padding: 0 20px;
    }
	body #miert-minket .service-box {
		margin-top: 0;
	}
	body #miert-minket .row.mt-5 {
		margin-top: 0;
	}
        body div a.termekek-tovabb {
            margin: 25px 0;
        }
    html body #bemutatkozas, 
    html body #miert-minket,
    html body #termekeink,
    html body #hirek-akciok,
    html body #kapcsolat,
    body #about, body #miert-minket, body #services, body #szolgaltatasok, body #aktualis, body #team, body #contact {
        height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
    }
    body .ciminfo {
        margin-top: 15px;
    }
    html body #miert-minket {
        background: #ebecee;
        height: auto;
    }
    body div.szolg-jobb-div {
        padding-left: 15px;
    }
    body img.galeriafoto {
        width: 100%;
    }
    body #aktualis-page, body #galeria-page {
        padding-top: 50px;
    }
    body #aktualis-page .termekek-tovabb {
        margin-bottom: 0;
        bottom: -12px;
    }
	body #aktualis {
		padding-bottom: 15px;
	}
	body #szolgaltatasok {
		padding-bottom: 60px;
	}
	body #clients {
		padding-top: 30px;
	}
	body #bemutatkozas h2 {
		margin-top: 15px;	
	}
    body #miert-minket .box {
        margin-bottom: 0px;
    }
    body .services-carousel .owl-item .owlinner a, .clients-carousel .owl-item .owlinner a {
        line-height: 32px;
        padding: 5px 0;
    }
    body .services-carousel .owl-nav button.owl-prev, 
    body .clients-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    body .services-carousel .owl-nav, 
    body .clients-carousel .owl-nav {
        bottom: -6px;
        top: auto;
        
    }
    body .services-carousel .owl-nav button.owl-next, 
    body .clients-carousel .owl-nav button.owl-next {
        right: 0;
    }
    body .aktualis-title {
        margin-bottom: 15px;
    }
    body .hir-img-sm {
        width: 100%;
        margin-bottom: 0;
    }
    body .hir-txt {
        width: 65%;
        padding: 10px 10px 10px 15px;
        height: 120px;
        margin-bottom: 1.3rem!important;
    }
    body .hir-txt-sm {
        width: 100%;
        border-bottom: 1px solid #e9b0c0;
        border-right: 1px solid #e9b0c0;
        border-left: 1px solid #e9b0c0;
        border-top: none;
    }
    body .hir-txt p.title {
        font-size: 20px;
        line-height: normal;
        margin: 0 0 5px 0;
    }
    body .hir-txt a.more {
        font-size: 16px;
        line-height: 26px;
        padding: 0 15px;
    }
    body .hir-lead {
        font-size: 16px;
        line-height: normal;
        margin: 0 0 10px 0;
        line-height: normal;
        height: 38px;
        overflow: hidden;
    }
    body #footer .links a {
        display: block;
        padding: 10px;
        margin: 0px;
    }
    #footer .links {
        margin: 15px 0;
    }
    
    .topinfo {
        display: none;
    }
    body div.header-bl {
        background: #fff;
    }
}
.redony-1 {
    background-image: url('../img/redony-1.jpg') !important;
    height: 636px !important;
}
.ba-2 {
    background-image: url('../img/ba-2.jpg') !important;
    height: 634px !important;
}
.arnyek-valaszto{
    background-image: url('../img/005.jpg') !important;
    height: 887px !important;
}

p.red-title {
    font-family: 'core-sans-msc37-light';
    color: #949191;
    text-transform: uppercase;
    font-size: 26px;
}

p.redonyleiras {
    font-family: "MyriadPro-light", sans-serif;
    color: #868686;
    font-size: 18px;
    
}
p.redonyleiras span {
    display: block;
    color: #000;
    margin: 10px 0;
}
img.redonykep {
    float: left;
    padding: 0 30px 0 0;
}
img.vakolh {
    float: right;
    padding: 0 0 40px 40px;
}
p.vakolhato-p {
    margin-bottom: 40px;
}
img.vk-2 {
    margin-bottom: 40px;
}
.kapu-cont {
    text-align: center;
    margin-bottom: 30px;
}
.kapu-cont p {
    font-family: 'core-sans-msc37-light';
    font-size: 26px;
    color: #949191;
    text-transform: uppercase;
    margin: 15px 0;
}
#aktualis-page, #galeria-page {
    padding: 100px 0;
    min-height: 85vh;
}

.contact-form .errors {
    color: red;
}

.galeria-lista-elem {
    padding: 2px 2px 2px 2px;
    background: #014fb4;
    border: 1px solid #014fb4;
    transition: all 0.3s;
    margin-bottom: 15px;
}
.galeria-lista-elem span.g-link {
    text-align: center;
    display: inline-block;
    font-family: 'MyriadPro-reg';
    font-size: 24px;
    display: block;
    width: 100%;
    line-height: 56px;
    text-transform: uppercase;
    color: #FFF;
    transition: all 0.3s;
    height: auto;
    position: relative;
    top: 100%;
}
.galeria-lista-elem:hover {
    background: #55597e;
}
.galeria-lista-elem:hover span.g-link {
    color: #fff;
}
#ablakok-2 {
    background: #e8e7e7;
}
p.profilszinek {
    font-family: 'core-sans-msc37-light';
    font-size: 26px;
    color: #a19e9e;
    text-align: center;
}
a.szinek-gomb {
    font-family: 'core-sans-msc37-light';
    font-size: 26px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 46px;
    padding: 0 20px;
    background: #e6bb04;
}
.av-a a img {
    width: 100%;
}
.av-a a span {
    font-family: 'core-sans-m77-xbold';
    font-size: 24px;
    display: block;
    width: 100%;
    line-height: 56px;
    background: #f6d62d;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s;
    height: auto;
    position: relative;
}
.av-a a:hover span {
    background: #000;
    color: #f6d62d;
}
.av-a .av-top {
    margin-bottom: 30px;
}
div.ba-ml {
    padding-left: 60px;
}
a.hover-bigger {
    transition: all 0.3s;
    color: #000;
}
a.hover-bigger:hover {
    font-size: 50px;
}

div.header-bl {
    background: #014fb4;
}

div.fejlec-info {
    font-family: 'MyriadPro-reg', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    background: url('../img/telo.png') no-repeat center left;
    line-height: 18px;
    padding: 8px 0 8px 44px;
    float: right;
    margin-right: 55px;
}
div.fejlec-info.mail {
    background: url('../img/mail.png') no-repeat center left;
    margin-right: 105px;
}
a.social-facebook {
    display: block;
    float: right;
}
a.top-call-us {
    font-family: 'MyriadPro-light';
    font-size: 30px;
    color: #fff;
    display: inline-block;
    background: #02afff;
    text-transform: uppercase;
    line-height: 56px;
    padding: 0 46px;
    
}
/*
#intro .carousel-control-next, #intro .carousel-control-prev, #intro .carousel-indicators {
    display: none;
}*/

h2.s-cim {
    font-family: 'MyriadPro-reg', sans-serif;
    font-size: 30px;
    color: #424242;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 8px solid #ec3537;
    
}

h2.s-cim span {
    font-family: 'MyriadPro-light';
    margin-top: 10px;
    font-size: 23px;
    color: #868585;
    text-transform: none;
    display: block;
}
p.s-szoveg {
    font-size: 18px;
    color: #171717;
    line-height: 22px;
}
body #bemutatkozas {
    height: auto;
    padding: 70px 0;
}
span.bsp {
    font-family: 'MyriadPro-reg', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 28px;
}
span.b-sec-1 {
    background: url("../img/kapu-bg.png") center left no-repeat;
    padding-left: 72px;
    display: block;
}
span.b-sec-2 {
    background: url("../img/bsc2.png") center left no-repeat;
    padding-left: 68px;
    display: block;
}
span.b-sec-3 {
    background: url("../img/bsc3.png") center left no-repeat;
    padding-left: 68px;
    display: block;
}
span.bsp-txt {
    font-size: 21px;
    color: #222222;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
    margin-top: 15px;
}

body #miert-minket {
    background: url("../img/miertmi-bg.jpg") center center no-repeat #ebecee;
    min-height: 890px;
    padding: 76px 0;
}

p.kiscim {
    font-family: 'MyriadPro-reg', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 18px;
    margin-top: 42px;
}
p.kiscim span {
    display: block;
    font-family: 'MyriadPro-light';
    font-size: 22px;
    text-transform: none;
}
p.kiscim.mm-1 {
    background: url("../img/mm1.png") left center no-repeat;
    padding-left: 78px;
}
p.kiscim.mm-2 {
    background: url("../img/mm2.png") left center no-repeat;
    padding-left: 78px;
}
p.kiscim.mm-3 {
    background: url("../img/mm3.png") left center no-repeat;
    padding-left: 78px;
}

#termekeink {
    background: #fff;
    padding: 76px 0;
}
.t-img img {
    margin-bottom: 20px;
}
.t-img .img-l {
    float: left;
    width: 50%;
}




#termekeink span.listelem {
    display: block;
    font-family: 'MyriadPro-light';
    font-size: 20px;
    line-height: 20px;
    background: url("../img/pipa-p.png") left center no-repeat;
    padding: 3px 0 3px 30px;
}

#hirek-akciok {
    background: url("../img/hirekbg.jpg") bottom center no-repeat #f2f2f1;
    height: 724px;
    padding: 76px 0;
}



#kapcsolat {
    background: #565656;
    padding: 96px 0 76px 0;
    position: relative;
    height: 823px;
    z-index: 0;
}
#map {
    margin-bottom: 45px;
}
div.ciminfo {
    background: #ec3537;
    padding: 15px 25px;
}
h2.aloldal-cim {
    font-family: 'MyriadPro-reg';
}
div a.termekek-tovabb {
    margin-top: 48px;
}

#aktualis-page .cikkcim-l {
    font-family: 'MyriadPro-reg';
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
}
#aktualis-page .termekek-tovabb {
    position: absolute;
    bottom: 0;
    right: 10px;
}
#aktualis-page .termekek-tovabb.kik-gomb {
    position: relative;
    bottom: auto;
    right: auto;
}
h2.kek-cim {
    font-size: 25px;
    color: #02afff;
    position: relative;
    padding-left: 60px;
}
h2.kek-cim:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    top: 48%;
    display: block;
    border-bottom: 3px solid #02afff;
}

#bemutatkozas div.bal-div {
    padding-right: 50px;
}
h3.fekete-alcim {
    font-size: 30px;
    color: #222222;
    text-transform: uppercase;
}
a.szurke-gomb {
    font-size: 17px;
    color: #fff;
    background-color: #565656;
    line-height: 42px;
    padding: 0 30px;
    display: inline-block;
    margin: 0;
}
div.bluebox {
    background: #014fb4;
    color: #fff;
    position: absolute;
    bottom: -5px;
    left: -10px;
    padding: 10px;
    width: 50%;
    font-size: 18px;
    text-transform: uppercase;
}
div.bluebox span {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-size: 30px;
}
div.szolg-jobb-div {
    padding-left: 44px;
}

span.kekpipa-lista {
    display: block;
    background: url('../img/kekpipa.png') no-repeat left center;
    padding: 3px 0 3px 54px;
    margin-left: 26px;
}
h2.kek-cim.noline {
    padding-left: 0;
    margin-bottom: 0;
}
h2.kek-cim.noline:before {
    display: none;
}

span.blueline {
    display: inline-block;
    width: 38px;
    border-bottom: 3px solid #00aeff;
    margin: 15px 0;
}

div.ref-img, div.ref-text {
    width: 50%;
    float: left;
    position: relative;
}
div.ref-img {
    padding-right: 10px;
}
div.ref-img img {
    border: 2px solid #02afff;
    
}
a.ref-cim {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 22px;
    display: block;
}
p.ref-desc {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
	min-height: 100px;
}
a.ref-tovabb {
    font-size: 18px;
    color: #02afff;
    position: relative;
    padding-left: 50px;
}
a.ref-tovabb:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    top: 50%;
    display: block;
    border-bottom: 2px solid #02afff;
}
div.ref-div {
    margin: 20px 0;
}
.ref-img .ref-datum {
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fff;
    font-size: 18px;
    text-transform: uppercase;
    color: #02afff;
    width: 60px;
    line-height: 22px;
    padding: 8px 0;
}
#galeria {
    background-color: #ebecee;
    height: 748px;
    padding: 80px 0;
}
img.galeriafoto {
    margin-top: -40px;
}
p.kapcs-txt {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    margin-bottom: 40px;
}
p.kapcs-cim {
    background: url("../img/kapcs-cim.png") left center no-repeat;
}
p.kapcs-telefon {
    background: url("../img/kapcs-telefon.png") left center no-repeat;
}
p.kapcs-mail {
    background: url("../img/kapcs-mail.png") left center no-repeat;
}
p.kapcs-ikon {
    padding: 20px 0 20px 90px;
    margin-bottom: 20px;
}














.mobile-nav-active .dineuron-menu {opacity: 1; visibility: visible;  }
.mobile-nav  li a{
    color: #fff;
    font-size: 17px;
    font-family: "MyriadPro-reg", sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #595959;
    padding: 10px 0;
    margin: 0 20px;
}
.mobile-nav  li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
body .mobile-nav a:hover, body .mobile-nav .active > a, body .mobile-nav li:hover > a {
    color: #02afff;
}
.mobile-nav-active .mobile-nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.mobile-nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.mobile-nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.mobile-nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.mobile-nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.mobile-nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.mobile-nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.mobile-nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.mobile-nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.mobile-nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button{
    z-index:10000; 
    border:none;
    display:block; 
    padding:12px; 
    top: 5px;
    right: 10px;
}
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{ 
    display:block;
    position:absolute;
    height:3px;
    width:100%;
    background:#000;
    border-radius:9px;
    opacity:1;
    left:0;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.mobile-nav-active #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.mobile-nav-active #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.mobile-nav-active #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.mobile-nav-active #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.mobile-nav-active #nav-icon3 span {
    background: #fff;    
}


.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}

ul.custom-list {
    padding: 0;
    list-style-type: none;
}
ul.custom-list li {
    padding: 6px 0 5px 35px;
    background: url('../img/list-img.png') left center no-repeat;
    margin-bottom: 10px;
}
div.mm-box {
    border: 1px solid #969798;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
div.mm-box p {
    color: #464646;
    font-family: 'PT Sans', sans-serif !important;
    font-size: 18px;
    margin: 15px 0 0 0;
    line-height: 22px;
}

section.numbers-info {
    background: #02afff;
    overflow: visible;
    height: 264px;
    color: #fff;
    
    padding: 50px 0;
}
.numbers-info .ni-txt {
    line-height: inherit;
}
.numbers-info span.i-1 {
    font-size: 35px;
    line-height: 37px;
    font-family: 'core-sans-a35-light';
}
.numbers-info span.i-2 {
    font-size: 60px;
    font-family: 'core-sans-a55-medium';
    line-height: 62px;
}
.numbers-info span.i-3 {
    font-size: 24px;
    line-height: 26px;
    font-family: 'core-sans-a35-light';
}
.numbers-info .ablaksarok {
    margin-top: -105px;
}

#termekek {
    padding: 80px 0;
}
.termek-elem {
    position: relative;
    margin-top: 55px;
}
a.termek-button {
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: #565656;
    display: block;
    position: relative;
}
a.termek-button span.nmbr {
    color: #c5c3c3;    
}
a.termek-button span {
    position: relative;
    background: #565656;
    padding: 0 5px;
}
a.termek-button:before {
    content: '';
    position: absolute;
    left: 0;
    width: 44%;
    top: 48%;
    display: block;
    border-bottom: 1px solid #c5c3c3;
}

#nekik-dolgoztunk {
    background: #014fb4;
    height: 518px;
    padding: 80px 0;
}
h2.h2-cim {
    color: #fff;
    font-size: 24px;
}
#nekik-dolgoztunk .fekete-alcim {
    color: #fff;
    font-size: 28px;
}
#nekik-dolgoztunk hr.whiteline {
    border-bottom: 1px solid #fff;
    width: 60px;
}
div.c-elem {
    background: #fff;
    padding: 30px;
}
div.c-elem .velemeny {
    font-size: 18px;
    font-family: 'PT Sans', sans-serif !important;    
    margin: 0 0 20px 0;
    line-height: 22px;
}
div.c-elem .vnev {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    font-weight: bold;
}
div.c-elem .vvaros {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
}
span.cswleft {
    display: block;
    width: 22px;
    height: 32px;
    background: url('../img/csw-left.png') no-repeat center center;
}
span.cswright {
    display: block;
    width: 22px;
    height: 32px;
    background: url('../img/csw-right.png') no-repeat center center;
}
.ref-k {
    margin: 0 20px;
}
img.refkep {
    width: 30%;
    margin-top: 52px;
}
#galeria {
    overflow: visible;
    position: relative;
    z-index: 1;
}
#galeria .row {
    position: relative;
}
img.ablak {
    position: absolute;
    top: -145px;
    right: -250px;
}

div.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}
#kapcsolat .kek-cim, #kapcsolat .fekete-alcim {
    color: #fff;
}
#kapcsolat .fekete-alcim {
    font-size: 24px;
}
#kapcsolat h2.kek-cim:before {
    border-bottom: 1px solid #fff;
}
p.icons {
    padding-left: 60px;
    font-size: 18px;
    color: #fff;
}
p.icons.icon-cim {
    background: url('../img/cim-icon.png') no-repeat left center;    
    margin-top: 60px;
}
p.icons.icon-telo {
    background: url('../img/telo-icon.png') no-repeat left center;
}
p.icons.icon-email {
    background: url('../img/email-icon.png') no-repeat left center;
}

.mapframe {
    height: 823px;
}

#kapcsolat ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#kapcsolat :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#kapcsolat ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
html body .kapcs-r-p {
    padding-left: 50px;
}
a.refkep-a:hover {
    opacity: .6;
}