@charset "UTF-8";
/*font-family: 'Roboto', sans-serif;
font-family: 'Space Grotesk', sans-serif;*/
body {
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  counter-reset: section sectionm;
    font-family: 'Roboto', sans-serif;
}
body.page-template-template-blog, body.page-template-template-evenimente, body.single-post, body.privacy-policy, body.page-template-template-contact, body.page-template-template-portofoliu {
    overflow-y: scroll;
    
}
h1{
  font-family: 'Space Grotesk', sans-serif;
  font-size: 5vw;
  font-weight: 700;
}
h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #585858;
}
h2{
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3vh;
}
p{
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
}
pre {
  background-color: #3a3a3a;
  padding: 20px;
  border-radius: 5px;
}
a{
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 700;
    color: #242424;
    text-decoration: none;
}
a:hover{
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 700;
    color: #242424;
    text-decoration: none;
}
.pg-wrapper{
  overflow-x: hidden;
}
.token.string,
.token.number,
.token.comment,
.token.keyword,
.token.attr-value {
  opacity: 0.6;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  color: #333131;
  position: relative;
  background-image: url(../img/Group-62.png);
  background-position: 70% 170%;
  background-size: auto;
  background-repeat: no-repeat;
    
}
.post-template-default section{
    opacity: 0.2;
}
#acasa .text, #page-1-clone .text {
  background-image: url('../img/page1.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#despre .text {
  background-image: url('../img/page2.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#anvelope .text {
 background-image: url('../img/page3.png');
 background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#ambiental .text {
  background-image: url('../img/page4.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#contact .text {
  background-image: url('../img/page5.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#blog section .text{
  background-image: url('../img/blog.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#porto section .text{
  background-image: url('../img/page4.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#articol{
  background-image: url('../img/blog.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#contact .text {
  background-image: url('../img/page5.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
body .pg-pips ul{
  height: 100%;
}
body .pg-pips ul li{
    width: 50px;
    height: 20.2%;
    margin: 0px;
    position: relative;
    
}
body.page-template-templatestemplate-blog-php .pg-vertical .pg-pips, body.single-post .pg-vertical .pg-pips, body.single-post .anchors ul li a.active::after, body.page-template-templatestemplate-blog-php .anchors ul li a.active::after, .page-template-template-evenimente .anchors ul li a.active::after, .page-template-template-contact .anchors ul li a.active::after, .privacy-policy .anchors ul li a.active::after, .page-template-template-blog .buttons-navigation, body.template-evenimente  .pg-pips, .page-template-template-portofoliu .buttons-navigation, .page-template-template-portofoliu .anchors ul li a.active::after{
    display: none;
}

body.page-template-templatestemplate-blog-php .pg-vertical .buttons-navigation, body.template-evenimente .buttons-navigation, body.page-template-template-contact .buttons-navigation, body.page-template-template-portofoliu .buttons-navigation{
    display: none;
}
.scroller {
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 40px;
  height: 65px;
  border: 4px solid #fff;
  border-radius: 30px;
}
.scroller::after {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ef011b;
  -webkit-animation: 1200ms ease 0ms forwards infinite scroll;
          animation: 1200ms ease 0ms forwards infinite scroll;
  content: "";
}
.scroller-test::after {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ef011b;
  -webkit-animation: 1200ms ease 0ms forwards infinite scroll;
          animation: 1200ms ease 0ms forwards infinite scroll;
  content: "";
}
.scroller small {
  position: absolute;
  width: 174px;
  left: -5px;
  top: -34px;
    color: #ef011b;
        font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}
.anchors {
  position: fixed;
  top: 25px;
  right: 10%;
  z-index: 100;
}
.anchors ul {
  margin: 0;
  padding: 0;
}
.anchors ul li {
  float: left;
  list-style: none;
    position: relative;
}
.anchors ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 12px;
  font-size: 21px;
  color: #333131;
  text-decoration: none;
  position: relative;
}
sup{
    position: absolute;
    top: 0px;
    right: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #5A5A5A;
    font-weight: 800;
}
.anchors ul li a.active::after {
  position: absolute;
  bottom: 0px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: rgba(112, 112, 112, 0.6);
  content: "";
}

.text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

nav {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}



nav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px;
  position: relative;
}

nav span:after{
    position: absolute;
    counter-increment: section;
    content: "0" counter(section);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    transition: 0.3s;
    margin: auto;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #363535;
}
body .pg-pips ul li a.active span:after{
  color: #fff;
}
nav li .active span {
  position: absolute;
}
 body .pg-vertical .pg-pips{
  right: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
body .pg-pips ul li a span {
  border-radius: 0%;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: 0;
  background:transparent;
  left: 0%;
  top: 0%;
  margin: 0;
  transition: all 0.1s ease-in-out;
}
body .pg-pips ul li a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0%;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    border: 0;
    left: 0%;
    top: 0%;
    background: rgba(112, 112, 112, 0.2);
    margin:0;
}
body .pg-pips ul li a.active, body .pg-pips ul li:hover a.active{
    height: 100%;
    width: 100%;
    border-radius: 0%;
    background-color: rgba(112, 112, 112, 0.6);
    margin:0;
}

body .pg-pips ul li:hover a span {
    height: 100%;
    width: 100%;
    border-radius: 0%;
    background: rgba(112, 112, 112, 0.6);
}
body .pg-pips ul li:hover a{
    width: 100%;
    height: 100%;
    margin: 0;
}
#settings-open {
  color: #585858;
  font-size: 35px;
  position: absolute;
  right: -60px;
  top: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#settings.active #settings-open {
    color:#585858;
    font-size: 35px;
    position: absolute;
    right: auto;
    top: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    left: 20px;
}
#settings-open span {
  line-height: 0;
}
#settings-open span::before {
  content: url(../img/burger.svg);
}

#settings {
  position: fixed;
  z-index: 1001;
  left: 0px;
  top: 0px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#settings.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#settings.active #settings-open span::before {
   content: url(../img/burgerx.svg);
}
#settings .settings-inner {
  border: 3px solid #fff;
  border-radius: 4px;
  padding: 0;
  height: 100%;
  z-index: 100000000;
  position: relative;
  display: block;
  background: #fff;background: url('../img/Group-62.png') right center no-repeat , url('../img/hamburger_bg_v01.jpg') center center no-repeat ;
 /* background-image: url(../img/Group-62.png);
  background-position: right center;
  background-size: auto;
  background-repeat: no-repeat;*/
}
.burger-nav .link-nav{
  margin: 10px 0 5px 0;
  padding: 0px;
  text-decoration: none;
  list-style: none;
}

.burger-nav .link-nav a{
  color: #585858;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
.burger-nav .link-nav .inc-link:before{
  position: absolute;
  counter-increment: sectionm;
  content: "0" counter(sectionm);
  top:-10px;
  left: -15px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.5;
}

.footer-menu p{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #585858;
}
.footer-menu a{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #585858;
  text-decoration: underline;
  display: block;
}
.footer-menu a.phone{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #585858;
  text-decoration: none;
}
.footer-logo{
    max-width: 200px;
}
.social{
  position: fixed;
  right: 2.3%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  z-index: 100;
}
.single-post .social, .page-template-template-contact .social{
    display: none;
}
.single-post .text
{
    min-height: 97vh;
}
.next-article{
  position: fixed;
  right: 5%;
  top: 57%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.vertical-link{
  z-index: 101;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #262626;
      transform: rotate(180deg);
    writing-mode: vertical-rl;
}
.vertical-link a{
    transform: rotate(180deg);
    writing-mode: horizontal-tb;
}
.buttons-navigation{
      position: fixed;
    right: 4.4%;
    bottom: 10%;
    /* margin: auto; */
    display: block;
    align-items: flex-end;
    justify-content: end;
    margin-top: auto;
    text-align: center;
    height: 20%;
}
.buttons-navigation ul li {
    display: block;
    width: 50px;
    height: 50px;
    margin: 15px;
    position: relative;
}
.nav button{
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
    appearance: button;
}
.logo {
    position: fixed;
    top: 15px;
    left: 10%;
    max-width: 250px;
    
    z-index: 101;
}
.st0{fill:#E6E6E8;}
.st1{fill:none;stroke:#C4C4C4;stroke-width:2;}
.active .st1{fill:none;stroke:#070707;stroke-width:2;}

 #gallery .glider-track  {
     display: flex;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 0em;
}
@media (max-width: 800px) {
  #gallery {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  #gallery > div {
    width: 33%;
    margin: 1%;
  }
}
@media (max-width: 800px) and (max-width: 350px) {
  #gallery > div {
    width: 98%;
  }
}
#gallery .glider-track  .item-light:nth-child(2n+1) {
  grid-column: span 1;
  grid-row: span 1;
  padding: 0;
}
#gallery .glider-track  .item-light{
    max-height: 30vh;
}
#gallery > .item-light:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
   padding: 0;
}
#gallery .glider-track  .item-light:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
   padding: 0;
}
#gallery .glider-track  .item-light > a {
  opacity: 1;
  position: absolute;
  background-color: rgba(239, 1, 27, 0.2);
  padding: 0rem;
  width: 100%;
  height: 100%;
  transition: all ease 1s;
  display: block;
  min-width: 365px;
}
#gallery .glider-track .item-light  img {
  width: 100%;
  min-height: 100%;
  transition: all ease 1s;
   min-width: 365px;
}
/*#gallery > div:hover img {
  filter: blur(4px);
}*/
#gallery .glider-track  .item-light:hover a {
  opacity: 0;
}
#gallery .glider-track  .item-light {
  overflow: hidden;
  position: relative;
 box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);

}
#gallery .glider-track  .item-light,
#gallery .glider-track  a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
    margin: 20PX;
}

[id^=lightbox-] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  transition: opacity 450ms ease-in-out;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
[id^=lightbox-]:target {
  opacity: 1;
  pointer-events: inherit;
  z-index: 1002;
}
[id^=lightbox-]:target img {
  filter: blur(0);
}
[id^=lightbox-] .content {
  max-width: 90%;
  position: relative;
  color: #fff;
}
[id^=lightbox-] .content:hover > a.close {
  opacity: 1;
  transform: scale(1, 1);
}
[id^=lightbox-] .content:hover > .title {
  opacity: 1;
  transform: translateY(-3px);
}
[id^=lightbox-] .content:hover > .title::after {
  opacity: 1;
}
[id^=lightbox-] .content > * {
  transition: all 450ms ease-in-out;
}
[id^=lightbox-] .title {
  display: block;
  margin: 0;
  padding: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  font-size: 1.5em;
  opacity: 0;
}
[id^=lightbox-] .title::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 350ms ease-in-out 250ms;
  opacity: 0;
  transform-origin: bottom;
  mix-blend-mode: soft-light;
}
[id^=lightbox-] img {
  max-height: 90vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  filter: blur(50px);
}
[id^=lightbox-] a.close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: right top;
  text-decoration: none;
  color: #fff;
}
[id^=lightbox-] a.close::after {
  content: "X";
}
.scroll-content{
  max-height: 40vh;
  overflow-y: scroll;
  margin-top: 3rem;

}
ul.dropdown {
    background: transparent;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.dropdown li a{
    display: block;
}
.dropdown li a sup{
   left: 0;
    top:10px;
}
.dropdown li {
	color: #fff;
    background: transparent;
	display: block;
	float: left;
	padding: 0.5rem 1rem;
	position: relative;
	text-decoration: none;
    transition-duration: 0.5s;
}
.dropdown li:hover {
	background: transparent;
	cursor: pointer;
}
.dropdown li:hover a:after{
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 35px;
    height: 3px;
    background-color: rgba(112, 112, 112, 0.6);
    content: "";
}
.dropdown li:hover a.ev:after{
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 7rem;
    height: 3px;
    background-color: rgba(112, 112, 112, 0.6);
    content: "";
}
 ul li ul.dropdown {
	background: transparent;
	visibility: hidden;
    opacity: 0;
    min-width: 11rem;
	position: absolute;
    transition: all 0.5s ease;
    margin-top: 0rem;
	left: 0;
    display: none;
}
ul li ul.dropdown.burger-drop{
    position: relative;
    width: 15rem;
    height: 11rem;
}
ul li ul.dropdown.burger-drop.amb{
    height: 4rem;
}
.dropdown.burger-drop li a sup{
    top: 0;
    opacity: 0.5;
}
ul li:hover > ul.dropdown,
ul li ul.dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: block;
    background:  rgba(225, 225, 225, .8);
}

ul li ul.dropdown li {
	clear: both;
      width: 100%;
}
.top-col{
    height: 25rem;
}
.bottom-col{
    height: 20rem;
    display: flex;
    align-items: end;
}
.read{
    position: FIXED;
    top:3vh;
}
.page-template-template-contact .caldera-grid  .form-control{
    border-radius: 15px;
    opacity: 0.8;
    border: 0px transparent;
    height: 50px;
    padding: 5px 12px;
    font-size: 20px;
    color: #212529;
}
.page-template-template-contact .caldera-grid  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.page-template-template-contact .caldera-grid .form-group select{
    background-image: url(../img/drop.svg);
    background-position: calc(100% - 20px) calc(1em + -4px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
    background-size: 20px;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    ont-weight: 400;
}  
.page-template-template-contact .caldera-grid input[type=file]{
    display: none;
}
.page-template-template-contact .caldera-grid .btn-block {
    display: inline-block;
    width: fit-content;
    background: #C4C4C4;
    color: #ffffff;
    font-size: 20px;
    border:0;
    border-radius: 25px;
    padding: 10px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.page-template-template-contact .caldera-grid .btn.focus, .page-template-template-contact .caldera-grid .btn:focus, .page-template-template-contact .caldera-grid .btn:hover{
     display: inline-block;
    width: fit-content;
    background: #C4C4C4;
    color: #ffffff;
    font-size: 20px;
    border:0;
    border-radius: 25px;
    padding: 10px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.page-template-template-contact .caldera-grid #fld_165046_1{
    display: inline-block;
    width: fit-content;
    background: #EF011B;
    color: #ffffff;
    font-size: 20px;
    border:0;
    border-radius: 25px;
    padding: 10px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.btn-load{
    display: inline-block;
    width: fit-content;
    background: #EF011B;
    color: #ffffff;
    font-size: 20px;
    border:0;
    border-radius: 25px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.btn-load:hover{
    display: inline-block;
    width: fit-content;
    background: #ffffff;
    color: #EF011B;
    font-size: 20px;
    border:0;
    border-radius: 25px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.page-template-template-contact .caldera-grid .btn{
      display: inline-block;
    width: fit-content;
    background: #C4C4C4;
    color: #ffffff;
    font-size: 20px;
    border:0;
    border-radius: 25px;
    padding: 10px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.page-template-template-contact .caldera-grid .help-block{
    width: 50%;
    display: inline;
}
.form-floating-cst{
    position: relative;
}
.page-template-template-contact .caldera-grid textarea.form-control   {
  display: block;
  width: 100% !important;
  resize: vertical;
    height: auto;
}

 .caldera-grid .checkbox input[type=checkbox],
    .caldera-grid .checkbox-inline input[type=checkbox],
    .caldera-grid .radio input[type=radio],
    .caldera-grid .radio-inline input[type=radio] {
        margin-right: 26px;
        width: 0;
        line-height: 14px;
    }
@-moz-document url-prefix() {
 .caldera-grid .checkbox input[type=checkbox],
    .caldera-grid .checkbox-inline input[type=checkbox],
    .caldera-grid .radio input[type=radio],
    .caldera-grid .radio-inline input[type=radio] {
        margin-right: 0px;
        line-height: 14px;
        width: 30px;
        accent-color: #EF011B;
    }
    .caldera-grid input[type="checkbox"]:focus, .caldera-grid input[type="file"]:focus, .caldera-grid input[type="radio"]:focus{
        outline: none!important;
outline: -webkit-focus-ring-color auto 0px;
outline-offset: 0px;
    }
}
    .caldera-grid input[type=checkbox]:hover,
    .caldera-grid input[type=radio]:hover {
        cursor: pointer;
    }
    input[type=radio]:before,
    input[type=checkbox]:before {
        font-family: FontAwesome !important;
        font-size: 20px;
        display: block;
    }
    input[type=radio]:before {
        content: '\f1db';
        color: #000;
        /*** COLOR OF RADIO WHEN UNSELECTED ***/
        background: transparent;
        border-radius: 50%;
        padding: 0px;
    }
    input[type=checkbox]:before {
        content: '\f096' ;
        color: #000;
        /*** COLOR OF CHECKBOX WHEN UNSELECTED ***/
        background: transparent;
        border-radius: 3px;
        padding: 0px;
        font-size: 28px;
        margin-top: 0px;
        display: block;
    }
    input[type=radio]:checked:before {
        color: #EF011B;
        background: transparent;
        content: '\f111';
        /*** COLOR OF RADIO WHEN SELECTED ***/
    }
    input[type=checkbox]:checked:before {
        /*** COLOR OF CHECKBOX WHEN SELECTED ***/
        content: '\f046';
        color: #EF011B;
        background: transparent;
        border-radius: 3px;
        padding: 2px;
    }
.form-floating-cst .btn-custom {
  padding: 10px 20px;
  font-size: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px; 
}
.btn-custom:hover #Ellipse_1{
    fill:#fff;
}
.btn-custom:hover #Path_4, .btn-custom:hover #Path_5{
    stroke:#ef011b;
}
.btn-custom:hover .svg-border{
    border: 1px solid #ef011b;
    border-radius:25px;
    -moz-box-shadow: -4px -2px 5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: -4px -2px 5px rgb(0 0 0 / 20%);
    -o-box-shadow: -4px -2px 5px rgb(0 0 0 / 20%);
    box-shadow: -4px -2px 5px rgb(0 0 0 / 20%);
}
.custom-form .form-control{
    border-radius: 15px;
    opacity: 0.8;
    border: 0px transparent;
}
.page-template-template-contact .text{
    min-height: 100vh
}
.page-template-template-contact .caldera-grid .alert-success {
    background-color: transparent;
    border-color: transparent;
    color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 400;
}
.scroller-test {
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    align-self: center;
    top: 270px;
    margin: auto;
    position: fixed;
    right: 5%;
    
}
.privacy-policy .pg-pips{
    display: none;
}
@media only screen and (max-width: 730px){
  .home  .vertical-link {
        z-index: 101;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #262626;
        transform: none;
        writing-mode: horizontal-tb;
    }
  .home .social {
        position: fixed;
        right: 0;
        top: 10vh;
        bottom: auto;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 100;
        left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 830px) {
    .burger-nav .link-nav a {
        font-size: 18px;
    }
    .glider-contain button{
        display: none;
    }
    #gallery .glider-track{
        min-width: 100%;
    }
    #gallery .glider-track .item-light{
        min-width: 100%;
    }
    .anchors{
        display: none
    }
    .logo {
        position: fixed;
        top: 15px;
        left: 0;
        right:0;
        margin: auto;
        max-width: 250px;
        z-index: 101;
    }
    h2{
        font-size: 2vh;
    }
    p{
        font-size: 14px;
    }
    .buttons-navigation ul li {
        display: block;
        width: 30px;
        height: 30px;
        margin: 15px 3px;
        position: relative;
    }
    .buttons-navigation {
        position: fixed;
        right: 3%;
        bottom: 10%;
        display: block;
        align-items: flex-end;
        justify-content: end;
        margin-top: auto;
        text-align: center;
        height: 20%;
    }
    .nav button{
        width: 35px;
        height: 35px;
    }
    .home .nav{
        display: none;
    }
    .scroller-test {
        bottom: 0;
        left: auto;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        width: 30px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 30px;
        display: flex;
        align-items: center;
        align-self: center;
        top: 270px;
        margin: auto;
        position: fixed;
        right: 0%;
    }
}
.scroll-content::-webkit-scrollbar {
  display: none;
}
body.privacy-policy .glider-contain, .privacy-policy .article-date{
    display: none!important;
}
.article-date a{
    pointer-events: none;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 400;
}
/*.blog{
    padding-top: 150px;
}*/
.card{
    background:transparent;
    border:0;
       
}
.card-img{
    height: 250px;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.red-over{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 1, 27, 0.5);
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    opacity: 0.25;

}
.privacy-policy .social, .privacy-policy #nav{
    display: none;
}
.single-post .buttons-navigation ul li, .single-post .buttons-navigation ul li button{
    display: inline;
    margin: 0;
}
.single-post .buttons-navigation{
    bottom:-20px
}
.single-post .buttons-navigation ul li button #Group_6{
    transform: rotate(-90deg);
}
.single-post .buttons-navigation ul li button #Layer_1{
    transform: rotate(-90deg);
}
.articol-text{
    padding-top: 6rem;
}
.prev .svg-border{
     transform: rotate(-180deg);
}
#videoModal .modal-dialog{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;

}
#videoModal .modal-header{
    border:0;
}
#videoModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
   
    background-color: transparent;
    background-clip: padding-box;
     border: 0px solid rgba(0,0,0,.2); 
    border-radius: 0.3rem;
    outline: 0;
}
header{
    position: fixed;
    background: #fff;
    height: 75px;
    width: 100%;
    z-index: 100;
    opacity: 0;
    transition: 1s;
}
header.fade-in{
    opacity: 1;
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px)  { 
      .footer-menu a{
          font-size: 14px;
      }
      .burger-nav .link-nav a {
            font-size: 14px;
        }

}
ul li{
    
    font-family: 'Space Grotesk', sans-serif;
    font-size: 25px;

}
.page-template-template-portofoliu .text{
    min-height: 97vh;
}
.Z-INDEX{
    position: relative;display: block;
    z-index: 10000000000000000000000;
}