@charset "UTF-8";
body {
  background-color: #fff;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h2 {
  color: #000;
  font-weight: 600;
}
h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}
h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}
a {
  letter-spacing: 2px;
  text-decoration: none;
}
ul {
  letter-spacing: 1px;
}
li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}
p {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
}
span {
  letter-spacing: 1px;
}
.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
}
.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fa {
  font-size: 13px;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #71c55d;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top:focus {
  background: #71c55d;
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #55b03f;
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 48px;
  z-index: 3;
  transition: all 0.5s ease;
}
#header #logo {
  padding: 6px 0 0 0;
}
#header #logo h1 {
  color: #505050;
  font-family: "Philosopher", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}
#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
#header #logo h1 a span {
  color: #71c55d;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
# green_plan_napelemes_kandelaber_text_slider Section
--------------------------------------------------------------*/
#green_plan_napelemes_kandelaber_text_slider {
  width: 100%;
  height: calc(100vh - 40px);
  background: url(../img/hero-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  #green_plan_napelemes_kandelaber_text_slider {
    background-attachment: fixed;
  }
}
#green_plan_napelemes_kandelaber_text_slider .green_plan_napelemes_kandelaber_text_slider-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#green_plan_napelemes_kandelaber_text_slider h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #71c55d;
}
@media (max-width: 768px) {
  #green_plan_napelemes_kandelaber_text_slider h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#green_plan_napelemes_kandelaber_text_slider h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  #green_plan_napelemes_kandelaber_text_slider h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#green_plan_napelemes_kandelaber_text_slider img {
  max-width: 95%;
  margin-bottom: 30px;
}
#green_plan_napelemes_kandelaber_text_slider .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #71c55d;
  background: #fff;
  color: #71c55d;
  text-decoration: none;
}
#green_plan_napelemes_kandelaber_text_slider .btn-get-started:hover {
  background: #71c55d;
  color: #fff;
}
#green_plan_napelemes_kandelaber_text_slider .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 575px) {
  #green_plan_napelemes_kandelaber_text_slider .btns a {
    margin: 4px 8px;
  }
}
#green_plan_napelemes_kandelaber_text_slider .btns a:hover {
  color: #71c55d;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #71c55d;
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  color: #71c55d;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #555;
  font-size: 24px;
}
@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #71c55d;
}
#mobile-nav ul .menu-item-active {
  color: #71c55d;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.section-title .separator {
  margin: 0;
}
.separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}
/* Get Started Section
--------------------------------*/
#green_plan_napelemes_kandelaber_elonyei {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#green_plan_napelemes_kandelaber_elonyei .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}
.slkimg  {
width: 100%;
}
@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}
#green_plan_napelemes_kandelaber_elonyei .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}
#green_plan_napelemes_kandelaber_elonyei .feature-block h4 {
  margin-bottom: 20px;
}
#green_plan_napelemes_kandelaber_elonyei .feature-block p {
  margin-bottom: 20px;
}
#green_plan_napelemes_kandelaber_elonyei .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}
#green_plan_napelemes_kandelaber_elonyei .feature-block a:hover {
  color: #71c55d;
}
/* Rólunk
--------------------------------*/
#green_plan_energy_kft_napelemes_kandelaber img {
  max-width: 100%;
}
#green_plan_energy_kft_napelemes_kandelaber .about-content {
  padding-top: 60px;
}
#green_plan_energy_kft_napelemes_kandelaber .about-content h2 {
  color: #252525;
  font-family: "roboto";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#green_plan_energy_kft_napelemes_kandelaber .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}
#green_plan_energy_kft_napelemes_kandelaber .about-content ul li {
  line-height: 36px;
}
#green_plan_energy_kft_napelemes_kandelaber .about-content ul li .fa {
  padding-right: 20px;
}
/* Típusok
--------------------------------*/
#green_plan_energy_kft_napelemes_kandelaber_tipusok {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#green_plan_energy_kft_napelemes_kandelaber_tipusok .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}
#green_plan_energy_kft_napelemes_kandelaber_tipusok .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}
#green_plan_energy_kft_napelemes_kandelaber_tipusok .feature-block h4 {
  margin-bottom: 20px;
}
#green_plan_energy_kft_napelemes_kandelaber_tipusok .feature-block p {
  margin-bottom: 0;
}
/* tipusok Section
--------------------------------*/
#tipusok {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#tipusok .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}
#tipusok .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}
#tipusok .feature-block h4 {
  margin-bottom: 20px;
}
#tipusok .feature-block p {
  margin-bottom: 0;
}
/* Screenshots Section
--------------------------------*/
.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}
.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}
.owl-item img {
  cursor: pointer;
}
.owl-stage-outer {
  margin-bottom: 30px;
}
.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #71c55d;
}
.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Vélemények
--------------------------------*/
#green_plan_napelemes_kandelaber_velemenyek .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}
#green_plan_napelemes_kandelaber_velemenyek .testimonials-content::before {
  color: #71c55d;
  content: "ď„Ž";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}
#green_plan_napelemes_kandelaber_velemenyek .top-top > h2 {
  font-family: "Roboto" sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#green_plan_napelemes_kandelaber_velemenyek .top-top > h4 {
  font: 700 12px Lato, sans-serif;
}
#green_plan_napelemes_kandelaber_velemenyek .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}
#green_plan_napelemes_kandelaber_velemenyek .btm-btm ul li {
  float: left;
  margin-left: 13px;
  border-radius: 50%;
  margin-right: 13px;
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}
#green_plan_napelemes_kandelaber_velemenyek .btm-btm .active {
  background: #71c55d;
}
.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}
.carousel-indicators li {
  margin: 0;
}

/* háttérkép div
--------------------------------*/
#green_plan_napelemes_kandelaber_hatterkep_div {
  background: transparent url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}
#green_plan_napelemes_kandelaber_hatterkep_div .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}
#green_plan_napelemes_kandelaber_hatterkep_div .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}
@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}
#green_plan_napelemes_kandelaber_hatterkep_div .form-control:focus {
  border-color: #71c55d;
  box-shadow: none;
  outline: 0 none;
}
#green_plan_napelemes_kandelaber_hatterkep_div .btn {
  background: #71c55d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}
@media (max-width: 575px) {
  #green_plan_napelemes_kandelaber_hatterkep_div .btn {
    width: 100%;
  }
}
#green_plan_napelemes_kandelaber_hatterkep_div .btn:hover {
  background: #55b03f;
}
#green_plan_napelemes_kandelaber_hatterkep_div .btn .fa {
  padding-right: 10px;
}
#green_plan_napelemes_kandelaber_hatterkep_div ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}
#green_plan_napelemes_kandelaber_hatterkep_div ul li {
  background: #71c55d;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}
#green_plan_napelemes_kandelaber_hatterkep_div ul li:hover {
  background: #55b03f;
}
#green_plan_napelemes_kandelaber_hatterkep_div ul li .fa {
  color: #fff;
}
/* Contact Section
--------------------------------*/
#green_plan_energy_kft_napelemes_kandelaber_kapcsolat {
  background: #fff;
}
#green_plan_energy_kft_napelemes_kandelaber_kapcsolat .info {
  color: #222;
}
#green_plan_energy_kft_napelemes_kandelaber_kapcsolat .info i {
  font-size: 32px;
  color: #71c55d;
  float: left;
}
#green_plan_energy_kft_napelemes_kandelaber_kapcsolat .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
#green_plan_energy_kft_napelemes_kandelaber_kapcsolat .info .email p {
  padding-top: 5px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
padding: 0px;
margin: auto;
width: 100%;
}
#footerp {
text-align: center;
margin: 0px;
padding: 0px;
color: #fff;
 font-family: "Philosopher", sans-serif;
 font-size: 20px;
 font-weight: 300;
letter-spacing: 1px;
margin-top: 10px;
background: #2a2c30;
padding-top: 15px;
}
#technologyp {
text-align: center;
margin: 0px;
padding: 0px;
color: #fff;
 font-size: 15px;
letter-spacing: 1px;
margin-top: -10px;
background: #2a2c30;
padding-top: 15px;
margin-top: -10px;
padding-bottom: 20px;
}
.footer .footer-logo {
margin: auto;
margin-left: 30px;
}

.footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
#napelemes_kandelaber_slkszeriak {
text-decoration: none;
}
#scrollingup {
height:0px;
width:0px;
background-color: orange;
}
