/*
Theme Name: Ena Fotovoltaic
Theme URI: http://www.iuxo.ro
Author: Denis Dima
Author URI: http://www.iuxo.ro
Description: Ena Fotovoltaic Theme v1
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iuxo
*/
@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

html,
body {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  font-size: 16;
  line-height: normal;
  background: #fefefe;
  color: #454545;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #454545;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}

a,
a:link,
a:visited,
a:active {
  transition: all 0.1s ease-out;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}

a:hover {
  transition: all 0.1s ease-in;
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
  -moz-outline-style: none;
}

.form-control:focus,
button:focus,
input:focus,
select:focus,
input:focus {
  box-shadow: none !important;
  outline: none;
}

::-webkit-input-placeholder {
  color: #acacac;
}

::-moz-placeholder {
  color: #acacac;
}

:-ms-input-placeholder {
  color: #acacac;
}

:-moz-placeholder {
  color: #acacac;
}

p {
  margin: 0;
  padding: 0;
}

.backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999991;
}

.dropdown-container {
  position: relative;
}

.dropdown-container .dropdown:hover {
  cursor: pointer;
}

.dropdown-container .dropdown-wrapper {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 1.2rem;
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 40px;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.9);
  -webkit-transform: translateY(10px) scale(0.9);
  -moz-transform: translateY(10px) scale(0.9);
  -o-transform: translateY(10px) scale(0.9);
  transition: all 0.1s ease-in-out;
}

.dropdown-container .dropdown-wrapper.show {
  display: inline-block;
  transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  visibility: visible;
  opacity: 1;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?rgjsio");
  src: url("../fonts/icomoon/icomoon.eot?rgjsio#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?rgjsio") format("truetype"), url("../fonts/icomoon/icomoon.woff?rgjsio") format("woff"), url("../fonts/icomoon/icomoon.svg?rgjsio#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_down:before {
  content: "";
}

.icon-chapter1:before {
  content: "";
}

.icon-chapter2:before {
  content: "";
}

.icon-chapter3:before {
  content: "";
}

.icon-chapter4:before {
  content: "";
}

.icon-facebook_social-footer:before {
  content: "";
}

.icon-instagram_social-footer:before {
  content: "";
}

.icon-pinterest_social-footer:before {
  content: "";
}

.icon-youtube_social-footer:before {
  content: "";
}

footer .footer-wrapper {
  border-top: 1px solid #0e121e;
  padding: 30px 0;
  color: #0e121e;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrapper__contact a:link,
footer .footer-wrapper__contact a:visited,
footer .footer-wrapper__contact a:active {
  color: #0e121e;
}

footer .footer-wrapper__copy {
  padding-top: 15px;
  text-align: center;
}

footer .footer-wrapper__copy a:link,
footer .footer-wrapper__copy a:visited,
footer .footer-wrapper__copy a:active {
  color: #0e121e;
}

footer .legal-content {
  text-align: center;
}

footer .legal-content ul {
  list-style: none;
  margin-top: 0;
}

footer .legal-content ul li {
  display: inline;
  padding-right: 10px;
  position: relative;
}

footer .legal-content ul li:after {
  content: none;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .legal-content ul li a:link,
footer .legal-content ul li a:visited,
footer .legal-content ul li a:active {
  font-size: 12px;
  color: #0e121e;
}

footer .legal-content ul li:last-child {
  padding-right: 0;
}

footer .legal-content ul li:last-child:after {
  display: none;
  content: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 29px;
  padding-bottom: 29px;
}

header .top-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-header__logo {
  max-width: 100px;
  width: 100%;
  height: auto;
}

header .top-header__logo a {
  display: block;
}

header .top-header__menu {
  margin-left: auto;
}

header .top-header__menu ul {
  list-style: none;
}

header .top-header__menu ul li {
  text-align: right;
}

header .top-header__menu .header-v1 {
  margin: 0;
}

header .top-header__menu .header-v1 span {
  display: block;
  font-weight: 400;
}

header .top-header__menu .header-v1 a:active,
header .top-header__menu .header-v1 a:link,
header .top-header__menu .header-v1 a:visited,
header .top-header__menu .header-v1 span {
  color: #ffffff;
}

header .top-header__menu .header-v1 a:active,
header .top-header__menu .header-v1 a:link,
header .top-header__menu .header-v1 a:visited {
  font-weight: 600;
}

header .top-header__menu .languages ul {
  padding: 0;
  text-align: right;
  margin: 0;
}

header .top-header__menu .languages ul li {
  display: inline;
}

header.header-black {
  background: #0e121e;
}

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, #a7ee50 0%, #6aaa2c 100%);
}

.ena-button {
  padding: 10px;
  display: block;
  transition: all 0.2s ease-in-out;
}

.ena-button--primary {
  background: #0e121e;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.ena-button--primary:hover {
  background: #141b2e;
  transition: all 0.2s ease-in-out;
}

.hidden {
  display: none !important;
}

.hidden-item {
  display: none;
}

.a,
a:link,
a:visited,
a:active {
  color: #0e121e;
}

#homepage .intro {
  padding-top: 128px;
  padding-bottom: 100px;
  position: relative;
}

#homepage .intro .intro-wrapper {
  color: #ffffff;
  max-width: 530px;
  width: 100%;
}

#homepage .intro .intro-wrapper__title .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -1.8px;
  color: #ffffff;
}

#homepage .intro .intro-wrapper__description p {
  margin-top: 30px;
  font-weight: 300;
  font-size: 16px;
}

#homepage .intro .intro-wrapper__footer {
  margin-top: 30px;
}

#homepage .intro .intro-wrapper__footer a:link,
#homepage .intro .intro-wrapper__footer a:active,
#homepage .intro .intro-wrapper__footer a:visited {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}

#homepage .intro::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e121e;
  opacity: 0.75;
  z-index: 0;
}

#homepage .portofolio {
  background: #f6f6f6;
}

#homepage .portofolio .portofolio-item {
  max-width: 100%;
  width: 100%;
  max-height: 250px;
  height: 250px;
  margin-top: 30px;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}

#homepage .portofolio .portofolio-action {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

#homepage .portofolio .portofolio-action a:link,
#homepage .portofolio .portofolio-action a:active,
#homepage .portofolio .portofolio-action a:visited {
  color: #ffffff;
}

#legal .legal-wrapper {
  background: white;
  padding-top: 158px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  padding: 158px 20px 50px 20px;
}

#legal .legal-wrapper .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -1.8px;
  color: #0e121e;
  text-align: center;
}

#legal .legal-wrapper .content {
  font-weight: 300;
  font-size: 16px;
  min-height: calc(100vh - 270px);
}

#legal .legal-wrapper .content h2 {
  margin-top: 30px;
}

#legal .legal-wrapper .content p {
  margin-top: 30px;
  font-weight: 300;
  font-size: 16px;
}

#legal .legal-wrapper .content a:link,
#legal .legal-wrapper .content a:active,
#legal .legal-wrapper .content a:visited {
  color: #0e121e;
}

@media (min-width: 0) {
  .container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .flex-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  [class*=flex-col-] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .flex-col-1 {
    max-width: 8.333333%;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
  }

  .flex-col-2 {
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .flex-col-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-col-4 {
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .flex-col-5 {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .flex-col-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-col-7 {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .flex-col-8 {
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .flex-col-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .flex-col-10 {
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .flex-col-11 {
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .flex-col-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .flex-col-sm-1 {
    max-width: 8.333333%;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
  }

  .flex-col-sm-2 {
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .flex-col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-col-sm-4 {
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .flex-col-sm-5 {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .flex-col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-col-sm-7 {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .flex-col-sm-8 {
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .flex-col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .flex-col-sm-10 {
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .flex-col-sm-11 {
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .flex-col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .flex-col-md-1 {
    max-width: 8.333333%;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
  }

  .flex-col-md-2 {
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .flex-col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-col-md-4 {
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .flex-col-md-5 {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .flex-col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-col-md-7 {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .flex-col-md-8 {
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .flex-col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .flex-col-md-10 {
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .flex-col-md-11 {
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .flex-col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  footer .footer-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  footer .footer-wrapper__copy {
    padding-top: 0;
    margin-left: auto;
    text-align: right;
  }

  footer .legal-content ul li:after {
    content: "|";
  }

  body::before {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .flex-col-lg-1 {
    max-width: 8.333333%;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
  }

  .flex-col-lg-2 {
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .flex-col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-col-lg-4 {
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .flex-col-lg-5 {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .flex-col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-col-lg-7 {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .flex-col-lg-8 {
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .flex-col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .flex-col-lg-10 {
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .flex-col-lg-11 {
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .flex-col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .flex-col-xl-1 {
    max-width: 8.333333%;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
  }

  .flex-col-xl-2 {
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .flex-col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-col-xl-4 {
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .flex-col-xl-5 {
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .flex-col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-col-xl-7 {
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .flex-col-xl-8 {
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .flex-col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .flex-col-xl-10 {
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .flex-col-xl-11 {
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .flex-col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}