
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	sbox-shadow: inset 0 0 5px grey;
	border-radius: 0;
	background: #0f0f0f;
}
::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 0;
}

html {
    height: 100%;
}
body, #app {
    width: 100vw;
	/*width: 100%;*/
    height: 100vh;
	/*height: 100%;*/
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}
body.admin-bar {
    width: 100vw;
	/*width: 100%;*/
    height: calc(100vh - 32px);
	/*height: calc(100% - 32px);*/
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
p, ul li {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 22px;
}
.app {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #232323;
	background: #f7f7f7;
}
.app-sidebar {
    width: calc(100% - 40px);
    padding: 0;
    height: 70px;
    max-width: 1900px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    position: relative;
    animation: slideInTB 0.5s forwards;
    -webkit-animation: slideInTB 0.5s forwards;
    top: -100vh;
}
.sidebar-vertical-title {
    width: 100%;
    height: 60px;
    background: #25ada6;
    color: #fff;
    text-align: left;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    font-weight: 300;
    font-size: 16px !important;
    text-align: center;
    position: relative;
    animation: slideInTB 0.5s forwards;
    -webkit-animation: slideInTB 0.5s forwards;
}
.app-page {
    width: 100%;
    padding: 0px;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
    color: #333;
    justify-content: space-between;
    animation: fadeIn 2s forwards;
    -webkit-animation: fadeIn 2s forwards;
	background-image: url(../img/elogomask.png);
    background-position: center right 20%;
    background-size: cover;
}
.mb_theme-front-page .app-page {
    padding-right: 0%;
}
.page-container {
    max-widths: 1600px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.page-header {
    background: #e9eaeb;
	background: rgb(233 234 235 / 95%);
    position: relative;
    display: flex;
    flex-direction: column;
}
.page-header-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.page-body {
    padding: 40px;
	padding: 20px;
    text-align: justify;
    background: #fff;
	    background: rgba(255,255,255,0.95);
    color: #0f0f0f;
    flex-grow: 1;
}
.page-body a, .page-footer a {
    color: rgb(64 124 185);
	position: relative;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
}
.page-body a:after, .page-footer a:after {
    content:'';
	width:0;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    background: rgb(64 124 185);
    display: inline-block;
}
.page-body a:before, .page-footer a:before {
    content:'';
	width:0;
	height: 1px;
	position: absolute;
	bottom: 0px;
	right: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    background: rgb(64 124 185);
    display: inline-block;
}
.page-body a:hover:after, .page-footer a:hover:after {
    width:100%;
}
.page-body a:hover:before, .page-footer a:hover:before {
    width:100%;
}
.page-body h2 {
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 10px;
}
.page-body h2.page-subtitle, .page-body h2 {
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #407cb9;
    color: #407cb9;
    font-size: 30px;
    /* text-align: center; */
}
.page-body hr {
    border: 0;
    border-top: 1px solid #333;
}
.page-footer {
    padding: 20px 40px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	background: #232323;
	color: #fff;
}
.page-header h1 {
    padding: 40px 20px;
    position: relative;
    z-index: 2;
    font-weight: 400;
    order: 2;
    display: block;
}
.breadcrumbs {
    width: 100%;
    display: block;
    vertical-align: top;
    background: rgb(255 255 255 / 10%);
    list-style: none;
    padding: 0;
    margin: 0;
	margin: 0 auto;
    z-index: 3;
    position: relative;
    order: 1;
}
.breadcrumbs li { 
    display:inline-block; 
    border-right: 1px solid rgba(255,255,255,0.03); 
    border-left: 1px solid rgba(0,0,0,0.15); 
    padding-right:10px; 
    padding-left:10px; 
    font-size:10px; 
    line-height:30px; 
    text-transform:uppercase;
}
.breadcrumbs li:first-child { 
    margin-left: 5px; 
    border-left: 0;
} 
.breadcrumbs li:last-child { 
    border-right: 0;
}
.breadcrumbs li a { 
    color: rgba(0,0,0,0.6); 
    text-decoration: none;
}
.breadcrumbs li a:hover { 
    color: rgba(0,0,0,0.9);  
}	

.sidebar-top {
    padding: 0;
    height: inherit;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    justify-content: center;
    align-items: start;
    flex-grow: 1;
    z-index: 3;
}
.sidebar-bottom {
    padding: 0;
    height: 50px;
    width: 60px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    z-index: 3;
}

.logo.logo-anim {
    display: flex;
    position: relative;
    flex-direction: column;
}
.logo.logo-small {
    max-height: 52px;
}
.logo-icon-edirig {
    animation: fadeIn 2s forwards;
    -webkit-animation: fadeIn 2s forwards;
	width: 100%;
	height: 100%;
}
.logo-icon-e {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    animation: fadeIn 2s forwards;
    -webkit-animation: fadeIn 2s forwards;
}	
.logo-icon-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}		
.logo-icon-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    animation: fadeIn 2s forwards;
    -webkit-animation: fadeIn 2s forwards;
}		
.logo-icon {
    width: 100%;
    position: relative;
    opacity: 0;
    z-index: 5;
}	
.logo-text {
    width: 120%;
    position: relative;
    left: -10%;
    z-index: 4;
    opacity: 0;
    animation: fadeIn 2s forwards 0.2s;
    -webkit-animation: fadeIn 2s forwards 0.2s;
}	

.contact-info {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.contact-text {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.contact-items {
    text-align: center;

}

.contact-item {
    padding: 1px;
    /*background: rgba(0,0,0,0.2);*/
    display: inline-block;
    margin: 2px 5px;
}
.contact-item a {
    color: #fff;
    text-decoration: none;
}
.contact-certind {
    text-align: center;
    opacity: 0.3;
}
.contact-certind img {
    max-width: 120px;
    padding: 10px;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}		
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes slideIn {
    0% { top: 100vh; }
    100% { top: 0; }
}		
@-webkit-keyframes slideIn {
    0% { top: 100vh; }
    100% { top: 0;  }
}
@keyframes slideInTB {
    0% { top: -100vh; }
    100% { top: 0; }
}		
@-webkit-keyframes slideInTB {
    0% { top: -100vh; }
    100% { top: 0;  }
}
@keyframes slideInLRout {
    0% { left: -100%; }
    100% { left: 100%; }
}		
@-webkit-keyframes slideInLRout {
    0% { left: -100%; }
    100% { left: 100%;  }
}
@keyframes slideInRLout {
    0% { right: -100%; }
    100% { right: 100%; }
}		
@-webkit-keyframes slideInRLout {
    0% { right: -100%; }
    100% { right: 100%;  }
}
.wall-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: transparent;
    z-index: 1;
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.main-navigation {
    height: 100%;
}
.menu-main-menu-container { 
	width: 100%; 
	height: 100%;
	font-family: 'Roboto', sans-serif;
}
.menu-main-menu-container ul { 
	list-style:none; 
	margin: 0; 
	padding: 0;
	display: flex;
	height: 100%;
} 
.menu-main-menu-container li { 
	margin:1px;
	display: flex;
	height: 83%;
	align-items: end;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}
.menu-main-menu-container li a {
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    color: #333;
    font-size: 13px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: 500;
    width: inherit;
    padding: 10px 15px;
    display: inline-block;
}
.menu-main-menu-container li .layer1 { 
	width: 100%;
	display: inline-block;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.12s ease;
}
.menu-main-menu-container li .layer2 { 
	width: 100%; 
	height: 100%; 
	margin:0;
	display: inline-block;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.menu-main-menu-container li .layer3 {
	width: 100%;
	height: 100%;
	margin:0;
	display: inline-block;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.menu-main-menu-container li:hover .layer1, .menu-main-menu-container li.current_page_item .layer1 { 
	width: 100%;
}

.menu-main-menu-container li:hover .layer2, .menu-main-menu-container li.current_page_item .layer2 { 
	width: 90%; 
	height: 100%; 
	margin:0 5%; 
}

.menu-main-menu-container li:hover .layer3, .menu-main-menu-container li.current_page_item .layer3 {
	width: 80%; 
	height: 100%; 
	margin:0 10%;
}

.menu-main-menu-container li:hover .layer1, .menu-main-menu-container li.current_page_item .layer1 { 
	background: rgba(255,255,255,0.2);
}

.menu-main-menu-container li:hover .layer2, .menu-main-menu-container li.current_page_item .layer2 { 
	background: rgba(227,95,136,0.8); 
}

.menu-main-menu-container li:hover .layer3, .menu-main-menu-container li.current_page_item .layer3 { 
	background: rgba(220,55,106,0.8); 
}

.menu-main-menu-container li.current, .menu-main-menu-container li.current_page_item, .menu-main-menu-container li:hover { 
	background: #154580;
background: -moz-linear-gradient(top,  #154580 0%, #0a223c 100%);
background: -webkit-linear-gradient(top,  #154580 0%,#0a223c 100%);
background: linear-gradient(to bottom,  #154580 0%,#0a223c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154580', endColorstr='#0a223c',GradientType=0 );

}
.menu-main-menu-container li:last-child, .menu-main-menu-container li:last-child:hover{
background: #dc3232;
background: -moz-linear-gradient(top,  #dc3232 0%, #8f1414 100%);
background: -webkit-linear-gradient(top,  #dc3232 0%,#8f1414 100%);
background: linear-gradient(to bottom, #dc3232 0%, #8f1414 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154580', endColorstr='#0a223c',GradientType=0 );

}
.menu-main-menu-container li:last-child a{
    color: #fff;
}


.menu-main-menu-container li.current a, .menu-main-menu-container li.current_page_item a, .menu-main-menu-container li:hover a { 
	color: #fff;
}


.page-body.list-projectss, .page-body.list-category-projectss {
    padding: 10px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.list-projectss .project-item, .list-category-projectss  .project-item {
	flex: 33%;
    max-width: calc(33% - 20px);
    margin: 10px;
    position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	align-items: flex-end;
    display: flex;
}
.project-item .project-cover {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.project-item:hover .project-cover {
	width: 100%;
	height: 50%;
}
.project-item .project-info {
    width: 100%;
	padding: 0 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
	backdrop-filter: blur(10px);
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
    height: 90px;
	bottom: 0;
	left: 0;
	flex-wrap: wrap;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.project-item:hover .project-info {
    background: rgba(220,55,106,0.8);
    height: 50%;
}

.categ-projects .project-item .project-info {
	font-size: 24px;
	line-height: 24px;
}

.categ-projects .project-item:hover .project-info {
	background: rgb(83 137 192 / 70%);
    backdrop-filter: blur(4px);
    height: 100%;
    font-size: 60px;
    line-height: 56px;
}
.categ-projects .project-item:hover .project-cover {
    width: 100%;
    height: 100%;
}


.list-category-projects, .page-body.list-projects {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 0;
}
.categ-projects.page-body.list-projects {
	padding: 0px;
	
}

.list-category-projects  .project-item, .list-projects .project-item {
	width: calc(16.6667% - 20px);
	margin: 10px;
  	aspect-ratio: 1 / 1;
	background: #333;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.categ-projects .project-item {
    width: calc(33.3333% - 12px);
    margin: 6px;
    height: calc(50% - 12px);
    aspect-ratio: inherit;
    background: #333;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.categ-projects .project-item:before, .categ-projects .project-item:after {
	display:none;
}
.categ-projects:hover .project-item {
    swidth: 10%;
}
.categ-projects .project-item:hover {
    swidth: 50%;
}


.categ-projects .page-container {
    max-width: inherit;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.project-item .project-item-cover {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    height: calc(100% - 0px);
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.project-item:hover .project-item-cover {
	width: 100%;
	height: 100%;
}

.project-item .project-item-info {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    background: rgb(36 40 42);
    backdrop-filter: blur(1px);
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 15px;
    height: 60px;
    bottom: 0;
    left: 0;
    flex-wrap: wrap;
    text-decoration: none;
    text-transform: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.project-item:hover .project-item-info {
    background: rgb(83 137 192 / 90%);
    height: 100%;
    top: 0;
}
.project-item .project-item-info small {
    display: none;
	font-size: 12px;
}	
.project-item:hover .project-item-info small {
    display: contents;
}

.proiect-left {
    position: relative;
    width: 50%;
    padding-right: 10px;
}
.proiect-right {
    position: relative;
    width: 50%;
    padding-left: 10px;
}

.gal-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.gal-front {
	overflow: hidden;
	width: 100%;
	height: 100%;
	/*aspect-ratio: 3/2;*/
	overflow: hidden;
	position: relative;
}
.gal-front:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	background: rgba(255,255,255,0.9);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.6) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.6) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    background-image: url(../img/elogomask.png);
        background-position: center right 20%;
    background-size: cover;
}
.gal-front .gal-column {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/* Create four equal columns that sits next to each other */
.gal-column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.gal-front .gal-column {
    flex: 10%;
    max-width: 10%;
    flex: 3.031%;
    max-width: 3.031%;
    padding: 0 2px;
    position: relative;
    top: -200px;
    /*animation: scrollDown 50s infinite linear;
    -webkit-animation: scrollDown 50s infinite linear;*/
}
.gal-front .gal-column:nth-child(even) {
  top: 0px;
	/*	    animation: scrollUp 50s infinite linear;
    -webkit-animation: scrollUp 50s infinite linear;*/
}
.home-page-gal-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}
.home-page-gal-text .text-servicii, .home-page-gal-text h1 {
	max-width: 700px;
	text-align: center;
}
.home-page-gal-text h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 40px;
	color: #18467e;
    text-align: left;
}
.home-page-gal-text .text-servicii {
	font-size: 18px;
    letter-spacing: 4px;
    font-weight: 300;
    line-height: 19px;
}
a.home-button {
background: #18467e;
    color: #fff;
    overflow: visible;
    display: block;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-appearance: none;
    font-weight: 400;
    word-break: initial;
    white-space: nowrap;
    /* max-width: 430px; */
    border: 0;
    margin: 10px 0;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
a.home-button:hover {
    background: #0b223b;
}
@keyframes scrollDown {
    0% { top: -200px; }
	50% { top: 0; }
    100% { top: -200px; }
}		
@-webkit-keyframes scrollDown {
    0% { top: -200px; }
	50% { top: 0; }
    100% { top: -200px; }
}
@keyframes scrollUp {
    0% { top: 0px; }
	50% { top: -200px; }
    100% { top: 0px; }
}		
@-webkit-keyframes scrollUp {
    0% { top: 0px; }
	50% { top: -200px; }
    100% { top: 0px; }
}	


.gal-column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .gal-column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .gal-column {
    flex: 100%;
    max-width: 100%;
  }
}



.diplome {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px;
	margin: 0;
	justify-content: center;
	justify-content: flex-start;
}
.diplome a {
    width: 15%;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}
.page-id-15 .diplome, .diplome.certificari a {
    width: 25%;
}
.diplome a:before, .diplome a:after {
	display: none;
}
.diplome a img {
    max-width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
    object-fit: cover;
    background: #353535;
    padding: 5px;
}

.diplome a span {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
}
.fancybox-caption {
    background: rgba(0,0,0,0.8);
    text-align: center;
}
.fancybox-thumbs {
    background: rgb(45 48 50);
}
.fancybox-thumbs>ul>li:before {
    border-color: #25ada6;
}
.testimonial-single {
	margin-top: 20px;
}
.testimonial{
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    align-items: end;
    border-radius: 4px;
}
.testimonial blockquote {
    padding: 0;
    margin: 0 0 0 0;
    border-bottom: 0px solid #333;
}
.testimonial blockquote p {
	opacity: 1;
}
.testimonial:hover blockquote p {
	opacity: 1;
}
.testimonial figcaption {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
    opacity: 1;
	display: flex;
	width: 100%;
    justify-content: space-between;
	    align-items: center;
}
.testimonial cite {
    font-style: normal;
}
    
.testimonial:hover figcaption {
    opacity: 1;
}

a.testimonial-cover {
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}
a.testimonial-cover:after, a.testimonial-cover:before {
    display: none;
}
.testimonial-right figcaption {
	justify-content: end;
}
.list-legislatie a {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    background: rgb(64 124 185 / 10%);
    color: #333;
    padding: 20px;
	font-size: 18px;
    border-radius: 0;
}
.list-legislatie a:hover { 
	 background: rgb(64 124 185 / 100%);
	color: #fff;
}
.list-post a {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    background: rgb(64 124 185 / 10%);
    color: #333;
    padding: 20px;
    border-radius: 0;
}

.list-post a strong {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 1px solid rgb(64 124 185 / 10%);
}
.list-post a span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #333;
}
.list-post a:hover { 
	background: rgb(64 124 185 / 100%);
	color: #fff;
}
.list-post a:hover strong { 
	color: #fff;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.list-post a:hover span { 
	color: #fff;
}
.page-body-proiect .page-container {
    flex-wrap: wrap;
	display: flex;

}

.page-body-proiect h3 {
    font-size: 20px;
    text-transform: none;
    margin: 0;
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 0;
}
.proiect-metabox {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 20px 0;
    align-items: end;
    align-items: center;
    text-align: left;
    /* background: #292929; */
    /* padding: 20px; */
    border-radius: 4px;
}
.metabox-item {
    width: 100%;
    padding: 5px 0;
    font-size: 17px;
    align-items: center;
    align-items: baseline;
    display: flex;
}
.metabox-item small {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    background: #3b3b3b;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    margin-right: 10px;
    width: 25%;
}
.metabox-item span {
	width: 75%;
	text-wrap: wrap;
}

.gallery {
	/*display: flex;*/
	overflow: hidden;
	height: 400px;
	height: 300px;
	/*position: relative;*/
}
/*
.gallery:hover .gallery-item a img  {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.gallery:hover .gallery-item a:hover img, .slick-active .gallery-item a img  {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
*/
.gallery .gallery-item a img  {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.slick-active .gallery-item a img, .gallery .gallery-item a:hover img  {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

/*
.gallery .gallery-item, .gallery .gallery-item > div  {
	height: 100%;
	display: inline-block;
}
.gallery .gallery-item a  {
	height: 100%;
}
.gallery .gallery-item a:before, .gallery .gallery-item a:after {
	display: none;
}*/
.gallery .gallery-item img {
	height: 400px;
	height: 300px;
	width: auto;
	margin: 0 5px;
}
.slick-prev {
	width: 60px;
	height: calc(100% - 0px);
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/arrow_left.png');
	background-color: rgba(255,255,255,0.8);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;
	z-index: 1000;
	font-size: 0;
	border: 0;
	display: block;
	cursor: pointer;
	opacity: 0;
	transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.slick-next {
	width: 60px;
	height: calc(100% - 0px);
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../img/arrow_right.png');
	background-color: rgba(255,255,255,0.8);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;
	z-index: 1000;
	font-size: 0;
	border: 0;
	display: block;
	cursor: pointer;
	opacity: 0;
	transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.gallery:hover .slick-prev, .gallery:hover  .slick-next {
	opacity: 1;
}
.tog-menu {
	display: none;
}
.next-prev-projects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	width: 100%;
}
.next-prev-projects a {
    width: calc(50% - 10px);
    background: #292929;
    padding: 20px;
    border-radius: 4px;
	text-align: left;
	display: flex;
	align-items: center;
}
.ghost-prev-project {
    width: calc(50% - 10px);
	padding: 20px;
}

.next-prev-projects a.next-project  {
	text-align: right;
}
.next-prev-projects a .np-cover {
    width: 50px;
	height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
	display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.next-prev-projects a.next-project .np-cover {
    margin-left: 10px;
 	margin-right: 0px;
}
.next-prev-projects a .np-text {
    text-wrap: wrap;
    width: calc(100% - 80px);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
	padding: 0 10px;
}
.next-prev-projects a:hover .np-text {
	color: rgb(224 108 144);
}
.contact-container {
    display: flex;
    flex-direction: row;
}
.form-contact {
    width: calc(100% - 380px);
}
.info-contact {
    width: 380px;
	padding: 15px 0px 15px 30px;
	text-align: left;
}

.wpcf7 form {
    width: 100%;
}
.page-id-26 .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
    align-items: baseline;
}
.page-id-26 .wpcf7 p:nth-child(2), .page-id-26 .wpcf7 p:nth-child(3), .page-id-26 .wpcf7 p:nth-child(4), .page-id-26 .wpcf7 p:nth-child(5) {
	width: calc(50% - 20px);
}
.page-id-26 .wpcf7 p:nth-child(6), .page-id-26 .wpcf7 p:nth-child(7), .page-id-26 .wpcf7 p:nth-child(8) {
	width: calc(33.3333% - 20px);
}
.page-id-26 .wpcf7 p {
	width: calc(100% - 20px);
	margin: 10px;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
	border-radius: 4px;
    border: 1px solid #333;
	background: transparent;
    color: #333;
	margin-top: 5px;
}
.wpcf7 input[type=submit] {
    background: #4990d5;
    color: #fff;
    overflow: visible;
    display: block;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 36px;
    height: 36px;
    line-height: 34px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-appearance: none;
    word-break: initial;
    white-space: nowrap;
    max-width: 300px;
    border: 0;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
    background: #2f6daa;
}
.wpcf7 textarea {
    height: 200px;
}
.contact-content .info-text {
	text-align:right;
	padding: 40px;
}

ul.social {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 10px -2px 0 -2px;
	list-style: none;
}
ul.social li {
    padding: 0;
    margin: 2px;
}
ul.social li a {
    padding: 7px;
    background: rgba(83 137 192 / 90%);
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 10px;
}
ul.social li a:hover {
    background: rgba(83 137 192 / 100%);
}

.float-menu {
    display: flex;
   
    flex-direction: row;
}
.float-menu a {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    margin: 2px;
    border-radius: 0px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #18467e;
    border-radius: 6px;
    cursor: pointer;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.float-menu a.whatsapp-link {
	sbackground: #333;
}
.float-menu a.whatsapp-link:hover {
	font-size: 30px;
	    background: #0b223b;
}
.float-menu a.backtotop {
    display: none;
    background: #2c2e30;
    font-size: 40px;
}
.float-menu a.backtotop i {
    position: relative;
    top: -3px;
}
.float-menu a.backtotop:hover i {
    top: -5px;
}


.info-full {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    align-items: baseline;
    text-align: left;
    font-size: 15px;
}
.info-contact h2 {
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 10px;
}
.info-half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    align-items: baseline;
    text-align: left;
}
.info-half > div {
    width: calc(100% - 70px);
	padding: 5px 10px;
    font-size: 15px;
}

.info-half > div:first-child {
    width: 70px;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    background: #3b3b3b;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    letter-spacing: 0.5px;
}

.footer-logos {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.footer-logos a:before, .footer-logos a:after {
	display: none;
}
.footer-logos a img {
	max-height: 30px;
	opacity: 0.8;
}
.footer-logos a:hover img {
	opacity: 1;
}

@media (max-width: 1500px) {
	.app-page {
		width: 100%;
	}
	.app-sidebar {
		width: 100%;
	}
	.page-footer {
		text-align: center;
	}
	.footer-logos {
		display: block;
		margin: 10px;
		text-align: center;
	}
	.page-header h1 {
		padding: 40px 20px;
	}
}

@media (max-width: 1300px) {

	.app-page {
		padding-right: 5%;
	}
	.sidebar-vertical-title {
		display: none;
	}
	.next-prev-projects a {
		/*font-size: 0;*/
		/*width: min-content;*/
		padding: 10px;
	}
	.next-prev-projects a .np-cover {
		margin: 0 !important;
		width: 80px;
    	height: 80px;
		position: relative;
	}
	.next-prev-projects a .np-cover:after {
		content: '';
		width: 60%;
		height: 60%;
		position: absolute;
		top: 20%;
		left: 20%;
		background-image: url(../img/arrow_left.png);
		background-color: rgba(255,255,255,0.1);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		opacity: 0.6;
		z-index: 1000;
		font-size: 0;
		border: 0;
		border-radius: 4px;
		display: block;
	}
	.next-prev-projects a.next-project .np-cover:after {
		background-image: url('../img/arrow_right.png');
	}
	.next-prev-projects a:hover .np-cover:after {
		content: '';
		width: 80%;
		height: 80%;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	
	.gal-front .gal-column {
	  flex: 20%;
	  max-width: 20%;
	}
	.metabox-item {
		width: calc(100% - 20px);
		padding: 10px;
	}
	.float-menu a {
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}
	.float-menu a.whatsapp-link:hover {
		font-size: 28px;
	}
	.float-menu a.backtotop {
		font-size: 36px;
	}
	
	.contact-container {
		flex-direction: column;
	}
	.form-contact {
		width: 100%;
	}
	.info-contact {
		width: 100%;
		padding: 15px 0px;
	}
	.page-id-26 .wpcf7 p {
		width: calc(100% - 20px) !important;
		margin: 10px;
	}
	.home-page-gal-text {
		padding: 40px;
	}
	.home-page-gal-text h1 {
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 300;
		line-height: 28px;
	}
	.home-page-gal-text .text-servicii {
		font-size: 14px;
		letter-spacing: 3px;
		font-weight: 300;
		line-height: 17px;
	}

}

@media (max-width: 1100px) {
	.contact-container {
		display: flex;
		flex-direction: column;
	}
	.project-item .project-info {
		font-size: 19px;
		font-weight: 600;
		line-height: 19px;
		height: 90px;
	}
	
}

@media (max-width: 1300px) {
	body, #app {
		width: 100%;
		height: 100%;
		background: #333333;
	}
	body.admin-bar {
		width: 100%;
		height: calc(100% - 32px);
	}
	ol, ul {
		padding-left: 20px;
	}
	.app {
		flex-direction: column;
		height: fit-content;
		height: 100%;
	}
	.app-sidebar {
		width: 100%;
		height: 60px;
		top: 0;
		position: fixed;
		left: 0;
		z-index: 1000;
		background: rgba(255,255,255,0.9);
		animation: slideInTB 0.5s forwards;
    	-webkit-animation: slideInTB 0.5s forwards;
	}
	.sidebar-vertical-title, .sidebar-top, .contact-info, .app-sidebar:before, .app-sidebar:after, .slick-prev, .slick-next {
		display: none !important;
	}

	.sidebar-bottom {
		align-items: center;
		padding: 10px 16px;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	.show-menu .sidebar-bottom {
	    height: 120px;
	}
	
	a.tog-menu {
    font-size: 30px;
    color: #18467e;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
	}
	a.tog-menu .fa-close, .show-menu a.tog-menu .fa-bars{
		display:none;
	}
	a.tog-menu .fa-bars, .show-menu a.tog-menu .fa-close{
		display:inline-block;
	}

	.logo.logo-small {
    max-width: 40px;
    margin-right: 40px;
	}
	.logo-text {
		position: absolute;
		width: 120px;
		left: 50px;
		top: 5px;
	}
	.menu-main-menu-container li a {
		height: 34px;
		line-height: 34px;
		font-size: 16px;
	}
	.contact-text {
		font-size: 13px;
		line-height: 18px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 0.5px;
		margin-bottom: 5px;
	}
	.contact-item {
		font-size: 18px;
	}

	.app-page {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 80px;
		height: fit-content;
		height: 100%;
	}
	/*
	.gal-row.gal-front {
		aspect-ratio:2/3;
	}*/
	.gal-front {
		overflow: hidden;
		width: 100%;
		height: 100%;
		/* aspect-ratio: 3/2; */
		overflow: hidden;
		position: absolute;
		sflex-wrap: nowrap;
		top: 0;
		left: 0;
	}
	.text-servicii {
		display: none;
	}
	a.home-button {
		/*margin: 20px;*/
	}
	.page-body {
		padding: 10px;
	}
	.page-footer {
		padding: 20px 20px;
	}
	.page-header h1 {
		padding: 10px 16px;
	}
	.breadcrumbs {
		padding: 0 4px;
	}
	.wall-wrapper {
		width: 100%;
		height: 100%;
		opacity: 0.05;
	}
	.wall-wrapper .gal-column {
		flex: 33.3333%; 
		max-width: 33.3333%; 
	}
	.proiect-metabox {
		padding: 0px;
	}
	.metabox-item {
		width: calc(100% - 20px);
		padding: 10px;
	}
	.metabox-item small {
		width: 40%;
	}
	.testimonial {
		padding: 15px;
		align-items: start;
	}
	.testimonial:last-child {
		margin-bottom: 0px;
	}
	.testimonial p {
		margin-top: 0;
		text-align: left;
	}
	.testimonial figcaption {
		opacity: 1;
	}

	.show-menu .app-sidebar {
		width: 100%;
		height: inherit;
		top: 0;
		position: relative;
		left: 0;
		z-index: 1000;
		flex-direction: column;
	}
	.show-menu .menu-main-menu-container ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	.show-menu  .menu-main-menu-container li {
    justify-content: center;
    margin: 5px 0;
    height: auto;
    align-items: center;
	}
	.show-menu  .menu-main-menu-container li a {
		height: 34px;
		line-height: 18px;
		font-size: 16px;
	}
 .show-menu .menu-main-menu-container li:last-child a {
        height: 54px;
        line-height: 38px;

    }
	.show-menu  .sidebar-top {
		display: flex !important;
		height: fit-content;
		padding: 40px 0;
	}	
	.show-menu .app-page, .show-menu .wall-wrapper, .show-menu .sidebar-vertical-title{
		display: none;
	}
	.show-menu  .contact-info, .show-menu  .app-sidebar:before, .show-menu  .app-sidebar:after {
	   display: inline-block !important;
	}
	.show-menu .logo.logo-small {
		max-width: 300px;
		margin-right: 0;
		margin-top: 30px;
	}
	.show-menu .logo-text {
		width: 120%;
		position: relative;
		left: -10%;
		top: inherit;
	}
	.show-menu .tog-menu {
		font-size: 30px;
		color: #18467e;
		cursor: pointer;
		padding: 10px;
		position: fixed;
		top: 0;
		right: 0;
	}
	.show-menu .sidebar-bottom {
		padding: 0;
		flex-direction: column;
	}
	.page-body {
		text-align: left;
	}
	.diplome a {
		width: 50%;
	}
	.list-category-projects .project-item, .list-projects .project-item {
		width: calc(50% - 20px);
	}
	.categ-projects .page-container {
		flex-wrap: wrap;
	}
	.categ-projects .project-item:hover .project-info {
		font-size: 30px;
		line-height: 26px;
	}
	.categ-projects .project-item {
		width: 50%;
		aspect-ratio: 3 / 1;
		height: auto;
	}
	.proiect-left {
		position: relative;
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.proiect-right {
		position: relative;
		width: 100%;
		padding-left: 0;
	}
	.project-item .project-info {
		font-size: 20px;
		font-weight: 600;
		line-height: 20px;
		height: 50px;
	}
	.project-item .project-item-info {
		padding: 0 5px;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		line-height: 16px;
		height: 70px;
	}
	.project-item .project-item-cover {
		height: calc(100% - 70px);
	}
	.project-item .project-item-info small {
		display: none !important;
	}
	.page-body img {
		max-width: 100%;
	}
	.page-header-detail:before {
		right: -110%;
	}
	.gallery {
		height: 200px;
	}
	.gallery .gallery-item img {
		height: 200px;
	}
	.metabox-item {
		font-size: 16px;
	}
	.gal-front .gal-column {
	  flex: 25%;
	  max-width: 25%;
	}
	.float-menu {
		margin-bottom: 40px;
		display: none;
	}
	.show-menu .float-menu {
		display: flex;
	}
	.wpcf7 input[type=submit] {
		margin: 0 auto;
	}
}


@media (max-height: 500px) {
	.app-sidebar {
		height: fit-content;
		overflow-y: auto;
	}
	.sidebar-top, .sidebar-bottom {
		height: fit-content;
		overflow: inherit;
	}
}

.cky-consent-container .cky-consent-bar {
    box-shadow: none !important;
    border-radius: 6px !important;
}
.cky-consent-container {
	bottom: 190px !important;
    right: 40px !important;
	left: inherit !important;
}

@media (max-width: 800px) {
	.cky-consent-container {
		bottom: 10px !important;
		right: 10px !important;
		left: inherit !important;
		width: calc(100% - 20px) !important;
	}
}


.whatsapp-link span {
    width: 50px;
    position: absolute;
    top: -33px;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0.5px;
    left: 0;
}
.whatsapp-link span {
    width: 70px;
    position: absolute;
    top: -33px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    left: -10px;
	display: none;
}



@media (max-width: 800px) {
	.whatsapp-link span {
		width: 50px;
		position: absolute;
		top: -25px;
		line-height: 10px;
		font-size: 11px;
		text-align: center;
		letter-spacing: 0.5px;
		left: -5px;
	}
}




.left-column {
    max-width: inherit;
    margin: 0 auto;
    position: relative;
	padding: 5px 0;
    width: 340px;
    height: 100%;
    display: flex;
    flex-direction: column;
	    background: #333;
}
.right-column {
    max-width: inherit;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 340px);
    padding: 5px 10px;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
}
.categ-projects  .left-column  .project-item {
    width: calc(100% - 20px);
    margin: 5px 10px;
    height: calc(50% - 10px);
    aspect-ratio: inherit;
    background: #333;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.left-column .project-item .project-cover {
    background-size: cover;
    background-position: center;
    width: 0%;
    height: 100%;
    position: inherit;
    overflow: hidden;
    top: 0;
    left: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.right-column  .project-item .project-item-cover {
    -webkit-filter: grayscale(60%); 
  	filter: grayscale(60%);
}
.left-column .project-item .project-info {
    width: 100%;
    padding: 0 35px;
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 25px;
	font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    height: 100%;
    bottom: 0;
    left: 0;
    flex-wrap: wrap;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.categ-projects .left-column  .project-item:hover .project-info, .categ-projects .left-column  .project-item.project-active .project-info {
    background: #154580;
    background: -moz-linear-gradient(top, #154580 0%, #0a223c 100%);
    background: -webkit-linear-gradient(top, #154580 0%,#0a223c 100%);
    background: linear-gradient(to bottom, #154580 0%,#0a223c 100%);
    backdrop-filter: none; 
    height: 100%;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}
.categ-projects .left-column  .project-item:hover .project-cover {
    width: 50%;
    height: 100%;
}
.list-project-categories {
    max-width: inherit;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
}
.list-project-categories.project-active {
    display: flex;
}
.categ-projects .right-column .project-item {
    width: calc(25% - 10px);
    margin: 5px;
    height: calc(33.3333% - 10px);
    aspect-ratio: inherit;
    background: #333;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.logo-text-edirig {
	display: none;
}
@media (max-width: 1300px) {
	.logo-text-edirig {
		display: flex;
	}
	.logo.logo-small {
		display: flex;
		flex-direction: row;
		max-width: none;
	}
	.show-menu .logo.logo-small {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
	}
	.show-menu .sidebar-bottom {
		height: 130px;
	}
	.logo-icon-edirig, .logo-text-edirig  {
		width: 50px;
		animation: fadeIn 2s forwards;
		-webkit-animation: fadeIn 2s forwards;
		height: 100%;
	}
	.logo-text-edirig  {
		width: 160px;
    	padding-top: 4px;
	}
}
@media (max-width: 1100px) {
	.categ-projects .right-column .project-item {
		width: calc(33.3333% - 10px);
	}
	
	.home-page-gal-text h1 {
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 300;
		line-height: 28px;
		text-align: center;
	}
	.home-page-gal-text {
		padding: 40px;
		width: 100%;
		background: rgba(255,255,255,0.9);
	}
	a.home-button {
		margin: 20px auto;
	}
}

@media (max-width: 900px) {
	.categ-projects .right-column .project-item {
		width: calc(33.3333% - 10px);
		height: calc(50% - 10px);
	}
	.categ-projects .page-container {
		flex-direction: column;
	}
	.left-column {
		width: 100%;
		height: 80px;
		flex-direction: row;
	}
	.right-column {
		width: 100%;
		height: calc(100% - 90px);
	}
	.categ-projects .left-column .project-item {
		width: auto;
		margin: 5px 5px;
		height: calc(100% - 10px);
		aspect-ratio: inherit;
		background: #333;
		display: flex;
		position: relative;
		overflow: hidden;
		border-radius: 0;
		text-transform: uppercase;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	.left-column .project-item .project-info {
		padding: 0 35px;
		font-size: 14px;
		line-height: 14px;
	}
	.categ-projects .left-column .project-item:hover .project-info, .categ-projects .left-column .project-item.project-active .project-info {
		height: 100%;
		font-size: 14px;
		line-height: 14px;
	}
	.left-column .project-item .project-cover {
		display: none;
		width: 0%;
		
	}
}

@media (max-width: 700px) {
	.categ-projects .right-column .project-item {
		width: calc(50% - 10px);
		height: calc(50% - 10px);
	}
	.categ-projects .page-container {
		flex-direction: column;
	}
	.left-column {
		width: 100%;
		height: 120px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.right-column {
		width: 100%;
		height: calc(100% - 130px);
	}
	.categ-projects .left-column .project-item {
		width: calc(33.333% - 10px);
		margin: 5px 5px;
		height: calc(50% - 10px);
		aspect-ratio: inherit;
		background: #333;
		display: flex;
		position: relative;
		overflow: hidden;
		border-radius: 0;
		text-transform: uppercase;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	.left-column .project-item .project-info {
		padding: 0 35px;
		font-size: 14px;
		line-height: 14px;
	}
	.categ-projects .left-column .project-item:hover .project-info, .categ-projects .left-column .project-item.project-active .project-info {
		height: 100%;
		font-size: 14px;
		line-height: 14px;
	}
	.left-column .project-item .project-cover {
		display: none;
		width: 0%;
		
	}
}

