body {
   font-family: 'Muli', Helvetica, Arial, "Lucida Grande", sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 1rem;
    font-weight: 400;
	font-kerning: normal;
 
}

a {
  color: #007FA3;
  text-decoration: none!important;
}

a:focus, a:hover {
  color: #44A6C7;
}


#mainNav .nav-link.active {
  color: #007FA3;
  outline: none;
  border-bottom: 0.15rem solid #007FA3;
}

/* NAV*/
/* NAV */
#mainNav {
  min-height: 40px;
  background-color: #fff !important;
}

#mainNav .navbar-toggler {
  font-size: 100% !important;
  padding: 0.75rem !important;
  color: #007FA3 !important;
  border: 0;
}

#mainNav .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

#mainNav .navbar-brand {
  color: #161616 !important;
  font-weight: 700 !important;
  padding: 0.9rem 0 !important;
}

#mainNav .navbar-nav .nav-item:hover {
  color: rgba(255, 255, 255, 0.8) !important; /* fixed `fade(white, 80%)` */
  outline: none !important;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none !important;
}


@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }

  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(0, 0, 0, 1);
  }

  #mainNav .nav-link {
    padding: 2rem 1rem;
    color: rgba(0, 0, 0, 0.5);
    transition: none;
  }

  #mainNav .nav-link:hover {
    color: #4797B2;
  }

  #mainNav .nav-link:active {
    color: white;
  }

  #mainNav.navbar-shrink {
    background-color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }

  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    border-bottom: 0.25rem solid transparent;
  }

  #mainNav.navbar-shrink .nav-link:hover {
    color: #007FA3;
  }

  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }

  #mainNav.navbar-shrink .nav-link.active {
    color: #007FA3;
    outline: none;
    border-bottom: 0.25rem solid #007FA3;
  }
}
/* BTN*/
.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
 font-family: 'Muli', Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #007FA3;
}

.btn-primary:hover {
  background-color: #44A6C7;
}

.btn-primary:focus {
  background-color: #44A6C7;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

/********************** Sections**********************/
.about-section {
 padding: 88px 0;}

.eletut-section{padding-top: 8rem;}

.space{padding-bottom: 8rem;}

#keretek{
  padding: 8rem 0;}	

#problemakor{
  padding-top: 8rem;}	

.contact-section {
  padding: 8rem 0;
}

.price-section {
  padding: 5.5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/parallax.jpeg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/parallax.jpeg");
  filter: grayscale(0.8);
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:inherit;
  background-size: cover;
}

@media (max-width: 768px) {
   .about-section .about-img{min-height:15rem!important; background-size:cover!important;}
	 .contact-section .contact-img{min-height:30rem!important; background-size:cover!important;}
	
  .services-section .service-text {
  padding: 2rem!important;
}
	h2.display-4{font-size: 2.5rem!important; font-weight: 300!important;}
	.p-5 {padding: 1rem !important;}
	.p-4 {padding: 1rem 1rem 0rem 1rem !important;}
	
	.about-section {
 padding: 3.5rem 0 6rem 0;}

.eletut-section{padding-top: 6rem;}
	
	.space{padding-bottom: 6rem;}
	
#keretek{
  padding: 3rem 0 6rem 0;}	

#problemakor{
  padding: 6rem 0 3rem 0;}	

.contact-section {
  padding: 6rem 0 0 0;
}
	#mainNav .navbar-brand {
  color: #161616!important;
  font-weight: 700!important;
  padding: 0!important;
}
	#mainNav img{
	width: 120px!important;
	}
}

.about-section .featured-text {
  line-height: 1.2;
  border-left: 0.2rem solid #007FA3;
}

.about-section h1 {
	font-size: 2.5rem!important;
	font-weight: 800!important;
	line-height: normal !important;
}

@media (min-width: 992px) {
  .services-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 1.5rem solid #007FA3;
	  
  }
	
}

.services-section .service-text {
  padding: 3rem;
}

@media (min-width: 992px) {
  .services-section .service-text {
    padding: 4rem;
	 
  }
	
  .services-section .service-text hr {
    border-color: #007FA3;
    border-width: .25rem;
    width: 30%;
	  text-align: left;
    opacity: 1;
  }
	.eletut-section .collapse-group hr {
    border-color: #007FA3;
    border-width: .25rem;
    width: 10%;
    opacity: 1;
  }
}


#problemakor ul {margin:30px 0; margin-left: -15px!important; list-style-type: none; text-align: left!important;}


.contact-section .card {
  border: 0;
  
}

.contact-section p {
 font-size: 1rem;

}

.contact-section .card h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.contact-section .card hr {
  border-color: #007FA3;
  border-width: 0.25rem;
  width: 3rem;
	text-align: left;
  opacity: 1;
	
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}



.bg-black {
  background-color: #fff !important;
}

.bg-primary {
  background-color: #007FA3 !important;
}

.text-primary {
  color: #007FA3 !important;
}

footer {
  padding: 2rem 0;
}
.modal.modal-wide .modal-dialog {
  width: 96%;
	
}
.modal-wide .modal-body {
  overflow-y: auto;
}

/* irrelevant styling */
.modal-body p { margin-top: 10px !important;  line-height: 1.5em !important; font-size: 1em; font-weight: 300 !important;  }
.modal-body ul {margin-top:0;margin-bottom:30px; font-weight: 700 !important; list-style-type: circle; text-align: left!important;}
.modal-body h4{text-align:left; margin-top:0px; font-weight: 300; font-size: 32px; text-decoration: none; padding-bottom: 0.5rem;}
.modal-title {font-size: 2.5rem!important; margin-bottom: 0px; line-height: normal!important;}



#summary p.collapse:not(.show) {
    height: 0px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 0px !important;
}

#summary a.collapsed:after  {
    content: '+ Tovább';
}

#summary a:not(.collapsed):after {
    content: '';
	
	
}
 .about-section .about-img{min-height:45rem; background-size:cover;}
.contact-section .contact-img{min-height:45rem; background-size:cover; filter: grayscale(0.3);}


#map{
	filter: grayscale(0.8); 
}